Skip to content

Releases: zpl-c/zpl

Release 19.4.1

05 Sep 08:48
Compare
Choose a tag to compare
  • file: zpl_file_read_contents now ignores folders (731afdc)

Release 19.4.0

24 Jul 10:18
Compare
Choose a tag to compare
  • json: introduce support for ZPL_JSON_INDENT_STYLE_COMPACT output (rheatley-pervasid) (1efb83a)
  • fix SJSON value parse not detecting EOF correctly when analyzing the delimiter used.

Example: "foo=123,bar=456" would produce one extra garbage field.

Release 19.3.1

23 Jul 13:45
Compare
Choose a tag to compare
  • adt: zpl_adt_parse_number exit early on false hex value assumption (b46652f)

Release 19.3.0

14 Jul 14:26
Compare
Choose a tag to compare
  • socket: new socket api cross-platform layer (#112) (76418d7)
  • file: small fixes (0a8b7d0)
  • codeql: remove commented out code (ac79f9f)
  • win: add build helpers (42d5e6e)
  • examples: fix few warnings (e1a4686)

Release 19.2.0

13 Jul 10:45
Compare
Choose a tag to compare
  • file: add macros for standard i/o wrappers (ZPL_STDIO_IN, ...) (991ca67)
  • meta: improve msvc build scripts (0dc2c8e)
  • meta: improve msvc build scripts (47a5788)

Release 19.1.1

13 Jul 10:19
Compare
Choose a tag to compare
  • threads: return error value for POSIX calls (71fbe86)
  • Update README.md (e448f1f)

Release 19.1.0

13 Jul 09:58
Compare
Choose a tag to compare

Release 19.0.4

01 Jul 10:53
Compare
Choose a tag to compare
  • fix: zpl_buffer_copy_init call (d9aa78e)

Release 19.0.3

30 Jun 12:21
Compare
Choose a tag to compare
  • meta: prepare for new patch (983bf98)
  • fix: zpl_str_skip_literal reading before start of string (c1e8682)

Release 19.0.2

26 Apr 07:38
Compare
Choose a tag to compare
  • fixed ZPL_ISIZE_MIN and MAX for 32-bit architectures (e02510b)