]> git.sur5r.net Git - cc65/history - libsrc/common
Improved memset/memcpy/memmove functions by Christian Krueger.
[cc65] / libsrc / common /
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
2004-11-26 cuzAdded vscanf
2004-11-26 cuzRewrote _scanf. It does need some tests and improvement...
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-10-06 cuzReplaced putchar by an assembler version
2004-07-17 cuzAdjust result to user visible size
2004-07-17 cuzNew function heapblocksize()
2004-06-04 cuzFixed a comment
2004-05-14 cuzAdd support for pushed back characters from ungetc()
2004-05-14 cuzFixed a bug
2004-05-13 cuzSqueezed out a few bytes
2004-05-13 cuzAdd support for ungetc, fix non standard compliant...
2004-05-13 cuzImplemented the ungetc function
2004-05-13 cuzMake fseek support ungetc, fix non standard compliant...
2004-05-13 cuzSqueezed out a few bytes
2004-05-13 cuzAdd support for pushed back chars
2004-05-13 cuzUse a subroutine to set errno to save some space.
2004-05-12 cuzAdded pushback char to struct FILE
2004-05-12 cuzFixed a bug
2004-05-02 cuzOptimization
2003-12-19 cuzInvalid error codes will set errno
2003-12-16 cuzUse .repeat to unroll the loop.
2003-12-03 cuzUse structs
2003-12-03 cuzUse structs
2003-12-03 cuzUse structs/enums
2003-12-03 cuzUse structs
2003-11-13 cuzRemoved useless __errno imports
2003-11-11 cuzOptimizations
2003-11-06 cuzFixed the return code of fgetpos and ftell.
2003-10-29 cuzMake qsort __fastcall__
2003-10-29 cuzMake bsearch __fastcall__
2003-10-22 cuzFixed a bug in memcpy
2003-10-10 cuzSqueeze two cycles out of the abs() function
2003-10-10 cuzImproved 65c02 support
2003-10-02 cuzMake setlocale __fastcall__
2003-08-27 cuzFixed a bug
2003-08-20 cuzSplit memcpy and memmove, since the former is used...
2003-08-18 cuzSpeed optimization
2003-08-17 cuzFixed a bug
2003-08-16 cuzCleanup use of predefined data types / defines
2003-08-13 cuzBuild remove.o
2003-08-12 cuzNew uname function
2003-08-12 cuzNew uname function
2003-08-12 cuzFixes to the code just written
next