CREXX icon indicating copy to clipboard operation
CREXX copied to clipboard

REXX Language implementation

Results 29 CREXX issues
Sort by recently updated
recently updated
newest added

``` $ pfetch _____ stefan@Stefan-PC / __ \ os Debian GNU/Linux 12 (bookworm) on Windows [WSL2] | / | host x86_64 | \___- kernel 4.4.0-19041-Microsoft -_ uptime 5h 8m --_...

``` 115 - cipher_test (SIGTRAP) ```

This works: ``` rxvm ts_substr ../rexx/substr ../rexx/raise ../rexx/right ``` This does not work: ``` rxvm ts_substr /Users/rvjansen/apps/crexx_release/lib/rxfns/rexx/substr /Users/rvjansen/apps/crexx_release/lib/rxfns/rexx/raise /Users/rvjansen/apps/crexx_release/lib/rxfns/rexx/right ```

bug

`assembler LOAD r1,-1` failed in the compiler phase, not accepting -1. This seems to be a compiler restriction; in plain assembler, it works. **Priority: low** ``` /* REXX */ options...

bug

I have reviewed @mikebeer's request regarding the variable scopes of nested calls. Assume we have the following rexx: ``` /* Stress test of Value function */ options levelb import rxfnsb...

I had in a plugin the definition ` ADDPROC(parse_peg, "pegparser.pparse", "b", ".int", "input=.string");` which leads to strange behaviour when you call the plugin function: ``` Error in system_test.rexx @ 5:11...

Some errors of https://github.com/adesutherland/CREXX/issues/417 are related to using an older compiler version that does not support defining loop variables directly within the loop. By looking at the related CMAKE files,...

The regex plugin fails on my windows 11 with ``` FAILED: lib/plugins/regex/CMakeFiles/_regex.dir/regex.c.obj C:\ProgramData\chocolatey\bin\gcc.exe -DBUILD_DLL -DPLUGIN_ID=rx_regex -D_regex_EXPORTS -IC:/Users/rvjansen/apps/CREXX/rxpa -D__USE_MINGW_ANSI_STDIO=1 -O3 -DNDEBUG -std=gnu90 -MD -MT lib/plugins/regex/CMakeFiles/_regex.dir/regex.c.obj -MF lib\plugins\regex\CMakeFiles\_regex.dir\regex.c.obj.d -o lib/plugins/regex/CMakeFiles/_regex.dir/regex.c.obj -c C:/Users/rvjansen/apps/CREXX/lib/plugins/regex/regex.c...