diff options
author | nijtmans <nijtmans> | 2008-10-04 11:04:42 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-10-04 11:04:42 (GMT) |
commit | 67aa8715c3ab84a6c636b90a48b5a565c1dcc162 (patch) | |
tree | 18672f7646f13fd2740f8d75dd03b76ba5770241 /ChangeLog | |
parent | 0f137db1b0ce02080631bf6fe5a86368df112ec4 (diff) | |
download | tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.zip tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.tar.gz tcl-67aa8715c3ab84a6c636b90a48b5a565c1dcc162.tar.bz2 |
* doc/GetIndex.3: CONSTified the tablePtr argument
* generic/tcl.decls: of Tcl_GetIndexFromObj.
* generic/tclIndexObj.c
* ChangeLog
* generic/tclDecls.h: regenerated
This change complies with TIP #27.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2008-10-4 Jan Nijtmans <nijtmans@users.sf.net> + + * doc/GetIndex.3: CONSTified the tablePtr argument + * generic/tcl.decls: of Tcl_GetIndexFromObj. + * generic/tclIndexObj.c + * ChangeLog + * generic/tclDecls.h: regenerated + This change complies with TIP #27. + 2008-10-03 Miguel Sofer <msofer@users.sf.net> * tests/stack.test: |