aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-01 21:38:58 +0000
committerantirez <antirez>2005-03-01 21:38:58 +0000
commit696b3b95c7e872cec8feee1f6713e403b0eb9151 (patch)
tree85461e45cdb8db36b5bccbcf3cc202f5678c55c3 /TODO
parent3f2782decec050e5efb4ef528aa5ba711919ee8a (diff)
downloadjimtcl-696b3b95c7e872cec8feee1f6713e403b0eb9151.zip
jimtcl-696b3b95c7e872cec8feee1f6713e403b0eb9151.tar.gz
jimtcl-696b3b95c7e872cec8feee1f6713e403b0eb9151.tar.bz2
Fix to Jim_StringMatch. Still not embedded nuls safe.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 28fa784..7217d1a 100644
--- a/TODO
+++ b/TODO
@@ -34,9 +34,6 @@ IMPLEMENTATION ISSUES
- [split $string {}] should generate a list with Jim_Obj of chars shared.
- [closure] command to set/get procedures-specific closure variables.
For example:
-- Remove SetTypeFromAny() method from the Jim_ObjType structure.
- It's not useful, and it may be useful to have different prototypes
- for the Set*FromAny() procedures of different types.
ERROR MESSAGES