Mercurial > hg > octave-lojdl > gnulib-hg
view modules/raise @ 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 | 51a803e5cfdc |
children |
line wrap: on
line source
Description: Send a signal to the executing process. Files: lib/raise.c m4/raise.m4 Depends-on: signal-h msvc-inval [test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1] configure.ac: gl_FUNC_RAISE if test $HAVE_RAISE = 0 || test $REPLACE_RAISE = 1; then AC_LIBOBJ([raise]) gl_PREREQ_RAISE fi gl_SIGNAL_MODULE_INDICATOR([raise]) Makefile.am: Include: <signal.h> License: LGPLv2+ Maintainer: Jim Meyering, Bruno Haible