]> git.sur5r.net Git - cc65/history - src/ca65/error.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / ca65 / error.c
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-11-04 uzFixed a problem in line info generation: Recorded token...
2012-11-04 uzOutput notifications for line info from macro parameter...
2012-10-27 uzThe message "Dropping x additional line infos" had...
2011-08-30 uzMore work on high level language debug symbols. They...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-08-15 uzLine number is now an unsigned.
2011-06-08 uzFix a compile problem with the Watcom compiler.
2011-06-07 uzLimit the number of additional line infos printed in...
2011-01-29 uzChanged text of notification.
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-27 uzOn errors and warnings, output additional information...
2011-01-25 uzNo need to search for the correct line info entry,...
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-16 uzMove all attributes and other information that is attac...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
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...