Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | -1/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -1/+1 |
2012-06-13 | add (currently stubbed due to stubbed strverscmp) versionsort function | Rich Felker | -0/+8 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | -12/+9 |
2011-07-21 | fix errno value when fdopendir is given an invalid file descriptor | Rich Felker | -1/+4 |
2011-06-25 | optimize opendir using O_CLOEXEC | Rich Felker | -2/+1 |
2011-06-06 | fix handling of d_name in struct dirent | Rich Felker | -4/+3 |
2011-04-18 | avoid fd leak if opendir is cancelled when calloc has failed | Rich Felker | -1/+2 |
2011-04-11 | fix errno handling in scandir: | Rich Felker | -2/+1 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 |
2011-02-15 | finish moving 32-bit-specific junk out of source files. | Rich Felker | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+244 |