Home | History | Annotate | Download | only in libform
History log of /src/lib/libform/type_numeric.c
RevisionDateAuthorComments
 1.10  13-Apr-2021  christos - fix memory leak
- xxx questionable allocation
- remove casts
- use sizeof(*var)
- bcopy -> memcpy/memmove
 1.9  30-May-2016  dholland PR 51190 David Binderman: simplify redundant conditionals.
Also add paranoia when looping on isdigit().
 1.8  28-Oct-2004  dsl Use (unsigned char) cast to sanitise arguments to ctype functions.
 1.7  27-Oct-2004  dsl Fix a load of international alphabet problems with isxxx() and toupper()
Change isspace(*char_ptr) to isspace(*char_ptr & 0xff) so that the correct
piece of memory is looked at for the bit mask.
gcc optimises out the '& 0xff' (on i386 at least).
Fixes problems found by gcc when the splurious (int) cast is removed
from the #defines in ctype.h
 1.6  23-Apr-2004  simonb s/the the/the/ (only in sources that aren't regularly imported from
elsewhere).
 1.5  09-Mar-2003  lukem use __RCSID()
 1.4  13-Jun-2001  wiz withough -> without
 1.3  23-Jan-2001  blymn Added check for null args pointer.
 1.2  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.1  17-Dec-2000  blymn Added early release version of libform - please be gentle.

RSS XML Feed