summaryrefslogtreecommitdiff
path: root/src/dirent
AgeCommit message (Collapse)AuthorFilesLines
2011-04-18avoid fd leak if opendir is cancelled when calloc has failedRich Felker1-1/+2
2011-04-11fix errno handling in scandir:Rich Felker1-2/+1
1. saved errno was not being restored, illegally clearing errno to 0. 2. no need to backup and save errno around free; it will not touch except perhaps when the program has already invoked UB...
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-02-15finish moving 32-bit-specific junk out of source files.Rich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker13-0/+244