]> git.sur5r.net Git - cc65/history - src/ca65
Keep the config file position in a FilePos structure.
[cc65] / src / ca65 /
2004-07-18 cuzImprove handling of files with foreign newline sequences.
2004-07-17 cuzFixed problems with unnamed labels
2004-06-10 cuzFixed a warning
2004-06-03 cuzDefine symbols depending on the target system similar...
2004-05-14 cuzBetter error messages in case of a range error
2004-05-11 cuzAdded 6502 illegal instructions
2004-05-10 cuzNew --list-bytes option
2004-05-10 cuzFixed a small memory leak
2004-05-10 cuzAdd 6502X cpu
2004-05-09 cuzFixed a problem with {} enclosed token lists and implem...
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-04-20 cuzFixed a problem with the ubiquitous_idents change
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2004-04-19 cuzFixed a problem with .global: In some situations, expor...
2004-03-29 cuzNew feature missing_char_term
2004-03-21 cuzRewrite. This fixes a bug where a forward reference...
2004-03-21 cuzAdjust year in copyright string
2004-03-21 cuzFixed a problem with conditional assembly. The assemble...
2004-03-20 cuzFixed a small bug
2004-03-11 cuzFixed a typo
2004-03-02 cuzFixed two errors, skip to end of line in case of an...
2004-02-22 cuzIdentifiers starting with a dot could not be used as...
2004-01-04 cuzRemoved an unused assignment
2003-12-30 cuzFixed a bug
2003-12-30 cuzFixed a few bugs
2003-12-22 cuzMake the scope variables extern
2003-12-22 cuzFixed a typo
2003-12-22 cuzFixed a C99 issue
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-13 cuzInclude exported symbols in debug info
2003-12-12 cuzUse the WORD0 expression op instead of AND
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-12-12 cuzRemoved debug code
2003-12-12 cuzFixed several address size issues
2003-12-12 cuzCode cleanup
2003-12-12 cuzFixed a bug
2003-12-06 cuzFixed a bug
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-12-06 cuzMake struct work as documented
2003-12-03 cuzSyntax change
2003-12-03 cuzFixes for scoping and better .sizeof support
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-12-02 cuzMore work on .sizeof
2003-11-30 cuzTemp fix for address size detection of symbols
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzMuch extended StudyExpr
2003-11-23 cuzHold address sizes in an unsigned char
2003-11-23 cuzNew DefAddrSize variable
2003-11-23 cuzNew option --memory-model
2003-11-19 cuzMoved StudyExpr + helpers into its own module
2003-11-18 cuzTemp fix for some address size problems
2003-11-17 cuzAllow conditional directives within .STRUCT7:UNION...
2003-11-17 cuzAdded .SIZEOF
2003-11-17 cuzReplace address mode detection for expressions
2003-11-14 cuzAdded enums
2003-11-14 cuzNew function GenAddExpr
2003-11-13 cuzFixed a bug
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzRemove bank.offs address spec
2003-11-13 cuzAddress size fixes
2003-11-13 cuzMore work on expressions and address sizes
2003-11-12 cuzPrecalculate some expressions
2003-11-11 cuzFixed a problem
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-09 cuzFixed a bug
2003-11-09 cuzFixed exports for now
2003-11-08 cuzAdded .SCOPE/.ENDSCOPE
2003-11-08 cuzMore work on address sizes
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-11-04 cuzChanged freeing symbol relations, cosmetic changes
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-11-02 cuzConverted the makefile to use wine under Linux
2003-10-31 cuzFree expression trees when they're no longer needed
2003-10-31 cuzWork on named scopes
2003-10-23 cuzChange API for the Compare function
2003-10-22 cuzMove SymEntry stuff into its own module
2003-10-22 cuzUse the new generic hash tables
2003-10-22 cuzUse the new hash table module
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-17 cuzAdd := assignment op, define some currently unused...
2003-10-10 cuzNew macro package
2003-10-10 cuzChange result of .CPU pseudo variable
2003-10-10 cuzNew builtin macro package CPU
2003-10-10 cuzUse common code to determine the CPU
2003-08-14 cuzAdd gcc attributes, fixed a format string problem
2003-08-12 cuzAdded new .VERSION constant
2003-08-07 cuzFixed a bug
2003-08-07 cuzAdded 65C02 instructions
2003-08-07 cuzMore instruction set stuff
2003-06-27 cuzFixed a bug
2003-06-21 cuzPEI was broken
2003-06-17 cuzAdded new address size override commands z:, a: and f:.
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
next