view modules/progname @ 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 281617eccdf5
children
line wrap: on
line source

Description:
Program name management.

Files:
lib/progname.h
lib/progname.c

Depends-on:

configure.ac:
AC_CHECK_DECLS([program_invocation_name], [], [], [#include <errno.h>])
AC_CHECK_DECLS([program_invocation_short_name], [], [], [#include <errno.h>])

Makefile.am:
lib_SOURCES += progname.h progname.c

Include:
"progname.h"

License:
GPL

Maintainer:
Bruno Haible