diff options
author | redman <redman> | 1999-08-10 22:45:10 (GMT) |
---|---|---|
committer | redman <redman> | 1999-08-10 22:45:10 (GMT) |
commit | 9d34f16944286a9d17163ef7cf4455b1b863a28d (patch) | |
tree | 8f2a875757259d7227e3f0b66e3a31613356e670 /ChangeLog | |
parent | 324d20b570be85ce259bea58a1d37768b7a01634 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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: |