├── ABOUT-NLS ├── CHANGES ├── COPYRIGHT ├── Hercules.dsp ├── Hercules.dsw ├── Hercules.sln ├── Hercules.vcproj ├── Hercules.vcxproj ├── Hercules.vcxproj.filters ├── Hercules.vcxproj.user ├── Hercules_VS2010.sln ├── INSTALL ├── Makefile.am ├── README.AIX ├── README.COMMADPT ├── README.DYNMOD ├── README.ECPSVM ├── README.HAO ├── README.HDL ├── README.HERCLOGO ├── README.HRAF ├── README.IOARCH ├── README.ISSUES ├── README.MINGW ├── README.MSVC ├── README.NETWORKING ├── README.OSX ├── README.REXX ├── README.S37X ├── README.SETUID ├── README.SUN ├── README.SVN ├── README.TAPE ├── README.WIN64 ├── RELEASE.NOTES ├── SoftFloat ├── Makefile.am ├── README.txt ├── SoftFloat-history.txt ├── SoftFloat-macros.h ├── SoftFloat-source.txt ├── SoftFloat-specialise.h ├── SoftFloat-types.h ├── SoftFloat.c ├── SoftFloat.h ├── SoftFloat.txt └── milieu.h ├── _TODO.txt ├── _build ├── _build.bat ├── _build.tail ├── all-all.jobs ├── archlvl.c ├── assist.c ├── autoconf ├── README ├── config.guess ├── config.rpath ├── config.sub ├── depcomp ├── hercules.m4 ├── install-sh ├── libtool.m4 ├── ltdl.m4 ├── ltmain.sh ├── missing └── mkinstalldirs ├── autogen.sh ├── awstape.c ├── bldcfg.c ├── bootstrap.c ├── cache.c ├── cache.h ├── cardpch.c ├── cardrdr.c ├── ccfixme.h ├── cckdcdsk.c ├── cckdcomp.c ├── cckddasd.c ├── cckddiag.c ├── cckdfix.c ├── cckdswap.c ├── cckdutil.c ├── ccnowarn.h ├── cgibin.c ├── chain.h ├── channel.c ├── chsc.c ├── chsc.h ├── ckddasd.c ├── clock.c ├── clock.h ├── cmdtab.c ├── cmdtab.h ├── cmpsc.c ├── cnsllogo.h ├── codepage.c ├── codepage.h ├── comm3705.c ├── comm3705.h ├── commadpt.c ├── commadpt.h ├── con1052c.c ├── config.c ├── configure.ac ├── console.c ├── conspawn.c ├── control.c ├── cpu.c ├── cpuint.h ├── crypto.c ├── crypto ├── Makefile.am ├── aes.c ├── aes.h ├── des.c ├── des.h ├── dyncrypt.c ├── sha1.c ├── sha1.h ├── sha256.c └── sha256.h ├── ctc_ctci.c ├── ctc_lcs.c ├── ctc_ptp.c ├── ctc_ptp.h ├── ctcadpt.c ├── ctcadpt.h ├── dasdblks.h ├── dasdcat.c ├── dasdconv.c ├── dasdcopy.c ├── dasdinit.c ├── dasdisup.c ├── dasdload.c ├── dasdls.c ├── dasdpdsu.c ├── dasdseq.c ├── dasdtab.c ├── dasdtab.h ├── dasdutil.c ├── dat.c ├── dat.h ├── dbgtrace.h ├── debug-all.jobs ├── decNumber ├── ICU-license.html ├── Makefile.am ├── decContext.c ├── decContext.h ├── decDPD.h ├── decNumber.c ├── decNumber.def ├── decNumber.h ├── decNumber.rc ├── decNumberLocal.h ├── decPacked.c ├── decPacked.h ├── decimal128.c ├── decimal128.h ├── decimal32.c ├── decimal32.h ├── decimal64.c ├── decimal64.h ├── decnumber.pdf └── readme.txt ├── decimal.c ├── devtype.h ├── dfp.c ├── diagmssf.c ├── diagnose.c ├── dmap2hrc.c ├── dyn76.c ├── dyngui.c ├── dyninst.c ├── dynmake.bat ├── ecpsvm.c ├── ecpsvm.h ├── esa390.h ├── esame.c ├── external.c ├── extstring.h ├── faketape.c ├── fbadasd.c ├── feat370.h ├── feat390.h ├── feat900.h ├── featall.h ├── featchk.h ├── feature.h ├── fillfnam.c ├── fillfnam.h ├── fishhang.c ├── fishhang.h ├── float.c ├── fthreads.c ├── fthreads.h ├── ftlib.c ├── ftlib.h ├── general1.c ├── general2.c ├── general3.c ├── getopt.c ├── getopt.h ├── hao.c ├── hbyteswp.h ├── hchan.c ├── hchan.h ├── hconsole.c ├── hconsole.h ├── hconsts.h ├── hdiagf18.c ├── hdiagf18.h ├── hdl.c ├── hdl.h ├── hdlmain.c ├── hdteq.c ├── herc_getopt.h ├── hercifc.c ├── hercifc.h ├── herclin.c ├── herclogo.txt ├── hercules.cnf ├── hercules.h ├── hercules.ico ├── hercver.rc ├── hercwind.h ├── herror.h ├── hetget.c ├── hetinit.c ├── hetlib.c ├── hetlib.h ├── hetmap.c ├── hettape.c ├── hetupd.c ├── hextapi.h ├── hexterns.h ├── hinlines.h ├── history.c ├── history.h ├── hmacros.h ├── hostinfo.c ├── hostinfo.h ├── hostopts.h ├── hsccmd.c ├── hscemode.c ├── hscloc.c ├── hscmisc.c ├── hscpufun.c ├── hscutl.c ├── hscutl.h ├── hscutl2.c ├── hsocket.c ├── hsocket.h ├── hstdinc.h ├── hstdint.h ├── hstructs.h ├── hsys.c ├── hthreads.h ├── html ├── Makefile.am ├── cckddasd.html ├── fishgui.html ├── hercconf.html ├── hercfaq.html ├── hercinst.html ├── herclic.html ├── hercload.html ├── hercmsca.html ├── hercmscf.html ├── hercmscp.html ├── hercmsct.html ├── hercmscu.html ├── hercmsda.html ├── hercmsdc.html ├── hercmsdg.html ├── hercmsdi.html ├── hercmsdl.html ├── hercmsdn.html ├── hercmsds.html ├── hercmsdt.html ├── hercmsdu.html ├── hercmsg.html ├── hercmshd.html ├── hercmshe.html ├── hercmshg.html ├── hercmshm.html ├── hercmsht.html ├── hercmshu.html ├── hercmsif.html ├── hercmsin.html ├── hercmslc.html ├── hercmslg.html ├── hercmspn.html ├── hercmspr.html ├── hercmspu.html ├── hercmsrd.html ├── hercmssd.html ├── hercmsta.html ├── hercmstc.html ├── hercmste.html ├── hercmstm.html ├── hercmsts.html ├── hercmstt.html ├── hercmstu.html ├── hercmsvm.html ├── hercnew.html ├── hercrdr.html ├── hercrnot.html ├── hercsupp.html ├── herctcp.html ├── hercules.css ├── hercules.html ├── images │ ├── back.gif │ ├── bkued.gif │ ├── blueu.gif │ ├── dial1.gif │ ├── dial2.gif │ ├── dial3.gif │ ├── dial4.gif │ ├── favicon.ico │ ├── greend.gif │ ├── greenu.gif │ ├── hercpic-rblk-256.gif │ ├── hercpic-rblk-80.gif │ ├── interruptd.gif │ ├── interruptu.gif │ ├── loadd.gif │ ├── loadoffu.gif │ ├── loadonu.gif │ ├── loadu.gif │ ├── manoffu.gif │ ├── manonu.gif │ ├── note.gif │ ├── osi-certified-60x50.jpg │ ├── poweroffd.gif │ ├── poweroffu.gif │ ├── poweronoffd.gif │ ├── poweronoffu.gif │ ├── poweronond.gif │ ├── powerononu.gif │ ├── redd.gif │ ├── redu.gif │ ├── restartd.gif │ ├── restartu.gif │ ├── startd.gif │ ├── startu.gif │ ├── stopd.gif │ ├── stopu.gif │ ├── stored.gif │ ├── storeu.gif │ ├── sysoffu.gif │ ├── sysonu.gif │ ├── translucentoffd.gif │ ├── translucentoffu.gif │ ├── translucentond.gif │ ├── translucentonu.gif │ ├── waitoffu.gif │ └── waitonu.gif ├── include │ ├── footer.htmlpart │ └── header.htmlpart ├── index.html ├── shared.html └── tasks.html ├── httpmisc.h ├── httpserv.c ├── htypes.h ├── ieee.c ├── impl.c ├── inline.h ├── intl ├── ChangeLog ├── Makefile.in ├── VERSION ├── bindtextdom.c ├── config.charset ├── dcgettext.c ├── dcigettext.c ├── dcngettext.c ├── dgettext.c ├── dngettext.c ├── eval-plural.h ├── explodename.c ├── finddomain.c ├── gettext.c ├── gettextP.h ├── gmo.h ├── hash-string.h ├── intl-compat.c ├── l10nflist.c ├── libgnuintl.h ├── loadinfo.h ├── loadmsgcat.c ├── localcharset.c ├── locale.alias ├── localealias.c ├── localename.c ├── ngettext.c ├── os2compat.c ├── os2compat.h ├── osdep.c ├── plural-exp.c ├── plural-exp.h ├── plural.c ├── plural.y ├── ref-add.sin ├── ref-del.sin └── textdomain.c ├── io.c ├── ipl.c ├── license_dyn76.txt ├── linklist.h ├── loadmem.c ├── loadparm.c ├── logger.c ├── logger.h ├── logmsg.c ├── losc.c ├── ltdl.c ├── ltdl.h ├── m4 ├── ChangeLog ├── Makefile.am ├── codeset.m4 ├── gettext.m4 ├── glibc2.m4 ├── glibc21.m4 ├── iconv.m4 ├── intdiv0.m4 ├── intmax.m4 ├── inttypes-pri.m4 ├── inttypes.m4 ├── inttypes_h.m4 ├── isc-posix.m4 ├── lcmessage.m4 ├── lib-ld.m4 ├── lib-link.m4 ├── lib-prefix.m4 ├── longdouble.m4 ├── longlong.m4 ├── nls.m4 ├── po.m4 ├── printf-posix.m4 ├── progtest.m4 ├── signed.m4 ├── size_max.m4 ├── stdint_h.m4 ├── uintmax_t.m4 ├── ulonglong.m4 ├── wchar_t.m4 ├── wint_t.m4 └── xsize.m4 ├── machchk.c ├── machdep.h ├── makefile-dllmod.msvc ├── makefile.bat ├── makefile.generic ├── makefile.msvc ├── makefile.w32 ├── man ├── Makefile.am ├── cckd.4 ├── cckddiag.1 ├── dasdseq.1 └── vmfplc2.1 ├── memrchr.c ├── memrchr.h ├── msgenu.h ├── msvc.makefile.includes ├── BZIP2_DIR.msvc ├── BZIP2_FLAGS.msvc ├── BZIP2_RULES.msvc ├── CONFIG.msvc ├── DEBUG_RETAIL.msvc ├── HERC_FLAGS.msvc ├── MODULES.msvc ├── MOD_RULES1.msvc ├── MOD_RULES2.msvc ├── OBJ_CODE.msvc ├── OUTDIR_RULES.msvc ├── OUTPUT_DIRS.msvc ├── PCRE_DIR.msvc ├── PCRE_FLAGS.msvc ├── PCRE_RULES.msvc ├── PRIM_RULES.msvc ├── REXX_DIR.msvc ├── REXX_FLAGS.msvc ├── REXX_RULES.msvc ├── VERSION.msvc ├── ZLIB_DIR.msvc ├── ZLIB_FLAGS.msvc └── ZLIB_RULES.msvc ├── omatape.c ├── opcode.c ├── opcode.h ├── panel.c ├── parser.c ├── parser.h ├── pfpo.c ├── plo.c ├── po ├── ChangeLog ├── LINGUAS ├── Makefile.in.in ├── Makevars ├── Makevars.template ├── POTFILES.in ├── Rules-quot ├── boldquot.sed ├── buildpot.sh ├── de.po ├── en@boldquot.header ├── en@quot.header ├── hercules.pot ├── insert-header.sin ├── nl.po ├── quot.sed └── remove-potcdate.sin ├── printer.c ├── pttrace.c ├── pttrace.h ├── qdio.c ├── qeth.c ├── qeth.h ├── resolve.c ├── resolve.h ├── retail-all.jobs ├── rexx.c ├── s37x.c ├── s37xmod.c ├── scedasd.c ├── script.c ├── scsitape.c ├── scsitape.h ├── service.c ├── service.h ├── shared.c ├── shared.h ├── sie.c ├── sllib.c ├── sllib.h ├── sockdev.c ├── sockdev.h ├── sr.c ├── sr.h ├── stack.c ├── stamp-h.in ├── strsignal.c ├── tapeccws.c ├── tapecopy.c ├── tapedev.c ├── tapedev.h ├── tapemap.c ├── tapesplt.c ├── tests ├── Makefile.am ├── a.core ├── agf.txt ├── alsi.txt ├── axtr.txt ├── b.core ├── bctr.core ├── brc.txt ├── cdfr.txt ├── cdgr.txt ├── cgdr.txt ├── cgdtr.txt ├── cger.txt ├── cgfrl.txt ├── cgxr.txt ├── cgxtr.txt ├── cpsdr.txt ├── cpu0off.core ├── csst.txt ├── cxgbr.txt ├── cxgtr.txt ├── diag24.txt ├── diag8.txt ├── dxtr.txt ├── epsw.txt ├── exrl.txt ├── fiebr.txt ├── fixtr.txt ├── iedtr.txt ├── kimd0.txt ├── kimd1.txt ├── kimd2.txt ├── kimd3.txt ├── kimd65.txt ├── klmd0.txt ├── klmd1.txt ├── klmd2.txt ├── klmd3.txt ├── km0.txt ├── km1.txt ├── km10.txt ├── km11.txt ├── km18.txt ├── km19.txt ├── km2.txt ├── km20.txt ├── km26.txt ├── km27.txt ├── km28.txt ├── km3.txt ├── km50.txt ├── km52.txt ├── km58.txt ├── km60.txt ├── km9.txt ├── kmac0.txt ├── kmac1.txt ├── kmac10.txt ├── kmac11.txt ├── kmac18.txt ├── kmac19.txt ├── kmac2.txt ├── kmac20.txt ├── kmac26.txt ├── kmac27.txt ├── kmac28.txt ├── kmac3.txt ├── kmac9.txt ├── kmc0.txt ├── kmc1.txt ├── kmc10.txt ├── kmc11.txt ├── kmc18.txt ├── kmc19.txt ├── kmc2.txt ├── kmc20.txt ├── kmc26.txt ├── kmc27.txt ├── kmc28.txt ├── kmc3.txt ├── kmc67.txt ├── kmc9.txt ├── kmctr0.txt ├── kmctr1.txt ├── kmctr10.txt ├── kmctr11.txt ├── kmctr18.txt ├── kmctr19.txt ├── kmctr2.txt ├── kmctr20.txt ├── kmctr26.txt ├── kmctr27.txt ├── kmctr28.txt ├── kmctr3.txt ├── kmctr9.txt ├── kmf0.txt ├── kmf1.txt ├── kmf10.txt ├── kmf11.txt ├── kmf18.txt ├── kmf19.txt ├── kmf2.txt ├── kmf20.txt ├── kmf26.txt ├── kmf27.txt ├── kmf28.txt ├── kmf3.txt ├── kmf9.txt ├── kmo0.txt ├── kmo1.txt ├── kmo10.txt ├── kmo11.txt ├── kmo18.txt ├── kmo19.txt ├── kmo2.txt ├── kmo20.txt ├── kmo26.txt ├── kmo27.txt ├── kmo28.txt ├── kmo3.txt ├── kmo9.txt ├── l.core ├── la.core ├── la2.core ├── ldetr.txt ├── ldxtr.txt ├── ledtr.txt ├── lfpc.txt ├── llhrl.txt ├── loop.txt ├── lpp.txt ├── lxdtr.txt ├── maer.txt ├── mvc.core ├── mvcos.txt ├── mxtr.txt ├── popcnt.txt ├── prtest.txt ├── res40002.txt ├── rnsbg.txt ├── rrdtr.txt ├── rrxtr.txt ├── sieve.core ├── srdt.txt ├── st.core ├── stfle.txt ├── stidp.txt ├── stsi.txt ├── sus40002.txt ├── tapepos.txt ├── tbedr.txt ├── tdcdt.txt ├── tdgdt.txt ├── thder.txt └── trte.txt ├── timer.c ├── trace.c ├── tt32api.h ├── tuntap.c ├── tuntap.h ├── util ├── Makefile.am ├── TMOUNT.txt ├── awssl-v19g ├── awswrite.jcl ├── bldlvlck ├── cckddump.hla ├── cckdload.hla ├── configure.ac ├── dasdlist ├── dasdlist.bat ├── rawstape.jcl ├── tapeconv.jcl └── zzsacard.bin ├── vector.c ├── version.c ├── version.h ├── vm.c ├── vmd250.c ├── vmd250.h ├── vmfplc2.c ├── vstore.c ├── vstore.h ├── w32chan.c ├── w32chan.h ├── w32ctca.c ├── w32ctca.h ├── w32dl.h ├── w32mtio.h ├── w32stape.c ├── w32stape.h ├── w32util.c ├── w32util.h ├── wthreads.c ├── wthreads.h └── xstore.c /ABOUT-NLS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ABOUT-NLS -------------------------------------------------------------------------------- /CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/CHANGES -------------------------------------------------------------------------------- /COPYRIGHT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/COPYRIGHT -------------------------------------------------------------------------------- /Hercules.dsp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.dsp -------------------------------------------------------------------------------- /Hercules.dsw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.dsw -------------------------------------------------------------------------------- /Hercules.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.sln -------------------------------------------------------------------------------- /Hercules.vcproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.vcproj -------------------------------------------------------------------------------- /Hercules.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.vcxproj -------------------------------------------------------------------------------- /Hercules.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.vcxproj.filters -------------------------------------------------------------------------------- /Hercules.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules.vcxproj.user -------------------------------------------------------------------------------- /Hercules_VS2010.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Hercules_VS2010.sln -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/Makefile.am -------------------------------------------------------------------------------- /README.AIX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.AIX -------------------------------------------------------------------------------- /README.COMMADPT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.COMMADPT -------------------------------------------------------------------------------- /README.DYNMOD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.DYNMOD -------------------------------------------------------------------------------- /README.ECPSVM: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.ECPSVM -------------------------------------------------------------------------------- /README.HAO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.HAO -------------------------------------------------------------------------------- /README.HDL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.HDL -------------------------------------------------------------------------------- /README.HERCLOGO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.HERCLOGO -------------------------------------------------------------------------------- /README.HRAF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.HRAF -------------------------------------------------------------------------------- /README.IOARCH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.IOARCH -------------------------------------------------------------------------------- /README.ISSUES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.ISSUES -------------------------------------------------------------------------------- /README.MINGW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.MINGW -------------------------------------------------------------------------------- /README.MSVC: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.MSVC -------------------------------------------------------------------------------- /README.NETWORKING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.NETWORKING -------------------------------------------------------------------------------- /README.OSX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.OSX -------------------------------------------------------------------------------- /README.REXX: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.REXX -------------------------------------------------------------------------------- /README.S37X: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.S37X -------------------------------------------------------------------------------- /README.SETUID: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.SETUID -------------------------------------------------------------------------------- /README.SUN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.SUN -------------------------------------------------------------------------------- /README.SVN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.SVN -------------------------------------------------------------------------------- /README.TAPE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.TAPE -------------------------------------------------------------------------------- /README.WIN64: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/README.WIN64 -------------------------------------------------------------------------------- /RELEASE.NOTES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/RELEASE.NOTES -------------------------------------------------------------------------------- /SoftFloat/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/Makefile.am -------------------------------------------------------------------------------- /SoftFloat/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/README.txt -------------------------------------------------------------------------------- /SoftFloat/SoftFloat-history.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat-history.txt -------------------------------------------------------------------------------- /SoftFloat/SoftFloat-macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat-macros.h -------------------------------------------------------------------------------- /SoftFloat/SoftFloat-source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat-source.txt -------------------------------------------------------------------------------- /SoftFloat/SoftFloat-specialise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat-specialise.h -------------------------------------------------------------------------------- /SoftFloat/SoftFloat-types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat-types.h -------------------------------------------------------------------------------- /SoftFloat/SoftFloat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat.c -------------------------------------------------------------------------------- /SoftFloat/SoftFloat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat.h -------------------------------------------------------------------------------- /SoftFloat/SoftFloat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/SoftFloat.txt -------------------------------------------------------------------------------- /SoftFloat/milieu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/SoftFloat/milieu.h -------------------------------------------------------------------------------- /_TODO.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/_TODO.txt -------------------------------------------------------------------------------- /_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/_build -------------------------------------------------------------------------------- /_build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/_build.bat -------------------------------------------------------------------------------- /_build.tail: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/_build.tail -------------------------------------------------------------------------------- /all-all.jobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/all-all.jobs -------------------------------------------------------------------------------- /archlvl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/archlvl.c -------------------------------------------------------------------------------- /assist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/assist.c -------------------------------------------------------------------------------- /autoconf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/README -------------------------------------------------------------------------------- /autoconf/config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/config.guess -------------------------------------------------------------------------------- /autoconf/config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/config.rpath -------------------------------------------------------------------------------- /autoconf/config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/config.sub -------------------------------------------------------------------------------- /autoconf/depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/depcomp -------------------------------------------------------------------------------- /autoconf/hercules.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/hercules.m4 -------------------------------------------------------------------------------- /autoconf/install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/install-sh -------------------------------------------------------------------------------- /autoconf/libtool.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/libtool.m4 -------------------------------------------------------------------------------- /autoconf/ltdl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/ltdl.m4 -------------------------------------------------------------------------------- /autoconf/ltmain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/ltmain.sh -------------------------------------------------------------------------------- /autoconf/missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/missing -------------------------------------------------------------------------------- /autoconf/mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autoconf/mkinstalldirs -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/autogen.sh -------------------------------------------------------------------------------- /awstape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/awstape.c -------------------------------------------------------------------------------- /bldcfg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/bldcfg.c -------------------------------------------------------------------------------- /bootstrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/bootstrap.c -------------------------------------------------------------------------------- /cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cache.c -------------------------------------------------------------------------------- /cache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cache.h -------------------------------------------------------------------------------- /cardpch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cardpch.c -------------------------------------------------------------------------------- /cardrdr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cardrdr.c -------------------------------------------------------------------------------- /ccfixme.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ccfixme.h -------------------------------------------------------------------------------- /cckdcdsk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckdcdsk.c -------------------------------------------------------------------------------- /cckdcomp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckdcomp.c -------------------------------------------------------------------------------- /cckddasd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckddasd.c -------------------------------------------------------------------------------- /cckddiag.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckddiag.c -------------------------------------------------------------------------------- /cckdfix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckdfix.c -------------------------------------------------------------------------------- /cckdswap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckdswap.c -------------------------------------------------------------------------------- /cckdutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cckdutil.c -------------------------------------------------------------------------------- /ccnowarn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ccnowarn.h -------------------------------------------------------------------------------- /cgibin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cgibin.c -------------------------------------------------------------------------------- /chain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/chain.h -------------------------------------------------------------------------------- /channel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/channel.c -------------------------------------------------------------------------------- /chsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/chsc.c -------------------------------------------------------------------------------- /chsc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/chsc.h -------------------------------------------------------------------------------- /ckddasd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ckddasd.c -------------------------------------------------------------------------------- /clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/clock.c -------------------------------------------------------------------------------- /clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/clock.h -------------------------------------------------------------------------------- /cmdtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cmdtab.c -------------------------------------------------------------------------------- /cmdtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cmdtab.h -------------------------------------------------------------------------------- /cmpsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cmpsc.c -------------------------------------------------------------------------------- /cnsllogo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cnsllogo.h -------------------------------------------------------------------------------- /codepage.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/codepage.c -------------------------------------------------------------------------------- /codepage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/codepage.h -------------------------------------------------------------------------------- /comm3705.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/comm3705.c -------------------------------------------------------------------------------- /comm3705.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/comm3705.h -------------------------------------------------------------------------------- /commadpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/commadpt.c -------------------------------------------------------------------------------- /commadpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/commadpt.h -------------------------------------------------------------------------------- /con1052c.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/con1052c.c -------------------------------------------------------------------------------- /config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/config.c -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/configure.ac -------------------------------------------------------------------------------- /console.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/console.c -------------------------------------------------------------------------------- /conspawn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/conspawn.c -------------------------------------------------------------------------------- /control.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/control.c -------------------------------------------------------------------------------- /cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cpu.c -------------------------------------------------------------------------------- /cpuint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/cpuint.h -------------------------------------------------------------------------------- /crypto.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto.c -------------------------------------------------------------------------------- /crypto/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/Makefile.am -------------------------------------------------------------------------------- /crypto/aes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/aes.c -------------------------------------------------------------------------------- /crypto/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/aes.h -------------------------------------------------------------------------------- /crypto/des.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/des.c -------------------------------------------------------------------------------- /crypto/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/des.h -------------------------------------------------------------------------------- /crypto/dyncrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/dyncrypt.c -------------------------------------------------------------------------------- /crypto/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/sha1.c -------------------------------------------------------------------------------- /crypto/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/sha1.h -------------------------------------------------------------------------------- /crypto/sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/sha256.c -------------------------------------------------------------------------------- /crypto/sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/crypto/sha256.h -------------------------------------------------------------------------------- /ctc_ctci.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctc_ctci.c -------------------------------------------------------------------------------- /ctc_lcs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctc_lcs.c -------------------------------------------------------------------------------- /ctc_ptp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctc_ptp.c -------------------------------------------------------------------------------- /ctc_ptp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctc_ptp.h -------------------------------------------------------------------------------- /ctcadpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctcadpt.c -------------------------------------------------------------------------------- /ctcadpt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ctcadpt.h -------------------------------------------------------------------------------- /dasdblks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdblks.h -------------------------------------------------------------------------------- /dasdcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdcat.c -------------------------------------------------------------------------------- /dasdconv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdconv.c -------------------------------------------------------------------------------- /dasdcopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdcopy.c -------------------------------------------------------------------------------- /dasdinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdinit.c -------------------------------------------------------------------------------- /dasdisup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdisup.c -------------------------------------------------------------------------------- /dasdload.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdload.c -------------------------------------------------------------------------------- /dasdls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdls.c -------------------------------------------------------------------------------- /dasdpdsu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdpdsu.c -------------------------------------------------------------------------------- /dasdseq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdseq.c -------------------------------------------------------------------------------- /dasdtab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdtab.c -------------------------------------------------------------------------------- /dasdtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdtab.h -------------------------------------------------------------------------------- /dasdutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dasdutil.c -------------------------------------------------------------------------------- /dat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dat.c -------------------------------------------------------------------------------- /dat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dat.h -------------------------------------------------------------------------------- /dbgtrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dbgtrace.h -------------------------------------------------------------------------------- /debug-all.jobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/debug-all.jobs -------------------------------------------------------------------------------- /decNumber/ICU-license.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/ICU-license.html -------------------------------------------------------------------------------- /decNumber/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/Makefile.am -------------------------------------------------------------------------------- /decNumber/decContext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decContext.c -------------------------------------------------------------------------------- /decNumber/decContext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decContext.h -------------------------------------------------------------------------------- /decNumber/decDPD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decDPD.h -------------------------------------------------------------------------------- /decNumber/decNumber.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decNumber.c -------------------------------------------------------------------------------- /decNumber/decNumber.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decNumber.def -------------------------------------------------------------------------------- /decNumber/decNumber.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decNumber.h -------------------------------------------------------------------------------- /decNumber/decNumber.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decNumber.rc -------------------------------------------------------------------------------- /decNumber/decNumberLocal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decNumberLocal.h -------------------------------------------------------------------------------- /decNumber/decPacked.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decPacked.c -------------------------------------------------------------------------------- /decNumber/decPacked.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decPacked.h -------------------------------------------------------------------------------- /decNumber/decimal128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal128.c -------------------------------------------------------------------------------- /decNumber/decimal128.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal128.h -------------------------------------------------------------------------------- /decNumber/decimal32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal32.c -------------------------------------------------------------------------------- /decNumber/decimal32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal32.h -------------------------------------------------------------------------------- /decNumber/decimal64.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal64.c -------------------------------------------------------------------------------- /decNumber/decimal64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decimal64.h -------------------------------------------------------------------------------- /decNumber/decnumber.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/decnumber.pdf -------------------------------------------------------------------------------- /decNumber/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decNumber/readme.txt -------------------------------------------------------------------------------- /decimal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/decimal.c -------------------------------------------------------------------------------- /devtype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/devtype.h -------------------------------------------------------------------------------- /dfp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dfp.c -------------------------------------------------------------------------------- /diagmssf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/diagmssf.c -------------------------------------------------------------------------------- /diagnose.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/diagnose.c -------------------------------------------------------------------------------- /dmap2hrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dmap2hrc.c -------------------------------------------------------------------------------- /dyn76.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dyn76.c -------------------------------------------------------------------------------- /dyngui.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dyngui.c -------------------------------------------------------------------------------- /dyninst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dyninst.c -------------------------------------------------------------------------------- /dynmake.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/dynmake.bat -------------------------------------------------------------------------------- /ecpsvm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ecpsvm.c -------------------------------------------------------------------------------- /ecpsvm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ecpsvm.h -------------------------------------------------------------------------------- /esa390.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/esa390.h -------------------------------------------------------------------------------- /esame.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/esame.c -------------------------------------------------------------------------------- /external.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/external.c -------------------------------------------------------------------------------- /extstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/extstring.h -------------------------------------------------------------------------------- /faketape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/faketape.c -------------------------------------------------------------------------------- /fbadasd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fbadasd.c -------------------------------------------------------------------------------- /feat370.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/feat370.h -------------------------------------------------------------------------------- /feat390.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/feat390.h -------------------------------------------------------------------------------- /feat900.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/feat900.h -------------------------------------------------------------------------------- /featall.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/featall.h -------------------------------------------------------------------------------- /featchk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/featchk.h -------------------------------------------------------------------------------- /feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/feature.h -------------------------------------------------------------------------------- /fillfnam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fillfnam.c -------------------------------------------------------------------------------- /fillfnam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fillfnam.h -------------------------------------------------------------------------------- /fishhang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fishhang.c -------------------------------------------------------------------------------- /fishhang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fishhang.h -------------------------------------------------------------------------------- /float.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/float.c -------------------------------------------------------------------------------- /fthreads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fthreads.c -------------------------------------------------------------------------------- /fthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/fthreads.h -------------------------------------------------------------------------------- /ftlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ftlib.c -------------------------------------------------------------------------------- /ftlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ftlib.h -------------------------------------------------------------------------------- /general1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/general1.c -------------------------------------------------------------------------------- /general2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/general2.c -------------------------------------------------------------------------------- /general3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/general3.c -------------------------------------------------------------------------------- /getopt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/getopt.c -------------------------------------------------------------------------------- /getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/getopt.h -------------------------------------------------------------------------------- /hao.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hao.c -------------------------------------------------------------------------------- /hbyteswp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hbyteswp.h -------------------------------------------------------------------------------- /hchan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hchan.c -------------------------------------------------------------------------------- /hchan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hchan.h -------------------------------------------------------------------------------- /hconsole.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hconsole.c -------------------------------------------------------------------------------- /hconsole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hconsole.h -------------------------------------------------------------------------------- /hconsts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hconsts.h -------------------------------------------------------------------------------- /hdiagf18.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdiagf18.c -------------------------------------------------------------------------------- /hdiagf18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdiagf18.h -------------------------------------------------------------------------------- /hdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdl.c -------------------------------------------------------------------------------- /hdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdl.h -------------------------------------------------------------------------------- /hdlmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdlmain.c -------------------------------------------------------------------------------- /hdteq.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hdteq.c -------------------------------------------------------------------------------- /herc_getopt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/herc_getopt.h -------------------------------------------------------------------------------- /hercifc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercifc.c -------------------------------------------------------------------------------- /hercifc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercifc.h -------------------------------------------------------------------------------- /herclin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/herclin.c -------------------------------------------------------------------------------- /herclogo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/herclogo.txt -------------------------------------------------------------------------------- /hercules.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercules.cnf -------------------------------------------------------------------------------- /hercules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercules.h -------------------------------------------------------------------------------- /hercules.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercules.ico -------------------------------------------------------------------------------- /hercver.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercver.rc -------------------------------------------------------------------------------- /hercwind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hercwind.h -------------------------------------------------------------------------------- /herror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/herror.h -------------------------------------------------------------------------------- /hetget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetget.c -------------------------------------------------------------------------------- /hetinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetinit.c -------------------------------------------------------------------------------- /hetlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetlib.c -------------------------------------------------------------------------------- /hetlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetlib.h -------------------------------------------------------------------------------- /hetmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetmap.c -------------------------------------------------------------------------------- /hettape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hettape.c -------------------------------------------------------------------------------- /hetupd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hetupd.c -------------------------------------------------------------------------------- /hextapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hextapi.h -------------------------------------------------------------------------------- /hexterns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hexterns.h -------------------------------------------------------------------------------- /hinlines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hinlines.h -------------------------------------------------------------------------------- /history.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/history.c -------------------------------------------------------------------------------- /history.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/history.h -------------------------------------------------------------------------------- /hmacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hmacros.h -------------------------------------------------------------------------------- /hostinfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hostinfo.c -------------------------------------------------------------------------------- /hostinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hostinfo.h -------------------------------------------------------------------------------- /hostopts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hostopts.h -------------------------------------------------------------------------------- /hsccmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hsccmd.c -------------------------------------------------------------------------------- /hscemode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscemode.c -------------------------------------------------------------------------------- /hscloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscloc.c -------------------------------------------------------------------------------- /hscmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscmisc.c -------------------------------------------------------------------------------- /hscpufun.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscpufun.c -------------------------------------------------------------------------------- /hscutl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscutl.c -------------------------------------------------------------------------------- /hscutl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscutl.h -------------------------------------------------------------------------------- /hscutl2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hscutl2.c -------------------------------------------------------------------------------- /hsocket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hsocket.c -------------------------------------------------------------------------------- /hsocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hsocket.h -------------------------------------------------------------------------------- /hstdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hstdinc.h -------------------------------------------------------------------------------- /hstdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hstdint.h -------------------------------------------------------------------------------- /hstructs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hstructs.h -------------------------------------------------------------------------------- /hsys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hsys.c -------------------------------------------------------------------------------- /hthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/hthreads.h -------------------------------------------------------------------------------- /html/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/Makefile.am -------------------------------------------------------------------------------- /html/cckddasd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/cckddasd.html -------------------------------------------------------------------------------- /html/fishgui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/fishgui.html -------------------------------------------------------------------------------- /html/hercconf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercconf.html -------------------------------------------------------------------------------- /html/hercfaq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercfaq.html -------------------------------------------------------------------------------- /html/hercinst.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercinst.html -------------------------------------------------------------------------------- /html/herclic.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/herclic.html -------------------------------------------------------------------------------- /html/hercload.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercload.html -------------------------------------------------------------------------------- /html/hercmsca.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsca.html -------------------------------------------------------------------------------- /html/hercmscf.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmscf.html -------------------------------------------------------------------------------- /html/hercmscp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmscp.html -------------------------------------------------------------------------------- /html/hercmsct.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsct.html -------------------------------------------------------------------------------- /html/hercmscu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmscu.html -------------------------------------------------------------------------------- /html/hercmsda.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsda.html -------------------------------------------------------------------------------- /html/hercmsdc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdc.html -------------------------------------------------------------------------------- /html/hercmsdg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdg.html -------------------------------------------------------------------------------- /html/hercmsdi.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdi.html -------------------------------------------------------------------------------- /html/hercmsdl.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdl.html -------------------------------------------------------------------------------- /html/hercmsdn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdn.html -------------------------------------------------------------------------------- /html/hercmsds.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsds.html -------------------------------------------------------------------------------- /html/hercmsdt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdt.html -------------------------------------------------------------------------------- /html/hercmsdu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsdu.html -------------------------------------------------------------------------------- /html/hercmsg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsg.html -------------------------------------------------------------------------------- /html/hercmshd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmshd.html -------------------------------------------------------------------------------- /html/hercmshe.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmshe.html -------------------------------------------------------------------------------- /html/hercmshg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmshg.html -------------------------------------------------------------------------------- /html/hercmshm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmshm.html -------------------------------------------------------------------------------- /html/hercmsht.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsht.html -------------------------------------------------------------------------------- /html/hercmshu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmshu.html -------------------------------------------------------------------------------- /html/hercmsif.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsif.html -------------------------------------------------------------------------------- /html/hercmsin.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsin.html -------------------------------------------------------------------------------- /html/hercmslc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmslc.html -------------------------------------------------------------------------------- /html/hercmslg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmslg.html -------------------------------------------------------------------------------- /html/hercmspn.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmspn.html -------------------------------------------------------------------------------- /html/hercmspr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmspr.html -------------------------------------------------------------------------------- /html/hercmspu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmspu.html -------------------------------------------------------------------------------- /html/hercmsrd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsrd.html -------------------------------------------------------------------------------- /html/hercmssd.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmssd.html -------------------------------------------------------------------------------- /html/hercmsta.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsta.html -------------------------------------------------------------------------------- /html/hercmstc.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmstc.html -------------------------------------------------------------------------------- /html/hercmste.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmste.html -------------------------------------------------------------------------------- /html/hercmstm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmstm.html -------------------------------------------------------------------------------- /html/hercmsts.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsts.html -------------------------------------------------------------------------------- /html/hercmstt.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmstt.html -------------------------------------------------------------------------------- /html/hercmstu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmstu.html -------------------------------------------------------------------------------- /html/hercmsvm.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercmsvm.html -------------------------------------------------------------------------------- /html/hercnew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercnew.html -------------------------------------------------------------------------------- /html/hercrdr.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercrdr.html -------------------------------------------------------------------------------- /html/hercrnot.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercrnot.html -------------------------------------------------------------------------------- /html/hercsupp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercsupp.html -------------------------------------------------------------------------------- /html/herctcp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/herctcp.html -------------------------------------------------------------------------------- /html/hercules.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercules.css -------------------------------------------------------------------------------- /html/hercules.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/hercules.html -------------------------------------------------------------------------------- /html/images/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/back.gif -------------------------------------------------------------------------------- /html/images/bkued.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/bkued.gif -------------------------------------------------------------------------------- /html/images/blueu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/blueu.gif -------------------------------------------------------------------------------- /html/images/dial1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/dial1.gif -------------------------------------------------------------------------------- /html/images/dial2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/dial2.gif -------------------------------------------------------------------------------- /html/images/dial3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/dial3.gif -------------------------------------------------------------------------------- /html/images/dial4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/dial4.gif -------------------------------------------------------------------------------- /html/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/favicon.ico -------------------------------------------------------------------------------- /html/images/greend.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/greend.gif -------------------------------------------------------------------------------- /html/images/greenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/greenu.gif -------------------------------------------------------------------------------- /html/images/hercpic-rblk-256.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/hercpic-rblk-256.gif -------------------------------------------------------------------------------- /html/images/hercpic-rblk-80.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/hercpic-rblk-80.gif -------------------------------------------------------------------------------- /html/images/interruptd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/interruptd.gif -------------------------------------------------------------------------------- /html/images/interruptu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/interruptu.gif -------------------------------------------------------------------------------- /html/images/loadd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/loadd.gif -------------------------------------------------------------------------------- /html/images/loadoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/loadoffu.gif -------------------------------------------------------------------------------- /html/images/loadonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/loadonu.gif -------------------------------------------------------------------------------- /html/images/loadu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/loadu.gif -------------------------------------------------------------------------------- /html/images/manoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/manoffu.gif -------------------------------------------------------------------------------- /html/images/manonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/manonu.gif -------------------------------------------------------------------------------- /html/images/note.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/note.gif -------------------------------------------------------------------------------- /html/images/osi-certified-60x50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/osi-certified-60x50.jpg -------------------------------------------------------------------------------- /html/images/poweroffd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/poweroffd.gif -------------------------------------------------------------------------------- /html/images/poweroffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/poweroffu.gif -------------------------------------------------------------------------------- /html/images/poweronoffd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/poweronoffd.gif -------------------------------------------------------------------------------- /html/images/poweronoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/poweronoffu.gif -------------------------------------------------------------------------------- /html/images/poweronond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/poweronond.gif -------------------------------------------------------------------------------- /html/images/powerononu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/powerononu.gif -------------------------------------------------------------------------------- /html/images/redd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/redd.gif -------------------------------------------------------------------------------- /html/images/redu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/redu.gif -------------------------------------------------------------------------------- /html/images/restartd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/restartd.gif -------------------------------------------------------------------------------- /html/images/restartu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/restartu.gif -------------------------------------------------------------------------------- /html/images/startd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/startd.gif -------------------------------------------------------------------------------- /html/images/startu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/startu.gif -------------------------------------------------------------------------------- /html/images/stopd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/stopd.gif -------------------------------------------------------------------------------- /html/images/stopu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/stopu.gif -------------------------------------------------------------------------------- /html/images/stored.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/stored.gif -------------------------------------------------------------------------------- /html/images/storeu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/storeu.gif -------------------------------------------------------------------------------- /html/images/sysoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/sysoffu.gif -------------------------------------------------------------------------------- /html/images/sysonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/sysonu.gif -------------------------------------------------------------------------------- /html/images/translucentoffd.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/translucentoffd.gif -------------------------------------------------------------------------------- /html/images/translucentoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/translucentoffu.gif -------------------------------------------------------------------------------- /html/images/translucentond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/translucentond.gif -------------------------------------------------------------------------------- /html/images/translucentonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/translucentonu.gif -------------------------------------------------------------------------------- /html/images/waitoffu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/waitoffu.gif -------------------------------------------------------------------------------- /html/images/waitonu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/images/waitonu.gif -------------------------------------------------------------------------------- /html/include/footer.htmlpart: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /html/include/header.htmlpart: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/include/header.htmlpart -------------------------------------------------------------------------------- /html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/index.html -------------------------------------------------------------------------------- /html/shared.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/shared.html -------------------------------------------------------------------------------- /html/tasks.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/html/tasks.html -------------------------------------------------------------------------------- /httpmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/httpmisc.h -------------------------------------------------------------------------------- /httpserv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/httpserv.c -------------------------------------------------------------------------------- /htypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/htypes.h -------------------------------------------------------------------------------- /ieee.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ieee.c -------------------------------------------------------------------------------- /impl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/impl.c -------------------------------------------------------------------------------- /inline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/inline.h -------------------------------------------------------------------------------- /intl/ChangeLog: -------------------------------------------------------------------------------- 1 | 2002-08-06 GNU 2 | 3 | * Version 0.11.5 released. 4 | 5 | -------------------------------------------------------------------------------- /intl/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/Makefile.in -------------------------------------------------------------------------------- /intl/VERSION: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/VERSION -------------------------------------------------------------------------------- /intl/bindtextdom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/bindtextdom.c -------------------------------------------------------------------------------- /intl/config.charset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/config.charset -------------------------------------------------------------------------------- /intl/dcgettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/dcgettext.c -------------------------------------------------------------------------------- /intl/dcigettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/dcigettext.c -------------------------------------------------------------------------------- /intl/dcngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/dcngettext.c -------------------------------------------------------------------------------- /intl/dgettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/dgettext.c -------------------------------------------------------------------------------- /intl/dngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/dngettext.c -------------------------------------------------------------------------------- /intl/eval-plural.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/eval-plural.h -------------------------------------------------------------------------------- /intl/explodename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/explodename.c -------------------------------------------------------------------------------- /intl/finddomain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/finddomain.c -------------------------------------------------------------------------------- /intl/gettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/gettext.c -------------------------------------------------------------------------------- /intl/gettextP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/gettextP.h -------------------------------------------------------------------------------- /intl/gmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/gmo.h -------------------------------------------------------------------------------- /intl/hash-string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/hash-string.h -------------------------------------------------------------------------------- /intl/intl-compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/intl-compat.c -------------------------------------------------------------------------------- /intl/l10nflist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/l10nflist.c -------------------------------------------------------------------------------- /intl/libgnuintl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/libgnuintl.h -------------------------------------------------------------------------------- /intl/loadinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/loadinfo.h -------------------------------------------------------------------------------- /intl/loadmsgcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/loadmsgcat.c -------------------------------------------------------------------------------- /intl/localcharset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/localcharset.c -------------------------------------------------------------------------------- /intl/locale.alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/locale.alias -------------------------------------------------------------------------------- /intl/localealias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/localealias.c -------------------------------------------------------------------------------- /intl/localename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/localename.c -------------------------------------------------------------------------------- /intl/ngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/ngettext.c -------------------------------------------------------------------------------- /intl/os2compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/os2compat.c -------------------------------------------------------------------------------- /intl/os2compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/os2compat.h -------------------------------------------------------------------------------- /intl/osdep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/osdep.c -------------------------------------------------------------------------------- /intl/plural-exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/plural-exp.c -------------------------------------------------------------------------------- /intl/plural-exp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/plural-exp.h -------------------------------------------------------------------------------- /intl/plural.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/plural.c -------------------------------------------------------------------------------- /intl/plural.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/plural.y -------------------------------------------------------------------------------- /intl/ref-add.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/ref-add.sin -------------------------------------------------------------------------------- /intl/ref-del.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/ref-del.sin -------------------------------------------------------------------------------- /intl/textdomain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/intl/textdomain.c -------------------------------------------------------------------------------- /io.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/io.c -------------------------------------------------------------------------------- /ipl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ipl.c -------------------------------------------------------------------------------- /license_dyn76.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/license_dyn76.txt -------------------------------------------------------------------------------- /linklist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/linklist.h -------------------------------------------------------------------------------- /loadmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/loadmem.c -------------------------------------------------------------------------------- /loadparm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/loadparm.c -------------------------------------------------------------------------------- /logger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/logger.c -------------------------------------------------------------------------------- /logger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/logger.h -------------------------------------------------------------------------------- /logmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/logmsg.c -------------------------------------------------------------------------------- /losc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/losc.c -------------------------------------------------------------------------------- /ltdl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ltdl.c -------------------------------------------------------------------------------- /ltdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/ltdl.h -------------------------------------------------------------------------------- /m4/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/ChangeLog -------------------------------------------------------------------------------- /m4/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/Makefile.am -------------------------------------------------------------------------------- /m4/codeset.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/codeset.m4 -------------------------------------------------------------------------------- /m4/gettext.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/gettext.m4 -------------------------------------------------------------------------------- /m4/glibc2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/glibc2.m4 -------------------------------------------------------------------------------- /m4/glibc21.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/glibc21.m4 -------------------------------------------------------------------------------- /m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/iconv.m4 -------------------------------------------------------------------------------- /m4/intdiv0.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/intdiv0.m4 -------------------------------------------------------------------------------- /m4/intmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/intmax.m4 -------------------------------------------------------------------------------- /m4/inttypes-pri.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/inttypes-pri.m4 -------------------------------------------------------------------------------- /m4/inttypes.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/inttypes.m4 -------------------------------------------------------------------------------- /m4/inttypes_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/inttypes_h.m4 -------------------------------------------------------------------------------- /m4/isc-posix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/isc-posix.m4 -------------------------------------------------------------------------------- /m4/lcmessage.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/lcmessage.m4 -------------------------------------------------------------------------------- /m4/lib-ld.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/lib-ld.m4 -------------------------------------------------------------------------------- /m4/lib-link.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/lib-link.m4 -------------------------------------------------------------------------------- /m4/lib-prefix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/lib-prefix.m4 -------------------------------------------------------------------------------- /m4/longdouble.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/longdouble.m4 -------------------------------------------------------------------------------- /m4/longlong.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/longlong.m4 -------------------------------------------------------------------------------- /m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/nls.m4 -------------------------------------------------------------------------------- /m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/po.m4 -------------------------------------------------------------------------------- /m4/printf-posix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/printf-posix.m4 -------------------------------------------------------------------------------- /m4/progtest.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/progtest.m4 -------------------------------------------------------------------------------- /m4/signed.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/signed.m4 -------------------------------------------------------------------------------- /m4/size_max.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/size_max.m4 -------------------------------------------------------------------------------- /m4/stdint_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/stdint_h.m4 -------------------------------------------------------------------------------- /m4/uintmax_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/uintmax_t.m4 -------------------------------------------------------------------------------- /m4/ulonglong.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/ulonglong.m4 -------------------------------------------------------------------------------- /m4/wchar_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/wchar_t.m4 -------------------------------------------------------------------------------- /m4/wint_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/wint_t.m4 -------------------------------------------------------------------------------- /m4/xsize.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/m4/xsize.m4 -------------------------------------------------------------------------------- /machchk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/machchk.c -------------------------------------------------------------------------------- /machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/machdep.h -------------------------------------------------------------------------------- /makefile-dllmod.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/makefile-dllmod.msvc -------------------------------------------------------------------------------- /makefile.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/makefile.bat -------------------------------------------------------------------------------- /makefile.generic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/makefile.generic -------------------------------------------------------------------------------- /makefile.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/makefile.msvc -------------------------------------------------------------------------------- /makefile.w32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/makefile.w32 -------------------------------------------------------------------------------- /man/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/man/Makefile.am -------------------------------------------------------------------------------- /man/cckd.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/man/cckd.4 -------------------------------------------------------------------------------- /man/cckddiag.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/man/cckddiag.1 -------------------------------------------------------------------------------- /man/dasdseq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/man/dasdseq.1 -------------------------------------------------------------------------------- /man/vmfplc2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/man/vmfplc2.1 -------------------------------------------------------------------------------- /memrchr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/memrchr.c -------------------------------------------------------------------------------- /memrchr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/memrchr.h -------------------------------------------------------------------------------- /msgenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msgenu.h -------------------------------------------------------------------------------- /msvc.makefile.includes/BZIP2_DIR.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/BZIP2_DIR.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/BZIP2_FLAGS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/BZIP2_FLAGS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/BZIP2_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/BZIP2_RULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/CONFIG.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/CONFIG.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/DEBUG_RETAIL.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/DEBUG_RETAIL.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/HERC_FLAGS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/HERC_FLAGS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/MODULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/MODULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/MOD_RULES1.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/MOD_RULES1.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/MOD_RULES2.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/MOD_RULES2.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/OBJ_CODE.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/OBJ_CODE.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/OUTDIR_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/OUTDIR_RULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/OUTPUT_DIRS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/OUTPUT_DIRS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/PCRE_DIR.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/PCRE_DIR.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/PCRE_FLAGS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/PCRE_FLAGS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/PCRE_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/PCRE_RULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/PRIM_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/PRIM_RULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/REXX_DIR.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/REXX_DIR.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/REXX_FLAGS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/REXX_FLAGS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/REXX_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/REXX_RULES.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/VERSION.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/VERSION.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/ZLIB_DIR.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/ZLIB_DIR.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/ZLIB_FLAGS.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/ZLIB_FLAGS.msvc -------------------------------------------------------------------------------- /msvc.makefile.includes/ZLIB_RULES.msvc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/msvc.makefile.includes/ZLIB_RULES.msvc -------------------------------------------------------------------------------- /omatape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/omatape.c -------------------------------------------------------------------------------- /opcode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/opcode.c -------------------------------------------------------------------------------- /opcode.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/opcode.h -------------------------------------------------------------------------------- /panel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/panel.c -------------------------------------------------------------------------------- /parser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/parser.c -------------------------------------------------------------------------------- /parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/parser.h -------------------------------------------------------------------------------- /pfpo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/pfpo.c -------------------------------------------------------------------------------- /plo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/plo.c -------------------------------------------------------------------------------- /po/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/ChangeLog -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- 1 | # Set of available languages 2 | nl 3 | de 4 | -------------------------------------------------------------------------------- /po/Makefile.in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/Makefile.in.in -------------------------------------------------------------------------------- /po/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/Makevars -------------------------------------------------------------------------------- /po/Makevars.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/Makevars.template -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/POTFILES.in -------------------------------------------------------------------------------- /po/Rules-quot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/Rules-quot -------------------------------------------------------------------------------- /po/boldquot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/boldquot.sed -------------------------------------------------------------------------------- /po/buildpot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/buildpot.sh -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/de.po -------------------------------------------------------------------------------- /po/en@boldquot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/en@boldquot.header -------------------------------------------------------------------------------- /po/en@quot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/en@quot.header -------------------------------------------------------------------------------- /po/hercules.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/hercules.pot -------------------------------------------------------------------------------- /po/insert-header.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/insert-header.sin -------------------------------------------------------------------------------- /po/nl.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/nl.po -------------------------------------------------------------------------------- /po/quot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/quot.sed -------------------------------------------------------------------------------- /po/remove-potcdate.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/po/remove-potcdate.sin -------------------------------------------------------------------------------- /printer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/printer.c -------------------------------------------------------------------------------- /pttrace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/pttrace.c -------------------------------------------------------------------------------- /pttrace.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/pttrace.h -------------------------------------------------------------------------------- /qdio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/qdio.c -------------------------------------------------------------------------------- /qeth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/qeth.c -------------------------------------------------------------------------------- /qeth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/qeth.h -------------------------------------------------------------------------------- /resolve.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/resolve.c -------------------------------------------------------------------------------- /resolve.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/resolve.h -------------------------------------------------------------------------------- /retail-all.jobs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/retail-all.jobs -------------------------------------------------------------------------------- /rexx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/rexx.c -------------------------------------------------------------------------------- /s37x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/s37x.c -------------------------------------------------------------------------------- /s37xmod.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/s37xmod.c -------------------------------------------------------------------------------- /scedasd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/scedasd.c -------------------------------------------------------------------------------- /script.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/script.c -------------------------------------------------------------------------------- /scsitape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/scsitape.c -------------------------------------------------------------------------------- /scsitape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/scsitape.h -------------------------------------------------------------------------------- /service.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/service.c -------------------------------------------------------------------------------- /service.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/service.h -------------------------------------------------------------------------------- /shared.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/shared.c -------------------------------------------------------------------------------- /shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/shared.h -------------------------------------------------------------------------------- /sie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sie.c -------------------------------------------------------------------------------- /sllib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sllib.c -------------------------------------------------------------------------------- /sllib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sllib.h -------------------------------------------------------------------------------- /sockdev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sockdev.c -------------------------------------------------------------------------------- /sockdev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sockdev.h -------------------------------------------------------------------------------- /sr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sr.c -------------------------------------------------------------------------------- /sr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/sr.h -------------------------------------------------------------------------------- /stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/stack.c -------------------------------------------------------------------------------- /stamp-h.in: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /strsignal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/strsignal.c -------------------------------------------------------------------------------- /tapeccws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapeccws.c -------------------------------------------------------------------------------- /tapecopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapecopy.c -------------------------------------------------------------------------------- /tapedev.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapedev.c -------------------------------------------------------------------------------- /tapedev.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapedev.h -------------------------------------------------------------------------------- /tapemap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapemap.c -------------------------------------------------------------------------------- /tapesplt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tapesplt.c -------------------------------------------------------------------------------- /tests/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/Makefile.am -------------------------------------------------------------------------------- /tests/a.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/a.core -------------------------------------------------------------------------------- /tests/agf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/agf.txt -------------------------------------------------------------------------------- /tests/alsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/alsi.txt -------------------------------------------------------------------------------- /tests/axtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/axtr.txt -------------------------------------------------------------------------------- /tests/b.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/b.core -------------------------------------------------------------------------------- /tests/bctr.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/bctr.core -------------------------------------------------------------------------------- /tests/brc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/brc.txt -------------------------------------------------------------------------------- /tests/cdfr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cdfr.txt -------------------------------------------------------------------------------- /tests/cdgr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cdgr.txt -------------------------------------------------------------------------------- /tests/cgdr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cgdr.txt -------------------------------------------------------------------------------- /tests/cgdtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cgdtr.txt -------------------------------------------------------------------------------- /tests/cger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cger.txt -------------------------------------------------------------------------------- /tests/cgfrl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cgfrl.txt -------------------------------------------------------------------------------- /tests/cgxr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cgxr.txt -------------------------------------------------------------------------------- /tests/cgxtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cgxtr.txt -------------------------------------------------------------------------------- /tests/cpsdr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cpsdr.txt -------------------------------------------------------------------------------- /tests/cpu0off.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cpu0off.core -------------------------------------------------------------------------------- /tests/csst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/csst.txt -------------------------------------------------------------------------------- /tests/cxgbr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cxgbr.txt -------------------------------------------------------------------------------- /tests/cxgtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/cxgtr.txt -------------------------------------------------------------------------------- /tests/diag24.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/diag24.txt -------------------------------------------------------------------------------- /tests/diag8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/diag8.txt -------------------------------------------------------------------------------- /tests/dxtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/dxtr.txt -------------------------------------------------------------------------------- /tests/epsw.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/epsw.txt -------------------------------------------------------------------------------- /tests/exrl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/exrl.txt -------------------------------------------------------------------------------- /tests/fiebr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/fiebr.txt -------------------------------------------------------------------------------- /tests/fixtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/fixtr.txt -------------------------------------------------------------------------------- /tests/iedtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/iedtr.txt -------------------------------------------------------------------------------- /tests/kimd0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kimd0.txt -------------------------------------------------------------------------------- /tests/kimd1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kimd1.txt -------------------------------------------------------------------------------- /tests/kimd2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kimd2.txt -------------------------------------------------------------------------------- /tests/kimd3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kimd3.txt -------------------------------------------------------------------------------- /tests/kimd65.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kimd65.txt -------------------------------------------------------------------------------- /tests/klmd0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/klmd0.txt -------------------------------------------------------------------------------- /tests/klmd1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/klmd1.txt -------------------------------------------------------------------------------- /tests/klmd2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/klmd2.txt -------------------------------------------------------------------------------- /tests/klmd3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/klmd3.txt -------------------------------------------------------------------------------- /tests/km0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km0.txt -------------------------------------------------------------------------------- /tests/km1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km1.txt -------------------------------------------------------------------------------- /tests/km10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km10.txt -------------------------------------------------------------------------------- /tests/km11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km11.txt -------------------------------------------------------------------------------- /tests/km18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km18.txt -------------------------------------------------------------------------------- /tests/km19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km19.txt -------------------------------------------------------------------------------- /tests/km2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km2.txt -------------------------------------------------------------------------------- /tests/km20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km20.txt -------------------------------------------------------------------------------- /tests/km26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km26.txt -------------------------------------------------------------------------------- /tests/km27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km27.txt -------------------------------------------------------------------------------- /tests/km28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km28.txt -------------------------------------------------------------------------------- /tests/km3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km3.txt -------------------------------------------------------------------------------- /tests/km50.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km50.txt -------------------------------------------------------------------------------- /tests/km52.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km52.txt -------------------------------------------------------------------------------- /tests/km58.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km58.txt -------------------------------------------------------------------------------- /tests/km60.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km60.txt -------------------------------------------------------------------------------- /tests/km9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/km9.txt -------------------------------------------------------------------------------- /tests/kmac0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac0.txt -------------------------------------------------------------------------------- /tests/kmac1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac1.txt -------------------------------------------------------------------------------- /tests/kmac10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac10.txt -------------------------------------------------------------------------------- /tests/kmac11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac11.txt -------------------------------------------------------------------------------- /tests/kmac18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac18.txt -------------------------------------------------------------------------------- /tests/kmac19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac19.txt -------------------------------------------------------------------------------- /tests/kmac2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac2.txt -------------------------------------------------------------------------------- /tests/kmac20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac20.txt -------------------------------------------------------------------------------- /tests/kmac26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac26.txt -------------------------------------------------------------------------------- /tests/kmac27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac27.txt -------------------------------------------------------------------------------- /tests/kmac28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac28.txt -------------------------------------------------------------------------------- /tests/kmac3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac3.txt -------------------------------------------------------------------------------- /tests/kmac9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmac9.txt -------------------------------------------------------------------------------- /tests/kmc0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc0.txt -------------------------------------------------------------------------------- /tests/kmc1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc1.txt -------------------------------------------------------------------------------- /tests/kmc10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc10.txt -------------------------------------------------------------------------------- /tests/kmc11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc11.txt -------------------------------------------------------------------------------- /tests/kmc18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc18.txt -------------------------------------------------------------------------------- /tests/kmc19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc19.txt -------------------------------------------------------------------------------- /tests/kmc2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc2.txt -------------------------------------------------------------------------------- /tests/kmc20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc20.txt -------------------------------------------------------------------------------- /tests/kmc26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc26.txt -------------------------------------------------------------------------------- /tests/kmc27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc27.txt -------------------------------------------------------------------------------- /tests/kmc28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc28.txt -------------------------------------------------------------------------------- /tests/kmc3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc3.txt -------------------------------------------------------------------------------- /tests/kmc67.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc67.txt -------------------------------------------------------------------------------- /tests/kmc9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmc9.txt -------------------------------------------------------------------------------- /tests/kmctr0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr0.txt -------------------------------------------------------------------------------- /tests/kmctr1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr1.txt -------------------------------------------------------------------------------- /tests/kmctr10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr10.txt -------------------------------------------------------------------------------- /tests/kmctr11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr11.txt -------------------------------------------------------------------------------- /tests/kmctr18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr18.txt -------------------------------------------------------------------------------- /tests/kmctr19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr19.txt -------------------------------------------------------------------------------- /tests/kmctr2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr2.txt -------------------------------------------------------------------------------- /tests/kmctr20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr20.txt -------------------------------------------------------------------------------- /tests/kmctr26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr26.txt -------------------------------------------------------------------------------- /tests/kmctr27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr27.txt -------------------------------------------------------------------------------- /tests/kmctr28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr28.txt -------------------------------------------------------------------------------- /tests/kmctr3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr3.txt -------------------------------------------------------------------------------- /tests/kmctr9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmctr9.txt -------------------------------------------------------------------------------- /tests/kmf0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf0.txt -------------------------------------------------------------------------------- /tests/kmf1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf1.txt -------------------------------------------------------------------------------- /tests/kmf10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf10.txt -------------------------------------------------------------------------------- /tests/kmf11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf11.txt -------------------------------------------------------------------------------- /tests/kmf18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf18.txt -------------------------------------------------------------------------------- /tests/kmf19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf19.txt -------------------------------------------------------------------------------- /tests/kmf2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf2.txt -------------------------------------------------------------------------------- /tests/kmf20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf20.txt -------------------------------------------------------------------------------- /tests/kmf26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf26.txt -------------------------------------------------------------------------------- /tests/kmf27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf27.txt -------------------------------------------------------------------------------- /tests/kmf28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf28.txt -------------------------------------------------------------------------------- /tests/kmf3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf3.txt -------------------------------------------------------------------------------- /tests/kmf9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmf9.txt -------------------------------------------------------------------------------- /tests/kmo0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo0.txt -------------------------------------------------------------------------------- /tests/kmo1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo1.txt -------------------------------------------------------------------------------- /tests/kmo10.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo10.txt -------------------------------------------------------------------------------- /tests/kmo11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo11.txt -------------------------------------------------------------------------------- /tests/kmo18.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo18.txt -------------------------------------------------------------------------------- /tests/kmo19.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo19.txt -------------------------------------------------------------------------------- /tests/kmo2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo2.txt -------------------------------------------------------------------------------- /tests/kmo20.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo20.txt -------------------------------------------------------------------------------- /tests/kmo26.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo26.txt -------------------------------------------------------------------------------- /tests/kmo27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo27.txt -------------------------------------------------------------------------------- /tests/kmo28.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo28.txt -------------------------------------------------------------------------------- /tests/kmo3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo3.txt -------------------------------------------------------------------------------- /tests/kmo9.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/kmo9.txt -------------------------------------------------------------------------------- /tests/l.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/l.core -------------------------------------------------------------------------------- /tests/la.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/la.core -------------------------------------------------------------------------------- /tests/la2.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/la2.core -------------------------------------------------------------------------------- /tests/ldetr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/ldetr.txt -------------------------------------------------------------------------------- /tests/ldxtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/ldxtr.txt -------------------------------------------------------------------------------- /tests/ledtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/ledtr.txt -------------------------------------------------------------------------------- /tests/lfpc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/lfpc.txt -------------------------------------------------------------------------------- /tests/llhrl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/llhrl.txt -------------------------------------------------------------------------------- /tests/loop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/loop.txt -------------------------------------------------------------------------------- /tests/lpp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/lpp.txt -------------------------------------------------------------------------------- /tests/lxdtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/lxdtr.txt -------------------------------------------------------------------------------- /tests/maer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/maer.txt -------------------------------------------------------------------------------- /tests/mvc.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/mvc.core -------------------------------------------------------------------------------- /tests/mvcos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/mvcos.txt -------------------------------------------------------------------------------- /tests/mxtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/mxtr.txt -------------------------------------------------------------------------------- /tests/popcnt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/popcnt.txt -------------------------------------------------------------------------------- /tests/prtest.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/prtest.txt -------------------------------------------------------------------------------- /tests/res40002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/res40002.txt -------------------------------------------------------------------------------- /tests/rnsbg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/rnsbg.txt -------------------------------------------------------------------------------- /tests/rrdtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/rrdtr.txt -------------------------------------------------------------------------------- /tests/rrxtr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/rrxtr.txt -------------------------------------------------------------------------------- /tests/sieve.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/sieve.core -------------------------------------------------------------------------------- /tests/srdt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/srdt.txt -------------------------------------------------------------------------------- /tests/st.core: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/st.core -------------------------------------------------------------------------------- /tests/stfle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/stfle.txt -------------------------------------------------------------------------------- /tests/stidp.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/stidp.txt -------------------------------------------------------------------------------- /tests/stsi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/stsi.txt -------------------------------------------------------------------------------- /tests/sus40002.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/sus40002.txt -------------------------------------------------------------------------------- /tests/tapepos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/tapepos.txt -------------------------------------------------------------------------------- /tests/tbedr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/tbedr.txt -------------------------------------------------------------------------------- /tests/tdcdt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/tdcdt.txt -------------------------------------------------------------------------------- /tests/tdgdt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/tdgdt.txt -------------------------------------------------------------------------------- /tests/thder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/thder.txt -------------------------------------------------------------------------------- /tests/trte.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tests/trte.txt -------------------------------------------------------------------------------- /timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/timer.c -------------------------------------------------------------------------------- /trace.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/trace.c -------------------------------------------------------------------------------- /tt32api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tt32api.h -------------------------------------------------------------------------------- /tuntap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tuntap.c -------------------------------------------------------------------------------- /tuntap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/tuntap.h -------------------------------------------------------------------------------- /util/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/Makefile.am -------------------------------------------------------------------------------- /util/TMOUNT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/TMOUNT.txt -------------------------------------------------------------------------------- /util/awssl-v19g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/awssl-v19g -------------------------------------------------------------------------------- /util/awswrite.jcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/awswrite.jcl -------------------------------------------------------------------------------- /util/bldlvlck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/bldlvlck -------------------------------------------------------------------------------- /util/cckddump.hla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/cckddump.hla -------------------------------------------------------------------------------- /util/cckdload.hla: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/cckdload.hla -------------------------------------------------------------------------------- /util/configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/configure.ac -------------------------------------------------------------------------------- /util/dasdlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/dasdlist -------------------------------------------------------------------------------- /util/dasdlist.bat: -------------------------------------------------------------------------------- 1 | bash dasdlist %1 %2 %3 %4 %5 2 | -------------------------------------------------------------------------------- /util/rawstape.jcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/rawstape.jcl -------------------------------------------------------------------------------- /util/tapeconv.jcl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/tapeconv.jcl -------------------------------------------------------------------------------- /util/zzsacard.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/util/zzsacard.bin -------------------------------------------------------------------------------- /vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vector.c -------------------------------------------------------------------------------- /version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/version.c -------------------------------------------------------------------------------- /version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/version.h -------------------------------------------------------------------------------- /vm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vm.c -------------------------------------------------------------------------------- /vmd250.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vmd250.c -------------------------------------------------------------------------------- /vmd250.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vmd250.h -------------------------------------------------------------------------------- /vmfplc2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vmfplc2.c -------------------------------------------------------------------------------- /vstore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vstore.c -------------------------------------------------------------------------------- /vstore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/vstore.h -------------------------------------------------------------------------------- /w32chan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32chan.c -------------------------------------------------------------------------------- /w32chan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32chan.h -------------------------------------------------------------------------------- /w32ctca.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32ctca.c -------------------------------------------------------------------------------- /w32ctca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32ctca.h -------------------------------------------------------------------------------- /w32dl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32dl.h -------------------------------------------------------------------------------- /w32mtio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32mtio.h -------------------------------------------------------------------------------- /w32stape.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32stape.c -------------------------------------------------------------------------------- /w32stape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32stape.h -------------------------------------------------------------------------------- /w32util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32util.c -------------------------------------------------------------------------------- /w32util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/w32util.h -------------------------------------------------------------------------------- /wthreads.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/wthreads.c -------------------------------------------------------------------------------- /wthreads.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/wthreads.h -------------------------------------------------------------------------------- /xstore.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/opensourcemainframes/hercules/HEAD/xstore.c --------------------------------------------------------------------------------