]> git.sur5r.net Git - cc65/history - src/ca65/nexttok.c
Fixed _textcolor definition.
[cc65] / src / ca65 / nexttok.c
2019-03-24 Bas WassinkMerge https://github.com/cc65/cc65
2019-01-25 jedeoricMerge branch 'master' into master
2019-01-20 Oliver SchmidtMerge pull request #829 from inexorabletash/string...
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
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-07-17 uzPermit the .string builtin function to work with scoped...
2011-06-05 uzFix a problem with conditional assembly: The scanner...
2011-05-30 uzThe terminating zero was missing in several places...
2011-05-30 uzFix problem with output of sprintf when %s format spec...
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2010-07-10 uzA negative token count for .LEFT was incorrectly adjust...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
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-05-11 cuzAdded variable symbols using .set
2005-05-10 cuzNew .sprintf function
2005-05-09 cuzAdded a .IDENT function
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-03-21 cuzFixed a problem with conditional assembly. The assemble...
2004-03-20 cuzFixed a small bug
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-08 cuzReplace error/warning numbers by strings.
2003-01-19 cuzFixed problems that occured on input files with missing...
2001-09-15 cuzCheck for sign problems in compares
2000-11-20 cuzWorking on the condes feature
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-25 cuzWorking on .MID
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-03 cuzAdded a more generic way to push sources that deliver...