diff options
author | dgp <dgp@users.sourceforge.net> | 2002-04-20 01:29:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2002-04-20 01:29:14 (GMT) |
commit | 74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0 (patch) | |
tree | 6180edf4fda6a7b4b016e1c7e78bafb90aaac085 /ChangeLog | |
parent | 715d8ed46f9b0792841536a10be48c362dddbc05 (diff) | |
download | tcl-74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0.zip tcl-74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0.tar.gz tcl-74a8cec7b3d86d6cd5547c8efb2bdb3c3ecb9bc0.tar.bz2 |
* Free the memory allocated for the
startup script path. [Bug 543549]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2002-04-19 Don Porter <dgp@users.sourceforge.net> + * generic/tclMain.c (Tcl_Main): Free the memory allocated for the + startup script path. [Bug 543549] + * library/msgcat/msgcat.tcl: [mcmax] wasn't using the caller's namespace when determining the max translated length. Also made revisions for better use of namespace variables and more |