coreboot/payloads/libpayload/curses/PDCurses
Elyes Haouas ecbca16bf4 tree: Replace union {0} initializers with {} for C23 compliance
This change addresses GCC-15 behavior where {0} union initializers only
clear the first member, leaving padding bits uninitialized. The new {}
initializer ensures full union clearing as required by C23.

Change-Id: I1d9b063d8bdd3d2f0b0f67e6c20eb484ff6a5cc5
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/88732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yidi Lin <yidilin@google.com>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
2025-08-11 16:40:34 +00:00
..
demos payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
doc payloads/libpayload: Don't use old style function definition 2023-08-28 17:09:46 +00:00
dos tree: Replace union {0} initializers with {} for C23 compliance 2025-08-11 16:40:34 +00:00
os2
pdcurses libpayload: Fix clang fallthrough warning 2023-08-28 02:12:25 +00:00
sdl1
win32
x11 payloads: Drop unneeded empty lines 2020-09-21 16:20:57 +00:00
aclocal.m4 tree: Replace egrep with grep -E 2023-04-06 19:54:44 +00:00
config.h.in
configure.ac
curses.h libpayload/curses: Use <stdbool.h> 2020-10-26 06:57:21 +00:00
curspriv.h
exp-base.def
exp-wide.def
HISTORY
IMPLEMNT
install-sh
libobjs.mif
makedist.mif
Makefile.in
panel.h
PDCurses.spec
README
term.h
version.mif
watcom.mif

Welcome to PDCurses!
====================

Public Domain Curses, aka PDCurses, is an implementation of X/Open
curses for multiple platforms. The latest version can be found at:

   http://pdcurses.sourceforge.net/

For changes, see the HISTORY file.


Legal Stuff
-----------

The core package is in the public domain, but small portions of PDCurses
are subject to copyright under various licenses.  Each directory
contains a README file, with a section titled "Distribution Status"
which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be
appreciated, but is not mandatory. If you make corrections or
enhancements to PDCurses, please forward them to the current maintainer
for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.


Ports
-----

PDCurses has been ported to DOS, OS/2, Win32, X11 and SDL. A directory
containing the port-specific source files exists for each of these
platforms. Build instructions are in the README file for each platform.


Distribution Status
-------------------

All files in this directory except configure, config.guess and
config.sub are released to the Public Domain. config.guess and
config.sub are under the GPL; configure is under a free license
described within it.


Maintainer
----------

William McBrine <wmcbrine@users.sf.net>