]> git.sur5r.net Git - cc65/history - libsrc
Call __seterrno instead of assigning to _errno and save a few bytes.
[cc65] / libsrc /
2010-06-03 uzCall __seterrno instead of assigning to _errno and...
2010-06-03 uzRemoved the prototype for _seterrno, since it is now...
2010-06-03 uzSet errno if the stream is in error state. Small code...
2010-06-03 uzRewrote parts of the code for better error handling...
2010-06-03 uzAdded messages for EBADF (new) and EUNKNOWN (missing).
2010-06-03 uzReturn EUNKNOWN instead of EINVAL if the error code...
2010-06-03 uzUse _seterrno instead of assigning to _errno to make...
2010-06-03 uzRewrote the code to make it somewhat shorter.
2010-06-03 uzCall _seterror instead of assigning to _errno to make...
2010-06-03 uzFixed a comment regarding errno/oserror.
2010-06-03 uzCall _seterrno instead of assigning to _errno to make...
2010-06-03 uzDon't include errno.h since it is not needed.
2010-06-03 uzUse _seterrno to make the code shorter.
2010-06-02 ol.scAlign rootdir() return value rather with POSIX function...
2010-06-01 ol.scSet _oserror only on error.
2010-05-26 ol.scAdded function to find out the volume name of a ProDOS...
2010-05-24 ol.scAdded functions to learn about the unit numbers of...
2010-05-01 cpgsyschdir by Stefan Haubenthal
2010-04-22 ol.scSave some cycles.
2010-03-23 uzComment fix.
2010-03-19 uzAdded patches to make systime work correctly with the...
2010-03-17 uzRemoved a forgotten ScrollSave variable (Stefan Haubent...
2010-03-08 uzShortened the code
2010-03-07 ol.scFixed line endings I broke with recent change.
2010-03-07 uzFix scrolling (again). The old code switched off scroll...
2010-02-28 uzReplaced '=' by ':=' where applicable and moved the...
2010-02-28 uzFixes for the pet-ptvjoy driver and a new standard...
2010-02-28 uzMoved the pet.inc file into the asminc subdirectory...
2010-02-27 uzPatch by Marco van den Heuvel that adds detection of...
2010-02-20 uzMade Olivers devnum patch (r4588) work with the PET...
2010-02-20 ol.scAdded comment based on mailing list posting by Greg...
2010-02-18 uzFixed a problem with a disabled cursor: Switching off...
2010-02-15 uzFixed a video problem: When switching the display,...
2010-02-15 uzPatches by Greg King to avoid crosstalk between mouse...
2010-02-14 ol.scInitialize _curunit from the zeropage value DEVNUM...
2010-02-12 uzNew EMD driver for the Double Quick Brown Box cartridge...
2010-02-12 uzMake PIA upper case for orthogonality.
2010-02-12 uzMore driver cleanup.
2010-02-11 uzUse the .max function to calculate the backup space.
2010-02-04 uzComment update.
2010-02-04 uzFixes for the ptvjoy drivers by Marco van den Heuvel.
2010-02-04 uzAdded DTV detection code by Marco van den Heuvel.
2010-02-04 uzSome more improvements (untested).
2010-02-04 uzNew extended memory driver for the C256K memory extensi...
2010-02-04 uzMoved the extended RAM driver to c128-ram2.emd and...
2010-02-02 uzNew EMD driver for the ISEPIC cartridge written and...
2010-02-02 uzFixes for joysticks 3+4 in the ptv joystick driver...
2010-02-01 uzMarco van den Heuvel contributed code to detect a C64...
2010-02-01 uzAdded code to the driver to use also banks 2 and 3...
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzNo need to save the Y register in INSTALL.
2010-02-01 uzAdded size checking code contributed by Marco van den...
2010-02-01 uzAdded size checking routine contributed by Marco van...
2010-01-26 uzRemoved the call to tgi_clear from tgi_init, so the...
2010-01-24 ol.scMinor reformatting.
2010-01-24 ol.scFactored out generic LINE implementation based on SETPI...
2010-01-23 ol.scQuite some minor changes to have the two C128 TGI drive...
2010-01-08 ol.scSome optimization.
2010-01-08 ol.sc- Added ioctl for mixing graphics with 4 lines of text.
2010-01-08 ol.scMinor comment adjustment.
2009-12-21 uzP.A.S.E. joystick driver for the Oric Atmos, contribute...
2009-12-19 ol.scMinor comment adjustment.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-12-13 ol.scAdded macro for ssc slot selection.
2009-12-12 ol.scAdded ioctl for mixing graphics with 4 lines of text.
2009-12-11 uzMAde the second parameter of tgi_ioctl a void* instead...
2009-12-10 uzReplaced $30 by literal '0' for better readability.
2009-12-10 uzRemoved the call to CLRCH in the startup code.
2009-12-09 ol.scReplaced left-over tab with space.
2009-12-09 uz* Moved the BASIC stub that calls the compiled program...
2009-12-07 cpgmore space improvements by Daniel Serpell
2009-11-26 cpgdon't hardcode 'D' as device name, use __defdev
2009-11-25 cpgremove check for ATEOL
2009-11-25 cpgsave 2 bytes -- patch by Uz
2009-11-25 cpgput _revflag into .bss
2009-11-25 cpgfix comments
2009-11-25 cpgmove __do_oserror and __inviocb into their own source...
2009-11-25 cpgremove not longer needed import of __errno
2009-11-25 cpgremove not longer needed import of tmp2 and tmp3
2009-11-25 cpgspace improvements by Daniel Serpell
2009-11-24 uzSqueezed bytes and cycles out of the kbhit functions...
2009-11-23 cpgdon't use constructor to setup runtime stack
2009-11-23 cpgmove fdtoiocb function into its own file -- idea by...
2009-11-23 cpgpoor man's _toascii routine, contributed by Fatih Aygun
2009-11-23 cpgsave 3 bytes, patch by Daniel Serpell
2009-11-23 cpgsave a byte (idea by Uz, done by Daniel Serpell)
2009-11-23 uzDon't hardcode the address of the SYS call for the...
2009-11-19 cpgdon't call __getdevdef in crt0.s, but make it a constru...
2009-11-19 cpgmove setup of stdin/stdout/stderr from crt0.s to getfd.s
2009-11-18 cpgadd a comment describing why this file is really includ...
2009-11-18 cpgsmall space optimization -- 3 bytes reduced
2009-11-15 cpgno TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced...
2009-11-15 cpgchanges from Fatih
2009-11-13 uzReplaced TGI_ERR_NO_MEM by TGI_ERR_NO_RES
2009-11-13 uzFixed TGI error codes and messages. Removed the Atari...
2009-11-12 uzFinal touches to the first full version of the vector...
2009-11-12 uzRename the 8x8 multiplication using the same scheme...
2009-11-12 uzMoved outcode calculation in a separate module.
2009-11-11 cpgremove superfluous ".code" line
2009-11-11 cpgbugfix from Fatih
next