summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-07-08 17:52:14 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-07-08 17:52:14 (GMT)
commit202c0ad200e4c9baabff9d3861777c1a47606158 (patch)
tree8b4a2e63bbb5d3e65f86afd3d02085a333a3ac07 /ChangeLog
parentfb746d8a585695e0450cea45765c7d1626d0ae79 (diff)
downloadtcl-202c0ad200e4c9baabff9d3861777c1a47606158.zip
tcl-202c0ad200e4c9baabff9d3861777c1a47606158.tar.gz
tcl-202c0ad200e4c9baabff9d3861777c1a47606158.tar.bz2
* generic/tclGet.c: Corrected out of date comments and removed
* generic/tclInt.decls: internal routine TclGetLong() that's no longer used. If an extension is using this from the internal stubs table, it can shift to the public routine Tcl_GetLongFromObj() or can request addition of a public Tcl_GetLong(). ***POTENTIAL INCOMPATIBILITY*** * generic/tclIntDecls.h: make genstubs * generic/tclStubInit.c:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a8d50aa..d4a36e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2008-07-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclGet.c: Corrected out of date comments and removed
+ * generic/tclInt.decls: internal routine TclGetLong() that's no longer
+ used. If an extension is using this from the internal stubs table,
+ it can shift to the public routine Tcl_GetLongFromObj() or can
+ request addition of a public Tcl_GetLong().
+ ***POTENTIAL INCOMPATIBILITY***
+
+ * generic/tclIntDecls.h: make genstubs
+ * generic/tclStubInit.c:
+
2008-07-08 Donal K. Fellows <dkf@users.sf.net>
* doc/CrtInterp.3: Tighten up the descriptions of behaviour to make