Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/type_enum.c
RevisionDateAuthorComments
 1.13  13-Apr-2021  christos - fix memory leak
- xxx questionable allocation
- remove casts
- use sizeof(*var)
- bcopy -> memcpy/memmove
 1.12  09-Mar-2016  christos PR/50919: David Binderman: Re-do all the debug stuff in a more sustainable way.
 1.11  13-May-2010  tnozaki cast isblank(3)'s argument to unsigned char.
 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  23-Apr-2004  simonb s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
 1.8  22-Mar-2004  jdc Correct the fourth parameter to match_enum() to "exact" instead of "no blanks".
From Brett Lymn.
Part of the fix for PR bin/24604.
 1.7  09-Mar-2003  lukem use __RCSID()
 1.6  13-Jun-2001  wiz withough -> without
 1.5  30-Jan-2001  blymn Added field and character checking.
 1.4  23-Jan-2001  blymn Added check for null args pointer.
 1.3  20-Jan-2001  blymn * Fixed common error in all types code
* Removed the args field from types struct and made sure the args in
the field are used.
 1.2  18-Jan-2001  blymn * Stop next/prev field commands wrapping
* Made debug file open a function call that can be called multiple
times.
* Fixed the enum type.
 1.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.

RSS XML Feed