-
How about releasing Regina 3.5 ASAP? Even though the bug is still there, at least almost all REXX users will have a work-around until this problem gets fixed.
I can't see that this is any real amount of work, as it's indicated that 3.5 already exists, it just needs to be placed here on SourceForge.
------------------------------------------------ Gerard Schildberger.
2009-10-08 20:03:18 UTC by gerardschi
-
statement SAY "b="b generate error 15 and 15.4.
2009-10-06 21:11:13 UTC by ibm360
-
MIN and MAX functions return the lowest and the highest values from a list respectively. These 2 functions should be generalized with an optional second parameter to make them return 2nd lowest or 2nd highest (nth lowest or highest, in general) from a list of entries. Since the list entries are separated by a comma, this new parameter will need another delimiter such as colon(:) to separate...
2009-10-06 09:06:49 UTC by nobody
-
REXX-Regina_3.4(MT) 5.00 30 Dec 2007 on Ubuntu Jaunty 9.04.
2009-10-06 08:50:26 UTC by nobody
-
SPACE removes leading and trailing blanks AND compresses multiple consecutive spaces in a string to a single space.
say '['space(' this has spaces ')']' results in '[this has spaces]'
Works for me. What version of Regina and what platform are you running on?.
2009-10-05 00:19:18 UTC by rexx
-
A function to squeeze blanks in the middle of a string. SPACE and STRIP functions remove leading and trailing blanks but there is no function in Regina Rexx to remove embedded blanks.
2009-10-05 00:10:35 UTC by nobody
-
In a leap year the day value in Regina 3.4 goes beyond 30/31 by 1 in any non-February month such as:
32 Dec 2008 or 31 Nov 2008.
DingDong.
2009-09-21 04:39:55 UTC by nobody
-
Regina 3.4 and 3.4 give the wrong error while parsing:
/**/ if 4>2 then say (8))
--- note the extra right parenthesis. ---- Gerard Schildberger.
2009-09-16 16:59:44 UTC by nobody
-
rexx made 1 file-release changes.
2009-09-07 03:09:01 UTC by rexx
-
rexx made 1 file-release changes.
2009-09-07 03:07:01 UTC by rexx