]> Zhao Yanbai Git Server - minix.git/commit
Importing lib/libform 44/1144/1
authorThomas Cort <tcort@minix3.org>
Tue, 12 Nov 2013 12:56:07 +0000 (07:56 -0500)
committerThomas Cort <tcort@minix3.org>
Tue, 12 Nov 2013 12:56:07 +0000 (07:56 -0500)
commita0e6850f820f09a03a1da1b4d78f9fafb3b9782f
treef188db1498e7b7437e4510ed31c317091bbab9e1
parentb618a1ee0b63a120cb1d99249a82c6843ff3e4f4
Importing lib/libform

No Minix-specific changes needed.

Change-Id: Ia8ddbdb57ac04dfb42d79c374b9e25b189f9dc3b
45 files changed:
distrib/sets/lists/minix/mi
lib/Makefile
lib/libform/Makefile [new file with mode: 0644]
lib/libform/driver.c [new file with mode: 0644]
lib/libform/field.c [new file with mode: 0644]
lib/libform/field_types.c [new file with mode: 0644]
lib/libform/form.c [new file with mode: 0644]
lib/libform/form.h [new file with mode: 0644]
lib/libform/form_cursor.3 [new file with mode: 0644]
lib/libform/form_data.3 [new file with mode: 0644]
lib/libform/form_driver.3 [new file with mode: 0644]
lib/libform/form_field.3 [new file with mode: 0644]
lib/libform/form_field_attributes.3 [new file with mode: 0644]
lib/libform/form_field_buffer.3 [new file with mode: 0644]
lib/libform/form_field_info.3 [new file with mode: 0644]
lib/libform/form_field_just.3 [new file with mode: 0644]
lib/libform/form_field_new.3 [new file with mode: 0644]
lib/libform/form_field_opts.3 [new file with mode: 0644]
lib/libform/form_field_userptr.3 [new file with mode: 0644]
lib/libform/form_field_validation.3 [new file with mode: 0644]
lib/libform/form_fieldtype.3 [new file with mode: 0644]
lib/libform/form_hook.3 [new file with mode: 0644]
lib/libform/form_new.3 [new file with mode: 0644]
lib/libform/form_new_page.3 [new file with mode: 0644]
lib/libform/form_opts.3 [new file with mode: 0644]
lib/libform/form_page.3 [new file with mode: 0644]
lib/libform/form_post.3 [new file with mode: 0644]
lib/libform/form_userptr.3 [new file with mode: 0644]
lib/libform/form_win.3 [new file with mode: 0644]
lib/libform/forms.3 [new file with mode: 0644]
lib/libform/gdbinit [new file with mode: 0644]
lib/libform/internals.c [new file with mode: 0644]
lib/libform/internals.h [new file with mode: 0644]
lib/libform/post.c [new file with mode: 0644]
lib/libform/shlib_version [new file with mode: 0644]
lib/libform/std_header.c [new file with mode: 0644]
lib/libform/type_alnum.c [new file with mode: 0644]
lib/libform/type_alpha.c [new file with mode: 0644]
lib/libform/type_enum.c [new file with mode: 0644]
lib/libform/type_integer.c [new file with mode: 0644]
lib/libform/type_ipv4.c [new file with mode: 0644]
lib/libform/type_ipv6.c [new file with mode: 0644]
lib/libform/type_numeric.c [new file with mode: 0644]
lib/libform/type_regex.c [new file with mode: 0644]
releasetools/nbsd_ports