]> git.sur5r.net Git - cc65/history - src/cc65
Fixed a bug
[cc65] / src / cc65 /
2000-09-01 cuzRewrote the input file management.
2000-08-23 cuzWorking on the new parser
2000-08-23 cuzThe checks if there is an argument are not needed since...
2000-08-23 cuzNo need to check/set Target
2000-08-23 cuzMove target handling and character set translation...
2000-08-20 cuzWorking on the new parser
2000-08-20 cuzWorking on the new parser
2000-08-19 cuzWorking on the new parser
2000-08-16 cuzAdded first code for a parse tree implementation.
2000-08-14 cuzReworked type comparison and handling of type qualifiers
2000-08-11 cuzDon't create code for a subtraction of zero
2000-08-01 cuzRemove the check.x modules since they are now in common/
2000-08-01 cuzCheck for const in function parameters (first level...
2000-08-01 cuzSome changes in the way, types and type strings are...
2000-08-01 cuzMoved the check module to the common dir.
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-29 cuzOutput an error message when trying to determine the...
2000-07-29 cuzCheck segment in in #pragma for validity
2000-07-29 cuzMoved segment name handling into a separate module.
2000-07-28 cuzAdd the include dir
2000-07-28 cuzAdded the io module
2000-07-27 cuzUse gcc function attributes, fix several format related...
2000-07-18 cuzFixed some gcc warnings
2000-06-30 cuzFixed translation table for GEOS
2000-06-22 cuzFixed usage text
2000-06-22 cuzNew long option: --debug
2000-06-22 cuzRewrote parsing of locals.
2000-06-22 cuzChanged usage information text
2000-06-21 cuzFixed a bug
2000-06-21 cpgset MAX_INC_NESTING to 20
2000-06-20 cuzFixed a bug
2000-06-15 cuzRemove io.*, some cleanup
2000-06-14 cuzNew long option --static-locals
2000-06-14 cuzBetter error messages when opening include files
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-14 cuz65C02 additions, saved a few bytes in the code generator
2000-06-14 cuzNew option --add-source
2000-06-14 cuzFix problematic code. Use more stuff from the shared...
2000-06-14 cuzSome basic support for the 65C02 CPU.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-12 cuzMinor changes for MSC compatibility
2000-06-12 cuzRemoved a duplicate line
2000-06-10 cuzFix minor function handling stuff
2000-06-10 cuzAdd knowledge about a few more runtime functions
2000-06-10 cuzRemove functions that do no longer exist
2000-06-10 cuzExplicitly clear reserved storage with $00.
2000-06-10 cuzFixed a bug
2000-06-08 cuzFix several VC++ warnings
2000-06-08 cuzWatcom/NT fixes
2000-06-08 cuzSome work on function stuff.
2000-05-30 cuzFixed a bug
2000-05-30 cuzChange the implementation of Add() so it won't modify...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...