Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 01/04/2001 14:30:37
Module Name:	basesrc
Committed By:	blymn
Date:		Thu Jan  4 12:30:37 UTC 2001

Modified Files:
	basesrc/lib/libform: field.c form.c form.h internals.c internals.h
	    post.c shlib_version

Log Message:
* Changed type of userptr to be void * (now matches ncurses)
* Bumped lib major version due to above.
* Changed debug output to go to a file instead of stderr, the file gets
  opened when the form is posted iff one is not already open.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/libform/field.c basesrc/lib/libform/form.c \
    basesrc/lib/libform/form.h basesrc/lib/libform/internals.c \
    basesrc/lib/libform/internals.h basesrc/lib/libform/post.c \
    basesrc/lib/libform/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.