Release calc version 2.12.5.4

This commit is contained in:
Landon Curt Noll
2016-02-22 11:39:40 -08:00
parent d25186fc52
commit 2726ae9d23
7 changed files with 26 additions and 21 deletions

11
CHANGES
View File

@@ -1,4 +1,9 @@
The following are the changes from calc version 2.12.5.3 to date: The following are the changes from calc version 2.12.5.4 to date:
Recompile to match current RHEL7.2 libc and friends.
The following are the changes from calc version 2.12.5.3 to 2.12.5.3:
Calc version 2.12.5.2 for Darwin (Mac OS X) users, code to installed Calc version 2.12.5.2 for Darwin (Mac OS X) users, code to installed
calc under /opt/calc. Moreover the CHANGES file did not mention calc under /opt/calc. Moreover the CHANGES file did not mention
@@ -7157,8 +7162,8 @@ Following is a list of visible changes to calc from version 1.24.7 to 1.26.1:
## received a copy with calc; if not, write to Free Software Foundation, Inc. ## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ## 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
## ##
## @(#) $Revision: 30.50 $ ## @(#) $Revision: 30.51 $
## @(#) $Id: CHANGES,v 30.50 2016/02/08 22:09:34 chongo Exp $ ## @(#) $Id: CHANGES,v 30.51 2016/02/22 19:37:21 chongo Exp $
## @(#) $Source: /usr/local/src/bin/calc/RCS/CHANGES,v $ ## @(#) $Source: /usr/local/src/bin/calc/RCS/CHANGES,v $
## ##
## Under source code control: 1993/06/02 18:12:57 ## Under source code control: 1993/06/02 18:12:57

View File

@@ -39,8 +39,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
# #
MAKEFILE_REV= $$Revision: 30.85 $$ MAKEFILE_REV= $$Revision: 30.86 $$
# @(#) $Id: Makefile.ship,v 30.85 2016/02/08 22:10:13 chongo Exp $ # @(#) $Id: Makefile.ship,v 30.86 2016/02/22 19:38:22 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $ # @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $
# #
# Under source code control: 1990/02/15 01:48:41 # Under source code control: 1990/02/15 01:48:41
@@ -984,7 +984,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.5.3 VERSION= 2.12.5.4
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -39,8 +39,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA. # 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
# #
MAKEFILE_REV= $$Revision: 30.85 $$ MAKEFILE_REV= $$Revision: 30.86 $$
# @(#) $Id: Makefile.ship,v 30.85 2016/02/08 22:10:13 chongo Exp $ # @(#) $Id: Makefile.ship,v 30.86 2016/02/22 19:38:22 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $ # @(#) $Source: /usr/local/src/bin/calc/RCS/Makefile.ship,v $
# #
# Under source code control: 1990/02/15 01:48:41 # Under source code control: 1990/02/15 01:48:41
@@ -961,7 +961,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.5.3 VERSION= 2.12.5.4
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -18,8 +18,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.40 $ # @(#) $Revision: 30.41 $
# @(#) $Id: Makefile.head,v 30.40 2016/02/08 22:10:13 chongo Exp $ # @(#) $Id: Makefile.head,v 30.41 2016/02/22 19:38:22 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
@@ -352,7 +352,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.5.3 VERSION= 2.12.5.4
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -18,8 +18,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.40 $ # @(#) $Revision: 30.41 $
# @(#) $Id: Makefile.head,v 30.40 2016/02/08 22:10:13 chongo Exp $ # @(#) $Id: Makefile.head,v 30.41 2016/02/22 19:38:22 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
@@ -352,7 +352,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.5.3 VERSION= 2.12.5.4
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -18,8 +18,8 @@
# received a copy with calc; if not, write to Free Software Foundation, Inc. # received a copy with calc; if not, write to Free Software Foundation, Inc.
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# #
# @(#) $Revision: 30.40 $ # @(#) $Revision: 30.41 $
# @(#) $Id: Makefile.head,v 30.40 2016/02/08 22:10:13 chongo Exp $ # @(#) $Id: Makefile.head,v 30.41 2016/02/22 19:38:22 chongo Exp $
# @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $ # @(#) $Source: /usr/local/src/bin/calc/custom/RCS/Makefile.head,v $
# #
# Under source code control: 1997/03/09 02:28:54 # Under source code control: 1997/03/09 02:28:54
@@ -337,7 +337,7 @@ EXT=
# The default calc versions # The default calc versions
# #
VERSION= 2.12.5.3 VERSION= 2.12.5.4
# Names of shared libraries with versions # Names of shared libraries with versions
# #

View File

@@ -19,8 +19,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc. * received a copy with calc; if not, write to Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
* *
* @(#) $Revision: 30.30 $ * @(#) $Revision: 30.31 $
* @(#) $Id: version.c,v 30.30 2016/02/08 22:09:34 chongo Exp $ * @(#) $Id: version.c,v 30.31 2016/02/22 19:37:21 chongo Exp $
* @(#) $Source: /usr/local/src/bin/calc/RCS/version.c,v $ * @(#) $Source: /usr/local/src/bin/calc/RCS/version.c,v $
* *
* Under source code control: 1990/05/22 11:00:58 * Under source code control: 1990/05/22 11:00:58
@@ -49,7 +49,7 @@ static char *program;
#define MAJOR_VER 2 /* major library version */ #define MAJOR_VER 2 /* major library version */
#define MINOR_VER 12 /* minor library version */ #define MINOR_VER 12 /* minor library version */
#define MAJOR_PATCH 5 /* major software level under library version */ #define MAJOR_PATCH 5 /* major software level under library version */
#define MINOR_PATCH 3 /* minor software level or 0 if not patched */ #define MINOR_PATCH 4 /* minor software level or 0 if not patched */
/* /*