|
9e8ce574
|
2007-07-07T20:59:43
|
|
Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
|
|
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.
|
|
20668199
|
2006-10-31T19:18:54
|
|
Make it compile in C++ mode.
|
|
6384ddb7
|
2006-10-26T11:56:02
|
|
Make read-only array really read-only. Saves a few bytes in the .data segment.
|
|
09cc2e40
|
2006-08-21T18:28:02
|
|
Portability to BeOS.
|
|
006f345f
|
2006-07-28T17:32:33
|
|
Oops, weird typos in last patch.
|
|
18faf321
|
2006-07-28T15:37:42
|
|
Avoid defining a substitute for the same function twice.
|
|
6589d056
|
2006-07-28T15:22:23
|
|
Define fallbacks for missing isw* functions on FreeBSD 4.x.
|
|
72334d04
|
2006-06-28T13:11:03
|
|
* mbchar.h (wcwidth): Include wcwidth.h.
* mbswidth.c (wcwidth): Move from here...
* wcwidth.h: ...to this new file.
|
|
ece57f1e
|
2005-08-16T16:07:59
|
|
Bug fix: make the comparison operations transitive.
|
|
fd05523d
|
2005-08-16T12:06:55
|
|
New module 'mbchar'.
|