NetBSD/lib/libform
blymn 95df9c4076 Various bug fixes:
* Allow the / char in the char_check routine
* Added debug for field checking
* Fixed handling of the 0xaabbccdd form
* Always set buffer 1 if it is available - previously dotted quad
  did not set this buffer.
* Fixed segv if no dots found
2001-02-13 01:00:11 +00:00
..
Makefile Added ipv6 builtin type. 2001-02-10 14:53:11 +00:00
README
driver.c Restructured driver character insert to allow overwrite of full field 2001-02-05 23:59:52 +00:00
field.c Buffer now wrapped and redrawn when buffer is set. 2001-02-03 12:35:14 +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 ipv6 builtin type. 2001-02-10 14:53:11 +00:00
internals.c Check NULL0K _before_ PASSOK and clean up the PASSOK logic. 2001-02-10 14:55:18 +00:00
internals.h Made the field wrapping function available to other modules. 2001-02-03 12:41:08 +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 Added ipv6 builtin type. 2001-02-10 14:53:11 +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 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 Fixed various bugs, the ipv6 type now works... 2001-02-11 12:15:30 +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)