]> git.sur5r.net Git - cc65/history - libsrc/common/Makefile
Rewrote fopen in assembler
[cc65] / libsrc / common / Makefile
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...