Historial de Commits

Autor SHA1 Mensaje Fecha
  Manuel Novoa III 5b0c2c6d87 Fix perror() and printf("%m") to not call strerror(), as required by the hace 22 años
  Manuel Novoa III 6af59d0d23 Revert Erik's patch to vasprintf and fix the real issue. hace 22 años
  Manuel Novoa III b00a85c837 Fix the read/write auto-transition bugs. Note that if we can't hace 22 años
  Eric Andersen 73bd0903fe Compile in flockfile and friends by default hace 22 años
  Manuel Novoa III 48c12e04ca Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. hace 22 años
  Manuel Novoa III f654c6f7b8 I vow to rerun _all_ the tests before making commits. :-( hace 22 años
  Manuel Novoa III 347b1fc3b6 Fix stdin/stdout initialization of buffering type. I had changed the hace 22 años
  Manuel Novoa III f2f500d61c Fix another O_LARGEFILE bug. Also, I forget to make floating point optional hace 22 años
  Manuel Novoa III b6d85765b0 So much for fcntl flags being resonably consistent across archs... (hopefully) hace 22 años
  Manuel Novoa III 0343687b86 Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. hace 22 años
  Manuel Novoa III 870f09e54e Deal with cvs "feature"... or is that cvs _user_... hace 22 años
  Manuel Novoa III 03e039820d Swap in the new stdio code. hace 22 años
  Eric Andersen efdb21fff4 Be consistant and use an unsigned char * throughout hace 22 años
  Eric Andersen ed794375b4 I shouldn't try to program when sleepy, since I totally botched hace 22 años
  Eric Andersen 4ba08b4526 When messing with fd NONBLOCK status, put things back the way we found hace 22 años
  Eric Andersen 8ff9477238 IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] hace 22 años
  Eric Andersen 96da9a8ea6 Per discussion with Manuel, when we call __stdio_flush_buffers hace 22 años
  Eric Andersen a7941d4f37 Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an hace 22 años
  Eric Andersen 14f7d9c3fd Add missing ctermid. Also add putc and getc (in case they get hace 22 años
  Eric Andersen cad937c12d This commit makes large file support actually work (when enabled in hace 23 años
  Manuel Novoa III 65eee18731 Fix fseek behavior. hace 23 años
  Eric Andersen cd66911e9d Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and hace 23 años
  Eric Andersen 8f1cfc6f18 Add the __fopen prototype, since I pulled it from stdio.h hace 23 años
  Manuel Novoa III 7b013e6b12 Oops... left in a debugging line. hace 23 años
  Manuel Novoa III b52f66dea6 Back out the changes to _uClibc_fread and loop in fread() if incomplete, to hace 23 años
  Manuel Novoa III 2940feb06f Yes... the previous "fix" was broken too... the result of careless cutting hace 23 años
  Manuel Novoa III 75f21a11e1 Ok... the fix wasn't quite so straightforward. Hopefully this will do it. hace 23 años
  Manuel Novoa III 5838c4acc0 Fix fread bug reported by Vodz. The fix is straightforward, but I haven't hace 23 años
  Manuel Novoa III 000e5cc436 Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <johan.adolfsson@axis.com>. hace 23 años
  Manuel Novoa III f3116452b4 Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.de>. hace 23 años