]> git.sur5r.net Git - cc65/history - src
Some cleanup
[cc65] / src /
2004-06-15 cuzSome cleanup
2004-06-10 cuzFixed problems on 64 bit platforms and some other sloop...
2004-06-10 cuzBetter error messages
2004-06-10 cuzFixed a warning
2004-06-10 cuzFixed a bug
2004-06-09 cuzCheck the return code of the submakes (Christian Groessler)
2004-06-09 cuzRenamed ExprLoad to LoadExpr.
2004-06-09 cuzRemoved ExprLoad to LoadExpr.
2004-06-07 cuzCleaned up the code used for handling jump labels and...
2004-06-06 cuzRemoved debug code
2004-06-06 cuzMinor change
2004-06-06 cuzAdded support for floating point constants in the scann...
2004-06-06 cuzRenamed ExprDesc.Val to ExprDesc.IVal. Added an FVal...
2004-06-06 cuzThe loop code will access the stackpointer directly
2004-06-06 cuzAdd predefined type strings for float and double
2004-06-05 cuzImproved code for or and xor
2004-06-05 cuzMove the test flags into the Flags bitset of struct...
2004-06-05 cuzWhen changing the reference to a jump label, do also...
2004-06-05 cuzRepeat the check in OptJumpTarget whenever a match...
2004-06-05 cuzGenerate LDY instead of INY whenever possible because...
2004-06-05 cuzCheck for and warn on statements that don't have an...
2004-06-05 cuzFixed a bug
2004-06-05 cuzMove the compiler stack pointer into its own module.
2004-06-05 cuzFixed a bug
2004-06-04 cuzFixed a typo
2004-06-04 cuzAdded T_SIZE_T as an alias for T_UINT
2004-06-04 cuzAdded strcpy
2004-06-04 cuzFixed a typo
2004-06-04 cuzCheck the InlineStdFuncs flag later
2004-06-04 cuzFixed a bug
2004-06-04 cuzMore debugging output
2004-06-04 cuzFixed a bug
2004-06-03 cuzDefine symbols depending on the target system similar...
2004-06-03 cuzFixed a typo
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
next