]> git.sur5r.net Git - cc65/history - src/ca65/make
More lineinfo usage.
[cc65] / src / ca65 / make /
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 uzFixes for the watcom makefiles:
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-27 uzMake the watcom makefiles a bit more openwatcom compatible.
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
2005-03-25 cuzNo output when using wstrip
2005-02-14 cuzSuppress wine debug output
2004-10-11 cuzChanges for new WINE version
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-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-11-02 cuzConverted the makefile to use wine under Linux
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...
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
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-24 cuzSmall fixes for Watcom-C
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 cuzAdd the include dir
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...