Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: thorpej
Date: Wed Apr 23 02:58:53 UTC 2025
Modified Files:
src/common/include/prop: prop_object.h
src/common/lib/libprop: prop_array.3 prop_array.c prop_bool.c
prop_copyin_ioctl.9 prop_data.c prop_dictionary.3 prop_dictionary.c
prop_kern.c prop_number.c prop_object.3 prop_object.c
prop_object_impl.h prop_send_ioctl.3 prop_string.c proplib.3
src/distrib/sets/lists/base: shl.mi
src/distrib/sets/lists/comp: mi
src/lib/libprop: Makefile prop.expsym shlib_version
Log Message:
Add support for serializing to, and de-serializing from, JSON, as
specified in RFC 8259. Format is automatically detected for input,
and can be specified explicitly for output. The default format remains
XML.
As part of this change, generic prop_object_{internalize,externalize}()
functions are provided, and the "_with_format" flavor allows the output
format to be specified. Previous array- and dictionary-specific routines
remain for backwards compatibility.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/common/include/prop/prop_object.h
cvs rdiff -u -r1.15 -r1.16 src/common/lib/libprop/prop_array.3 \
src/common/lib/libprop/prop_copyin_ioctl.9
cvs rdiff -u -r1.22 -r1.23 src/common/lib/libprop/prop_array.c
cvs rdiff -u -r1.19 -r1.20 src/common/lib/libprop/prop_bool.c
cvs rdiff -u -r1.18 -r1.19 src/common/lib/libprop/prop_data.c \
src/common/lib/libprop/prop_string.c
cvs rdiff -u -r1.21 -r1.22 src/common/lib/libprop/prop_dictionary.3
cvs rdiff -u -r1.46 -r1.47 src/common/lib/libprop/prop_dictionary.c
cvs rdiff -u -r1.26 -r1.27 src/common/lib/libprop/prop_kern.c
cvs rdiff -u -r1.34 -r1.35 src/common/lib/libprop/prop_number.c
cvs rdiff -u -r1.10 -r1.11 src/common/lib/libprop/prop_object.3 \
src/common/lib/libprop/prop_send_ioctl.3
cvs rdiff -u -r1.35 -r1.36 src/common/lib/libprop/prop_object.c
cvs rdiff -u -r1.36 -r1.37 src/common/lib/libprop/prop_object_impl.h
cvs rdiff -u -r1.9 -r1.10 src/common/lib/libprop/proplib.3
cvs rdiff -u -r1.1002 -r1.1003 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2492 -r1.2493 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.21 -r1.22 src/lib/libprop/Makefile
cvs rdiff -u -r1.1 -r1.2 src/lib/libprop/prop.expsym
cvs rdiff -u -r1.11 -r1.12 src/lib/libprop/shlib_version
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index