Историја ревизија

Аутор SHA1 Порука Датум
  Eric Andersen c1dea5f365 For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." пре 22 година
  Manuel Novoa III 868df46adc Implement locale-specific grouping in printf for base 10 integer conversions пре 22 година
  Manuel Novoa III 7ceb5c35f2 Changed fclose behavior when custom streams were enabled. Previously, пре 22 година
  Manuel Novoa III a70b1b9b0e __fsetlocking() and FILE field user_locking were completely broken. :-( пре 22 година
  Manuel Novoa III 666e8f922f Revert commit by davidm to printf.c that initialized conv_num пре 22 година
  Manuel Novoa III 14c2c51eca Changed fflush() behavior to no-op for r/w streams in read-mode. пре 22 година
  Manuel Novoa III 9e3364a9e6 A couple of little cleanups I forgot to check in. пре 22 година
  Manuel Novoa III b815b84a59 Attempt to clean up the strerror_r situation. пре 22 година
  Manuel Novoa III 599ad608ee Enable WCHAR support for C/POSIX stub locales. пре 22 година
  Manuel Novoa III 5b0c2c6d87 Fix perror() and printf("%m") to not call strerror(), as required by the пре 22 година
  Manuel Novoa III 6af59d0d23 Revert Erik's patch to vasprintf and fix the real issue. пре 22 година
  Manuel Novoa III b00a85c837 Fix the read/write auto-transition bugs. Note that if we can't пре 22 година
  Eric Andersen 73bd0903fe Compile in flockfile and friends by default пре 22 година
  Manuel Novoa III 48c12e04ca Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. пре 23 година
  Manuel Novoa III f654c6f7b8 I vow to rerun _all_ the tests before making commits. :-( пре 23 година
  Manuel Novoa III 347b1fc3b6 Fix stdin/stdout initialization of buffering type. I had changed the пре 23 година
  Manuel Novoa III f2f500d61c Fix another O_LARGEFILE bug. Also, I forget to make floating point optional пре 23 година
  Manuel Novoa III b6d85765b0 So much for fcntl flags being resonably consistent across archs... (hopefully) пре 23 година
  Manuel Novoa III 0343687b86 Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. пре 23 година
  Manuel Novoa III 870f09e54e Deal with cvs "feature"... or is that cvs _user_... пре 23 година
  Manuel Novoa III 03e039820d Swap in the new stdio code. пре 23 година
  Eric Andersen efdb21fff4 Be consistant and use an unsigned char * throughout пре 23 година
  Eric Andersen ed794375b4 I shouldn't try to program when sleepy, since I totally botched пре 23 година
  Eric Andersen 4ba08b4526 When messing with fd NONBLOCK status, put things back the way we found пре 23 година
  Eric Andersen 8ff9477238 IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] пре 23 година
  Eric Andersen 96da9a8ea6 Per discussion with Manuel, when we call __stdio_flush_buffers пре 23 година
  Eric Andersen a7941d4f37 Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an пре 23 година
  Eric Andersen 14f7d9c3fd Add missing ctermid. Also add putc and getc (in case they get пре 23 година
  Eric Andersen cad937c12d This commit makes large file support actually work (when enabled in пре 23 година
  Manuel Novoa III 65eee18731 Fix fseek behavior. пре 23 година