Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/Makefile
RevisionDateAuthorComments
 1.11  23-Oct-2017  abhinav Remove duplicate MLINK entry for dup_field.3
(it's already defined 3 lines above)
 1.10  21-Mar-2012  matt These directories default to WARNS=2
 1.9  11-Mar-2008  joerg branches: 1.9.6;
Depends on libcurses.
 1.8  11-Sep-2006  dbj branches: 1.8.8; 1.8.14;
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
 1.7  24-Nov-2004  blymn * Rewrote internal handling of multiline field line data to fix a bug
where a newly opened line would immediately get wrapped out of existence.
The old method of handling lines in a multiline field did not cope with
this elegantly.

* Added new field flag O_REFORMAT which, when set, returns the field
buffer with newlines inserted where the line wrapped. Previously, there
was no way of preserving the on screen format of a multiline field.

* Added new file gdbinit which contains a macro to verify and print
the multiline field line data structure.

* Bumped libform major number due to changes in the _form_field structure.
 1.6  11-Aug-2002  blymn Added MLINK entries to link all function names to their respective
man page.
 1.5  20-Feb-2002  wiz Normalize Dd.
 1.4  08-Jul-2001  blymn Added man pages.
 1.3  10-Feb-2001  blymn Added ipv6 builtin type.
 1.2  16-Jan-2001  blymn Multiple fixes:

* A debug version of libform will be build if DEBUG_FORMS is defined
* Can no longer edit fields that do not have O_EDIT set
* Changed background attribute to A_NORMAL like ncurses
* Fixed truncation of field contents when content length == field length
* Current field is set to first visible & active field on form post
 1.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.
 1.8.14.1  24-Mar-2008  keiichi sync with head.
 1.8.8.1  23-Mar-2008  matt sync with HEAD
 1.9.6.1  17-Apr-2012  yamt sync with head

RSS XML Feed