Skip to content

Rebol v3.7.2

Compare
Choose a tag to compare
@Oldes Oldes released this 27 Dec 21:11
· 1110 commits to master since this release

Features:

  • c474d0 Updated optional qoi (Quite OK Image) codec
  • b26f9b COLLECT-WORDS /as type [datatype!] option

Changes:

  • 061773 Have system/ports/output to be same as system/ports/input (instead of none)

Fixes:

  • c99eb2 Better fix of JSON's non-valid-word keys (82efc99)
  • dcdb67 Correct tuple length struct name
  • 015441 Pass all 12 tuple bytes in the extension argument including info about tuple's size
  • ea3e47 Warning: __VA_ARGS__ can only appear in the expansion of a C99 variadic macro
  • cf9b34 split-path was returning none for these paths: %/, %./ and %../
  • 82efc9 Don't fail when decoding "+1" key from JSON data
  • 68679a read/lines and read/string on system/ports/input not working