ported calc to the s390x IBM Mainframe running RHEL9.1

This commit is contained in:
Landon Curt Noll
2023-07-21 22:38:17 -07:00
parent 15be1dec4d
commit ccd579ecda
2 changed files with 8 additions and 2 deletions

View File

@@ -1,4 +1,9 @@
The following are the changes from calc version 2.14.1.5 to date: The following are the changes from calc version 2.14.2.0 to date:
Ported calc to the s390x IBM Mainframe running RHEL9.1.
The following are the changes from calc version 2.14.1.5 to 2.14.1.6:
Fixed version numbers in two cases in CHANGES that referred Fixed version numbers in two cases in CHANGES that referred
to the 2.14.2.x instead of 2.14.1.x. to the 2.14.2.x instead of 2.14.1.x.

View File

@@ -1,7 +1,7 @@
/* /*
* fposval - Determine information about the file position type * fposval - Determine information about the file position type
* *
* Copyright (C) 1999,2021 Landon Curt Noll * Copyright (C) 1999,2021,2023 Landon Curt Noll
* *
* Calc is open software; you can redistribute it and/or modify it under * Calc is open software; you can redistribute it and/or modify it under
* the terms of the version 2.1 of the GNU Lesser General Public License * the terms of the version 2.1 of the GNU Lesser General Public License
@@ -72,6 +72,7 @@
#include "alloc.h" #include "alloc.h"
#include "have_unused.h" #include "have_unused.h"
#include "have_memmv.h" #include "have_memmv.h"
#include "zmath.h"
#include "banned.h" /* include after system header <> includes */ #include "banned.h" /* include after system header <> includes */