Skip to content

Rebol v3.5.0

Compare
Choose a tag to compare
@Oldes Oldes released this 17 Feb 17:20
· 1794 commits to master since this release
  • 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
  • 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
  • a90ee0 Crash when re-opening listening port multiple times
  • 98d66e Using at least one image in the ICO file as a PNG encoded in RGBA32 format
  • 82f0ae Updated banners look
  • be2463 Memory leak in list-env function
  • d1e316 to word! accepting delimiters in the input string
  • a81b86 to word! accepting delimiters in the input string
  • 102488 POSIX wildcard support in read's file argument
  • b83660 Replaced dir? mezzanine as a native! with optional /check refinement
  • 0f71dd Macro for getting c-string from a symbol
  • 65ac08 Register *.key suffix for SSH keys
  • 15eaec Allow to decode *.crt files stored in PKIX format
  • 88086a Preliminary support for system managed handles
  • 2cd73c break/return now has priority over regular return value from remove-each
  • 355df8 Support map! in remove-each
  • 1ab00e Improved dealing with automatically collected natives from C sources
  • 775155 Replacing old checksum code with implementations from the Mbed TLS library (including optionally also SHA224, MD4 and RIPE-MD-160 checksums)
  • 40ddbf Introducing user defined config file for compile options
  • 0f4d26 REMOVE-EACH returns the modified series at the argument position as in Rebol2
  • 8f30a4 Making CHECKSUM more compatible with Red language
  • 5060ce HTTPD: allow target to be a none in decode-target
  • 040c9c POSIX: query not handling correctly file names with non ASCII chars
  • 2d5a75 Not possible to read url after failed lookup on posix
  • 676405 Disposing all handles on exit (so Valgrind doesn't report errors)
  • e29986 Invalid handle's spec offset
  • 681851 Updated build scripts to be compatible with the recent CHECKSUM change
  • 516dfe reword expecting that maps cannot accept none values
  • b7118b foreach not seeing none values in map!
  • 98b806 Update MIDI device code to use the new option's configuration
  • 9723d4 Add missing library dependency for request-dir function on Windows
  • 61ab30 Avoiding compiler warnings
  • a96958 Resolved redefinition warning
  • 379072 Unified line breaks when converting map to block