aboutsummaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-20popen: handle issues with fd0/1 being closedRich Felker1-3/+3
2012-06-20duplocale: don't crash when called with LC_GLOBAL_LOCALERich Felker1-1/+1
2012-06-20make strerror_r behave nicer on failureRich Felker1-2/+8
2012-06-20fix another oob pointer arithmetic issue in printf floating pointRich Felker1-1/+1
2012-06-20minor perror behavior fixRich Felker1-1/+1
2012-06-19fix localeconv values and implementationRich Felker1-15/+28
2012-06-19fix mistake in length test in getlogin_rRich Felker1-1/+1
2012-06-19fix dummied-out fsyncRich Felker1-2/+1
2012-06-19fix dummied-out fdatasyncRich Felker1-1/+1
2012-06-19fix pointer overflow bug in floating point printfRich Felker1-3/+3