summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2010-11-15Fix memory leak in fnmatchAndreas Schwab
2010-11-15Avoid too much stack use in fnmatch.Ulrich Drepper
2010-11-09One more regex memory leak fixed.Ulrich Drepper
2010-11-09More regex memory leak fixes and testcasesUlrich Drepper
2010-11-09Fix memory leak for some invalid regular expressions.Ulrich Drepper
2010-11-01Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek
2010-05-12Fix lookup of collation sequence value during regexp matchingAndreas Schwab
2010-05-12getopt mishandles optstring of "+:"Eric Blake
2010-05-12getopt mistakenly allows '-;' as short optionEric Blake
2010-05-12Fix -W with optional parameters in getopt.Eric Blake
2010-05-12Fix printing error messages in getopt.Ulrich Drepper
2010-05-12Document problem with NATs in getaddrinfo.Ulrich Drepper
2010-05-12Extend overflow detection in re_dfa_add_node.Ulrich Drepper
2010-05-12regex: avoid internal re_realloc overflowUlrich Drepper
2010-01-18regcomp.c: do not ignore memory allocation failurePaul Eggert
2009-11-18Whitespace fixes.Ulrich Drepper
2009-11-18Fix ranges with multibyte characters as endpoints.Paolo Bonzini
2009-11-18Add missing stdio.h include.Mike Frsyinger
2009-09-09Handle -- on getconf command line.Ulrich Drepper
2009-09-07Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper
2009-08-23Extend last test case.Ulrich Drepper
2009-08-23Add test case for last fixed regex bug.Ulrich Drepper
2009-08-23Recognize ill-formed { } expressions in regcomp.Ulrich Drepper
2009-08-23Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper
2009-08-23Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper
2009-07-23Avoid warnings in test cases.Ulrich Drepper
2009-06-16Don't treat bug reporting message as a format string.Andreas Schwab
2009-06-15When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper
2009-06-02Implement execvpe.Ulrich Drepper
2009-05-16Fix typos and pretty printing in sys/wait.h.Ulrich Drepper
2009-05-16Remove redundant .gitignore files.Andreas Schwab
2009-05-15rename each .cvsignore file to .gitignoreJim Meyering
2009-04-26* posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper
2009-03-10* posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,Ulrich Drepper
2009-02-26* wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper
2009-02-26* include/features.h: If no feature selection given and we selectUlrich Drepper
2009-02-16* stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek
2009-02-07[BZ #7095]Ulrich Drepper
2009-02-06* debug/xtrace.sh: Unify translatable messages.Ulrich Drepper
2009-01-08[BZ 697]cvs/fedora-glibc-20090108T0952Ulrich Drepper
2009-01-08[BZ 9697]Ulrich Drepper
2009-01-08* posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper
2009-01-02* posix/getconf.c: Update copyright year.Ulrich Drepper
2008-12-06* posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper
2008-12-06* posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper
2008-10-31[BZ #6919]Ulrich Drepper
2008-10-31[BZ #6980]Ulrich Drepper
2008-07-27* posix/wordexp.c (exec_comm): Use pipe2 if possible to createUlrich Drepper
2008-07-25* Versions.def (glibc): Add GLIBC_2.9.Ulrich Drepper
2008-06-25* posix/tst-regex.c (main): Rename to...Ulrich Drepper