summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
2009-04-06make fileio.h work with objdir.christos
2009-04-06regenchristos
2009-04-01Make keypad return an int instead of nothing, as the SUS and evencube
2009-02-23Sort sections.wiz
2009-02-22Get the ESCDELAY from the environment.christos
2009-02-22Document curses environment variables.christos
2009-02-09Fix bug where a single ESC was not recognised when in keypad() mode.jdc
2009-01-17fix debugging build.christos
2009-01-11bump shared libraries.christos
2008-10-27s/AWK/TOOL_AWK/. Problem reported by Greg Oster.apb
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