aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-06 08:31:42 +0000
committerantirez <antirez>2005-03-06 08:31:42 +0000
commite896ba05fb50b19501b67c244357adc1ecfae4b6 (patch)
tree68876d6c39ac1e536a20a9899511d13360b8b2cf /TODO
parentb54a13021a55c4d608999ac8d02d9c6714746f5e (diff)
downloadjimtcl-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 905cc4f..9d3fc84 100644
--- a/TODO
+++ b/TODO
@@ -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