]> git.sur5r.net Git - cc65/history - libsrc
New module fileio-test.c
[cc65] / libsrc /
2002-11-17 cuzWorking on the CBM file functions
2002-11-16 cuzFinally: Commodore file I/O
2002-11-16 cuzMake close() fastcall
2002-11-16 cuzRenamed fmode.inc -> fcntl.inc
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-13 cuzFixed %W/%U
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 lots of functions from time.h
2002-11-12 cuzAdd the time() function
2002-11-11 cuzHandle arguments outside char range correctly
2002-11-10 izydorstadded _randomize() implementation
2002-11-10 izydorstRemoved GEOS rand.s implementation in favor of random...
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 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-03 cpgimproved handling of cursor display and position
2002-11-03 cpghonour cursor setting
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-10-28 cuzNo support files in atmos dir
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-06 cuzOutput an error if an invalid address is used
2002-10-06 cuzFixed a string in the help screen
2002-10-05 cuzRemove the swapeax routine, it is obsolete
2002-10-04 cuzAdd tgi subdir
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 cuzDon't call the driver if we don't have one loaded
2002-10-03 cuzStarted to add tgi text output functions
2002-10-03 cuzStarted to add text output functions
2002-09-28 cuzFixed the result of the % operator for longs
2002-09-28 cuzFixed the result of the % operator for ints
2002-09-18 cuzvsscanf is a C file
2002-08-11 cuzPrepare VIC20 startup for different start addresses
2002-08-11 cuzAdd rule to make zeropage.o in runtime dir if it is...
2002-08-09 cuzOptimization
2002-08-08 cuzNew, shorter readjoy function
2002-08-08 cuzThe vic20 target had the wrong CFLAGS
2002-08-07 cuzSmall optimizations
2002-08-07 cuzCleanup, fix VIC20 problem
2002-08-07 cuzRemove unused code, port to new version
2002-08-07 cuzAdded VIC20 port changes from Steve Schmidtke
2002-07-27 cuzReverse the last change, brain error :-(
2002-07-27 cuzReintroduce a patch for a bug that has been lost betwee...
2002-07-24 cpgfirst version, derived from cbm/oserrlist.s
2002-07-24 cpgoserrlist.o: new object file
2002-07-18 cuzAdded _stroserror
2002-07-18 cuzIgnore tgi drivers
2002-07-16 cpgimproved chk_supp: only do the test on SpartaDOS and...
2002-07-16 cpginitialize __dos_type variable
2002-07-16 cpgadded dos_type defines
2002-07-16 cuzMinor optimization
2002-07-16 cuzRemoved a JMP (ind)
2002-07-15 cuzAdd ROM function defines
2002-07-15 cuzUse MEMSIZE instead of using a fixed high mem location
2002-07-07 cuzCopy TGI drivers into main lib dir
2002-07-07 cuzAdd tgi_horline
2002-07-07 cuzAdd TGI driver
2002-07-07 cuzMore work on the graphics subsystem
2002-07-05 cuzAdded a file header
2002-07-05 cuzDon't call _revers for _textcolor, because both are...
2002-06-23 cuzFixed a bug
2002-06-22 cuzReturn bg color if coords out of range
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzFixed a bug
2002-06-22 cuzWorking on the TGI library
2002-06-22 cuzAdded emulation and more clipping for the BAR function.
2002-06-22 cuzAdded clipping
2002-06-22 cuzTarget clean needs to clean the tgi dir
2002-06-22 cuzRewrote cbm_open and cbm_read in assembler saving about...
2002-06-21 cuzWorking
2002-06-21 cuzChanged function prototype
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzTGI Implementation
2002-06-21 cuzImplementing TGI
2002-06-21 cuzNew TGI module
2002-06-14 cuzFixed a bug
2002-06-04 izydorstput segment keywords so bss, data and rodata are used...
2002-06-04 izydorstfixed LoadW for doing 16-bit offsets loads, not only...
2002-06-03 cuzAdded support for the Oric atmos (with some help by...
2002-05-30 cpgadded ICAX3, ICAX4, ICAX5
next