]> git.sur5r.net Git - cc65/history - libsrc/common
New CT_NONE
[cc65] / libsrc / common /
2003-10-02 cuzMake setlocale __fastcall__
2003-08-27 cuzFixed a bug
2003-08-20 cuzSplit memcpy and memmove, since the former is used...
2003-08-18 cuzSpeed optimization
2003-08-17 cuzFixed a bug
2003-08-16 cuzCleanup use of predefined data types / defines
2003-08-13 cuzBuild remove.o
2003-08-12 cuzNew uname function
2003-08-12 cuzNew uname function
2003-08-12 cuzFixes to the code just written
2003-08-12 cuzAdded a getcwd function
2003-08-12 cuzNew error code ERANGE
2003-08-12 cuzNew chdir() function
2003-08-12 cuzMoved reusable parts of remove into oserrcheck.
2003-06-17 cuzRenamed one letter label
2003-06-12 cuzsleep.c doesn't compile on platforms without a clock...
2003-06-12 cuzlseek is now in unistd.h
2003-06-12 cuzRestructured former fcntl.h, added new include files...
2003-06-12 cuzMake sleep() __fastcall__
2003-06-12 cuzAdded creat()
2003-06-12 cuzAdded unlink()
2003-06-12 cuzAdded sleep.c from Stefan Haubenthal
2003-06-03 cuzFixed a typo
2003-06-02 cuzAdded remove()
2003-06-02 cuzRewrote vprintf in assembler and made it __fastcall__
2003-05-27 cuzAdded a dummy system() function
2003-05-05 cuzOptimization
2003-05-05 cuzAnother small optimization
2003-05-05 cuzSmall optimization
2003-05-04 cuzAnother small improvement
2003-05-04 cuzImproved strncpy
2003-05-03 cuzUse stdio.inc
2003-05-02 cuzUse stdio.inc
2003-04-24 cuzAdded _poserror, made perror __fastcall__
2003-03-14 cuzFix problem with signal.o/raise.o/sigtab.o
2003-03-14 cuzReset signal handler to SIG_DFL on a call to raise()
2003-03-14 cuzAdd signal() and raise()
2003-03-14 cuzMake fputs __fastcall__
2003-03-14 cuzRaise SIGABRT
2003-02-12 cuzFixed a typo
2003-02-07 cuzUse new o65 definitions
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
2003-01-15 cuzKeep unknown flag bits, restore known flags on exit
2003-01-09 cuzFix comments and remove whitespace from __asm__ macros
2003-01-03 cuzRemoved closeallstreams
2002-12-29 cuzSomewhat shorter code
2002-12-29 cuzFixed an error: The final linefeed got removed
2002-12-26 cuzUse callay instead of jmpvec
2002-12-25 izydorst65c02 optimization
2002-12-03 cuzMake read and write __fastcall__
2002-12-03 cuzClose all open files on exit
2002-12-03 cuzChange constructor priority
2002-11-25 cuzUse the constants from _file.inc
2002-11-24 cuzFixed a typo
2002-11-24 cuzRewrote fclose() in assembler
2002-11-23 cuzRewrote fread in assembler
2002-11-23 cuzFixed a bug
2002-11-23 cuzRewrote fwrite in assembler
2002-11-23 cuzRewrote fopen in assembler
2002-11-23 cuzRewrote _fopen in assembler
2002-11-22 cuzRemoved __cdiff. Since the assembler does character...
2002-11-21 cuzRemoved comment about a cast that is no longer necessary
2002-11-20 cuzNew calling conventions for read
2002-11-19 cuzFixed open flags for append mode
2002-11-18 cuzFixed a bug: Because of a wrong label position the...
2002-11-15 cuzFix open flags, minor optimization
2002-11-13 cuzFixed %W/%U
2002-11-13 cuzCall strftime instead of formatting the time manually
2002-11-13 cuzFixed a bug
2002-11-13 cuzFixed precision bug in printf family
2002-11-13 cuzAdded strftime
2002-11-13 cuzCosmetic changes
2002-11-12 cuzCall _systime instead of always returning -1
2002-11-12 cuzAdded lots of functions from time.h
2002-11-12 cuzAdd the time() function
2002-11-11 cuzHandle arguments outside char range correctly
2002-11-05 cuzMake realloc a __fastcall__ function
2002-11-05 cuzChange initial seed to 1
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-10-18 cuzFixed a problem with perror: The error code may get...
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.
next