|
db5283c7
|
2001-02-17T10:39:17
|
|
(mbrtowc, mbsinit):
Remove workaround macros for hosts that have mbrtowc but not
mbstate_t, as we now insist on proper declarations for both
before using mbrtowc.
|
|
1dce3d25
|
2000-12-08T18:31:38
|
|
(mbsnwidth): Don't loop endlessly when called with an
invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
|
|
3bd332e0
|
2000-09-09T15:56:26
|
|
Rename ISASCII to IN_CTYPE_DOMAIN.
|
|
d13720cf
|
2000-07-24T16:29:57
|
|
(mbswidth): Add a flags argument.
(mbsnwidth): New function.
|
|
ec482f5c
|
2000-07-24T06:41:58
|
|
(_XOPEN_SOURCE): Don't define; this causes problems on Solaris 7.
(wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
|
|
f2c15d34
|
2000-07-17T20:42:12
|
|
from Bruno Haible.
|