]> git.sur5r.net Git - cc65/shortlog
cc65
2008-08-01 cuzIn an old style function definition, print a diagnostic... V2.12.0
2008-08-01 cuzA label must always be followed by a statement. Check...
2008-08-01 cuzSwitch statement may now contain arbitrary code as...
2008-07-31 cuzAdded several type checks, especially for functions...
2008-07-31 cuzCalling an undefined function is an error in C99.
2008-07-26 cuzFixed an error
2008-07-21 cuzFixed a typo.
2008-07-16 cpgadd CONIO section (from Stefan Haubenthal)
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
2008-07-04 cpgadd "define=yes" for ZPSAVE segment, since it's needed...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2008-07-01 cpgfix comments for LMARGN and RMARGN
2008-07-01 cpgUse RMARGN instead of a hard coded value for compatibil...
2008-06-29 cuzFixed an error in .out
2008-06-16 cuzSeveral updates by Oliver Schmidt.
2008-06-16 cuzUpdates and hints regarding AppleCommander by Oliver...
2008-04-21 cuzBumped the version number
2008-04-21 cuzBumped the version number
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-14 cuzRemoved display swapping code
2008-04-13 cuzNew entry point setoserror
2008-04-13 cuzNew function fndefunit.
2008-04-10 cuzAdded information about the DTV extended memory driver.
2008-04-10 cuzNew get_tv function by Stefan Haubenthal.
2008-04-10 cuzNTSC/PAL update by Stefan Haubenthal.
2008-04-10 cuzNew get_tv module from Stefan Haubenthal.
2008-03-31 cuzMore fixes for Watcom C / C89.
2008-03-31 cuzFixed another problem with the macros.
2008-03-31 cuzAllow an optional '+' sign before an exponent of a...
2008-03-31 cuzFixed bugs in the macro versions of the GetStringId...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2008-03-31 cuzThe conversion specifier to output a StrBuf had to...
2008-03-30 cuzRemoved an unused module.
2008-03-29 cuzFixed an error in the type comparison code. Function...
2008-03-27 cuzNew functions SB_ToLower and SB_ToUpper.
2008-03-26 cuzQuite some functions mentioned as "unsupported" are...
2008-03-26 cuzFixed a few typos (Stefan Haubenthal).
2008-03-25 cuzThe value of COLOR_WHITE changed from 1 to 3.
2008-03-25 cuzRemoved obsolete files.
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2008-03-16 cuzOliver Schmidt added test output for second fire button.
2008-03-16 cuzIgnore all the generated text files.
2008-02-27 cuzFixed a bug in the optimizer. Loads of X and Y from...
2008-02-25 cuzOliver Schmidt fixed errors in the LINE and SETPIXELCLI...
2008-02-21 cuzThe descriptions of the CLI and SEI functions were...
2008-02-20 cuzPatch for ca65html by Greg King:
2008-02-19 cuzAllow optional assignments in .export and .exportzp...
2007-12-12 cuzFixed an error (Oliver Schmidt).
2007-09-02 cuzDocument segment support for da65 (which is not complet...
2007-09-02 cuzMore segment support stuff.
2007-08-31 cuzStarted to add support for segments.
2007-08-31 cuzMove code to a subroutine.
2007-08-31 cuzPreprocess the remainder of the line in a #include...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-28 cuzFixed the name of the assembler.
2007-08-28 cuzAdded #warning (suggestion by Rudolf Schubert).
2007-08-27 cuzPreparation for introducing token sources.
2007-08-26 cuzFixed a bug: The compiler evaluated constant expression...
2007-08-26 cuzFixed a bug: Byte three of the remainder was overwritte...
2007-08-23 cuzAdded Peter Wendrich <pwsoft@syntiac.com> to the CREDIT...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2007-08-21 cuzRemove the #error statement if the platform is unknown...
2007-08-20 cuzDon't try to strip the ca65html perl script.
2007-08-20 cuzAdded an URL tag
2007-08-20 cuzReplaced "Copyright" tag by "License".
2007-08-19 cuzApplied Magervalps colorization changes with some minor...
2007-08-19 cuzFixed umlauts
2007-08-19 cuzAmiga install files by Stefan Haubenthal.
2007-07-03 cuzFixed an error handling SC_EXTERN.
2007-07-03 cuzFixed an error.
2007-06-28 cuzFixed an error
2007-06-21 cuzChanges from Greg King
2007-06-12 cuzFixed wrong spelling of ".dbyt".
2007-06-12 cuzFixed hangs on certain info files. PC was not increment...
2007-05-26 cuzThe copyright tag is deprecated.
2007-05-21 cuzFixed a problem with MagerValps changes.
2007-03-28 cpgspace optimization by Stefan Haubenthal
2007-03-18 cuzFix type of "&array" - it will actually generate pointe...
2007-03-18 cuzUsing typdefs, it is possible to construct types that...
2007-03-11 cuzCorrected some 510/610 info.
2007-02-10 cuzFixed a bug introduced with the last patch
2007-02-09 cuzUpdated version by Karri Kaksonen.
2007-02-07 cuzFixed an error in SB_Slice.
2007-02-03 cuzMagerValp: I adjusted some of the regexps in ca65html...
2007-02-03 cuzFixed internal compiler error on invalid input code.
2007-01-24 cuzNew version by Oliver Schmidt
2007-01-05 cuzUpdate from Oliver Schmidt
2006-08-22 cuzReplace the fixed buffer in the Find() routine by a...
2006-08-18 cuzIgnore intermediate files
2006-08-18 cuzAdded build rules for the apple2-auxmem driver.
2006-08-17 cuzNew extended memory driver by Stefan Haubenthal.
2006-08-17 cuzHonor the new MOUSE_FLAG_EARLY_IRQ and MOUSE_FLAG_LATE_...
2006-08-17 cuzFixed a typo (patch by Stefan Haubenthal).
2006-08-17 cuzAdded docs for the Supervision Console contributed...
2006-08-17 cuzMouse driver fixes by Oliver Schmidt.
2006-08-17 cuzAdded constructor support (contributed by Stefan Hauben...
2006-06-05 cuzRewrote the xxx_load routines for the drivers in assemb...
next