summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-04-07 05:44:10 (GMT)
committerhobbs <hobbs>2002-04-07 05:44:10 (GMT)
commit99e8896f2e7f6cdf266ea20b486a1587ba574dba (patch)
tree876d80c097a0ff02106d337a2a1f0af140900c25 /ChangeLog
parentb1d0f3126ec21021d3ddfe55871c4e366887e0b5 (diff)
downloadtcl-99e8896f2e7f6cdf266ea20b486a1587ba574dba.zip
tcl-99e8896f2e7f6cdf266ea20b486a1587ba574dba.tar.gz
tcl-99e8896f2e7f6cdf266ea20b486a1587ba574dba.tar.bz2
* unix/tclUnixFCmd.c (Realpath): added a little extra code to
initialize a realpath arg when compiling in PURIFY mode in order to prevent spurious purify warnings. We should really create our own realpath implementation, but this will at least quiet purify for now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c762b8..9eda481 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-04-06 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tclUnixFCmd.c (Realpath): added a little extra code to
+ initialize a realpath arg when compiling in PURIFY mode in order
+ to prevent spurious purify warnings. We should really create our
+ own realpath implementation, but this will at least quiet purify
+ for now.
+
2002-04-05 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c (Tcl_SubstObj):