History log of /netbsd-src/lib/libform/forms.3 (Results 1 – 17 of 17)
Revision Date Author Comments
# 01869ca4 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# a7804596 24-Nov-2004 wiz <wiz@NetBSD.org>

Bump date for previous; mark up defined values with Dv;
use Aq instead of \*[Lt]\*[Gt].


# 19f07fb2 24-Nov-2004 blymn <blymn@NetBSD.org>

* 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 fie

* 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.

show more ...


# 6cbd2718 21-Apr-2004 wiz <wiz@NetBSD.org>

Use mdoc macros instead of roff to mark up table;
mark up some more stuff.


# 293fb86a 21-Apr-2004 kim <kim@NetBSD.org>

Formatting tweaks to make things line up yet not have columns
run into each other. Fix one typo while here.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# c286c475 31-Mar-2003 perry <perry@NetBSD.org>

curent->current from Igor Sobrado in PR misc/19814
plus some other spelling errors and (sorry) some UK->USing for
consistency.


# 03c12ea0 01-Oct-2002 wiz <wiz@NetBSD.org>

New sentence, new line. From Robert Elz.


# c4f23a93 09-Aug-2002 blymn <blymn@NetBSD.org>

Added extension to interface, set_field_printf which allows a printf
style setting of field buffers.


# 759e545d 20-May-2002 blymn <blymn@NetBSD.org>

* Major rework to allow the TAB character in fields.


# f8d84962 20-Feb-2002 wiz <wiz@NetBSD.org>

Two fixes by Patrick Welche, and two by me.


# b454907b 20-Feb-2002 wiz <wiz@NetBSD.org>

Fix some markup, add menus(3) to SEE ALSO.


# 9856438e 07-Feb-2002 ross <ross@NetBSD.org>

generate & symbolically


# 814f296b 07-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically.


# b9661d61 15-Jan-2002 wiz <wiz@NetBSD.org>

Whitespace nits.


# d70e5167 05-Aug-2001 blymn <blymn@NetBSD.org>

Added notes about differences between this libform and the original AT&T
implementation.


# e1a3174b 08-Jul-2001 blymn <blymn@NetBSD.org>

Add man pages for libform.