about summary refs log tree commit diff
path: root/posix
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of INTDEF/INTUSE in intlAndreas Schwab2012-05-241-2/+2
|
* Hurd: Update posix_opt.hSamuel Thibault2012-05-101-0/+6
|
* Fix attributes for fortify functions.Marek Polacek2012-04-292-15/+15
|
* Fix last change.Roland McGrath2012-03-251-2/+3
|
* Fix confstr use of local buffer outside its extent.Roland McGrath2012-03-251-116/+106
|
* 2012-03-23 Daniel Jacobowitz <dmj@google.com>Paul Pluzhnikov2012-03-231-8/+0
| | | | | | | | | | | | | | | | | | | Paul Pluzhnikov <ppluzhnikov@google.com> [BZ #6528] * grp/Makefile (otherlibs): Don't set it. * inet/Makefile (otherlibs): Likewise. * login/Makefile (otherlibs): Likewise. * nscd/Makefile (otherlibs): Likewise. * posix/Makefile (otherlibs): Likewise. * pwd/Makefile (otherlibs): Likewise. * rt/Makefile (otherlibs): Likewise. * sunrpc/Makefile (otherlibs): Likewise. * nss/Makefile (otherlibs): Likewise. Add libnss_files to routines and static-only-routines. ($(objpfx)getent): Remove rule. * resolv/Makefile: Add libnss_dns and libresolv to routines and static-only-routines.
* Move stdio-common/_itoa.h to sysdeps/genericH.J. Lu2012-03-202-2/+2
|
* Replace FSF snail mail address with URL in miscellaneous files.Paul Eggert2012-03-101-3/+2
|
* Remove distribute variable from MakefilesUlrich Drepper2012-03-071-8/+1
|
* [BZ #13637]Stanislav Brabec2012-02-283-2/+123
| | | | | | | | * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation of remain_len that may cause incomplete multi-byte character and false match. * posix/bug-regex33.c: New file. * posix/Makefile (tests): Add bug-regex33.
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-263-2/+9
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-262-5/+4
|
* First steps to get conformtest fully workingUlrich Drepper2012-02-251-2/+7
|
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-09181-542/+361
|
* Remove posix/glob directory (standalone glob build support).Joseph Myers2012-01-248-6085/+0
|
* Remove pre-ISO C supportUlrich Drepper2012-01-078-112/+105
| | | | No more __const.
* Optimize regex a bitUlrich Drepper2012-01-031-4/+32
|
* Update copyright yearUlrich Drepper2012-01-011-2/+2
|
* Fix up regcomp/regexecJakub Jelinek2011-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | The problem is that parse_bracket_symbol is miscompiled, and it turns out it is because of an incorrect attribute on re_string_fetch_byte_case. Unlike re_string_peek_byte_case, this one is really not pure, it modifies memory (increments pstr->cur_idx), and with the pure attribute GCC assumed it doesn't and it cached the presumed value of regexp->cur_idx in a variable across the for (;; ++i) { if (i >= BRACKET_NAME_BUF_SIZE) return REG_EBRACK; if (token->type == OP_OPEN_CHAR_CLASS) ch = re_string_fetch_byte_case (regexp); else ch = re_string_fetch_byte (regexp); if (re_string_eoi(regexp)) return REG_EBRACK; if (ch == delim && re_string_peek_byte (regexp, 0) == ']') break; elem->opr.name[i] = ch; }
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-304-9/+8
|
* Fix warnings in regexUlrich Drepper2011-11-122-5/+6
|
* Fix tst-rfc3484 build failuresUlrich Drepper2011-11-013-0/+18
|
* Mark a few more functions with __THROWNL.Ulrich Drepper2011-10-291-3/+3
|
* Don't mark memory synchronisation functions as leafAndreas Schwab2011-10-271-1/+1
|
* Cleanup of configuration optionsUlrich Drepper2011-09-102-30/+28
| | | | Make several tool features mandatory and simplify the code.
* Remove support for automatic cvs check-insUlrich Drepper2011-09-081-6/+0
| | | | CVS use for glibc is long gone.
* Add missing definition of LOCPATH for bug-regex32 runJohn Stanley2011-09-081-0/+1
|
* Try shell in posix_spawn* only in compat modeUlrich Drepper2011-09-054-14/+52
|
* Fix last checkinUlrich Drepper2011-09-051-0/+1
|
* Fix glob.h header by removing gcc 1.x supportUlrich Drepper2011-09-051-16/+3
|
* Define SEEK_DATA and SEEK_HOLEUlrich Drepper2011-07-231-0/+4
|
* Check for overflows in expressionsUlrich Drepper2011-07-201-8/+34
| | | | Some passed in values might cause overflows in expressions.
* Handle W; without long options in getoptUlrich Drepper2011-07-061-2/+7
|
* Quash some new warnings from GCC 4.6.Roland McGrath2011-06-101-0/+1
|
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-284-15/+57
| | | | | | When incomplete characters are found at the end of a string the code ran amok and allocated lots of memory. Stricter limits are now in place.
* Remove unused variableUlrich Drepper2011-05-281-1/+0
|
* Add a few more alloca size checksUlrich Drepper2011-05-221-87/+276
|
* Update documentation in regex.hReuben Thomas2011-05-201-4/+9
|
* 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
| | | | If provide with an ambiguous long option we now show all the possibilities.
* Add syncfs syscall.Andreas Schwab2011-04-011-0/+7
|
* Fix typos in comments.Ulrich Drepper2011-04-012-6/+6
|
* Check size of pattern in wide character representation in fnmatch.Ulrich Drepper2011-03-181-1/+12
|
* Fix some warning nits.Roland McGrath2011-02-041-2/+2
|
* 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
|
* Fix memory leak in fnmatchAndreas Schwab2010-11-123-8/+15
|
* 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
|