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