| Wed, 10 Dec 2025 23:17:00 +0100 |
Mike Becker |
adjusts documentation regarding line continuation support - relates to #457
|
changeset |
files
|
| Wed, 10 Dec 2025 23:01:26 +0100 |
Mike Becker |
add CHANGELOG entry for the bug found by test issue #777
|
changeset |
files
|
| Wed, 10 Dec 2025 22:53:41 +0100 |
Mike Becker |
fix cxJsonFromString() ignoring unexpected trailing data + fix wrong handling of trailing whitespaces in general
|
changeset |
files
|
| Wed, 10 Dec 2025 22:34:48 +0100 |
Mike Becker |
fix that the docu does not explain that you must reset a parser that ran into an error
|
changeset |
files
|
| Wed, 10 Dec 2025 22:16:19 +0100 |
Mike Becker |
fix that cxJsonFromString() stores NULL instead of a "nothing" value in case of a fill error
|
changeset |
files
|
| Wed, 10 Dec 2025 22:03:08 +0100 |
Mike Becker |
fix that token_destroy() did not set token->allocated to false
|
changeset |
files
|
| Wed, 10 Dec 2025 14:05:20 +0100 |
Olaf Wintermann |
fix memory leak in the json parser and add more tests for cxJsonFromString - relates to #777
|
changeset |
files
|
| Wed, 10 Dec 2025 13:12:27 +0100 |
Olaf Wintermann |
add support for line continuation in the properties parser - resolves #457
|
changeset |
files
|
| Tue, 09 Dec 2025 19:05:35 +0100 |
Mike Becker |
add more tests for cxPropertiesLoad()
|
changeset |
files
|
| Tue, 09 Dec 2025 18:55:14 +0100 |
Mike Becker |
add note that cxPropertiesLoad() does not roll back the changes to the map on error
|
changeset |
files
|
| Tue, 09 Dec 2025 18:51:11 +0100 |
Mike Becker |
fix that cxPropertiesLoad() is not falling back to the default allocator when the allocator is NULL
|
changeset |
files
|
| Tue, 09 Dec 2025 17:27:58 +0100 |
Mike Becker |
fix return value of cxPropertiesLoad() for non-empty files that do not contain keys
|
changeset |
files
|
| Mon, 08 Dec 2025 23:09:11 +0100 |
Mike Becker |
add allocator support to cxPropertiesLoad() - resolves #776
|
changeset |
files
|
| Sun, 07 Dec 2025 19:36:51 +0100 |
Mike Becker |
add cxJsonFromString() - resolves #771
|
changeset |
files
|