]> git.sur5r.net Git - cc65/shortlog
cc65
2016-12-23 Marshall WardNES memory map amend (16k prg, 8k chr default) 361/head
2016-12-15 Oliver SchmidtMerge pull request #360 from cacciatc/master
2016-12-15 Chris CacciatoreAdded 'any' to --list-opt-steps. 360/head
2016-12-04 Oliver SchmidtMerge pull request #359 from peterferrie/master
2016-12-04 Peter Ferriefix build break on da65 359/head
2016-11-26 greg-king5Merge pull request #358 from EtchedPixels/master
2016-11-20 Alan Coxcc65: remove un-needed logic from octal parsing 358/head
2016-11-19 Alan Coxscanner: Correct handling of \0101
2016-10-16 Oliver SchmidtRemoved DEL as suggested by Greg.
2016-10-15 Oliver SchmidtMake use of doesclrscrafterexit().
2016-09-30 greg-king5Shorten a URL.
2016-09-27 Oliver SchmidtMerge pull request #353 from SvOlli/da65
2016-09-27 Sven Oliver... 4510 support for da65: fixed docs and Makefile for... 353/head
2016-09-23 Sven Oliver... da65: 4510 support
2016-09-23 Oliver SchmidtMerge pull request #354 from sur5r/master
2016-09-23 Jakob HaufeAdd missing tag and remove duplicate text 354/head
2016-09-20 Sven Oliver... da65: adding support for 4510 cpu of c65
2016-09-20 Oliver SchmidtMerge pull request #348 from SvOlli/release
2016-09-14 Oliver SchmidtMerge pull request #341 from alexthissen/master
2016-09-13 Alex ThissenFixed last linefeed and notation convention errors. 341/head
2016-09-13 Sven Oliver... removed 'make clean' invoked from test/Makefile for... 348/head
2016-09-13 Sven Oliver... re-adding WORKDIR to Makefile
2016-09-13 Sven Oliver... Revert "test/assembler: removed WORKDIR variable, as...
2016-09-13 Oliver SchmidtMerge pull request #349 from groessler/something_to_pull
2016-09-12 Christian GroesslerAtari: fix lookup of default device on XDOS. 349/head
2016-09-12 Sven Oliver... added missing ',' in documentation.
2016-09-11 Alex ThissenChanged __BLOCKSIZE__ to __BANK0BLOCKSIZE__.
2016-09-07 Sven Oliver... added forgotten testcase for testing cpu based conditio...
2016-09-07 Sven Oliver... added 4510 cpu detection to getcpu.s
2016-09-07 Sven Oliver... test/assembler: removed WORKDIR variable, as remote...
2016-09-07 Sven Oliver... Added assembler pseudo commands .P4510 and .IFP4510...
2016-09-07 Oliver SchmidtMerge pull request #345 from SvOlli/release
2016-09-06 Oliver SchmidtMerge pull request #347 from groessler/something_to_pull
2016-09-06 Christian GroesslerFix some typos. 347/head
2016-09-06 Sven Oliver... added README for test/assembler 345/head
2016-09-04 Oliver SchmidtMerge pull request #344 from greg-king5/huc6280-disasse...
2016-09-04 Oliver SchmidtAdded comment about commented-out value.
2016-09-03 Sven Oliver... migrated opcodes tests for assembler from testcode...
2016-09-02 greg-king5Added commented placeholder for future Mitsubishi 740...
2016-09-02 Greg KingFixed some bugs in da65's HuC6280 section. 344/head
2016-09-01 Greg KingSkipped the bit flag for the (not implemented) Mitsubis...
2016-08-31 Oliver SchmidtMerge pull request #343 from SvOlli/release
2016-08-31 Sven Oliver... 4510 support: yet another round up little updates 343/head
2016-08-30 Sven Oliver... 4510 support: added some other small improvements:
2016-08-29 Sven Oliver... 4510 support: fixed some cosmetical stuff and documentation
2016-08-29 Sven Oliver... Add 4510 support for C65/C64DX
2016-08-28 Oliver SchmidtMerge pull request #338 from IrgendwerA8/master
2016-08-27 IrgendwerA8Internal/screen character mapping: Supressed warnings... 338/head
2016-08-27 alexthissenUpdate exehdr.s
2016-08-26 Greg KingMade cc65 not warn us when we change character code...
2016-08-26 Oliver SchmidtAdded -Wc to the (pseudo) output dump.
2016-08-21 Oliver SchmidtMerge pull request #336 from cacciatc/switch-error-fix
2016-08-20 Chris CacciatoreUpdated comment regarding curly braces. 336/head
2016-08-20 Chris CacciatoreUpdated switch statement comments.
2016-08-19 IrgendwerA8Allow use of different charmaps on Atari target
2016-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-15 Chris CacciatoreNow testing switch statements with empty bodies.
2016-08-15 Chris CacciatoreAdded Duff's Device to tests.
2016-08-15 Chris CacciatoreRemoved check for LCURLY in switch statements.
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-14 IrgendwerUpdate smc.inc 335/head
2016-08-14 IrgendwerA8SMC macro fixes for changed .paramcount and byte overfl...
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-08-11 Oliver SchmidtMerge pull request #332 from greg-king5/interrupt-functions
2016-08-10 Oliver SchmidtMinor style fix.
2016-08-09 Chris CacciatoreFixed test negation. (#329)
2016-08-07 Greg KingAdded C-code interfaces for the CBM Kernal functions... 332/head
2016-08-05 Oliver SchmidtMerge pull request #328 from cacciatc/print-sym-name...
2016-08-02 Greg KingAdded the WDC65c02S WAI and STP mnemonics to the disass...
2016-08-02 Chris CacciatoreReporting sym name for incompatible pointer types. 328/head
2016-07-29 greg-king5Merge pull request #326 from dmlloyd/master
2016-07-28 David M. LloydAdd missing WDC instructions 326/head
2016-07-19 Greg KingUsed more mundane addressing in some of the instruction...
2016-07-14 Oliver SchmidtMerge pull request #323 from bbbradsmith/rand_fix
2016-07-12 Brad SmithFix broken rand() implementation. The high 8 bits were... 323/head
2016-07-10 Oliver SchmidtMerge pull request #322 from greg-king5/inflatemem
2016-07-10 Greg KingMade the zlib's inflatemem()'s source file use enhanced... 322/head
2016-07-06 Oliver SchmidtMerge pull request #320 from groessler/something_to_pull
2016-07-05 Christian Groesslerfix indentation 320/head
2016-07-05 Christian Groesslersim65: add command line parameter to print number of...
2016-07-03 Greg KingFixed how ca65 handles some debug info from cc65.
2016-07-03 Greg KingMade the samples Makefile run cl65 only when we want...
2016-07-02 Greg KingFixed some code that adjusts an index after a deletion...
2016-06-23 Oliver SchmidtMerge pull request #315 from skry/fixes
2016-06-23 Joni LapilainenFix typo in samples makefile 315/head
2016-06-19 Greg KingMade the overlay demo programs compile for CBM targets...
2016-06-19 Oliver SchmidtImproved doc and samples default target.
2016-06-19 Oliver SchmidtAdded CONIO cursor support.
2016-06-18 Oliver SchmidtAdjusted to recent change.
2016-06-18 Oliver SchmidtMade Makefile actually work.
2016-06-18 Oliver SchmidtMinor simplification.
2016-06-18 Oliver SchmidtMake use of doesclrscrafterexit().
2016-06-18 Oliver SchmidtMerge pull request #313 from greg-king5/plus4-joy
2016-06-18 Greg KingFixed the Plus/4 joystick driver. 313/head
2016-06-16 Oliver SchmidtMerge pull request #312 from groessler/atari-exec-devel
2016-06-15 Christian GroesslerA small rearrangement of instructions in Atari's exec... 312/head
2016-06-15 Christian GroesslerFix exec() for atarixl target.
2016-06-15 Oliver SchmidtMerge pull request #311 from groessler/something_to_pull
2016-06-15 Oliver SchmidtMerge pull request #310 from groessler/atari-exec-devel
2016-06-14 Christian GroesslerSome improvements to Atari exec() after review. 310/head
next