diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-17 18:21:53 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-07-17 18:21:53 (GMT) |
commit | 023276a9b9bbb4085068a13aafc1ed53f72ea197 (patch) | |
tree | e51d5d4dbb02babd0b3776e7d1e1d0f8d70c9a8c /ChangeLog | |
parent | 3c26f7d2cb401292666bdb968313497537a8301b (diff) | |
download | tcl-023276a9b9bbb4085068a13aafc1ed53f72ea197.zip tcl-023276a9b9bbb4085068a13aafc1ed53f72ea197.tar.gz tcl-023276a9b9bbb4085068a13aafc1ed53f72ea197.tar.bz2 |
removing the now redundant functions Tcl(Get|Set|Incr)IndexedScalar()
and Tcl(Get|Set|Incr)ElementOfIndexedArray()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-07-17 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclInt.decls: + * generic/tclIntDecls.h: + * generic/tclStubInit.c: + * generic/tclVar.c: removing the now redundant functions to access + indexed variables: Tcl(Get|Set|Incr)IndexedScalar() and + Tcl(Get|Set|Incr)ElementOfIndexedArray(). + 2002-07-17 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tclExecute.c (TclExecuteByteCode): Minor fixes to make |