mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-15 07:30:12 +08:00
3faafb2efc
+ add a configure check for gcc's options for inlining, use that to quiet a warning message where gcc's default behavior changed from 3.x to 4.x. + improve warning message when checking if GPM is linked to curses library by not warning if its use of "wgetch" is via a weak symbol. + add loader options when building with static libraries to ensure that an installed shared library for ncurses does not conflict. This is reported as problem with Tru64, but could affect other platforms (report Martin Mokrejs, analysis by Tim Mooney). + fix build on cygwin after recent ticlib/termlib changes, i.e., + adjust TINFO_SUFFIX value to work with cygwin's dll naming + revert a change from 20070303 which commented out dependency of SHLIB_LIST in form/menu/panel/c++ libraries. + fix initialization of ripoff stack pointer (cf: 20070421). |
||
---|---|---|
.. | ||
eti.h | ||
headers | ||
llib-lmenu | ||
llib-lmenuw | ||
m_attribs.c | ||
m_cursor.c | ||
m_driver.c | ||
m_format.c | ||
m_global.c | ||
m_hook.c | ||
m_item_cur.c | ||
m_item_nam.c | ||
m_item_new.c | ||
m_item_opt.c | ||
m_item_top.c | ||
m_item_use.c | ||
m_item_val.c | ||
m_item_vis.c | ||
m_items.c | ||
m_new.c | ||
m_opts.c | ||
m_pad.c | ||
m_pattern.c | ||
m_post.c | ||
m_req_name.c | ||
m_scale.c | ||
m_spacing.c | ||
m_sub.c | ||
m_trace.c | ||
m_userptr.c | ||
m_win.c | ||
Makefile.in | ||
menu.h | ||
menu.priv.h | ||
mf_common.h | ||
modules | ||
READ.ME |