Sync from libucl, and only convert string to boolean and/or integers
modified external/libucl/include/ucl.h
@@ -164,9 +164,15 @@ ucl_object_new (void)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified external/libucl/src/ucl_internal.h
@@ -240,9 +240,10 @@ ucl_maybe_parse_boolean (ucl_object_t *obj, const unsigned char *start, size_t l
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
modified external/libucl/src/ucl_parser.c
@@ -270,7 +270,7 @@ ucl_copy_or_store_ptr (struct ucl_parser *parser,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -285,7 +285,7 @@ ucl_maybe_parse_number (ucl_object_t *obj,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -332,6 +332,9 @@ ucl_maybe_parse_number (ucl_object_t *obj,
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -463,7 +466,7 @@ ucl_maybe_parse_number (ucl_object_t *obj,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -494,7 +497,7 @@ ucl_lex_number (struct ucl_parser *parser,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified external/libucl/src/ucl_util.c
@@ -824,8 +824,15 @@ ucl_object_fromstring_common (const char *str, size_t len, enum ucl_string_flags
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/dns_utils.c
@@ -40,6 +40,15 @@ typedef union {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -129,6 +138,8 @@ dns_getsrvinfo(const char *zone)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg_manifest.c
@@ -299,7 +299,7 @@ pkg_int(struct pkg *pkg, ucl_object_t *obj, int attr)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/utils.c
@@ -497,7 +497,7 @@ yaml_sequence_to_object(ucl_object_t *obj, yaml_document_t *doc, yaml_node_t *no
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -515,7 +515,6 @@ yaml_mapping_to_object(ucl_object_t *obj, yaml_document_t *doc, yaml_node_t *nod
|
|
|
|
|
|
| - | |
|
|
|
|
|
@@ -532,11 +531,9 @@ yaml_mapping_to_object(ucl_object_t *obj, yaml_document_t *doc, yaml_node_t *nod
|
|
|
|
|
|
| - | |
| - | |
| - | |
|
|
| - | |
| + | |
| + | |
|
|
|
|
|