]> git.sur5r.net Git - cc65/history - src/ca65
New version by Greg King.
[cc65] / src / ca65 /
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...
2003-06-06 cuzAdded assertions
2003-06-04 cuzMore string pool use
2003-06-04 cuzUse a string pool to reduce the memory footprint
2003-06-03 cuzRestructuring the object file format
2003-05-29 cuzUse the new searchpath common module
2003-05-25 cuzEncode option strings in the string pool
2003-05-25 cuzChanged the object file and library format. There is...
2003-05-13 cuzAdd a warning for an address expression that is usually...
2003-05-11 cuzRemoved an unused warning
2003-05-04 cuzAdded a new .MACPACK CBM
2003-05-01 cuzMoved CPU definition into common/
2003-04-25 cuzFixed a small "problem": When .END is used, the line...
2003-03-17 cuzFixed a few comments
2003-03-17 cuzFixed a bug: .ENDPROC without .PROC would crash the...
2003-03-07 cuzRemove debugging printf's
2003-03-07 cuzAdded new .FORCEIMPORT pseudo op
2003-02-26 cuz.incbin did not honor the include search path
2003-02-08 cuzMove default segment names into segnames.h
2003-02-08 cuzUse default segment name definitions
2003-01-20 cuzFixed last fix
2003-01-19 cuzFixed problems that occured on input files with missing...
2003-01-04 cuzMove the Debug flag into a new module "debugflag" in...
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-12-12 cuzSome Watcom related fixes
2002-11-28 cuzNew .PUSHSEG and .POPSEG commands
2002-11-28 cuzCosmetic changes
2002-11-26 cuzAdded the .TIME pseudo function
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
next