]> git.sur5r.net Git - cc65/shortlog
cc65
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-07-17 mrdudzwait for line 0 instead of last line 453/head
2017-07-17 mrdudzadd headers/fix formatting
2017-07-17 mrdudzdo banking
2017-07-17 mrdudzoops
2017-07-17 mrdudzimplement waitvsync for plus4/c16
2017-07-17 mrdudzadded prototype to cbm.h
2017-07-17 mrdudzfix sgml
2017-07-17 mrdudzrename all waitvblank() to waitvsync()
2017-07-17 greg-king5Merged pull request #459 from "pmjdebruijn/pragma".
2017-07-17 Pascal de Bruijnpragma: bring pragma_t enum in line with Pragmas struct 459/head
2017-06-30 Oliver SchmidtMade DOS 3.3 IRQ statement more general.
2017-06-30 Oliver SchmidtMerge pull request #457 from pfusik/const-arrays
2017-06-30 Oliver SchmidtMerge pull request #456 from greg-king5/make-dep
2017-06-30 Piotr FusikFix coding style. 457/head
2017-06-29 Greg KingAdded the extra dependency file's directory as an order... 456/head
2017-06-28 Piotr FusikMake some arrays const.
2017-06-28 Greg KingAdded a makefile dependency for the libraries' "extra...
2017-06-26 Oliver SchmidtMerge pull request #455 from greg-king5/osic1p-code
2017-06-26 Greg KingAdded two functions that make it easier to write portab... 455/head
2017-06-21 mrdudzuse BIT so akku wont get trashed at least in 40 cols...
2017-06-21 mrdudzdont trash akku if possible, use VDC register when...
2017-06-17 Oliver SchmidtMerge pull request #454 from greg-king5/dup-segment
2017-06-17 Greg KingStopped cc65 from putting redundant .segment directives... 454/head
2017-06-17 mrdudzfixed code a bit so it compiles again :)
2017-06-16 Oliver SchmidtMerge pull request #450 from greg-king5/gotoxy-label
2017-06-15 Greg KingAdded a missing label to some conio cursor movement... 450/head
2017-06-10 Oliver SchmidtMerge pull request #446 from clbr/lz4
2017-06-09 Lauri KasanenSmall lz4 optimizations 446/head
2017-06-09 Lauri KasanenAdd lz4 doc
2017-06-09 Lauri KasanenMention the optimizations in a comment
2017-06-09 Lauri KasanenUse hex immediates
2017-06-09 Lauri KasanenRemove _ from internal vars
2017-06-09 Lauri KasanenEdit comment style, add second const
2017-06-07 Oliver SchmidtMerge pull request #447 from greg-king5/regression...
2017-06-07 greg-king5Added a missing -O configuration. 447/head
2017-06-07 greg-king5Added a missing -O configuration.
2017-06-07 greg-king5Added missing -O configuration.
2017-06-06 Lauri KasanenExpand tabs to spaces in lz4.s
2017-06-06 Lauri KasanenAdd LZ4 decompression support
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-06-03 Oliver SchmidtMerge pull request #442 from polluks/patch-6
2017-06-03 Oliver SchmidtMerge pull request #443 from polluks/patch-7
2017-06-03 Oliver SchmidtMerge pull request #444 from polluks/patch-8
2017-05-30 StefanDeprecated commands mentioned 444/head
2017-05-28 StefanUpdate ar65.sgml
2017-05-28 StefanUpdate main.c 443/head
2017-05-28 StefanVerbosity was missing; POSIX operations
2017-05-28 StefanUpdate main.c
2017-05-28 StefanUpdate list.c 442/head
2017-05-28 StefanUpdate list.c
2017-05-28 StefanUpdate list.c
2017-05-27 StefanMore POSIX.2, staying compatible
2017-05-27 StefanUse verbosity
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-26 Oliver SchmidtMerge pull request #441 from polluks/patch-3
2017-05-26 Oliver SchmidtMerge pull request #440 from polluks/patch-5
2017-05-26 Oliver SchmidtMerge pull request #439 from polluks/patch-4
2017-05-25 StefanOricutron mentioned 440/head
2017-05-25 Brad Smithdetectabl > detectable 438/head
2017-05-25 Brad Smithforgot to update comments from earlier #323 rand.s...
2017-05-24 Greg KingAdded "html" and "info" goals to the top-level Makefile.
2017-05-24 Oliver SchmidtMerge pull request #437 from greg-king5/cl65-E
2017-05-24 Greg KingAdded a description of the "-E" command-line option... 437/head
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-23 Stefanclean-up 439/head
2017-05-23 Brad Smithexpanding macro examples, trying to adhere to style... 436/head
2017-05-23 mc78added missing spaces before braces. added unknown optio... 426/head
2017-05-23 Brad Smithca65 documentation of .define macros, making note that...
2017-05-22 Stefantypo 441/head
2017-05-22 mc78added four escaped tabs to -E Stop after .... description
2017-05-22 mc78added empty lines and spaces according to olivers comme...
2017-05-20 Oliver SchmidtMerge pull request #433 from clbr/trampoline-fixes
2017-05-20 Oliver SchmidtMerge pull request #435 from greg-king5/wrapped-call
2017-05-20 Lauri KasanenUpdate test description 433/head
2017-05-20 Greg KingAdded more info to the documentation of "#pragma wrappe... 435/head
2017-05-19 Lauri KasanenCorrect comment style
2017-05-19 Lauri KasanenWrapper functions use all registers
2017-05-19 Lauri KasanenAdd two new trampoline test cases
2017-05-18 Oliver SchmidtMerge pull request #431 from polluks/patch-2
2017-05-18 Stefanshorter code 431/head
2017-05-18 Oliver SchmidtMerge pull request #430 from polluks/patch-1
2017-05-18 Oliver SchmidtAdjusted VS project files to commit https://github...
2017-05-18 StefanChanged section 430/head
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-18 Lauri KasanenAdjustments in response to latest comments 424/head
2017-05-18 Lauri KasanenRemove RAM-trampoline array support
2017-05-18 Lauri KasanenRename trampoline to wrappedcall everywhere
2017-05-18 Lauri KasanenMore tabs to spaces
2017-05-18 Lauri KasanenAlign with spaces instead of tabs here
2017-05-18 StefanVIC's kernal does not support CTRL+[
2017-05-17 Oliver SchmidtMerge pull request #429 from pfusik/opt-stdfunc
2017-05-17 Oliver SchmidtMigrate 'encrypted variables' variables to 'repository...
2017-05-17 Oliver SchmidtKeep GCC from complaining about 'List' may be used...
2017-05-17 Oliver SchmidtIncreased GCC optimization level.
2017-05-17 Piotr FusikOptimize the inlined memcpy/memset for the sizes of... 429/head
2017-05-17 Piotr FusikOptimize the inlined strlen.
2017-05-16 Lauri KasanenCorrect missed doc label
2017-05-16 Lauri KasanenRename pragma trampoline to wrapped-call, value to...
2017-05-16 mc78replaced tabs with spaces which accidently were introduced.
next