]> git.sur5r.net Git - cc65/history - src/cc65/locals.c
Working on the new backend
[cc65] / src / cc65 / locals.c
2001-05-03 cuzWorking on the new backend
2001-04-19 cuzRenamed GetLabel to GetLocalLabel
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-20 cuzAdded code to check the 6502 stack
2001-03-19 cuzAdded new option and pragma to generate calls to a...
2000-10-15 cuzError handling cleanup/changes.
2000-10-10 cuzAdded a missing include
2000-09-14 cuzInitialize translation tables
2000-08-14 cuzReworked type comparison and handling of type qualifiers
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-07-27 cuzUse gcc function attributes, fix several format related...
2000-06-22 cuzRewrote parsing of locals.
2000-06-14 cuzNew long option --static-locals
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-06-08 cuzFix several VC++ warnings
2000-05-28 uzThis commit was generated by cvs2svn to compensate...