Historie revizí

Autor SHA1 Zpráva Datum
  Rich Felker 78897b0dc0 fix printf regression with alt-form octal, zero flag, and field width před 8 roky
  Rich Felker 0f859fc993 don't suppress sign output for NANs in printf před 10 roky
  Rich Felker d42269d7c8 correctly handle write errors encountered by printf-family functions před 10 roky
  Rich Felker b91cdbe2bc fix behavior of printf with alt-form octal, zero precision, zero value před 10 roky
  Szabolcs Nagy bff6095d91 use cleaner code for handling float rounding in vfprintf před 10 roky
  Rich Felker e94d069286 fix printf rounding with %g for some corner case midpoints před 11 roky
  Rich Felker 89740868c9 fix failure of printf %g to strip trailing zeros in some cases před 11 roky
  Rich Felker 109048e031 fix carry into uninitialized slots during printf floating point rounding před 11 roky
  Rich Felker 9743a399bf fix incorrect rounding in printf floating point corner cases před 11 roky
  Rich Felker ba231cf9e5 fix buffer overflow in printf formatting of denormals with low bit set před 11 roky
  Szabolcs Nagy 49b3a0d2ce minor vfprintf and vfwprintf changes to please static code analyzers před 11 roky
  Rich Felker 86cc54b577 protect against long double type mismatches (mainly powerpc for now) před 11 roky
  Rich Felker 835f9f950e clean up stdio_impl.h před 12 roky
  Rich Felker 776251867d avoid raising spurious division-by-zero exception in printf před 12 roky
  Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 před 12 roky
  Rich Felker 2b964b010e minor but worthwhile optimization in printf: avoid expensive strspn před 12 roky
  Rich Felker 839bff64a1 fix another oob pointer arithmetic issue in printf floating point před 12 roky
  Rich Felker 914949d321 fix pointer overflow bug in floating point printf před 12 roky
  Rich Felker 63d40196b9 fix %ls breakage in last printf fix před 12 roky
  Rich Felker 6e9ff6a4cf fix printf %ls with precision limit over-read issue před 12 roky
  Rich Felker b5a8b28915 fix buffer overflow in vfprintf on long writes to unbuffered files před 13 roky
  Rich Felker cc3a446660 fix %lf, etc. with printf před 13 roky
  Rich Felker 5f814682b4 don't crash on null strings in printf před 13 roky
  Rich Felker a9e6d01114 printf: "if a precision is specified, the '0' flag shall be ignored." před 13 roky
  Rich Felker cc44d9f201 zero precision with zero value should not inhibit prefix/width printing před 13 roky
  Rich Felker 3d54adbe47 printf("%#x",0) should print 0 not 0x0 před 13 roky
  Rich Felker 8628eff912 fix the last known rounding bug in floating point printing před 14 roky
  Rich Felker e514228043 fix printf("%.9g", 1.1) and similar not dropping trailing zeros před 14 roky
  Rich Felker 2f3d02cd83 fix overflow in printf %N$ argument handling před 14 roky
  Rich Felker f9569662c0 fix various floating point rounding and formatting errors in *printf před 14 roky