head 1.3; access; symbols OPENPKG_2_STABLE_MP:1.3 OPENPKG_E1_MP_HEAD:1.3 OPENPKG_E1_MP:1.3 OPENPKG_E1_MP_2_STABLE:1.2 OPENPKG_E1_FP:1.2 OPENPKG_2_STABLE_20061018:1.2 OPENPKG_2_STABLE:1.2.0.2 OPENPKG_2_STABLE_BP:1.2; locks; strict; comment @# @; 1.3 date 2007.01.04.08.00.12; author rse; state Exp; branches; next 1.2; commitid xWuTM6yfvePHaa1s; 1.2 date 2006.05.22.20.21.09; author rse; state dead; branches 1.2.2.1; next 1.1; commitid BNCxHDMi9Xohz3yr; 1.1 date 2006.05.22.09.16.24; author rse; state Exp; branches; next ; commitid 9qlaZY69pxWdTZxr; 1.2.2.1 date 2007.01.14.21.56.01; author thl; state Exp; branches; next ; commitid CAZHOWY4XWAutw2s; desc @@ 1.3 log @Make sure people find the help information @ text @Index: calc.c --- calc.c.orig 2006-06-11 02:43:50 +0200 +++ calc.c 2007-01-04 08:57:59 +0100 @@@@ -512,7 +512,7 @@@@ printf("Calc is open software. For license details " "type: help copyright\n"); printf("[%s]\n\n", - "Type \"exit\" to exit, or \"help\" for help."); + "Type \"exit\" to exit, or \"help help\" for help."); } switch (hist_init(calcbindings)) { case HIST_NOFILE: @ 1.2 log @upgrading package: calc 2.12.0 -> 2.12.0.1 @ text @d1 12 a12 21 Index: hist.c --- hist.c.orig 2006-05-22 11:11:31 +0200 +++ hist.c 2006-05-22 11:13:25 +0200 @@@@ -262,7 +262,7 @@@@ * the line. */ size_t -hist_getline(char *prompt, char *buf, int len) +hist_getline(char *prompt, char *buf, size_t len) { /* * initialize if we have not already done so @@@@ -351,7 +351,7 @@@@ */ if (filename == NULL) filename = HIST_BINDING_FILE; - if (opensearchfile(filename, calcpath, NULL, FALSE, FALSE) > 0) + if (opensearchfile(filename, calcpath, NULL, FALSE) > 0) return HIST_NOFILE; /* @ 1.2.2.1 log @MFC: make up leeway for 2_STABLE by virtue of build-time results @ text @d1 21 a21 12 Index: calc.c --- calc.c.orig 2006-06-11 02:43:50 +0200 +++ calc.c 2007-01-04 08:57:59 +0100 @@@@ -512,7 +512,7 @@@@ printf("Calc is open software. For license details " "type: help copyright\n"); printf("[%s]\n\n", - "Type \"exit\" to exit, or \"help\" for help."); + "Type \"exit\" to exit, or \"help help\" for help."); } switch (hist_init(calcbindings)) { case HIST_NOFILE: @ 1.1 log @upgrading package: calc 2.11.11 -> 2.12.0 @ text @@