NetBSD/lib/libform
dbj b41feff50f fixes for installing into a case insensitive $DESTDIR
when files may have hard links to a a name that only differs by case
  - change install to unconditionally remove its temporary file
    when installing hard links with -r.  This avoids problems when
    built with posix rename(2) semantics and reinstalling an existing
    hard link.
  - rework hard link targets in bsd.man.mk and bsd.links.mk
    to use makefile constructs instead of shell constructs
  - always reinstall hard links that may have case conflicts, even
    when MKUPDATE=yes, this ensures that they get added to METALOG
  - remove man pages which were hard linked to themselves in libform
  - remove improper hard link command for existing man page in libkrb5
  - fix libl's makefile to include bsd.lib.mk at end
  - remove shell quoting in link target for test's [.1 man page
2006-09-11 22:24:09 +00:00
..
Makefile fixes for installing into a case insensitive $DESTDIR 2006-09-11 22:24:09 +00:00
driver.c
field.c
field_types.c Coverity CID 1553: Fix memory leak. While here, fix malloc calls: 2006-03-19 20:02:27 +00:00
form.c
form.h
form_cursor.3
form_data.3
form_driver.3
form_field.3
form_field_attributes.3
form_field_buffer.3
form_field_info.3
form_field_just.3
form_field_new.3
form_field_opts.3
form_field_userptr.3
form_field_validation.3
form_fieldtype.3
form_hook.3
form_new.3
form_new_page.3
form_opts.3
form_page.3
form_post.3
form_userptr.3
form_win.3
forms.3
gdbinit
internals.c make debug build work. 2006-04-09 00:44:40 +00:00
internals.h
post.c
shlib_version
std_header.c
type_alnum.c
type_alpha.c
type_enum.c
type_integer.c
type_ipv4.c
type_ipv6.c
type_numeric.c
type_regex.c