aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-24 22:19:16 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-24 22:19:16 +0000
commit98d3e9934d313915e164a0ddb4fa36250c9f89c7 (patch)
tree7ab89d0392fa70b7d3119eeb534d8982b96bc9cb /ChangeLog
parentdc5fd90772df0a138e25e0af7d3c51ad02a3e940 (diff)
downloadglibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.tar
glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.tar.gz
glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.tar.bz2
glibc-98d3e9934d313915e164a0ddb4fa36250c9f89c7.zip
Update.
* stdlib/Makefile (tst-strtod-ENV): New variable.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452153ba0e..4531895604 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
* stdlib/tst-strtod.c (locale_test): New function.
(main): Call locale_test.
+ * stdlib/Makefile (tst-strtod-ENV): New variable.
2001-01-24 Mark Kettenis <kettenis@gnu.org>