]> git.sur5r.net Git - cc65/shortlog
cc65
2002-11-05 cuzMoved _vic.h to _vic2.h. Renamed __vic to __vic2.
2002-11-05 cuzAdd _randomize.
2002-11-05 cuzMake realloc a __fastcall__ function
2002-11-05 cuzRenamed randomize to _randomize
2002-11-05 cuzChange initial seed to 1
2002-11-05 cuzNew randomize() function for nearly all platforms
2002-11-05 cpgturn on cursor before returning to DOS
2002-11-04 cpgsome fixes for last change
2002-11-04 cuzExtend description of %v inline assembler format specifier
2002-11-03 cpgimproved handling of cursor display and position
2002-11-03 cpginitial check-in
2002-11-03 cpghonour cursor setting
2002-11-02 cuzUse constants for datatype sizes
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-11-01 cuzRemove the casts, they are no longer needed
2002-11-01 cuzMove the assignment parser into a separate module.
2002-11-01 cuzWork on better type casts - not yet finished
2002-10-29 cuzFixed a bug
2002-10-28 cuzNo support files in atmos dir
2002-10-25 cuzExpanded entry for Greg King
2002-10-25 cuzAdded stdbool.h provided by Greg King
2002-10-25 cuzDivision test program by Greg King
2002-10-25 cuzAdded the div function
2002-10-25 cuzAdded new div() function written by Greg King
2002-10-24 cuzMinor optimization suggested by Greg King
2002-10-18 cuzFixed a problem with perror: The error code may get...
2002-10-17 cuzNew store optimization.
2002-10-17 cuzFixed error "variable has unknown size" for a local...
2002-10-14 cuzFixed a buffer overflow (report from Christian Groessler).
2002-10-10 cuzFixed some bad looking stuff
2002-10-10 cuzList of short options were missing
2002-10-10 cuzRemove statement about initialization of locals
2002-10-10 cuzDocument the new #pragma syntax. Add comment about...
2002-10-10 cuzRemove paragraph about initializaton of locals
2002-10-10 cuzAllow initialization of local variables of compound...
2002-10-10 cuzRestructured DeclareLocals()
2002-10-10 cuzMade a lot of short functions inline
2002-10-09 cuzAdd info about more functions
2002-10-09 cuzFixed a bug
2002-10-08 cuzAdded more size optimizations, separate module
2002-10-06 cuzOutput an error if an invalid address is used
2002-10-06 cuzNew optimizer pass OptShift3.
2002-10-06 cuzFixed an omission in AdjustStackOffset. Use CS_IsBasicB...
2002-10-06 cuzImproved implementation of OptPushPop
2002-10-06 cuzNew functions CS_ResetMarks, CS_ResetAllMarks and CS_Is...
2002-10-06 cuzUse other representations for SCHAR_MIN, SHORT_MIN...
2002-10-06 cuzFixed a string in the help screen
2002-10-05 cuzFixed problem with earlier change
2002-10-05 cuzFix codesize setting
2002-10-05 cuzNew/changed optimizations
2002-10-05 cuzRemove the swapeax routine, it is obsolete
2002-10-04 cuzAdd tgi subdir
2002-10-04 cuzMinor improvement of optimizations
2002-10-04 cuzIncrease the size of some buffers, so we are at the...
2002-10-03 cuzChanges from Michael Klein
2002-10-03 cuzPort plasma to the C128
2002-10-03 cuzLast change introduced a bug
2002-10-03 cuzAdded the TGI mode table
2002-10-03 cuzRemove the ",r" spec
2002-10-03 cuzAdded tgidemo
2002-10-03 cuzIgnore executables
2002-10-03 cuzDon't call the driver if we don't have one loaded
2002-10-03 cuzRemoved duplicate declaration
2002-10-03 cuzUse a #define instead of numeric value
2002-10-03 cuzStarted to add tgi text output functions
2002-10-03 cuzStarted to add text output functions
2002-10-03 cuzFixed a small bug
2002-10-02 cuzFixed optimizer bug in or/xor
2002-10-02 cuzPlace all declarations that are local to a function...
2002-10-01 cuzAllow more flexible numeric flag pragma arguments
2002-09-30 cuzFixed a bug
2002-09-30 cuzFile had DOS line endings
2002-09-30 cuzIgnore also cr's on input. This allows to compile sourc...
2002-09-30 cuzRemoved debug code
2002-09-30 cuzAdd SB_GetNumber to scanstrbuf.c.
2002-09-29 cuzCall StrBuf destructors
2002-09-29 cuzUse the new StrBuf features
2002-09-29 cuzRedoing the pragma stuff
2002-09-29 cuzNew function SB_Skip
2002-09-29 cuzAdd a user index to class StrBuf
2002-09-28 cuzFixed the result of the % operator for longs
2002-09-28 cuzFixed the result of the % operator for ints
2002-09-27 cuzRemove the "empty" segment type
2002-09-25 cuzChange the .LOCAL command so that the cheap local symbo...
2002-09-25 cuzChanged a function name
2002-09-23 cuzAdded the __DATE__ and __TIME__ preprocessor macros
2002-09-23 cuzCosmetic changes
2002-09-21 cuzAdded Michael Klein
2002-09-20 cuzWorked around a bug in GNU info
2002-09-18 cuzvsscanf is a C file
2002-09-18 cuzFix problems building info files, patch from Michael...
2002-09-18 cuzAdded debian stuff from Michael Klein <michael.klein...
2002-09-18 cuzassert() must be an expression of type void
2002-09-18 cuzImprove type casts for ints.
2002-09-16 cuzFixed a bug
2002-09-14 cuz.BLANK was also broken
2002-09-14 cuzThe .IFNBLANK command was broken
2002-08-11 cuzPrepare VIC20 startup for different start addresses
2002-08-11 cuzAllocIf would overwrite memory if the .IF nesting becam...
2002-08-11 izydorstfixed error check
next