diff options
author | antirez <antirez> | 2005-03-01 21:38:58 +0000 |
---|---|---|
committer | antirez <antirez> | 2005-03-01 21:38:58 +0000 |
commit | 696b3b95c7e872cec8feee1f6713e403b0eb9151 (patch) | |
tree | 85461e45cdb8db36b5bccbcf3cc202f5678c55c3 /TODO | |
parent | 3f2782decec050e5efb4ef528aa5ba711919ee8a (diff) | |
download | jimtcl-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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |