[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: testing...
From: |
Thomas Dickey |
Subject: |
Re: testing... |
Date: |
Sun, 24 Sep 2000 15:28:28 -0400 |
User-agent: |
Mutt/1.2.5i |
On Sun, Sep 24, 2000 at 01:00:07PM -0600, Kurt Wall wrote:
> On Sun, Sep 24, 2000 at 12:19:59PM -0400, Thomas Dickey wrote:
> % I sent my patch notice last night and mailq said it went - but I see it
> % in the queue again today.
>
> Noticed something similar. A response I sent Friday didn't show up
> until about an hour ago.
It seems to be moving now (though I still am missing some of the email).
Just in case it got lost, here's last night's posting:
From address@hidden Sat Sep 23 23:02:47 2000
Date: Sat, 23 Sep 2000 23:02:47 -0400
From: Thomas Dickey <address@hidden>
To: Ncurses Mailing List <address@hidden>
Subject: ncurses-5.1-20000923.patch.gz
Message-ID: <address@hidden>
Reply-To: address@hidden
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.2.5i
Status: RO
Content-Length: 1598
Lines: 34
ncurses 5.1 - patch 20000923 - T.Dickey
------------------------------------------------------------------------------
Ncurses 5.1 is at
ftp.gnu.org:/pub/gnu
Patches for ncurses 5.1 are in the subdirectory
ftp://dickey.his.com/ncurses/5.1
------------------------------------------------------------------------------
20000923
+ modify rs2 capability in xterm-r6 and similar where cursor
save/restore bracketed the sequence for resetting video
attributes.
The cursor restore would undo that (from a NetBSD bug report
by John
Hawkinson <address@hidden>).
+ using parameter check added to tic, corrected 27 typos in
terminfo.src -TD
+ modify tic to verify that its inputs are really files, in case
someone tries to read a directory (or /dev/zero).
+ add a check for empty buffers returned by fgets() in
comp_scan.c
next_char() function, in case tic is run on a non-text file
(fixes
a core dump reported by Aaron Campbell <address@hidden>).
+ add to railroad.c some code exercising tgoto(), providing an
alternate form of display if the terminal supports cursor
addressing.
+ split-out tgoto() again, this time into new file lib_tgoto.c,
and
implement a conventional BSD-style tgoto() which is used if
the
capability string does not contain terminfo-style padding or
parameters (requested by Andrey A Chernov <address@hidden>).
+ add check to tic which reports capabilities that do not
reference
the expected number of parameters.
+ add error checking to infocmp's -v and -m options to ensure
that
the option value is indeed a number.
--
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com