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
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 46ecb91..a17bc1b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,4 @@
- Option to configure encoding escapes.
-- Make encode/decode routines thread safe (within the same lua_State)
- - Optionally create an object. Clone function.
-
-- run_test_group "config" function calls should be protected by pcall?
+- Make encode/decode routines OS thread safe (within the same lua_State)
+ - Optionally create an object for settings. Clone function.