]> git.sur5r.net Git - cc65/history - src/ca65/macro.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ca65 / macro.c
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-11-04 uzAdd line info for macro parameters.
2011-08-21 uzFix a problem with macro expansion count in line infos...
2011-08-21 uzThe ...Entry functions from the hashtab module have...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-08-12 uzAdjust to recent changes in the hash modules.
2011-07-08 uzDon't search twice for a macro.
2011-06-13 uzFix/workaround for a problem with nested macros.
2011-06-13 uzFixed the same problem as in the last change for the...
2011-06-13 uzFix wrong line info sometimes output for macros: When...
2011-06-12 uzFinished implemenation of commands to delete macros...
2011-06-11 uzFirst implementation of .UNDEF for deleting a macro.
2011-06-07 uzDon't allow too many nested macro expansions. Until...
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...
2011-01-29 uzPass type of line info through the object files.
2011-01-29 uzCreate separate line infos for macros and .repeat state...
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...