Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2022年05月01日 | drop use of stat operation in temporary file name generation | Rich Felker | -5/+3 |
2020年02月12日 | fix remaining direct use of stat syscalls outside fstatat.c | Rich Felker | -2/+3 |
2018年09月12日 | overhaul internally-public declarations using wrapper headers | Rich Felker | -2/+1 |
2014年05月29日 | support linux kernel apis (new archs) with old syscalls removed | Rich Felker | -0/+5 |
2014年05月27日 | fix missing declaration of strcpy in implementation of tmpnam | Rich Felker | -0/+1 |
2014年05月27日 | overhaul tmpfile, tmpnam, and tempnam functions | Rich Felker | -24/+16 |
2011年06月13日 | avoid 64bit warnings when using pointers as entropy for temp names | Rich Felker | -1/+2 |
2011年03月29日 | fix tempnam name generation, and a small bug in tmpnam on retry limit | Rich Felker | -1/+1 |
2011年03月29日 | fix tmpnam to generate better names, not depend on non-ISO-C symbols | Rich Felker | -25/+17 |
2011年02月12日 | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | -0/+38 |