diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 06:19:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-10 06:19:01 +0000 |
commit | 770d454df38e67bc9bb4a0cdf4b1e87513ac36f3 (patch) | |
tree | cef0a2b133aeddd29981f771d5faa402dbf7f4b4 /ChangeLog | |
parent | e8ef6f282bcf9a86e502f0324ad4e9720e539310 (diff) | |
download | glibc-770d454df38e67bc9bb4a0cdf4b1e87513ac36f3.tar.gz glibc-770d454df38e67bc9bb4a0cdf4b1e87513ac36f3.tar.xz glibc-770d454df38e67bc9bb4a0cdf4b1e87513ac36f3.zip |
Update.
* posix/Makefile: Add rules to build and run bug-regex2. 2001-02-10 Jakub Jelinek <jakub@redhat.com> * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *. (regex_compile): Likewise. (FREE_VARIABLES): Don't free is_binary1 and is_binary2. (re_match_2_internal): Use just is_binary instead of two variables. Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure. 2001-02-09 Ulrich Drepper <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b8721e23fc..d1a3ad4b8a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 2001-02-09 Ulrich Drepper <drepper@redhat.com> + * posix/Makefile: Add rules to build and run bug-regex2. + +2001-02-10 Jakub Jelinek <jakub@redhat.com> + + * posix/regex.c (convert_mbs_to_wcs): Change is_binary to char *. + (regex_compile): Likewise. + (FREE_VARIABLES): Don't free is_binary1 and is_binary2. + (re_match_2_internal): Use just is_binary instead of two variables. + Use REGEX_TALLOC to allocate it and FREE_VAR to free on failure. + +2001-02-09 Ulrich Drepper <drepper@redhat.com> + * version.h (VERSION): Bump to 2.2.2. * iconv/Makefile (distribute): Add iconv_charmap.c and |