Skip to content

Rebol v3.4.0

Choose a tag to compare

@Oldes Oldes released this 27 Dec 23:13
· 2558 commits to master since this release

Some changes, features & fixes

  • 33e013 Implemented request-dir on Windows
  • d5efc5 Revisited delete-dir function
  • 6fc873 wildcard function - returns block of absolute path files filtered using * and ? wildcards.
  • 7b1ec8 Allowed to make block! using pair!
  • 52a67d Allow line-comments inside binary value specification.
  • 9ca83b Extended system's log function with /error refinement
  • b42fc9 Allow none as a map! value, implement remove/key
  • 0688a1 Have EXISTS? return the type field or none instead of true/false
  • b71d81 Allow unset none to be a no-op instead of throwing an error
  • 0c7beb Replace bind? and bound? with context?
  • b19a10 Simplify TO BLOCK! and complex construct via MAKE BLOCK!
  • d07af9 Don't allow to conversion from logic! to integer!, money! and percent!
  • 54493f Evaluating user.reb file if found in user's home directory.
  • 87c5fe MOLD NEW-LINE? behavior indents too much in BLOCK!s
  • d2583a Temporary fix for failed read of some HTTPS sites
  • 167eac request-dir not compiled on 32bit Windows
  • dbcb3d Removed memory dispose pool related debug traces
  • 851e2f Make old build script compatible with recent changes
  • 68beea Extra tokens at end of #endif directive
  • 2052b2 Move wildcard from base to mezz + test
  • 85e592 Comparison of blocks where one is past tail
  • cedd82 Report full failed expression when assert fails
  • c167c2 Don't allow making a module! from integer! and map!
  • 10932d Possible fix of Valgrind's Source and destination overlap in memcpy error.
  • dba14b TO PAIR! causes an error with a "long" string
  • 577b45 PARSE's INSERT used after a seek puts data at the position before the seek
  • 1752e3 Don't use ANSI color sequence in formed error
  • 030915 Add possibility to set date's /utc and /yearday
  • c49f86 Set local-lib to refer to the local import library
  • 52ee40 Added supplement mezzanine function which appends a value into a block if not yet present
  • 2aa6c6 Allow direct conversion from tag! to word! (if it has valid chars)
  • 08bded Way to combine DATE! and TIME! without a variable
  • a253f5 A plain, explicit QUIT from nested scripts returning UNSET! instead of 0