Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/type_ipv6.c
RevisionDateAuthorComments
 1.10  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.9  16-Nov-2004  itojun NI_WITHSCOPEID was not picked up by IETF standardization process
 1.8  26-Jul-2003  salo netbsd.org->NetBSD.org
 1.7  09-Mar-2003  lukem use __RCSID()
 1.6  13-Jun-2001  wiz withough -> without
 1.5  12-May-2001  sommerfeld Add #include <string.h> to correct compile problem on alpha
 1.4  11-May-2001  blymn Changed check_field code to use standard library calls for checking
the IPV6 address. This code was provided to me by Itojun, thanks for
that go to him :-)
 1.3  16-Feb-2001  blymn Handle the "unknown" ipv6 address form (::).
 1.2  11-Feb-2001  blymn Fixed various bugs, the ipv6 type now works...
 1.1  10-Feb-2001  blymn New builtin type to handle ipv6 style addresses. Thanks to Charles
Hannum for suggesting this needed to be done.

RSS XML Feed