You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(36) |
Sep
(44) |
Oct
(25) |
Nov
(2) |
Dec
(5) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
(9) |
Jun
|
Jul
(4) |
Aug
(8) |
Sep
(16) |
Oct
|
Nov
(2) |
Dec
(28) |
2008 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(11) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(33) |
Jul
(5) |
Aug
(7) |
Sep
(9) |
Oct
(31) |
Nov
(25) |
Dec
(21) |
2011 |
Jan
(2) |
Feb
(12) |
Mar
|
Apr
(7) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ton v. O. <tvo...@us...> - 2006-09-12 19:41:05
|
Update of /cvsroot/easycalc/easycalc/mlib In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2032/mlib Modified Files: MathLib.c bessels.c calcDB.c cmatrix.c complex.c display.c elliptic.c fl_num.c fp.c funcs.c guess.c history.c integ.c konvert.c mathem.c matrix.c meqstack.c slist.c specfun.c stack.c txtask.c Log Message: Updated file headers with correct FSF address. Added missing file headers. Deleted reference to PalmPilots/PilmPilots in file headers. Index: cmatrix.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/cmatrix.c,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** cmatrix.c 12 Sep 2006 00:42:00 -0000 1.23 --- cmatrix.c 12 Sep 2006 19:40:56 -0000 1.24 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: bessels.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/bessels.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** bessels.c 12 Sep 2006 00:42:00 -0000 1.3 --- bessels.c 12 Sep 2006 19:40:56 -0000 1.4 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PalmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla *************** *** 18,22 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact Ondrej at 'on...@pe...'. --- 18,23 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact Ondrej at 'on...@pe...'. Index: fl_num.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/fl_num.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fl_num.c 9 Jun 2002 12:36:22 -0000 1.4 --- fl_num.c 12 Sep 2006 19:40:56 -0000 1.5 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: MathLib.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/MathLib.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MathLib.c 3 Jun 2006 13:31:59 -0000 1.2 --- MathLib.c 12 Sep 2006 19:40:56 -0000 1.3 *************** *** 35,40 **** * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 59 Temple Place - Suite 330, ! * Boston, MA 02111-1307, USA * * Version 1.01, 23 August 1997, Rick Huebner --- 35,40 ---- * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * Version 1.01, 23 August 1997, Rick Huebner Index: elliptic.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/elliptic.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** elliptic.c 12 Sep 2006 00:42:00 -0000 1.3 --- elliptic.c 12 Sep 2006 19:40:56 -0000 1.4 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PalmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla *************** *** 18,22 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact Ondrej at 'on...@pe...'. --- 18,23 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact Ondrej at 'on...@pe...'. Index: funcs.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/funcs.c,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** funcs.c 12 Sep 2006 00:42:00 -0000 1.48 --- funcs.c 12 Sep 2006 19:40:56 -0000 1.49 *************** *** 1,5 **** /* * $Id$ ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999 Ondrej Palkovsky * --- 1,6 ---- /* * $Id$ ! * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 16,20 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: integ.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/integ.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** integ.c 12 Sep 2006 00:42:00 -0000 1.20 --- integ.c 12 Sep 2006 19:40:56 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: display.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/display.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** display.c 12 Sep 2006 00:42:00 -0000 1.10 --- display.c 12 Sep 2006 19:40:56 -0000 1.11 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: guess.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/guess.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** guess.c 23 May 2006 22:19:29 -0000 1.6 --- guess.c 12 Sep 2006 19:40:56 -0000 1.7 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: txtask.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/txtask.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** txtask.c 26 Sep 2002 20:22:48 -0000 1.4 --- txtask.c 12 Sep 2006 19:40:56 -0000 1.5 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 2002 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2002 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: konvert.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/konvert.c,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** konvert.c 2 Aug 2006 17:34:44 -0000 1.63 --- konvert.c 12 Sep 2006 19:40:56 -0000 1.64 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: calcDB.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/calcDB.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** calcDB.c 12 Sep 2006 00:42:00 -0000 1.10 --- calcDB.c 12 Sep 2006 19:40:56 -0000 1.11 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: slist.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/slist.c,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** slist.c 12 Sep 2006 00:42:00 -0000 1.31 --- slist.c 12 Sep 2006 19:40:56 -0000 1.32 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: stack.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/stack.c,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** stack.c 12 Sep 2006 00:42:00 -0000 1.34 --- stack.c 12 Sep 2006 19:40:56 -0000 1.35 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: history.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/history.c,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** history.c 26 Sep 2002 20:17:45 -0000 1.4 --- history.c 12 Sep 2006 19:40:56 -0000 1.5 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: specfun.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/specfun.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** specfun.c 12 Sep 2006 00:42:00 -0000 1.6 --- specfun.c 12 Sep 2006 19:40:56 -0000 1.7 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PalmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * This file Copyright (C) 2000 Rafael R. Sevilla *************** *** 18,22 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact Ondrej at 'on...@pe...'. --- 18,23 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact Ondrej at 'on...@pe...'. Index: meqstack.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/meqstack.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** meqstack.c 23 May 2006 18:23:31 -0000 1.3 --- meqstack.c 12 Sep 2006 19:40:56 -0000 1.4 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: fp.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/fp.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** fp.c 3 Oct 2002 21:28:30 -0000 1.12 --- fp.c 12 Sep 2006 19:40:56 -0000 1.13 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: complex.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/complex.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** complex.c 12 Sep 2006 00:42:00 -0000 1.20 --- complex.c 12 Sep 2006 19:40:56 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: matrix.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/matrix.c,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** matrix.c 12 Sep 2006 00:42:00 -0000 1.27 --- matrix.c 12 Sep 2006 19:40:56 -0000 1.28 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: mathem.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/mathem.c,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** mathem.c 12 Sep 2006 00:42:00 -0000 1.33 --- mathem.c 12 Sep 2006 19:40:56 -0000 1.34 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. |
From: Ton v. O. <tvo...@us...> - 2006-09-12 19:41:01
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv2032/include Modified Files: MathLib.h calcDB.h cmatrix.h complex.h defuns.h display.h fp.h funcs.h history.h integ.h konvert.h mathem.h matrix.h meqstack.h segment.h slist.h specfun.h stack.h txtask.h Log Message: Updated file headers with correct FSF address. Added missing file headers. Deleted reference to PalmPilots/PilmPilots in file headers. Index: history.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/history.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** history.h 8 Jul 2001 16:32:12 -0000 1.3 --- history.h 12 Sep 2006 19:40:55 -0000 1.4 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: integ.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/integ.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** integ.h 10 Oct 2002 17:43:39 -0000 1.9 --- integ.h 12 Sep 2006 19:40:55 -0000 1.10 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: txtask.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/txtask.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** txtask.h 9 Jun 2002 12:36:22 -0000 1.1 --- txtask.h 12 Sep 2006 19:40:56 -0000 1.2 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: display.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/display.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** display.h 12 Aug 2002 21:15:39 -0000 1.5 --- display.h 12 Sep 2006 19:40:55 -0000 1.6 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: MathLib.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/MathLib.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MathLib.h 16 Mar 2001 20:27:55 -0000 1.2 --- MathLib.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 24,29 **** * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 59 Temple Place - Suite 330, ! * Boston, MA 02111-1307, USA * * Version 1.01, 23 August 1997, Rick Huebner --- 24,29 ---- * You should have received a copy of the GNU Library General Public License * along with this program; see file COPYING.LIB. If not, write to the ! * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA * * Version 1.01, 23 August 1997, Rick Huebner Index: cmatrix.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/cmatrix.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** cmatrix.h 12 Aug 2002 07:01:43 -0000 1.8 --- cmatrix.h 12 Sep 2006 19:40:55 -0000 1.9 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001,2002 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: funcs.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/funcs.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** funcs.h 23 May 2006 18:18:44 -0000 1.19 --- funcs.h 12 Sep 2006 19:40:55 -0000 1.20 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: defuns.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/defuns.h,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** defuns.h 2 Aug 2006 18:37:42 -0000 1.37 --- defuns.h 12 Sep 2006 19:40:55 -0000 1.38 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: meqstack.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/meqstack.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** meqstack.h 1 Aug 2001 21:50:00 -0000 1.2 --- meqstack.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: specfun.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/specfun.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** specfun.h 20 Jan 2001 15:56:39 -0000 1.2 --- specfun.h 12 Sep 2006 19:40:55 -0000 1.3 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PalmPilots. * This file Copyright (C) 2000 Rafael Sevilla * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * This file Copyright (C) 2000 Rafael Sevilla * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'di...@pa...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'di...@pa...'. Index: fp.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/fp.h,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** fp.h 21 Apr 2001 22:27:59 -0000 1.4 --- fp.h 12 Sep 2006 19:40:55 -0000 1.5 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: matrix.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/matrix.h,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** matrix.h 12 Aug 2002 07:01:45 -0000 1.9 --- matrix.h 12 Sep 2006 19:40:55 -0000 1.10 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: complex.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/complex.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** complex.h 25 May 2006 21:29:18 -0000 1.8 --- complex.h 12 Sep 2006 19:40:55 -0000 1.9 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: konvert.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/konvert.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** konvert.h 12 Sep 2006 00:42:00 -0000 1.20 --- konvert.h 12 Sep 2006 19:40:55 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: calcDB.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/calcDB.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** calcDB.h 12 Sep 2006 00:42:00 -0000 1.6 --- calcDB.h 12 Sep 2006 19:40:55 -0000 1.7 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 1999 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: segment.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/segment.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** segment.h 23 May 2006 22:59:54 -0000 1.6 --- segment.h 12 Sep 2006 19:40:55 -0000 1.7 *************** *** 1,2 **** --- 1,27 ---- + /* + * $Id$ + * + * Scientific Calculator for Palms. + * Copyright (C) 2000 Ondrej Palkovsky + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, + * Boston, MA 02110-1301, USA. + * + * You can contact me at 'on...@pe...'. + */ + + #ifndef _SEGMENT_H_ #define _SEGMENT_H_ Index: stack.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/stack.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** stack.h 8 Oct 2002 21:26:32 -0000 1.5 --- stack.h 12 Sep 2006 19:40:55 -0000 1.6 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palm's and PilmPilot's. * Copyright (C) 2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: slist.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/slist.h,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** slist.h 26 May 2006 16:14:05 -0000 1.20 --- slist.h 12 Sep 2006 19:40:55 -0000 1.21 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000,2001 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. Index: mathem.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/mathem.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** mathem.h 23 May 2006 22:59:54 -0000 1.26 --- mathem.h 12 Sep 2006 19:40:55 -0000 1.27 *************** *** 2,6 **** * $Id$ * ! * Scientific Calculator for Palms and PilmPilots. * Copyright (C) 1999,2000 Ondrej Palkovsky * --- 2,6 ---- * $Id$ * ! * Scientific Calculator for Palms. * Copyright (C) 1999,2000 Ondrej Palkovsky * *************** *** 17,21 **** * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * * You can contact me at 'on...@pe...'. --- 17,22 ---- * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software ! * Foundation, Inc., 51 Franklin Street, Fifth Floor, ! * Boston, MA 02110-1301, USA. * * You can contact me at 'on...@pe...'. |
From: Ton v. O. <tvo...@us...> - 2006-09-12 00:42:07
|
Update of /cvsroot/easycalc/easycalc/include In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4997/include Modified Files: calcDB.h konvert.h Log Message: Changed type of certain sizes from Int16 to UInt16. Added a lot of missing error checking for memory allocation errors (mainly for lists and database items, matrices still need to be done). Added new alert for error messages. Index: konvert.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/konvert.h,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** konvert.h 26 Sep 2002 20:02:31 -0000 1.19 --- konvert.h 12 Sep 2006 00:42:00 -0000 1.20 *************** *** 113,117 **** typedef struct { ! Int16 size; Complex item[0]; }List; --- 113,117 ---- typedef struct { ! UInt16 size; Complex item[0]; }List; *************** *** 131,135 **** typedef struct { rpntype type; ! Int16 allocsize; /* If we should free the item or not */ union { UInt32 intval; --- 131,135 ---- typedef struct { rpntype type; ! UInt16 allocsize; /* If we should free the item or not */ union { UInt32 intval; *************** *** 158,163 **** /* stack */ typedef struct { ! Int16 size; ! Int16 allocated; Trpn *stack; }CodeStack; --- 158,163 ---- /* stack */ typedef struct { ! UInt16 size; ! UInt16 allocated; Trpn *stack; }CodeStack; Index: calcDB.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/include/calcDB.h,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** calcDB.h 3 Oct 2002 22:37:44 -0000 1.5 --- calcDB.h 12 Sep 2006 00:42:00 -0000 1.6 *************** *** 43,47 **** typedef struct { Trpn rpn; ! Int16 datasize; /* size of additional packed data */ char data[0]; }dbStackItem; --- 43,47 ---- typedef struct { Trpn rpn; ! UInt16 datasize; /* size of additional packed data */ char data[0]; }dbStackItem; *************** *** 61,65 **** }u; }dbPackedRecord; ! void db_write_function(const char *name,CodeStack *stack,char *origtext) MLIB; CodeStack * db_read_function(const char *name,CError *err) MLIB; CError db_write_variable(const char *name,Trpn contents) MLIB; --- 61,66 ---- }u; }dbPackedRecord; ! ! CError db_write_function(const char *name,CodeStack *stack,char *origtext) MLIB; CodeStack * db_read_function(const char *name,CError *err) MLIB; CError db_write_variable(const char *name,Trpn contents) MLIB; |
From: Ton v. O. <tvo...@us...> - 2006-09-12 00:42:07
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4997 Modified Files: calc.c calc.h calcrsc.h clie.c grcalc.c grtable.c lstedit.c main.c mtxedit.c prefs.c varmgr.c Log Message: Changed type of certain sizes from Int16 to UInt16. Added a lot of missing error checking for memory allocation errors (mainly for lists and database items, matrices still need to be done). Added new alert for error messages. Index: calc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.c,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** calc.c 25 Aug 2006 00:29:01 -0000 1.31 --- calc.c 12 Sep 2006 00:41:59 -0000 1.32 *************** *** 319,322 **** --- 319,331 ---- } + void alertErrorMessage(CError err) + { + Char *txt; + + txt = print_error(err); + FrmCustomAlert(altErrorMsg, txt, NULL, NULL); + MemPtrFree(txt); + } + void ChangeForm(Int16 formID) { Index: clie.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/clie.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** clie.c 2 Aug 2006 16:23:27 -0000 1.5 --- clie.c 12 Sep 2006 00:41:59 -0000 1.6 *************** *** 9,12 **** --- 9,13 ---- #include <PalmOS.h> + #include "konvert.h" #include "calc.h" #include "clie.h" Index: varmgr.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/varmgr.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** varmgr.c 6 Aug 2006 01:09:15 -0000 1.20 --- varmgr.c 12 Sep 2006 00:41:59 -0000 1.21 *************** *** 385,395 **** * others - same as for varmgr_edit * ! * RETURN: Nothing * ***********************************************************************/ ! static void varmgr_edit_init(FormPtr frm,char *varname,char *title,rpntype type, Boolean editname,const char *parameter) IFACE; ! static void varmgr_edit_init(FormPtr frm,char *varname,char *title,rpntype type, Boolean editname,const char *parameter) --- 385,396 ---- * others - same as for varmgr_edit * ! * RETURN: true - OK ! * false - Error occured, i.e. out of memory * ***********************************************************************/ ! static Boolean varmgr_edit_init(FormPtr frm,char *varname,char *title,rpntype type, Boolean editname,const char *parameter) IFACE; ! static Boolean varmgr_edit_init(FormPtr frm,char *varname,char *title,rpntype type, Boolean editname,const char *parameter) *************** *** 429,432 **** --- 430,437 ---- if (!err) { fmtvalue = display_default(item,true); + if (!fmtvalue) { + rpn_delete(item); + return false; + } if (StrLen(fmtvalue) > 100) FldSetMaxChars(varfield,StrLen(fmtvalue)+20); *************** *** 456,460 **** else FrmSetFocus(frm,FrmGetObjectIndex(frm,varEditField)); ! } /*********************************************************************** --- 461,466 ---- else FrmSetFocus(frm,FrmGetObjectIndex(frm,varEditField)); ! ! return true; } /*********************************************************************** *************** *** 662,682 **** VgaFormModify(frm, vgaFormModify160To240); #endif ! varmgr_edit_init(frm,myvarname,title,type,editname,parameter); ! ! FrmSetEventHandler(frm,varmgr_edit_handler); ! do { ! button = FrmDoDialog(frm); ! if (button==varEditCancel) ! break; ! if (varmgr_edit_save(frm,myvarname,title,type,editname)) ! break; ! }while(1); StrCopy(parameter_name,oldparam); FrmDeleteForm(frm); if (button == varEditOK) ! return true; else ! return false; } --- 668,690 ---- VgaFormModify(frm, vgaFormModify160To240); #endif ! if (varmgr_edit_init(frm,myvarname,title,type,editname,parameter)) { ! FrmSetEventHandler(frm,varmgr_edit_handler); ! do { ! button = FrmDoDialog(frm); ! if (button==varEditCancel) ! break; ! if (varmgr_edit_save(frm,myvarname,title,type,editname)) ! break; ! }while(1); ! } ! else ! button = varEditCancel; StrCopy(parameter_name,oldparam); FrmDeleteForm(frm); if (button == varEditOK) ! return true; else ! return false; } Index: grtable.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/grtable.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** grtable.c 3 Aug 2006 15:29:01 -0000 1.20 --- grtable.c 12 Sep 2006 00:41:59 -0000 1.21 *************** *** 26,32 **** #include "segment.h" #include "calc.h" #include "display.h" - #include "konvert.h" #include "calcDB.h" #include "stack.h" --- 26,32 ---- #include "segment.h" + #include "konvert.h" #include "calc.h" #include "display.h" #include "calcDB.h" #include "stack.h" Index: calc.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** calc.h 6 Aug 2006 01:09:15 -0000 1.8 --- calc.h 12 Sep 2006 00:41:59 -0000 1.9 *************** *** 28,31 **** --- 28,32 ---- void GotHardKey(void); Int16 chooseForm(Int16 button); + void alertErrorMessage(CError err); void ChangeForm(Int16 formID); void wait_draw(void); Index: calcrsc.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/calcrsc.h,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** calcrsc.h 25 Aug 2006 00:29:01 -0000 1.57 --- calcrsc.h 12 Sep 2006 00:41:59 -0000 1.58 *************** *** 17,20 **** --- 17,21 ---- #define altGuessNotFound 1010 #define altGraphBadVal 1011 + #define altErrorMsg 1012 #define altAnsProblem 1013 #define altBadParameter 1015 Index: grcalc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/grcalc.c,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** grcalc.c 6 Aug 2006 01:09:15 -0000 1.17 --- grcalc.c 12 Sep 2006 00:41:59 -0000 1.18 *************** *** 25,28 **** --- 25,29 ---- #include "calcrsc.h" #include "segment.h" + #include "konvert.h" #include "calc.h" #include "grcalc.h" Index: lstedit.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/lstedit.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** lstedit.c 2 Aug 2006 17:43:55 -0000 1.14 --- lstedit.c 12 Sep 2006 00:41:59 -0000 1.15 *************** *** 28,33 **** #include "calcrsc.h" #include "lstedit.h" - #include "calc.h" #include "konvert.h" #include "slist.h" #include "stack.h" --- 28,33 ---- #include "calcrsc.h" #include "lstedit.h" #include "konvert.h" + #include "calc.h" #include "slist.h" #include "stack.h" *************** *** 160,166 **** * ***********************************************************************/ ! static void lstedit_save_lists(void) PARSER; ! static void lstedit_save_lists(void) { --- 160,166 ---- * ***********************************************************************/ ! static CError lstedit_save_lists(void) PARSER; ! static CError lstedit_save_lists(void) { *************** *** 168,181 **** Trpn item; CodeStack *stack; stack = stack_new(1); for (i=0;i<LIST_COUNT;i++) if (StrLen(listPrefs.list[i])) { ! stack_add_val(stack,&loadedList[i],list); ! item = stack_pop(stack); ! db_write_variable(listPrefs.list[i],item); ! rpn_delete(item); } stack_delete(stack); } --- 168,185 ---- Trpn item; CodeStack *stack; + CError err = c_noerror; stack = stack_new(1); for (i=0;i<LIST_COUNT;i++) if (StrLen(listPrefs.list[i])) { ! err = stack_add_val(stack,&loadedList[i],list); ! if (!err) { ! item = stack_pop(stack); ! err = db_write_variable(listPrefs.list[i],item); ! rpn_delete(item); ! } } stack_delete(stack); + return err; } *************** *** 593,596 **** --- 597,601 ---- char loct1[MAX_RSCLEN],loct2[MAX_RSCLEN],loct3[MAX_RSCLEN]; Int16 i; + CError err; lname = listPrefs.list[controlId - popList1]; *************** *** 630,637 **** lstedit_tbl_deselect(GetObjectPtr(tblList)); } else if (i == 2 && StrLen(lname)) { char text[MAX_FUNCNAME+1]; if (varmgr_get_varstring(text,"List Name")) { StrCopy(lname,text); ! lstedit_save_lists(); } } else if (i == 1 && StrLen(lname)) { --- 635,647 ---- lstedit_tbl_deselect(GetObjectPtr(tblList)); } else if (i == 2 && StrLen(lname)) { + /* Save as */ char text[MAX_FUNCNAME+1]; if (varmgr_get_varstring(text,"List Name")) { StrCopy(lname,text); ! err = lstedit_save_lists(); ! if (err) { ! alertErrorMessage(err); ! i = noListSelection; ! } } } else if (i == 1 && StrLen(lname)) { *************** *** 655,659 **** loadedList[controlId - popList1] = list_new(1); loadedList[controlId - popList1]->item[0] = cplx; ! lstedit_save_lists(); tblSelection.offscreen = true; --- 665,673 ---- loadedList[controlId - popList1] = list_new(1); loadedList[controlId - popList1]->item[0] = cplx; ! err = lstedit_save_lists(); ! if (err) { ! alertErrorMessage(err); ! i = noListSelection; ! } tblSelection.offscreen = true; *************** *** 755,758 **** --- 769,773 ---- || (event->data.keyDown.chr == '.' \ || event->data.keyDown.chr == ','))) { + handled = true; col = tblSelection.col; if (col == -1) *************** *** 764,769 **** --- 779,790 ---- List *lst; Int16 i; + CError err; lst = list_new(loadedList[col-1]->size+1); + if (!lst) { + alertErrorMessage(c_memory); + break; + } + for (i=0;i<lst->size-1;i++) lst->item[i]=loadedList[col-1]->item[i]; *************** *** 772,776 **** loadedList[col-1] = lst; ! lstedit_save_lists(); lstedit_upd_maxlines(); --- 793,801 ---- loadedList[col-1] = lst; ! err = lstedit_save_lists(); ! if (err) { ! alertErrorMessage(err); ! break; ! } lstedit_upd_maxlines(); *************** *** 784,788 **** lstedit_update_scrollbar(); } - handled = true; } break; --- 809,812 ---- *************** *** 805,812 **** cplx.imag = 0.0; if (varmgr_get_complex(&cplx,"List value")) { ! List *lst; Int16 i; lst = list_new(loadedList[col-1]->size+1); for (i=0;i<row;i++) lst->item[i]=loadedList[col-1]->item[i]; --- 829,842 ---- cplx.imag = 0.0; if (varmgr_get_complex(&cplx,"List value")) { ! List *lst, *oldlst; Int16 i; + CError err; lst = list_new(loadedList[col-1]->size+1); + if (!lst) { + alertErrorMessage(c_memory); + break; + } + for (i=0;i<row;i++) lst->item[i]=loadedList[col-1]->item[i]; *************** *** 814,820 **** for (i=row;i<loadedList[col-1]->size;i++) lst->item[i+1] = loadedList[col-1]->item[i]; ! list_delete(loadedList[col-1]); loadedList[col-1] = lst; ! lstedit_save_lists(); lstedit_upd_maxlines(); --- 844,858 ---- for (i=row;i<loadedList[col-1]->size;i++) lst->item[i+1] = loadedList[col-1]->item[i]; ! /* list_delete(loadedList[col-1]); */ ! oldlst = loadedList[col-1]; loadedList[col-1] = lst; ! err = lstedit_save_lists(); ! if (err) { ! alertErrorMessage(err); ! loadedList[col-1] = oldlst; /* restore original one */ ! list_delete(lst); ! } ! else ! list_delete(loadedList[col-1]); lstedit_upd_maxlines(); *************** *** 840,844 **** --tblSelection.row; ! lstedit_save_lists(); lstedit_upd_maxlines(); --- 878,882 ---- --tblSelection.row; ! lstedit_save_lists(); /* should succeed since list gets smaller */ lstedit_upd_maxlines(); *************** *** 858,862 **** if (varmgr_get_complex(&loadedList[col - 1]->item[row], "List value")) { ! lstedit_save_lists(); row -= firstLine; if (! tblSelection.offscreen) { --- 896,900 ---- if (varmgr_get_complex(&loadedList[col - 1]->item[row], "List value")) { ! lstedit_save_lists(); /* should succeed since no change in list size */ row -= firstLine; if (! tblSelection.offscreen) { Index: prefs.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/prefs.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** prefs.c 23 Aug 2006 17:55:55 -0000 1.14 --- prefs.c 12 Sep 2006 00:41:59 -0000 1.15 *************** *** 25,28 **** --- 25,29 ---- #include "calcrsc.h" + #include "konvert.h" #include "calc.h" #include "prefs.h" Index: mtxedit.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mtxedit.c,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** mtxedit.c 2 Aug 2006 17:43:55 -0000 1.18 --- mtxedit.c 12 Sep 2006 00:41:59 -0000 1.19 *************** *** 30,38 **** #include "calcrsc.h" #include "calc.h" #include "defuns.h" #include "segment.h" #include "mtxedit.h" - #include "konvert.h" #include "matrix.h" #include "cmatrix.h" --- 30,38 ---- #include "calcrsc.h" + #include "konvert.h" #include "calc.h" #include "defuns.h" #include "segment.h" #include "mtxedit.h" #include "matrix.h" #include "cmatrix.h" Index: main.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/main.c,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 *** main.c 21 Aug 2006 13:43:47 -0000 1.66 --- main.c 12 Sep 2006 00:41:59 -0000 1.67 *************** *** 35,38 **** --- 35,39 ---- #include <TxtGlue.h> + #include "konvert.h" #include "calc.h" #include "clie.h" |
From: Ton v. O. <tvo...@us...> - 2006-09-06 01:23:27
|
Update of /cvsroot/easycalc/easycalc/langs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25258 Modified Files: fr.rcp Log Message: Add missing end-of-line '\' in FSF address in fr.rcp. Index: fr.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/fr.rcp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** fr.rcp 6 Sep 2006 00:41:31 -0000 1.17 --- fr.rcp 6 Sep 2006 01:23:23 -0000 1.18 *************** *** 373,377 **** "\n\nVous devez avoir reçu un exemplaire de la Licence Publique Générale GNU "\ "en même temps que ce programme ; si ce n'est pas le cas, écrivez à la Free "\ ! "Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, " "Etats-Unis. " --- 373,377 ---- "\n\nVous devez avoir reçu un exemplaire de la Licence Publique Générale GNU "\ "en même temps que ce programme ; si ce n'est pas le cas, écrivez à la Free "\ ! "Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, "\ "Etats-Unis. " |
From: Ton v. O. <tvo...@us...> - 2006-09-06 01:12:05
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20594 Modified Files: Makefile.in calc.rcp.in Log Message: Eliminated language specific header files (lang.h) following a suggestion of dti17 at narod.ru . Index: Makefile.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/Makefile.in,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** Makefile.in 25 Aug 2006 02:08:13 -0000 1.33 --- Makefile.in 6 Sep 2006 01:11:58 -0000 1.34 *************** *** 108,114 **** sed -e "s/VERSION_HERE/`cat VERSION`/g" > $(RCPFILE) ! %.stamp: $(RCPFILE) calcrsc.h $(LANGDIR)/%.h -rm $(ROFILE) - @ln -sf $(LANGDIR)/$*.h lang.h @if [ $* = 'jp' ]; then \ echo "$(PILRC) -ro -o $(ROFILE) -allowEditID -q -Fj -L $* $(RCPFILE)";\ --- 108,113 ---- sed -e "s/VERSION_HERE/`cat VERSION`/g" > $(RCPFILE) ! %.stamp: $(RCPFILE) calcrsc.h -rm $(ROFILE) @if [ $* = 'jp' ]; then \ echo "$(PILRC) -ro -o $(ROFILE) -allowEditID -q -Fj -L $* $(RCPFILE)";\ *************** *** 119,123 **** fi touch $@ - @rm -f lang.h $(TARGET): $(OBJS) $(TARGET)-sections.ld --- 118,121 ---- Index: calc.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.rcp.in,v retrieving revision 1.106 retrieving revision 1.107 diff -C2 -d -r1.106 -r1.107 *** calc.rcp.in 25 Aug 2006 00:29:01 -0000 1.106 --- calc.rcp.in 6 Sep 2006 01:11:58 -0000 1.107 *************** *** 4,8 **** #include "calcrsc.h" - #include "lang.h" #ifdef SUPPORT_DIA #include "resizeconsts.h" --- 4,7 ---- *************** *** 84,88 **** LABEL "$$NAME:" AUTOID AT (5 15) ! FIELD ID slvOptionsTitle AT (PREVLEFT+NAMELEN PREVTOP 145-NAMELEN 12) USABLE EDITABLE UNDERLINED MAXCHARS MAX_WORKSHEET_TITLE AUTOSHIFT LABEL "$$MINIMUM:" AUTOID AT (5 PREVTOP+15) --- 83,87 ---- LABEL "$$NAME:" AUTOID AT (5 15) ! FIELD ID slvOptionsTitle AT (PREVRIGHT+2 PREVTOP 145-PREVRIGHT-2 12) USABLE EDITABLE UNDERLINED MAXCHARS MAX_WORKSHEET_TITLE AUTOSHIFT LABEL "$$MINIMUM:" AUTOID AT (5 PREVTOP+15) *************** *** 107,111 **** LABEL "$$NAME:" AUTOID AT (5 15) ! FIELD ID slvTitle AT (PREVLEFT+NAMELEN PREVTOP 145-NAMELEN 12) USABLE EDITABLE UNDERLINED MAXCHARS MAX_WORKSHEET_TITLE AUTOSHIFT BUTTON "$$OK" ID slvTitleOK AT (5 32 40 12) BUTTON "$$CANCEL" ID slvTitleCancel AT (PREVRIGHT+5 PREVTOP AUTO 12) --- 106,110 ---- LABEL "$$NAME:" AUTOID AT (5 15) ! FIELD ID slvTitle AT (PREVRIGHT+2 PREVTOP 145-PREVRIGHT-2 12) USABLE EDITABLE UNDERLINED MAXCHARS MAX_WORKSHEET_TITLE AUTOSHIFT BUTTON "$$OK" ID slvTitleOK AT (5 32 40 12) BUTTON "$$CANCEL" ID slvTitleCancel AT (PREVRIGHT+5 PREVTOP AUTO 12) *************** *** 261,265 **** LABEL "$$NAME:" AUTOID AT (5 20) FONT 1 ! FIELD ID varEntryField AT (PREVLEFT+NAMELEN 20 133-NAMELEN 20) EDITABLE UNDERLINED MAXCHARS 10 USABLE POPUPTRIGGER "" ID varEntryListBut AT (137 20 12 10) LIST "" ID varEntryList AT (105 5 45 40) NONUSABLE DISABLED VISIBLEITEMS 1 --- 260,264 ---- LABEL "$$NAME:" AUTOID AT (5 20) FONT 1 ! FIELD ID varEntryField AT (PREVRIGHT+2 20 133-PREVRIGHT-2 20) EDITABLE UNDERLINED MAXCHARS 10 USABLE POPUPTRIGGER "" ID varEntryListBut AT (137 20 12 10) LIST "" ID varEntryList AT (105 5 45 40) NONUSABLE DISABLED VISIBLEITEMS 1 *************** *** 281,287 **** LABEL "$$NAME:" AUTOID AT (5 15) FONT 1 ! FIELD ID varEditNameField AT (PREVLEFT+NAMELEN 15 85-NAMELEN 12) EDITABLE UNDERLINED MAXCHARS 10 USABLE FIELD ID varEditField AT (5 30 145 30) EDITABLE UNDERLINED MAXCHARS MAX_INPUT_LENGTH USABLE MULTIPLELINES ! BUTTON "$$OK" ID varEditOK AT (5 58 DT_OKLEN 12) BUTTON "$$CANCEL" ID varEditCancel AT (PREVRIGHT+5 PREVTOP AUTO 12) LABEL "$$PARAM:" varEditParamLabel AT (92 15) FONT 1 NONUSABLE --- 280,286 ---- LABEL "$$NAME:" AUTOID AT (5 15) FONT 1 ! FIELD ID varEditNameField AT (PREVRIGHT+2 15 85-PREVRIGHT-2 12) EDITABLE UNDERLINED MAXCHARS 10 USABLE FIELD ID varEditField AT (5 30 145 30) EDITABLE UNDERLINED MAXCHARS MAX_INPUT_LENGTH USABLE MULTIPLELINES ! BUTTON "$$OK" ID varEditOK AT (5 58 AUTO 12) BUTTON "$$CANCEL" ID varEditCancel AT (PREVRIGHT+5 PREVTOP AUTO 12) LABEL "$$PARAM:" varEditParamLabel AT (92 15) FONT 1 NONUSABLE *************** *** 295,299 **** LIST "" ID varBuiltinList AT (80 10 65 66) NONUSABLE DISABLED VISIBLEITEMS 14 ! GRAFFITISTATEINDICATOR AT (140 63) END --- 294,298 ---- LIST "" ID varBuiltinList AT (80 10 65 66) NONUSABLE DISABLED VISIBLEITEMS 14 ! GRAFFITISTATEINDICATOR AT (147 63) END *************** *** 848,851 **** --- 847,858 ---- END + ALERT ID altErrorMsg + ERROR + BEGIN + TITLE "$$ERROR" + MESSAGE "^1" + BUTTONS "$$OK" + END + ALERT ID altOctalMode ERROR |
From: Ton v. O. <tvo...@us...> - 2006-09-06 01:12:01
|
Update of /cvsroot/easycalc/easycalc/langs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20594/langs Removed Files: cs.h de.h en.h fr.h it.h ja.h pt.h ru_koi8.h ru_win.h sp.h Log Message: Eliminated language specific header files (lang.h) following a suggestion of dti17 at narod.ru . --- de.h DELETED --- --- it.h DELETED --- --- fr.h DELETED --- --- pt.h DELETED --- --- en.h DELETED --- --- cs.h DELETED --- --- ru_koi8.h DELETED --- --- sp.h DELETED --- --- ja.h DELETED --- --- ru_win.h DELETED --- |
Update of /cvsroot/easycalc/easycalc/langs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7814 Modified Files: cs.rcp de.rcp en.rcp fr.rcp it.rcp ja.rcp pt.rcp ru_koi8.rcp ru_win.rcp sp.rcp Log Message: Update of Russian translation (from dti17 at narod.ru). Update FSF address in all other translations. Index: it.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/it.rcp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** it.rcp 25 Aug 2006 00:26:16 -0000 1.16 --- it.rcp 6 Sep 2006 00:41:31 -0000 1.17 *************** *** 364,368 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Opzioni di base per i grafici."\ --- 364,368 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Opzioni di base per i grafici."\ Index: en.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/en.rcp,v retrieving revision 1.47 retrieving revision 1.48 diff -C2 -d -r1.47 -r1.48 *** en.rcp 3 Sep 2006 18:45:33 -0000 1.47 --- en.rcp 6 Sep 2006 00:41:31 -0000 1.48 *************** *** 219,223 **** "$$ERRTOO DEEP RECURSION"= "Too deep recursion" "$$ERRIMPOSSIBLE CALCULATION" = "Impossible calculation" ! "$$ERROUT OF RANGE" = "Out of range" "$$ERRBAD ARG COUNT" = "Bad argument count" "$$ERRBAD DIMENSION" = "Bad dimension" --- 219,223 ---- "$$ERRTOO DEEP RECURSION"= "Too deep recursion" "$$ERRIMPOSSIBLE CALCULATION" = "Impossible calculation" ! "$$ERROUT OF RANGE" = "Out of range" "$$ERRBAD ARG COUNT" = "Bad argument count" "$$ERRBAD DIMENSION" = "Bad dimension" *************** *** 351,355 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Basic drawing preferences for graphs."\ --- 351,355 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Basic drawing preferences for graphs."\ Index: ru_koi8.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ru_koi8.rcp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ru_koi8.rcp 25 Aug 2006 00:26:19 -0000 1.13 --- ru_koi8.rcp 6 Sep 2006 00:41:31 -0000 1.14 *************** *** 9,13 **** * PREFERENCES (19) * **************************************************/ ! "$$PREFERENCES TITLE" = "îÁÓÔÒ." "$$RADIAN" = "òÁÄÉÁÎÙ" --- 9,13 ---- * PREFERENCES (19) * **************************************************/ ! "$$PREFERENCES TITLE" = "îÁÓÔÒÏÊËÉ" "$$RADIAN" = "òÁÄÉÁÎÙ" *************** *** 30,36 **** "$$STRIP ZEROS" = "ïÔÂÒÁÓ.0" "$$MATCH BRACKETS" = "á×ÔÏ ()" ! "$$SHOW UNITS" = "ðÏËÁÚ.ÅÄÉÎ. " "$$INSERT HELP" = "÷ÓÔÁ×.ÓÐÒÁ×ËÕ" "$$PALM NUM PREFS" = "ÞÉÓÌ.ÎÁÓÔÒ.PDA" /************************************************** --- 30,37 ---- "$$STRIP ZEROS" = "ïÔÂÒÁÓ.0" "$$MATCH BRACKETS" = "á×ÔÏ ()" ! "$$SHOW UNITS" = "ðÏËÁÚÙ×ÁÔØ ÅÄÉÎÉÃÙ " "$$INSERT HELP" = "÷ÓÔÁ×.ÓÐÒÁ×ËÕ" "$$PALM NUM PREFS" = "ÞÉÓÌ.ÎÁÓÔÒ.PDA" + "$$DISP SCIEN" = "äÏÐÏÌÎÉÔÅÌØÎÙÅ ÆÕÎËÃÉÉ " /************************************************** *************** *** 47,52 **** "$$MATRIX FUNCTIONS" = "íÁÔÒÉÃÙ" "$$UPPER TAIL PROBAB" = "òÁÓÐÒÅÄÅÌÅÎÉÑ" ! "$$SIGNAL PROCESSING" = "Signal Processing" ! "$$DISCRETE MATH" = "Discrete Math" /************************************************** --- 48,53 ---- "$$MATRIX FUNCTIONS" = "íÁÔÒÉÃÙ" "$$UPPER TAIL PROBAB" = "òÁÓÐÒÅÄÅÌÅÎÉÑ" ! "$$SIGNAL PROCESSING" = "ïÂÒÁÂ. ÓÉÇÎÁÌÏ×" ! "$$DISCRETE MATH" = "äÉÓËÒÅÔ. ÍÁÔÅÍÁÔÉËÁ" /************************************************** *************** *** 55,60 **** "$$SAVE AS TITLE" = "óÏÈÒÁÎÉÔØ ÐÅÒÅÍÅÎÎÕÀ ËÁË" ! "$$NAME:" = "éÍÑ:" ! "$$PARAM:" = "ðÁÒÁÍ: " "$$DONE" = "çÏÔÏ×Ï" --- 56,61 ---- "$$SAVE AS TITLE" = "óÏÈÒÁÎÉÔØ ÐÅÒÅÍÅÎÎÕÀ ËÁË" ! "$$NAME:" = "ÉÍÑ: " ! "$$PARAM:" = "ÐÒÍ: " "$$DONE" = "çÏÔÏ×Ï" *************** *** 64,76 **** "$$DEFINITION TITLE" = "ïÐÒÅÄÅÌÅÎÉÑ" ! "$$NEW" = "îÏ×ÙÊ" ! "$$MODIFY" = "éÚÍÅÎÉÔØ" ! "$$DELETE" = "õÄÁÌÉÔØ" "$$FUNCTION" = "ÆÕÎËÃÉÑ" "$$VARIABLE" = "ÐÅÒÅÍÅÎÎÁÑ" ! "$$INSERT" = "÷ÓÔÁ×ÉÔØ" "$$LIST EDITOR" = "òÅÄÁËÔÏÒ ÓÐÉÓËÏ×" ! "$$VALUE:" = "úÎÁÞÅÎÉÅ:" "$$REFERENCE1" = "óÓÙÌËÁ 1" --- 65,77 ---- "$$DEFINITION TITLE" = "ïÐÒÅÄÅÌÅÎÉÑ" ! "$$NEW" = "îÏ×ÁÑ" ! "$$MODIFY" = "éÚÍÅÎÉ" ! "$$DELETE" = "õÄÁÌÉ" "$$FUNCTION" = "ÆÕÎËÃÉÑ" "$$VARIABLE" = "ÐÅÒÅÍÅÎÎÁÑ" ! "$$INSERT" = "÷ÓÔÁר" "$$LIST EDITOR" = "òÅÄÁËÔÏÒ ÓÐÉÓËÏ×" ! "$$VALUE:" = "þÉÓÌÏ:" "$$REFERENCE1" = "óÓÙÌËÁ 1" *************** *** 80,98 **** * Solver * **************************************************/ ! "$$SOLVER" = "Solver" ! "$$UPDATE" = "Update" ! "$$OPTIONS" = "Options" ! "$$NOTE" = "Note" ! "$$NEW WORKSHEET" = "New Worksheet" ! "$$MINIMUM:" = "Minimum:" ! "$$MAXIMUM:" = "Maximum:" ! "$$PRECISION:" = "Precision:" ! "$$SOLVE" = "Solve" ! "$$CALCULATE" = "Calculate" ! "$$WORKSHEET" = "worksheet" ! "$$NEW WORKSHEET" = "New Worksheet" ! "$$SOLVER OPTIONS" = "Solver Options" ! "$$VARIABLE DESCR" = "Variable Description:\n" ! "$$UNDEFINED" = "Undefined" /************************************************** --- 81,98 ---- * Solver * **************************************************/ ! "$$SOLVER" = "òÅÛÅÎÉÅ" ! "$$UPDATE" = "ïÂÎÏ×É" ! "$$OPTIONS" = "ðÁÒÁÍ." ! "$$NOTE" = "ðÒÉÍÅÞ." ! "$$NEW WORKSHEET" = "îÏ×ÙÊ ÌÉÓÔ" ! "$$MINIMUM:" = "íÉÎÉÍÕÍ:" ! "$$MAXIMUM:" = "íÁËÓÉÍÕÍ:" ! "$$PRECISION:" = "ôÏÞÎÏÓÔØ:" ! "$$SOLVE" = "òÅÛÉ" ! "$$CALCULATE" = "÷ÙÞÉÓÌÉ" ! "$$WORKSHEET" = "ÌÉÓÔ" ! "$$SOLVER OPTIONS" = "îÁÓÔÒÏÊËÉ ÒÅÛÅÎÉÑ" ! "$$VARIABLE DESCR" = "ïÐÉÓÁÎÉÅ ÐÅÒÅÍÅÎÎÏÊ:\n" ! "$$UNDEFINED" = "îÅÏÐÒÅÄÅÌÅÎÏ" /************************************************** *************** *** 109,116 **** "$$FINANCIAL..." = "æÉÎÁÎÓÏ×ÙÅ ÒÁÓÞÅÔÙ..." /**************************************************/ ! "$$SOLVER..." = "Solver..." /**************************************************/ ! "$$SPECIAL" = "óÐÅÃ." "$$CLEAR HISTORY" = "ïÞÉÓÔÉÔØ ÉÓÔÏÒÉÀ" "$$EXPORT TO MEMOPAD" = "ëÏÐÉÒÏ×ÁÔØ × ÂÕÆÅÒ" --- 109,116 ---- "$$FINANCIAL..." = "æÉÎÁÎÓÏ×ÙÅ ÒÁÓÞÅÔÙ..." /**************************************************/ ! "$$SOLVER..." = "òÅÛÅÎÉÅ..." /**************************************************/ ! "$$SPECIAL" = "óÐÅÃ" "$$CLEAR HISTORY" = "ïÞÉÓÔÉÔØ ÉÓÔÏÒÉÀ" "$$EXPORT TO MEMOPAD" = "ëÏÐÉÒÏ×ÁÔØ × ÂÕÆÅÒ" *************** *** 132,136 **** "$$DELETE TITLE" = "ðÏÄÔ×ÅÒÄÉÔÅ ÕÄÁÌÅÎÉÅ" ! "$$DELETE MSG" = "õÄÁÌÉÔØ ÎÁÓÏ×ÓÅÍ ^1 '^2'?" "$$DELETE" = "õÄÁÌÉÔØ" --- 132,136 ---- "$$DELETE TITLE" = "ðÏÄÔ×ÅÒÄÉÔÅ ÕÄÁÌÅÎÉÅ" ! "$$DELETE MSG" = "^1 '^2' ÕÄÁÌÑÅÔÓÑ?" "$$DELETE" = "õÄÁÌÉÔØ" *************** *** 145,150 **** "$$NUMBER NOT RECOG" = "þÉÓÌÏ ÎÅ ÒÁÓÐÏÚÎÁÎÏ." /**************************************************/ ! "$$OCTAL MODE SELECTED" = "Bad Mode Selected" ! "$$OCTAL MODE ERROR" = "You cannot use this key in ^1 mode." /**************************************************/ --- 145,150 ---- "$$NUMBER NOT RECOG" = "þÉÓÌÏ ÎÅ ÒÁÓÐÏÚÎÁÎÏ." /**************************************************/ ! "$$OCTAL MODE SELECTED" = "îÅ×ÅÒÎÙÊ ÒÅÖÉÍ" ! "$$OCTAL MODE ERROR" = "üÔÁ ËÎÏÐËÁ ÎÅ ÒÁÂÏÔÁÅÔ × ÒÅÖÉÍÅ ^1." /**************************************************/ *************** *** 188,192 **** "$$COMPUTING" = "÷ÙÞÉÓÌÅÎÉÅ" "$$COMPCONFIRM" = "òÁÓÞÅÔ ÚÁÊÍÅÔ ÎÅËÏÔÏÒÏÅ ×ÒÅÍÑ. îÁÖÍÉÔÅ ôáë ÄÌÑ ÎÁÞÁÌÁ ×ÙÞÉÓÌÅÎÉÊ" ! "$$COMPRESULT" = "^1 ÆÕÎËÃÉÉ ÒÁ×ÎÏ: ^2" "$$LEFTBOUND" = "÷ÙÂÅÒÉÔÅ ÌÅ×ÕÀ ÇÒÁÎÉÃÕ ÉÎÔÅÒ×ÁÌÁ É ÎÁÖÍÉÔÅ 'C'." "$$RIGHTBOUND" = "÷ÙÂÅÒÉÔÅ ÐÒÁ×ÕÀ ÇÒÁÎÉÃÕ ÉÎÔÅÒ×ÁÌÁ É ÎÁÖÍÉÔÅ 'C'." --- 188,192 ---- "$$COMPUTING" = "÷ÙÞÉÓÌÅÎÉÅ" "$$COMPCONFIRM" = "òÁÓÞÅÔ ÚÁÊÍÅÔ ÎÅËÏÔÏÒÏÅ ×ÒÅÍÑ. îÁÖÍÉÔÅ ôáë ÄÌÑ ÎÁÞÁÌÁ ×ÙÞÉÓÌÅÎÉÊ" ! "$$COMPRESULT" = "^1 ÆÕÎËÃÉÉ: ^2" "$$LEFTBOUND" = "÷ÙÂÅÒÉÔÅ ÌÅ×ÕÀ ÇÒÁÎÉÃÕ ÉÎÔÅÒ×ÁÌÁ É ÎÁÖÍÉÔÅ 'C'." "$$RIGHTBOUND" = "÷ÙÂÅÒÉÔÅ ÐÒÁ×ÕÀ ÇÒÁÎÉÃÕ ÉÎÔÅÒ×ÁÌÁ É ÎÁÖÍÉÔÅ 'C'." *************** *** 243,250 **** "$$PARAMMODE" = "ðÁÒÁÍÅÔ." ! "$$GRAPH COLORS" = "Graph Color Setup" ! "$$BACKGRND" = "backg" ! "$$AXIS" = "axis" ! "$$GRID" = "grid" /************************************************** --- 243,250 ---- "$$PARAMMODE" = "ðÁÒÁÍÅÔ." ! "$$GRAPH COLORS" = "ã×ÅÔÁ ÇÒÁÆÉËÁ" ! "$$BACKGRND" = "ÆÏÎ" ! "$$AXIS" = "ÏÓØ" ! "$$GRID" = "ÓÅÔËÁ" /************************************************** *************** *** 277,282 **** "ÌÅÇËÏ ÏÔÏÂÒÁÖÁÀÔÓÑ × Ä×ÏÉÞÎÏÊ ÆÏÒÍÅ. "\ "\n\n"\ ! "ðÏËÁÚ.ÅÄÉÎ. - × ÉÎÖÅÎÅÒÎÏÍ ÒÅÖÉÍÅ ×Ù×ÏÄ ÎÁÐÒ. "\ ! "10E3 ËÁË 10K É Ô.Ä. ëÏÎÅÞÎÏ, ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÉ ÞÉÓÌÁ ÐÒÉ "\ "××ÏÄÅ ÞÉÓÅÌ."\ "\n\n"\ --- 277,282 ---- "ÌÅÇËÏ ÏÔÏÂÒÁÖÁÀÔÓÑ × Ä×ÏÉÞÎÏÊ ÆÏÒÍÅ. "\ "\n\n"\ ! "ðÏËÁÚÙ×ÁÔØ ÅÄÉÎÉÃÙ - × ÉÎÖÅÎÅÒÎÏÍ ÒÅÖÉÍÅ ×Ù×ÏÄ, ÎÁÐÒÉÍÅÒ, "\ ! "10E3, ËÁË 10K É Ô.Ä. ëÏÎÅÞÎÏ, ×Ù ÍÏÖÅÔÅ ÉÓÐÏÌØÚÏ×ÁÔØ ÜÔÉ ÅÄÉÎÉÃÙ ÐÒÉ "\ "××ÏÄÅ ÞÉÓÅÌ."\ "\n\n"\ *************** *** 288,294 **** "ÒÁÓÐÏÚÎÁÀÔÓÑ ËÁË ÄÅÓÑÔÉÞÎÁÑ ÔÏÞËÁ, ÎÏ ÅÓÌÉ ×ÙÂÒÁÎ ÜÔÏÔ ÐÕÎËÔ, "\ "ÒÁÓÐÏÚÎÁ×ÁÔØÓÑ ÂÕÄÅÔ ÔÏÌØËÏ ÏÄÉÎ ÉÚ ÚÎÁËÏ×, - ÔÏÔ, ËÏÔÏÒÙÊ ÏÐÒÅÄÅÌÅÎ × ÎÁÓÔÒÏÊËÁÈ PalmOS. "\ ! "üÔÏ ÍÏÖÅÔ ÂÙÔØ ÐÏÌÅÚÎÏ ÐÒÉ ×ÓÔÁ×ËÅ × EasyCalc ÉÚ ÄÒÕÇÉÈ ÐÒÉÌÏÖÅÎÉÊ." ! "$$BASIC HELP" = "óÁÍÙÅ Ó×ÅÖÉÅ ÄÁÎÎÙÅ ÄÏÓÔÕÐÎÙ ÎÁ "\ "http://easycalc.sourceforge.net ."\ "\n\n"\ --- 288,296 ---- "ÒÁÓÐÏÚÎÁÀÔÓÑ ËÁË ÄÅÓÑÔÉÞÎÁÑ ÔÏÞËÁ, ÎÏ ÅÓÌÉ ×ÙÂÒÁÎ ÜÔÏÔ ÐÕÎËÔ, "\ "ÒÁÓÐÏÚÎÁ×ÁÔØÓÑ ÂÕÄÅÔ ÔÏÌØËÏ ÏÄÉÎ ÉÚ ÚÎÁËÏ×, - ÔÏÔ, ËÏÔÏÒÙÊ ÏÐÒÅÄÅÌÅÎ × ÎÁÓÔÒÏÊËÁÈ PalmOS. "\ ! "üÔÏ ÍÏÖÅÔ ÂÙÔØ ÐÏÌÅÚÎÏ ÐÒÉ ×ÓÔÁ×ËÅ × EasyCalc ÉÚ ÄÒÕÇÉÈ ÐÒÉÌÏÖÅÎÉÊ.\n\n"\ ! "îÁÕÞÎÙÅ ÆÕÎËÃÉÉ - × ÏÂÙÞÎÙÊ ×ÉÄ ÄÏÂÁ×ÌÑÀÔÓÑ ËÎÏÐËÉ ×ÙÚÏ×Á "\ ! "ÎÅËÏÔÏÒÙÈ ÆÕÎËÃÉÊ (sin, ln É Ô.Ä.)." ! "$$BASIC HELP" = "óÁÍÙÅ Ó×ÅÖÉÅ Ó×ÅÄÅÎÉÑ ÄÏÓÔÕÐÎÙ ÎÁ "\ "http://easycalc.sourceforge.net ."\ "\n\n"\ *************** *** 347,351 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "ïÓÎÏ×ÎÙÅ ÎÁÓÔÒÏÊËÉ ÇÒÁÆÉËÏ×."\ --- 349,368 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"\ ! "\n\n(îÁÕÞÎÙÊ ËÁÌØËÕÌÑÔÏÒ ÄÌÑ PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ ! "üÔÁ ÐÒÏÇÒÁÍÍÁ - Ó×ÏÂÏÄÎÁÑ: ×Ù ÍÏÖÅÔÅ ÐÅÒÅÄÁ×ÁÔØ É/ÉÌÉ ÉÚÍÅÎÑÔØ Å£ "\ ! "× ÓÏÏÔ×ÅÔÓÔ×ÉÉ Ó ïÂÝÅÊ ÏÂÝÅÓÔ×ÅÎÎÏÊ ÌÉÃÅÎÚÉÅÊ GNU, × ÔÏÍ ×ÉÄÅ, "\ ! "× ËÁËÏÍ Å£ ÏÐÕÂÌÉËÏ×ÁÌ Free Software Foundation; ×Ù ÍÏÖÅÔÅ "\ ! "ÉÓÐÏÌØÚÏ×ÁÔØ ÌÉÃÅÎÚÉÀ × ×ÅÒÓÉÉ 2 ÌÉÃÅÎÚÉÉ ÉÌÉ ÌÀÂÕÀ ÂÏÌÅÅ ÐÏÚÄÎÀÀ "\ ! "×ÅÒÓÉÀ.\n\n"\ ! "üÔÁ ÐÒÏÇÒÁÍÍÁ ÐÅÒÅÄÁ£ÔÓÑ × ÎÁÄÅÖÄÅ ÎÁ ÔÏ, ÞÔÏ ÏÎÁ ÂÕÄÅÔ ÐÏÌÅÚÎÏÊ, "\ ! "ÎÏ âåúï ÷óñëïê çáòáîôéé; ÄÁÖÅ ÂÅÚ ÎÅÑ×ÎÏÊ ÇÁÒÁÎÉÉ ôï÷áòîïçï ÷éäá "\ ! "ÉÌÉ çïäîïóôé äìñ ïðòåäåì³îîïê ãåìé. äÅÔÁÌÉ ÓÍ. × ïÂÝÅÊ ÏÂÝÅÓÔ×ÅÎÎÏÊ "\ ! "ÌÉÃÅÎÚÉÉ GNU (ÔÏÌØËÏ ÐÏ-ÁÎÇÌÉÊÓËÉ)\n\n"\ ! "÷Ù ÄÏÌÖÎÙ ÂÙÌÉ ÐÏÌÕÞÉÔØ ËÏÐÉÀ ïÂÝÅÊ ÏÂÝÅÓÔ×ÅÎÎÏÊ ÌÉÃÅÎÚÉÉ GNU ×ÍÅÓÔÅ "\ ! "Ó ÜÔÏÊ ÐÒÏÇÒÁÍÍÏÊ; ÅÓÌÉ ÎÅÔ, ÏÂÒÁÔÉÔÅÓØ ×Ï Free Software Foundation, Inc., "\ ! "51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA)" "$$GRPREF HELP" = "ïÓÎÏ×ÎÙÅ ÎÁÓÔÒÏÊËÉ ÇÒÁÆÉËÏ×."\ *************** *** 366,370 **** "$$FINHELP" = "ïÐÉÓÁÎÉÅ ÏÓÎÏ×ÎÙÈ ÆÉÎÁÎÓÏ×ÙÈ ÒÁÓÞÅÔÏ×: "\ "õ ×ÁÓ ÅÓÔØ ÎÅËÏÔÏÒÁÑ ÓÕÍÍÁ × ÂÁÎËÅ (PV, ÔÅËÕÝÅÅ ÚÎÁÞÅÎÉÅ). X ÒÁÚ × ÇÏÄ (P/YR, "\ ! "×ÙÐÌÁÔÙ ÚÁ ÇÏÄ) ×ËÌÁÄÙ×ÁÅÔÅ ÎÅËÏÔÏÒÕÀ ÓÕÍÍÕ (PMT, ÐÌÁÔÁ) ÎÁ Ó×ÏÊ ÓÞÅÔ. âÁÎË ÄÏÂÁ×ÌÑÅÔ ËÁÖÄÙÊ ÒÁÚ ÎÅËÏÔÏÒÕÀ ÓÕÍÍÕ - ÐÒÏÃÅÎÔ "\ "ÓÕÍÍÙ, ÌÅÖÁÝÅÊ ÎÁ ×ÁÛÅÍ ÓÞÅÔÕ, ËÏÔÏÒÕÀ ÎÁÚÙ×ÁÀÔ ÎÁÞÉÓÌÅÎÉÑÍÉ (IT).\n"\ "ðÏÓÌÅ ÎÅÓËÏÌØËÉÈ ×ÚÎÏÓÏ× (NP, ÞÉÓÌÏ ×ÚÎÏÓÏ×) ÒÅÛÁÅÔÅÓØ ÓÎÑÔØ ÄÅÎØÇÉ ÓÏ ÓÞÅÔÁ. "\ --- 383,388 ---- "$$FINHELP" = "ïÐÉÓÁÎÉÅ ÏÓÎÏ×ÎÙÈ ÆÉÎÁÎÓÏ×ÙÈ ÒÁÓÞÅÔÏ×: "\ "õ ×ÁÓ ÅÓÔØ ÎÅËÏÔÏÒÁÑ ÓÕÍÍÁ × ÂÁÎËÅ (PV, ÔÅËÕÝÅÅ ÚÎÁÞÅÎÉÅ). X ÒÁÚ × ÇÏÄ (P/YR, "\ ! "×ÙÐÌÁÔÙ ÚÁ ÇÏÄ) ×ËÌÁÄÙ×ÁÅÔÅ ÎÅËÏÔÏÒÕÀ ÓÕÍÍÕ (PMT, ÐÌÁÔÁ) ÎÁ Ó×ÏÊ ÓÞÅÔ. "\ ! "âÁÎË ÄÏÂÁ×ÌÑÅÔ ËÁÖÄÙÊ ÒÁÚ ÎÅËÏÔÏÒÕÀ ÓÕÍÍÕ - ÐÒÏÃÅÎÔ "\ "ÓÕÍÍÙ, ÌÅÖÁÝÅÊ ÎÁ ×ÁÛÅÍ ÓÞÅÔÕ, ËÏÔÏÒÕÀ ÎÁÚÙ×ÁÀÔ ÎÁÞÉÓÌÅÎÉÑÍÉ (IT).\n"\ "ðÏÓÌÅ ÎÅÓËÏÌØËÉÈ ×ÚÎÏÓÏ× (NP, ÞÉÓÌÏ ×ÚÎÏÓÏ×) ÒÅÛÁÅÔÅÓØ ÓÎÑÔØ ÄÅÎØÇÉ ÓÏ ÓÞÅÔÁ. "\ *************** *** 373,377 **** "ÞÅÒÅÚ ËÏÔÏÒÏÅ ÂÁÎË ÐÅÒÅ×ÏÄÉÔ ÎÁÞÉÓÌÅÎÉÑ ÎÁ ×ÁÛ ÓÞÅÔ."\ "\n\n" \ ! "!!! ôÁËÁÑ ÐÏÓÔÁÎÏ×ËÁ ÕÞÉÔÙ×ÁÅÔ ÚÎÁË ×ÚÎÏÓÏ×. îÁÐÒ. " \ "'+' ÚÎÁÞÉÔ 'ÄÅÎØÇÉ × ÂÁÎË' Á '-' ÚÎÁÞÉÔ 'ÄÅÎØÇÉ ÉÚ ÂÁÎËÁ'. íÎÏÇÏ " \ "ÌÀÄÅÊ ÐÒÏÓÉÌÏ ÉÚÍÅÎÉÔØ ÚÎÁË, ÎÏ, ÐÏ ÍÏÅÍÕ ÍÎÅÎÉÀ, ÜÔÏ ÏÂÏÚÎÁÞÅÎÉÅ " \ --- 391,395 ---- "ÞÅÒÅÚ ËÏÔÏÒÏÅ ÂÁÎË ÐÅÒÅ×ÏÄÉÔ ÎÁÞÉÓÌÅÎÉÑ ÎÁ ×ÁÛ ÓÞÅÔ."\ "\n\n" \ ! "!!! ôÁËÁÑ ÐÏÓÔÁÎÏ×ËÁ ÕÞÉÔÙ×ÁÅÔ ÚÎÁË ×ÚÎÏÓÏ×. îÁÐÒÉÍÅÒ, " \ "'+' ÚÎÁÞÉÔ 'ÄÅÎØÇÉ × ÂÁÎË' Á '-' ÚÎÁÞÉÔ 'ÄÅÎØÇÉ ÉÚ ÂÁÎËÁ'. íÎÏÇÏ " \ "ÌÀÄÅÊ ÐÒÏÓÉÌÏ ÉÚÍÅÎÉÔØ ÚÎÁË, ÎÏ, ÐÏ ÍÏÅÍÕ ÍÎÅÎÉÀ, ÜÔÏ ÏÂÏÚÎÁÞÅÎÉÅ " \ *************** *** 407,425 **** "f1 a f2." /**************************************************/ ! "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ ! "Create a new worksheet or select existing one from the drop-down "\ ! "menu. When the worksheet is selected, you can type in either formula "\ ! "(e.g. pi*r^2) or equation (e.g. x^2=x+2). Then tap the 'Update' "\ ! "button and the list of variables gets updated. If you wrote in formula, "\ ! "set up the variables and tap button 'Calculate'. If you entered equation, "\ ! "select the variable you want to solve and press button 'Solve'.\n\n"\ ! "You may annotate the function and the variables. Press the 'Note' button "\ ! "and add a note. If you start a new line with a name of variable and colon "\ ! "(e.g. 't: Time'), the rest of the line is treated as a description of the "\ ! "variable and shown to you when you select the variable in the list.\n\n"\ ! "The equation solving internally uses fzero() function, you can modify the "\ ! "parameters by tapping the 'Options' button." END - --- 425,444 ---- "f1 a f2." /**************************************************/ ! "$$SOLVERHELP" = "òÅÛÅÎÉÅ (ÕÒÁ×ÎÅÎÉÊ) - ÜÔÏ ÓÒÅÄÓÔ×Ï, ÐÏÍÏÇÁÀÝÅÅ "\ ! "ÈÒÁÎÉÔØ ÕÒÁ×ÎÅÎÉÑ É ÆÏÒÍÕÌÙ É ×ÙÞÉÓÌÑÔØ ÒÅÚÕÌØÔÁÔÙ ÕÄÏÂÎÙÍ ÓÐÏÓÏÂÏÍ. "\ ! "óÏÚÄÁÊÔÅ ÎÏ×ÙÊ ÌÉÓÔ ÉÌÉ ×ÙÂÅÒÉÔÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÉÚ ×ÙÐÁÄÁÀÝÅÇÏ ÍÅÎÀ. "\ ! "ëÏÇÄÁ ÌÉÓÔ ×ÙÂÒÁÎ, ×Ù ÍÏÖÅÔÅ ÎÁÂÒÁÔØ ÆÏÒÍÕÌÕ (ÎÁÐÒ., pi*r^2) ÌÉÂÏ "\ ! "ÕÒÁ×ÎÅÎÉÅ (ÎÁÐÒ., x^2=x+2). úÁÔÅÍ ÎÁÖÍÉÔÅ ËÎÏÐËÕ 'ïÂÎÏ×É', É ÓÐÉÓÏË "\ ! "ÐÅÒÅÍÅÎÎÙÈ ÂÕÄÅÔ ÏÂÎÏ×Ì£Î. åÓÌÉ ×Ù ÎÁÂÒÁÌÉ ÆÏÒÍÕÌÕ, ÕÓÔÁÎÏ×ÉÔÅ "\ ! "ÐÅÒÅÍÅÎÎÙÅ É ÎÁÖÍÉÔÅ ËÎÏÐËÕ '÷ÙÞÉÓÌÉ'. åÓÌÉ ×Ù ××ÅÌÉ ÕÒÁ×ÎÅÎÉÅ, "\ ! "×ÙÂÅÒÉÔÅ ÐÅÒÅÍÅÎÎÕÀ, ËÏÔÏÒÕÀ ×Ù ÈÏÔÉÔÅ ÎÁÊÔÉ, É ÎÁÖÍÉÔÅ ËÎÏÐËÕ "\ ! "'òÅÛÉ'.\n\n"\ ! "÷Ù ÍÏÖÅÔÅ ÐÉÓÁÔØ ÚÁÍÅÔËÉ Ë ÆÕÎËÃÉÑÍ É ÐÅÒÅÍÅÎÎÙÍ. îÁÖÍÉÔÅ ËÎÏÐËÕ "\ ! "'ðÒÉÍÅÞ.' É ÄÏÂÁרÔÅ ÚÁÍÅÔËÕ. åÓÌÉ ×Ù ÎÁÞÉÎÁÅÔÅ ÎÏ×ÕÀ ÓÔÒÏËÕ Ó ÉÍÅÎÉ "\ ! "ÐÅÒÅÍÅÎÎÏÊ É Ä×ÏÅÔÏÞÉÑ (ÎÁÐÒ., 't: ×ÒÅÍÑ'), ÏÓÔÁ×ÛÁÑÓÑ ÞÁÓÔØ ÓÔÒÏËÉ "\ ! "ÒÁÓÓÍÁÔÒÉ×ÁÅÔÓÑ ËÁË ÏÐÉÓÁÎÉÅ ÐÅÒÅÍÅÎÎÏÊ É ÐÏËÁÚÙ×ÁÅÔÓÑ, ËÏÇÄÁ ×Ù "\ ! "×ÙÂÉÒÁÅÔÅ ÐÅÒÅÍÅÎÎÕÀ × ÓÐÉÓËÅ.\n\n"\ ! "ðÒÉ ÒÅÛÅÎÉÉ ÕÒÁ×ÎÅÎÉÊ ÉÓÐÏÌØÚÕÅÔÓÑ ÆÕÎËÃÉÑ fzero(); ×Ù ÍÏÖÅÔÅ "\ ! "ÉÚÍÅÎÑÔØ ÐÁÒÁÍÅÔÒÙ ÎÁÖÁÔÉÅÍ ÎÁ ËÎÏÐËÕ 'ðÁÒÁÍ.'." END Index: cs.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/cs.rcp,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** cs.rcp 25 Aug 2006 00:26:16 -0000 1.28 --- cs.rcp 6 Sep 2006 00:41:31 -0000 1.29 *************** *** 347,351 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Základní nastavení grafù."\ --- 347,351 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1301 USA" "$$GRPREF HELP" = "Základní nastavení grafù."\ Index: pt.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/pt.rcp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** pt.rcp 25 Aug 2006 00:26:19 -0000 1.15 --- pt.rcp 6 Sep 2006 00:41:31 -0000 1.16 *************** *** 367,371 **** "Junto com este programa deves ter recebido uma copia do "\ "GNU General Public License; senao, escreva a a Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Preferencias para disenho básico de gráficos. "\ --- 367,371 ---- "Junto com este programa deves ter recebido uma copia do "\ "GNU General Public License; senao, escreva a a Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Preferencias para disenho básico de gráficos. "\ Index: ru_win.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ru_win.rcp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ru_win.rcp 25 Aug 2006 00:26:19 -0000 1.12 --- ru_win.rcp 6 Sep 2006 00:41:31 -0000 1.13 *************** *** 10,14 **** * PREFERENCES (19) * **************************************************/ ! "$$PREFERENCES TITLE" = "Íàñòð." "$$RADIAN" = "Ðàäèàíû" --- 10,14 ---- * PREFERENCES (19) * **************************************************/ ! "$$PREFERENCES TITLE" = "Íàñòðîéêè" "$$RADIAN" = "Ðàäèàíû" *************** *** 23,37 **** "$$NORMAL" = "Îáû÷." "$$SCIENTIFIC" = "Íàó÷." ! "$$MNSCIENTIFIC" = "Íàó÷íûé" ! "$$ENGINEER" = "Èíæåíåðíûé" "$$PRECISION" = "Òî÷íîñòü" "$$FORCE INTEGER" = "Âñåãäà öåëûå ÷èñëà" ! "$$REDUCE PRECISION" = "Ñíèçèòü òî÷íîñòü " "$$STRIP ZEROS" = "Îòáðàñ.0" "$$MATCH BRACKETS" = "Àâòî ()" ! "$$SHOW UNITS" = "Ïîêàç.åäèí. " "$$INSERT HELP" = "Âñòàâ.ñïðàâêó" "$$PALM NUM PREFS" = "÷èñë.íàñòð.PDA" /************************************************** --- 23,38 ---- "$$NORMAL" = "Îáû÷." "$$SCIENTIFIC" = "Íàó÷." ! "$$MNSCIENTIFIC" = " Íàó÷íûé " ! "$$ENGINEER" = " Èíæåíåðíûé " "$$PRECISION" = "Òî÷íîñòü" "$$FORCE INTEGER" = "Âñåãäà öåëûå ÷èñëà" ! "$$REDUCE PRECISION" = "Ñíèçèòü òî÷íîñòü " "$$STRIP ZEROS" = "Îòáðàñ.0" "$$MATCH BRACKETS" = "Àâòî ()" ! "$$SHOW UNITS" = "Ïîêàçûâàòü åäèíèöû " "$$INSERT HELP" = "Âñòàâ.ñïðàâêó" "$$PALM NUM PREFS" = "÷èñë.íàñòð.PDA" + "$$DISP SCIEN" = "Äîïîëíèòåëüíûå ôóíêöèè " /************************************************** *************** *** 48,53 **** "$$MATRIX FUNCTIONS" = "Ìàòðèöû" "$$UPPER TAIL PROBAB" = "Ðàñïðåäåëåíèÿ" ! "$$SIGNAL PROCESSING" = "Signal Processing" ! "$$DISCRETE MATH" = "Discrete Math" /************************************************** --- 49,54 ---- "$$MATRIX FUNCTIONS" = "Ìàòðèöû" "$$UPPER TAIL PROBAB" = "Ðàñïðåäåëåíèÿ" ! "$$SIGNAL PROCESSING" = "Îáðàá. ñèãíàëîâ" ! "$$DISCRETE MATH" = "Äèñêðåò. ìàòåìàòèêà" /************************************************** *************** *** 56,77 **** "$$SAVE AS TITLE" = "Ñîõðàíèòü ïåðåìåííóþ êàê" ! "$$NAME:" = "Èìÿ:" ! "$$PARAM:" = "Ïàðàì: " "$$DONE" = "Ãîòîâî" "$$FINANCIAL TITLE" = "Ôèíàíñîâûé êàëüêóëÿòîð" "$$BEGIN" = "Íà÷àëî" ! "$$END" = "Êîíåö" "$$DEFINITION TITLE" = "Îïðåäåëåíèÿ" ! "$$NEW" = "Íîâûé" ! "$$MODIFY" = "Èçìåíèòü" ! "$$DELETE" = "Óäàëèòü" "$$FUNCTION" = "ôóíêöèÿ" "$$VARIABLE" = "ïåðåìåííàÿ" ! "$$INSERT" = "Âñòàâèòü" "$$LIST EDITOR" = "Ðåäàêòîð ñïèñêîâ" ! "$$VALUE:" = "Çíà÷åíèå:" "$$REFERENCE1" = "Ññûëêà 1" --- 57,78 ---- "$$SAVE AS TITLE" = "Ñîõðàíèòü ïåðåìåííóþ êàê" ! "$$NAME:" = "èìÿ: " ! "$$PARAM:" = "ïðì: " "$$DONE" = "Ãîòîâî" "$$FINANCIAL TITLE" = "Ôèíàíñîâûé êàëüêóëÿòîð" "$$BEGIN" = "Íà÷àëî" ! "$$END" = "Êîíåö " "$$DEFINITION TITLE" = "Îïðåäåëåíèÿ" ! "$$NEW" = "Íîâàÿ" ! "$$MODIFY" = "Èçìåíè" ! "$$DELETE" = "Óäàëè" "$$FUNCTION" = "ôóíêöèÿ" "$$VARIABLE" = "ïåðåìåííàÿ" ! "$$INSERT" = "Âñòàâü" "$$LIST EDITOR" = "Ðåäàêòîð ñïèñêîâ" ! "$$VALUE:" = "×èñëî: " "$$REFERENCE1" = "Ññûëêà 1" *************** *** 81,99 **** * Solver * **************************************************/ ! "$$SOLVER" = "Solver" ! "$$UPDATE" = "Update" ! "$$OPTIONS" = "Options" ! "$$NOTE" = "Note" ! "$$NEW WORKSHEET" = "New Worksheet" ! "$$MINIMUM:" = "Minimum:" ! "$$MAXIMUM:" = "Maximum:" ! "$$PRECISION:" = "Precision:" ! "$$SOLVE" = "Solve" ! "$$CALCULATE" = "Calculate" ! "$$WORKSHEET" = "worksheet" ! "$$NEW WORKSHEET" = "New Worksheet" ! "$$SOLVER OPTIONS" = "Solver Options" ! "$$VARIABLE DESCR" = "Variable Description:\n" ! "$$UNDEFINED" = "Undefined" /************************************************** --- 82,99 ---- * Solver * **************************************************/ ! "$$SOLVER" = "Ðåøåíèå" ! "$$UPDATE" = "Îáíîâè" ! "$$OPTIONS" = "Ïàðàìåòðû" ! "$$NOTE" = "Ïðèìå÷." ! "$$NEW WORKSHEET" = "Íîâûé ëèñò" ! "$$MINIMUM:" = "Ìèíèìóì:" ! "$$MAXIMUM:" = "Ìàêñèìóì:" ! "$$PRECISION:" = "Òî÷íîñòü:" ! "$$SOLVE" = "Ðåøè" ! "$$CALCULATE" = "Âû÷èñëè" ! "$$WORKSHEET" = "ëèñò" ! "$$SOLVER OPTIONS" = "Íàñòðîéêè ðåøåíèÿ" ! "$$VARIABLE DESCR" = "Îïèñàíèå ïåðåìåííîé:\n" ! "$$UNDEFINED" = "Íåîïðåäåëåíî" /************************************************** *************** *** 108,123 **** "$$PREFERENCES..." = "Íàñòðîéêè..." "$$DEFINITION..." = "Îïðåäåëåíèÿ..." ! "$$FINANCIAL..." = "Ôèíàíñîâûå ðàñ÷åòû..." /**************************************************/ ! "$$SOLVER..." = "Solver..." /**************************************************/ ! "$$SPECIAL" = "Ñïåö." "$$CLEAR HISTORY" = "Î÷èñòèòü èñòîðèþ" ! "$$EXPORT TO MEMOPAD" = "Êîïèðîâàòü â áóôåð" "$$IMPORT FROM MEMOPAD" = "Âñòàâèòü èç áóôåðà" "$$INFO" = "Ñïðàâêà" ! "$$ABOUT..." = "Î ïðîãðàììå..." "$$HELP" = "Ïîìîùü" --- 108,123 ---- "$$PREFERENCES..." = "Íàñòðîéêè..." "$$DEFINITION..." = "Îïðåäåëåíèÿ..." ! "$$FINANCIAL..." = "Ôèíàíñîâûå ðàñ÷åòû... " /**************************************************/ ! "$$SOLVER..." = "Ðåøåíèå..." /**************************************************/ ! "$$SPECIAL" = "Ñïåö" "$$CLEAR HISTORY" = "Î÷èñòèòü èñòîðèþ" ! "$$EXPORT TO MEMOPAD" = "Êîïèðîâàòü â áóôåð " "$$IMPORT FROM MEMOPAD" = "Âñòàâèòü èç áóôåðà" "$$INFO" = "Ñïðàâêà" ! "$$ABOUT..." = "Î ïðîãðàììå... " "$$HELP" = "Ïîìîùü" *************** *** 146,151 **** "$$NUMBER NOT RECOG" = "×èñëî íå ðàñïîçíàíî." /**************************************************/ ! "$$OCTAL MODE SELECTED" = "Bad Mode Selected" ! "$$OCTAL MODE ERROR" = "You cannot use this key in ^1 mode." /**************************************************/ --- 146,151 ---- "$$NUMBER NOT RECOG" = "×èñëî íå ðàñïîçíàíî." /**************************************************/ ! "$$OCTAL MODE SELECTED" = "Íåâåðíûé ðåæèì" ! "$$OCTAL MODE ERROR" = "Ýòà êíîïêà íå ðàáîòàåò â ðåæèìå ^1." /**************************************************/ *************** *** 189,193 **** "$$COMPUTING" = "Âû÷èñëåíèå" "$$COMPCONFIRM" = "Ðàñ÷åò çàéìåò íåêîòîðîå âðåìÿ. Íàæìèòå ÒÀÊ äëÿ íà÷àëà âû÷èñëåíèé" ! "$$COMPRESULT" = "^1 ôóíêöèè ðàâíî: ^2" "$$LEFTBOUND" = "Âûáåðèòå ëåâóþ ãðàíèöó èíòåðâàëà è íàæìèòå 'C'." "$$RIGHTBOUND" = "Âûáåðèòå ïðàâóþ ãðàíèöó èíòåðâàëà è íàæìèòå 'C'." --- 189,193 ---- "$$COMPUTING" = "Âû÷èñëåíèå" "$$COMPCONFIRM" = "Ðàñ÷åò çàéìåò íåêîòîðîå âðåìÿ. Íàæìèòå ÒÀÊ äëÿ íà÷àëà âû÷èñëåíèé" ! "$$COMPRESULT" = "^1 ôóíêöèè: ^2" "$$LEFTBOUND" = "Âûáåðèòå ëåâóþ ãðàíèöó èíòåðâàëà è íàæìèòå 'C'." "$$RIGHTBOUND" = "Âûáåðèòå ïðàâóþ ãðàíèöó èíòåðâàëà è íàæìèòå 'C'." *************** *** 244,251 **** "$$PARAMMODE" = "Ïàðàìåò." ! "$$GRAPH COLORS" = "Graph Color Setup" ! "$$BACKGRND" = "backg" ! "$$AXIS" = "axis" ! "$$GRID" = "grid" /************************************************** --- 244,251 ---- "$$PARAMMODE" = "Ïàðàìåò." ! "$$GRAPH COLORS" = "Öâåòà ãðàôèêà" ! "$$BACKGRND" = "ôîí" ! "$$AXIS" = "îñü" ! "$$GRID" = "ñåòêà" /************************************************** *************** *** 259,263 **** "$$SELECT ALL" = "Âûáðàòü âñ¸" "$$KEYBOARD" = "Êëàâèàòóðà" ! "$$GRAFFITI HELP" = "Ñïðàâêà ïî Graffiti" /************************************************** --- 259,263 ---- "$$SELECT ALL" = "Âûáðàòü âñ¸" "$$KEYBOARD" = "Êëàâèàòóðà" ! "$$GRAFFITI HELP" = "Ñïðàâêà ïî Graffiti " /************************************************** *************** *** 278,283 **** "ëåãêî îòîáðàæàþòñÿ â äâîè÷íîé ôîðìå. "\ "\n\n"\ ! "Ïîêàç.åäèí. - â èíæåíåðíîì ðåæèìå âûâîä íàïð. "\ ! "10E3 êàê 10K è ò.ä. Êîíå÷íî, âû ìîæåòå èñïîëüçîâàòü ýòè ÷èñëà ïðè "\ "ââîäå ÷èñåë."\ "\n\n"\ --- 278,283 ---- "ëåãêî îòîáðàæàþòñÿ â äâîè÷íîé ôîðìå. "\ "\n\n"\ ! "Ïîêàçûâàòü åäèíèöû - â èíæåíåðíîì ðåæèìå âûâîä, íàïðèìåð, "\ ! "10E3, êàê 10K è ò.ä. Êîíå÷íî, âû ìîæåòå èñïîëüçîâàòü ýòè åäèíèöû ïðè "\ "ââîäå ÷èñåë."\ "\n\n"\ *************** *** 289,295 **** "ðàñïîçíàþòñÿ êàê äåñÿòè÷íàÿ òî÷êà, íî åñëè âûáðàí ýòîò ïóíêò, "\ "ðàñïîçíàâàòüñÿ áóäåò òîëüêî îäèí èç çíàêîâ, - òîò, êîòîðûé îïðåäåëåí â íàñòðîéêàõ PalmOS. "\ ! "Ýòî ìîæåò áûòü ïîëåçíî ïðè âñòàâêå â EasyCalc èç äðóãèõ ïðèëîæåíèé." ! "$$BASIC HELP" = "Ñàìûå ñâåæèå äàííûå äîñòóïíû íà "\ "http://easycalc.sourceforge.net ."\ "\n\n"\ --- 289,297 ---- "ðàñïîçíàþòñÿ êàê äåñÿòè÷íàÿ òî÷êà, íî åñëè âûáðàí ýòîò ïóíêò, "\ "ðàñïîçíàâàòüñÿ áóäåò òîëüêî îäèí èç çíàêîâ, - òîò, êîòîðûé îïðåäåëåí â íàñòðîéêàõ PalmOS. "\ ! "Ýòî ìîæåò áûòü ïîëåçíî ïðè âñòàâêå â EasyCalc èç äðóãèõ ïðèëîæåíèé.\n\n"\ ! "Íàó÷íûå ôóíêöèè - â îáû÷íûé âèä äîáàâëÿþòñÿ êíîïêè âûçîâà "\ ! "íåêîòîðûõ ôóíêöèé (sin, ln è ò.ä.)." ! "$$BASIC HELP" = "Ñàìûå ñâåæèå ñâåäåíèÿ äîñòóïíû íà "\ "http://easycalc.sourceforge.net ."\ "\n\n"\ *************** *** 348,352 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Îñíîâíûå íàñòðîéêè ãðàôèêîâ."\ --- 350,369 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA"\ ! "\n\n(Íàó÷íûé êàëüêóëÿòîð äëÿ PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ ! "Ýòà ïðîãðàììà - ñâîáîäíàÿ: âû ìîæåòå ïåðåäàâàòü è/èëè èçìåíÿòü å¸ "\ ! "â ñîîòâåòñòâèè ñ Îáùåé îáùåñòâåííîé ëèöåíçèåé GNU, â òîì âèäå, "\ ! "â êàêîì å¸ îïóáëèêîâàë Free Software Foundation; âû ìîæåòå "\ ! "èñïîëüçîâàòü ëèöåíçèþ â âåðñèè 2 ëèöåíçèè èëè ëþáóþ áîëåå ïîçäíþþ "\ ! "âåðñèþ.\n\n"\ ! "Ýòà ïðîãðàììà ïåðåäà¸òñÿ â íàäåæäå íà òî, ÷òî îíà áóäåò ïîëåçíîé, "\ ! "íî ÁÅÇÎ ÂÑßÊÎÉ ÃÀÐÀÍÒÈÈ; äàæå áåç íåÿâíîé ãàðàíèè ÒÎÂÀÐÍÎÃÎ ÂÈÄÀ "\ ! "èëè ÃÎÄÍÎÑÒÈ ÄËß ÎÏÐÅÄÅ˨ÍÍÎÉ ÖÅËÈ. Äåòàëè ñì. â Îáùåé îáùåñòâåííîé "\ ! "ëèöåíçèè GNU (òîëüêî ïî-àíãëèéñêè)\n\n"\ ! "Âû äîëæíû áûëè ïîëó÷èòü êîïèþ Îáùåé îáùåñòâåííîé ëèöåíçèè GNU âìåñòå "\ ! "ñ ýòîé ïðîãðàììîé; åñëè íåò, îáðàòèòåñü âî Free Software Foundation, Inc., "\ ! "51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA)" "$$GRPREF HELP" = "Îñíîâíûå íàñòðîéêè ãðàôèêîâ."\ *************** *** 367,371 **** "$$FINHELP" = "Îïèñàíèå îñíîâíûõ ôèíàíñîâûõ ðàñ÷åòîâ: "\ "Ó âàñ åñòü íåêîòîðàÿ ñóììà â áàíêå (PV, òåêóùåå çíà÷åíèå). X ðàç â ãîä (P/YR, "\ ! "âûïëàòû çà ãîä) âêëàäûâàåòå íåêîòîðóþ ñóììó (PMT, ïëàòà) íà ñâîé ñ÷åò. Áàíê äîáàâëÿåò êàæäûé ðàç íåêîòîðóþ ñóììó - ïðîöåíò "\ "ñóììû, ëåæàùåé íà âàøåì ñ÷åòó, êîòîðóþ íàçûâàþò íà÷èñëåíèÿìè (IT).\n"\ "Ïîñëå íåñêîëüêèõ âçíîñîâ (NP, ÷èñëî âçíîñîâ) ðåøàåòåñü ñíÿòü äåíüãè ñî ñ÷åòà. "\ --- 384,389 ---- "$$FINHELP" = "Îïèñàíèå îñíîâíûõ ôèíàíñîâûõ ðàñ÷åòîâ: "\ "Ó âàñ åñòü íåêîòîðàÿ ñóììà â áàíêå (PV, òåêóùåå çíà÷åíèå). X ðàç â ãîä (P/YR, "\ ! "âûïëàòû çà ãîä) âêëàäûâàåòå íåêîòîðóþ ñóììó (PMT, ïëàòà) íà ñâîé ñ÷åò. "\ ! "Áàíê äîáàâëÿåò êàæäûé ðàç íåêîòîðóþ ñóììó - ïðîöåíò "\ "ñóììû, ëåæàùåé íà âàøåì ñ÷åòó, êîòîðóþ íàçûâàþò íà÷èñëåíèÿìè (IT).\n"\ "Ïîñëå íåñêîëüêèõ âçíîñîâ (NP, ÷èñëî âçíîñîâ) ðåøàåòåñü ñíÿòü äåíüãè ñî ñ÷åòà. "\ *************** *** 374,378 **** "÷åðåç êîòîðîå áàíê ïåðåâîäèò íà÷èñëåíèÿ íà âàø ñ÷åò."\ "\n\n" \ ! "!!! Òàêàÿ ïîñòàíîâêà ó÷èòûâàåò çíàê âçíîñîâ. Íàïð. " \ "'+' çíà÷èò 'äåíüãè â áàíê' à '-' çíà÷èò 'äåíüãè èç áàíêà'. Ìíîãî " \ "ëþäåé ïðîñèëî èçìåíèòü çíàê, íî, ïî ìîåìó ìíåíèþ, ýòî îáîçíà÷åíèå " \ --- 392,396 ---- "÷åðåç êîòîðîå áàíê ïåðåâîäèò íà÷èñëåíèÿ íà âàø ñ÷åò."\ "\n\n" \ ! "!!! Òàêàÿ ïîñòàíîâêà ó÷èòûâàåò çíàê âçíîñîâ. Íàïðèìåð, " \ "'+' çíà÷èò 'äåíüãè â áàíê' à '-' çíà÷èò 'äåíüãè èç áàíêà'. Ìíîãî " \ "ëþäåé ïðîñèëî èçìåíèòü çíàê, íî, ïî ìîåìó ìíåíèþ, ýòî îáîçíà÷åíèå " \ *************** *** 407,426 **** "fintersect(min:max:f1:f2[:îøèáêà]) - íàéòè ïåðåñå÷åíèå ôóíêöèé "\ "f1 a f2." - /**************************************************/ ! "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ ! "Create a new worksheet or select existing one from the drop-down "\ ! "menu. When the worksheet is selected, you can type in either formula "\ ! "(e.g. pi*r^2) or equation (e.g. x^2=x+2). Then tap the 'Update' "\ ! "button and the list of variables gets updated. If you wrote in formula, "\ ! "set up the variables and tap button 'Calculate'. If you entered equation, "\ ! "select the variable you want to solve and press button 'Solve'.\n\n"\ ! "You may annotate the function and the variables. Press the 'Note' button "\ ! "and add a note. If you start a new line with a name of variable and colon "\ ! "(e.g. 't: Time'), the rest of the line is treated as a description of the "\ ! "variable and shown to you when you select the variable in the list.\n\n"\ ! "The equation solving internally uses fzero() function, you can modify the "\ ! "parameters by tapping the 'Options' button." END --- 425,445 ---- "fintersect(min:max:f1:f2[:îøèáêà]) - íàéòè ïåðåñå÷åíèå ôóíêöèé "\ "f1 a f2." /**************************************************/ ! "$$SOLVERHELP" = "Ðåøåíèå (óðàâíåíèé) - ýòî ñðåäñòâî, ïîìîãàþùåå "\ ! "õðàíèòü óðàâíåíèÿ è ôîðìóëû è âû÷èñëÿòü ðåçóëüòàòû óäîáíûì ñïîñîáîì. "\ ! "Ñîçäàéòå íîâûé ëèñò èëè âûáåðèòå ñóùåñòâóþùèé èç âûïàäàþùåãî ìåíþ. "\ ! "Êîãäà ëèñò âûáðàí, âû ìîæåòå íàáðàòü ôîðìóëó (íàïð., pi*r^2) ëèáî "\ ! "óðàâíåíèå (íàïð., x^2=x+2). Çàòåì íàæìèòå êíîïêó 'Îáíîâè', è ñïèñîê "\ ! "ïåðåìåííûõ áóäåò îáíîâë¸í. Åñëè âû íàáðàëè ôîðìóëó, óñòàíîâèòå "\ ! "ïåðåìåííûå è íàæìèòå êíîïêó 'Âû÷èñëè'. Åñëè âû ââåëè óðàâíåíèå, "\ ! "âûáåðèòå ïåðåìåííóþ, êîòîðóþ âû õîòèòå íàéòè, è íàæìèòå êíîïêó "\ ! "'Ðåøè'.\n\n"\ ! "Âû ìîæåòå ïèñàòü çàìåòêè ê ôóíêöèÿì è ïåðåìåííûì. Íàæìèòå êíîïêó "\ ! "'Ïðèìå÷.' è äîáàâüòå çàìåòêó. Åñëè âû íà÷èíàåòå íîâóþ ñòðîêó ñ èìåíè "\ ! "ïåðåìåííîé è äâîåòî÷èÿ (íàïð., 't: âðåìÿ'), îñòàâøàÿñÿ ÷àñòü ñòðîêè "\ ! "ðàññìàòðèâàåòñÿ êàê îïèñàíèå ïåðåìåííîé è ïîêàçûâàåòñÿ, êîãäà âû "\ ! "âûáèðàåòå ïåðåìåííóþ â ñïèñêå.\n\n"\ ! "Ïðè ðåøåíèè óðàâíåíèé èñïîëüçóåòñÿ ôóíêöèÿ fzero(); âû ìîæåòå "\ ! "èçìåíÿòü ïàðàìåòðû íàæàòèåì íà êíîïêó 'Ïàðàìåòðû'." END Index: ja.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ja.rcp,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ja.rcp 25 Aug 2006 00:26:19 -0000 1.5 --- ja.rcp 6 Sep 2006 00:41:31 -0000 1.6 *************** *** 359,363 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Ot`æÝè"\ --- 359,363 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Ot`æÝè"\ Index: fr.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/fr.rcp,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** fr.rcp 25 Aug 2006 00:26:16 -0000 1.16 --- fr.rcp 6 Sep 2006 00:41:31 -0000 1.17 *************** *** 373,377 **** "\n\nVous devez avoir reçu un exemplaire de la Licence Publique Générale GNU "\ "en même temps que ce programme ; si ce n'est pas le cas, écrivez à la Free "\ ! "Software Foundation Inc., 675 Mass Ave, Cambridge, MA 02139, Etats-Unis. " --- 373,378 ---- "\n\nVous devez avoir reçu un exemplaire de la Licence Publique Générale GNU "\ "en même temps que ce programme ; si ce n'est pas le cas, écrivez à la Free "\ ! "Software Foundation Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, " ! "Etats-Unis. " Index: sp.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/sp.rcp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** sp.rcp 25 Aug 2006 00:26:19 -0000 1.40 --- sp.rcp 6 Sep 2006 00:41:31 -0000 1.41 *************** *** 366,370 **** "Junto con este programa debe de haber recibido una copia del "\ "GNU General Public License; de no ser así, escriba a la Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Preferencias para diseño básico de gráficas. "\ --- 366,370 ---- "Junto con este programa debe de haber recibido una copia del "\ "GNU General Public License; de no ser así, escriba a la Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Preferencias para diseño básico de gráficas. "\ Index: de.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/de.rcp,v retrieving revision 1.41 retrieving revision 1.42 diff -C2 -d -r1.41 -r1.42 *** de.rcp 25 Aug 2006 00:26:16 -0000 1.41 --- de.rcp 6 Sep 2006 00:41:31 -0000 1.42 *************** *** 363,367 **** "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Diagramm Voreinstellungen"\ --- 363,367 ---- "You should have received a copy of the GNU General Public License "\ "along with this program; if not, write to the Free Software "\ ! "Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA" "$$GRPREF HELP" = "Diagramm Voreinstellungen"\ |
From: Ton v. O. <tvo...@us...> - 2006-09-03 18:48:09
|
Update of /cvsroot/easycalc/easycalc/mlib In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31007 Modified Files: stack.c Log Message: Formatting changes. No code changes. Index: stack.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/stack.c,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** stack.c 23 Aug 2006 17:52:49 -0000 1.32 --- stack.c 3 Sep 2006 18:47:59 -0000 1.33 *************** *** 40,44 **** * FUNCTION: rpn_pack_record * ! * DESCRIPTION: Pack a record so that it can be stored in the databse * * PARAMETERS: item --- 40,44 ---- * FUNCTION: rpn_pack_record * ! * DESCRIPTION: Pack a record so that it can be stored in the database * * PARAMETERS: item *************** *** 54,63 **** packed = MemPtrNew(item.allocsize + sizeof(*packed)); if (!packed) ! return NULL; packed->rpn = item; packed->datasize = item.allocsize; if (item.allocsize) ! memcpy(packed->data,item.u.data,item.allocsize); return packed; --- 54,63 ---- packed = MemPtrNew(item.allocsize + sizeof(*packed)); if (!packed) ! return NULL; packed->rpn = item; packed->datasize = item.allocsize; if (item.allocsize) ! memcpy(packed->data,item.u.data,item.allocsize); return packed; *************** *** 83,87 **** { if (item.allocsize) ! MemPtrFree(item.u.stringval); } --- 83,87 ---- { if (item.allocsize) ! MemPtrFree(item.u.stringval); } *************** *** 207,213 **** Int16 i; if (dest->allocated < orig->size) ! ErrFatalDisplayIf(1,"Trying to copy larger stack into smaller."); for (i=0;i<orig->size;i++) ! rpn_duplicate(&dest->stack[i],orig->stack[i]); dest->size = orig->size; } --- 207,213 ---- Int16 i; if (dest->allocated < orig->size) ! ErrFatalDisplayIf(1,"Trying to copy larger stack into smaller."); for (i=0;i<orig->size;i++) ! rpn_duplicate(&dest->stack[i],orig->stack[i]); dest->size = orig->size; } *************** *** 237,241 **** if (stack->size<1) ! return c_noarg; tmpitem = stack_pop(stack); --- 237,241 ---- if (stack->size<1) ! return c_noarg; tmpitem = stack_pop(stack); *************** *** 243,247 **** err = rpn_eval_variable(&tmpitem,tmpitem); if (err) ! return err; } --- 243,247 ---- err = rpn_eval_variable(&tmpitem,tmpitem); if (err) ! return err; } *************** *** 381,388 **** } else ! err = c_badarg; } else ! err = c_badarg; break; default: --- 381,388 ---- } else ! err = c_badarg; } else ! err = c_badarg; break; default: *************** *** 391,395 **** } else ! err=c_badarg; rpn_delete(tmpitem); --- 391,395 ---- } else ! err=c_badarg; rpn_delete(tmpitem); *************** *** 416,422 **** if ((err=stack_get_val(stack,arg2,reqtype))) ! return err; err=stack_get_val(stack,arg1,reqtype); ! return err;; } --- 416,422 ---- if ((err=stack_get_val(stack,arg2,reqtype))) ! return err; err=stack_get_val(stack,arg1,reqtype); ! return err; } *************** *** 489,493 **** value.u.listval = list_dup(*((List **)arg)); if (!value.u.listval) ! return c_memory; value.allocsize = sizeof(*value.u.listval) + sizeof(value.u.listval->item[0]) * value.u.listval->size; --- 489,493 ---- value.u.listval = list_dup(*((List **)arg)); if (!value.u.listval) ! return c_memory; value.allocsize = sizeof(*value.u.listval) + sizeof(value.u.listval->item[0]) * value.u.listval->size; *************** *** 495,499 **** value.u.matrixval = matrix_dup(*((Matrix **)arg)); if (!value.u.matrixval) ! return c_memory; value.allocsize = sizeof(*value.u.matrixval) + sizeof(value.u.matrixval->item[0]) * \ --- 495,499 ---- value.u.matrixval = matrix_dup(*((Matrix **)arg)); if (!value.u.matrixval) ! return c_memory; value.allocsize = sizeof(*value.u.matrixval) + sizeof(value.u.matrixval->item[0]) * \ *************** *** 502,506 **** value.u.cmatrixval = cmatrix_dup(*((CMatrix **)arg)); if (!value.u.cmatrixval) ! return c_memory; value.allocsize = sizeof(*value.u.cmatrixval) + sizeof(value.u.cmatrixval->item[0]) * --- 502,506 ---- value.u.cmatrixval = cmatrix_dup(*((CMatrix **)arg)); if (!value.u.cmatrixval) ! return c_memory; value.allocsize = sizeof(*value.u.cmatrixval) + sizeof(value.u.cmatrixval->item[0]) * *************** *** 558,562 **** err = rpn_eval_variable(&tmp,tmp); if (err) ! return err; *type = tmp.type; --- 558,562 ---- err = rpn_eval_variable(&tmp,tmp); if (err) ! return err; *type = tmp.type; *************** *** 623,628 **** lstres = list_new(listsize); if (!lstres) { ! stack_delete(tmpstack); ! return c_memory; } cmpstack = stack_new(funcval->paramcount); --- 623,628 ---- lstres = list_new(listsize); if (!lstres) { ! stack_delete(tmpstack); ! return c_memory; } cmpstack = stack_new(funcval->paramcount); *************** *** 653,657 **** if (!err) ! err = stack_add_val(varstack,&lstres,list); list_delete(lstres); stack_delete(tmpstack); --- 653,657 ---- if (!err) ! err = stack_add_val(varstack,&lstres,list); list_delete(lstres); stack_delete(tmpstack); *************** *** 831,839 **** /* Handle non-operator types */ if (item.type==integer || item.type==real || ! item.type==variable || item.type==funcempty ! || item.type==string || item.type == complex || ! item.type == list || item.type == matrix || ! item.type == litem || item.type == cmatrix) { ! stack_push(varstack,item); } else if (item.type==function) { --- 831,838 ---- /* Handle non-operator types */ if (item.type==integer || item.type==real || ! item.type==variable || item.type==funcempty || ! item.type==string || item.type == complex || ! item.type == list || item.type == matrix || ! item.type == litem || item.type == cmatrix) { stack_push(varstack,item); } else if (item.type==function) { *************** *** 845,853 **** #ifdef SPECFUN_ENABLED listsimul = false; ! if (defined_funcs[fce].listsimul || \ defined_funcs[fce].matrixsimul) { for (i=0;i < item.u.funcval.paramcount;i++) { ! err=stack_item_type(varstack,&type, ! i); if (!err && type==list) { listsimul = true; --- 844,851 ---- #ifdef SPECFUN_ENABLED listsimul = false; ! if (defined_funcs[fce].listsimul || defined_funcs[fce].matrixsimul) { for (i=0;i < item.u.funcval.paramcount;i++) { ! err=stack_item_type(varstack,&type,i); if (!err && type==list) { listsimul = true; *************** *** 867,871 **** * algorithms. */ ! else if (defined_funcs[fce].matrixsimul && \ matrixcount == 1) retval = stack_matrixsimul(fce,&item.u.funcval, --- 865,869 ---- * algorithms. */ ! else if (defined_funcs[fce].matrixsimul && matrixcount == 1) retval = stack_matrixsimul(fce,&item.u.funcval, |
From: Ton v. O. <tvo...@us...> - 2006-09-03 18:45:40
|
Update of /cvsroot/easycalc/easycalc/langs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29854 Modified Files: en.rcp Log Message: Minor edits of Solver help text (English). Index: en.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/en.rcp,v retrieving revision 1.46 retrieving revision 1.47 diff -C2 -d -r1.46 -r1.47 *** en.rcp 25 Aug 2006 00:26:16 -0000 1.46 --- en.rcp 3 Sep 2006 18:45:33 -0000 1.47 *************** *** 413,428 **** "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ ! "Create a new worksheet or select existing one from the drop-down "\ ! "menu. When the worksheet is selected, you can type in either formula "\ ! "(e.g. pi*r^2) or equation (e.g. x^2=x+2). Then tap the 'Update' "\ ! "button and the list of variables gets updated. If you wrote in formula, "\ ! "set up the variables and tap button 'Calculate'. If you entered equation, "\ ! "select the variable you want to solve and press button 'Solve'.\n\n"\ ! "You may annotate the function and the variables. Press the 'Note' button "\ ! "and add a note. If you start a new line with a name of variable and colon "\ "(e.g. 't: Time'), the rest of the line is treated as a description of the "\ "variable and shown to you when you select the variable in the list.\n\n"\ ! "The equation solving internally uses fzero() function, you can modify the "\ "parameters by tapping the 'Options' button." --- 413,428 ---- "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convenient way. "\ ! "Create a new worksheet or select an existing one from the drop-down "\ ! "menu. When the worksheet is selected, you can type in either a formula "\ ! "(e.g. pi*r^2) or an equation (e.g. x^2=x+2). Then tap the 'Update' "\ ! "button and the list of variables gets updated. If you entered a formula, "\ ! "set up the variables and tap the 'Calculate' button. If you entered an equation, "\ ! "select the variable you want to solve and tap the 'Solve' button.\n\n"\ ! "You may annotate the function and the variables. Tap the 'Note' button "\ ! "and add a note. If you start a new line with the name of a variable and a colon "\ "(e.g. 't: Time'), the rest of the line is treated as a description of the "\ "variable and shown to you when you select the variable in the list.\n\n"\ ! "The equation solving internally uses the fzero() function, you can modify the "\ "parameters by tapping the 'Options' button." |
From: Ton v. O. <tvo...@us...> - 2006-08-25 02:08:20
|
Update of /cvsroot/easycalc/easycalc/docs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32410/docs Modified Files: INSTALL.man Log Message: Updated INSTALL.man. Index: INSTALL.man =================================================================== RCS file: /cvsroot/easycalc/easycalc/docs/INSTALL.man,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** INSTALL.man 15 Jun 2001 16:23:19 -0000 1.4 --- INSTALL.man 25 Aug 2006 02:08:15 -0000 1.5 *************** *** 1,48 **** .Id $Id$ ! .TH INSTALL 7 "October 14, 2000" "EasyCalc" "EasyCalc Documentation" .SH NAME EasyCalc \- Scientific calculator for Palm's .SH REQUIREMENTS ! Palm or PalmPilot with at least PalmOS 2.0 and about 70-110K of free memory, plus 50K for MathLib. .SH INSTALLATION ! Install files MathLib.prc and one of the other 'calc_*.prc' files. These other ! files are all versions of one program, but usually without some features, ! because space on Palm is a valuable resource and some people may want to ! sacrifice features for space. Currently there are: calc_all.prc, ! calc_small.prc (no graphs, no special functions) and calc_graph.prc (graphs, ! but no special functions). .LP ! If you ! already have some older version of EasyCalc installed, please remove it before ! installing this version - you may experience weird behaviour if you don't ! because some of the data format changed. Starting from version 1.02, I no ! longer use LibEasy, because I got new prc-tools and I can create larger ! binaries. Please, remove LibEasy from your Pilot (if you can't find it in ! the list of applications, try CalcDB-OpCl, it sometimes gets renamed), you ! would be wasting space if you didn't. ! I'm neither author nor maintainer ! of MathLib, so if you have questions about this library, look at ! .BR http://www.radiks.net/~rhuebner/mathlib.html . .SH BUGS Due to floating point implementation in computers you will probably ! experience some differences when adding/subtracting a larger number from a ! smaller one (e.g. 1-1E-15). It is all the same on all calculators I have ! ever seen, you will have to get used to it.. .SH AUTHOR ! Ondrej Palkovsky <on...@pe...> ! .PD ! .LP ! Many thanks to Rafael R. Sevilla <di...@pa...> who added many ! mathematical functions I do not know. ! .PD ! .LP ! Some small portion of code is from ! <Ant...@en...> who helped me to add PYR support. .PD .LP ! And of course there are other people who sent suggestions and corrections to ! the tutorial. .SH LICENSE This program is free software; you can redistribute it and/or modify --- 1,46 ---- .Id $Id$ ! .TH INSTALL 7 "August 24, 2006" "EasyCalc" "EasyCalc Documentation" .SH NAME EasyCalc \- Scientific calculator for Palm's .SH REQUIREMENTS ! Palm or PalmPilot with at least PalmOS 2.0 and about 110K-264K of free memory, plus 50K for MathLib. .SH INSTALLATION ! Install MathLib.prc (if needed, see below) and one of the 'calc_*.prc' files using ! HotSync or your favorite installer program. ! These 'calc_*.prc' files are all versions of one program. .LP ! calc_small.prc is a minimal version (110K, English only) without graphs and special ! functions and in low resolution (160 x 160) only. This version is intended for ! the older Palm devices with limited memory. ! .LP ! The other calc_xx.prc files (264K) are various language versions of the full program ! with Sony and Palm hires support and DIA (Dynamic Input Area) support for Palm, Sony ! and Handera devices. The following language versions are available: English, German, Spanish, ! Czech (2 encodings), Portuguese, French, Italian, Russian (2 encodings) and Japanese. ! .LP ! On the Handspring Visor and the newer Palm handhelds/smart phones (T5, LifeDrive, ! TX, Treo 650, Treo 700p, ...) MathLib is already installed in the ROM. If you did ! install it into RAM on one of these devices, you can delete it and free up some ! memory. EasyCalc will warn you if it cannot find MathLib. ! .LP ! I am neither the author nor the maintainer of MathLib, so if you have questions about ! this library, look at ! .PD 0 ! .LP ! http://www.radiks.net/~rhuebner/mathlib.html . ! .PD .SH BUGS Due to floating point implementation in computers you will probably ! experience some differences when adding/subtracting a small number to/from a ! large one (e.g. 1.0 - 1.0E-15). This is inherent to the use of floating point, ! you will have to get used to it.. .SH AUTHOR ! Ondrej Palkovsky <on...@pe...> with contributions from many others. ! Many thanks to all these people. See the 'Thanks to...' menu item in the program. .PD .LP ! Also thanks to all the people who sent suggestions and corrections to the tutorial. .SH LICENSE This program is free software; you can redistribute it and/or modify |
From: Ton v. O. <tvo...@us...> - 2006-08-25 02:08:20
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv32410 Modified Files: Makefile.in Log Message: Updated INSTALL.man. Index: Makefile.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/Makefile.in,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Makefile.in 23 Aug 2006 17:55:54 -0000 1.32 --- Makefile.in 25 Aug 2006 02:08:13 -0000 1.33 *************** *** 141,143 **** INSTALL: docs/INSTALL.man ! groff -Tascii -man docs/INSTALL.man | colcrt > INSTALL --- 141,143 ---- INSTALL: docs/INSTALL.man ! groff -Tascii -man -P -bc docs/INSTALL.man > INSTALL |
From: Ton v. O. <tvo...@us...> - 2006-08-25 00:29:10
|
Update of /cvsroot/easycalc/easycalc/docs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25095/docs Modified Files: CREDITS Log Message: Replace help Tips screens with resizable Help form, sharing code with the About form. Update my own email address in CREDITS. Index: CREDITS =================================================================== RCS file: /cvsroot/easycalc/easycalc/docs/CREDITS,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** CREDITS 6 Aug 2006 01:09:15 -0000 1.14 --- CREDITS 25 Aug 2006 00:29:01 -0000 1.15 *************** *** 15,19 **** Code improvements regarding matrices, UI etc. ! Ton van Overbeek <tvoverbe at v-overbeek.nl> PalmOS5 compatibility, hires and DIA patches --- 15,19 ---- Code improvements regarding matrices, UI etc. ! Ton van Overbeek <ton at v-overbeek.nl> PalmOS5 compatibility, hires and DIA patches |
From: Ton v. O. <tvo...@us...> - 2006-08-25 00:29:08
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25095 Modified Files: about.c about.h calc.c calc.rcp.in calcrsc.h Log Message: Replace help Tips screens with resizable Help form, sharing code with the About form. Update my own email address in CREDITS. Index: calc.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.rcp.in,v retrieving revision 1.105 retrieving revision 1.106 diff -C2 -d -r1.105 -r1.106 *** calc.rcp.in 23 Aug 2006 17:55:55 -0000 1.105 --- calc.rcp.in 25 Aug 2006 00:29:01 -0000 1.106 *************** *** 349,353 **** FORM ID frmAbout AT (2 2 156 156) MODAL ! DEFAULTBTNID abtOk BEGIN FORMBITMAP AT (11 11) BITMAP abtLogo USABLE --- 349,353 ---- FORM ID frmAbout AT (2 2 156 156) MODAL ! DEFAULTBTNID abthlpOk BEGIN FORMBITMAP AT (11 11) BITMAP abtLogo USABLE *************** *** 355,365 **** LABEL "Version: VERSION_HERE" ID abtVersion AT (65 15) FONT 1 LABEL "DATE_HERE" ID abtVerdate AT (68 26) FONT 1 ! FIELD ID abtText AT (3 37 152 99) LEFTALIGN FONT 0 NONEDITABLE MULTIPLELINES MAXCHARS 1024 ! REPEATBUTTON "\003" ID abtUp AT (143 138 12 8) DISABLED NOFRAME FONT 5 ! REPEATBUTTON "\004" ID abtDn AT (143 146 12 8) DISABLED NOFRAME FONT 5 ! BUTTON "$$DONE" ID abtOk AT (10 140 45 12) END --- 355,365 ---- LABEL "Version: VERSION_HERE" ID abtVersion AT (65 15) FONT 1 LABEL "DATE_HERE" ID abtVerdate AT (68 26) FONT 1 ! FIELD ID abthlpText AT (3 37 152 99) LEFTALIGN FONT 0 NONEDITABLE MULTIPLELINES MAXCHARS 1024 ! REPEATBUTTON "\003" ID abthlpUp AT (143 138 12 8) DISABLED NOFRAME FONT 5 ! REPEATBUTTON "\004" ID abthlpDn AT (143 146 12 8) DISABLED NOFRAME FONT 5 ! BUTTON "$$DONE" ID abthlpOk AT (10 140 45 12) END *************** *** 375,382 **** abtVersion DIA_X_PLUS_1_2_DW 0 abtVerdate DIA_X_PLUS_1_2_DW 0 ! abtText DIA_W_PLUS_DW+DIA_H_PLUS_DH 0 ! abtUp DIA_X_RIGHT+DIA_Y_PLUS_DH 0 ! abtDn DIA_X_RIGHT+DIA_Y_PLUS_DH 0 ! abtOk DIA_Y_PLUS_DH 0 END #endif --- 375,411 ---- abtVersion DIA_X_PLUS_1_2_DW 0 abtVerdate DIA_X_PLUS_1_2_DW 0 ! abthlpText DIA_W_PLUS_DW+DIA_H_PLUS_DH+DIA_H_GRANULAR 0 ! abthlpUp DIA_X_RIGHT+DIA_Y_BOTTOM 0 ! abthlpDn DIA_X_RIGHT+DIA_Y_BOTTOM 0 ! abthlpOk DIA_Y_BOTTOM 0 ! END ! #endif ! ! FORM ID frmHelp AT (2 2 156 156) ! MODAL ! DEFAULTBTNID abthlpOk ! BEGIN ! TITLE "" ! FIELD ID abthlpText AT (2 15 154 121) LEFTALIGN FONT 0 ! NONEDITABLE MULTIPLELINES MAXCHARS 1024 ! REPEATBUTTON "\003" ID abthlpUp AT (143 138 12 8) ! DISABLED NOFRAME FONT 5 ! REPEATBUTTON "\004" ID abthlpDn AT (143 146 12 8) ! DISABLED NOFRAME FONT 5 ! BUTTON "$$DONE" ID abthlpOk AT (10 140 45 12) ! END ! ! #ifdef SUPPORT_DIA ! WORDLIST ID frmHelp ! BEGIN ! DIA_FORM_USE_BIN // formFlags ! 0 // bin ! DIA_STATE_MAX // preferred state ! // Object data ! 0 DIA_H_PLUS_DH+DIA_W_PLUS_DW 0 // the form itself ! abthlpText DIA_W_PLUS_DW+DIA_H_PLUS_DH+DIA_H_GRANULAR 0 ! abthlpUp DIA_X_RIGHT+DIA_Y_BOTTOM 0 ! abthlpDn DIA_X_RIGHT+DIA_Y_BOTTOM 0 ! abthlpOk DIA_Y_BOTTOM 0 END #endif *************** *** 853,867 **** END ! ALERT altAbout ! HELPID hlpMain1 ! INFORMATION ! BEGIN ! TITLE "Easy Calc 1.24-cvs" ! MESSAGE "This was written by Ondrej Palkovsky, on...@pe....\n"\ ! "Send me a note, if you like it ;-)\n\n"\ ! "This is GPL'd software, comes WITHOUT ANY WARRANTY. See info for details. " ! ! BUTTONS "$$OK" ! END ALERT altBadParameter --- 882,896 ---- END ! //ALERT altAbout ! //HELPID hlpMain1 ! //INFORMATION ! //BEGIN ! // TITLE "Easy Calc 1.24-cvs" ! // MESSAGE "This was written by Ondrej Palkovsky, on...@pe....\n"\ ! //"Send me a note, if you like it ;-)\n\n"\ ! //"This is GPL'd software, comes WITHOUT ANY WARRANTY. See info for details. " ! // ! // BUTTONS "$$OK" ! //END ALERT altBadParameter *************** *** 939,947 **** STRING hlpPref "$$PREFHELP" - STRING hlpMain2 "$$BASIC HELP" STRING hlpMain1 "$$GNU NOTICE" STRING hlpFin "$$FINHELP" STRING hlpMemo "$$MEMOHELP" STRING hlpFunc "$$FUNCHELP" STRING hlpSolver "$$SOLVERHELP" --- 968,978 ---- STRING hlpPref "$$PREFHELP" STRING hlpMain1 "$$GNU NOTICE" + STRING hlpMain2 "$$BASIC HELP" + STRING hlpMain2T "$$HELP" STRING hlpFin "$$FINHELP" STRING hlpMemo "$$MEMOHELP" STRING hlpFunc "$$FUNCHELP" + STRING hlpFuncT "$$REFERENCE1" STRING hlpSolver "$$SOLVERHELP" *************** *** 959,962 **** --- 990,994 ---- STRING strLocalSaveAs "$$MNSAVE AS" STRING strCredits FILE "docs/CREDITS" + STRING strCreditsT "Thanks to..." STRING strWorksheet "$$WORKSHEET" STRING strNewWorksheet "$$NEW WORKSHEET" *************** *** 1283,1286 **** --- 1315,1319 ---- frmGraph frmGraph frmAbout frmAbout + frmHelp frmHelp END #endif Index: calcrsc.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/calcrsc.h,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** calcrsc.h 23 Aug 2006 17:55:55 -0000 1.56 --- calcrsc.h 25 Aug 2006 00:29:01 -0000 1.57 *************** *** 11,31 **** #define frmGraph 1004 #define finForm 1005 ! #define frmAbout 1006 ! #define altAbout 1006 ! #define altCompute 1007 ! #define altMathlib 1008 #define altGuessNotFound 1010 ! #define altGraphBadVal 1011 #define altAnsProblem 1013 #define altBadParameter 1015 #define frmListEdit 1016 #define frmMatrix 1017 ! #define frmBasicS 1018 ! #define slvForm 1019 ! #define slvTitleForm 1020 ! #define slvOptionsForm 1021 ! #define slvNoteForm 1022 ! #define slvExportOK 1023 ! #define slvExportError 1024 #define tdMenu 1000 --- 11,31 ---- #define frmGraph 1004 #define finForm 1005 ! #define frmAbout 1006 ! #define altCompute 1007 ! #define altMathlib 1008 ! #define frmHelp 1009 #define altGuessNotFound 1010 ! #define altGraphBadVal 1011 #define altAnsProblem 1013 #define altBadParameter 1015 #define frmListEdit 1016 #define frmMatrix 1017 ! #define frmBasicS 1018 ! #define slvForm 1019 ! #define slvTitleForm 1020 ! #define slvOptionsForm 1021 ! #define slvNoteForm 1022 ! #define slvExportOK 1023 ! #define slvExportError 1024 #define tdMenu 1000 *************** *** 46,56 **** #define hlpMain1 1100 #define hlpMain2 1101 ! #define hlpPref 1102 ! #define hlpFin 1103 ! #define hlpMemo 1104 ! #define hlpFunc 1105 ! #define hlpGrPref 1106 ! #define hlpGrSetup 1107 ! #define hlpSolver 1108 #define btnMain0 2000 --- 46,58 ---- #define hlpMain1 1100 #define hlpMain2 1101 ! #define hlpMain2T 1102 ! #define hlpPref 1103 ! #define hlpFin 1104 ! #define hlpMemo 1105 ! #define hlpFunc 1106 ! #define hlpFuncT 1107 ! #define hlpGrPref 1108 ! #define hlpGrSetup 1109 ! #define hlpSolver 1110 #define btnMain0 2000 *************** *** 401,408 **** #define abtVersion 6003 #define abtVerdate 6004 ! #define abtText 6005 ! #define abtOk 6006 ! #define abtUp 6007 ! #define abtDn 6008 #define bmpLArrow 7001 --- 403,410 ---- #define abtVersion 6003 #define abtVerdate 6004 ! #define abthlpText 6005 ! #define abthlpOk 6006 ! #define abthlpUp 6007 ! #define abthlpDn 6008 #define bmpLArrow 7001 *************** *** 430,437 **** #define strLocalSaveAs 8005 #define strCredits 8006 ! #define strWorksheet 8007 ! #define strNewWorksheet 8008 ! #define strDescriptionVar 8009 ! #define strUndefined 8010 #define mitAbout 8500 --- 432,440 ---- #define strLocalSaveAs 8005 #define strCredits 8006 ! #define strCreditsT 8007 ! #define strWorksheet 8008 ! #define strNewWorksheet 8009 ! #define strDescriptionVar 8010 ! #define strUndefined 8011 #define mitAbout 8500 Index: about.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/about.c,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about.c 23 Aug 2006 17:50:44 -0000 1.1 --- about.c 25 Aug 2006 00:29:01 -0000 1.2 *************** *** 25,28 **** --- 25,29 ---- static UInt16 returnFormID = frmBasic; + static Char *emptyTitle = ""; static void updateScrollers(FormType *form, FieldType *fld) *************** *** 33,38 **** enableUp = FldScrollable(fld, winUp); enableDown = FldScrollable(fld, winDown); ! upix = FrmGetObjectIndex(form, abtUp); ! downix = FrmGetObjectIndex(form, abtDn); FrmUpdateScrollers(form, upix, downix, enableUp, enableDown); } --- 34,39 ---- enableUp = FldScrollable(fld, winUp); enableDown = FldScrollable(fld, winDown); ! upix = FrmGetObjectIndex(form, abthlpUp); ! downix = FrmGetObjectIndex(form, abthlpDn); FrmUpdateScrollers(form, upix, downix, enableUp, enableDown); } *************** *** 43,47 **** FieldType *fld; ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); linestoscroll = FldGetVisibleLines(fld) - 1; FldScrollField(fld, linestoscroll, dir); --- 44,48 ---- FieldType *fld; ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abthlpText)); linestoscroll = FldGetVisibleLines(fld) - 1; FldScrollField(fld, linestoscroll, dir); *************** *** 52,61 **** { FieldType *fld; ! MemHandle aboutH; ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); ! aboutH = FldGetTextHandle(fld); FldSetTextHandle(fld, 0); ! DmReleaseResource(aboutH); } --- 53,69 ---- { FieldType *fld; ! MemHandle abthlpH, titleH; ! Char *title; ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abthlpText)); ! abthlpH = FldGetTextHandle(fld); FldSetTextHandle(fld, 0); ! DmReleaseResource(abthlpH); ! if ((title = (Char *)FrmGetTitle(form))) { ! titleH = MemPtrRecoverHandle((MemPtr) title); ! FrmSetTitle(form, emptyTitle); ! MemHandleUnlock(titleH); ! DmReleaseResource(titleH); ! } } *************** *** 76,80 **** case frmUpdateEvent: FrmDrawForm(form); ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); updateScrollers(form, fld); handled = true; --- 84,88 ---- case frmUpdateEvent: FrmDrawForm(form); ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abthlpText)); updateScrollers(form, fld); handled = true; *************** *** 82,86 **** case ctlSelectEvent: ! if (event->data.ctlEnter.controlID == abtOk) { FrmGotoForm(returnFormID); handled = true; --- 90,94 ---- case ctlSelectEvent: ! if (event->data.ctlEnter.controlID == abthlpOk) { FrmGotoForm(returnFormID); handled = true; *************** *** 93,104 **** case ctlRepeatEvent: ! if (event->data.ctlRepeat.controlID == abtUp) { helpScroll(form, winUp); } ! else if (event->data.ctlRepeat.controlID == abtDn) { helpScroll(form, winDown); } break; default: break; --- 101,128 ---- case ctlRepeatEvent: ! if (event->data.ctlRepeat.controlID == abthlpUp) { helpScroll(form, winUp); } ! else if (event->data.ctlRepeat.controlID == abthlpDn) { helpScroll(form, winDown); } break; + case keyDownEvent: + if (EvtKeydownIsVirtual(event)) { + switch (event->data.keyDown.chr) { + case vchrPageUp: + case vchrRockerUp: + helpScroll(form, winUp); + break; + + case vchrPageDown: + case vchrRockerDown: + helpScroll(form, winDown); + break; + } + } + break; + default: break; *************** *** 116,120 **** aboutH = DmGetResource(strRsc, aboutStringID); form = FrmInitForm(frmAbout); ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); FldSetTextHandle(fld, aboutH); FldSetInsertionPoint(fld, 0); --- 140,144 ---- aboutH = DmGetResource(strRsc, aboutStringID); form = FrmInitForm(frmAbout); ! fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abthlpText)); FldSetTextHandle(fld, aboutH); FldSetInsertionPoint(fld, 0); *************** *** 124,125 **** --- 148,166 ---- FrmGotoForm(frmAbout); } + + void doHelp(UInt16 hlpTitleID, UInt16 hlpTextID) + { + MemHandle titleH, helpH; + FormType *frm; + FieldType *fld; + + titleH = DmGetResource(strRsc, hlpTitleID); + helpH = DmGetResource(strRsc, hlpTextID); + frm = FrmInitForm(frmHelp); + FrmSetTitle(frm, MemHandleLock(titleH)); + fld = FrmGetObjectPtr(frm, FrmGetObjectIndex(frm, abthlpText)); + FldSetTextHandle(fld, helpH); + FldSetInsertionPoint(fld, 0); + returnFormID = FrmGetActiveFormID(); + FrmGotoForm(frmHelp); + } Index: calc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.c,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** calc.c 23 Aug 2006 17:55:54 -0000 1.30 --- calc.c 25 Aug 2006 00:29:01 -0000 1.31 *************** *** 159,172 **** switch (button) { case hlpMain2: ! FrmHelp(hlpMain2); break; case hlpFunc: ! FrmHelp(hlpFunc); break; case mitCredits: ! FrmHelp(strCredits); break; case mitAbout: - /* FrmAlert(altAbout); */ doAbout(hlpMain1); break; --- 159,171 ---- switch (button) { case hlpMain2: ! doHelp(hlpMain2T, hlpMain2); break; case hlpFunc: ! doHelp(hlpFuncT, hlpFunc); break; case mitCredits: ! doHelp(strCreditsT, strCredits); break; case mitAbout: doAbout(hlpMain1); break; *************** *** 381,390 **** if (event->eType == frmLoadEvent) { - //Load the form resource specified in the event then activate it formId = event->data.frmLoad.formID; ! if (formId != frmAbout) frm = FrmInitForm(formId); else ! frm = FrmGetFormPtr(frmAbout); FrmSetActiveForm(frm); // Set the event handler for the form. The handler of the currently --- 380,390 ---- if (event->eType == frmLoadEvent) { formId = event->data.frmLoad.formID; ! // Load the form resource specified in the event then activate it, ! // except for the About and Help forms which are already loaded. ! if (formId != frmAbout && formId != frmHelp) frm = FrmInitForm(formId); else ! frm = FrmGetFormPtr(formId); FrmSetActiveForm(frm); // Set the event handler for the form. The handler of the currently *************** *** 412,415 **** --- 412,416 ---- #endif /* GRAPHS_ENABLED */ case frmAbout: + case frmHelp: #ifdef SUPPORT_DIA SetResizePolicy(formId); Index: about.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/about.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** about.h 23 Aug 2006 17:50:44 -0000 1.1 --- about.h 25 Aug 2006 00:29:01 -0000 1.2 *************** *** 20,21 **** --- 20,22 ---- Boolean aboutEventHandler(EventPtr event); void doAbout(UInt16 aboutStringID); + void doHelp(UInt16 hlpTitleID, UInt16 hlpTextID); |
Update of /cvsroot/easycalc/easycalc/langs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv24274 Modified Files: cs.rcp de.rcp en.rcp fr.rcp it.rcp ja.rcp pt.rcp ru_koi8.rcp ru_win.rcp sp.rcp Log Message: Update copyright notice in GNU NOTICE. Index: it.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/it.rcp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** it.rcp 3 Jun 2006 11:39:30 -0000 1.15 --- it.rcp 25 Aug 2006 00:26:16 -0000 1.16 *************** *** 351,356 **** /*** Me: -> The GNU General Public License should stay in the original language <- ***/ ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 351,357 ---- /*** Me: -> The GNU General Public License should stay in the original language <- ***/ ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ Index: en.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/en.rcp,v retrieving revision 1.45 retrieving revision 1.46 diff -C2 -d -r1.45 -r1.46 *** en.rcp 3 Jun 2006 11:39:30 -0000 1.45 --- en.rcp 25 Aug 2006 00:26:16 -0000 1.46 *************** *** 338,343 **** "is the parameter name)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 338,344 ---- "is the parameter name)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ Index: ru_koi8.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ru_koi8.rcp,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ru_koi8.rcp 3 Jun 2006 11:39:30 -0000 1.12 --- ru_koi8.rcp 25 Aug 2006 00:26:19 -0000 1.13 *************** *** 334,339 **** "'x' - ÉÍÑ ÁÒÇÕÍÅÎÔÁ)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 334,340 ---- "'x' - ÉÍÑ ÁÒÇÕÍÅÎÔÁ)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ *************** *** 407,411 **** /**************************************************/ "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ "Create a new worksheet or select existing one from the drop-down "\ "menu. When the worksheet is selected, you can type in either formula "\ --- 408,412 ---- /**************************************************/ "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ "Create a new worksheet or select existing one from the drop-down "\ "menu. When the worksheet is selected, you can type in either formula "\ Index: cs.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/cs.rcp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** cs.rcp 3 Jun 2006 11:39:30 -0000 1.27 --- cs.rcp 25 Aug 2006 00:26:16 -0000 1.28 *************** *** 334,339 **** "'x' je jméno parametru)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 334,340 ---- "'x' je jméno parametru)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ Index: pt.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/pt.rcp,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** pt.rcp 3 Jun 2006 11:39:30 -0000 1.14 --- pt.rcp 25 Aug 2006 00:26:19 -0000 1.15 *************** *** 280,297 **** /**************************************************/ "\n\n"\ ! "Fechar ()'s - se esta marcado, o ')' e adicionado automáticamente a funcao"\ ! "e o cursor se move entre os parénteses. "\ "\n\n"\ ! "Forsar Inteiros - converte os dados ingresados a "\ ! "números enteros. Este e geralmente melhor para trabalhar con conversoes "\ ! "de números, e que os resultados con punto flutuante seguem o esquema "\ ! "tradicional despresando máximo 10 dígitos, menos que os números inteiros"\ ! "mostram um Inteiro de 32 bits en binario sem problemas."\ "\n\n"\ ! "Ver unidades - ao selecionar o modo Eng se interpreta 10E3 como 10K "\ ! "etc. Estes números podem empregar como dados de entrada."\ "\n\n"\ ! "Inserir Ajuda - insere nomes dos argumentos para funcoes de "\ ! "multiparametros diretamente na linha de entrada."\ "\n\n"\ /************************************************************/ --- 280,297 ---- /**************************************************/ "\n\n"\ ! "Fechar ()'s - se esta marcado, o ')' e adicionado automáticamente a funcao"\ ! "e o cursor se move entre os parénteses. "\ "\n\n"\ ! "Forsar Inteiros - converte os dados ingresados a "\ ! "números enteros. Este e geralmente melhor para trabalhar con conversoes "\ ! "de números, e que os resultados con punto flutuante seguem o esquema "\ ! "tradicional despresando máximo 10 dígitos, menos que os números inteiros"\ ! "mostram um Inteiro de 32 bits en binario sem problemas."\ "\n\n"\ ! "Ver unidades - ao selecionar o modo Eng se interpreta 10E3 como 10K "\ ! "etc. Estes números podem empregar como dados de entrada."\ "\n\n"\ ! "Inserir Ajuda - insere nomes dos argumentos para funcoes de "\ ! "multiparametros diretamente na linha de entrada."\ "\n\n"\ /************************************************************/ *************** *** 316,398 **** /************************************************************/ "\n\n"\ ! "Para usuarios de Visor Platinum: ao que parece estes equipamentos tem"\ ! "MathLib integrada em memoria ROM, portanto nao e necesario "\ ! "instala-la em RAM."\ ! "pode apagala, usando DEL do menu Aplication."\ "\n\n"\ ! "Por favor, leia o arquivo INSTALL pode-se encontrar algumas "\ ! "propiedades (como gráficas) que espera ver. EasyCalc se distribui "\ ! "em varios pacotes, e cada um tem sets de diferentes propriedades."\ "\n\n"\ ! "Informacoes sobre funcoes recentemente adicionadas se encontram em arquivo "\ ! "chamado specfuncs.pdf."\ "\n\n"\ ! "As funcoes multiparámetros teem os parámetros separados por ':', "\ ! "Ex. ncr(6:3) "\ "\n\n"\ ! "Ajuda para a calculadora\n"\ ! "Coisas que lhe parecerán útiles:\n"\ ! "A letra Graffiti 'enter' e equivalente a tecla EXE \n\n"\ ! "introduzir operadores usando a área de graffiti adiciona 'ANS' a"\ ! "incio da linha (so serve para '-3+4').\n\n"\ ! "Quando se queira habilitar o auto-fechar de parenteses em Preferencias.\n"\ ! "Asim nao necesitara fechar os parenteses ao "\ ! "final da linha, Ex. 'sin(3.5'.\n\n"\ ! "Ao definir a funciao: f()=\"x^2\"\nx e um parámetro\n\n"\ ! "Pode-se entrar graus da seguinte maneira: 90°30'\n"\ ! "Agora e posivel usar linguagem matemática como 3pi+4e "\ ! "ou 3sin(x)\n"\ ! "Os cálculos con números complexos sao LENTOS. Desabilite em preferencias."\ "\n\n"\ ! "Pode usar unidades como M-mega, G-giga, T-terra, n-nano, f-femto etc. "\ ! "da mesma maneira que se faz no papel, e.g. 10G, 1/80T"\ "\n\n"\ ! "Voce pode definir multiparametros em funcoes. Referencie o "\ ! "segundo parametro como 'x(2)', terceiro como 'x(3)' etc.(dado que 'x' "\ ! "e o nome do parametro)." ! "$$GNU NOTICE" = "A Calculadora Científica para PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ ! " Portuguese Resources - Carlos Irapuan Lube de Menezes \n"\ ! " <cir...@ho...> \n"\ ! "Este programa e software gratis; pode redistribuilo sem modifica-lo "\ ! "segundo os térmos de GNU General Public License seja publicado por um"\ ! "Free Software Foundation; seja por a versao 2 da Licenca, o "\ ! "qualquer outra versao posterior.\n\n"\ ! "Este programa e distribuido com a intencao de que seja útil, "\ ! "porem SEM GARANTIA; nem seqer a garantia implicita de "\ ! "COMERCIALIZACAO E DE APLICACAO PARA PROPOSITOS PARTICULARES. Veja a "\ ! "GNU General Public License para mais detalhes.\n\n"\ ! "Junto com este programa deves ter recebido uma copia do "\ ! "GNU General Public License; senao, escreva a a Free Software "\ "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Preferencias para disenho básico de gráficos. "\ "\n\n"\ ! "xmin, xmax, ymin, ymax - limites da área de gráficos"\ "\n\n"\ ! "Función,Polar,Param - Pode selecionar o tipo de gráfico. Nas Función gráficas"\ ! "sao do tipo y=f(x), os gráficos Polares tem um ángulo theta como parámetro "\ ! "e devolvem a dimencao de uma linha, como r=f(t) e os gráficos Paramétricos "\ ! "lhe permitem especificar diferentes funcoes para X e Y, Ej. X=t, Y=6t." "$$GRSETUP HELP" = "Prepare os gráficos que desejar plotar."\ "\n\n"\ ! "Un Clic sobre o ID de funcao (X1,Y1,r1..) selecione um gráfico "\ "existente."\ "\n\n"\ ! " Faca Click sobre o nome de uma funcao para edita-la." "$$FINHELP" = "Os cálculos básicos financeiros poedem descrever-se como: "\ ! "Vc. teem dinheiro no banco (PV, valor presente). X-vezes ao ano(P/YR, "\ ! "pagos por ano) Vc. deposita dinheiro (PMT, pago) a sua conta "\ ! "bancaria. O Banco soma cada vez uma quantidade de dinheiro, uma "\ ! "percentagem sobre montante de sua conta e este percentagem e chamado"\ "interés (IT).\n"\ ! "Depois de um certo numero de depósitos (NP, Numero de periodos) Vc. decide "\ "retirar "\ ! "seu dinheiro do banco. O que recibirá do banco e o Valor Futuro(FV).\n"\ ! "Este procedimiento supoe, que o periodo de depósito e igual a "\ ! "periodo e que o Banco agrega juros em sua conta."\ "\n\n" \ /*****************************************************/ --- 316,399 ---- /************************************************************/ "\n\n"\ ! "Para usuarios de Visor Platinum: ao que parece estes equipamentos tem"\ ! "MathLib integrada em memoria ROM, portanto nao e necesario "\ ! "instala-la em RAM."\ ! "pode apagala, usando DEL do menu Aplication."\ "\n\n"\ ! "Por favor, leia o arquivo INSTALL pode-se encontrar algumas "\ ! "propiedades (como gráficas) que espera ver. EasyCalc se distribui "\ ! "em varios pacotes, e cada um tem sets de diferentes propriedades."\ "\n\n"\ ! "Informacoes sobre funcoes recentemente adicionadas se encontram em arquivo "\ ! "chamado specfuncs.pdf."\ "\n\n"\ ! "As funcoes multiparámetros teem os parámetros separados por ':', "\ ! "Ex. ncr(6:3) "\ "\n\n"\ ! "Ajuda para a calculadora\n"\ ! "Coisas que lhe parecerán útiles:\n"\ ! "A letra Graffiti 'enter' e equivalente a tecla EXE \n\n"\ ! "introduzir operadores usando a área de graffiti adiciona 'ANS' a"\ ! "incio da linha (so serve para '-3+4').\n\n"\ ! "Quando se queira habilitar o auto-fechar de parenteses em Preferencias.\n"\ ! "Asim nao necesitara fechar os parenteses ao "\ ! "final da linha, Ex. 'sin(3.5'.\n\n"\ ! "Ao definir a funciao: f()=\"x^2\"\nx e um parámetro\n\n"\ ! "Pode-se entrar graus da seguinte maneira: 90°30'\n"\ ! "Agora e posivel usar linguagem matemática como 3pi+4e "\ ! "ou 3sin(x)\n"\ ! "Os cálculos con números complexos sao LENTOS. Desabilite em preferencias."\ "\n\n"\ ! "Pode usar unidades como M-mega, G-giga, T-terra, n-nano, f-femto etc. "\ ! "da mesma maneira que se faz no papel, e.g. 10G, 1/80T"\ "\n\n"\ ! "Voce pode definir multiparametros em funcoes. Referencie o "\ ! "segundo parametro como 'x(2)', terceiro como 'x(3)' etc.(dado que 'x' "\ ! "e o nome do parametro)." ! "$$GNU NOTICE" = "A Calculadora Científica para PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky\n"\ ! "http://easycalc.sourceforge.net\n\n"\ ! " Portuguese Resources - Carlos Irapuan Lube de Menezes \n"\ ! " <cir...@ho...> \n"\ ! "Este programa e software gratis; pode redistribuilo sem modifica-lo "\ ! "segundo os térmos de GNU General Public License seja publicado por um"\ ! "Free Software Foundation; seja por a versao 2 da Licenca, o "\ ! "qualquer outra versao posterior.\n\n"\ ! "Este programa e distribuido com a intencao de que seja útil, "\ ! "porem SEM GARANTIA; nem seqer a garantia implicita de "\ ! "COMERCIALIZACAO E DE APLICACAO PARA PROPOSITOS PARTICULARES. Veja a "\ ! "GNU General Public License para mais detalhes.\n\n"\ ! "Junto com este programa deves ter recebido uma copia do "\ ! "GNU General Public License; senao, escreva a a Free Software "\ "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA" "$$GRPREF HELP" = "Preferencias para disenho básico de gráficos. "\ "\n\n"\ ! "xmin, xmax, ymin, ymax - limites da área de gráficos"\ "\n\n"\ ! "Función,Polar,Param - Pode selecionar o tipo de gráfico. Nas Función gráficas"\ ! "sao do tipo y=f(x), os gráficos Polares tem um ángulo theta como parámetro "\ ! "e devolvem a dimencao de uma linha, como r=f(t) e os gráficos Paramétricos "\ ! "lhe permitem especificar diferentes funcoes para X e Y, Ej. X=t, Y=6t." "$$GRSETUP HELP" = "Prepare os gráficos que desejar plotar."\ "\n\n"\ ! "Un Clic sobre o ID de funcao (X1,Y1,r1..) selecione um gráfico "\ "existente."\ "\n\n"\ ! " Faca Click sobre o nome de uma funcao para edita-la." "$$FINHELP" = "Os cálculos básicos financeiros poedem descrever-se como: "\ ! "Vc. teem dinheiro no banco (PV, valor presente). X-vezes ao ano(P/YR, "\ ! "pagos por ano) Vc. deposita dinheiro (PMT, pago) a sua conta "\ ! "bancaria. O Banco soma cada vez uma quantidade de dinheiro, uma "\ ! "percentagem sobre montante de sua conta e este percentagem e chamado"\ "interés (IT).\n"\ ! "Depois de um certo numero de depósitos (NP, Numero de periodos) Vc. decide "\ "retirar "\ ! "seu dinheiro do banco. O que recibirá do banco e o Valor Futuro(FV).\n"\ ! "Este procedimiento supoe, que o periodo de depósito e igual a "\ ! "periodo e que o Banco agrega juros em sua conta."\ "\n\n" \ /*****************************************************/ *************** *** 404,427 **** "$$MEMOHELP" = "Selecione uma nota da lista e precione OK para executar a nota. "\ ! "A primera linha da nota (titulo) nao se executa. A nota eh executada "\ ! "como se tivesse introduzido o texto linha por linha na calculadora.\n\n"\ ! "Se tem uma categoria 'EasyCalc' no bloco de notas, serao descarregadas"\ ! "somente as notas desta categoria." "$$FUNCHELP" = "Referencia de funcoes\n" \ ! "Estas sao funcoes para 'resolver equacoes' . O argumento 'funcao' "\ ! "pode definir-se como 'f()' ou diretamente como aspas ex '\"x+1\"'. "\ ! "As funcoes seguintes tem 1 argumento extra OPCIONAL para "\ ! "definir o intervalo de erro que devem calcular. Quanto mais "\ ! "pequeno o intervalo mais lento sera o cálculo.\n\n" \ ! "fzero(min:max:func[:error]) - calcula la raíz de uma funcao\n\n"\ ! "fvalue(min:max:valor:func[:erro]) - calcula x, donde f(x)=valor\n\n"\ ! "fmin(min:max:func[:error]) - calcula o mínimo de uma funcao "\ ! "no intervalo <min:max>\n\n"\ ! "fmax(min:max:func[:error]) - calcula o maximo de uma funcao no "\ ! "intervalo <min:max>\n\n"\ ! "fd_dx(point:func[:error]) - calcula a primeira derivada de funcao\n\n"\ ! "fsimps(min:max:func[:error]) - calcula a integral finita de uma funcao"\ ! "usando o algoritmo de Simpson"\ /*****************************************************/ "\n\n" \ --- 405,428 ---- "$$MEMOHELP" = "Selecione uma nota da lista e precione OK para executar a nota. "\ ! "A primera linha da nota (titulo) nao se executa. A nota eh executada "\ ! "como se tivesse introduzido o texto linha por linha na calculadora.\n\n"\ ! "Se tem uma categoria 'EasyCalc' no bloco de notas, serao descarregadas"\ ! "somente as notas desta categoria." "$$FUNCHELP" = "Referencia de funcoes\n" \ ! "Estas sao funcoes para 'resolver equacoes' . O argumento 'funcao' "\ ! "pode definir-se como 'f()' ou diretamente como aspas ex '\"x+1\"'. "\ ! "As funcoes seguintes tem 1 argumento extra OPCIONAL para "\ ! "definir o intervalo de erro que devem calcular. Quanto mais "\ ! "pequeno o intervalo mais lento sera o cálculo.\n\n" \ ! "fzero(min:max:func[:error]) - calcula la raíz de uma funcao\n\n"\ ! "fvalue(min:max:valor:func[:erro]) - calcula x, donde f(x)=valor\n\n"\ ! "fmin(min:max:func[:error]) - calcula o mínimo de uma funcao "\ ! "no intervalo <min:max>\n\n"\ ! "fmax(min:max:func[:error]) - calcula o maximo de uma funcao no "\ ! "intervalo <min:max>\n\n"\ ! "fd_dx(point:func[:error]) - calcula a primeira derivada de funcao\n\n"\ ! "fsimps(min:max:func[:error]) - calcula a integral finita de uma funcao"\ ! "usando o algoritmo de Simpson"\ /*****************************************************/ "\n\n" \ *************** *** 433,437 **** /**************************************************/ "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ "Create a new worksheet or select existing one from the drop-down "\ "menu. When the worksheet is selected, you can type in either formula "\ --- 434,438 ---- /**************************************************/ "$$SOLVERHELP" = "The Solver is a tool, that helps you store equations "\ ! "and formulas and compute results in a convinient way. "\ "Create a new worksheet or select existing one from the drop-down "\ "menu. When the worksheet is selected, you can type in either formula "\ Index: ru_win.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ru_win.rcp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ru_win.rcp 3 Jun 2006 11:39:30 -0000 1.11 --- ru_win.rcp 25 Aug 2006 00:26:19 -0000 1.12 *************** *** 335,340 **** "'x' - èìÿ àðãóìåíòà)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 335,341 ---- "'x' - èìÿ àðãóìåíòà)." ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ Index: ja.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/ja.rcp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ja.rcp 3 Jun 2006 11:39:30 -0000 1.4 --- ja.rcp 25 Aug 2006 00:26:19 -0000 1.5 *************** *** 345,351 **** "wèµÄ¾³¢D" ! "$$GNU NOTICE" = "The Scientific Calculator for PalmPilots\n"\ "ú{êóFYo...@po...\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 345,352 ---- "wèµÄ¾³¢D" ! "$$GNU NOTICE" = "The Scientific Calculator for PalmOS.\n"\ "ú{êóFYo...@po...\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ Index: fr.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/fr.rcp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** fr.rcp 3 Jun 2006 11:39:30 -0000 1.15 --- fr.rcp 25 Aug 2006 00:26:16 -0000 1.16 *************** *** 359,363 **** "$$GNU NOTICE" = "La calculatrice scientifique pour PalmOS\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ " Traduction française par Daniel Lemire, Ph.D. \n"\ " http://www.ondelette.com\n"\ --- 359,364 ---- "$$GNU NOTICE" = "La calculatrice scientifique pour PalmOS\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ " Traduction française par Daniel Lemire, Ph.D. \n"\ " http://www.ondelette.com\n"\ Index: sp.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/sp.rcp,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** sp.rcp 19 Jun 2006 14:46:44 -0000 1.39 --- sp.rcp 25 Aug 2006 00:26:19 -0000 1.40 *************** *** 353,358 **** "el nombre del parametro)." ! "$$GNU NOTICE" = "La Calculadora Científica para PalmPilots\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "Este programa es software libre; puede redistribuirlo y/o modificarlo "\ "bajo los términos de GNU General Public License según publicado por la "\ --- 353,359 ---- "el nombre del parametro)." ! "$$GNU NOTICE" = "La Calculadora Científica para PalmOS\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "Este programa es software libre; puede redistribuirlo y/o modificarlo "\ "bajo los términos de GNU General Public License según publicado por la "\ Index: de.rcp =================================================================== RCS file: /cvsroot/easycalc/easycalc/langs/de.rcp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** de.rcp 3 Jun 2006 14:22:45 -0000 1.40 --- de.rcp 25 Aug 2006 00:26:16 -0000 1.41 *************** *** 350,355 **** /* get official German GNU license if you want to have translated text here ! */ ! "$$GNU NOTICE" = "Der Wissenschaftliche Taschenrechner für Palms\n"\ ! "Copyright (C) 1999, 2000, 2001 Ondrej Palkovsky\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ --- 350,356 ---- /* get official German GNU license if you want to have translated text here ! */ ! "$$GNU NOTICE" = "Der Wissenschaftliche Taschenrechner für PalmOS.\n"\ ! "Copyright (C) 1999-2003, 2006 Ondrej Palkovsky.\n"\ ! "http://easycalc.sourceforge.net\n\n"\ "This program is free software; you can redistribute it and/or modify "\ "it under the terms of the GNU General Public License as published by "\ |
From: Ton v. O. <tvo...@us...> - 2006-08-23 17:55:58
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv1535 Modified Files: Makefile.in calc.c calc.rcp.in calcrsc.h graph.rcp.in prefs.c Log Message: Replace about alert with separate about form. Index: calc.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.rcp.in,v retrieving revision 1.104 retrieving revision 1.105 diff -C2 -d -r1.104 -r1.105 *** calc.rcp.in 19 Aug 2006 04:15:03 -0000 1.104 --- calc.rcp.in 23 Aug 2006 17:55:55 -0000 1.105 *************** *** 2,14 **** // $Id$ // - // 2001-09-23 - John Hodapp <bi...@em...> - // Minor adjustment to placement of selection boxes. - // 2001-09-31 - John Hodapp - repeating edit buttons, added Deg/Rad/Grd - // indication and selection on Basic, Scientific and Graph - // screens. - // #include "calcrsc.h" #include "lang.h" //Handera support --- 2,11 ---- // $Id$ // #include "calcrsc.h" #include "lang.h" + #ifdef SUPPORT_DIA + #include "resizeconsts.h" + #endif //Handera support *************** *** 350,353 **** --- 347,385 ---- END + FORM ID frmAbout AT (2 2 156 156) + MODAL + DEFAULTBTNID abtOk + BEGIN + FORMBITMAP AT (11 11) BITMAP abtLogo USABLE + LABEL "Easy Calc" ID abtTitle AT (75 4) FONT 1 + LABEL "Version: VERSION_HERE" ID abtVersion AT (65 15) FONT 1 + LABEL "DATE_HERE" ID abtVerdate AT (68 26) FONT 1 + FIELD ID abtText AT (3 37 152 99) LEFTALIGN FONT 0 + NONEDITABLE MULTIPLELINES MAXCHARS 1024 + REPEATBUTTON "\003" ID abtUp AT (143 138 12 8) + DISABLED NOFRAME FONT 5 + REPEATBUTTON "\004" ID abtDn AT (143 146 12 8) + DISABLED NOFRAME FONT 5 + BUTTON "$$DONE" ID abtOk AT (10 140 45 12) + END + + #ifdef SUPPORT_DIA + WORDLIST ID frmAbout + BEGIN + DIA_FORM_USE_BIN // formFlags + 0 // bin + DIA_STATE_MAX // preferred state + // Object data + 0 DIA_H_PLUS_DH+DIA_W_PLUS_DW 0 // the form itself + abtTitle DIA_X_PLUS_1_2_DW 0 + abtVersion DIA_X_PLUS_1_2_DW 0 + abtVerdate DIA_X_PLUS_1_2_DW 0 + abtText DIA_W_PLUS_DW+DIA_H_PLUS_DH 0 + abtUp DIA_X_RIGHT+DIA_Y_PLUS_DH 0 + abtDn DIA_X_RIGHT+DIA_Y_PLUS_DH 0 + abtOk DIA_Y_PLUS_DH 0 + END + #endif + FORM ID frmInteger AT (0 0 160 160) MENUID tdMenu *************** *** 1227,1229 **** --- 1259,1286 ---- #endif + #endif // SPECFUN_ENABLED + + #ifdef OS5HIRES + BITMAP ID abtLogo + COMPRESS + BEGIN + BITMAP "calc.bmp" BPP 1 DENSITY 72 TRANSPARENTINDEX 0 + BITMAP "calc-8.bmp" BPP 8 DENSITY 72 TRANSPARENTINDEX 0 + BITMAP "calc-8-hi.bmp" BPP 8 DENSITY 144 TRANSPARENTINDEX 0 + END + #else + BITMAP ID abtLogo + COMPRESS + BEGIN + BITMAP "calc.bmp" BPP 1 DENSITY 72 TRANSPARENTINDEX 0 + BITMAP "calc-8.bmp" BPP 8 DENSITY 72 TRANSPARENTINDEX 0 + END + #endif + + #ifdef SUPPORT_DIA + WORDLIST ID resize_index + BEGIN + frmGraph frmGraph + frmAbout frmAbout + END #endif Index: Makefile.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/Makefile.in,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** Makefile.in 19 Aug 2006 04:15:03 -0000 1.31 --- Makefile.in 23 Aug 2006 17:55:54 -0000 1.32 *************** *** 36,40 **** ROFILE = $(TARGET).ro ! CALC_OBJS = calc.o clie.o clie-util.o \ mlib/calcDB.o mlib/fl_num.o mlib/fp.o mlib/funcs.o \ mlib/guess.o mlib/konvert.o mlib/mathem.o mlib/stack.o prefs.o \ --- 36,40 ---- ROFILE = $(TARGET).ro ! CALC_OBJS = calc.o about.o clie.o clie-util.o \ mlib/calcDB.o mlib/fl_num.o mlib/fp.o mlib/funcs.o \ mlib/guess.o mlib/konvert.o mlib/mathem.o mlib/stack.o prefs.o \ *************** *** 103,109 **** $(BUILDPRC) -o $@ -n 'Easy Calc' -c 'OpCl' $(TARGET).def $(ROFILE) $(TARGET) ! $(RCPFILE): $(RSRCS) $(LANGDIR)/*.rcp docs/CREDITS ! cat $(LANGRCP) > $@; ! cat $(RSRCS) >> $@ %.stamp: $(RCPFILE) calcrsc.h $(LANGDIR)/%.h --- 103,110 ---- $(BUILDPRC) -o $@ -n 'Easy Calc' -c 'OpCl' $(TARGET).def $(ROFILE) $(TARGET) ! $(RCPFILE): $(RSRCS) $(LANGDIR)/*.rcp docs/CREDITS VERSION ! cat $(LANGRCP) $(RSRCS) | \ ! sed -e "s/DATE_HERE/`date +'%Y-%m-%d'`/g" | \ ! sed -e "s/VERSION_HERE/`cat VERSION`/g" > $(RCPFILE) %.stamp: $(RCPFILE) calcrsc.h $(LANGDIR)/%.h Index: graph.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/graph.rcp.in,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** graph.rcp.in 6 Aug 2006 01:09:15 -0000 1.29 --- graph.rcp.in 23 Aug 2006 17:55:55 -0000 1.30 *************** *** 4,9 **** #ifdef SUPPORT_DIA - #include "resizeconsts.h" - //Dana AlphaSmart support HEX "wTap" ID 1000 --- 4,7 ---- *************** *** 280,288 **** STRINGTABLE strGrcDescription "" "$$GRZERO" "$$GRVALUE" "$$GRMIN" "$$GRMAX" "$$GRDDX" "d2/dx" "$$GRINTEG" "$$GRINTERSECT" "dy/dx" "dy/dt" "dx/dt" "dr/dfi" - - #ifdef SUPPORT_DIA - WORDLIST ID resize_index - BEGIN - frmGraph frmGraph - END - #endif --- 278,279 ---- Index: calcrsc.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/calcrsc.h,v retrieving revision 1.55 retrieving revision 1.56 diff -C2 -d -r1.55 -r1.56 *** calcrsc.h 2 Aug 2006 16:34:12 -0000 1.55 --- calcrsc.h 23 Aug 2006 17:55:55 -0000 1.56 *************** *** 11,14 **** --- 11,15 ---- #define frmGraph 1004 #define finForm 1005 + #define frmAbout 1006 #define altAbout 1006 #define altCompute 1007 *************** *** 396,399 **** --- 397,409 ---- #define defPopup 5008 + #define abtLogo 6001 + #define abtTitle 6002 + #define abtVersion 6003 + #define abtVerdate 6004 + #define abtText 6005 + #define abtOk 6006 + #define abtUp 6007 + #define abtDn 6008 + #define bmpLArrow 7001 #define bmpRArrow 7002 Index: prefs.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/prefs.c,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** prefs.c 2 Aug 2006 17:51:41 -0000 1.13 --- prefs.c 23 Aug 2006 17:55:55 -0000 1.14 *************** *** 29,32 **** --- 29,33 ---- #include "calcDB.h" #include "fp.h" + #include "about.h" #ifdef SUPPORT_DIA *************** *** 66,74 **** --- 67,80 ---- calcPrefs.dispScien = false; + #if 0 FrmAlert(altAbout); FrmHelp(hlpMain2); + #endif dispPrefs = calcPrefs.dispPrefs; /* db_recompile needs dispPrefs */ db_recompile_all(); + doAbout(hlpMain1); /* calls FrmGotoForm(frmABout) */ } + else + FrmGotoForm(calcPrefs.form); fp_set_prefs(calcPrefs.dispPrefs); } Index: calc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.c,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** calc.c 6 Aug 2006 01:09:15 -0000 1.29 --- calc.c 23 Aug 2006 17:55:54 -0000 1.30 *************** *** 30,33 **** --- 30,34 ---- #include <StringMgr.h> #include <stdio.h> + #include "about.h" #ifdef SONY_SDK #include <SonyCLIE.h> *************** *** 167,171 **** break; case mitAbout: ! FrmAlert(altAbout); break; case btnInteger: --- 168,173 ---- break; case mitAbout: ! /* FrmAlert(altAbout); */ ! doAbout(hlpMain1); break; case btnInteger: *************** *** 272,276 **** ErrFatalDisplayIf(error, "Can't open History DB"); ! calc_init_application(); fp_setup_flpoint(); --- 274,278 ---- ErrFatalDisplayIf(error, "Can't open History DB"); ! calc_init_application(); /* also calls FrmGotoForm */ fp_setup_flpoint(); *************** *** 280,285 **** #endif - FrmGotoForm(calcPrefs.form); - return 0; } --- 282,285 ---- *************** *** 383,387 **** //Load the form resource specified in the event then activate it formId = event->data.frmLoad.formID; ! frm = FrmInitForm(formId); FrmSetActiveForm(frm); // Set the event handler for the form. The handler of the currently --- 383,390 ---- //Load the form resource specified in the event then activate it formId = event->data.frmLoad.formID; ! if (formId != frmAbout) ! frm = FrmInitForm(formId); ! else ! frm = FrmGetFormPtr(frmAbout); FrmSetActiveForm(frm); // Set the event handler for the form. The handler of the currently *************** *** 408,411 **** --- 411,420 ---- break; #endif /* GRAPHS_ENABLED */ + case frmAbout: + #ifdef SUPPORT_DIA + SetResizePolicy(formId); + #endif + FrmSetEventHandler(frm,aboutEventHandler); + break; case prefForm: FrmSetEventHandler(frm,PreferencesHandleEvent); |
From: Ton v. O. <tvo...@us...> - 2006-08-23 17:52:56
|
Update of /cvsroot/easycalc/easycalc/mlib In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv316 Modified Files: stack.c Log Message: Eliminate compiler warnings. Index: stack.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/mlib/stack.c,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** stack.c 8 Oct 2002 21:26:32 -0000 1.31 --- stack.c 23 Aug 2006 17:52:49 -0000 1.32 *************** *** 231,235 **** { UInt32 intarg; ! double realarg; Complex *cplxarg; CError err=c_noerror; --- 231,235 ---- { UInt32 intarg; ! double realarg = 0.0; Complex *cplxarg; CError err=c_noerror; *************** *** 817,820 **** --- 817,821 ---- Int16 retval=c_noerror; Trpn item; + #ifdef SPECFUN_ENABLED Int16 i; Boolean listsimul; *************** *** 822,825 **** --- 823,827 ---- rpntype type; CError err; + #endif /* allocate rpnstack to maximum of input elements */ |
From: Ton v. O. <tvo...@us...> - 2006-08-23 17:50:49
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv31944 Added Files: VERSION about.c about.h Log Message: New files for new about form. --- NEW FILE: VERSION --- 1.24-cvs --- NEW FILE: about.c --- /* * $Id: about.c,v 1.1 2006/08/23 17:50:44 tvoverbe Exp $ * * Copyright 2006 Ton van Overbeek * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * * Summary * Resizable about and help form routines for EasyCalc. * * Author * Ton van Overbeek, to...@v-... * */ #include <PalmOS.h> #include "calcrsc.h" #ifdef SUPPORT_DIA #include "DIA.h" #endif static UInt16 returnFormID = frmBasic; static void updateScrollers(FormType *form, FieldType *fld) { UInt16 upix, downix; Boolean enableUp, enableDown; enableUp = FldScrollable(fld, winUp); enableDown = FldScrollable(fld, winDown); upix = FrmGetObjectIndex(form, abtUp); downix = FrmGetObjectIndex(form, abtDn); FrmUpdateScrollers(form, upix, downix, enableUp, enableDown); } static void helpScroll(FormType *form, WinDirectionType dir) { UInt16 linestoscroll; FieldType *fld; fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); linestoscroll = FldGetVisibleLines(fld) - 1; FldScrollField(fld, linestoscroll, dir); updateScrollers(form, fld); } static void releaseResource(FormType *form) { FieldType *fld; MemHandle aboutH; fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); aboutH = FldGetTextHandle(fld); FldSetTextHandle(fld, 0); DmReleaseResource(aboutH); } Boolean aboutEventHandler(EventPtr event) { Boolean handled = false; FormType *form = FrmGetActiveForm(); FieldType *fld; #ifdef SUPPORT_DIA if (ResizeHandleEvent(event)) { return true; } #endif switch (event->eType) { case frmOpenEvent: case frmUpdateEvent: FrmDrawForm(form); fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); updateScrollers(form, fld); handled = true; break; case ctlSelectEvent: if (event->data.ctlEnter.controlID == abtOk) { FrmGotoForm(returnFormID); handled = true; } break; case frmCloseEvent: releaseResource(form); break; case ctlRepeatEvent: if (event->data.ctlRepeat.controlID == abtUp) { helpScroll(form, winUp); } else if (event->data.ctlRepeat.controlID == abtDn) { helpScroll(form, winDown); } break; default: break; } return handled; } void doAbout(UInt16 aboutStringID) { MemHandle aboutH; FormType *form; FieldType *fld; aboutH = DmGetResource(strRsc, aboutStringID); form = FrmInitForm(frmAbout); fld = FrmGetObjectPtr(form, FrmGetObjectIndex(form, abtText)); FldSetTextHandle(fld, aboutH); FldSetInsertionPoint(fld, 0); returnFormID = FrmGetActiveFormID(); if (returnFormID == 0) returnFormID = frmBasic; FrmGotoForm(frmAbout); } --- NEW FILE: about.h --- /* * $Id: about.h,v 1.1 2006/08/23 17:50:44 tvoverbe Exp $ * * Copyright 2006 Ton van Overbeek * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * * Summary * Resizable about and help form routines for EasyCalc. * * Author * Ton van Overbeek, to...@v-... * */ Boolean aboutEventHandler(EventPtr event); void doAbout(UInt16 aboutStringID); |
From: Ton v. O. <tvo...@us...> - 2006-08-21 13:43:50
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9968 Modified Files: main.c Log Message: Fix insOK logic. Now entering '(' works again. Index: main.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/main.c,v retrieving revision 1.65 retrieving revision 1.66 diff -C2 -d -r1.65 -r1.66 *** main.c 2 Aug 2006 18:12:13 -0000 1.65 --- main.c 21 Aug 2006 13:43:47 -0000 1.66 *************** *** 437,441 **** endp+=3; } ! if (insOK) insOK = FldInsert(field,text,StrLen(text)); if (!nostartparen && insOK) { --- 437,441 ---- endp+=3; } ! if (insOK && StrLen(text)) insOK = FldInsert(field,text,StrLen(text)); if (!nostartparen && insOK) { |
From: Ton v. O. <tvo...@us...> - 2006-08-19 04:15:15
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23903 Modified Files: Makefile.in calc.rcp.in configure configure.in Log Message: Fixes for OS5 hires. Fixes to include/exclude various features. Index: Makefile.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/Makefile.in,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** Makefile.in 7 Aug 2006 15:39:11 -0000 1.30 --- Makefile.in 19 Aug 2006 04:15:03 -0000 1.31 *************** *** 5,13 **** # ----------- Configuration options and optional SDK paths -------------- ! SPECFUN_ENABLED = @SPECFUN@ ! GRAPHS_ENABLED = @GRAPHFUN@ ! DIA_ENABLED = @DIASUPP@ ! SONYSDK = @SONYSDK@ ! HANDERASDK = @HANDERASDK@ SONYINC = -I/PalmDev/clie-sdk-5/include -I/PalmDev/clie-sdk-5/include/Libraries -I/PalmDev/clie-sdk-5/include/System --- 5,14 ---- # ----------- Configuration options and optional SDK paths -------------- ! SPECFUN_ENABLED = @SPECFUN@ ! GRAPHS_ENABLED = @GRAPHFUN@ ! DIA_ENABLED = @DIASUPP@ ! OS5HIRES_ENABLED = @OS5HIRES@ ! SONYSDK = @SONYSDK@ ! HANDERASDK = @HANDERASDK@ SONYINC = -I/PalmDev/clie-sdk-5/include -I/PalmDev/clie-sdk-5/include/Libraries -I/PalmDev/clie-sdk-5/include/System *************** *** 71,80 **** --- 72,88 ---- endif + ifeq "$(OS5HIRES_ENABLED)" "yes" + CFLAGS += -DOS5HIRES + PILRCFLAGS += -D OS5HIRES + endif + ifeq "$(SONYSDK)" "yes" CFLAGS += -DSONY_SDK $(SONYINC) + PILRCFLAGS += -D SONY_SDK endif ifeq "$(HANDERASDK)" "yes" CFLAGS += -DHANDERA_SDK $(HANDERAINC) + PILRCFLAGS += -D HANDERA_SDK endif Index: calc.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.rcp.in,v retrieving revision 1.103 retrieving revision 1.104 diff -C2 -d -r1.103 -r1.104 *** calc.rcp.in 6 Aug 2006 01:09:15 -0000 1.103 --- calc.rcp.in 19 Aug 2006 04:15:03 -0000 1.104 *************** *** 22,25 **** --- 22,26 ---- APPLICATIONICONNAME ID 100 "Easy Calc" + #ifdef OS5HIRES ICON BEGIN *************** *** 28,32 **** --- 29,41 ---- BITMAP "calc-8-hi.bmp" BPP 8 DENSITY 144 TRANSPARENTINDEX 0 END + #else + ICON + BEGIN + BITMAP "calc.bmp" BPP 1 DENSITY 72 TRANSPARENTINDEX 0 + BITMAP "calc-8.bmp" BPP 8 DENSITY 72 TRANSPARENTINDEX 0 + END + #endif + #ifdef OS5HIRES SMALLICON BEGIN *************** *** 35,38 **** --- 44,54 ---- BITMAP "calcsmall-8-hi.bmp" BPP 8 DENSITY 144 TRANSPARENTINDEX 0 END + #else + SMALLICON + BEGIN + BITMAP "calcsmall.bmp" BPP 1 DENSITY 72 TRANSPARENTINDEX 0 + BITMAP "calcsmall-8.bmp" BPP 8 DENSITY 72 TRANSPARENTINDEX 0 + END + #endif FORM ID memoExportQuestionForm AT (2 67 156 91) *************** *** 49,52 **** --- 65,69 ---- END + #ifdef SPECFUN_ENABLED FORM ID slvNoteForm AT (2 2 156 156) MENUID sysEditMenuID *************** *** 171,174 **** --- 188,192 ---- BUTTON "$$DELETE" ID btnListDelete AT (PREVRIGHT+5 PREVTOP AUTO 12) END + #endif FORM ID memoImportForm AT (2 2 156 156) *************** *** 340,344 **** PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef SPECFUN_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif --- 358,362 ---- PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef GRAPHS_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif *************** *** 419,423 **** PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef SPECFUN_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif --- 437,441 ---- PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef GRAPHS_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif *************** *** 532,536 **** PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef SPECFUN_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif --- 550,554 ---- PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef GRAPHS_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif *************** *** 637,641 **** PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef SPECFUN_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif --- 655,659 ---- PUSHBUTTON "S" ID btnScientific AT (PREVRIGHT+1 1 10 12) GROUP 1 PUSHBUTTON "I" ID btnInteger AT (PREVRIGHT+1 1 10 12) GROUP 1 ! #ifdef GRAPHS_ENABLED PUSHBUTTON "G" ID btnGraph AT (PREVRIGHT+1 1 10 12) GROUP 1 #endif *************** *** 728,732 **** MENUITEM "$$MNSCIENTIFIC" btnScientific "S" MENUITEM "$$INTEGER" btnInteger "I" ! #ifdef SPECFUN_ENABLED MENUITEM "$$GRAPH" btnGraph "G" #endif --- 746,750 ---- MENUITEM "$$MNSCIENTIFIC" btnScientific "S" MENUITEM "$$INTEGER" btnInteger "I" ! #ifdef GRAPHS_ENABLED MENUITEM "$$GRAPH" btnGraph "G" #endif *************** *** 917,945 **** --- 935,1059 ---- STRINGTABLE strErrCodes "" "$$ERRNO ERROR" "$$ERRSYNTAX ERROR" "$$ERRBAD FUNCTION" "$$ERRMISSING ARGUMENT" "$$ERRBAD ARGUMENT TYPE" "$$ERRINTERNAL ERROR" "$$ERRBAD MODE SELECTED" "$$ERRNO RESULT" "$$ERRDIVISION BY 0" "$$ERRNO SUCH VARIABLE" "$$ERRBAD RESULT" "$$ERRTOO DEEP RECURSION" "$$ERRIMPOSSIBLE CALCULATION" "$$ERROUT OF RANGE" "$$ERRBAD ARG COUNT" "$$ERRBAD DIMENSION" "$$ERRSINGULAR" "$$ERRINTERRUPTED" "Not enough memory" + #ifdef OS5HIRES + BITMAP ID bmpLArrow + COMPRESS + BEGIN + BITMAP "bitmaps/larrow.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/larrow-hi.bmp" BPP 1 DENSITY 144 + END + #else + #ifdef SONY_SDK BITMAP ID bmpLArrow + COMPRESS BEGIN BITMAP "bitmaps/larrow.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/larrow-hi.bmp" BPP 1 DENSITY 144 END + #else + BITMAP ID bmpLArrow + COMPRESS + BEGIN + BITMAP "bitmaps/larrow.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpRArrow + COMPRESS BEGIN BITMAP "bitmaps/rarrow.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/rarrow-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpRArrow + COMPRESS + BEGIN + BITMAP "bitmaps/rarrow.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/rarrow-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpRArrow + COMPRESS + BEGIN + BITMAP "bitmaps/rarrow.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpSquare + COMPRESS BEGIN BITMAP "bitmaps/x2.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/x2-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpSquare + COMPRESS + BEGIN + BITMAP "bitmaps/x2.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/x2-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpSquare + COMPRESS + BEGIN + BITMAP "bitmaps/x2.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES + BITMAP ID bmpSquareRoot + COMPRESS + BEGIN + BITMAP "bitmaps/sqrrtx.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/sqrrtx-hi.bmp" BPP 1 DENSITY 144 + END + #else + #ifdef SONY_SDK BITMAP ID bmpSquareRoot + COMPRESS BEGIN BITMAP "bitmaps/sqrrtx.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/sqrrtx-hi.bmp" BPP 1 DENSITY 144 END + #else + BITMAP ID bmpSquareRoot + COMPRESS + BEGIN + BITMAP "bitmaps/sqrrtx.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES + BITMAP ID bmpRootX + COMPRESS + BEGIN + BITMAP "bitmaps/rootx.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/rootx-hi.bmp" BPP 1 DENSITY 144 + END + #else + #ifdef SONY_SDK BITMAP ID bmpRootX + COMPRESS BEGIN BITMAP "bitmaps/rootx.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/rootx-hi.bmp" BPP 1 DENSITY 144 END + #else + BITMAP ID bmpRootX + COMPRESS + BEGIN + BITMAP "bitmaps/rootx.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpExpon COMPRESS *************** *** 948,980 **** BITMAP "bitmaps/exp-hi.bmp" BPP 1 DENSITY 144 END BITMAP ID bmpInverse BEGIN BITMAP "bitmaps/x-1.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/x-1-hi.bmp" BPP 1 DENSITY 144 END BITMAP ID bmpPower BEGIN BITMAP "bitmaps/xy.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/xy-hi.bmp" BPP 1 DENSITY 144 END BITMAP ID bmpLdel BEGIN BITMAP "bitmaps/ldel.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/ldel-hi.bmp" BPP 1 DENSITY 144 END ! //BITMAP ID bmpExe "bitmaps/exe.xbm" BITMAP ID bmpIsPrime BEGIN BITMAP "bitmaps/isprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/isprime-hi.bmp" BPP 1 DENSITY 144 END BITMAP ID bmpPrevPrime BEGIN BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/pprime-hi.bmp" BPP 1 DENSITY 144 END BITMAP ID bmpNextPrime BEGIN BITMAP "bitmaps/nprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/nprime-hi.bmp" BPP 1 DENSITY 144 END --- 1062,1229 ---- BITMAP "bitmaps/exp-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpExpon + COMPRESS + BEGIN + BITMAP "bitmaps/exp.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/exp-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpExpon + COMPRESS + BEGIN + BITMAP "bitmaps/exp.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpInverse + COMPRESS BEGIN BITMAP "bitmaps/x-1.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/x-1-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpInverse + COMPRESS + BEGIN + BITMAP "bitmaps/x-1.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/x-1-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpInverse + COMPRESS + BEGIN + BITMAP "bitmaps/x-1.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpPower + COMPRESS BEGIN BITMAP "bitmaps/xy.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/xy-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpPower + COMPRESS + BEGIN + BITMAP "bitmaps/xy.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/xy-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpPower + COMPRESS + BEGIN + BITMAP "bitmaps/xy.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpLdel + COMPRESS BEGIN BITMAP "bitmaps/ldel.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/ldel-hi.bmp" BPP 1 DENSITY 144 END ! #else ! #ifdef SONY_SDK ! BITMAP ID bmpLdel ! COMPRESS ! BEGIN ! BITMAP "bitmaps/ldel.bmp" BPP 1 DENSITY 72 ! BITMAP "bitmaps/ldel-hi.bmp" BPP 1 DENSITY 144 ! END ! #else ! BITMAP ID bmpLdel ! COMPRESS ! BEGIN ! BITMAP "bitmaps/ldel.bmp" BPP 1 DENSITY 72 ! BITMAP "bitmaps/ldel-hi.bmp" BPP 1 DENSITY 144 ! END ! #endif ! #endif ! ! #ifdef SPECFUN_ENABLED ! ! #ifdef OS5HIRES BITMAP ID bmpIsPrime + COMPRESS BEGIN BITMAP "bitmaps/isprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/isprime-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpIsPrime + COMPRESS + BEGIN + BITMAP "bitmaps/isprime.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/isprime-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpIsPrime + COMPRESS + BEGIN + BITMAP "bitmaps/isprime.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpPrevPrime + COMPRESS BEGIN BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/pprime-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpPrevPrime + COMPRESS + BEGIN + BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/pprime-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpPrevPrime + COMPRESS + BEGIN + BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/pprime-hi.bmp" BPP 1 DENSITY 144 + END + #endif + #endif + + #ifdef OS5HIRES BITMAP ID bmpNextPrime + COMPRESS BEGIN BITMAP "bitmaps/nprime.bmp" BPP 1 DENSITY 72 BITMAP "bitmaps/nprime-hi.bmp" BPP 1 DENSITY 144 END + #else + #ifdef SONY_SDK + BITMAP ID bmpPrevPrime + COMPRESS + BEGIN + BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 + BITMAP "bitmaps/pprime-hi.bmp" BPP 1 DENSITY 144 + END + #else + BITMAP ID bmpPrevPrime + COMPRESS + BEGIN + BITMAP "bitmaps/pprime.bmp" BPP 1 DENSITY 72 + END + #endif + #endif + + #endif Index: configure =================================================================== RCS file: /cvsroot/easycalc/easycalc/configure,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** configure 7 Aug 2006 15:39:11 -0000 1.16 --- configure 19 Aug 2006 04:15:04 -0000 1.17 *************** *** 272,276 **** PACKAGE_BUGREPORT='' ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LANGS SPECFUN GRAPHFUN DIASUPP SONYSDK HANDERASDK CC PILRC MULTIGEN BUILDPRC PILXFER CTAGS LIBOBJS LTLIBOBJS' ac_subst_files='' --- 272,276 ---- PACKAGE_BUGREPORT='' ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LANGS SPECFUN GRAPHFUN OS5HIRES DIASUPP SONYSDK HANDERASDK CC PILRC MULTIGEN BUILDPRC PILXFER CTAGS LIBOBJS LTLIBOBJS' ac_subst_files='' *************** *** 787,790 **** --- 787,791 ---- --enable-specfun include special functions (default = yes) --enable-graphfun include graphs (default = yes) + --enable-os5hires include PalmOS5 hires support (default = yes) --enable-diasupport include DIA support (default = yes) *************** *** 1271,1274 **** --- 1272,1288 ---- + echo "$as_me:$LINENO: checking if PalmOS5 hires support is enabled" >&5 + echo $ECHO_N "checking if PalmOS5 hires support is enabled... $ECHO_C" >&6 + # Check whether --enable-os5hires or --disable-os5hires was given. + if test "${enable_os5hires+set}" = set; then + enableval="$enable_os5hires" + OS5HIRES=$enable_os5hires + else + OS5HIRES=yes;enable_os5hires=yes + fi; + echo "$as_me:$LINENO: result: $enable_os5hires" >&5 + echo "${ECHO_T}$enable_os5hires" >&6 + + echo "$as_me:$LINENO: checking if Dynamic Input Area support is enabled" >&5 echo $ECHO_N "checking if Dynamic Input Area support is enabled... $ECHO_C" >&6 *************** *** 1284,1289 **** ! echo "$as_me:$LINENO: checking if Sony SDK is used" >&5 ! echo $ECHO_N "checking if Sony SDK is used... $ECHO_C" >&6 # Check whether --with-sonysdk or --without-sonysdk was given. --- 1298,1303 ---- ! echo "$as_me:$LINENO: checking if Sony SDK is used for Sony PalmOS4 hires support" >&5 ! echo $ECHO_N "checking if Sony SDK is used for Sony PalmOS4 hires support... $ECHO_C" >&6 # Check whether --with-sonysdk or --without-sonysdk was given. *************** *** 1298,1303 **** ! echo "$as_me:$LINENO: checking if Handera SDK is used" >&5 ! echo $ECHO_N "checking if Handera SDK is used... $ECHO_C" >&6 # Check whether --with-handerasdk or --without-handerasdk was given. --- 1312,1317 ---- ! echo "$as_me:$LINENO: checking if Handera SDK is used for QVGA support" >&5 ! echo $ECHO_N "checking if Handera SDK is used for QVGA support... $ECHO_C" >&6 # Check whether --with-handerasdk or --without-handerasdk was given. *************** *** 2236,2239 **** --- 2250,2254 ---- s,@SPECFUN@,$SPECFUN,;t t s,@GRAPHFUN@,$GRAPHFUN,;t t + s,@OS5HIRES@,$OS5HIRES,;t t s,@DIASUPP@,$DIASUPP,;t t s,@SONYSDK@,$SONYSDK,;t t Index: configure.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/configure.in,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** configure.in 7 Aug 2006 15:39:11 -0000 1.16 --- configure.in 19 Aug 2006 04:15:04 -0000 1.17 *************** *** 21,24 **** --- 21,32 ---- AC_SUBST(GRAPHFUN) + dnl PalmOS5 hires support + AC_MSG_CHECKING(if PalmOS5 hires support is enabled) + AC_ARG_ENABLE(os5hires, + AS_HELP_STRING([--enable-os5hires],[include PalmOS5 hires support (default = yes)]), + [OS5HIRES=$enable_os5hires],[OS5HIRES=yes;enable_os5hires=yes]) + AC_MSG_RESULT($enable_os5hires) + AC_SUBST(OS5HIRES) + dnl Dynamic Input Area support AC_MSG_CHECKING(if Dynamic Input Area support is enabled) *************** *** 30,34 **** dnl Sony PalmOS4 hires support ! AC_MSG_CHECKING(if Sony SDK is used) AC_ARG_WITH(sonysdk, AS_HELP_STRING([--with-sonysdk],[use Sony SDK for PalmOS4 hires support (default = no)]), --- 38,42 ---- dnl Sony PalmOS4 hires support ! AC_MSG_CHECKING(if Sony SDK is used for Sony PalmOS4 hires support) AC_ARG_WITH(sonysdk, AS_HELP_STRING([--with-sonysdk],[use Sony SDK for PalmOS4 hires support (default = no)]), *************** *** 38,42 **** dnl Handera QVGA support ! AC_MSG_CHECKING(if Handera SDK is used) AC_ARG_WITH(handerasdk, AS_HELP_STRING([--with-handerasdk],[use Handera SDK for QVGA support (default = no)]), --- 46,50 ---- dnl Handera QVGA support ! AC_MSG_CHECKING(if Handera SDK is used for QVGA support) AC_ARG_WITH(handerasdk, AS_HELP_STRING([--with-handerasdk],[use Handera SDK for QVGA support (default = no)]), |
From: Ton v. O. <tvo...@us...> - 2006-08-07 15:41:05
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv8909 Modified Files: .cvsignore Log Message: Added calc to .cvsignore. Index: .cvsignore =================================================================== RCS file: /cvsroot/easycalc/easycalc/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** .cvsignore 2 Aug 2006 19:35:40 -0000 1.3 --- .cvsignore 7 Aug 2006 15:40:59 -0000 1.4 *************** *** 6,9 **** --- 6,10 ---- calc-sections.ld calc-sections.s + calc *.map *.prc |
From: Ton v. O. <tvo...@us...> - 2006-08-07 15:39:18
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv7142 Modified Files: Makefile.in configure configure.in Log Message: All Makefile build options can now be set in the configure script: --enable-specfun, --enable-graphfun, --enable-diasupport, --with-sonysdk, --with-handerasdk. Index: Makefile.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/Makefile.in,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Makefile.in 1 Aug 2006 23:53:32 -0000 1.29 --- Makefile.in 7 Aug 2006 15:39:11 -0000 1.30 *************** *** 3,8 **** ## ! SONYSDK = yes ! HANDERASDK = yes CC = @CC@ PILXFER = @PILXFER@ --- 3,19 ---- ## ! # ----------- Configuration options and optional SDK paths -------------- ! ! SPECFUN_ENABLED = @SPECFUN@ ! GRAPHS_ENABLED = @GRAPHFUN@ ! DIA_ENABLED = @DIASUPP@ ! SONYSDK = @SONYSDK@ ! HANDERASDK = @HANDERASDK@ ! ! SONYINC = -I/PalmDev/clie-sdk-5/include -I/PalmDev/clie-sdk-5/include/Libraries -I/PalmDev/clie-sdk-5/include/System ! HANDERAINC = -I/PalmDev/handera/include ! ! # ----------- End of configuration options ------------------------------ ! CC = @CC@ PILXFER = @PILXFER@ *************** *** 12,19 **** CTAGS = @CTAGS@ - GRAPHS_ENABLED = @SPECFUN@ - SPECFUN_ENABLED = @SPECFUN@ - DIA_ENABLED = @DIASUPP@ - LANGDIR = langs LANG = @LANGS@ --- 23,26 ---- *************** *** 45,49 **** OBJS = $(CALC_OBJS) ! ifdef GRAPHS_ENABLED OBJS += $(GRAPH_OBJS) CFLAGS += -DGRAPHS_ENABLED --- 52,56 ---- OBJS = $(CALC_OBJS) ! ifeq "$(GRAPHS_ENABLED)" "yes" OBJS += $(GRAPH_OBJS) CFLAGS += -DGRAPHS_ENABLED *************** *** 52,72 **** endif ! ifdef SPECFUN_ENABLED OBJS += $(SPECFUN_OBJS) CFLAGS += -DSPECFUN_ENABLED PILRCFLAGS += -D SPECFUN_ENABLED ! ifdef DIA_ENABLED OBJS += $(DIA_OBJS) CFLAGS += -I./calc-dia -DSUPPORT_DIA PILRCFLAGS += -I ./calc-dia -D SUPPORT_DIA endif - endif ifeq "$(SONYSDK)" "yes" ! CFLAGS += -DSONY_SDK -I/PalmDev/clie-sdk-5/include -I/PalmDev/clie-sdk-5/include/Libraries -I/PalmDev/clie-sdk-5/include/System endif ifeq "$(HANDERASDK)" "yes" ! CFLAGS += -DHANDERA_SDK -I/PalmDev/handera/include endif --- 59,80 ---- endif ! ifeq "$(SPECFUN_ENABLED)" "yes" OBJS += $(SPECFUN_OBJS) CFLAGS += -DSPECFUN_ENABLED PILRCFLAGS += -D SPECFUN_ENABLED ! endif ! ! ifeq "$(DIA_ENABLED)" "yes" OBJS += $(DIA_OBJS) CFLAGS += -I./calc-dia -DSUPPORT_DIA PILRCFLAGS += -I ./calc-dia -D SUPPORT_DIA endif ifeq "$(SONYSDK)" "yes" ! CFLAGS += -DSONY_SDK $(SONYINC) endif ifeq "$(HANDERASDK)" "yes" ! CFLAGS += -DHANDERA_SDK $(HANDERAINC) endif Index: configure =================================================================== RCS file: /cvsroot/easycalc/easycalc/configure,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure 1 Aug 2006 19:29:18 -0000 1.15 --- configure 7 Aug 2006 15:39:11 -0000 1.16 *************** *** 1,5 **** #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59. # # Copyright (C) 2003 Free Software Foundation, Inc. --- 1,5 ---- #! /bin/sh # Guess values for system-dependent variables and create Makefiles. ! # Generated by GNU Autoconf 2.59 for EasyCalc 1.24. # # Copyright (C) 2003 Free Software Foundation, Inc. *************** *** 266,277 **** # Identity of this package. ! PACKAGE_NAME= ! PACKAGE_TARNAME= ! PACKAGE_VERSION= ! PACKAGE_STRING= ! PACKAGE_BUGREPORT= ! ac_unique_file="calc.c" ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LANGS SPECFUN DIASUPP CC PILRC MULTIGEN BUILDPRC PILXFER CTAGS LIBOBJS LTLIBOBJS' ac_subst_files='' --- 266,276 ---- # Identity of this package. ! PACKAGE_NAME='EasyCalc' ! PACKAGE_TARNAME='easycalc' ! PACKAGE_VERSION='1.24' ! PACKAGE_STRING='EasyCalc 1.24' ! PACKAGE_BUGREPORT='' ! ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LANGS SPECFUN GRAPHFUN DIASUPP SONYSDK HANDERASDK CC PILRC MULTIGEN BUILDPRC PILXFER CTAGS LIBOBJS LTLIBOBJS' ac_subst_files='' *************** *** 722,726 **** # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures this package to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... --- 721,725 ---- # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF ! \`configure' configures EasyCalc 1.24 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... *************** *** 778,782 **** if test -n "$ac_init_help"; then ! cat <<\_ACEOF --- 777,783 ---- if test -n "$ac_init_help"; then ! case $ac_init_help in ! short | recursive ) echo "Configuration of EasyCalc 1.24:";; ! esac cat <<\_ACEOF *************** *** 784,789 **** --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ! --enable-specfun Compile in special functions and graphs ! --enable-diasupport Compile in DIA support (only if specfun enabled) _ACEOF --- 785,798 ---- --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] ! --enable-specfun include special functions (default = yes) ! --enable-graphfun include graphs (default = yes) ! --enable-diasupport include DIA support (default = yes) ! ! Optional Packages: ! --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] ! --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) ! --with-sonysdk use Sony SDK for PalmOS4 hires support (default = ! no) ! --with-handerasdk use Handera SDK for QVGA support (default = no) _ACEOF *************** *** 882,885 **** --- 891,896 ---- if $ac_init_version; then cat <<\_ACEOF + EasyCalc configure 1.24 + generated by GNU Autoconf 2.59 Copyright (C) 2003 Free Software Foundation, Inc. *************** *** 894,898 **** running configure, to aid debugging if configure makes a mistake. ! It was created by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was --- 905,909 ---- running configure, to aid debugging if configure makes a mistake. ! It was created by EasyCalc $as_me 1.24, which was generated by GNU Autoconf 2.59. Invocation command line was *************** *** 1223,1244 **** LANGS="en de sp cs pt fr it ru_win ru_koi8 ja" # Check whether --enable-specfun or --disable-specfun was given. if test "${enable_specfun+set}" = set; then enableval="$enable_specfun" ! SPECFUN=true else ! SPECFUN= fi; # Check whether --enable-diasupport or --disable-diasupport was given. if test "${enable_diasupport+set}" = set; then enableval="$enable_diasupport" ! DIASUPP=true else ! DIASUPP= fi; --- 1234,1313 ---- + + + + + + + + LANGS="en de sp cs pt fr it ru_win ru_koi8 ja" + echo "$as_me:$LINENO: checking if special functions are enabled" >&5 + echo $ECHO_N "checking if special functions are enabled... $ECHO_C" >&6 # Check whether --enable-specfun or --disable-specfun was given. if test "${enable_specfun+set}" = set; then enableval="$enable_specfun" ! SPECFUN=$enable_specfun else ! SPECFUN=yes;enable_specfun=yes ! fi; ! echo "$as_me:$LINENO: result: $enable_specfun" >&5 ! echo "${ECHO_T}$enable_specfun" >&6 ! ! ! echo "$as_me:$LINENO: checking if graphics form and functions are enabled" >&5 ! echo $ECHO_N "checking if graphics form and functions are enabled... $ECHO_C" >&6 ! # Check whether --enable-graphfun or --disable-graphfun was given. ! if test "${enable_graphfun+set}" = set; then ! enableval="$enable_graphfun" ! GRAPHFUN=$enable_graphfun ! else ! GRAPHFUN=yes;enable_graphfun=yes fi; + echo "$as_me:$LINENO: result: $enable_graphfun" >&5 + echo "${ECHO_T}$enable_graphfun" >&6 + + echo "$as_me:$LINENO: checking if Dynamic Input Area support is enabled" >&5 + echo $ECHO_N "checking if Dynamic Input Area support is enabled... $ECHO_C" >&6 # Check whether --enable-diasupport or --disable-diasupport was given. if test "${enable_diasupport+set}" = set; then enableval="$enable_diasupport" ! DIASUPP=$enable_diasupport else ! DIASUPP=yes;enable_diasupport=yes fi; + echo "$as_me:$LINENO: result: $enable_diasupport" >&5 + echo "${ECHO_T}$enable_diasupport" >&6 + + + echo "$as_me:$LINENO: checking if Sony SDK is used" >&5 + echo $ECHO_N "checking if Sony SDK is used... $ECHO_C" >&6 + + # Check whether --with-sonysdk or --without-sonysdk was given. + if test "${with_sonysdk+set}" = set; then + withval="$with_sonysdk" + SONYSDK=$with_sonysdk + else + SONYSDK=no;with_sonysdk=no + fi; + echo "$as_me:$LINENO: result: $with_sonysdk" >&5 + echo "${ECHO_T}$with_sonysdk" >&6 + + + echo "$as_me:$LINENO: checking if Handera SDK is used" >&5 + echo $ECHO_N "checking if Handera SDK is used... $ECHO_C" >&6 + + # Check whether --with-handerasdk or --without-handerasdk was given. + if test "${with_handerasdk+set}" = set; then + withval="$with_handerasdk" + HANDERASDK=$with_handerasdk + else + HANDERASDK=no;with_handerasdk=no + fi; + echo "$as_me:$LINENO: result: $with_handerasdk" >&5 + echo "${ECHO_T}$with_handerasdk" >&6 *************** *** 1923,1927 **** cat >&5 <<_CSEOF ! This file was extended by $as_me, which was generated by GNU Autoconf 2.59. Invocation command line was --- 1992,1996 ---- cat >&5 <<_CSEOF ! This file was extended by EasyCalc $as_me 1.24, which was generated by GNU Autoconf 2.59. Invocation command line was *************** *** 1978,1982 **** cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! config.status configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" --- 2047,2051 ---- cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ ! EasyCalc config.status 1.24 configured by $0, generated by GNU Autoconf 2.59, with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" *************** *** 2166,2170 **** --- 2235,2242 ---- s,@LANGS@,$LANGS,;t t s,@SPECFUN@,$SPECFUN,;t t + s,@GRAPHFUN@,$GRAPHFUN,;t t s,@DIASUPP@,$DIASUPP,;t t + s,@SONYSDK@,$SONYSDK,;t t + s,@HANDERASDK@,$HANDERASDK,;t t s,@CC@,$CC,;t t s,@PILRC@,$PILRC,;t t Index: configure.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/configure.in,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure.in 1 Aug 2006 19:29:18 -0000 1.15 --- configure.in 7 Aug 2006 15:39:11 -0000 1.16 *************** *** 1,4 **** dnl Process this file with autoconf to produce a configure script. ! AC_INIT(calc.c) LANGS="en de sp cs pt fr it ru_win ru_koi8 ja" --- 1,4 ---- dnl Process this file with autoconf to produce a configure script. ! AC_INIT(EasyCalc, 1.24) LANGS="en de sp cs pt fr it ru_win ru_koi8 ja" *************** *** 6,18 **** dnl Special functions enabled AC_ARG_ENABLE(specfun, ! [ --enable-specfun Compile in special functions and graphs], ! [SPECFUN=true],[SPECFUN=]) AC_SUBST(SPECFUN) AC_ARG_ENABLE(diasupport, ! [ --enable-diasupport Compile in DIA support (only if specfun enabled)], ! [DIASUPP=true],[DIASUPP=]) AC_SUBST(DIASUPP) dnl Checks for programs. AC_PATH_PROG(CC, m68k-palmos-gcc, no,$PATH:/usr/local/bin:\ --- 6,48 ---- dnl Special functions enabled + AC_MSG_CHECKING(if special functions are enabled) AC_ARG_ENABLE(specfun, ! AS_HELP_STRING([--enable-specfun],[include special functions (default = yes)]), ! [SPECFUN=$enable_specfun],[SPECFUN=yes;enable_specfun=yes]) ! AC_MSG_RESULT($enable_specfun) AC_SUBST(SPECFUN) + + dnl Graphics form and functions enabled + AC_MSG_CHECKING(if graphics form and functions are enabled) + AC_ARG_ENABLE(graphfun, + AS_HELP_STRING([--enable-graphfun],[include graphs (default = yes)]), + [GRAPHFUN=$enable_graphfun],[GRAPHFUN=yes;enable_graphfun=yes]) + AC_MSG_RESULT($enable_graphfun) + AC_SUBST(GRAPHFUN) + + dnl Dynamic Input Area support + AC_MSG_CHECKING(if Dynamic Input Area support is enabled) AC_ARG_ENABLE(diasupport, ! AS_HELP_STRING([--enable-diasupport],[include DIA support (default = yes)]), ! [DIASUPP=$enable_diasupport],[DIASUPP=yes;enable_diasupport=yes]) ! AC_MSG_RESULT($enable_diasupport) AC_SUBST(DIASUPP) + dnl Sony PalmOS4 hires support + AC_MSG_CHECKING(if Sony SDK is used) + AC_ARG_WITH(sonysdk, + AS_HELP_STRING([--with-sonysdk],[use Sony SDK for PalmOS4 hires support (default = no)]), + [SONYSDK=$with_sonysdk],[SONYSDK=no;with_sonysdk=no]) + AC_MSG_RESULT($with_sonysdk) + AC_SUBST(SONYSDK) + + dnl Handera QVGA support + AC_MSG_CHECKING(if Handera SDK is used) + AC_ARG_WITH(handerasdk, + AS_HELP_STRING([--with-handerasdk],[use Handera SDK for QVGA support (default = no)]), + [HANDERASDK=$with_handerasdk],[HANDERASDK=no;with_handerasdk=no]) + AC_MSG_RESULT($with_handerasdk) + AC_SUBST(HANDERASDK) + dnl Checks for programs. AC_PATH_PROG(CC, m68k-palmos-gcc, no,$PATH:/usr/local/bin:\ |
From: Ton v. O. <tvo...@us...> - 2006-08-06 01:09:22
|
Update of /cvsroot/easycalc/easycalc/docs In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23832/docs Modified Files: CREDITS Log Message: Support Handera also for calc-small. Updated CREDITS. Index: CREDITS =================================================================== RCS file: /cvsroot/easycalc/easycalc/docs/CREDITS,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** CREDITS 24 Jun 2006 08:48:00 -0000 1.13 --- CREDITS 6 Aug 2006 01:09:15 -0000 1.14 *************** *** 15,20 **** Code improvements regarding matrices, UI etc. ! Ton <tvoverbe at cistron.nl> ! PalmOS5 compatibility patches Edgar Piskernik <pisker at gmx.at> --- 15,20 ---- Code improvements regarding matrices, UI etc. ! Ton van Overbeek <tvoverbe at v-overbeek.nl> ! PalmOS5 compatibility, hires and DIA patches Edgar Piskernik <pisker at gmx.at> *************** *** 23,27 **** Francesco <fcroci at prodigy.net.mx> ! Spansih translation Carlos Irapuan Lube de Menezes <cirapuan at hotmail.com> --- 23,27 ---- Francesco <fcroci at prodigy.net.mx> ! Spanish translation Carlos Irapuan Lube de Menezes <cirapuan at hotmail.com> |
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23832 Modified Files: calc.c calc.h calc.rcp.in graph.rcp.in grcalc.c grsetup.c memo.c solver.c varmgr.c Log Message: Support Handera also for calc-small. Updated CREDITS. Index: calc.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.rcp.in,v retrieving revision 1.102 retrieving revision 1.103 diff -C2 -d -r1.102 -r1.103 *** calc.rcp.in 2 Aug 2006 16:35:18 -0000 1.102 --- calc.rcp.in 6 Aug 2006 01:09:15 -0000 1.103 *************** *** 12,15 **** --- 12,21 ---- #include "lang.h" + //Handera support + #ifdef HANDERA_SDK + HEX "sKst" ID 1000 + 0x00 0x00 0x00 0x00 + #endif + VERSION "1.24-cvs" APPLICATION ID 1 "OpCl" Index: calc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.c,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** calc.c 2 Aug 2006 17:34:44 -0000 1.28 --- calc.c 6 Aug 2006 01:09:15 -0000 1.29 *************** *** 33,36 **** --- 33,39 ---- #include <SonyCLIE.h> #endif + #ifdef HANDERA_SDK + #include "Vga.h" + #endif #include "clie.h" *************** *** 68,71 **** --- 71,75 ---- Boolean palmOS35=false; + Boolean handera=false; Boolean colorDisplay=false; Boolean grayDisplay=false; *************** *** 215,218 **** --- 219,228 ---- palmOS35 = calc_rom_greater(3,5); + /* Are we on a Handera ? */ + #ifdef HANDERA_SDK + if (FtrGet(TRGSysFtrID, TRGVgaFtrNum, &version) == errNone) + handera = true; + #endif + gHrMode = hrNone; FtrGet(sysFtrCreator, sysFtrNumWinVersion, &version); Index: varmgr.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/varmgr.c,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** varmgr.c 2 Aug 2006 17:43:55 -0000 1.19 --- varmgr.c 6 Aug 2006 01:09:15 -0000 1.20 *************** *** 38,46 **** #include "main.h" ! #ifdef SUPPORT_DIA ! #include "DIA.h" ! #ifdef SUPPORT_DIA_HANDERA #include "Vga.h" #endif #endif --- 38,46 ---- #include "main.h" ! #ifdef HANDERA_SDK #include "Vga.h" #endif + #ifdef SUPPORT_DIA + #include "DIA.h" #endif *************** *** 658,663 **** * depending on the existing function */ frm = FrmInitForm(varEditForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 658,663 ---- * depending on the existing function */ frm = FrmInitForm(varEditForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif *************** *** 694,699 **** frm = FrmInitForm(dinputForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 694,699 ---- frm = FrmInitForm(dinputForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif *************** *** 769,774 **** frm = FrmInitForm(dinputForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 769,774 ---- frm = FrmInitForm(dinputForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif *************** *** 838,843 **** frm = FrmInitForm(dinputForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 838,843 ---- frm = FrmInitForm(dinputForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif Index: memo.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/memo.c,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** memo.c 2 Aug 2006 17:43:55 -0000 1.14 --- memo.c 6 Aug 2006 01:09:15 -0000 1.15 *************** *** 38,46 **** #include "solver.h" ! #ifdef SUPPORT_DIA ! #include "DIA.h" ! #ifdef SUPPORT_DIA_HANDERA #include "Vga.h" #endif #endif --- 38,46 ---- #include "solver.h" ! #ifdef HANDERA_SDK #include "Vga.h" #endif + #ifdef SUPPORT_DIA + #include "DIA.h" #endif *************** *** 226,231 **** frm = FrmInitForm(memoExportQuestionForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 226,231 ---- frm = FrmInitForm(memoExportQuestionForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif Index: solver.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/solver.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** solver.c 2 Aug 2006 17:43:55 -0000 1.11 --- solver.c 6 Aug 2006 01:09:15 -0000 1.12 *************** *** 41,49 **** #include "prefs.h" ! #ifdef SUPPORT_DIA ! #include "DIA.h" ! #ifdef SUPPORT_DIA_HANDERA #include "Vga.h" #endif #endif --- 41,49 ---- #include "prefs.h" ! #ifdef HANDERA_SDK #include "Vga.h" #endif + #ifdef SUPPORT_DIA + #include "DIA.h" #endif *************** *** 680,685 **** frm = FrmInitForm(slvTitleForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 680,685 ---- frm = FrmInitForm(slvTitleForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif *************** *** 967,972 **** frm = FrmInitForm(slvOptionsForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 967,972 ---- frm = FrmInitForm(slvOptionsForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif *************** *** 1098,1103 **** frm = FrmInitForm(slvNoteForm); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 1098,1103 ---- frm = FrmInitForm(slvNoteForm); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif Index: grsetup.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/grsetup.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** grsetup.c 2 Aug 2006 18:02:09 -0000 1.20 --- grsetup.c 6 Aug 2006 01:09:15 -0000 1.21 *************** *** 315,332 **** UInt16 rows; FormPtr frm = FrmGetActiveForm(); - #ifdef SUPPORT_DIA Int16 height; ! height = HanderaCoord(FntLineHeight()); ! #endif table = GetObjectPtr(grSetupTable); rows = TblGetNumberOfRows(table); for (i=0;i<rows;i++) { ! #ifdef SUPPORT_DIA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) { ! TblSetRowHeight(table,i,height); ! } ! #endif TblSetItemStyle(table,i,0,customTableItem); TblSetItemStyle(table,i,1,customTableItem); --- 315,328 ---- UInt16 rows; FormPtr frm = FrmGetActiveForm(); Int16 height; ! height = FntLineHeight(); ! if (handera) ! height = height * 3 / 2; table = GetObjectPtr(grSetupTable); rows = TblGetNumberOfRows(table); for (i=0;i<rows;i++) { ! TblSetRowHeight(table,i,height); TblSetItemStyle(table,i,0,customTableItem); TblSetItemStyle(table,i,1,customTableItem); *************** *** 341,345 **** /* because others do not have scrolling table */ if (graphPrefs.functype != graph_param) ! firstVisible = 0; /* Setup the up/down pointers & grType buttons*/ --- 337,341 ---- /* because others do not have scrolling table */ if (graphPrefs.functype != graph_param) ! firstVisible = 0; /* Setup the up/down pointers & grType buttons*/ Index: grcalc.c =================================================================== RCS file: /cvsroot/easycalc/easycalc/grcalc.c,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** grcalc.c 2 Aug 2006 17:51:41 -0000 1.16 --- grcalc.c 6 Aug 2006 01:09:15 -0000 1.17 *************** *** 39,48 **** #include "stack.h" ! #ifdef SUPPORT_DIA ! #include "DIA.h" ! #ifdef SUPPORT_DIA_HANDERA #include "Vga.h" #endif - #endif static enum { --- 39,45 ---- #include "stack.h" ! #ifdef HANDERA_SDK #include "Vga.h" #endif static enum { *************** *** 106,111 **** frm = FrmInitForm(frmGrcSel); ! #ifdef SUPPORT_DIA_HANDERA ! if (GetDIAHardware() == DIA_HARDWARE_HANDERA) VgaFormModify(frm, vgaFormModify160To240); #endif --- 103,108 ---- frm = FrmInitForm(frmGrcSel); ! #ifdef HANDERA_SDK ! if (handera) VgaFormModify(frm, vgaFormModify160To240); #endif Index: calc.h =================================================================== RCS file: /cvsroot/easycalc/easycalc/calc.h,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** calc.h 2 Aug 2006 17:34:44 -0000 1.7 --- calc.h 6 Aug 2006 01:09:15 -0000 1.8 *************** *** 36,39 **** --- 36,40 ---- extern Boolean palmOS35; + extern Boolean handera; extern Boolean colorDisplay; extern Boolean grayDisplay; Index: graph.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/graph.rcp.in,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** graph.rcp.in 4 Aug 2006 15:23:00 -0000 1.28 --- graph.rcp.in 6 Aug 2006 01:09:15 -0000 1.29 *************** *** 9,16 **** HEX "wTap" ID 1000 0x00 0x00 0x00 0x01 - - //Handera support - HEX "sKst" ID 1000 - 0x00 0x00 0x00 0x00 #endif --- 9,12 ---- |
From: Ton v. O. <tvo...@us...> - 2006-08-04 15:23:04
|
Update of /cvsroot/easycalc/easycalc In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12797 Modified Files: graph.rcp.in Log Message: Added missing #if SUPPORT_DIA. Index: graph.rcp.in =================================================================== RCS file: /cvsroot/easycalc/easycalc/graph.rcp.in,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** graph.rcp.in 2 Aug 2006 16:34:12 -0000 1.27 --- graph.rcp.in 4 Aug 2006 15:23:00 -0000 1.28 *************** *** 155,158 **** --- 155,159 ---- END + #ifdef SUPPORT_DIA WORDLIST ID frmGraph BEGIN *************** *** 184,187 **** --- 185,189 ---- btnGraphColor DIA_X_RIGHT+DIA_Y_PLUS_1_2_DH 0 END + #endif MENU ID graphMenu |