Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Pulford <mark@kyne.com.au>2011-05-08 18:50:43 +0400
committerMark Pulford <mark@kyne.com.au>2011-05-08 18:50:43 +0400
commit8f791048ad051456f65026e6e414c7d973731c7e (patch)
tree1d9e7df4eb366b0660685e568a93d63eff04a74e
parent0c0196aad87812695b286ca1555b868ad3a50a5e (diff)
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 @@
+- Option to configure encoding escapes.
+
+- Make encode/decode routines thread safe (within the same lua_State)
+ - json_buf?
+ - Optionally create an object. Clone function.
+
+- 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"
%files
%defattr(-,root,root,-)
-%doc LICENSE NEWS performance.txt README rfc4627.txt tests
+%doc LICENSE NEWS performance.txt README rfc4627.txt tests TODO
%{lualibdir}/*