openldap/libraries/liblber
Kurt Zeilenga 709ce4fa6c Re: Patch: ctype functions require 'unsigned char' args (ITS#1678)
================
Written by Hallvard B. Furuseth and placed into the public domain.
This software is not subject to any license of the University of Oslo.
			================

Here are fixes for more places where the argument to ctype.h functions
should be in the range of `unsigned char'.

Explanation of the last patch (to schema_init.c:bvcasechr()):
TOLOWER() and TOUPPER() return values in the range of `unsigned char',
but bvcasechr() then compares those values with a plain `char'.  So I
convert the return values from TOLOWER()/TOUPPER() to `char' first.

Hallvard B. Furuseth <h.b.furuseth@usit.uio.no>, April 2002.
2002-04-15 20:42:42 +00:00
..
assert.c Update copyright statements 2002-01-04 21:17:25 +00:00
bprint.c Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
decode.c Renamed BVarray to BerVarray. Moved slapd:bvarray_{add,free} to 2002-01-14 01:43:17 +00:00
dtest.c ITS#1701. Fix ber_scanf() return tag handling. 2002-04-02 18:40:04 +00:00
dtest.dsp
encode.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
etest.c Need a bigger buffer 2002-03-23 21:14:50 +00:00
etest.dsp
idtest.c Update copyright statements 2002-01-04 21:17:25 +00:00
idtest.dsp
io.c ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
lber-int.h Rewrote ber_get_next, fixed byte-order dependency on ber_tag and optimized 2002-01-13 03:00:45 +00:00
liblber.dsp Rework filter code 2002-01-02 17:06:56 +00:00
Makefile.in Update libtool usage 2002-02-10 22:42:51 +00:00
memory.c use memchr in ber_bvchr 2002-02-14 21:10:13 +00:00
nt_err.c Update copyright statements 2002-01-04 21:17:25 +00:00
options.c Update copyright statements 2002-01-04 21:17:25 +00:00
sockbuf.c Update copyright statements 2002-01-04 21:17:25 +00:00