]> git.sur5r.net Git - cc65/history - include/stdio.h
Added c64dtv accelerator code and documentation.
[cc65] / include / stdio.h
2018-02-21 StefanMerge pull request #6 from cc65/master
2018-02-10 Oliver SchmidtMerge pull request #588 from polluks/master
2018-02-07 Oliver SchmidtMerge pull request #587 from polluks/master
2018-02-02 Oliver SchmidtHarmonized the style of including headers from headers.
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-09-25 jedeFixing buffer overflow with cwd command (FILENAME_MAX...
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-17 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-17 Oliver SchmidtHave __APPLE2ENH__ imply __APPLE2__ and __ATARIXL__...
2013-05-28 Oliver SchmidtIntroduced target 'atarixl'.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2011-07-07 uzRemoved __fastcall__ declarations for functions without...
2009-09-27 uzAdded prototypes for snprintf/vsnprintf to stdio.h
2008-08-25 uzRemoved flushall, since it is non-standard and not...
2005-04-19 cuzFixed FILENAME_MAX
2005-04-14 cuzFILENAME_MAX for the apple2
2004-11-26 cuzRemoved a comment about the scanf functions
2004-10-06 cuzRemoved getchar/putchar macros
2004-06-21 cuzThe -A and --ansi switches are gone, together with...
2004-05-14 cuzungetc is now available
2004-03-21 cuzPlatform dependent FILENAME_MAX
2003-11-06 cuzMade lots of functions __fastcall__
2003-08-12 cuzMade rename() fastcall
2003-06-12 cuzRestructured fcntl.h. Moved most stuff into the new...
2003-06-02 cuzremove() is __fastcall__
2003-06-02 cuzRewrote vprintf in assembler and made it __fastcall__
2003-04-24 cuzAdded _poserror, made perror __fastcall__
2003-03-14 cuzMake fputs __fastcall__
2002-11-25 cuzMake fclose __fastcall__
2002-11-23 cuzMake fread and fwrite fastcall
2002-11-23 cuzMake fopen fastcall
2002-03-17 cuzAdded scanf familiy of functions
2000-12-01 cuzNew asm function have __fastcall__ calling conventions
2000-08-11 cpgadded file positioning functions (fseek etc.)
2000-07-22 cuzAdded standard copyright headers
2000-05-28 uzThis commit was generated by cvs2svn to compensate...