Historial de Commits

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