Zpl Versions Save

📐 Pushing the boundaries of simplicity

19.4.1

8 months ago
  • file: zpl_file_read_contents now ignores folders (731afdc)

19.4.0

9 months ago
  • 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.

19.3.1

9 months ago
  • adt: zpl_adt_parse_number exit early on false hex value assumption (b46652f)

19.3.0

10 months ago
  • 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)

19.2.0

10 months ago
  • file: add macros for standard i/o wrappers (ZPL_STDIO_IN, ...) (991ca67)
  • meta: improve msvc build scripts (0dc2c8e)
  • meta: improve msvc build scripts (47a5788)

19.1.1

10 months ago
  • threads: return error value for POSIX calls (71fbe86)
  • Update README.md (e448f1f)

19.1.0

10 months ago
  • parsers: implemented uri module (#110) (e615951)

19.0.4

10 months ago
  • fix: zpl_buffer_copy_init call (d9aa78e)

19.0.3

10 months ago
  • meta: prepare for new patch (983bf98)
  • fix: zpl_str_skip_literal reading before start of string (c1e8682)

19.0.2

1 year ago
  • fixed ZPL_ISIZE_MIN and MAX for 32-bit architectures (e02510b)