On Mon, Sep 01, 2025 at 07:58:05AM -0500, G. Branden Robinson wrote: > Thomas, would you welcome further work along these lines? > > I'm thinking mainly of migration of further man page migrations to ".in" > files, but I'd also appreciate hearing of any places that `int`s should > be made `bool`s.
I think that could make some existing programs fail to compile. I've broken existing programs only in cases where I saw no other way to add new functionality, and kept in mind that for those cases, users would want to compile/run the same source with different versions. > +/* the API has sometimes used `int` where `bool` was more appropriate */ > +#define NCURSES_INT_OR_BOOL @NCURSES_INT_OR_BOOL@ agreed. But changing the API doesn't add functionality (the ABI changes that I have in mind do _that_). -- Thomas E. Dickey <[email protected]> https://invisible-island.net
signature.asc
Description: PGP signature
