Fish (David B. Trout)
97bbac0fb7
Add git "executable" property to scripts that need it
2018-03-08 13:27:45 -08:00
Fish (David B. Trout)
cdc014ad14
Miscellaneous tweaks:
...
reverse_bits, tkcount, STRLCPY, RTRIM et al.
Improved w32_basename, w32_dirname.
dlerror() ==> strerror(GetLastError())
arraysize ==> _countof
script runtest timeout duration
BFR_VSNPRINTF: identical for Window/Linux
hdl_setpath: MSVC 'stat' fix
HTML web page consistency
2017-05-14 10:51:48 -07:00
Fish (David B. Trout)
4555834f84
CMPSC-Enhancement Facility
2012-09-10 13:38:37 -07:00
Fish (David B. Trout)
657a074e40
Tweaks for Linux
...
I thought I had tested this on Linux, but I guess I must have only tested cmpsctst.rexx and not this one. Sorry about that! This should hopefully fix things, as long as you have "." (current directory) in your search PATH and set your Hercules "rexx mode" to "subr".
2012-07-13 01:29:06 -07:00
Fish-Git
d2c056bdb4
(bump version)
2012-06-12 10:21:36 -07:00
Fish-Git
e6fccc5745
Add missing catch partial-byte CBN errors logic, just like cmpsctst offline utility
2012-06-11 18:05:10 -07:00
Fish-Git
a8e0b526da
(fix minor typo in error message)
2012-06-11 13:17:48 -07:00
Fish-Git
a69bd0d613
Merge branch 'master' of github.com:s390guy/hercules-390
2012-06-11 10:49:39 -07:00
Fish-Git
e30e80b736
Validate buffsize:offset range
2012-06-11 10:46:29 -07:00
Fish-Git
d44937ae0c
(add cpumodel to config)
2012-06-11 10:45:19 -07:00
Fish-Git
b2018c3e9b
(Cosmetic)
...
Change version and date last modified.
2012-06-03 19:10:04 -07:00
Fish-Git
4de1a9a84d
Page protection loop fix #2 : round up to next page.
2012-06-03 18:51:46 -07:00
Fish-Git
51956750ed
Fix bug in set page protection loop.
...
This bug was causing hardware detection of buffer overflows to get missed.
2012-06-03 16:51:26 -07:00
Fish-Git
0e18013756
Use '-' prefix to prevent cmd recall hst pollution.
2012-06-03 16:44:40 -07:00
Fish-Git
491018a4d2
Use '-' prefix to prevent cmd recall hst pollution.
...
Prevent our command from appearing in the command recall history list by prefixing it with a '-' to make it a silent non-echoing command.
2012-06-03 16:27:14 -07:00
Fish-Git
cf8aad22c7
CMPSCTST: CMPSC Instruction Testing Tool:
...
New cmpsctst utility and associated support files.
2012-06-01 12:25:50 -07:00
Fish-Git
2e6e208a69
REXX related fixes:
...
Honor return code from command-line functions.
Fix rexx subcommand handler memory free bugs.
Test new rexx subcommand handling.
2012-06-01 12:22:37 -07:00
Enrico Sorichetti
cf39415143
fixed Rexx command handler parsing ,
...
still thinking about a Rexxish feedback for an invalid argument
and/or command processing error
still using LOG_CAPTURE ( noecho/echo, commands prefixed with a -)
a glitch still present when an invalid option is entered is not a show stopper
will fix it sunday !
2012-05-25 00:18:49 +02:00
Fish-Git
34980e870d
CMPSC instruction test scripts
2012-05-23 21:36:21 -07:00
Enrico Sorichetti
e0d065363f
make REXX arguments passing style a customizable option
2012-05-04 22:16:01 +02:00
Enrico Sorichetti
10573a033a
final REXX interface version,
...
fixed some header checking,
added the scripts directory ( makefile and friends later )
added the README.REXX.V2
when the whole thing has been reasonably tested I will cleanup
enjoy
2012-03-23 23:26:18 +01:00