]> git.sur5r.net Git - cc65/shortlog
cc65
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
2004-05-12 cuzFixed a bug
2004-05-12 cuzAtari joystick driver filename fix
2004-05-12 cuzBetter error messages
2004-05-11 cpgchange Atari joystick driver name
2004-05-11 cpgdriver name is ataristd.joy
2004-05-11 cuzAdded 6502 illegal instructions
2004-05-11 cpgreturn correct joystick count for XL and newer machines...
2004-05-10 cuzAdded the new --list-bytes option
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 cuzDocument the new curly braces feature
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-06 cuzNew module joy_stddrv
2004-05-02 cuzOptimization
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-05-02 cuzNew test program arg-test.c
2004-04-29 cuzFixed a bug in the handling of ranges where the granula...
2004-04-28 cuzUse .addr for address tables
2004-04-28 cuzAdded command line param evaluation
2004-04-28 cuzCommand line arguments are now supported
2004-04-28 cuzAdded the mouse_move module
2004-04-28 cuzCopy mouse drivers using new names
2004-04-28 cuzAdded routine to parse command line args
2004-04-28 cuzAdded address of FETCH routine
2004-04-28 cuzAdd command line evaluation for the Plus/4
2004-04-28 cuzRename INBUF to FNBUF, add basic buffer
2004-04-28 cuzRename FNAM_ADR to FNAM, use new := operator for addresses
next