m4/mbswidth.m4


Log

Author Commit Date CI Message
Eric Blake 96f7b7d9 2007-01-16T16:31:23 * modules/fnmatch (Depends-on): Depend on wchar. * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>. * m4/fnmatch.m4: Likewise. * modules/mbchar (Makefile.am): Assume <wchar.h>. * m4/mbchar.m4: Likewise. * modules/mbswidth (Depends-on): Depend on wchar. * lib/mbswidth.c: Assume <wchar.h>. * m4/mbswidth.m4: Likewise. * modules/quotearg (Depends-on): Depend on wchar. * lib/quotearg.c: Assume <wchar.h>. * m4/quotearg.m4: Likewise. * modules/regex (Depends-on): Depend on wchar. * lib/regex_internal.h: Assume <wchar.h>. * m4/regex.m4: Likewise. * modules/stdint (Depends-on): Depend on wchar. * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>. * m4/stdint.m4: Likewise. * tests/test-stdint.c [HAVE_WINT_T]: Likewise. * modules/strftime (Depends-on): Depend on wchar. * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>. * modules/strtol (Depends-on): Depend on wchar. * lib/strtol.c: Assume <wchar.h>. * modules/wcwidth (Depends-on): Depend on wchar. * lib/wcwidth.h: Assume <wchar.h>. * m4/wcwidth.m4: Likewise.
Paul Eggert db844e48 2006-12-27T19:54:25 * lib/mbchar.h: Just include <wctype.h>; the wctype module handles its gotchas now. * lib/mbswidth.c: Likewise. * lib/wcwidth.h: Likewise. * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h and iswcntrl; the wctype module does this stuff now. * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise. * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise. * modules/mbchar (Depends-on): Add wctype. * modules/mbswidth (Depends-on): Likewise. * modules/wcwidth (Depends-on): Likewise.
Bruno Haible e1c5c749 2006-09-22T20:10:26 Avoid warning at configure time with "gcc -Wall".
Eric Blake f5e6e980 2006-06-28T13:10:12 * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here... * wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
Bruno Haible 52aceb00 2005-01-18T13:07:56 Use an all-permissive copyright notice, recommended by RMS.
Bruno Haible 3f55dd05 2004-10-01T19:59:45 Add a copyright notice.
Jim Meyering 23fe10e2 2004-04-18T18:12:50 Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
Bruno Haible d65bac0e 2004-03-18T13:36:53 Fix portability problem with Tru64 and BSD/OS.
Bruno Haible e059c235 2002-12-31T13:43:06 An independent .m4 file for each module.
Bruno Haible faa26ee7 2002-12-18T13:44:25 Oops, forgot to increment the serial number.
Bruno Haible d9aec2c8 2002-12-17T11:47:27 Update for change made on 2001-08-03 in mbswidth.c.
Jim Meyering e4f73bc1 2002-06-21T17:41:02 Reflect name change: s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
Jim Meyering ee76465a 2001-08-12T13:26:00 Quote the first argument in each use of AC_DEFUN.
Jim Meyering 939b67e6 2001-08-04T17:00:11 (jm_PREREQ_MBSWIDTH): No longer requires AM_C_PROTOTYPES. Check for iswcntrl, mbsinit. Use AC_TRY_COMPILE, not AC_CHECK_DECLS, for portability to Autoconf 2.13.
Jim Meyering 7b64121b 2001-02-17T09:35:11 bump serial number
Jim Meyering 08294534 2001-02-17T09:34:14 (jm_PREREQ_MBSWIDTH): Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
Jim Meyering 9880c90a 2000-07-24T06:42:17 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
Jim Meyering 58bf49da 2000-07-17T20:40:18 *** empty log message ***