History log of /netbsd-src/lib/libform/form_field_buffer.3 (Results 1 – 13 of 13)
Revision Date Author Comments
# f63b030c 22-Mar-2010 joerg <joerg@NetBSD.org>

Use .In instead of .Ar Pa for header files.


# 3d73a5fb 15-Oct-2005 peter <peter@NetBSD.org>

Add missing prototype for set_max_field() and bump date.
From xs at kittenz dot org in PR/18668.


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

Mark up NULL.


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


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


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


# 6bce40bc 06-Aug-2002 wiz <wiz@NetBSD.org>

The argument of .Fn should look like this:
.Fn function_name "int first" "char *second"
not like this:
.Fn function_name "int first, char *second".


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

Normalize Dd.


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

Generate <>& symbolically.


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

Whitespace nits.


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

Add man pages for libform.