Histórico de Commits

Autor SHA1 Mensagem Data
  Manuel Novoa III 9583669237 Modify _stdio_READ to conform with C99, as stdio input behavior upon há 21 anos atrás
  Manuel Novoa III 18638f737c Signifcantly speed out integer to string conversion for printf. há 21 anos atrás
  Manuel Novoa III 1217289737 Add a new *scanf implementation, includeing the *wscanf functions. há 21 anos atrás
  Eric Andersen 41748e27c6 Do not let isatty mess up errno há 21 anos atrás
  Manuel Novoa III dba553769e Change 'undefined behavior' of fflush() on readonly or reading streams há 21 anos atrás
  Manuel Novoa III a8938c2781 Fix (hopefully) scanf behavior for nul bytes in the stream when processing há 21 anos atrás
  Manuel Novoa III 2be7724153 Wasn't thinking... we don't need to seek to end when appending if stdio há 21 anos atrás
  Manuel Novoa III c5a9df36d2 Fixed a bug related file position in append mode. _stdio_fwrite now há 21 anos atrás
  Manuel Novoa III 434bf7e8d0 Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly. há 21 anos atrás
  Manuel Novoa III c9d66e44af The big thing is locale dependent collation support. há 21 anos atrás
  Manuel Novoa III c386ddb4d8 Ok... here's the summary: há 21 anos atrás
  Eric Andersen c1dea5f365 For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." há 21 anos atrás
  Manuel Novoa III 868df46adc Implement locale-specific grouping in printf for base 10 integer conversions há 21 anos atrás
  Manuel Novoa III 7ceb5c35f2 Changed fclose behavior when custom streams were enabled. Previously, há 22 anos atrás
  Manuel Novoa III a70b1b9b0e __fsetlocking() and FILE field user_locking were completely broken. :-( há 22 anos atrás
  Manuel Novoa III 666e8f922f Revert commit by davidm to printf.c that initialized conv_num há 22 anos atrás
  Manuel Novoa III 14c2c51eca Changed fflush() behavior to no-op for r/w streams in read-mode. há 22 anos atrás
  Manuel Novoa III 9e3364a9e6 A couple of little cleanups I forgot to check in. há 22 anos atrás
  Manuel Novoa III b815b84a59 Attempt to clean up the strerror_r situation. há 22 anos atrás
  Manuel Novoa III 599ad608ee Enable WCHAR support for C/POSIX stub locales. há 22 anos atrás
  Manuel Novoa III 5b0c2c6d87 Fix perror() and printf("%m") to not call strerror(), as required by the há 22 anos atrás
  Manuel Novoa III 6af59d0d23 Revert Erik's patch to vasprintf and fix the real issue. há 22 anos atrás
  Manuel Novoa III b00a85c837 Fix the read/write auto-transition bugs. Note that if we can't há 22 anos atrás
  Eric Andersen 73bd0903fe Compile in flockfile and friends by default há 22 anos atrás
  Manuel Novoa III 48c12e04ca Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. há 22 anos atrás
  Manuel Novoa III f654c6f7b8 I vow to rerun _all_ the tests before making commits. :-( há 22 anos atrás
  Manuel Novoa III 347b1fc3b6 Fix stdin/stdout initialization of buffering type. I had changed the há 22 anos atrás
  Manuel Novoa III f2f500d61c Fix another O_LARGEFILE bug. Also, I forget to make floating point optional há 22 anos atrás
  Manuel Novoa III b6d85765b0 So much for fcntl flags being resonably consistent across archs... (hopefully) há 22 anos atrás
  Manuel Novoa III 0343687b86 Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. há 22 anos atrás