This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: intl patches (23)


Bruno Haible <haible@ilog.fr> writes:

> A portability patch: ISO C says that the arguments of <ctype.h> functions
> must be 'int's in the value range of an 'unsigned char', not 'char'.

This is ugly.  And I consider systems which use signed chars and do
not allow these values to be passed directly to the isxxx() functions
broken.  But since the performance or code size on sane systems isn't
affected I've applied the patch.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]