]> git.sur5r.net Git - cc65/history - libsrc/common
Renamed 'devel' to 'drivers'.
[cc65] / libsrc / common /
2012-01-21 ol.scAdded docs to set_irq / reset_irq.
2012-01-19 uzFix wrong offset of irq vector byte used as on/off...
2012-01-19 ol.scAdded wrapper for C level irq handling.
2011-07-10 uzMake the 8x32 unsigned multiplication routine C callable.
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2011-04-25 uzFixed comments. No code change.
2011-01-28 uzChanged priorities of destructors so atexit will be...
2011-01-26 uzSlightly improved memset function by Christian Krüger.
2010-07-10 uzAdded getopt. The implementation is based on a public...
2010-06-10 uzRenamed oserrcheck to __mappederrno. Added an additiona...
2010-06-06 uzRemoved a comment that was no longer correct.
2010-06-04 uzSave a few bytes and cycles.
2010-06-03 uzRemoved maperrno() since it's no longer needed.
2010-06-03 uzUse _seterrno instead of assigning to _errno.
2010-06-03 uzNo need to import __seterror, since this is done in...
2010-06-03 uzUse _errno, not errno.
2010-06-03 uzCall __seterrno and save a few bytes.
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 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.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-11-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded a C callable entry point for the division routine.
2009-11-04 uzAdd C callable special multiplication routines.
2009-10-30 uzFixed the return types of the sine/cosine functions...
2009-10-30 uzMerged the sine/cosine routines into one file, because...
2009-10-29 uzAdded fixpoint sine and cosine functions.
2009-10-14 uzChanged names of the pragmas to be identical to the...
2009-09-28 uzFixed more bugs, shortened the code where possible.
2009-09-28 uzFixed two bugs, made the sources somewhat better readable.
2009-09-27 uzLet vsprintf call vsnprintf to save code.
2009-09-27 uzAdded an untested implementation of snprintf.
2009-09-27 uzAdded an (only roughly tested) implementation of vsnprintf
2009-09-26 uzThe _printf routine does not return anything.
2009-09-20 uzImproved memset/memcpy/memmove functions by Christian...
2009-09-18 uzFixed an error in the makefile. strtoimax and strtoumax...
2009-09-17 uzNew strtoimax and strtoumax standard functions as alias...
2009-09-15 uzAdded a (currently untested) strtoul implementation...
2009-09-15 uzShrink atoi by using negeax instead of inlined code.
2009-09-15 uzMake system() fastcall like most other library functions.
2009-09-15 uzAdded an implementation of strtol (stdlib.h).
2009-09-13 uzlabs() is also imaxabs().
2009-02-10 uzUse named constants from ctype.inc instead of hard...
2009-02-10 uzRemoved an unused import.
2009-02-10 cpgadd strnicmp.o
2009-02-10 cpginitial check-in
2008-08-27 uzMade strxfrm fastcall, added docs.
2008-08-03 uzA label must always be followed by a statement. This...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-04-15 cuzRenamed setoserror to seterrnofromoserror to avoid...
2008-04-15 cuzFixed an error.
2008-04-13 cuzNew entry point setoserror
2005-12-20 cuzputchar didn't work
2005-08-31 cuzNew stuff contributed by Oliver Schmidt
2005-07-24 cuzIgnore pmemalign.s
2005-07-24 cuzReplaced _aligned_malloc by the POSIX compatible functi...
2005-05-17 cuzMake strtok __fastcall__
2005-04-23 cuzThe 65C02 code didn't work
2005-04-21 cuzFixed a bug
2005-04-21 cuzAdded environment routines
2005-04-19 cuzLeave __cwd_buf_size intact
2005-04-19 cuzMake the size of _cwd FILENAME_MAX chars
2005-04-16 cuzInitialize _cwd by use of a constructor that calls...
2005-04-01 cuzRenamed O65_OS_CC65_MODULE -> O65_OS_CC65 in the headers.
2005-02-26 cuzMove initialization code into the init segment
2005-02-14 cuzCode improvement
2005-02-14 cuzFixed a bug (report and patch by Greg King)
2005-02-14 cuzFixed tab removal which somehow went wrong
2005-02-14 cuzRemoved tabs from the foreign sources
2005-02-14 cuzScanf improvements by Greg King
2005-02-08 cuzFixed a bug
2005-01-05 cuzNew function: _aligned_malloc
2005-01-05 cuzAdded a comment
2005-01-05 cuzNew used block structure for the heap
2005-01-05 cuzFixed an identifier (cosmetic change)
2005-01-05 cuzSlice blocks even if the remainder is just sizeof(freeb...
2005-01-05 cuzSave a few bytes
2004-12-19 cuzChanged the way, used blocks are managed
2004-12-11 cuzFixed minor issues with the modifiers: Some modifiers...
2004-12-10 cuzDisable interrupts while modifying the signal table
2004-12-01 cuzSqeezed a few bytes out of the copydata function
2004-11-30 cuzUse register to improve the code
2004-11-30 cuzFixed an error and improved the code
2004-11-28 cuzReplaced vsscanf by an assembler version
2004-11-28 cuzReplace sscanf by an assembler version
2004-11-28 cuzReplaced fscanf by an assembler version
2004-11-28 cuzSmall optimization
2004-11-28 cuzRemoved an unused import
2004-11-27 cuzReplace vscanf by an assembler version
2004-11-27 cuzReplace vfscanf by an assembler version
2004-11-27 cuzAdded assembler include function for _scanf
next