Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2012-04-17 | make wide scanf %[ respect width | Rich Felker | 1 | -2/+3 |
2012-04-17 | fix wide scanf to respect field width for strings | Rich Felker | 1 | -4/+7 |
2012-04-17 | fix some bugs in scanf %[ handling detected while writing the wide version | Rich Felker | 1 | -4/+4 |
2012-04-17 | introduce new wide scanf code and remove the last remnants of old scanf | Rich Felker | 4 | -524/+312 |
2012-04-17 | avoid depending on POSIX symbol in code used from plain C functions | Rich Felker | 1 | -1/+3 |
2012-04-17 | avoid null pointer dereference on %*p fields in scanf | Rich Felker | 1 | -1/+1 |
2012-04-17 | also ensure that write buffer is bounded when __stdio_write returns | Rich Felker | 1 | -0/+1 |
2012-04-17 | fix buffer overflow in vfprintf on long writes to unbuffered files | Rich Felker | 1 | -1/+2 |
2012-04-16 | fix %lf, etc. with printf | Rich Felker | 1 | -0/+2 |
2012-04-16 | better description for errno==0 | Rich Felker | 1 | -1/+1 |