Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit a91f5740d100414a76959714b819422ee5b2d8a8.
|
|
This makes it more obvious that it is arbitrary data and not necessarily
a string value.
|
|
|
|
|
|
This properly supports getting and setting signed or unsigned integer values.
Also, a new helper function plist_int_val_is_negative() was added to determine if
a given #PLIST_INT node has a negative value or not.
The old type PLIST_UINT is defined as a macro with the value of PLIST_INT for
backwards compatibility.
This commit also adds int vs. uint support to the C++ interface, and the python
bindings in a hopefully useful way.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Don't convert the string to UTF-8, just bytes.
Fixes #109.
|
|
|
|
|
|
|
|
|
|
plist_dict_insert_item()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|