]> git.sur5r.net Git - cc65/history - src/ca65/macro.c
More lineinfo usage.
[cc65] / src / ca65 / macro.c
2011-01-20 uzMark tokens with the file position from where they...
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2009-10-08 uzFixed some sloopy StrBuf coding.
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2005-12-01 cuzA local macro symbol with a cheap local name (@......
2005-03-22 cuzCheap local symbol in a macro .local statement were...
2004-05-10 cuzFixed a small memory leak
2004-05-09 cuzFixed a problem with {} enclosed token lists and implem...
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2003-11-08 cuzReplace error/warning numbers by strings.
2003-10-23 cuzChange API for the Compare function
2003-10-22 cuzUse the new generic hash tables
2003-06-27 cuzFixed a bug
2003-01-20 cuzFixed last fix
2003-01-19 cuzFixed problems that occured on input files with missing...
2002-09-25 cuzChange the .LOCAL command so that the cheap local symbo...
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-01 cuzChanged an error message
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-14 cuzMore common subroutines
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...