| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 2011-09-03 | 4 | -20/+62 |
* | Check size of pattern in wide character representation in fnmatch. | Ulrich Drepper | 2011-05-27 | 1 | -1/+12 |
* | Fix infloop on persistent failing calloc in regex. | Jim Meyering | 2011-02-03 | 1 | -0/+2 |
* | Fix memory leak in fnmatch | Andreas Schwab | 2010-11-15 | 3 | -8/+15 |
* | Avoid too much stack use in fnmatch. | Ulrich Drepper | 2010-11-15 | 2 | -61/+128 |
* | One more regex memory leak fixed. | Ulrich Drepper | 2010-11-09 | 2 | -0/+3 |
* | More regex memory leak fixes and testcases | Ulrich Drepper | 2010-11-09 | 4 | -5/+53 |
* | Fix memory leak for some invalid regular expressions. | Ulrich Drepper | 2010-11-09 | 1 | -1/+9 |
* | Fix a couple of __REDIRECT () __THROW occurrences | Jakub Jelinek | 2010-11-01 | 1 | -4/+4 |
* | Fix lookup of collation sequence value during regexp matching | Andreas Schwab | 2010-05-12 | 1 | -1/+1 |
* | getopt mishandles optstring of "+:" | Eric Blake | 2010-05-12 | 1 | -2/+4 |
* | getopt mistakenly allows '-;' as short option | Eric Blake | 2010-05-12 | 1 | -1/+1 |
* | Fix -W with optional parameters in getopt. | Eric Blake | 2010-05-12 | 1 | -1/+6 |
* | Fix printing error messages in getopt. | Ulrich Drepper | 2010-05-12 | 1 | -12/+13 |
* | Document problem with NATs in getaddrinfo. | Ulrich Drepper | 2010-05-12 | 1 | -0/+9 |
* | Extend overflow detection in re_dfa_add_node. | Ulrich Drepper | 2010-05-12 | 1 | -2/+5 |
* | regex: avoid internal re_realloc overflow | Ulrich Drepper | 2010-05-12 | 1 | -1/+8 |
* | regcomp.c: do not ignore memory allocation failure | Paul Eggert | 2010-01-18 | 1 | -55/+57 |
* | Whitespace fixes. | Ulrich Drepper | 2009-11-18 | 1 | -2/+2 |
* | Fix ranges with multibyte characters as endpoints. | Paolo Bonzini | 2009-11-18 | 3 | -2/+106 |
* | Add missing stdio.h include. | Mike Frsyinger | 2009-11-18 | 1 | -0/+1 |
* | Handle -- on getconf command line. | Ulrich Drepper | 2009-09-09 | 1 | -34/+38 |
* | Handle POSIX2_LINE_MAX in getconf. | Ulrich Drepper | 2009-09-07 | 1 | -0/+1 |
* | Extend last test case. | Ulrich Drepper | 2009-08-23 | 1 | -1/+8 |
* | Add test case for last fixed regex bug. | Ulrich Drepper | 2009-08-23 | 2 | -0/+16 |
* | Recognize ill-formed { } expressions in regcomp. | Ulrich Drepper | 2009-08-23 | 1 | -1/+1 |
* | Also correct _POSIX2_* constants in case older standards are selected. | Ulrich Drepper | 2009-08-23 | 1 | -5/+19 |
* | Define _POSIX_VERSION correctly when older POSIX versions are selected. | Ulrich Drepper | 2009-08-23 | 1 | -1/+15 |
* | Avoid warnings in test cases. | Ulrich Drepper | 2009-07-23 | 3 | -0/+6 |
* | Don't treat bug reporting message as a format string. | Andreas Schwab | 2009-06-16 | 1 | -2/+2 |
* | When iterating over CPU bitmask, don't try more than CPU_SETSIZE. | Ulrich Drepper | 2009-06-15 | 1 | -1/+2 |
* | Implement execvpe. | Ulrich Drepper | 2009-06-02 | 5 | -191/+235 |
* | Fix typos and pretty printing in sys/wait.h. | Ulrich Drepper | 2009-05-16 | 1 | -13/+13 |
* | Remove redundant .gitignore files. | Andreas Schwab | 2009-05-16 | 1 | -6/+0 |
* | rename each .cvsignore file to .gitignore | Jim Meyering | 2009-05-15 | 1 | -0/+0 |
* | * posix/bits/posix1_lim.h: Cleanup namespace a bit. | Ulrich Drepper | 2009-04-26 | 1 | -4/+8 |
* | * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND, | Ulrich Drepper | 2009-03-10 | 2 | -9/+11 |
* | * wctype/wctype.h: The *_l functions are in POSIX 2008. | Ulrich Drepper | 2009-02-26 | 2 | -2/+10 |
* | * include/features.h: If no feature selection given and we select | Ulrich Drepper | 2009-02-26 | 5 | -18/+51 |
* | * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534 | Jakub Jelinek | 2009-02-16 | 1 | -4/+4 |
* | [BZ #7095] | Ulrich Drepper | 2009-02-07 | 4 | -25/+288 |
* | * debug/xtrace.sh: Unify translatable messages. | Ulrich Drepper | 2009-02-06 | 1 | -3/+17 |
* | [BZ 697]cvs/fedora-glibc-20090108T0952 | Ulrich Drepper | 2009-01-08 | 2 | -1/+10 |
* | [BZ 9697] | Ulrich Drepper | 2009-01-08 | 2 | -37/+73 |
* | * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc. | Ulrich Drepper | 2009-01-08 | 3 | -11/+12 |
* | * posix/getconf.c: Update copyright year. | Ulrich Drepper | 2009-01-02 | 1 | -2/+2 |
* | * posix/globtest.sh: Use mktemp to create temporary file and | Ulrich Drepper | 2008-12-06 | 1 | -6/+3 |
* | * posix/regex_internal.h (build_wcs_upper_buffer): | Ulrich Drepper | 2008-12-06 | 1 | -2/+3 |
* | [BZ #6919] | Ulrich Drepper | 2008-10-31 | 1 | -2/+2 |
* | [BZ #6980] | Ulrich Drepper | 2008-10-31 | 1 | -2/+2 |