about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix pattern when collecting getconf.speclistAndreas Schwab2011-08-151-1/+1
* Merge remote-tracking branch 'origin/release/2.14/master' into fedora/2.14/ma...Andreas Schwab2011-08-052-10/+41
|\
| * Check for overflows in expressionsUlrich Drepper2011-07-211-8/+34
| * Handle W; without long options in getoptUlrich Drepper2011-07-211-2/+7
* | Merge commit 'glibc-2.14' into fedora/masterAndreas Schwab2011-05-315-16/+57
|\|
| * Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-284-15/+57
| * Remove unused variableUlrich Drepper2011-05-281-1/+0
* | Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2011-05-272-91/+285
|\|
| * Add a few more alloca size checksUlrich Drepper2011-05-221-87/+276
| * Update documentation in regex.hReuben Thomas2011-05-201-4/+9
* | Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2011-05-174-30/+136
|\|
| * Update RE_SYNTAX*_AWK constants in regex.hAharon Robbins2011-05-161-9/+12
| * Provide more helpful error message in getoptUlrich Drepper2011-05-153-21/+124
* | Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2011-04-072-6/+13
|\|
| * Add syncfs syscall.Andreas Schwab2011-04-011-0/+7
| * Fix typos in comments.Ulrich Drepper2011-04-012-6/+6
* | Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2011-03-211-1/+12
|\|
| * Check size of pattern in wide character representation in fnmatch.Ulrich Drepper2011-03-181-1/+12
* | Merge remote-tracking branch 'origin/master' into fedora/masterAndreas Schwab2011-02-141-2/+2
|\|
| * Fix some warning nits.Roland McGrath2011-02-041-2/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2011-01-187-16/+34
|\|
| * Update copyright year.Ulrich Drepper2011-01-171-2/+2
| * FIx handling of unterminated [ expression in fnmatch.Ulrich Drepper2011-01-145-14/+30
| * Fix infloop on persistent failing calloc in regex.Jim Meyering2010-12-271-0/+2
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-11-123-8/+15
|\|
| * Fix memory leak in fnmatchAndreas Schwab2010-11-123-8/+15
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-10-144-5/+64
|\|
| * One more regex memory leak fixed.Ulrich Drepper2010-10-122-0/+3
| * More regex memory leak fixes and tests.Ulrich Drepper2010-10-113-10/+36
| * Test case for last regex problem.Ulrich Drepper2010-10-112-2/+24
| * Fix memory leak for some invalid regular expressions.Ulrich Drepper2010-10-111-1/+9
* | Fix handling of collating symbols in regexpsAndreas Schwab2010-09-271-45/+27
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-09-271-0/+3
|\|
| * Undo feature selection for ftruncate.Ulrich Drepper2010-09-211-0/+3
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-09-061-0/+8
|\|
| * Rejigger header generation for default uname implementation.Roland McGrath2010-08-241-0/+8
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-08-232-61/+128
|\|
| * Avoid too much stack use in fnmatch.Ulrich Drepper2010-08-092-61/+128
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-07-021-4/+5
|\|
| * Correct checking loop in group_member.Ulrich Drepper2010-06-191-4/+5
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-06-151-4/+4
|\|
| * Fix a couple of __REDIRECT () __THROW occurrencesJakub Jelinek2010-06-141-4/+4
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-05-191-1/+1
|\|
| * Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-051-1/+1
* | Merge remote branch 'origin/master' into fedora/masterAndreas Schwab2010-04-127-6/+408
|\|
| * Fix tst-chmod not to write into srcdir.Roland McGrath2010-04-091-1/+1
| * Add tests for recent getopt changes.Ulrich Drepper2010-04-076-1/+396
| * getopt mishandles optstring of "+:"Eric Blake2010-04-071-2/+4
| * getopt mistakenly allows '-;' as short optionEric Blake2010-04-071-1/+1
| * Fix -W with optional parameters in getopt.Eric Blake2010-04-071-1/+6