]> git.sur5r.net Git - cc65/history - src/cc65/pragma.c
Create one literal pool per function, so that literal pool data is removed
[cc65] / src / cc65 / pragma.c
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-10-14 uzAllow switching warnings about unused pragmas on or...
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-10-13 uzRewrote most of the #pragma parsing code. I'm still...
2009-10-08 uzRewrote handling of the -W command line option. It...
2009-01-30 uzAdded special error messages for Groepaz.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2004-06-15 cuzMake the -W flag stackable.
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzRenamed IS_Pop to IS_Drop
2004-03-07 cuzMade several options that can be changed by #pragmas...
2003-02-08 cuzValidSegName now defined in segnames.h
2002-11-28 cuzMove the ValidSegName function into common (segdefs)
2002-10-01 cuzAllow more flexible numeric flag pragma arguments
2002-09-30 cuzRemoved debug code
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzCall StrBuf destructors
2002-09-29 cuzRedoing the pragma stuff
2002-03-17 cuzCosmetic change
2002-02-18 cuzAdd #pragma charmap()
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzRenamed struct expent
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-05-21 cuzWorking
2001-05-05 cuzWorking on the new backend
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-20 cuzWorking on the condes feature
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-07-29 cuzCheck segment in in #pragma for validity
2000-06-21 cuzFixed a bug
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzNew long option --static-locals
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-08 cuzFix several VC++ warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...