From 6fa83e417e16234d925f28a69aebec04f5398708 Mon Sep 17 00:00:00 2001 From: Landon Curt Noll Date: Sun, 17 Sep 2006 14:00:52 -0700 Subject: [PATCH] Release calc version 2.12.1 --- help/todo | 30 ++---------------------------- help/variable | 6 ++---- version.c | 8 ++++---- 3 files changed, 8 insertions(+), 36 deletions(-) diff --git a/help/todo b/help/todo index d93b1b3..77432b8 100644 --- a/help/todo +++ b/help/todo @@ -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 diff --git a/help/variable b/help/variable index 76bb00f..416cf1c 100644 --- a/help/variable +++ b/help/variable @@ -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 diff --git a/version.c b/version.c index 7c498c6..889f43c 100644 --- a/version.c +++ b/version.c @@ -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 */ /*