Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: adelosa/z390
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.3-a3
Choose a base ref
...
head repository: adelosa/z390
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 19 commits
  • 103 files changed
  • 4 contributors

Commits on Aug 12, 2023

  1. IS#515 add trace command to display floating-point-control register (z…

    …390development#517)
    
    * add trace command to display floating-point-control register
    
    * add FPC,FPC+ to user guide commands; also AR, PSW, PSW+, PSW16; fix typos
    
    * update test command register display doc
    
    * use decimal values for register numbers in doc
    jyganci authored Aug 12, 2023
    Copy the full SHA
    7dc087e View commit details

Commits on Oct 8, 2023

  1. Copy the full SHA
    fb5b5aa View commit details
  2. save rc after exec program

    jyganci authored and adelosa committed Oct 8, 2023
    Copy the full SHA
    7167a07 View commit details
  3. fix typos in TESTCMD3,4 comments

    jyganci authored and adelosa committed Oct 8, 2023
    Copy the full SHA
    c3d00f1 View commit details
  4. remove TESTCMD4 unused fields

    jyganci authored and adelosa committed Oct 8, 2023
    Copy the full SHA
    e015407 View commit details
  5. uncomment set -e

    jyganci authored and adelosa committed Oct 8, 2023
    Copy the full SHA
    4ca60fa View commit details

Commits on Nov 17, 2023

  1. Allow periods in directory names

    jyganci authored and adelosa committed Nov 17, 2023
    Copy the full SHA
    31a5331 View commit details
  2. test zc390 fix for dir name with period

    jyganci authored and adelosa committed Nov 17, 2023
    Copy the full SHA
    d7ca043 View commit details
  3. add some error checking

    jyganci authored and adelosa committed Nov 17, 2023
    Copy the full SHA
    316d8a0 View commit details

Commits on Nov 22, 2023

  1. Automated GitHub build restructure (z390development#519)

    Restructure build jobs
    adelosa authored Nov 22, 2023
    Copy the full SHA
    f1c6830 View commit details

Commits on Mar 22, 2024

  1. Copy the full SHA
    770b56b View commit details

Commits on Jun 5, 2024

  1. is525 Register 14 not set for EODAD or SYNAD (z390development#528)

    * is525 Register 14 not set for EODAD or SYNAD
    
    * modify TESTDCB2.MLC to only have one GET
    
    * add belt and suspenders test for R14 contents
    jyganci authored Jun 5, 2024
    Copy the full SHA
    956ab87 View commit details

Commits on Jun 7, 2024

  1. Issue 500 - fixed reporting of supported opcodes for optable(DOS,LIST) (

    z390development#526)
    
    * Issue 500 - fixed reporting of supported opcodes for optable(DOS,LIST)
    
    * Fixing regression errors with three instructions, and making sure a WTO issued by zCobol will generate baseless code
    
    * Issue z390development#527 set &SYSOPT_OPTABLE to correct value
    
    * Addressed various issues raised during review
    
    * Various changes resulting from review process
    
    * correcting misaligned line (whitespace change only)
    abekornelis authored Jun 7, 2024
    Copy the full SHA
    bf18378 View commit details

Commits on Jun 10, 2024

  1. Fix issues with GUAM.MAC (z390development#532)

    * Fix issues with GUAM.MAC
    
    * Add comments and test case by John Ganci
    
    * Add annotated reference output file TGUAM.TF1
    
    * Various changes from review process
    abekornelis authored Jun 10, 2024
    Copy the full SHA
    3b70952 View commit details

Commits on Jul 24, 2024

  1. Optable 370 ter (z390development#537)

    * Create new optable DFLT
    
    * Test and fix issues for changes to correct optable(370)
    
    * undoing change to build.bat - needs separate issue
    
    * Fix logical inversion in handling debug option in bldjar.bat
    
    * Add overview of optable/machine options and equivalences
    
    * Fix layout issue with documentation for machine/optable options
    
    * Fix layout issue with table for machine/optable options
    
    * Fix alignmenent of remarks following the table of machine/optable options
    
    * Fix leftovers of creating rt\rt\OPCD$ from rt\rt\OPCD$DOS
    
    * Fixing case of filenames to be assembled and sequence of entries in optable_370
    abekornelis authored Jul 24, 2024
    Copy the full SHA
    a73a4f4 View commit details

Commits on Aug 9, 2024

  1. Is509 correct errors in z390 implementation of HLASM built-in functio…

    …ns (z390development#541)
    
    * is509 fixes for HLASM built-in functions
    
    * update readme
    
    * correct typo in comment
    
    * change TOPR2 report file name to TOPR2.TST
    
    * change comment HLASM LR to HLASM LangRef
    
    * add additional regression tests
    
    * remove unused statement and correct typo
    jyganci authored Aug 9, 2024
    Copy the full SHA
    4596fbd View commit details

Commits on Aug 13, 2024

  1. Optable xa (z390development#550)

    * Add reference listing from HLASM for optable XA
    
    * create optable for 360-20 and for XA (some XA instructions not reported correctly)
    
    * Rename test programs with a $ sign in them
    
    * Change bat file to reflect renamed source files
    
    * completing changes for optable(XA)
    
    * Moving Optable test stuff into rt\mlc subdirectory
    
    * Adjust RUNOPTABLES.BAT to moved and renamed source files, add missing test cases for various machine options
    
    * options files for testcases on machine option renamed to separate them from the optable test options files
    
    * extend groovy script to cover all optable and machine options
    
    * Commenting 1 groovy test out, fails for unknow reason under Linux only
    
    * rename groovy script with error to exclude it from being run
    
    * Uncommenting errorred test in groovy script - entire script is disabled anyway
    
    * remove outdated temp comments
    abekornelis authored Aug 13, 2024
    Copy the full SHA
    2e1bcf3 View commit details

Commits on Aug 14, 2024

  1. Issue#545 Extend generated java doco to include private methods (z390…

    …development#553)
    
    * Change javadoc invocation to generate doco for private methods as well
    
    * Fix incorrect javadoc comments
    
    * Modifying bash\bldjvdoc to remain in agreement with bat\BLDJVDOC.BAT
    
    * Improving doco item for javadoc
    abekornelis authored Aug 14, 2024
    Copy the full SHA
    80bf7b4 View commit details

Commits on Aug 21, 2024

  1. Move test cases from build procedure into the groovy test framework (z…

    …390development#551)
    
    * Add TESTDFP1 and TESTDFP2 to RunAsmTests.groovy script
    
    * remove tests from bat\BLDLIB.BAT and add reference files
    
    * update TESTFPC1.TF1 to correct version
    
    * Move TESTFPC1 and TESTFPC2 from linklib to tests directory
    
    * Convert WTOs in TESTFPC1 and 2 to write to file output
    
    * Fix remaining references to TESTDFP1 and TESTDFP2
    
    * re-enable disabled groovy script
    
    * Change OPTB# to use extreme LRECL for reading the z390 .prn listing because it contains a line with all options and paths
    
    * Undoing changes for optable tests - these belong in a different branch
    
    * Fix various oversights
    
    * Modify macro RT1 to route output either to file, or to log
    
    * remove superfluous statement from groovy test script
    
    * Modify mac\RT1 macro to allow test programs to request a user abendwith non-default abend code
    
    * For mac\RT1 improve quality of comments
    
    * More documentation improvements
    
    * Make abend logic in mac\RT1.MAC more flexible
    abekornelis authored Aug 21, 2024
    Copy the full SHA
    4fb537e View commit details
Loading