| Age | Commit message (Expand) | Author |
| 2011-08-07 | Add serial comma, remove trailing whitespace, bump date for previous. | wiz |
| 2011-08-07 | Merge the attributes into the returned characters. | blymn |
| 2011-08-07 | Document the return values for innstr and friends. | blymn |
| 2011-08-07 | Fix a bug that prevented instr and friends returning OK. | blymn |
| 2011-08-07 | flush the output after writing the meta sequence. | blymn |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-07-10 | Set the background attributes when erasing. | blymn |
| 2011-07-01 | Fix memset usage. | joerg |
| 2011-06-16 | Correctly test for __ISDIRTY. | jdc |
| 2011-04-21 | Fix deleting a key definition, it did not work. Also improve tracing | blymn |
| 2011-04-06 | Fix PR # 41894. | jruoho |
| 2011-04-04 | Add man page link for define_key | blymn |
| 2011-03-30 | fflush the outfd after setting the cursor visibility so it takes effect | blymn |
| 2011-02-10 | Fix typo. | blymn |
| 2011-01-06 | Back out change for assume_default_colors as it was not correct. | blymn |
| 2010-12-25 | Little bit more debug information. | blymn |
| 2010-12-25 | Ignore request to change the values of colour pair 0 | blymn |
| 2010-12-25 | Allow attributes to be applied to the default line drawing characters | blymn |
| 2010-12-16 | Observe the following spelling: | wiz |
| 2010-12-09 | s/curses_fileo/curses_fileio/ in xrefs. | njoly |
| 2010-12-09 | Add missing space in fread xref. | njoly |
| 2010-12-07 | Since limit and l are both unsigned, comparing to 0 doesn't work, so compare | joerg |
| 2010-11-23 | to initialize mbstate_t, use memset instead mbrtowc. | tnozaki |
| 2010-11-05 | Don't echo key symbols. | blymn |
| 2010-08-06 | avoid writing in parseltongue | dholland |
| 2010-06-10 | After consultation with jdc@, apply the patch from PR 42412 even though | dholland |
| 2010-02-25 | fix wrong widechar assignment for "up arrow" | drochner |
| 2010-02-24 | document wsyncup/wsyncdown/wcursyncup | drochner |
| 2010-02-23 | misc fixes and improvements: | drochner |
| 2010-02-20 | Bump date for previous. | wiz |
| 2010-02-19 | explain a non-portable behavior | drochner |
| 2010-02-12 | Change from scroll_forward to cursor_down. | roy |
| 2010-02-11 | Don't assume the terminal has a description. | roy |
| 2010-02-08 | Fix an off-by-one error. | roy |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-11-04 | Read input from the correct FILE. | dsl |
| 2009-11-04 | Round timeout values up. | dsl |
| 2009-11-01 | Move calls to __restore_termios() into the failing path of the functions | dsl |
| 2009-10-06 | Return the same information whether or not we have wide characters. | jdc |
| 2009-07-28 | fix debugging build. Hi Roy! | christos |
| 2009-07-22 | Prepare curses for the possibility of changing from termcap to terminfo. | roy |
| 2009-07-12 | Add RCS Id. Fill in name in license. New sentence, new line. | wiz |
| 2009-07-12 | Bump date for *chgat*. | wiz |
| 2009-07-09 | Ensure that y,x are valid coordinates before using them. | joerg |
| 2009-07-07 | Be strict on xcurses support: | joerg |
| 2009-07-07 | chgat() and friends are in X/Open. Noticed by Thomas Dickey. | joerg |
| 2009-07-07 | Add vw_printw and vw_scanw as mandated by SUSv2's xcurses. Follow | joerg |
| 2009-07-07 | Use __printflike/__scanflike. | joerg |
| 2009-07-06 | Add support for the chgat(3) family. It is a useful extension from | joerg |
| 2009-05-18 | Sort SEE ALSO. New sentence, new line. | wiz |