]> git.sur5r.net Git - cc65/history - src/cc65/scanner.c
Changed most "backticks" (grave accents) into apostrophes.
[cc65] / src / cc65 / scanner.c
2019-01-05 Greg KingChanged most "backticks" (grave accents) into apostrophes.
2018-08-29 greg-king5Merge pull request #706 from xlar54/master
2018-08-21 Greg KingMade cc65's "Illegal escaped character" diagnostic...
2018-08-20 Greg KingRemoved the compiler's recovery code for illegal escape...
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-02-10 Oliver SchmidtMerge pull request #371 from jedeoric/master
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-11-26 greg-king5Merge pull request #358 from EtchedPixels/master
2016-11-20 Alan Coxcc65: remove un-needed logic from octal parsing 358/head
2016-11-19 Alan Coxscanner: Correct handling of \0101
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...
2013-05-02 Oliver SchmidtRemoved unused variable.
2010-04-29 uzMore preparations for an extension of the calling conve...
2010-04-09 uzAdded the cdecl keyword
2009-12-05 uzRewrote literal handling. Literals are now saved togeth...
2009-12-05 uzFixed problem with last change. Wide string constants...
2009-12-04 uzCreate one literal pool per function, so that literal...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-18 uzAdded wide char literals, but treat them identical...
2008-08-11 uzSome more floating point support.
2008-03-31 cuzAllow an optional '+' sign before an exponent of a...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2006-02-19 cuzCleanup. Added a few general purpose functions.
2006-02-17 cuzAdded the inline keyword
2004-10-09 cuzFixed a escape char const problem
2004-09-16 cuzIntroduce a -E flag that activates just the preprocessor.
2004-06-29 cuzRenaming and cleanup
2004-06-21 cuzFixed a problem
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-06 cuzMinor change
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-03-02 cuzAdded missing 'simple escape sequences'
2003-08-29 cuzSome octal character constants were not working.
2003-08-19 cuzFixed an internal compiler error when the first token...
2003-08-02 cuzOrder of keywords on the keyword table was wrong
2003-08-02 cuzFixed a bug
2003-08-01 cuzAdded the near keyword
2003-06-27 cuzOctal character constants starting with '2' or '3'...
2003-05-07 cuzAdded the restrict keyword just to have it reserved
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzRedoing the pragma stuff
2002-09-23 cuzCosmetic changes
2002-06-12 cuzRenamed the functions working with "struct Function".
2001-09-09 cuzAdding functionality to StrBuf
2001-06-24 cuzFixed multi line macro bug
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-23 cuzMake __fixargs__ an actual symbol table entry. Add...
2001-01-05 cuzUse chartype.h instead of ctype.h
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
2000-10-15 cuzError handling cleanup/changes.
2000-09-14 cuzInitialize translation tables
2000-08-23 cuzMove target handling and character set translation...
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-06-21 cuzFixed a bug
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...