]> git.sur5r.net Git - cc65/history - src/ca65/toklist.h
rearranged order of new optimizations to better handle -Oi flag
[cc65] / src / ca65 / toklist.h
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
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 uzFixed a problem in line info generation: Recorded token...
2011-08-14 uzComplete redesign of line info generation. Uses spans...
2011-06-13 uzFix wrong line info sometimes output for macros: When...
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 uzRenamed the Token enumeration to token_t.
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...
2004-05-09 cuzFixed a problem with {} enclosed token lists and implem...
2000-08-02 cuzChange the implementation of the file table. It may...
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-06-25 cuzWorking on .MID
2000-06-03 cuzAdded a more generic way to push sources that deliver...