Skip to content

Rebol v3.16.0

Compare
Choose a tag to compare
@Oldes Oldes released this 17 Feb 13:43
· 220 commits to master since this release

Changes:

  • 3c2b93 Switching map and construction syntax
  • 2ba01e unset value in any and all is transparent now
  • da1905 Updated Mbed-TLS sources to version 3.5.2
  • 52efc0 Register .swc file extension with zip codec
  • 7c84b6 Allow issues like ### or #a# (Rebol2/Red compatibility)
  • 9bb910 Zlib source updated to version 1.3.0.1
  • 7a9e11 Updated httpd scheme to version 0.9.0
  • bf4999 Modified launch function not to use shell and to handle all optional script arguments
  • abc6ec Using system error codes when opening a MIDI device on Windows

Features:

  • f25ddf Implemented optional XXH3, XXH32, XXH64 and XXH128 checksums
  • ab42ca Tiny optimization
  • da4718 Not using hashing for small enough maps (reduces memory usage)
  • e401ed Added sum and average functions
  • 27611e Including source of webdriver and websocket modules
  • ffa41e bbcode image gallery emitter
  • e39581 bbcode csv table emitter
  • 963d08 Allow word!, get-word! and get-path! values inside a call argument
  • 39c7e2 Allow any-string value as a call argument
  • a38e2a Added possibility to set/clear BRK, RTS and DTR serial port flags on Posix

Fixes:

  • 01a68c Compiler warnings
  • 695636 Correct fix of regression when creating 64 bit vectors
  • 238ecb Regression when creating 64 bit vectors
  • 820687 checksum with file! argument not supporting all available methods
  • d4364d Saving a file into a zip archive
  • 1bfcbb Bbcode codec - reset row-width of an image gallery tag
  • 307b24 Windows JPEG codec unexpected property type error
  • 592454 LF to CRLF conversion when using write with string input
  • fbad12 Joining path/url using path notation not respecting index position
  • aa7aa4 Throw an error when converting 1.#NaN value to integer
  • 45b358 Close httpd server on request even when there are pending client connections
  • 9715d1 Code simplified
  • aa227f Avoid an error when loading an unset value
  • 051670 Using correct path to images in the generated bbcode image gallery
  • 8ee972 bbcode codec must convert binary input to string before decoding
  • b0f684 Reading from virtual /proc files on Linux using read/part
  • a73014 Accept block input to call function on Windows
  • 56a39e Warning: implicit declaration of function ‘wcwidth’
  • 2ea23b Ignore warning: ‘__builtin___strncpy_chk’ specified bound depends on the length of the source argument
  • a84671 Warning: ignoring return value of ‘read’, declared with attribute warn_unused_result
  • 98c54f Warning: specified bound depends on the length of the source argument
  • 45832b Trying to fix build for Haiku OS
  • da13e8 Trying to fix build for Haiku OS
  • 7f8108 Trying to fix build for Haiku OS