History log of /netbsd-src/lib/libform/type_regex.c (Results 1 – 8 of 8)
Revision Date Author Comments
# 0cf98320 13-Apr-2021 christos <christos@NetBSD.org>

- fix memory leak
- xxx questionable allocation
- remove casts
- use sizeof(*var)
- bcopy -> memcpy/memmove


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


# 9bc855a9 23-Apr-2004 simonb <simonb@NetBSD.org>

s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).


# a2ed7b2d 09-Mar-2003 lukem <lukem@NetBSD.org>

use __RCSID()


# 5ce770b1 19-Jun-2002 blymn <blymn@NetBSD.org>

Fixed typo in type declaration.


# c03a48d6 13-Jun-2001 wiz <wiz@NetBSD.org>

withough -> without


# 36483ba9 20-Jan-2001 blymn <blymn@NetBSD.org>

* Fixed common error in all types code
* Removed the args field from types struct and made sure the args in
the field are used.


# 41859428 17-Dec-2000 blymn <blymn@NetBSD.org>

Added early release version of libform - please be gentle.