summaryrefslogtreecommitdiff
path: root/m4/wcwidth.m4
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix compilation error on platforms without 'wint_t' type.Bruno Haible2006-10-241-1/+2
|
* Work around the __VA_LIST__ in <wchar.h> problem on Tru64 with DTK compiler.Bruno Haible2006-08-111-1/+7
|
* Assume <string.h> exists.Bruno Haible2006-07-311-4/+2
|
* * wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.Eric Blake2006-07-021-17/+3
|
* Fixes after wcwidth module creation.Bruno Haible2006-06-281-6/+9
|
* * mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...Eric Blake2006-06-281-0/+37
* wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.