summaryrefslogtreecommitdiff
path: root/src/progname.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-14Add support for transparent compilationGuillem Jover1-2/+1
2011-05-14Initialize __progname to program_invocation_short_nameGuillem Jover1-1/+7
2010-01-30Fix setprogname to strip leading paths from prognameGuillem Jover1-2/+10
2010-01-21Make setprogname and getprogname arguments and return value constGuillem Jover1-4/+5
2010-01-10Reformat code to KNFGuillem Jover1-4/+4
2009-05-20Use UTF-8 copyright symbols for non-imported filesGuillem Jover1-1/+1
2008-05-06Relicense err.c and progname.c to avoid trouble with 4-clause BSD codeRobert Millan1-16/+25
2008-05-06Revert 1d87476250217a87319df48a8f473415c0515106Robert Millan1-9/+3
2008-05-06Duplicate setprogname argumentRobert Millan1-3/+9
2008-05-06Fix syntax errorRobert Millan1-2/+2
2008-05-06Initialize __progname as NULLRobert Millan1-1/+1
2008-05-06Add getprogname and setprognameRobert Millan1-0/+36