aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regexec.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-18fix incorrect macro name for MATH_ERREXCEPT in math.hRich Felker1-1/+1
2012-04-18release notes for 0.8.8Rich Felker1-0/+34
2012-04-18fix typo in exponent reading code or floatsRich Felker1-1/+1
2012-04-17fix wide scanf's handling of input failure on %c, and simplify %[Rich Felker1-5/+6
2012-04-17fix failure to distinguish input/match failure in wide %[ scanfRich Felker2-2/+4
2012-04-17fix over-read in %ls with non-wide scanfRich Felker1-0/+1
2012-04-17fix broken %s and %[ with no width specifier in wide scanfRich Felker1-3/+7
2012-04-17fix failure to read infinity in scanfRich Felker1-3/+4
2012-04-17fix failure of int parser to unget an initial mismatching characterRich Felker1-0/+1
2012-04-17make wide scanf %[ respect widthRich Felker1-2/+3
2012-04-17fix wide scanf to respect field width for stringsRich Felker1-4/+7
2012-04-17fix some bugs in scanf %[ handling detected while writing the wide versionRich Felker1-4/+4
2012-04-17introduce new wide scanf code and remove the last remnants of old scanfRich Felker4-524/+312
2012-04-17avoid depending on POSIX symbol in code used from plain C functionsRich Felker1-1/+3
2012-04-17avoid null pointer dereference on %*p fields in scanfRich Felker1-1/+1
2012-04-17also ensure that write buffer is bounded when __stdio_write returnsRich Felker1-0/+1
2012-04-17fix buffer overflow in vfprintf on long writes to unbuffered filesRich Felker1-1/+2
2012-04-16fix %lf, etc. with printfRich Felker1-0/+2
2012-04-16better description for errno==0Rich Felker1-1/+1