Skip to content

Releases: adesutherland/CMS-370-GCCLIB

Release v1.0.0

14 Apr 11:48
8babe46
Compare
Choose a tag to compare

Release Packaged for VM/CE

1.0.0 - 14 Apr 2021
F0054 - Updated Build process for CE
        Removed Old files / Old Build Process
F0053 - Removed SYSPROFB EXEC

Release f0054.3

13 Apr 16:55
Compare
Choose a tag to compare
Release f0054.3 Pre-release
Pre-release
Fix disk location

Release f0054.1

10 Apr 20:11
Compare
Choose a tag to compare
Release f0054.1 Pre-release
Pre-release
Initial Check-in for version 1.0.0 build on VM/370 CE

Release v0.8.5

14 Mar 22:05
Compare
Choose a tag to compare
Release v0.8.5 Pre-release
Pre-release
0.8.5 - 14 Mar 2021
F0052 - Renamed the new CMSdebug() to CMSsetdebug() to avoid the duplicate!

Release v0.8.4

14 Mar 18:00
Compare
Choose a tag to compare
Release v0.8.4 Pre-release
Pre-release
0.8.4 - 14 Mar 2021
F0051 - Added CMSdirectRead() Read from the virtual console, bypassing stack
F0050 - Added GCCLIB [VERSION|DEBUG] argument
          VERSION prints version
          DEBUG prints version, anchor and turns on debug mode
      - Added CMSdebug() to set debug mode (enables memory leak warning)
      - Initialise "scale" local variable, in log() in math.c

Release v0.8.3

04 Feb 14:25
Compare
Choose a tag to compare
0.8.3 - 4 Feb 2021
F0049 - EPLIST Parsing Error

Release v0.8.2

15 Dec 21:25
Compare
Choose a tag to compare
0.8.2 - 15 Dec 2020
F0048 - Code reformatting
        Added -D__CMS__ to CMAKE so that the right #ifdefs work including code
        reformatting
F0047 - Code reformatting
        Added fake CMAKE so the IDEs can show code errors/warnings
        Local Build - Stop MSYS2 rewriting directory paths in the docker container

Release v0.8.1

26 Nov 17:37
Compare
Choose a tag to compare
0.8.1 - 26 Nov 2020
F0046 - FIX - fwrite() crashed when size or count are zero
      - Implemented CMSfunctionDataArray() for binary arguments for calltype 5 calls
F0045 - Theme - make calltype 5 handle binary data
      - Implement CMSreturndata()
      - Change CMSfunction calltype family of functions to return the returned data length
        on success
      - Updated tests
      - Updated local build script (cp2vm370.sh) for MacOS/Linux

Release f0046

28 Oct 20:10
Compare
Choose a tag to compare
Release f0046 Pre-release
Pre-release
F0046 - FIX - fwrite() crashed when size or count are zero
      - Implemented CMSfunctionDataArray() for binary arguments for calltype 5 calls

Release f0045

26 Oct 21:05
Compare
Choose a tag to compare
Release f0045 Pre-release
Pre-release
F0045 - Theme - make calltype 5 handle binary data
      - Implement CMSreturndata()
      - Change CMSfunction calltype family of functions to return the returned data length
        on success
      - Updated tests
      - Updated local build script (cp2vm370.sh) for MacOS/Linux