Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix _POSIX_TZNAME_MAX for older POSIX (bug 14856). | Joseph Myers | 2012-11-19 | 1 | -2/+6 |
| | |||||
* | Generate /usr/libexec/getconf files when cross-compiling. | Joseph Myers | 2012-11-17 | 4 | -176/+232 |
| | |||||
* | Adding missing -fexception CFLAGS | Marcus Shawcroft | 2012-11-14 | 1 | -0/+1 |
| | |||||
* | Support --with-pkgversion and --with-bugurl. | Joseph Myers | 2012-11-09 | 1 | -3/+3 |
| | |||||
* | [BZ #157] Remove include/stub-tag.h for good. | Thomas Schwinge | 2012-11-04 | 54 | -55/+0 |
| | |||||
* | Support cross-testing. | Joseph Myers | 2012-10-24 | 2 | -3/+8 |
| | |||||
* | BZ#14743: Move clock_* symbols from librt to libc. | Roland McGrath | 2012-10-24 | 1 | -8/+0 |
| | |||||
* | Use build directory instead of /tmp in globtest.sh. | Joseph Myers | 2012-10-24 | 1 | -3/+4 |
| | |||||
* | Define and use $(run-built-tests). | Joseph Myers | 2012-10-24 | 1 | -2/+2 |
| | |||||
* | Use $(run-program-prefix) in posix/globtest.sh. | Joseph Myers | 2012-10-23 | 2 | -55/+50 |
| | |||||
* | Add and use $(host-built-program-cmd). | Jim Blandy | 2012-10-23 | 1 | -2/+2 |
| | |||||
* | Don't pass shell loops' stdin to programs run on glibc's host. | Jim Blandy | 2012-10-22 | 1 | -2/+2 |
| | |||||
* | Use $(run-program-prefix) in more shell script tests. | Joseph Myers | 2012-10-19 | 2 | -14/+12 |
| | |||||
* | Use $(built-program-cmd) in posix/tst-getconf.sh. | Joseph Myers | 2012-10-19 | 2 | -15/+4 |
| | |||||
* | Add a missing $(make-target-directory). | Roland McGrath | 2012-09-28 | 1 | -0/+1 |
| | |||||
* | [BZ #11438] | Jeff Law | 2012-09-28 | 2 | -15/+6 |
| | | | | | | | | | * 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. | ||||
* | Use size_t instead of int for internal variables in glob (bug 14621). | Joseph Myers | 2012-09-25 | 1 | -5/+5 |
| | |||||
* | Set "fail on error" mode directly in testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 4 | -7/+13 |
| | |||||
* | Add copyright notices to testsuite shell scripts | Dmitry V. Levin | 2012-09-25 | 3 | -1/+52 |
| | |||||
* | Fix tst-rfc3484* build failures from USE_NSCD move to config.h. | Roland McGrath | 2012-08-23 | 3 | -0/+3 |
| | |||||
* | BZ#13696: Add --disable-nscd configure option. | Roland McGrath | 2012-08-22 | 1 | -1/+1 |
| | |||||
* | Suppress regcomp.c warnings in 32-bit builds. | Roland McGrath | 2012-08-15 | 1 | -2/+6 |
| | |||||
* | * posix/unistd.h (setuid, setreuid, seteuid, setresuid): | Florian Weimer | 2012-08-01 | 1 | -8/+8 |
| | | | | | | | | 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. | ||||
* | Fix lots of bitrot for stub configurations. | Roland McGrath | 2012-07-30 | 2 | -2/+6 |
| | |||||
* | 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. |