NetBSD/lib/libform
blymn 7ffbe072ab * Rototilled internals to make multiline fields work correctly. Some
bugs remain such as vertical scrolling is not working and the field
  is not correctly redrawn after being cleared.  There are bound to be
  others.
2001-05-11 14:04:48 +00:00
..
driver.c * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
field_types.c * Fixed common error in all types code 2001-01-20 11:03:43 +00:00
field.c * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
form.c * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
form.h * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
internals.c * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
internals.h * Rototilled internals to make multiline fields work correctly. Some 2001-05-11 14:04:48 +00:00
Makefile Added ipv6 builtin type. 2001-02-10 14:53:11 +00:00
post.c * Remove code that created the subwin if it did not exist as this is 2001-03-25 12:34:47 +00:00
README Added early release version of libform - please be gentle. 2000-12-17 12:04:30 +00:00
shlib_version Bumped major because driver commands have changed value and the subwin 2001-03-25 12:37:29 +00:00
std_header.c Added early release version of libform - please be gentle. 2000-12-17 12:04:30 +00:00
type_alnum.c Added check for null args pointer. 2001-01-23 01:57:01 +00:00
type_alpha.c Added check for null args pointer. 2001-01-23 01:57:01 +00:00
type_enum.c Added field and character checking. 2001-01-30 06:44:42 +00:00
type_integer.c Added check for null args pointer. 2001-01-23 01:57:01 +00:00
type_ipv4.c Various bug fixes: 2001-02-13 01:00:11 +00:00
type_ipv6.c Changed check_field code to use standard library calls for checking 2001-05-11 13:59:43 +00:00
type_numeric.c Added check for null args pointer. 2001-01-23 01:57:01 +00:00
type_regex.c * Fixed common error in all types code 2001-01-20 11:03:43 +00:00

******************************************************************************
* NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE *
******************************************************************************

This library is incomplete.  There are no man pages and there are lots of
bugs.  Use with caution.  Bugs can be reported to blymn@netbsd.org.  Please
talk to me first before trying to fix things just in case it is already 
being worked on.

Brett Lymn (blymn@netbsd.org)