openldap/libraries
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
..
libavl Update libtool usage 2002-02-10 22:42:51 +00:00
liblber Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
libldap Re: Patch: ctype functions require 'unsigned char' args (ITS#1678) 2002-04-15 20:42:42 +00:00
libldap_r ldap_int_thread_pool_wrapper was called with wrong prototype (ITS#1673) 2002-03-23 17:24:38 +00:00
libldbm Update libtool usage 2002-02-10 22:42:51 +00:00
libldif Mostly based on patches provided by Hallvard B. Furuseth 2002-04-08 09:43:22 +00:00
liblunicode Patch: ucdata 2.4 bugs (ITS#1751) 2002-04-15 20:39:22 +00:00
liblutil ITS#1732 signed/unsigned fixes 2002-04-11 08:47:37 +00:00
librewrite Patch: Escape character troubles (ITS#1753) 2002-04-15 18:29:39 +00:00
Makefile.in Update copyright statements 2002-01-04 21:17:25 +00:00