diff options
author | das <das> | 2005-04-09 11:09:50 (GMT) |
---|---|---|
committer | das <das> | 2005-04-09 11:09:50 (GMT) |
commit | 451ef00cc599a1b58cf570fdb088f04b0ed63fa1 (patch) | |
tree | 0808adabfdc4b120377f27d6103eb9f82bd39950 /ChangeLog | |
parent | 69507a78a66b82d697d2c1467ed537679af0b84b (diff) | |
download | tcl-451ef00cc599a1b58cf570fdb088f04b0ed63fa1.zip tcl-451ef00cc599a1b58cf570fdb088f04b0ed63fa1.tar.gz tcl-451ef00cc599a1b58cf570fdb088f04b0ed63fa1.tar.bz2 |
* generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return
when getting index from an empty list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2005-04-09 Daniel Steffen <das@users.sourceforge.net> + * generic/tclListObj.c (Tcl_ListObjIndex): added missing NULL return + when getting index from an empty list. + * unix/tcl.m4 (Darwin): added -single_module linker flag to TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.59 |