]> git.sur5r.net Git - cc65/history - src/ca65/error.c
Address size fixes
[cc65] / src / ca65 / error.c
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-06-06 cuzAdded assertions
2003-05-13 cuzAdd a warning for an address expression that is usually...
2003-05-11 cuzRemoved an unused warning
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2002-08-11 cuzAllocIf would overwrite memory if the .IF nesting becam...
2002-03-24 cuzInclude name of errorneous symbol in error message
2002-02-14 cuzAdd new feature "leading_dot_in_identifiers".
2001-03-09 cuzAdded optional start and count arguments to .INCBIN
2000-10-30 cuzWorking on initializers
2000-09-02 cuzAdded new .feature: pc_assignment
2000-08-02 cuzChange the implementation of the file table. It may...
2000-08-01 cuzIncreased the file count to 16 bits when written to...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-27 cuzAdded .WARNING
2000-07-27 cuzAdded ERR_EXPECTED_EOF
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...