]> git.sur5r.net Git - cc65/history - libsrc/common
Removed initialization code to set the screen size and replaced it by a
[cc65] / libsrc / common /
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...