]> git.sur5r.net Git - cc65/shortlog
cc65
2002-11-20 cuzWorking on the auto build
2002-11-20 cuzFixed bad date
2002-11-20 cuzPreparing auto build
2002-11-20 cuzAdd declaration of __errno
2002-11-20 cuzMove more common code into rwcommon.s.
2002-11-20 cuzCommiting some old changes
2002-11-20 cuzIgnore module.inc
2002-11-20 cuzUse the POSIX file I/O functions instead of the high...
2002-11-20 cuzNew calling conventions for read
2002-11-20 cuzMoved the zero page locations for the PET machines
2002-11-20 cuzAdded kernal replacement routines
2002-11-19 cuzUse external symbols for the CBM kernal jump table...
2002-11-19 cuzFixed open flags for append mode
2002-11-19 cuzAdd support for append mode
2002-11-18 cuzAllow more chars in filenames
2002-11-18 cuzFixed a bug: Because of a wrong label position the...
2002-11-18 cuzDon't check the IEEE status
2002-11-18 cuzUse C file I/O
2002-11-18 cuzRemoved duplicate line
2002-11-18 cuzStore directly into zeropage
2002-11-18 cuzSet the file name bank to bank zero on startup to make...
2002-11-17 cuzNew module fileio-test.c
2002-11-17 cuzWorking on the CBM file functions
2002-11-17 cuzAdded posixio-test.c
2002-11-16 cuzFinally: Commodore file I/O
2002-11-16 cuzMake close() fastcall
2002-11-16 cuzRenamed fmode.inc -> fcntl.inc
2002-11-16 cuzMoved fmode.inc -> fcntl.inc, add new constants
2002-11-16 izydorstreplaced reference to vlink utility with grc call with...
2002-11-15 cuzFix open flags, minor optimization
2002-11-15 cuzcbm_write is not __fastcall__
2002-11-15 cuzRewrite cbm_write() in assembler
2002-11-15 cuzFixed an error in struct compare. For one, the behaviou...
2002-11-14 cuzRemoved unused code
2002-11-14 cuzFixed a bug
2002-11-14 cuzNew function ReplaceType
2002-11-14 cuzMake small functions inline
2002-11-13 cpgadded cursor.c and seek.c
2002-11-13 cuzFixed %W/%U
2002-11-13 cuzExtended the test
2002-11-13 cuzCall strftime instead of formatting the time manually
2002-11-13 cuzFixed a bug
2002-11-13 cuzFixed precision bug in printf family
2002-11-13 cuzAdded strftime
2002-11-13 cuzCosmetic changes
2002-11-12 cuzAdded _systime for all platforms
2002-11-12 cuzCall _systime instead of always returning -1
2002-11-12 cuzAdded _systime
2002-11-12 cuzAdded lots of functions from time.h
2002-11-12 cuzMore time functions
2002-11-12 cuzNew module time-test.c
2002-11-12 cuzAdd the time() function
2002-11-11 cuzMake exit a fastcall function
2002-11-11 cuzDocument some more functions
2002-11-11 cuzHandle arguments outside char range correctly
2002-11-10 izydorstmore info about GetRandom vs. rand
2002-11-10 izydorstadded _randomize() implementation
2002-11-10 izydorstRemoved GEOS rand.s implementation in favor of random...
2002-11-07 cuzStarted a function reference
2002-11-07 cuzNew _randomize() function, do some cleanup on apple2.inc
2002-11-06 cpguse always a sector size of 128 for sectors 1 to 3...
2002-11-06 cpgadded randomize
2002-11-06 cpgzap also deletes *.tgi files
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
next