]> git.sur5r.net Git - cc65/history - libsrc/common
Allow system specific common and runtime files
[cc65] / libsrc / common /
2001-07-14 cuzFixed geos portion of Makefile
2001-04-19 cuzWorking on the ..scanf functions
2001-04-19 cuzSqueezed a few cycles/bytes out of tolower and toupper.
2001-03-24 cuzUse decsp instead of subysp
2001-03-24 cuzdecspX will no longer save a
2001-03-23 cuzRemove va_fix
2001-03-19 cuzRemoved the old stack checking routine
2001-03-13 cuzscanf modules (currently not working)
2001-03-10 cuzUse the linker define stacksize instead of a variable.
2001-03-03 cuzFixed email address
2000-12-08 cuzAdded a speed optimization. Makes the code somewhat...
2000-12-02 cuzRewrote vcprintf() in assembler
2000-12-02 cuzRemoved unused stuff
2000-12-01 cuzRewrote vsprintf() in assembler
2000-12-01 cuzFixed wrong comment
2000-12-01 cuzFixed a typo
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 cuzMake _printf() __fastcall__
2000-12-01 cuzRewrote printf in assembler
2000-12-01 cuzIgnore assembler listings
2000-12-01 cuzCleanup and optimizations
2000-11-30 cuz_printf rewritten in assembler - basic tests ok, needs...
2000-11-23 cuzSqeezed one byte out of the zerobss routine:-)
2000-11-22 cuzUse the condes feature
2000-11-21 cuzChanged doatexit destructor priority
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-10-21 cuzHandling of the '+' and ' ' flags was incorrect if...
2000-09-15 cuzRewrote memcmp. The old version was buggy, the new...
2000-08-14 cuzSeveral type qualifier fixes
2000-08-14 cuzType qualifier fixes
2000-08-13 cuzFixed param type qualifiers in several function definitions
2000-08-12 cuzIgnore intermediate files
2000-08-11 cpginitial check-in of file positioning stdio functions
2000-08-11 cpginitial check-in
2000-08-11 cpgfsetpos.o fgetpos.o rewind.o fseek.o ftell.o: new objec...
2000-08-03 cuzRemove #pragmas to switch to the RODATA segment since...
2000-07-22 cuzReplace a return value of 0 by 1 as expected by the...
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-19 cuzUse macpack for debugging, cosmetic changes
2000-07-18 cuzFixed a bug
2000-07-16 cuzReplaced free.c by an assembler version
2000-06-25 cuzFixed a bug
2000-06-24 cuzSeparated _maperrno and _errno
2000-06-24 cuzFixed errno handling
2000-06-19 cuzFixed a bug
2000-06-15 cuzFixed a bug
2000-06-09 cuzAdded the capability to search for the terminating...
2000-06-08 cuziscntrl was not mentioned in the Makefile and therefor...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...