diff options
author | vincentdarley <vincentdarley> | 2005-10-23 18:51:30 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2005-10-23 18:51:30 (GMT) |
commit | 85989678787c55ed31dd47768c232e88501424af (patch) | |
tree | aee2e79b42c94fd9b2e667b5687c9c7a02855e4c /ChangeLog | |
parent | 2805d0901c017d0273089012097c326967cdd90d (diff) | |
download | tcl-85989678787c55ed31dd47768c232e88501424af.zip tcl-85989678787c55ed31dd47768c232e88501424af.tar.gz tcl-85989678787c55ed31dd47768c232e88501424af.tar.bz2 |
fix to glob memory leak and file stat ino/nlink on windows
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2005-08-31 Vince Darley <vincentdarley@sourceforge.net> + + * generic/tclFileName.c: fix to memory leak in glob [Bug 1335006] + Obj leak detection and patch by Eric Melbardis. + + * tests/fCmd.test: + * win/tclWinFile.c: where appropriate windows API is available, try + to set 'nlink' and 'ino' stat fields (previously they were always 0). + [Bug 1325803] + 2005-10-22 Miguel Sofer <msofer@users.sf.net> * tests/foreach.test (foreach-8.1): added test for [Bug 1189274] |