]> git.sur5r.net Git - cc65/history - src
Added mouse_ioctl
[cc65] / src /
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
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-29 cuzUse smart mode, allow more CPUs, fix CPU dependent...
2003-11-29 cuzMemory model additions
2003-11-29 cuzSpecial code for signed compares against zero
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-28 cuzUpdate by Stefan Haubenthal
2003-11-27 cuzFixed a bug
2003-11-25 cuzPass the memory model to the compiler
2003-11-25 cuzNew --memory-model switch
2003-11-24 cuzNew --memory-model option
2003-11-24 cuzNew module
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-23 cuzRemoved the EXPR_FORCE... ops
2003-11-22 cuzMark RTI as "uses all registers" to avoid problems...
2003-11-19 cuzMoved StudyExpr + helpers into its own module
2003-11-18 cuzTemp fix for some address size problems
2003-11-18 cuzAdded long address size
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 cuzSpecial config for use with the TGI driver added
2003-11-12 cuzPrecalculate some expressions
2003-11-12 cuzCosmetic changes
2003-11-11 cuzFixed a problem
2003-11-11 cuzNew DumpExpr signature
2003-11-11 cuzAllow dumping of symbol expressions
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-11 cuzUse safe shift routines
2003-11-11 cuzNew shift module, comment fixes
2003-11-10 cuzRenamed expression ops for better readability
2003-11-10 cuzAdded more missing ops
2003-11-10 cuzEXPR_SECTION was missing from dump
2003-11-09 cuzFixed a bug
2003-11-09 cuzFixed exports for now
2003-11-09 cuzIgnore opctest
2003-11-09 cuzImproved an error message in case of invalid input...
2003-11-09 cuzFixed a bug
2003-11-08 cuzAdded .SCOPE/.ENDSCOPE
2003-11-08 cuzFiles in the file tables have their names in the string...
2003-11-08 cuzMore work on address sizes
next