summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2008-07-23add workaround for PR/39175(Curses regression causes disoptimal andtnozaki
2008-07-04use mbrtowc() instead of mbtowc().tnozaki
2008-07-04use nl_langinfo(CODESET) instead of setlocale(LC_ALL, "").tnozaki
2008-07-04fix cursor position problem with the character wcwidth > 1.tnozaki
2008-06-13remove unnecessary casts.yamt
2008-06-13avoid c99 on DEBUG.yamt
2008-05-24Coverity CID 5024: Fix double free on error path.christos
2008-05-13Use WARNS=2, which just works.tsutsui
2008-05-02Move to 2 clause TNF license (was: strange 3 clause version)martin
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-29Revert the scrolling region change from revision 1.18, as this breaks (atjdc
2008-04-29Convert to new 2 clause licensemartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Use WARNS=1 rather than adding warning options to COPTS.tsutsui
2008-04-27Enable gcc optimization on m68000 (sun2) again with minimum hacks.tsutsui
2008-04-15Add getwin and putwin mlinks.jdc
2008-04-14Remove unused BUGS section header.jdc
2008-04-14Cross reference curses_fileio(3).jdc
2008-04-14Document termattrs(), term_attrs(), putwin() and getwin()jdc
2008-04-14Add new file IO functions.jdc
2008-04-14Add new file IO functions.jdc
2008-04-14File IO functions header file.jdc
2008-04-14Increment minor for getwin()/putwin() addition.jdc
2008-04-14File IO functions getwin() and putwin().jdc
2008-04-14Header (fileio.h) generation script for file IO functions.jdc
2008-04-14Add FILEIO ctrace definition.jdc
2008-04-14Make this compile when HAVE_WCHAR is not defined.jdc
2008-04-14Remove unused code.jdc
2008-04-14Make __subwin() static.jdc
2008-04-14Add extra debugging information.jdc
2008-04-14Make this compile when HAVE_WCHAR is not defined.jdc
2008-03-24Don't define HAVE_WCHAR if DISABLE_WCHAR is defined.jdc
2008-03-21Increment libcurses minor version (termattrs() and term_attrs() added).jdc
2008-03-21Add termattrs() and term_attrs().jdc
2008-03-21Add termattrs() and term_attrs().jdc
2008-03-21Add termattrs() and term_attrs().jdc
2008-03-21Add termattrs() and term_attrs() (requested by wiz@).jdc
2008-02-09only use -Wuninitialized with -O>0.mrg
2007-12-08Keep pushed-back characters locally. Fixes problems where KEY_* symbolsjdc
2007-11-18We don't need to call __init_getch here, as it is called fromjdc
2007-11-08Fix the handling for added carriage return characters.jdc
2007-11-08Make sure we copy the relevant cell (and not the first cell) forjdc
2007-11-08Make sure we don't shrink windows or sub-windows so that they end upjdc
2007-10-25Only resize curscr, __virtscr and stdscr when the screen is resized.jdc
2007-10-25Return "-1" for unknown keys and only return NULL for errors.jdc
2007-10-06Make it build without HAVE_WCHARmartin
2007-10-06Make the non-WCHAR variant compilable.martin
2007-09-19Set the column width when changing the background using wbkgd(), otherwisejdc
2007-09-19We don't need separate #ifdef's for __ALTCHARSET and WA_ALTCHARSET, as theyjdc
2007-09-19Add debugging for the WCHAR cases.jdc