bug-ncurses
[Top][All Lists]
Advanced

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

Re: ncurses-5.2-20010929.patch.gz


From: Thomas E. Dickey
Subject: Re: ncurses-5.2-20010929.patch.gz
Date: Mon, 1 Oct 2001 07:18:02 -0400 (EDT)

On Mon, 1 Oct 2001, Larry W. Virden wrote:

>
> From: Thomas Dickey <address@hidden>
>       + change signal_name() function to use if-then-else rather than case
>         statement, since signal-values aren't really integers (reported by
>         Larry Virden).
>
> This change doesn't seem to be present.  I even started over and redid all
> the patches.  I still have this code:
>
>     case SIG_DFL:
>         return "SIG_DFL";
>     case SIG_IGN:
>         return "SIG_IGN";
>
> which appears to be where the error is located.

You're right (I'll put a good copy of the patch up this afternoon).
I must have overwritten the changed file w/o noticing.

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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