bug-ncurses
[Top][All Lists]
Advanced

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

Re: [bug-ncurses] ANN: ncurses-6.4-20230429


From: Thomas Dickey
Subject: Re: [bug-ncurses] ANN: ncurses-6.4-20230429
Date: Tue, 2 May 2023 04:00:25 -0400

On Tue, May 02, 2023 at 09:44:08AM +0200, Dr. Werner Fink wrote:
> >  NEWS                             |   10 +++++++-
> >  VERSION                          |    2 -
> >  dist.mk                          |    4 +--
> >  include/nc_access.h              |   14 ++++++------
> 
> [...]
> 
> >  
> > 20230429
> >     + revise recent change to _nc_write_entry to isolate it to a Cygwin bug
> >       (cf: 20230311)
> >     + amend fix for wgetnstr, wgetn_wstr to use cbreak mode unless raw
> >       mode was set (cf: 20210522).
> >     + fix a few warnings from cppcheck, etc.
> >     + correct copy/paste error in nc_access.h (report by Werner Fink).
> 
> Guess:
> 
>  #define safe_open2(name,flags)      _nc_safe_open2(name,flags,0)
> 
> should be
> 
>  #define safe_open2(name,flags)      _nc_safe_open3(name,flags,0)

yes (hmm - I thought I was test-compiling with/without the feature,
to catch stuff like this)
 
> as there seems to be no _nc_safe_open2()
> 
> Werner
> 
> -- 
>   "Having a smoking section in a restaurant is like having
>           a peeing section in a swimming pool." -- Edward Burr



-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

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