| Age | Commit message (Expand) | Author |
| 2010-02-03 | Userland now builds and uses terminfo instead of termcap. | roy |
| 2009-01-11 | bump shared libraries. | christos |
| 2008-03-11 | Depends on libcurses. | joerg |
| 2007-01-17 | Remove more duplicate #includes, and a few spurious whitespaces at EOL | hubertf |
| 2006-09-11 | fixes for installing into a case insensitive $DESTDIR | dbj |
| 2006-04-09 | make debug build work. | christos |
| 2006-03-19 | Coverity CID 107[123]: Leave the assertions in the code, not only when DEBUG | christos |
| 2006-03-19 | Coverity CID 1553: Fix memory leak. While here, fix malloc calls: | christos |
| 2006-02-07 | We want size_t arguments, so just cast to size_t, instead of casting | wiz |
| 2005-10-15 | Add missing prototype for set_max_field() and bump date. | peter |
| 2004-11-24 | Improve RETURN VALUES section. | wiz |
| 2004-11-24 | Mark up TRUE and FALSE. | wiz |
| 2004-11-24 | \-1, not -1. | wiz |
| 2004-11-24 | Mark up NULL. | wiz |
| 2004-11-24 | Use Aq instead of \*[Lt]\*[Gt]. | wiz |
| 2004-11-24 | Bump date for previous; mark up defined values with Dv; | wiz |
| 2004-11-24 | * Rewrote internal handling of multiline field line data to fix a bug | blymn |
| 2004-11-16 | NI_WITHSCOPEID was not picked up by IETF standardization process | itojun |
| 2004-10-28 | Use (unsigned char) cast to sanitise arguments to ctype functions. | dsl |
| 2004-10-27 | Fix a load of international alphabet problems with isxxx() and toupper() | dsl |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2004-04-21 | Use mdoc macros instead of roff to mark up table; | wiz |
| 2004-04-21 | Formatting tweaks to make things line up yet not have columns | kim |
| 2004-03-22 | Increment major number (to 4) because of the libcurses major number change | jdc |
| 2004-03-22 | Correct the fourth parameter to match_enum() to "exact" instead of "no blanks". | jdc |
| 2004-01-23 | Add defines MIN_FORM_COMMAND and MAX_FORM_COMMAND for ncurses | blymn |
| 2003-07-26 | netbsd.org->NetBSD.org | salo |
| 2003-04-17 | clear errno before strtol() if we're going to test it for ERANGE afterwards | lukem |
| 2003-04-16 | Use | wiz |
| 2003-03-31 | currrent->current, accomodate->accommodate from Igor Sobrado PR misc/19814 | perry |
| 2003-03-31 | curent->current from Igor Sobrado in PR misc/19814 | perry |
| 2003-03-15 | Use "its" instead of "it's" where appropriate. | wiz |
| 2003-03-09 | use __RCSID() | lukem |
| 2002-10-01 | New sentence, new line. From Robert Elz. | wiz |
| 2002-08-22 | Allow either the field_check or char_check pointers to be NULL, as | blymn |
| 2002-08-11 | Added MLINK entries to link all function names to their respective | blymn |
| 2002-08-09 | Added extension to interface, set_field_printf which allows a printf | blymn |
| 2002-08-07 | Fix null dereference in set_field_type. | blymn |
| 2002-08-07 | Prevent field scrolling when REQ_RIGHT_CHAR hits the RHS of the field. | blymn |
| 2002-08-06 | The argument of .Fn should look like this: | wiz |
| 2002-08-06 | Fix mdoc. Closes lib/17855. | wiz |
| 2002-08-05 | set_field_opts and field_opts_on were both using the wrong pointer | blymn |
| 2002-08-03 | Redraw field when the flags for the field change iff the field is | blymn |
| 2002-08-02 | Do not free the first element of the fields array. This fixes pr 17754. | blymn |
| 2002-08-02 | Allow REQ_RIGHT_CHAR to get to the end of the line. | blymn |
| 2002-08-02 | Refresh window after a driver command. | blymn |
| 2002-07-31 | Reposition form cursor after field redrawn when setting a field value, | blymn |
| 2002-07-29 | * Fix bad function reference. | blymn |
| 2002-07-29 | * Fix cursor motion bugs referred to in pr 17480 | blymn |
| 2002-07-08 | * Set character attributes when adding pad to field, null fields will | blymn |