Update with latest libucl
modified external/libucl/configure.ac
@@ -1,7 +1,7 @@
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/include/ucl.h
@@ -171,9 +171,11 @@ typedef enum ucl_string_flags {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/src/ucl_emitter.c
@@ -131,7 +131,7 @@ ucl_emitter_print_key (bool print_key, struct ucl_emitter_context *ctx,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -398,7 +398,12 @@ ucl_emitter_common_elt (struct ucl_emitter_context *ctx,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/src/ucl_emitter_utils.c
@@ -138,6 +138,17 @@ ucl_elt_string_write_json (const char *str, size_t size,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -458,3 +469,18 @@ ucl_object_emit_single_json (const ucl_object_t *obj)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified external/libucl/src/ucl_internal.h
@@ -358,7 +358,7 @@ const struct ucl_emitter_context *
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -366,10 +366,27 @@ void ucl_elt_string_write_json (const char *str, size_t size,
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
modified external/libucl/src/ucl_parser.c
@@ -1264,7 +1264,7 @@ ucl_parse_multiline_string (struct ucl_parser *parser,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1277,7 +1277,13 @@ ucl_parse_multiline_string (struct ucl_parser *parser,
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/src/ucl_util.c
@@ -143,15 +143,18 @@ ucl_object_dtor_free (ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
|
|
|
@@ -1911,12 +1914,22 @@ ucl_object_ref (const ucl_object_t *obj)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
| + | |
|
|
|
|
|
@@ -1933,6 +1946,10 @@ ucl_object_copy_internal (const ucl_object_t *other, bool allow_array)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/tests/basic/4.res
@@ -10,7 +10,14 @@ licenses [
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -31,6 +38,17 @@ scripts {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|