]> git.sur5r.net Git - cc65/history - src
Improved the compiler documentation, a little bit.
[cc65] / src /
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-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-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.
2014-03-16 Oliver SchmidtRemoved references to $TRAVIS from Makefiles.
2014-03-09 Oliver SchmidtDropped VER_PATCH (and VER_RC) and added build date.
2014-03-09 Oliver SchmidtMoved USER_CFLAGS back to re-allow warning option overr...
2014-03-09 Oliver SchmidtUpload zip file.
2014-03-08 Oliver SchmidtCreate zip file.
2014-03-06 Oliver SchmidtMoved .PHONY below definitions it refers to.
2014-03-06 Oliver SchmidtMoved from VS2013 to MinGW(-w64).
2014-03-05 Oliver SchmidtRemoved by now obsolete pragmas.
2014-03-05 Oliver SchmidtSupport both MinGW and MinGW-w64.
2014-03-05 Oliver SchmidtRemoved -std=c89.
2014-03-04 Oliver SchmidtChanged Makefile.inc handling.
2014-03-04 Oliver SchmidtMoved workaround for MinGW's missing %m support to...
2014-03-04 Oliver SchmidtNormalized code.
2014-03-03 Oliver SchmidtRemoved unused header.
2014-03-03 Oliver SchmidtAdjusted spawn files to recent change II.
2014-03-03 Oliver SchmidtAdjusted spawn files to recent change.
2014-03-03 Oliver SchmidtImprove MinGW support.
2014-03-03 Oliver SchmidtMerge pull request #85 from groessler/cassette
2014-03-01 Christian Groesslerfirst changes for atari5200 target
next