summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-08-10 22:45:10 (GMT)
committerredman <redman>1999-08-10 22:45:10 (GMT)
commit9d34f16944286a9d17163ef7cf4455b1b863a28d (patch)
tree8f2a875757259d7227e3f0b66e3a31613356e670 /ChangeLog
parent324d20b570be85ce259bea58a1d37768b7a01634 (diff)
downloadtcl-9d34f16944286a9d17163ef7cf4455b1b863a28d.zip
tcl-9d34f16944286a9d17163ef7cf4455b1b863a28d.tar.gz
tcl-9d34f16944286a9d17163ef7cf4455b1b863a28d.tar.bz2
Rolled back changes to change the prototype of
Tcl_ListObjGetElements()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index dc5d259..39f979e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,5 @@
1999-08-10 Scott Redman <redman@scriptics.com>
- * generic/tclListObj.c:
- * generic/tcl.decls:
- * generic/tclDecls.h: Applied patch from Jim Ingham to change the
- prototype of Tcl_ListObjGetElements to have the last argument have
- a CONST so that you can feed it the objv that you get from the
- standard TclObj command proc.
-
* generic/tclAlloc.c:
* generic/tclCmdIL.c:
* generic/tclIO.c: