bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ncurses-5.2-20020112a.patch.gz


From: Thomas Dickey
Subject: ncurses-5.2-20020112a.patch.gz
Date: Sat, 12 Jan 2002 20:57:22 -0500
User-agent: Mutt/1.2.5i

# The Ada compiler found this one for me.  Sorry -TD
# ------------------------------------------------------------------------------
# NEWS                  |    4 ++++
# include/MKkey_defs.sh |    6 ++++--
# 2 files changed, 8 insertions(+), 2 deletions(-)
# ------------------------------------------------------------------------------
Index: NEWS
Prereq:  1.663 
--- ncurses-5.2-20020112+/NEWS  Sat Jan 12 18:52:35 2002
+++ ncurses-5.2-20020112a/NEWS  Sat Jan 12 20:42:30 2002
@@ -1,10 +1,13 @@
--- $Id: NEWS,v 1.663 2002/01/12 23:52:35 tom Exp $
+-- $Id: NEWS,v 1.664 2002/01/13 01:42:30 tom Exp $
 
 This is a log of changes that ncurses has gone through since Zeyd started
 working with Pavel Curtis' original work, pcurses, in 1992.
 
 Changes through 1.9.9e are recorded by Zeyd M. Ben-Halim.
 Changes since 1.9.9e are recorded by Thomas Dickey.
+
+20020112a
+       + workaround for awk did not work with mawk, adjusted shell script.
 
 20020112
        + add Caps.osf1r5, as an example.
Index: include/MKkey_defs.sh
Prereq:  1.6 
--- ncurses-5.2-20020112+/include/MKkey_defs.sh Sat Jan 12 17:27:12 2002
+++ ncurses-5.2-20020112a/include/MKkey_defs.sh Sat Jan 12 20:36:32 2002
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Id: MKkey_defs.sh,v 1.6 2002/01/12 22:27:12 Robert.Joop Exp $
+# $Id: MKkey_defs.sh,v 1.7 2002/01/13 01:36:32 tom Exp $
 ##############################################################################
 # Copyright (c) 2001,2002 Free Software Foundation, Inc.                     #
 #                                                                            #
@@ -86,6 +86,8 @@
 }
 
 BEGIN  {
+       maxkey='$maxkey';
+       pass='$pass';
        key_max=1;
        bits=1;
        while (key_max < maxkey) {
@@ -148,7 +150,7 @@
                        print " */";
                }
        }
-' maxkey=$maxkey pass=$pass 
+'
 if test $pass = 1 ; then
        maxkey=`cat $pass1`
 fi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]