]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update libucl to git snapshot 20151027 (77d9d33)
authorbapt <bapt@FreeBSD.org>
Tue, 27 Oct 2015 21:19:11 +0000 (21:19 +0000)
committerbapt <bapt@FreeBSD.org>
Tue, 27 Oct 2015 21:19:11 +0000 (21:19 +0000)
commitbf66c97c4a64e64410bf0223d221a54ca9555f52
tree776471e6ddbb557aac5a48779cb813f63c28b4d5
parent7678f812c1d8bea1cf36871abe8ab1e7ec6912fd
Update libucl to git snapshot 20151027 (77d9d33)
61 files changed:
CMakeLists.txt [new file with mode: 0644]
ChangeLog.md
README.md
cmake/CMakeLists.txt [deleted file]
configure.ac
doc/Makefile.am
doc/lua_api.md
examples/ucl_cpp.cc [new file with mode: 0644]
include/ucl++.h [new file with mode: 0644]
include/ucl.h
klib/kvec.h
lua/lua_ucl.c
m4/ax_lua.m4 [new file with mode: 0644]
python/setup.py [new file with mode: 0644]
python/src/uclmodule.c [new file with mode: 0644]
python/test.sh [new file with mode: 0755]
python/test_uclmodule.py [new file with mode: 0755]
src/Makefile.am
src/tree.h
src/ucl_chartable.h
src/ucl_emitter.c
src/ucl_emitter_utils.c
src/ucl_hash.c
src/ucl_internal.h
src/ucl_msgpack.c [new file with mode: 0644]
src/ucl_parser.c
src/ucl_sexp.c [new file with mode: 0644]
src/ucl_util.c
src/xxhash.c
src/xxhash.h
tests/Makefile.am
tests/basic/13.in
tests/basic/15.in [new file with mode: 0644]
tests/basic/15.inc [new file with mode: 0644]
tests/basic/15.res [new file with mode: 0644]
tests/basic/16.in [new file with mode: 0644]
tests/basic/16.inc [new file with mode: 0644]
tests/basic/16.res [new file with mode: 0644]
tests/basic/17.in [new file with mode: 0644]
tests/basic/17.res [new file with mode: 0644]
tests/basic/18.in [new file with mode: 0644]
tests/basic/18.res [new file with mode: 0644]
tests/basic/19-append.inc [new file with mode: 0644]
tests/basic/19-merge.inc [new file with mode: 0644]
tests/basic/19-rewrite.inc [new file with mode: 0644]
tests/basic/19.in [new file with mode: 0644]
tests/basic/19.res [new file with mode: 0644]
tests/basic/20.in [new file with mode: 0644]
tests/basic/20.res [new file with mode: 0644]
tests/basic/21.in [new file with mode: 0644]
tests/basic/21.res [new file with mode: 0644]
tests/basic/22.in [new file with mode: 0644]
tests/basic/22.res [new file with mode: 0644]
tests/msgpack.test [new file with mode: 0755]
tests/test_basic.c
tests/test_msgpack.c [new file with mode: 0644]
tests/test_schema.c
utils/Makefile.am
utils/chargen.c
utils/objdump.c
utils/ucl-tool.c [new file with mode: 0644]