]> git.sur5r.net Git - cc65/history - libsrc
always use setcursor to update cursor settings
[cc65] / libsrc /
2002-11-26 cpgalways use setcursor to update cursor settings
2002-11-26 cpgcall setcursor to update cursor settings
2002-11-26 cpgsetcursor now updates OLDADR from COLCRS and ROWCRS
2002-11-25 cuzUse the constants from _file.inc
2002-11-25 cuzUse register variables
2002-11-25 cuzNew functions to swap register variables
2002-11-24 cuzFixed a typo
2002-11-24 cuzRewrote fclose() in assembler
2002-11-24 cuzFixed last fix:-)
2002-11-24 cuzFixed a bug
2002-11-23 cuzRewrote fread in assembler
2002-11-23 cuzFixed a bug
2002-11-23 cuzRewrote fwrite in assembler
2002-11-23 cuzMust import sp now that the zp definitions are elsewhere
2002-11-23 cuzChange naming conventions for tgi drivers
2002-11-23 cuzRename the 320x200x2 driver to c64-hi.tgi
2002-11-23 cuzRewrote fopen in assembler
2002-11-23 cuzRewrote _fopen in assembler
2002-11-23 cuzRewrite
2002-11-23 cuzFixed a bug in pushw0sp
2002-11-23 cuzNew module
2002-11-23 cuzAdd STARTUP and LOWCODE segments
2002-11-22 cuzAdded LOWCODE and STARTUP segments
2002-11-22 cuzChanged a comment
2002-11-22 cuzFixed the break stuff
2002-11-22 cuzSmall changes for new C16 target
2002-11-22 cuzUse the new LOWCODE segment
2002-11-22 cuzMore banking support
2002-11-22 cuzAdded wrappers for the kernal functions
2002-11-22 izydorstadded _systime implementation for GEOS
2002-11-22 cuzMove the startup code into its own segment
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
2002-11-22 cuzMore c16 changes
2002-11-22 cuzRename segment named NMI to LOWCODE
2002-11-22 cuzFixed a wrong name (see last change)
2002-11-22 cuzexit() is __fastcall__
2002-11-21 cuzRemoved comment about a cast that is no longer necessary
2002-11-21 cuzNew target c16
2002-11-20 cuzMove more common code into rwcommon.s.
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 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 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
next