NetBSD/lib/libform
blymn 790e1a7fb4 When buffers are created they are given an empty string instead of just
being set to NULL.  Stops us returning a NULL pointer for buffers that
are never set.
2001-01-30 06:33:51 +00:00
..
Makefile Multiple fixes: 2001-01-16 01:02:47 +00:00
README
driver.c Added support for the O_OVERLOAD_* form options. 2001-01-23 01:59:29 +00:00
field.c When buffers are created they are given an empty string instead of just 2001-01-30 06:33:51 +00:00
field_types.c * Fixed common error in all types code 2001-01-20 11:03:43 +00:00
form.c Multiple fixes: 2001-01-16 01:02:47 +00:00
form.h Added support for the O_OVERLOAD_* form options. 2001-01-23 01:59:29 +00:00
internals.c Fix off by one bug in field scrolling decision when inserting chars. 2001-01-23 02:01:56 +00:00
internals.h Prototype function for opening debug file. 2001-01-21 11:43:43 +00:00
post.c Changed ordering of the cursor positioning call so the posted flag is 2001-01-22 01:05:34 +00:00
shlib_version bump lib minor 2001-01-21 11:49:20 +00:00
std_header.c
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 check for null args pointer. 2001-01-23 01:57:01 +00:00
type_integer.c Added check for null args pointer. 2001-01-23 01:57:01 +00:00
type_ipv4.c Added check for null args pointer. 2001-01-23 01:57:01 +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

README

******************************************************************************
* 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)