Regina Changelog

What's new in Regina 3.9.1

Jan 12, 2017
  • Fix for Bug #396, #418, #429, #432, #434, #437, #441, #443, #449, #451
  • Feature request #37

New in Regina 3.7 (Oct 16, 2012)

  • Significant performance improvement with LINES BIF on large files
  • Significant performance improvement with compound variables with large numbers of tails
  • TRACE L now traces internal subroutines called as functions. Regina used to
  • only trace internal subroutines if they were called by CALL. Still some
  • indenting issues
  • Added -o command-line switch to specify OPTIONS
  • Update usage from 'rexx -h' and man page
  • Bug fixes
  • Implement date separator conversions in DATE BIF as per Object Rexx. Feature request
  • Added support for trigonometric functions in Regutil package
  • Windows installers now defaults to install into %programfiles%\rexx.org\Regina
  • Windows installers now uninstall only the files that are installed.
  • This version of Regina now runs under Windows 2000; v3.6 did not
  • Added stubs for API functions; RexxSetTrace and RexxResetTrace.
  • Added code to support RexxSetHalt API function

New in Regina 3.6 (Jan 3, 2012)

  • Fix for bugs 1412724, 2926274, 2927338, 3043962, 3077291, 3143104, 3103021, 3084956
  • Fix for documentation bugs 3143008, 3143009, 3143016, 3143022, 3143046, 3143060, 3143066, 3143073, 3143090, 3143230, 3001486, 3084948, 2997212, 2992527, 2995002, 3003063, 3005806
  • Debian packages available
  • Regina now runs on Haiku operating system.
  • Increase maximum length of source line to 100000 characters.
  • Better support for building static/dynamic modules.
  • Support for Large Files (> 4gb) with STREAM BIF and SYSFILETREE on some 32bit Operating Systems
  • Implement Feature Request: 2994417 - add SINGLE_LINE_COMMENT option to allow the Regina single line comment (--) to parse as equivalent to +.
  • Add new BIF: GETCALLBACK. Populates an array with the call stack within the program.
  • Add optional parameters to REGSTEMREAD to return minimum and maximim length of a line in the file being read

New in Regina 3.5 (May 27, 2011)

  • Fix for bugs 1878071, 1913282, 1898218, 1966080, 1745572, 2727006
  • Error 94.1 added
  • MacOS X universal binaries supported
  • Add support for NOTREADY condition on external queue timeout
  • Enable .LINE special variable to return a correct value in instore macros
  • Add .ENDOFLINE special variable
  • Added Svenska local language courtesy of Jan-Erik Larka Support for building RPMs without dependencies on Regina
  • Fix the name of fileds in API RXMSQPSH_PARM structure
  • Attempting to set a variable using RexxVariablePool() starting with a
  • period will result in a return code of RXSHV_BADN.