diff options
author | hobbs <hobbs> | 2002-04-07 05:44:10 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-04-07 05:44:10 (GMT) |
commit | 99e8896f2e7f6cdf266ea20b486a1587ba574dba (patch) | |
tree | 876d80c097a0ff02106d337a2a1f0af140900c25 /ChangeLog | |
parent | b1d0f3126ec21021d3ddfe55871c4e366887e0b5 (diff) | |
download | tcl-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |