The HEAD version shows the current development. No guarantees that software or the documentation is consistent.
2022-06-12: V1.00 - rev 1247(wfjm)
- use SPDX style disclaimers (see w11 blog entry, same basic arguments here)
- .gitmodules: use https: instead of not longer supported git:
- remove now defunct Travis support
- add GitHub Action based CI workflow
- CHANGELOG: fix user-content label case issue (must be lower case)
- project mature, a good point to release V1.00
2019-01-05: V0.70 - rev 1103(wfjm)
- add Travis CI integration
- add INSTALL.md
- updates on codes:
- soe[pq]_asm.asm: at CHOPAT quit points
- soep_pli.pli: use stack allocated PRIME array; now 10M search OK
- soeq_pli.pli: use stack allocated PRIME array; now 100M search OK
- soep_{c04m,cp4m}.dat,soeq_c32m.dat removed, now obsolete
- updates on jobs:
- job_asm_clg: MAC[1-3] parametrizable,
SYS1.AMODGEN
default forMAC2
- jobs/*.JES:
- now job class always explicitly defined via parameter
CLASS
- use
CLASS B
for fast runners: hewo*,sine*,*_t - use
CLASS A
for rest: _f,_p - use
CLASS C
for jobs with REGIONS >= 5000K
- now job class always explicitly defined via parameter
- jobs/ltlib_*.JES:
- use
SYSOUT=*
- add
USER
,PASSWORD
substitution - the default user is now
HERC03/PASS4U
- use
- jcl/*.JESI
- new parameters
JOBPOS
,JOBEXT
added - the job header is now fully configurable via hercjis -D
JOBEXT
can be used to setupUSER=
andPASSWORD=
.
- new parameters
- jobs/ltlib_{del,new}.JES added, two jobs to delete and re-create the full
set of test jobs as
HERC01.LTLIB
PDS.
- job_asm_clg: MAC[1-3] parametrizable,
- re-organize code base
- remove the instruction timing tested perf_asm from this project, it is now a GitHub project of its own right under wfjm/s370-perf.
- drop sios code; add mvs38j-sios as submodule
- remove bin; add instead whole herc-tools project as submodule
- changes done before code was moved to submodule
- bin/hercjis:
- add -d and -D; change/docu substitution precedence
- add -r option; redo close timeout handling
- rename clib -> sios
- clib
- sos_base.asm: fix
OLCNT
reset, enable auto form feed - sis_base.asm: add
IEOFEXIT
to defineEOS
user exit
- sos_base.asm: fix
- bin/hercjis:
2017-12-30: V0.50 - rev 980(wfjm)
- first release
- announced in Yahoo! Group turnkey-MVS, see mvs blog entry.