From b8a55a6b2be5b6156fc25540be9a33143b77cf82 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 2 Dec 2001 22:18:15 +0000 Subject: - Backup files should be produced according to the wide-spread "tilde suffix" convention. sc will also prepend a hash character which will make the backup files go out of common directory sort order. - A value such as 40 will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more than one or two characters alpha text after the number format). - 8-bit characters (according to usual locale conventions) should be allowed. PR: 32017 Submitted by: Helge Oldach --- math/sc/files/patch-ab | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'math/sc/files/patch-ab') diff --git a/math/sc/files/patch-ab b/math/sc/files/patch-ab index 44fa4f2c9223..fe36e0c444b2 100644 --- a/math/sc/files/patch-ab +++ b/math/sc/files/patch-ab @@ -1,5 +1,5 @@ ---- lex.c.orig Mon May 11 20:43:36 1992 -+++ lex.c Thu Jul 30 20:26:51 1998 +--- lex.c.orig Mon May 11 13:43:36 1992 ++++ lex.c Sun Dec 2 15:23:46 2001 @@ -384,11 +384,11 @@ ctl('z'), 0 }; @@ -14,3 +14,12 @@ } void +@@ -493,7 +493,7 @@ + if (dumpindex && *dumpindex) + return (*dumpindex++); + +- c = toascii(getchar()); ++ c = getchar(); + biggest = 0; + almost = 0; + -- cgit v1.2.3