diff options
-rw-r--r-- | TODO | 7 | ||||
-rw-r--r-- | lua-cjson.spec | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 | ||