summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-08-25 01:00:09 (GMT)
committernijtmans <nijtmans>2010-08-25 01:00:09 (GMT)
commit954dff064d9c313b4d2d44e2876d8346e9d9f43a (patch)
tree4c526971570624fd0a744093cc3ba4916149e991 /ChangeLog
parent094ad72da5a2a01b8f27f294fc2e014cbf8b039a (diff)
downloadtcl-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bd669cc..7e0f69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>