]> git.sur5r.net Git - cc65/history - src/ca65
Working on better 65816 support
[cc65] / src / ca65 /
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...
2002-11-22 cuzReversed the last change because it did not work
2002-11-21 cuzFixed a bug
2002-10-03 cuzUse a #define instead of numeric value
2002-09-25 cuzChange the .LOCAL command so that the cheap local symbo...
2002-09-14 cuz.BLANK was also broken
2002-09-14 cuzThe .IFNBLANK command was broken
2002-08-11 cuzAllocIf would overwrite memory if the .IF nesting becam...
2002-04-25 cuzAdd the 'module' target
2002-03-24 cuzInclude name of errorneous symbol in error message
2002-02-18 cuzAdded .charmap
2002-02-14 cuzAdd new feature "leading_dot_in_identifiers".
2001-10-11 cuzThe longbranch macros did not work with numeric addresses
2001-10-02 cuzReordered usage output
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-15 cuzEnable even more warnings
2001-09-15 cuzCheck for sign problems in compares
2001-09-13 cuzAdded the CBM510 as a new target system
2001-09-08 cuzAdd the label/equate bit to the exports and debug symbols
2001-09-07 cuzCosmetic change
2001-09-01 cuzChanged an error message
2001-08-30 cuzFixed problem with forward references in unnamed labels
2001-05-29 cuzFixed line info issues
2001-05-24 cuzSmall fixes for Watcom-C
2001-05-23 cuzUse a collections for the line info and sort them by...
2001-05-23 cuzAdded line infos
2001-05-23 cuzWorking on source line information
2001-05-23 cuzAdded new lineinfo module
2001-05-08 cuzThe .defined function (and .ifdef/.ifndef) flagged...
2001-04-30 cuzFixed a bug with the .incbin command
2001-03-23 cuzChanged TgtTranslateBuf
2001-03-19 cuzPartially fixed a bug with the long addressing modes...
2001-03-18 cuzSome more debuginfo implementation
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded optional start and count arguments to .INCBIN
2001-03-09 cuzAdded command line response files
2001-01-05 cuzUse chartype.h instead of ctype.h
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2001-01-03 cuzOS/2 EMX fix
2000-12-01 cuzTranslate chars returned by .strat into the target...
2000-12-01 cuzFix detection of byte sized expressions
2000-11-29 cuzUse the new TgtTranslateBuf function
2000-11-28 cuzImplementation for the .IFPxx commands was missing
2000-11-20 cuzDebugging the condes support
2000-11-20 cuzWorking on the condes feature
next