diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 02:54:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 02:54:32 +0000 |
commit | bcc86889c775a0f717de272cc270e3b089aa5221 (patch) | |
tree | 163b2cdf47ef949fa9c01eb196974ad98cdd4413 /ChangeLog | |
parent | 9ba96eda70ecf6f86f74580b23fc387d8fd1cd77 (diff) | |
download | glibc-bcc86889c775a0f717de272cc270e3b089aa5221.tar glibc-bcc86889c775a0f717de272cc270e3b089aa5221.tar.gz glibc-bcc86889c775a0f717de272cc270e3b089aa5221.tar.bz2 glibc-bcc86889c775a0f717de272cc270e3b089aa5221.zip |
Update.
2003-09-17 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/wordexp.c (eval_expr_val): Use strtol since we
have to recognize octal and hexadecimal numbers as well. Simplify
function, signs are handled in strtol.
* posix/wordexp-test.c: Add tests for octal and hexadecimal
numbers in arithmetic expressions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2003-09-17 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/wordexp.c (eval_expr_val): Use strtol since we + have to recognize octal and hexadecimal numbers as well. Simplify + function, signs are handled in strtol. + * posix/wordexp-test.c: Add tests for octal and hexadecimal + numbers in arithmetic expressions. + 2003-09-17 Jakub Jelinek <jakub@redhat.com> * elf/Makefile (distribute): Add tst-alignmod.c. |