summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKevin B Kenny <kennykb@acm.org>2001-04-09 23:02:21 (GMT)
committerKevin B Kenny <kennykb@acm.org>2001-04-09 23:02:21 (GMT)
commit17d36faef9d874db9535c846fd672161df37803d (patch)
tree15f22c02304c9a814bae22a2e3ced6adf71d985c /ChangeLog
parent32c13b3778a26251f9c69ccc78007c9c1c9a21de (diff)
downloadtcl-17d36faef9d874db9535c846fd672161df37803d.zip
tcl-17d36faef9d874db9535c846fd672161df37803d.tar.gz
tcl-17d36faef9d874db9535c846fd672161df37803d.tar.bz2
Changes to support re-entrant coding of gmtime and localtime.
(Bugs #219136 and #232558)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3192f63..9a9b0d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-09 Kevin B. Kenny <kennykb@acm.org>
+
+ * unix/tcl.m4: Added _REENTRANT to Solaris build so that thread
+ safe library routines are included.
+ * unix/configure: Re-ran 'autoconf' with changed tcl.m4
+ * tclUnixTime.c: Modified for thread safety of 'gmtime' and
+ 'localtime' system calls [Bugs #219136 and #232558]
+
2001-04-09 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* tests/expr.test (expr-21.*): Tests to check below fix.