Release calc version 2.12.1

This commit is contained in:
Landon Curt Noll
2006-09-17 14:00:52 -07:00
parent c335809b5f
commit 6fa83e417e
3 changed files with 8 additions and 36 deletions

View File

@@ -58,32 +58,6 @@ High priority items:
Medium priority items:
* Review and if needed, correct/update the help topics:
topic description
----- -----------
intro introduction to calc
overview overview of calc
assoc using associations
command top level commands
define how to define functions
environment how environment variables effect calc
errorcodes calc generated error codes
expression expression sequences
file using files
history command history
interrupt how interrupts are handled
list using lists
obj user defined data types
operator math, relational, logic and variable access ...
statement flow control and declaration statements
types builtin data types
unexpected unexpected syntax/usage surprises for C ...
variable variables and variable declarations
libcalc using the arbitrary precision routines in ...
bugs known bugs and mis-features
wishlist wish list of future enhancements of calc
* Complete the use of CONST where appropriate:
CONST is beginning to be used with read-only tables and some
@@ -130,8 +104,8 @@ Medium priority items:
## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
##
## @(#) $Revision: 29.8 $
## @(#) $Id: todo,v 29.8 2006/05/21 07:50:11 chongo Exp $
## @(#) $Revision: 29.9 $
## @(#) $Id: todo,v 29.9 2006/09/17 20:54:07 chongo Exp $
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/todo,v $
##
## Under source code control: 1999/10/20 07:42:55

View File

@@ -139,8 +139,6 @@ Variable declarations
arguments as addresses, there is no gain in using the backquote when
calling these functions.
XXX - this file needs to be updated to be in sync with calc source code.
## Copyright (C) 1999-2006 Landon Curt Noll
##
## Calc is open software; you can redistribute it and/or modify it under
@@ -157,8 +155,8 @@ Variable declarations
## received a copy with calc; if not, write to Free Software Foundation, Inc.
## 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
##
## @(#) $Revision: 29.4 $
## @(#) $Id: variable,v 29.4 2006/06/25 23:07:08 chongo Exp $
## @(#) $Revision: 29.5 $
## @(#) $Id: variable,v 29.5 2006/09/17 20:54:07 chongo Exp $
## @(#) $Source: /usr/local/src/cmd/calc/help/RCS/variable,v $
##
## Under source code control: 1991/07/21 04:37:25

View File

@@ -19,8 +19,8 @@
* received a copy with calc; if not, write to Free Software Foundation, Inc.
* 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*
* @(#) $Revision: 29.65 $
* @(#) $Id: version.c,v 29.65 2006/08/20 16:18:10 chongo Exp $
* @(#) $Revision: 29.66 $
* @(#) $Id: version.c,v 29.66 2006/09/17 20:55:31 chongo Exp $
* @(#) $Source: /usr/local/src/cmd/calc/RCS/version.c,v $
*
* Under source code control: 1990/05/22 11:00:58
@@ -47,8 +47,8 @@ static char *program;
#define MAJOR_VER 2 /* major version */
#define MINOR_VER 12 /* minor version */
#define MAJOR_PATCH 0 /* patch level or 0 if no patch */
#define MINOR_PATCH 8 /* test number or 0 if no minor patch */
#define MAJOR_PATCH 1 /* patch level or 0 if no patch */
#define MINOR_PATCH 0 /* test number or 0 if no minor patch */
/*