diff options
author | Kevin B Kenny <kennykb@acm.org> | 2001-04-09 23:02:21 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2001-04-09 23:02:21 (GMT) |
commit | 17d36faef9d874db9535c846fd672161df37803d (patch) | |
tree | 15f22c02304c9a814bae22a2e3ced6adf71d985c /ChangeLog | |
parent | 32c13b3778a26251f9c69ccc78007c9c1c9a21de (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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. |