| Age | Commit message (Expand) | Author |
| 2014-07-15 | Use TOOL_VFONTEDPR | christos |
| 2014-07-15 | stopgap for non-netbsd build. | christos |
| 2014-07-13 | Remove bogus length check - SUSV2 says add(n)str wraps and performs | blymn |
| 2014-07-05 | Remove stray .if make(insatll). | dholland |
| 2014-07-05 | Reorg docs, part 1: | dholland |
| 2014-07-05 | Rework /usr/share/doc. | dholland |
| 2014-06-13 | remove the build support for GCC 4.1, and any hacks i found for it. | mrg |
| 2014-05-21 | Add workaround for lib/48827 for vax to avoid segv in sysinst for now | abs |
| 2014-02-28 | Fix reversed logic in the notimeout call. | blymn |
| 2014-02-20 | Correct the implementation of mvderwin, it now works as specified by | blymn |
| 2013-12-06 | Make the touch family of calls actually force an update of the | blymn |
| 2013-11-10 | remove unused variable | christos |
| 2013-11-09 | Rename the old __waddbytes function to _cursesi_waddbytes and add a | blymn |
| 2013-10-18 | fix unused warnings | christos |
| 2013-10-16 | Add TABSIZE, which is derived from terminfo init_tabs. | roy |
| 2013-10-16 | Define WA_NORMAL | roy |
| 2013-10-15 | Note that delwin(3) is a null-op if win is NULL. | roy |
| 2013-10-15 | Instead of turning off the 8th bit on resume, turn it on, as it is on by | christos |
| 2013-10-01 | Use the internal version of touchline to update the line. | blymn |
| 2013-09-25 | Fix a NULL dereference if the exit_alt_charset_mode capability is not defined. | dsainty |
| 2013-05-05 | Extend does_ctrl_o() to compare exit attribute and ext ACS sequences. | jdc |
| 2013-05-05 | Also merge in background attributes. | jdc |
| 2013-05-05 | Add extra debugging when copying window contents. | jdc |
| 2012-09-28 | Don't wrap added string | blymn |
| 2012-09-28 | Add more debug to mvchgat. | blymn |
| 2012-09-28 | Correct behaviour of mvderwin(). It should remap a given area of the parent | blymn |
| 2012-09-28 | Truncate string to RHS of the window - SUSv2 says we should. | blymn |
| 2012-06-29 | * Size argument for memset when clearing cbuf was wrong, cbuf is an array | blymn |
| 2012-05-02 | re-work the previous to make it format correctly | agc |
| 2012-05-01 | document the correct argument to wstandout(3) and wstandend(3) | agc |
| 2012-04-21 | Fix build | roy |
| 2012-04-21 | Add capfile(5) to describe the termcap format. | roy |
| 2012-04-21 | Fix build break if curses is built without wide char support | blymn |
| 2012-04-21 | Remove trailing whitespace | blymn |
| 2012-02-19 | PR/46049: Tim van der Molen: | christos |
| 2012-01-27 | handle the case where we have no space properly (Nat Sloss) | christos |
| 2012-01-06 | PR/45791: Nat Sloss: getnstr erase character weirdness | christos |
| 2011-10-04 | Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386. | roy |
| 2011-10-03 | Use tiparm instead of vtparm. | roy |
| 2011-09-15 | Remove trailing whitespace. Bump date for previous. | wiz |
| 2011-09-15 | - Make mvderwin work as per the SUSv2 specification and other curses | blymn |
| 2011-08-29 | Fix for systems that don't have TCSASOFT as intended originally. Simplify. | christos |
| 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 |