]> git.sur5r.net Git - cc65/history - libsrc/common/Makefile
Fixed an error in the makefile. strtoimax and strtoumax were in the wrong
[cc65] / libsrc / common / Makefile
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 uzAdded an implementation of strtol (stdlib.h).
2009-02-10 cpgadd strnicmp.o
2005-08-31 cuzNew stuff contributed by Oliver Schmidt
2005-07-24 cuzReplaced _aligned_malloc by the POSIX compatible functi...
2005-04-21 cuzAdded environment routines
2005-02-14 cuzScanf improvements by Greg King
2005-01-05 cuzNew function: _aligned_malloc
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-27 cuzReplace vscanf by an assembler version
2004-11-27 cuzReplace vfscanf by an assembler version
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 cuzNew function heapblocksize()
2004-05-13 cuzImplemented the ungetc function
2004-05-13 cuzUse a subroutine to set errno to save some space.
2003-08-20 cuzSplit memcpy and memmove, since the former is used...
2003-08-13 cuzBuild remove.o
2003-08-12 cuzNew uname function
2003-08-12 cuzNew uname function
2003-08-12 cuzAdded a getcwd function
2003-08-12 cuzNew chdir() function
2003-08-12 cuzMoved reusable parts of remove into oserrcheck.
2003-06-12 cuzAdded creat()
2003-06-12 cuzAdded unlink()
2003-06-12 cuzAdded sleep.c from Stefan Haubenthal
2003-06-02 cuzRewrote vprintf in assembler and made it __fastcall__
2003-05-27 cuzAdded a dummy system() function
2003-04-24 cuzAdded _poserror, made perror __fastcall__
2003-03-14 cuzFix problem with signal.o/raise.o/sigtab.o
2003-03-14 cuzAdd signal() and raise()
2003-02-06 cuzMake sure the zap target is available
2003-02-01 cuzMoved conio related files from common/ to conio/
2003-02-01 cuzMove _heap.h to the compiler include dir.
2003-02-01 cuzRenamed _hadd to _heapadd
2002-11-24 cuzRewrote fclose() in assembler
2002-11-23 cuzRewrote fread in assembler
2002-11-23 cuzRewrote fwrite in assembler
2002-11-23 cuzRewrote fopen in assembler
2002-11-23 cuzRewrote _fopen in assembler
2002-11-13 cuzAdded strftime
2002-11-12 cuzAdded lots of functions from time.h
2002-11-12 cuzAdd the time() function
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-09-18 cuzvsscanf is a C file
2002-07-18 cuzAdded _stroserror
2002-04-21 cuzNew files for loading modules at runtime
2002-03-24 cuzCompleted _scanf.c, added vsscanf.c, rewrote sscanf.c.
2001-11-15 cuzReplaced calloc by an assembler version
2001-04-19 cuzWorking on the ..scanf functions
2001-03-19 cuzRemoved the old stack checking routine
2001-03-10 cuzUse the linker define stacksize instead of a variable.
2000-12-02 cuzRewrote vcprintf() in assembler
2000-12-01 cuzRewrote vsprintf() in assembler
2000-12-01 cuzRewrote sprintf() in assembler
2000-12-01 cuzRewrote fprintf in assembler
2000-12-01 cuzRewrote cprintf() in assembler
2000-12-01 cuzRewrote vfprintf() in assembler
2000-12-01 cuzRewrote printf in assembler
2000-11-30 cuz_printf rewritten in assembler - basic tests ok, needs...
2000-11-22 cuzUse the condes feature
2000-11-20 cuzFirst condes feature test
2000-11-20 cuzMoved the jmpvec module from common to runtime
2000-10-26 cuzSplitted the atexit module. Minor cleanup in doatexit.
2000-08-11 cpgfsetpos.o fgetpos.o rewind.o fseek.o ftell.o: new objec...
2000-07-22 cuzReplace strdup by an assembler implementation
2000-07-21 cuzRewrite _hadd in assembler (a huge speedup!) and integr...
2000-07-21 cuzReplace malloc() by an assembler version
2000-07-16 cuzReplaced free.c by an assembler version
2000-06-24 cuzSeparated _maperrno and _errno
2000-06-08 cuziscntrl was not mentioned in the Makefile and therefor...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...