aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-18 02:54:32 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-18 02:54:32 +0000
commitbcc86889c775a0f717de272cc270e3b089aa5221 (patch)
tree163b2cdf47ef949fa9c01eb196974ad98cdd4413 /ChangeLog
parent9ba96eda70ecf6f86f74580b23fc387d8fd1cd77 (diff)
downloadglibc-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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7de86d1a22..e130e95e65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.