Ross Patterson

Results 111 comments of Ross Patterson

After more research, BREXX's `EXECCOMM` is correct. `DMSXIO` should be getting the size to obtain from `SHVVALL`, not `SHVBUFFL`. This update assembles, but I can't test it yet, because I'm...

> This update assembles, but I can't test it yet Tested and confirmed, using `BOOM EXEC` above.

FYI, `CMSGEND` doesn't know how to build `EXECIO`. I updated ``` -$$E &STACK LIFO GO GO &STACK LIFO EDMAIN EDIT ``` to ``` -$$E &STACK LIFO GO GO XIOT &STACK...

Fixing this exposed a latent bug in DMSXIO. The code in `GETREXXV` that gets a larger buffer never returns one that it had previously gotten. So there's a slow, probably...

I assume there's something on the MAINT 190 disk that is causing this, since RELEASE I makes it go away.

I have a fix in progress for this bug. In order to confirm that I have fixed it, and that I have not made something else worse, I need some...

The fix for the upstream, original BREXX is complete and tested, and I havesubmitted a PR. I'm now adapting it to the CMS370 (VM/370) version.

Here is the fix summary from the upstream fix. I have ported the fix to BREXX-CMS370, and it builds and verifies correctly on VM/CE 1.2. I'm having problems with the...

I hate to "_me too_" an issue, but chiming in here to add that v0.1.13 on Windows fails exactly as the previous reporters have said.

And I'm working through those comments.