]> mj.ucw.cz Git - libucw.git/history - ucw-json
Released as 6.5.16.
[libucw.git] / ucw-json /
2015-07-22 Martin MaresJSON: Let initializers of our anonymous union be compat...
2015-07-17 Martin MaresJSON: Comment on what is a string value
2015-07-17 Martin MaresJSON: Less strict checks when formatting strings
2015-07-17 Martin MaresJSON: Added numeric conversions
2015-07-17 Martin MaresJSON: Link with libm
2015-07-17 Martin MaresJSON: Checks for INF/NAN moved to json_new_number()
2015-07-17 Martin MaresJSON: Mention exceptions in docs
2015-07-17 Martin MaresJSON: Better exception name
2015-07-08 Martin MaresJSON: Reject denormalized UTF-8 sequences
2015-07-08 Martin MaresJSON: Add json_strdup()
2015-07-08 Martin MaresJSON: Remove unused includes
2015-07-08 Martin MaresJSON: Null, true, and false use a single static instance
2015-07-08 Martin MaresJSON: Improved memory management with pushing/popping...
2015-07-08 Martin MaresJSON: Basic documentation
2015-07-08 Martin MaresABI cleanups
2015-07-08 Martin MaresJSON: More tests and bug fixes
2015-07-08 Martin MaresJSON: Tests and bug fixes
2015-07-08 Martin MaresJSON: Error messages include column number
2015-07-08 Martin MaresJSON: More parsing and formatting details
2015-07-08 Martin MaresJSON: Rudimentary formatting
2015-07-08 Martin MaresJSON: Skeleton, memory representation, parser