diff options
author | dgp <dgp@users.sourceforge.net> | 2008-07-08 17:52:14 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-07-08 17:52:14 (GMT) |
commit | 202c0ad200e4c9baabff9d3861777c1a47606158 (patch) | |
tree | 8b4a2e63bbb5d3e65f86afd3d02085a333a3ac07 /ChangeLog | |
parent | fb746d8a585695e0450cea45765c7d1626d0ae79 (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 |