aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-07-02 11:50:55 +0000
committerUlrich Drepper <drepper@redhat.com>1999-07-02 11:50:55 +0000
commit4708015f24a69bd0a436483c4d1244d1fb1f2e87 (patch)
treee3d55cddb335ee69a1f872b3461d567c5cf1c9ec /ChangeLog
parent8d93eb92afa7e829225a0e884cc492e138feb515 (diff)
downloadglibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.tar
glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.tar.gz
glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.tar.bz2
glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.zip
Update.
1999-07-02 Tim Waugh <tim@cyberelk.demon.co.uk> * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It doesn't belong in the tests, but in the wordexp implementation. * posix/wordexp.c (exec_comm): Unset IFS so that subshells don't split fields.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 10 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 09ef1bc75c..5950790ad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,20 @@
+1999-07-02 Tim Waugh <tim@cyberelk.demon.co.uk>
+
+ * posix/wordexp-test.c: Revert bogus 'unset IFS' change. It
+ doesn't belong in the tests, but in the wordexp implementation.
+
+ * posix/wordexp.c (exec_comm): Unset IFS so that subshells don't
+ split fields.
+
1999-07-01 Cristian Gafton <gafton@redhat.com>
-
+
* time/strptime.c (strptime): Initialize the tm struct first to avoid
returning bogus results on incomplete data.
(strptime_internal): day_of_the_week() requres bith tm_mon and
tm_mday to be initializaed.
Computer them first if they are not given.
(strptime_internal): (have_mon, have_mday): New variables.
-
+
1999-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* inet/rcmd.c (__icheckhost): Fix typo in last patch.