summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-09 00:20:43 +0930
committerMark Pulford <mark@kyne.com.au>2011-05-09 00:20:43 +0930
commit8f791048ad051456f65026e6e414c7d973731c7e (patch)
tree1d9e7df4eb366b0660685e568a93d63eff04a74e
parent0c0196aad87812695b286ca1555b868ad3a50a5e (diff)
downloadlua-cjson-1.0.tar.gz
lua-cjson-1.0.tar.bz2
lua-cjson-1.0.zip
Add TODO file1.0
-rw-r--r--TODO7
-rw-r--r--lua-cjson.spec2
2 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..8b9af0c
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
1- Option to configure encoding escapes.
2
3- Make encode/decode routines thread safe (within the same lua_State)
4 - json_buf?
5 - Optionally create an object. Clone function.
6
7- run_test_group "config" function calls should be protected by pcall?
diff --git a/lua-cjson.spec b/lua-cjson.spec
index fac068b..c5ed796 100644
--- a/lua-cjson.spec
+++ b/lua-cjson.spec
@@ -39,7 +39,7 @@ rm -rf "$RPM_BUILD_ROOT"
39 39
40%files 40%files
41%defattr(-,root,root,-) 41%defattr(-,root,root,-)
42%doc LICENSE NEWS performance.txt README rfc4627.txt tests 42%doc LICENSE NEWS performance.txt README rfc4627.txt tests TODO
43%{lualibdir}/* 43%{lualibdir}/*
44 44
45 45