From 8f791048ad051456f65026e6e414c7d973731c7e Mon Sep 17 00:00:00 2001 From: Mark Pulford Date: Mon, 9 May 2011 00:20:43 +0930 Subject: Add TODO file --- TODO | 7 +++++++ lua-cjson.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 TODO 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}/* -- cgit v1.2.3-55-g6feb