diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-29 07:20:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-29 07:20:47 +0000 |
commit | c5af724c0b214a517f8558887f7a70efcfa2c813 (patch) | |
tree | 8b1b822c45022d0bf414d1fc9a41794b17900410 /NEWS | |
parent | 0a76d15e91c26aae360749b4eb75559971e4fcfb (diff) | |
download | glibc-c5af724c0b214a517f8558887f7a70efcfa2c813.tar.gz glibc-c5af724c0b214a517f8558887f7a70efcfa2c813.tar.xz glibc-c5af724c0b214a517f8558887f7a70efcfa2c813.zip |
Update.
2003-10-10 Simon Josefsson <jas@extundo.com> * argp/argp-namefrob.h [!_LIBC]: Include mempcpy.h, strcase.h, strchrnul.h, strndup.h (from gnulib). * argp/argp-parse.c: Add alloca.h include snippet verbatim from Autoconf manual. * argp/argp-help.c: Replace alloca.h include snipper with verbatim Autoconf manual version. * argp/argp.h: Map __restrict to restrict or empty string when necessary, copied verbatim from posix/regex.h.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 8a16f07a9e..16d0b96b04 100644 --- a/NEWS +++ b/NEWS @@ -22,7 +22,7 @@ Version 2.3.3 * support for non-executable stacks on x86 has been added. Changes mostly by Roland McGrath. -* regex is now much faster for multibyte locaes. Changes by Jakub Jelinek +* regex is now much faster for multibyte locales. Changes by Jakub Jelinek and Ulrich Drepper. * getaddrinfo now performs destination address selection according to |