summaryrefslogtreecommitdiff
path: root/bin/sh/error.h
AgeCommit message (Expand)Author
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2018-11-09sh: Unify EXERROR and EXEXECJilles Tjoelker
2017-06-04sh: Make sure to process SIGINT if SETINTON re-enables processing.Jilles Tjoelker
2017-02-28Renumber copyright clause 4Warner Losh
2014-12-21sh: Move some code from onint() to onsig(), making onint() noreturn.Jilles Tjoelker
2011-04-23sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.Jilles Tjoelker
2011-02-04sh: Remove special code for shell scripts without magic number.Jilles Tjoelker
2010-12-21sh: Add a function to print warnings (with command name and newline).Jilles Tjoelker
2009-12-24sh: Add some __dead2 to indicate functions that do not return.Jilles Tjoelker
2009-11-22Fix various things about SIGINT handling:Jilles Tjoelker
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2002-09-29Convert the remaining callers of errmsg() to use strerror(), and removeTim J. Robbins
2002-07-19Remove broken and incomplete support for old releases of System V,Tim J. Robbins
2002-02-02o __P has been reovedWarner Losh
2001-04-17-Wnon-const-format sweep: make format strings const char *'s, addKris Kennaway
2000-04-20Fix warnings, some of them serious because sh violated nameMartin Cracauer
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-05-08Various spelling/formatting changes.Kris Kennaway
1998-08-24Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.Martin Cracauer
1998-08-24Do not exit on SIGINT in non-interactive shells, fixes PR 1206,Martin Cracauer
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-14Merge in NetBSD mods and -Wall cleaning.Steve Price
1996-09-03Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm
1996-09-01Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm
1994-09-24Added $Id$David Greenman
1994-05-26BSD 4.4 Lite bin SourcesRodney W. Grimes