Releases: adesutherland/CMS-370-GCCLIB
Releases · adesutherland/CMS-370-GCCLIB
Release v1.0.0
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
Fix disk location
Release f0054.1
Initial Check-in for version 1.0.0 build on VM/370 CE
Release v0.8.5
0.8.5 - 14 Mar 2021
F0052 - Renamed the new CMSdebug() to CMSsetdebug() to avoid the duplicate!
Release v0.8.4
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
0.8.3 - 4 Feb 2021
F0049 - EPLIST Parsing Error
Release v0.8.2
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
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
F0046 - FIX - fwrite() crashed when size or count are zero
- Implemented CMSfunctionDataArray() for binary arguments for calltype 5 calls
Release f0045
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