mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
709ce4fa6c
================ 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. |
||
---|---|---|
.. | ||
docs | ||
rdbms_depend | ||
back-sql.h | ||
backsql.dsp | ||
bind.c | ||
config.c | ||
entry-id.c | ||
entry-id.h | ||
external.h | ||
init.c | ||
Makefile.in | ||
modify.c | ||
other.c | ||
schema-map.c | ||
schema-map.h | ||
search.c | ||
sql-types.h | ||
sql-wrap.c | ||
sql-wrap.h | ||
util.c | ||
util.h |