Ross Patterson

Results 34 issues of Ross Patterson

Please add https://github.com/kej715/cmsmail/issues/3 to the list for the next release.

BREXX in VM/370 CE 1.2 doesn't properly support `SIGNAL ON ERROR`, and doesn't support `SIGNAL ON FAILURE` at all. Pull request https://github.com/adesutherland/CMS-370-BREXX/pull/74 fixes both, and should be included in the...

fixed in next release

Add a HELP file for the CMS ZAP command.

The `CMSGEND EXEC`, which is used to build CMS command `MODULE` files, doesn't include some additions, leaving it unclear how they are to be built for deployment to the S-disk....

enhancement
fixed in next release

The `DISKMAP EXEC` command on the `MAINT 5E5` disk generates error message `Error 41 running diskmap, line 100: Bad arithmetic conversion` and aborts when processing a `DIRECT` that contains `TDISK`...

The `NUCXTEXT` command with the `SYSTEM` option doesn't set `KEY=NUCLEUS` when installing the nucleus extension. This is an oversight - the VM/SP `NUCXLOAD` command, which `NUCXTEXT` is intended to partially...

Add the CP `PER` command help to this collection and make a minor update to it (`PER OFF` -> `PER O`). I have other changes to offer soon, so I...

The `NUCEXT` macro, when coded with the the `SET` and `MF=(E,...)` options, can overlay random storage when the `ORIGIN=` option is coded with constant parameters (_e.g._, `ORIGIN=(1234,...)` or, more likely,...

This was discoved in [CMS370](https://github.com/adesutherland/CMS-370-BREXX/issues/77), but fails in the original bREXX the same way. The instruction `Interpret 'Return F()'` crashes bREXX with a segmentation fault. This has been verified in...

This issue started as https://github.com/adesutherland/CMS-370-BREXX/issues/61, but the bug is original to bREXX, not peculiar to the CMS370 port. Note that although the original report mentions functions, the `CALL` instruction behaves...