/* $NetBSD: _errx.c,v 1.8 1998/01/09 03:15:24 perry Exp $ */ /* * J.T. Conklin, December 12, 1994 * Public Domain */ #include #ifdef __indr_reference __indr_reference(_errx, errx) #else #define __NO_NAMESPACE_H /* XXX */ #define _errx errx #define _verrx verrx #define rcsid _rcsid #include "errx.c" #endif >cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/usr.bin/script
AgeCommit message (Expand)Author
2011-09-06static + __deadjoerg
2011-06-08mention combinations of flagsyamt
2011-06-08err -> errx where appropriateyamt
2009-10-17use system to parse argschristos
2009-10-17New sentence, new line. Remove trailing whitespace.wiz
2009-10-17add more features found in other uniceschristos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2007-09-09PR/36955: Ighighi: Use fseeko instead of fseek.christos
2007-08-20Apparently seeking forward on a FIFO does not work (why?). Read instead.christos
2007-08-19deal with non-regular files.christos
2006-06-14Fix PR: 26363: script core dumps on incorrect input files.liamjfoy
2006-03-29ANSIfy. de-P.rpaulo
2004-07-13Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2003-02-04"Utilize" has exactly the same meaning as "use," but it is moreperry
2002-06-21Add an alternate "typescript mode" that contains timestamps and otheratatat
2001-12-01Whitespace cleanup.wiz