| #
0cf98320 |
| 13-Apr-2021 |
christos <christos@NetBSD.org> |
- fix memory leak - xxx questionable allocation - remove casts - use sizeof(*var) - bcopy -> memcpy/memmove
|
| #
23a151b4 |
| 09-Mar-2016 |
christos <christos@NetBSD.org> |
PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
|
| #
50eb6aad |
| 13-May-2010 |
tnozaki <tnozaki@NetBSD.org> |
cast isblank(3)'s argument to unsigned char.
|
| #
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).
|
| #
58269441 |
| 22-Mar-2004 |
jdc <jdc@NetBSD.org> |
Correct the fourth parameter to match_enum() to "exact" instead of "no blanks". From Brett Lymn. Part of the fix for PR bin/24604.
|
| #
a2ed7b2d |
| 09-Mar-2003 |
lukem <lukem@NetBSD.org> |
use __RCSID()
|
| #
c03a48d6 |
| 13-Jun-2001 |
wiz <wiz@NetBSD.org> |
withough -> without
|
| #
99af4c10 |
| 30-Jan-2001 |
blymn <blymn@NetBSD.org> |
Added field and character checking.
|
| #
b7108db3 |
| 23-Jan-2001 |
blymn <blymn@NetBSD.org> |
Added check for null args pointer.
|
| #
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.
|
| #
fde37c21 |
| 18-Jan-2001 |
blymn <blymn@NetBSD.org> |
* Stop next/prev field commands wrapping * Made debug file open a function call that can be called multiple times. * Fixed the enum type.
|
| #
41859428 |
| 17-Dec-2000 |
blymn <blymn@NetBSD.org> |
Added early release version of libform - please be gentle.
|