mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
prep for calc version 2.14.1.3
Change calc version from 2.14.1.2 to 2.14.2.3 as part of a test to build calc RPMs on a reference RHEL8.7 platform (formerly a RHEL7.9 platform).
This commit is contained in:
9
CHANGES
9
CHANGES
@@ -1,4 +1,11 @@
|
|||||||
The following are the changes from calc version 2.14.2.0 to date:
|
The following are the changes from calc version 2.14.2.3 to date:
|
||||||
|
|
||||||
|
Change calc version from 2.14.1.2 to 2.14.2.3 as part of a test to
|
||||||
|
build calc RPMs on a reference RHEL8.7 platform (formerly a RHEL7.9
|
||||||
|
platform).
|
||||||
|
|
||||||
|
|
||||||
|
The following are the changes from calc version 2.14.2.0 to 2.14.1.2:
|
||||||
|
|
||||||
Attempted to address a paranoid compiler warning -Wmaybe-uninitialized
|
Attempted to address a paranoid compiler warning -Wmaybe-uninitialized
|
||||||
in swap_HALF_in_ZVALUE() where the gcc compiler seems to ignore the
|
in swap_HALF_in_ZVALUE() where the gcc compiler seems to ignore the
|
||||||
|
@@ -84,7 +84,7 @@ static char *program;
|
|||||||
#define MAJOR_VER 2 /* major library version */
|
#define MAJOR_VER 2 /* major library version */
|
||||||
#define MINOR_VER 14 /* minor library version */
|
#define MINOR_VER 14 /* minor library version */
|
||||||
#define MAJOR_PATCH 1 /* major software version level */
|
#define MAJOR_PATCH 1 /* major software version level */
|
||||||
#define MINOR_PATCH 2 /* minor software version level */
|
#define MINOR_PATCH 3 /* minor software version level */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@@ -108,7 +108,7 @@ STATIC char *stored_version = NULL; /* version formed if != NULL */
|
|||||||
char *Copyright = "\n"
|
char *Copyright = "\n"
|
||||||
"calc - arbitrary precision calculator\n"
|
"calc - arbitrary precision calculator\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Copyright (C) 1999-2021 David I. Bell, Landon Curt Noll "
|
"Copyright (C) 1999-2023 David I. Bell, Landon Curt Noll "
|
||||||
"and Ernest Bowen\n"
|
"and Ernest Bowen\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Initial author: David I. Bell\n"
|
"Initial author: David I. Bell\n"
|
||||||
|
Reference in New Issue
Block a user