Mercurial > hg > octave-lojdl > gnulib-hg
view modules/fwritable @ 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 | 36cb7e4a23d5 |
children |
line wrap: on
line source
Description: fwritable() function: Determine whether a FILE stream supports writing. Files: lib/fwritable.h lib/fwritable.c lib/stdio-impl.h m4/fwritable.m4 Depends-on: stdbool configure.ac: gl_FUNC_FWRITABLE if test $ac_cv_func___fwritable = no; then AC_LIBOBJ([fwritable]) fi Makefile.am: Include: "fwritable.h" License: LGPL Maintainer: Bruno Haible, Eric Blake