summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libcurses/libcurses-perl
Commit message (Collapse)AuthorAgeFilesLines
* libcurses-perl: upgrade 1.41 -> 1.45Wang Mingyu2024-06-281-9/+7
| | | | | | | | | | | | | | | | | 0001-testtyp.c-Use-proper-prototype-for-main-function.patch refreshed for 1.45 Changelog: ============ - Correct wide character data types to fix compile failure. - Implement A_ITALIC - Fix missing file introduced in 1.42 that prevents all builds from working. - Add missing return type declarations so it works with modern C compilers. - Rename test.syms program to testsyms, because it is a more conventional name format. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: Fix main prototype in testtyp.cKhem Raj2022-08-311-0/+40
Enable widechar support based on ENABLE_WIDEC Signed-off-by: Khem Raj <raj.khem@gmail.com>