Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | optimize file locking: avoid cache-polluting writes to global storage | Rich Felker | 2011-03-16 | 2 | -3/+5 |
* | partially-written draft of fmemopen, still in #if 0 | Rich Felker | 2011-03-14 | 1 | -3/+48 |
* | implement flockfile api, rework stdio locking | Rich Felker | 2011-03-12 | 6 | -3/+54 |
* | rewind must clear the error indicator in addition to seeking | Rich Felker | 2011-02-22 | 1 | -2/+5 |
* | avoid referencing address of extern function from vdprintf | Rich Felker | 2011-02-20 | 1 | -1/+6 |
* | cleanup asprintf stuff | Rich Felker | 2011-02-20 | 2 | -2/+2 |
* | fix %n specifier, again. this time it was storing the wrong value. | Rich Felker | 2011-02-20 | 1 | -7/+7 |
* | fix printf %n specifier - missing breaks had it clobbering memory | Rich Felker | 2011-02-16 | 1 | -7/+7 |
* | fix some pointer signedness issues (this was invalid C) | Rich Felker | 2011-02-14 | 2 | -3/+3 |
* | cleaning up syscalls in preparation for x86_64 port | Rich Felker | 2011-02-13 | 1 | -1/+7 |
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 96 | -0/+2857 |