aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Collapse)AuthorFilesLines
2005-03-07TODO changesantirez1-0/+3
2005-03-06Added Jim_GetEnum() API function. StringCoreCommand and AIO extensionantirez1-1/+1
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.
2005-03-04more benchmarks. Initial size of hashtables modified.antirez1-0/+2
Some documentation change.
2005-03-02one more benchmarkantirez1-0/+1
2005-03-01Fix to Jim_StringMatch. Still not embedded nuls safe.antirez1-3/+0
2005-02-27const added to Jim_NewStringObjantirez1-0/+13
2005-02-27Now there is implicit subst in expr's strings like expr {"foo $i" eq $bar}.antirez1-0/+11
More tests. A fix in the parsing code for line number calculation.
2005-02-26Initial revisionantirez1-0/+39