]> git.sur5r.net Git - cc65/history - src
Fixed a hardware-stack leak.
[cc65] / src /
2015-07-01 Oliver SchmidtMerge pull request #164 from greg-king5/testsuite
2015-07-01 Oliver SchmidtMerge pull request #165 from greg-king5/array-pointer
2015-07-01 Greg KingAdded special-case compiler code that handles a pointer...
2015-06-26 Oliver SchmidtRevert "Equality problem (Ullrich von Bassewitz)".
2015-06-25 Oliver SchmidtBumped version. V2.15
2015-06-04 Oliver SchmidtMerge pull request #160 from Movax12/definedinstr
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-05-24 Greg KingMade cc65 properly test calling conventions when it...
2015-05-24 Greg KingMade cc65 properly test variadic-function pointer assig...
2015-05-20 JTAdded needed changes to pseudo.c
2015-05-19 JTchanged name of function to .ISMNEMONIC, small fixes
2015-05-19 Oliver SchmidtMerge pull request #159 from groessler/something_to_pull
2015-05-19 JTRemove .FEATURE requirement and add documentation
2015-05-16 Christian GroesslerFix verbose symbol dumping in ca65. 159/head
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-05-12 Greg KingMade cc65 catch an assignment of a function pointer...
2015-04-22 Greg KingAdded a command-line option to compile a program, with...
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-21 Movax12Merge pull request #3 from Movax12/addrsize
2015-04-21 JTSmall changes to coding style and to ca65 documentation...
2015-04-20 Movax12Merge pull request #1 from Movax12/addrsize
2015-04-20 JTImproved on funciton .ADDRSIZE. Conform to coding style.
2015-04-20 JTAdded function .ADDRSIZE to ca65
2015-03-19 Greg KingReverted one of the changes in how function prototypes...
2015-03-13 Greg KingCatch fastcall pointers to variadic functions.
2015-03-10 Greg KingMade __fastcall__ be the default calling convention...
2015-03-09 Greg KingCompleted the cc65 code that recognizes __CDECL__ as...
2015-03-05 Oliver SchmidtMerge pull request #149 from greg-king5/osi-font
2015-03-05 Greg KingAdded a font translation table because Ohio Scientific... 149/head
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-08 Stephan MühlstrasserRemove tabs, fixed accidental insertion of stdio.h.
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-02-03 Stephan MühlstrasserRemove tab character.
2015-02-03 Stephan MühlstrasserRename c1p target to osic1p
2015-01-12 Oliver SchmidtMerge pull request #145 from wlabelle/huc6280-sbc-fix
2015-01-11 Wayne LaBelleMove SBC to correct location in 6280 instruction table 145/head
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2015-01-05 Stephan MühlstrasserRemoved c1p65 object file converter.
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-30 Greg KingFixed the detection of where to start and stop segments.
2014-11-29 Stephan MühlstrasserSet default start address to 0x200
2014-11-26 Stephan MühlstrasserUse CR instead of LF, because this works better over...
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-23 Stephan MühlstrasserDefault is now automatic execution of program after...
2014-11-23 Stephan MühlstrasserFix help text for default start address
2014-11-23 Stephan MühlstrasserClarify help for -o option
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-20 mrdudzchanged return code to -99 139/head
2014-11-20 mrdudzactually make TAS work :)
2014-11-20 mrdudzuses TAS instead of SHS like da65 did
2014-11-19 mrdudzadded support for LAX#imm, all done
2014-11-19 mrdudzadded support for undocumented NOPs
2014-11-19 mrdudzrenamed KIL to the more common JAM, which is also accep...
2014-11-19 mrdudzadded support for ane, sha, shs, shy, shx
2014-11-19 mrdudzstarting branch for adding the missing undocumented...
2014-11-19 mrdudzMerge remote-tracking branch 'upstream/master'
2014-11-16 Stephan MühlstrasserSet default start address to 0x300.
2014-11-15 Stephan MühlstrasserAdded missing dependency from c1p65 to common
2014-11-06 Stephan MühlstrasserAdded the c1p65 project.
2014-11-02 Stephan MühlstrasserEnter bytes in a loop in data mode
2014-11-02 Stephan MühlstrasserAdapt c1p65 project to Visual Studio 2013
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-10-14 Oliver SchmidtMerge pull request #138 from spiro-trikaliotis/equality...
2014-10-14 Oliver SchmidtMerge pull request #137 from spiro-trikaliotis/notemitt...
2014-10-14 Spiro TrikaliotisEquality problem (Ullrich von Bassewitz) 138/head
2014-10-14 Spiro TrikaliotisFix for: cc65 forgetting to emit labels (Alan Cox) 137/head
2014-10-01 mrdudzscheisse
2014-09-30 Oliver SchmidtMerge pull request #133 from pfusik/fix-char-cast
2014-09-25 mrdudzfix cast to char, patch by Piotr Fusik
2014-09-25 mrdudzMerge remote-tracking branch 'upstream/master'
2014-09-25 mrdudzadded commandline option to quit after X cycles
2014-09-22 Piotr FusikFix casting an r-value to char. 133/head
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-25 Oliver SchmidtMerge pull request #118 from greg-king5/quoted-token
2014-05-22 Oliver SchmidtMerge pull request #117 from groessler/something_to_pull
2014-05-21 Christian GroesslerSet the "simple" bit in the .o65 mode word only if... 117/head
2014-05-13 Oliver SchmidtMerge pull request #116 from greg-king5/symbol-table
2014-05-12 Greg KingFixed a ca65 internal error that would show a message... 116/head
2014-04-25 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-29 Oliver SchmidtMerge pull request #100 from greg-king5/default-drivers
2014-03-29 Oliver SchmidtMerge pull request #101 from groessler/something_to_pull
2014-03-28 Christian GroesslerFix error which slipped in in '-L' command line paramet... 101/head
2014-03-28 Oliver SchmidtMerge pull request #99 from groessler/something_to_pull
2014-03-27 Christian GroesslerMake ld65 -L command line option position independent... 99/head
2014-03-27 Oliver SchmidtFixed typo.
2014-03-27 Oliver SchmidtFinetuned Git commit hash retrieval.
2014-03-25 Christian GroesslerMake ld65 -L command line option position dependent...
2014-03-24 Christian GroesslerMake ld65 command line arguments position independent.
2014-03-22 Oliver SchmidtMerge pull request #96 from groessler/something_to_pull
2014-03-20 Oliver SchmidtMerge pull request #94 from groessler/something_to_pull
2014-03-20 Oliver SchmidtMerge pull request #93 from silverdr/master
2014-03-20 Christian Groessleradd a missing ":" 94/head
2014-03-20 Christian GroesslerExtend the map file to include a table of exports sorte...
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-19 Silver Dream !- fixed an old #include guard typo 93/head
2014-03-18 Oliver SchmidtReplaced date with Git hash.
next