]> git.sur5r.net Git - cc65/history - libsrc/common
Started to add text output functions
[cc65] / libsrc / common /
2002-09-18 cuzvsscanf is a C file
2002-07-27 cuzReverse the last change, brain error :-(
2002-07-27 cuzReintroduce a patch for a bug that has been lost betwee...
2002-07-18 cuzAdded _stroserror
2002-07-16 cuzMinor optimization
2002-07-16 cuzRemoved a JMP (ind)
2002-06-23 cuzFixed a bug
2002-06-21 cuzChanged function prototype
2002-05-18 cuzAdded check/support for simple addressing format.
2002-05-18 cuzNew entry points for bzero and _bzero
2002-05-16 cpgamode_to_bmode fixes: support "a", be more restrictive...
2002-04-24 cuzmod_ctrl struct cleanup
2002-04-23 cuzStreamlined the code, add zero page relocations
2002-04-21 cuzNew files for loading modules at runtime
2002-04-21 cuzMove include files into /asminc, changed include file...
2002-03-25 cuzStraighten checking of the initialized flag in both...
2002-03-24 cuzCompleted _scanf.c, added vsscanf.c, rewrote sscanf.c.
2002-03-24 cuzFix return codes
2002-03-17 cuzWorking on the _scanf implementation
2002-03-17 cuzThe %p format specifier was missing
2001-11-15 cuzReplaced calloc by an assembler version
2001-10-20 cuzFixed a bug in the return value of the sprintf and...
2001-09-08 cuzUse constants for the bits in the _ctype array.
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...