]> git.sur5r.net Git - cc65/history - src/cc65/declare.c
Fixed initializers for standard behaviour (hopefully ok now)
[cc65] / src / cc65 / declare.c
2003-03-16 cuzFixed initializers for standard behaviour (hopefully...
2003-03-16 cuzRevoked part of last change - didn't work
2003-03-16 cuzAllow any number of optional braces around all initiali...
2003-03-06 cuzImprove error recovery
2003-02-05 cuzAllow initialization of flexible array struct members
2003-02-03 cuzAdded flexible array members for structs
2003-02-01 cuzError message for negative array sizes.
2002-12-26 cuzCheck for implicit int return in all cases
2002-11-25 cuzRe-added register variables.
2002-11-24 cuzReenable register variables
2002-09-30 cuzFixed a bug
2002-06-12 cuzRenamed the functions working with "struct Function".
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2002-02-18 cuzAdd #pragma charmap()
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-07-17 cuzMore renaming. Remove the case label limit by using...
2001-07-17 cuzMore renaming
2001-07-17 cuzRenamed struct expent
2001-05-22 cuzAdded the lineinfo module. Changed the complete code...
2001-04-06 cuzFixed a bug. Function declarations where the type of...
2001-03-26 cuzRemove the hardcoded limit from the literal pool.
2001-03-24 cuzInline parameter frame building
2001-03-23 cuzMake AddConstSym from AddEnumSym
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
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-10-10 cuzFixed a bug in explicit type casts
2000-10-10 cuzDeclaring a char explicitly as signed was ignored and...
2000-09-14 cuzInitialize translation tables
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-27 cuzUse gcc function attributes, fix several format related...
2000-06-14 cuzUse the xmalloc module from the common directory.
2000-06-12 cuzAdded support for old style (K&R) function declarations.
2000-05-28 uzThis commit was generated by cvs2svn to compensate...