modules/progname


Log

Author Commit Date CI Message
Bruno Haible 588b135d 2009-10-04T12:14:52 Remove the "lt-" prefix from program_invocation_short_name.
Jim Meyering 9cedf3e1 2009-08-25T01:02:32 progname: also set global program_invocation_name, when possible. Before this change, a libtool-enabled program that calls glibc's error function would report the program name as "/abs/dir/.libs/lt-program_name" rather than the desired program_name. * modules/progname (configure.ac): Check for a declaration of program_invocation_name. * lib/progname.c: Include <errno.h>. (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]: Set program_invocation_name.
Bruno Haible 5143f4e9 2004-09-22T15:11:04 Add a license tag to every module.
Bruno Haible 74d8ea7d 2004-08-06T20:42:23 2004-08-03 Simon Josefsson <jas@extundo.com> progname doesn't need stdbool.
Bruno Haible ea1d8c00 2003-08-20T19:45:05 New module 'progname'.