]> git.sur5r.net Git - cc65/shortlog
cc65
2004-07-17 cuzNew function heapblocksize()
2004-07-11 cuzMake a few params const
2004-07-11 cuzCheck for invalid function names before trying to compa...
2004-07-11 cuzAdded SB_Compare
2004-07-09 cpgget_ostype() was split into get_ostype() and get_tv...
2004-07-09 cpgzap also deletes *.ser and *.mou files
2004-07-09 cpgrename some Atari specific function names
2004-07-09 cpgkeep the old names (w/o "_") of get_ostype() and get_tv...
2004-07-09 cpgrevert last change
2004-07-06 cuzA main function not returning an int is not allowed...
2004-07-06 cuzFixed a bug
2004-07-06 cuzCleanup in ShiftExpr.
2004-07-05 cuzAdded lasr.o
2004-07-05 cuzNew code for the shift functions
2004-06-30 cuzChanged shift functions, added info about shift runtime...
2004-06-30 cuzFixed a bug
2004-06-29 cuzFixed a bug
2004-06-29 cuzRemove shifts from kcalc
2004-06-29 cuzMove shift expression evaluation into a separate module...
2004-06-29 cuzRenaming and cleanup
2004-06-29 cuzSome renaming
2004-06-29 cuzAdded license information preproc.h
2004-06-21 cuzFixed a problem
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-06-15 cuzRemoved the undocumented, obsolete and unused OptDisabl...
2004-06-15 cuzDocument the codesize, optimize and warn pragmas
2004-06-15 cuzMake the -W flag stackable.
2004-06-15 cuzMake the -O and --codesize options stackable.
2004-06-15 cuzInline assembly can now reference C labels with the...
2004-06-15 cuzSome cleanup
2004-06-15 cuzChanged an error message
2004-06-15 cuzNew function tgi_geterrormsg
2004-06-15 cuzUse enum, declare count of errors
2004-06-15 cuzFixed an error
2004-06-15 cuzNew module tgi_geterrormsg.s
2004-06-13 cuzPatches from Greg King
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 cpgone byte space optimization
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 cuzFixed a typo and changed example to use new asm syntax
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-06 cuzCorrected minor spelling errors
2004-06-06 cuzCorrected minor spelling errors
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 cuzFixed a problem
2004-06-04 cuzRemove dependency on rom.o
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 cuzFixed a comment
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 cuzAdded new atmos tgi driver
2004-06-03 cuzCopy the new atmos tgi driver
2004-06-03 cuzTGI driver by Stefan Haubenthal
2004-06-03 cuzDefine symbols depending on the target system similar...
2004-06-03 cpgfinish last change
2004-06-03 cpgrename backwards compatibility define
2004-06-03 cpgprepend a "_" to clib runtime functions
2004-06-03 cuzFixed symbol usage
2004-06-03 cuzImprovements by Oliver Schmidt
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 cpgsmall optimization; fix line buffered read of length 0
2004-06-01 cuzNew options
2004-06-01 cuzFix external function names
2004-05-31 cuzString literals can be handled as static data in most...
2004-05-31 cuzComment fixes by Stefan Haubenthal
2004-05-31 cuzSmall addition by Stefan Haubenthal
2004-05-31 cuzSmall fix by Stefan Haubenthal
2004-05-31 cuzAdded oserrlist.s from Stefan Haubenthal
2004-05-31 cuzLoad programs at 13:5900 instead of 00
2004-05-31 cuzRewrite/cleanup of the complete expression flags handling.
next