diff options
author | vasiljevic <zv@archiware.com> | 2003-12-17 09:26:04 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2003-12-17 09:26:04 (GMT) |
commit | d8e0f63d57a4fe64f5d531d6906be615718944aa (patch) | |
tree | 16ed0eb88e2297f84c4fafddb6f3cf16195fc206 /ChangeLog | |
parent | 52ce50363a15ac6a302c54631914a6e2c19af001 (diff) | |
download | tcl-d8e0f63d57a4fe64f5d531d6906be615718944aa.zip tcl-d8e0f63d57a4fe64f5d531d6906be615718944aa.tar.gz tcl-d8e0f63d57a4fe64f5d531d6906be615718944aa.tar.bz2 |
Added trace for bugfixes #839519 and #861515
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-12-17 Zoran Vasiljevic <zv@archiware.com> + + * generic/tclIOUtil.c: fixed 2 memory (object) leaks. + This fixes Tcl Bug #839519. + + * generic/tclPathObj.c: fixed Tcl_FSGetTranslatedPath + to always return properly refcounted path object. + This fixes Tcl Bug #861515. + 2003-12-16 Vince Darley <vincentdarley@users.sourceforge.net> * tests/fCmd.test: marking fCmd-9.14.2, as nonPortable, since |