Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-28 | Add a missing $(make-target-directory). | Roland McGrath | |
2012-09-28 | [BZ #11438] | Jeff Law | |
* sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 * addresses to global scope. * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16 addresses are in the same scope as 192.0.2/24. * posix/gai.conf: Document new scope table defaults. | |||
2012-09-25 | Use size_t instead of int for internal variables in glob (bug 14621). | Joseph Myers | |
2012-09-25 | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | |
2012-09-25 | Add copyright notices to testsuite shell scripts | Dmitry V. Levin | |
2012-08-23 | Fix tst-rfc3484* build failures from USE_NSCD move to config.h. | Roland McGrath | |
2012-08-22 | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | |
2012-08-15 | Suppress regcomp.c warnings in 32-bit builds. | Roland McGrath | |
2012-08-01 | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | |
Declare with warn_unused_result. (setgid, setregid, setegid, setresgid): Likewise. * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid): Likewise. * WUR-REPORT: Remove set*id functions. | |||
2012-07-30 | Fix lots of bitrot for stub configurations. | Roland McGrath | |
2012-05-24 | Remove use of INTDEF/INTUSE in intl | Andreas Schwab | |
2012-05-10 | Hurd: Update posix_opt.h | Samuel Thibault | |
2012-04-29 | Fix attributes for fortify functions. | Marek Polacek | |
2012-03-25 | Fix last change. | Roland McGrath | |
2012-03-25 | Fix confstr use of local buffer outside its extent. | Roland McGrath | |
2012-03-23 | 2012-03-23 Daniel Jacobowitz <dmj@google.com> | Paul Pluzhnikov | |
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. | |||
2012-03-20 | Move stdio-common/_itoa.h to sysdeps/generic | H.J. Lu | |
2012-03-10 | Replace FSF snail mail address with URL in miscellaneous files. | Paul Eggert | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | |
2012-02-28 | [BZ #13637] | Stanislav Brabec | |
* 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. | |||
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | |
2012-02-26 | Fix up POSIX testing in conformtest | Ulrich Drepper | |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2012-01-24 | Remove posix/glob directory (standalone glob build support). | Joseph Myers | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | |
No more __const. | |||
2012-01-03 | Optimize regex a bit | Ulrich Drepper | |
2012-01-01 | Update copyright year | Ulrich Drepper | |
2011-12-30 | Fix up regcomp/regexec | Jakub Jelinek | |
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; } | |||
2011-11-30 | Fix access after end of search string in regex matcher | Andreas Schwab | |
2011-11-12 | Fix warnings in regex | Ulrich Drepper | |
2011-11-01 | Fix tst-rfc3484 build failures | Ulrich Drepper | |
2011-10-29 | Mark a few more functions with __THROWNL. | Ulrich Drepper | |
2011-10-27 | Don't mark memory synchronisation functions as leaf | Andreas Schwab | |
2011-09-10 | Cleanup of configuration options | Ulrich Drepper | |
Make several tool features mandatory and simplify the code. | |||
2011-09-08 | Remove support for automatic cvs check-ins | Ulrich Drepper | |
CVS use for glibc is long gone. | |||
2011-09-08 | Add missing definition of LOCPATH for bug-regex32 run | John Stanley | |
2011-09-05 | Try shell in posix_spawn* only in compat mode | Ulrich Drepper | |
2011-09-05 | Fix last checkin | Ulrich Drepper | |
2011-09-05 | Fix glob.h header by removing gcc 1.x support | Ulrich Drepper | |
2011-07-23 | Define SEEK_DATA and SEEK_HOLE | Ulrich Drepper | |
2011-07-20 | Check for overflows in expressions | Ulrich Drepper | |
Some passed in values might cause overflows in expressions. | |||
2011-07-06 | Handle W; without long options in getopt | Ulrich Drepper | |
2011-06-10 | Quash some new warnings from GCC 4.6. | Roland McGrath | |
2011-05-28 | Fix unnecessary overallocation due to incomplete character | Ulrich Drepper | |
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. | |||
2011-05-28 | Remove unused variable | Ulrich Drepper | |
2011-05-22 | Add a few more alloca size checks | Ulrich Drepper | |
2011-05-20 | Update documentation in regex.h | Reuben Thomas | |
2011-05-16 | Update RE_SYNTAX*_AWK constants in regex.h | Aharon Robbins | |
2011-05-15 | Provide more helpful error message in getopt | Ulrich Drepper | |
If provide with an ambiguous long option we now show all the possibilities. |