]> git.sur5r.net Git - cc65/history - src/cc65/datatype.c
Fixed a bug
[cc65] / src / cc65 / datatype.c
2002-11-14 cuzMake small functions inline
2002-11-02 cuzUse constants for datatype sizes
2002-10-10 cuzMade a lot of short functions inline
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-03-10 cuzFixed problems with incomplete types (structs and array...
2001-11-12 cuzFixed a bug
2001-11-08 cuzFixed a bug
2001-09-24 cuzTrack usage of the sreg and several other zero page...
2001-05-05 cuzWorking on the backend
2001-05-03 cuzWorking on the new backend
2001-03-24 cuzInline parameter frame building
2001-03-23 cuz * Added several type casts to increase C++ compatibility.
2001-03-22 cuzAllow __fastcall__ for C function. Contrary to the...
2000-11-02 cuzRemoved error numbers in favour of literal error messag...
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-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 cuzOutput an error message when trying to determine the...
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...