Mercurial > hg > octave-lojdl > gnulib-hg
view modules/wctomb @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | 5132e2d88ade |
children |
line wrap: on
line source
Description: wctomb() function: convert wide character to multibyte character. Files: lib/wctomb.c lib/wctomb-impl.h m4/wctomb.m4 Depends-on: stdlib wcrtomb [test $REPLACE_WCTOMB = 1] wchar [test $REPLACE_WCTOMB = 1] configure.ac: gl_FUNC_WCTOMB if test $REPLACE_WCTOMB = 1; then AC_LIBOBJ([wctomb]) gl_PREREQ_WCTOMB fi gl_STDLIB_MODULE_INDICATOR([wctomb]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Bruno Haible