Skip to content

Rebol v3.5.3

Compare
Choose a tag to compare
@Oldes Oldes released this 17 Apr 19:40
· 1654 commits to master since this release

Features:

  • e9b0bb debase accepting any-string! for it's value
  • 5ed41d Allow creation of path! from any value
  • 46e3a2 Extended PNG codec with chunks function
  • a5ba0f Added a simple codec for decoding/encoding ICO files
  • fd67a5 Added a simple codec for decoding/encoding ICO files
  • 3f45b9 Updated prebol (Rebol Preprocessor) to be a real module working with current Rebol
  • 22a6d0 Added possibility not to process default application arguments on boot
  • 552e2c Parse string! using any-string!
  • 9249a3 Exporting new library functions for registering, creation and releasing handles (so these may be also used from external native modules.
  • c990e8 Simple TCP port scanner (module)
  • b6cbac Do some minimal extension's module protection
  • 4d44e9 When $SHELL is not set on POSIX OS, /bin/sh is used as a default

Changes:

  • aece05 Have % to be a valid word and not an empty file
  • 1e71aa Removed ANSI related functions from colors mezzanine file
  • bbf89c DELETE returning false if called on not existing file or directory
  • 6809c8 Registered new system ID 0.4.46 as a 64bit Linux using musl compiler (musl.libc.org)
  • d352af Renamed module's local context from local-lib to lib-local
  • 500d3d Force UTF-8 console output code page on Windows
  • f09840 Using NOT_FOUND instead of 0 in handle's registration

Fixes:

  • 69cd34 In cloud builds it's not possible to resolve console width
  • 1075e8 Not changing default definition of binary-base from prebol module
  • 6384bc Typo in ico's identify function
  • a7adc4 % is not an empty path anymore
  • 4167ab Allow various variants of arrow-like words (fixed CC warning)
  • 19f86b Make sure that console's input buffer is not growing over 2GB
  • cefbc9 Allow various variants of arrow-like words
  • 4b2eda Allow comparison of char! with integer!
  • 277ab5 Parse rule fails when input is modified and so does not advance
  • ea3aab Crash on boot on Windows7 (regression since 3.4.0)
  • 452893 Crash on boot on Windows7 (regression since 3.4.0)
  • d83cf1 HTTP redirection does not handle correctly locations with url-encoded content
  • a2b1a4 Updating PWD system environment variable after each directory change
  • 9b5723 Resolved crash in lower level (debugging) value formatter
  • 1864b6 Better results from change-dir function (on error and also on success).