]> git.sur5r.net Git - cc65/shortlog
cc65
2013-12-24 Greg KingReset the stdin console when a program starts. 68/head
2013-12-24 Greg KingMoved the command-line arguments out of BASIC's input...
2013-12-24 Greg KingAdded a simplistic read() that gives a stdin console...
2013-12-19 Oliver SchmidtMoved USER_CFLAGS to the other flags.
2013-12-19 Oliver SchmidtMerge pull request #66 from groessler/something_to_pull
2013-12-18 Christian Groessler- Add a way to give additional compiler flags with... 66/head
2013-12-09 Oliver SchmidtHave %I yield values [1..12] instead of [0..11].
2013-12-07 Oliver SchmidtMerge pull request #64 from groessler/something_to_pull
2013-12-07 Christian Groesslersmall optimzation (found by Greg King) 64/head
2013-12-06 Christian Groesslerremove old (static) serial driver boilerplate
2013-12-06 Christian Groesslerremove debug code
2013-12-06 Christian Groessleradd serial driver for Atari, still contains much debug...
2013-12-06 Christian Groessleradd SER_BAUD_56_875
2013-12-06 Christian Groessleradd SER_ERR_NOT_OPEN status code
2013-12-05 Oliver SchmidtRevert "Added basic frame for new target 'creativision'."
2013-11-30 Oliver SchmidtMerge pull request #61 from greg-king5/make
2013-11-30 Oliver SchmidtMerge pull request #62 from greg-king5/ubiquitous
2013-11-30 Greg KingMerged branch "master" into make. 61/head
2013-11-30 Greg KingMerged branch "master" into ubiquitous. 62/head
2013-11-30 Greg KingAdded a top border to a file's header comment.
2013-11-30 Greg KingRemoved a now-redundant line.
2013-11-30 Greg KingFixed ca65's "ubiquitous_idents" feature.
2013-11-25 Oliver SchmidtAdded basic frame for new target 'creativision'.
2013-11-25 Greg KingMade a makefile show its progress consistently, by...
2013-10-18 Oliver SchmidtMerge pull request #58 from groessler/something_to_pull
2013-10-18 Christian GroesslerForce inclusion of 'shadow RAM preparation' load chunk... 58/head
2013-10-18 Oliver SchmidtMerge pull request #56 from groessler/something_to_pull
2013-10-18 Christian GroesslerPut EXE header and main chunk load header into a single... 56/head
2013-10-18 Christian Groessleratari-asm.cfg linker config file
2013-10-18 Christian GroesslerRename 'syschk' symbol in the linker config file, which...
2013-10-16 Oliver SchmidtMerge pull request #54 from groessler/something_to_pull
2013-10-16 Christian Groesslerrename LOWDATA segment to LOWBSS 54/head
2013-10-16 Christian Groesslercomment and formatting fixes
2013-10-09 Oliver SchmidtAdded optimizer fix originating from Ullrich von Bassew...
2013-10-09 Oliver SchmidtRemoved option from usage.
2013-10-08 Oliver SchmidtApplied fix contributed by Greg King.
2013-10-04 Oliver SchmidtMerge pull request #51 from groessler/something_to_pull
2013-10-04 Christian Groesslersmall optimization 51/head
2013-10-04 Oliver SchmidtMerge pull request #50 from groessler/something_to_pull
2013-10-03 Christian GroesslerLower the default Atari start adress from $2E00 to... 50/head
2013-10-03 Christian GroesslerEnable "system check" load chunk for non-XL Atari target.
2013-10-03 Oliver SchmidtMerge pull request #49 from groessler/something_to_pull
2013-10-03 Christian GroesslerFix typo in last change. 49/head
2013-10-03 Christian GroesslerUse all available memory below the ROM.
2013-10-02 Oliver SchmidtMerge pull request #48 from efornara/time_fix
2013-10-02 Emanuele Fornarafixed timep handling in time() 48/head
2013-10-01 Oliver SchmidtMerge pull request #45 from groessler/something_to_pull
2013-10-01 Christian GroesslerSome formatting and style fixes. 45/head
2013-09-27 Christian Groesslerdisable DEBUG
2013-09-27 Christian Groessleruntabify
2013-09-27 Christian GroesslerLeave the character generator at $E000 like atarixl...
2013-09-25 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-23 Oliver SchmidtMerge pull request #44 from greg-king5/archiver
2013-09-23 Greg KingMade the archiver announce a library's creation only... 44/head
2013-09-20 Christian Groessleradapt to CHARGEN_RELOC
2013-09-20 Christian GroesslerAdd comment describing the need to have the runtime...
2013-09-19 Christian Groesslermove CHARGEN_RELOC enabling to Makefile.inc
2013-09-19 Christian Groesslercleanup and document CHARGEN_RELOC change
2013-09-19 Christian Groessleradd CHARGEN_RELOC knob to conditionally include the...
2013-09-19 Christian Groesslermove macros to enable and disable the ROM into a separa...
2013-09-19 Christian Groessleradjust some variable names
2013-09-19 Christian GroesslerUse '.ifdef' and '.ifndef' instead of '.if .defined...
2013-09-18 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-18 Oliver SchmidtMerge pull request #43 from groessler/something_to_pull
2013-09-18 Christian Groessleruse '.ifndef' instead of '.if .not .defined' 43/head
2013-09-18 Christian Groessleruse '.ifndef' instead of '.if .not .defined'
2013-09-18 Christian Groessleroverride _sys() function for Atari targets
2013-09-18 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-18 Oliver SchmidtMerge pull request #42 from groessler/something_to_pull
2013-09-17 Christian Groesslersome cosmetic cleanups
2013-09-17 Christian GroesslerGet rid of SAVEAREA segment: fold it into LOWDATA.
2013-09-17 Christian GroesslerDefault atatixl.cfg file now leaves the character gener...
2013-09-17 Christian Groesslerremove __RESERVED_MEMORY__: not supported on atarixl
2013-09-17 Christian Groesslerintroduce SHADOW_RAM2
2013-09-17 Christian Groessleradd support for SHADOW_RAM2 segment
2013-09-17 Christian Groesslerintroduce SHADOW_RAM2
2013-09-17 Christian Groesslerconsider __STACKSIZE__ when initializing sp for atarixl
2013-09-17 Christian Groessleroverride _sys() function for Atari targets
2013-09-17 Christian Groessleradd testprogram for _sys() function on Atari 42/head
2013-09-17 Christian Groessleradd IOCB command codes to atari.h
2013-09-17 Christian Groessleradd testprogram for _sys() function on Atari
2013-09-17 Christian Groessleradd IOCB command codes to atari.h
2013-09-13 Christian Groesslermore atarixl linker cfg file cleanups; adapt atarixl...
2013-09-13 Christian Groessleratarixl linker cfg file cleanups; set default load...
2013-09-13 Christian GroesslerUse labels instead of segment load addresses to specify...
2013-09-13 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-13 Oliver SchmidtMerge pull request #41 from groessler/something_to_pull
2013-09-13 Christian GroesslerRemove obsolete ZPSAVE segment. 41/head
2013-09-13 Christian GroesslerRemove obsolete ZPSAVE segment.
2013-09-12 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-09-12 Oliver SchmidtMerge pull request #40 from groessler/something_to_pull2
2013-09-12 Oliver SchmidtMerge pull request #39 from groessler/something_to_pull
2013-09-12 Christian GroesslerFix last change: Stack check for all CC65 targets.... 40/head
2013-09-12 Christian GroesslerFix strtol 'endptr' return value. 39/head
2013-09-12 Christian Groesslertestcode/lib/tinyshell.c: Enable SP check only for...
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: fix error message
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: fix error message
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: add 'verbose' and 'cls' comma...
2013-09-11 Christian Groesslertestcode/lib/tinyshell.c: add 'verbose' and 'cls' comma...
2013-09-11 Christian GroesslerReduce flicker by waiting for horizontal retrace before...
next