mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Release calc version 2.11.9.2
This commit is contained in:
7
CHANGES
7
CHANGES
@@ -47,6 +47,9 @@ The following are the changes from calc version 2.11.9 to date:
|
|||||||
|
|
||||||
Fixed some typos in this file.
|
Fixed some typos in this file.
|
||||||
|
|
||||||
|
By default, compile with -O3 -g3. The Makefile comments on how some
|
||||||
|
distributions might need to use -O2 -g or -O -g.
|
||||||
|
|
||||||
|
|
||||||
The following are the changes from calc version 2.11.8.0 to 2.11.8.1:
|
The following are the changes from calc version 2.11.8.0 to 2.11.8.1:
|
||||||
|
|
||||||
@@ -5663,8 +5666,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.
|
||||||
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||||
##
|
##
|
||||||
## @(#) $Revision: 29.63 $
|
## @(#) $Revision: 29.64 $
|
||||||
## @(#) $Id: CHANGES,v 29.63 2004/02/23 09:23:39 chongo Exp $
|
## @(#) $Id: CHANGES,v 29.64 2004/02/23 10:57:46 chongo Exp $
|
||||||
## @(#) $Source: /usr/local/src/cmd/calc/RCS/CHANGES,v $
|
## @(#) $Source: /usr/local/src/cmd/calc/RCS/CHANGES,v $
|
||||||
##
|
##
|
||||||
## Under source code control: 1993/06/02 18:12:57
|
## Under source code control: 1993/06/02 18:12:57
|
||||||
|
41
Makefile
41
Makefile
@@ -7,10 +7,17 @@
|
|||||||
# NOTE: This is NOT the calc rpm Makefile. This Makefile is a generic
|
# NOTE: This is NOT the calc rpm Makefile. This Makefile is a generic
|
||||||
# Makefile for the people who build calc from the gziped tarball.
|
# Makefile for the people who build calc from the gziped tarball.
|
||||||
# Without modification, it not assume the system has readline, ncurses
|
# Without modification, it not assume the system has readline, ncurses
|
||||||
# or less. It compiles with gcc -O2 -g as well. You can change all
|
# or less. It compiles with gcc -O3 -g3 as well. You can change all
|
||||||
# this by modifying the Makefile variables below.
|
# this by modifying the Makefile variables below.
|
||||||
#
|
#
|
||||||
# Copyright (C) 1999-2003 Landon Curt Noll
|
# NOTE: You might want use the READLINE facility and the less pager if
|
||||||
|
# your system supports them. To do this, set:
|
||||||
|
#
|
||||||
|
# USE_READLINE= -DUSE_READLINE
|
||||||
|
# READLINE_LIB= -lreadline -lhistory -lncurses
|
||||||
|
# CALCPAGER= less
|
||||||
|
#
|
||||||
|
# Copyright (C) 1999-2004 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
|
||||||
@@ -26,8 +33,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: 29.68 $$
|
MAKEFILE_REV= $$Revision: 29.69 $$
|
||||||
# @(#) $Id: Makefile.ship,v 29.68 2004/02/23 09:30:32 chongo Exp $
|
# @(#) $Id: Makefile.ship,v 29.69 2004/02/23 10:57:05 chongo Exp $
|
||||||
# @(#) $Source: /usr/local/src/cmd/calc/RCS/Makefile.ship,v $
|
# @(#) $Source: /usr/local/src/cmd/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
|
||||||
@@ -838,14 +845,14 @@ CALCPAGER= more
|
|||||||
#DEBUG= -O1 -g3
|
#DEBUG= -O1 -g3
|
||||||
#
|
#
|
||||||
#DEBUG= -O2
|
#DEBUG= -O2
|
||||||
DEBUG= -O2 -g
|
#DEBUG= -O2 -g
|
||||||
#DEBUG= -O2 -g3
|
#DEBUG= -O2 -g3
|
||||||
#DEBUG= -O2 -ipa
|
#DEBUG= -O2 -ipa
|
||||||
#DEBUG= -O2 -g3 -ipa
|
#DEBUG= -O2 -g3 -ipa
|
||||||
#
|
#
|
||||||
#DEBUG= -O3
|
#DEBUG= -O3
|
||||||
#DEBUG= -O3 -g
|
#DEBUG= -O3 -g
|
||||||
#DEBUG= -O3 -g3
|
DEBUG= -O3 -g3
|
||||||
#DEBUG= -O3 -ipa
|
#DEBUG= -O3 -ipa
|
||||||
#DEBUG= -O3 -g3 -ipa
|
#DEBUG= -O3 -g3 -ipa
|
||||||
#
|
#
|
||||||
@@ -997,9 +1004,6 @@ MKDIR_ARG= -p
|
|||||||
#
|
#
|
||||||
# Tested on Red Hat 6.0 Linux but should run on almost any Linux release.
|
# Tested on Red Hat 6.0 Linux but should run on almost any Linux release.
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O2 -g3
|
|
||||||
# You might even try: DEBUG= -O3 -g3
|
|
||||||
#
|
|
||||||
CCWARN= -Wall -W -Wno-comment
|
CCWARN= -Wall -W -Wno-comment
|
||||||
CCOPT= ${DEBUG} ${NO_SHARED}
|
CCOPT= ${DEBUG} ${NO_SHARED}
|
||||||
CCMISC=
|
CCMISC=
|
||||||
@@ -1017,9 +1021,6 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# gcc set (some call it gcc2, some call it gcc)
|
# gcc set (some call it gcc2, some call it gcc)
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O2 -g3
|
|
||||||
# You might even try: DEBUG= -O3 -g3
|
|
||||||
#
|
|
||||||
#CCWARN= -Wall -W -Wno-comment
|
#CCWARN= -Wall -W -Wno-comment
|
||||||
#CCOPT= ${DEBUG} ${NO_SHARED}
|
#CCOPT= ${DEBUG} ${NO_SHARED}
|
||||||
#CCMISC=
|
#CCMISC=
|
||||||
@@ -1038,8 +1039,8 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# common cc set
|
# common cc set
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O2 -g3
|
# If -O3 -g3 is not supported try: DEBUG= -O2 -g
|
||||||
# Or if -O2 -g3 are not supported try: DEBUG= -O -g
|
# If -O2 -g is not supported try: DEBUG= -O -g
|
||||||
#
|
#
|
||||||
#CCWARN=
|
#CCWARN=
|
||||||
#CCOPT= ${DEBUG} ${NO_SHARED}
|
#CCOPT= ${DEBUG} ${NO_SHARED}
|
||||||
@@ -1060,7 +1061,8 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# You must set above: RANLIB=:
|
# You must set above: RANLIB=:
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O2 -g3
|
# If -O3 -g3 is not supported try: DEBUG= -O2 -g
|
||||||
|
# If -O2 -g is not supported try: DEBUG= -O -g
|
||||||
#
|
#
|
||||||
# If you have the directory /usr/lib32/nonshared, then set the following above:
|
# If you have the directory /usr/lib32/nonshared, then set the following above:
|
||||||
# NO_SHARED= -non_shared
|
# NO_SHARED= -non_shared
|
||||||
@@ -1085,7 +1087,8 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# HP-UX set
|
# HP-UX set
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O -g
|
# If -O3 -g3 is not supported try: DEBUG= -O2 -g
|
||||||
|
# If -O2 -g is not supported try: DEBUG= -O -g
|
||||||
#
|
#
|
||||||
# Warning: Some HP-UX optimizers are brain-damaged.
|
# Warning: Some HP-UX optimizers are brain-damaged.
|
||||||
# If 'make check' fails use: DEBUG= -g
|
# If 'make check' fails use: DEBUG= -g
|
||||||
@@ -1107,6 +1110,9 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# AIX RS/6000 set
|
# AIX RS/6000 set
|
||||||
#
|
#
|
||||||
|
# If -O3 -g3 is not supported try: DEBUG= -O2 -g
|
||||||
|
# If -O2 -g is not supported try: DEBUG= -O -g
|
||||||
|
#
|
||||||
#CCWARN=
|
#CCWARN=
|
||||||
#CCOPT= ${DEBUG} ${NO_SHARED}
|
#CCOPT= ${DEBUG} ${NO_SHARED}
|
||||||
#CCMISC= -qlanglvl=ansi
|
#CCMISC= -qlanglvl=ansi
|
||||||
@@ -1124,7 +1130,8 @@ CC= ${PURIFY} ${LCC}
|
|||||||
#
|
#
|
||||||
# Solaris Sun cc compiler set
|
# Solaris Sun cc compiler set
|
||||||
#
|
#
|
||||||
# For better performance, set the following above: DEBUG= -O -g
|
# If -O3 -g3 is not supported try: DEBUG= -O2 -g
|
||||||
|
# If -O2 -g is not supported try: DEBUG= -O -g
|
||||||
#
|
#
|
||||||
# We need -DFORCE_STDC to make use of ANSI-C like features and
|
# We need -DFORCE_STDC to make use of ANSI-C like features and
|
||||||
# to avoid the use of -Xc (which as a lose performance wise).
|
# to avoid the use of -Xc (which as a lose performance wise).
|
||||||
|
@@ -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.
|
||||||
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
|
||||||
*
|
*
|
||||||
* @(#) $Revision: 29.50 $
|
* @(#) $Revision: 29.51 $
|
||||||
* @(#) $Id: version.c,v 29.50 2004/02/23 10:30:52 chongo Exp $
|
* @(#) $Id: version.c,v 29.51 2004/02/23 10:57:28 chongo Exp $
|
||||||
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
|
* @(#) $Source: /usr/local/src/cmd/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
|
||||||
@@ -48,7 +48,7 @@ static char *program;
|
|||||||
#define MAJOR_VER 2 /* major version */
|
#define MAJOR_VER 2 /* major version */
|
||||||
#define MINOR_VER 11 /* minor version */
|
#define MINOR_VER 11 /* minor version */
|
||||||
#define MAJOR_PATCH 9 /* patch level or 0 if no patch */
|
#define MAJOR_PATCH 9 /* patch level or 0 if no patch */
|
||||||
#define MINOR_PATCH 1 /* test number or 0 if no minor patch */
|
#define MINOR_PATCH 2 /* test number or 0 if no minor patch */
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user