]> git.sur5r.net Git - cc65/history - src/ca65/make/gcc.mak
Fixed _textcolor definition.
[cc65] / src / ca65 / make / gcc.mak
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-07 Oliver SchmidtReplaced builtin macro packages with .mac files that...
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
2011-08-19 uzLast fix was wrong. The problem wasn't in the struct...
2011-08-14 uzA few measures to create slightly smaller object files.
2011-08-04 uzRename SegRange to span. Write out the size instead...
2011-06-05 uzAdded a comment about the fix explaining why the given...
2011-06-05 uzFixed an error in macro expansion: If the first token...
2010-11-07 uzPatch to correct the linkorder in the make files to...
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-29 uzCreate the .inc files before creating the dependency...
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-09-24 uzAdded search paths similar to that of the linker and...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-09-10 cuzDon't complain about missing includes when generating...
2005-09-10 cuzDelete the auto-generated .inc files for target zap
2005-08-28 cuzNew atari builtin macro package that features a scrcode...
2005-08-22 cuzMove the macro package sources into own files
2004-10-03 cuzAdded new CPU SWEET16
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-11-30 cuzMore .size/.sizeof support
2003-11-19 cuzMoved StudyExpr + helpers into its own module
2003-11-14 cuzAdded enums
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-06 cuzRevised symbol scoping
2003-10-31 cuzWork on named scopes
2003-10-22 cuzMove SymEntry stuff into its own module
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-06-06 cuzAdded assertions
2003-05-25 cuzChanged the object file and library format. There is...
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzEnable even more warnings
2001-09-15 cuzCheck for sign problems in compares
2001-05-23 cuzAdded new lineinfo module
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-09-02 cuzSeparated the emulation features in a module.
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-07-29 cuzAdd common dir in more search paths
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-14 cuzMore common subroutines
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-29 cuzAdded functions to remember a set of include search...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...