summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-11-11 20:47:21 +0000
committerlloydh <lloydh@e775cfb5-b74b-0410-aad5-5bebe4a96390>2007-11-11 20:47:21 +0000
commit830ac6f08a8b5c89ca5f923ab5acef20feeb7c2a (patch)
treed3b1198c84e9e5ddfc3759838ce36ecd1ea82c68 /TODO
parentc9ea1f29f88f5fc39b7ec2242016307b82d70803 (diff)
downloadyajl-830ac6f08a8b5c89ca5f923ab5acef20feeb7c2a.tar.gz
update todo
git-svn-id: http://yajl-c.googlecode.com/svn/yajl/trunk@79 e775cfb5-b74b-0410-aad5-5bebe4a96390
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index a3ac27c..d9bacde 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
* line and char offsets in the lexer and in error messages
* client cancelation of parse via zero return from callback
-* numbers at eof bug.
+* numbers at eof bug. (lth: still pertinent?)
* testing:
a. the permuter
- b. large database of sample cases?
- c. some performance comparison against json_checker.
-* UTF8 validation mode
+ b. some performance comparison against json_checker.