summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-05-144-20/+47
|\
| * Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-121-1/+1
| * getopt mishandles optstring of "+:"Eric Blake2010-05-121-2/+4
| * getopt mistakenly allows '-;' as short optionEric Blake2010-05-121-1/+1
| * Fix -W with optional parameters in getopt.Eric Blake2010-05-121-1/+6
| * Fix printing error messages in getopt.Ulrich Drepper2010-05-121-12/+13
| * Document problem with NATs in getaddrinfo.Ulrich Drepper2010-05-121-0/+9
| * Extend overflow detection in re_dfa_add_node.Ulrich Drepper2010-05-121-2/+5
| * regex: avoid internal re_realloc overflowUlrich Drepper2010-05-121-1/+8
* | Merge remote branch 'origin/release/2.11/master' into fedora/2.11/masterAndreas Schwab2010-03-181-55/+57
|\|
| * regcomp.c: do not ignore memory allocation failurePaul Eggert2010-01-181-55/+57
* | Merge branch 'release/2.11/master' into fedora/2.11/masterAndreas Schwab2009-11-304-2/+107
|\|
| * Whitespace fixes.Ulrich Drepper2009-11-181-2/+2
| * Fix ranges with multibyte characters as endpoints.Paolo Bonzini2009-11-183-2/+106
| * Add missing stdio.h include.Mike Frsyinger2009-11-181-0/+1
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2009-09-141-34/+38
|\|
| * Handle -- on getconf command line.Ulrich Drepper2009-09-091-34/+38
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-09-071-0/+1
|\|
| * Handle POSIX2_LINE_MAX in getconf.Ulrich Drepper2009-09-071-0/+1
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-261-1/+8
|\|
| * Extend last test case.Ulrich Drepper2009-08-231-1/+8
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-08-244-7/+51
|\|
| * Add test case for last fixed regex bug.Ulrich Drepper2009-08-232-0/+16
| * Recognize ill-formed { } expressions in regcomp.Ulrich Drepper2009-08-231-1/+1
| * Also correct _POSIX2_* constants in case older standards are selected.Ulrich Drepper2009-08-231-5/+19
| * Define _POSIX_VERSION correctly when older POSIX versions are selected.Ulrich Drepper2009-08-231-1/+15
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-07-273-0/+6
|\|
| * Avoid warnings in test cases.Ulrich Drepper2009-07-233-0/+6
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-261-2/+2
|\|
| * Don't treat bug reporting message as a format string.Andreas Schwab2009-06-161-2/+2
* | Merge branch 'master' of sourceware.org:/git/glibc into fedora/masterAndreas Schwab2009-06-161-1/+2
|\|
| * When iterating over CPU bitmask, don't try more than CPU_SETSIZE.Ulrich Drepper2009-06-151-1/+2
* | Merge commit 'origin/master' into fedora/masterAndreas Schwab2009-06-107-210/+248
|\|
| * Implement execvpe.Ulrich Drepper2009-06-025-191/+235
| * Fix typos and pretty printing in sys/wait.h.Ulrich Drepper2009-05-161-13/+13
| * Remove redundant .gitignore files.Andreas Schwab2009-05-161-6/+0
| * rename each .cvsignore file to .gitignoreJim Meyering2009-05-151-0/+0
| * * posix/bits/posix1_lim.h: Cleanup namespace a bit.Ulrich Drepper2009-04-261-4/+8
| * * posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,Ulrich Drepper2009-03-102-9/+11
| * * wctype/wctype.h: The *_l functions are in POSIX 2008.Ulrich Drepper2009-02-262-2/+10
| * * include/features.h: If no feature selection given and we selectUlrich Drepper2009-02-265-18/+51
| * * stdlib/monetary.h: Uglify function parameter names. cvs/fedora-glibc-20090218T1534Jakub Jelinek2009-02-161-4/+4
| * [BZ #7095]Ulrich Drepper2009-02-074-25/+288
| * * debug/xtrace.sh: Unify translatable messages.Ulrich Drepper2009-02-061-3/+17
| * [BZ 697] cvs/fedora-glibc-20090108T0952Ulrich Drepper2009-01-082-1/+10
| * [BZ 9697]Ulrich Drepper2009-01-082-37/+73
| * * posix/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.Ulrich Drepper2009-01-083-11/+12
| * * posix/getconf.c: Update copyright year.Ulrich Drepper2009-01-021-2/+2
| * * posix/globtest.sh: Use mktemp to create temporary file andUlrich Drepper2008-12-061-6/+3
| * * posix/regex_internal.h (build_wcs_upper_buffer):Ulrich Drepper2008-12-061-2/+3