]> git.sur5r.net Git - cc65/history - src/ca65
Minor improvement of optimizations
[cc65] / src / ca65 /
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
2000-11-02 cuzRemoved underlines from struct names
2000-10-31 cuzAdded missing params to Error function
2000-10-30 cuzWorking on initializers
2000-10-30 cuzRenamed EXP_INITIALIZER
2000-10-30 cuzAdd initializer bit in debug syms
2000-10-30 cuzAdd initializer
2000-09-14 cuzInitialize translation tables
2000-09-02 cuzAdded new emulation feature: loose_char_term
2000-09-02 cuzSeparated the emulation features in a module.
2000-09-02 cuzAdded new .feature: pc_assignment
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-11 cuzBIT encoding was wrong for the 65SC02 in immidiate...
2000-08-02 cuzChange the implementation of the file table. It may...
2000-08-02 cuzAdded a method to write variable sized unsigned values...
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-30 cuzInclude file path changes
2000-07-29 cuzAdd common dir in more search paths
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-28 cuzAdd the include dir
2000-07-28 cuzAdded .REPEAT pseudo instruction
2000-07-27 cuzAdded .WARNING
2000-07-27 cuzFixed a typo
2000-07-27 cuzFixed a bug in the .ERROR directive
2000-07-27 cuzAdded ERR_EXPECTED_EOF
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-25 cuzBumped the .IF nesting to 256
2000-07-19 cuzFixed a problem with the add and sub macros
2000-07-18 cuzFix some gcc warnings
2000-07-15 cuzAdded the .TCOUNT function
2000-07-09 cuzFix macro output in the listing
2000-07-08 cuzAdded -h option
2000-07-08 cuzAdded/finished .MID, .LEFT, .RIGHT
2000-06-25 cuzWorking on .MID
2000-06-23 cuzRemoved the strexpr module and placed the implementatio...
2000-06-14 cuzBetter error messages when opening include files
2000-06-14 cuzModule now in common dir
2000-06-14 cuzRemove unneeded includes
2000-06-14 cuzMore common subroutines
2000-06-14 cuzUse new cmdline module
2000-06-12 cuzMinor changes for MSC compatibility
2000-06-08 cuzFix several VC++ warnings
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-29 cuzAdded functions to remember a set of include search...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...