Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | 2012-05-24 | 1 | -2/+2 |
| | |||||
* | Hurd: Update posix_opt.h | Samuel Thibault | 2012-05-10 | 1 | -0/+6 |
| | |||||
* | Fix attributes for fortify functions. | Marek Polacek | 2012-04-29 | 2 | -15/+15 |
| | |||||
* | Fix last change. | Roland McGrath | 2012-03-25 | 1 | -2/+3 |
| | |||||
* | Fix confstr use of local buffer outside its extent. | Roland McGrath | 2012-03-25 | 1 | -116/+106 |
| | |||||
* | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | 2012-03-23 | 1 | -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/generic | H.J. Lu | 2012-03-20 | 2 | -2/+2 |
| | |||||
* | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | 2012-03-10 | 1 | -3/+2 |
| | |||||
* | Remove distribute variable from Makefiles | Ulrich Drepper | 2012-03-07 | 1 | -8/+1 |
| | |||||
* | [BZ #13637] | Stanislav Brabec | 2012-02-28 | 3 | -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 POSIX2008 | Ulrich Drepper | 2012-02-26 | 3 | -2/+9 |
| | |||||
* | Fix up POSIX testing in conformtest | Ulrich Drepper | 2012-02-26 | 2 | -5/+4 |
| | |||||
* | First steps to get conformtest fully working | Ulrich Drepper | 2012-02-25 | 1 | -2/+7 |
| | |||||
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 181 | -542/+361 |
| | |||||
* | Remove posix/glob directory (standalone glob build support). | Joseph Myers | 2012-01-24 | 8 | -6085/+0 |
| | |||||
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 8 | -112/+105 |
| | | | | No more __const. | ||||
* | Optimize regex a bit | Ulrich Drepper | 2012-01-03 | 1 | -4/+32 |
| | |||||
* | Update copyright year | Ulrich Drepper | 2012-01-01 | 1 | -2/+2 |
| | |||||
* | Fix up regcomp/regexec | Jakub Jelinek | 2011-12-30 | 1 | -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 matcher | Andreas Schwab | 2011-11-30 | 4 | -9/+8 |
| | |||||
* | Fix warnings in regex | Ulrich Drepper | 2011-11-12 | 2 | -5/+6 |
| | |||||
* | Fix tst-rfc3484 build failures | Ulrich Drepper | 2011-11-01 | 3 | -0/+18 |
| | |||||
* | Mark a few more functions with __THROWNL. | Ulrich Drepper | 2011-10-29 | 1 | -3/+3 |
| | |||||
* | Don't mark memory synchronisation functions as leaf | Andreas Schwab | 2011-10-27 | 1 | -1/+1 |
| | |||||
* | Cleanup of configuration options | Ulrich Drepper | 2011-09-10 | 2 | -30/+28 |
| | | | | Make several tool features mandatory and simplify the code. | ||||
* | Remove support for automatic cvs check-ins | Ulrich Drepper | 2011-09-08 | 1 | -6/+0 |
| | | | | CVS use for glibc is long gone. | ||||
* | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | 2011-09-08 | 1 | -0/+1 |
| | |||||
* | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | 2011-09-05 | 4 | -14/+52 |
| | |||||
* | Fix last checkin | Ulrich Drepper | 2011-09-05 | 1 | -0/+1 |
| | |||||
* | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | 2011-09-05 | 1 | -16/+3 |
| | |||||
* | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | 2011-07-23 | 1 | -0/+4 |
| | |||||
* | Check for overflows in expressions | Ulrich Drepper | 2011-07-20 | 1 | -8/+34 |
| | | | | Some passed in values might cause overflows in expressions. | ||||
* | Handle W; without long options in getopt | Ulrich Drepper | 2011-07-06 | 1 | -2/+7 |
| | |||||
* | Quash some new warnings from GCC 4.6. | Roland McGrath | 2011-06-10 | 1 | -0/+1 |
| | |||||
* | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | 2011-05-28 | 4 | -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 variable | Ulrich Drepper | 2011-05-28 | 1 | -1/+0 |
| | |||||
* | Add a few more alloca size checks | Ulrich Drepper | 2011-05-22 | 1 | -87/+276 |
| | |||||
* | Update documentation in regex.h | Reuben Thomas | 2011-05-20 | 1 | -4/+9 |
| | |||||
* | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | 2011-05-16 | 1 | -9/+12 |
| | |||||
* | Provide more helpful error message in getopt | Ulrich Drepper | 2011-05-15 | 3 | -21/+124 |
| | | | | If provide with an ambiguous long option we now show all the possibilities. | ||||
* | Add syncfs syscall. | Andreas Schwab | 2011-04-01 | 1 | -0/+7 |
| | |||||
* | Fix typos in comments. | Ulrich Drepper | 2011-04-01 | 2 | -6/+6 |
| | |||||
* | Check size of pattern in wide character representation in fnmatch. | Ulrich Drepper | 2011-03-18 | 1 | -1/+12 |
| | |||||
* | Fix some warning nits. | Roland McGrath | 2011-02-04 | 1 | -2/+2 |
| | |||||
* | Update copyright year. | Ulrich Drepper | 2011-01-17 | 1 | -2/+2 |
| | |||||
* | FIx handling of unterminated [ expression in fnmatch. | Ulrich Drepper | 2011-01-14 | 5 | -14/+30 |
| | |||||
* | Fix infloop on persistent failing calloc in regex. | Jim Meyering | 2010-12-27 | 1 | -0/+2 |
| | |||||
* | Fix memory leak in fnmatch | Andreas Schwab | 2010-11-12 | 3 | -8/+15 |
| | |||||
* | One more regex memory leak fixed. | Ulrich Drepper | 2010-10-12 | 2 | -0/+3 |
| | |||||
* | More regex memory leak fixes and tests. | Ulrich Drepper | 2010-10-11 | 3 | -10/+36 |
| |