Historique des commits

Auteur SHA1 Message Date
  Manuel Novoa III b6d85765b0 So much for fcntl flags being resonably consistent across archs... (hopefully) il y a 23 ans
  Manuel Novoa III 0343687b86 Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. il y a 23 ans
  Manuel Novoa III 870f09e54e Deal with cvs "feature"... or is that cvs _user_... il y a 23 ans
  Manuel Novoa III 03e039820d Swap in the new stdio code. il y a 23 ans
  Eric Andersen efdb21fff4 Be consistant and use an unsigned char * throughout il y a 23 ans
  Eric Andersen ed794375b4 I shouldn't try to program when sleepy, since I totally botched il y a 23 ans
  Eric Andersen 4ba08b4526 When messing with fd NONBLOCK status, put things back the way we found il y a 23 ans
  Eric Andersen 8ff9477238 IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] il y a 23 ans
  Eric Andersen 96da9a8ea6 Per discussion with Manuel, when we call __stdio_flush_buffers il y a 23 ans
  Eric Andersen a7941d4f37 Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an il y a 23 ans
  Eric Andersen 14f7d9c3fd Add missing ctermid. Also add putc and getc (in case they get il y a 24 ans
  Eric Andersen cad937c12d This commit makes large file support actually work (when enabled in il y a 24 ans
  Manuel Novoa III 65eee18731 Fix fseek behavior. il y a 24 ans
  Eric Andersen cd66911e9d Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and il y a 24 ans
  Eric Andersen 8f1cfc6f18 Add the __fopen prototype, since I pulled it from stdio.h il y a 24 ans
  Manuel Novoa III 7b013e6b12 Oops... left in a debugging line. il y a 24 ans
  Manuel Novoa III b52f66dea6 Back out the changes to _uClibc_fread and loop in fread() if incomplete, to il y a 24 ans
  Manuel Novoa III 2940feb06f Yes... the previous "fix" was broken too... the result of careless cutting il y a 24 ans
  Manuel Novoa III 75f21a11e1 Ok... the fix wasn't quite so straightforward. Hopefully this will do it. il y a 24 ans
  Manuel Novoa III 5838c4acc0 Fix fread bug reported by Vodz. The fix is straightforward, but I haven't il y a 24 ans
  Manuel Novoa III 000e5cc436 Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <johan.adolfsson@axis.com>. il y a 24 ans
  Manuel Novoa III f3116452b4 Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.de>. il y a 24 ans
  Eric Andersen 70b504a538 Be really sneaky and use GNU ld special stuff so that whenever folks il y a 24 ans
  Eric Andersen 6278781655 Fix include/errno.h to not use kernel header, and instead use bits/errno.h. il y a 24 ans
  Manuel Novoa III a91d0a538d Fix fdopen mode-compatibility test and errno setting. il y a 24 ans
  Manuel Novoa III 1e26922dfc Fix a bad assertion test. il y a 24 ans
  Manuel Novoa III 0543518c73 Stupid buglet fix. Don't trash FILE bufstart if buffer allocation fails. il y a 24 ans
  Manuel Novoa III 82dd793fd0 stdio mostly rewritten... passes lots of tests now. il y a 24 ans
  Manuel Novoa III 93ccb0356b Fix a couple of bugs in _fopen and fclose, plus change a few internals. il y a 25 ans
  Manuel Novoa III d521275a86 Lots of stdio cleanups. Several bug fixes, addition of a number of functions il y a 25 ans