summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libcurses/libcurses-perl_1.41.bb
Commit message (Collapse)AuthorAgeFilesLines
* libcurses-perl: upgrade 1.41 -> 1.45Wang Mingyu2024-06-281-31/+0
| | | | | | | | | | | | | | | | | 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-2/+8
| | | | | | Enable widechar support based on ENABLE_WIDEC Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcurses-perl: upgrade 1.38 -> 1.41Wang Mingyu2022-08-231-0/+25
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>