]> git.sur5r.net Git - cc65/history - src
Improved code generation
[cc65] / src /
2004-06-03 cuzImproved code generation
2004-06-03 cuzFixed generation of non optimal code in StructRef()
2004-06-03 cuzComment and indentation changes
2004-06-02 cuzRewrote code generation for the strlen standard functio...
2004-06-02 cuzFixed a bug
2004-06-01 cuzFixed a bug
2004-06-01 cuzFix external function names
2004-05-31 cuzString literals can be handled as static data in most...
2004-05-31 cuzLoad programs at 13:5900 instead of 00
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
2004-05-27 cuzRemoved unused modules
2004-05-26 cuzSome renaming and restructuring
2004-05-26 cuzAdded a missing include
2004-05-26 cuzGenerate assembler names for symbols
2004-05-26 cuzAdd standard names for library functions
2004-05-25 cuzChanged the expression parser to return the lvalue...
2004-05-14 cuzBetter error messages in case of a range error
2004-05-12 cuzBetter error messages
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 cuzAdded CPU_6502X for 6502 with illegal opcodes
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-05-02 cuzFixed compiler warnings
2004-05-02 cuzThe type parser didn't check bounds for the type string...
2004-05-02 cuzMore output when using -v.
2004-04-29 cuzFixed a bug in the handling of ranges where the granula...
2004-04-28 cuzUse .addr for address tables
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-23 cuzAdded an interrupt facility similar to that on the...
2004-03-21 cuzRewrite. This fixes a bug where a forward reference...
2004-03-21 cuzAdjust year in copyright string
2004-03-21 cuzChanged a bug in the the translation table for the...
2004-03-21 cuzFixed a problem with conditional assembly. The assemble...
2004-03-20 cuzFixed a small bug
2004-03-20 cuzNew option --list-targets
2004-03-19 cuzFixed a bug
2004-03-19 cuzFixed a bug
2004-03-18 cuzOutput a warning for a call to memset with a count...
2004-03-15 cuzOptimization for __bzero.
2004-03-14 cuzRemoved a useless function call
2004-03-14 cuzRemoved obsolete comment
2004-03-13 cuzFixed a bug: The volatile keyword was not accepted...
2004-03-11 cuzNew target APPLE2ENH
2004-03-11 cuzFixed a typo
2004-03-11 cuzNew target APPLE2ENH
2004-03-11 cuzAdded a new apple2enh target
2004-03-08 cuzAllow push/pop arguments for segment name #pragmas
2004-03-07 cuzRenamed IS_Pop to IS_Drop
2004-03-07 cuzNew module strstack
2004-03-07 cuzMade several options that can be changed by #pragmas...
2004-03-07 cuzNew module intstack
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzFixed a bug: Octal character constants were not handled...
2004-03-02 cuzSB_GetNumber didn't handle a sign correctly
2004-03-02 cuzAdded missing 'simple escape sequences'
2004-03-02 cuzPass chars as ints
2004-03-02 cuzMove the expression test code into separate modules.
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-22 cuzThe disassembler outputs .text instead of .byte
2004-01-22 cuzFixed a bug
2004-01-04 cuzRemoved an unused assignment
2003-12-31 cuzBetter debug output
2003-12-30 cuzFixed a bug
2003-12-30 cuzFixed a few bugs
2003-12-30 cuzImproved PET-II support
2003-12-26 cuzBumped the version number
2003-12-23 cuzFixed address in comment
2003-12-22 cuzFixed a watcom warning
2003-12-22 cuzWe cannot build the inc files from windows/wine
2003-12-22 cuzGenerate the inc files
2003-12-22 cuzMake the scope variables extern
2003-12-22 cuzFixed a typo
2003-12-22 cuzFixed a typo
2003-12-22 cuzFixed a C99 issue
2003-12-21 cuzFixed a weird bug. Some special where found to be regis...
2003-12-21 cuzAssume numeric subroutines use anything and change...
2003-12-21 cuzFixed wrong assumptions in the optimizer when subroutin...
2003-12-20 cuzConfig changes for improved 610 support
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-13 cuzChanged format of debug info file
2003-12-13 cuzInclude exported symbols in debug info
2003-12-12 cuzIgnore generated file supervision.inc
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-09 cuzA continue statement within a do loop did not work...
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
next