diff options
author | mig <mig> | 2011-06-01 22:05:54 (GMT) |
---|---|---|
committer | mig <mig> | 2011-06-01 22:05:54 (GMT) |
commit | 63b8a6c10fc5f8568a7c9c87c170a564292b5002 (patch) | |
tree | 51f9d33f3ffcce76d44fc1762c6429c6fc342666 /ChangeLog | |
parent | 42759906725e29de1f3a76cfef2c2d21f34ecc95 (diff) | |
download | tcl-63b8a6c10fc5f8568a7c9c87c170a564292b5002.zip tcl-63b8a6c10fc5f8568a7c9c87c170a564292b5002.tar.gz tcl-63b8a6c10fc5f8568a7c9c87c170a564292b5002.tar.bz2 |
* generic/tclBasic.c: using the two free data elements in
NRCommand to store objc and objv - useful for debugging.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2011-06-01 Miguel Sofer <msofer@users.sf.net> + + * generic/tclBasic.c: using the two free data elements in + NRCommand to store objc and objv - useful for debugging. + 2011-06-01 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclUtil.c: fix for [Bug 3309871]: Valgrind finds: |