bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undefined symbols in diffutils-2.8.2 on Solaris 5.5.1


From: Paul Eggert
Subject: Re: Undefined symbols in diffutils-2.8.2 on Solaris 5.5.1
Date: Wed, 12 Jun 2002 09:54:31 -0700 (PDT)

> Date: Wed, 12 Jun 2002 14:06:20 +0200
> From: Stepan Kasal <address@hidden>
> 
> shouldn't there be a simple wrapper available for systems without
> btowc()?

That's an interesting proposal, but there are other problems on
Solaris 2.5.1 -- e.g., wchar.h and wctype.h define macros like ISPRINT
that disagree with fnmatch.c's.  (This violates the standard, but most
likely those .h files predate the standard.)  So fixing the problem
would involve more than just btowc.

These older systems are not that widely used any more, and they are
less important than adding proper support for multibyte characters on
modern systems.  If someone would volunteer to support them, that
would be fine; but there are higher-priority areas for me right now.

If we hack on a substitute btowc and fix the other problems, we merely
fix diff's -x option on Solaris 2.5.1 with multibyte characters.  But
currently, diff's -i, -E, -b, -w, -B, -I, -t, and some other options
don't work with multibyte characters even on modern hosts.  These are
the higher priority items.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]