]> git.sur5r.net Git - cc65/shortlog
cc65
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.
2004-05-31 cuzSome improvements in font generation
2004-05-28 cpgfix comment
2004-05-28 cpgLINEBUF
2004-05-28 cpgimplement line buffered reads, optional with LINEBUF...
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 cuzungetc is now available
2004-05-14 cuzAdd support for pushed back characters from ungetc()
2004-05-14 cuzBetter error messages in case of a range error
2004-05-14 cuzFixed a bug
2004-05-14 cuzExport __seterrno
2004-05-13 cuzSqueezed out a few bytes
2004-05-13 cuz__seterrno is now a common function available on all...
2004-05-13 cuzAdd support for ungetc, fix non standard compliant...
2004-05-13 cuzImplemented the ungetc function
2004-05-13 cuzMake fseek support ungetc, fix non standard compliant...
2004-05-13 cuzSqueezed out a few bytes
2004-05-13 cuzAdd support for pushed back chars
2004-05-13 cuzUse a subroutine to set errno to save some space.
2004-05-12 cuzFixed a typo
2004-05-12 cuzFixed a comment
2004-05-12 cuzMouse position no longer contained in the header
2004-05-12 cuzAdded pushback char to struct FILE
next