History log of /src/lib/libprop/prop.expsym
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base
# 1.4 26-Apr-2025 thorpej

branches: 1.4.4;
Hide the private symbols.


# 1.3 24-Apr-2025 martin

Remove the now static _prop_format_default and _prop_string_type_tags.
Ride the minor bump from a few hours ago.
XXX should use -fvisibility=hidden and only export public symbols
XXX and then bump major


# 1.2 23-Apr-2025 thorpej

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.


# 1.1 21-Nov-2024 riastradh

libprop: Add expected symbols list.

NOTE: This exports a lot of _prop_* symbols which look internal and
aren't mentioned in any prop/*.h file. Intentional?

PR lib/58838: shared libraries in base should all have expsym lists