diff options
author | antirez <antirez> | 2005-03-06 08:31:42 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-06 08:31:42 +0000 |
commit | e896ba05fb50b19501b67c244357adc1ecfae4b6 (patch) | |
tree | 68876d6c39ac1e536a20a9899511d13360b8b2cf /TODO | |
parent | b54a13021a55c4d608999ac8d02d9c6714746f5e (diff) | |
download | jimtcl-e896ba05fb50b19501b67c244357adc1ecfae4b6.zip jimtcl-e896ba05fb50b19501b67c244357adc1ecfae4b6.tar.gz jimtcl-e896ba05fb50b19501b67c244357adc1ecfae4b6.tar.bz2 |
Added Jim_GetEnum() API function. StringCoreCommand and AIO extension
modified to use this API. There are plenty of other places where this
will work better than the raw CompareStringImmediate().
Original idea from Tcl, Original implementation from Pat Thoyts,
I changed the implementationto use CSI and for automatic error generation
with all the valid options listed.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ IMPLEMENTATION ISSUES - Objects lazy free. - [split $string {}] should generate a list with Jim_Obj of chars shared. - [closure] command to set/get procedures-specific closure variables. - For example: +- Rewrite all the commands accepting a set of options to use Jim_GetEnum(). ERROR MESSAGES |