diff options
author | nijtmans <nijtmans> | 2010-08-25 01:00:09 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-25 01:00:09 (GMT) |
commit | 954dff064d9c313b4d2d44e2876d8346e9d9f43a (patch) | |
tree | 4c526971570624fd0a744093cc3ba4916149e991 /ChangeLog | |
parent | 094ad72da5a2a01b8f27f294fc2e014cbf8b039a (diff) | |
download | tcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.zip tcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.tar.gz tcl-954dff064d9c313b4d2d44e2876d8346e9d9f43a.tar.bz2 |
[Patch 2994165]: Change signature of Tcl_FSGetNativePath and TclpDeleteFile follow-up:
move stub entry back to original location.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ * generic/tcl.decls [Bug 3007895] Tcl_(Find|Create)HashEntry * generic/tclHash.c stub entries can never be called. * generic/tclDecls.h + * generic/tclStubInit.c [Patch 2994165]: Change signature of + Tcl_FSGetNativePath and TclpDeleteFile follow-up: move + stub entry back to original location. 2010-08-23 Kevin B. Kenny <kennykb@acm.org> |