This patch set - Renames ustream_fill_with_read_buf() to ustream_read(). - Add error code handling in handle_expr_not(). - Add example code for json_script.
[1] https://lists.openwrt.org/pipermail/openwrt-devel/2014-December/029853.html Yousong Zhou (3): ustream: add function ustream_read(). json_script: fix logic invert of handle_expr_not(). examples: add example code for json_script. examples/CMakeLists.txt | 2 + examples/json_script-example.c | 84 +++++++++++++++++++++++++++++++++++++ examples/json_script-example.json | 33 +++++++++++++++ json_script.c | 6 ++- ustream.c | 24 +++++++++++ ustream.h | 5 +++ 6 files changed, 153 insertions(+), 1 deletion(-) create mode 100644 examples/json_script-example.c create mode 100644 examples/json_script-example.json -- 1.7.10.4 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
