modules/wcwidth


Log

Author Commit Date CI Message
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 85fc15b1 2006-10-24T20:19:49 Fix compilation error on platforms without 'wint_t' type.
Bruno Haible 44347b57 2006-06-29T11:50:52 Change wcwidth license to LGPL.
Bruno Haible d0bcee4e 2006-06-28T17:03:53 Fixes after wcwidth module creation.
Eric Blake e0edd571 2006-06-28T13:11:32 * modules/wcwidth: New file. * modules/mbchar (Depends-on): Add wcwidth. * modules/mbswidth (Depends-on): Add wcwidth. * MODULES.html.sh: Add wcwidth.