summaryrefslogtreecommitdiffstats
path: root/bin/sh/error.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Add a function to print warnings (with command name and newline).jilles2010-12-211-6/+22
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-2/+2
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-2/+2
* sh: Fix shadowing of sigset.jilles2010-08-131-3/+3
* sh: Fix some bugs with backquoted builtins:jilles2010-01-011-2/+2
* sh: Add some __dead2 to indicate functions that do not return.jilles2009-12-241-1/+1
* Fix various things about SIGINT handling:jilles2009-11-221-2/+13
* Remove some white space at EOL.schweikh2006-02-041-1/+1
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Convert the remaining callers of errmsg() to use strerror(), and removetjr2002-09-291-88/+0
* s/filesystem/file system/ as discussed on -developerstrhodes2002-08-211-2/+2
* Remove broken and incomplete support for old releases of System V,tjr2002-07-191-3/+0
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Implement the -C (-o noclobber) option, which prevents existing regulartjr2002-05-191-0/+1
* Consistancy check s/file system/filesystem/trhodes2002-05-161-2/+2
* o __P has been reovedimp2002-02-021-41/+6
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
* -Wnon-const-format sweep: make format strings const char *'s, addkris2001-04-171-5/+5
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-291-0/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Improve bookkeeping of in_waitcmd and style fixes.cracauer1998-08-251-7/+8
* Got two volatile sig_atomic_t and int mixed up. Spotted by Gary Palmer.cracauer1998-08-241-2/+2
* Do not exit on SIGINT in non-interactive shells, fixes PR 1206,cracauer1998-08-241-13/+28
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Nuke register keyword usage and #if -> #ifdef.steve1997-04-281-7/+7
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-22/+59
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-031-9/+1
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-46/+53
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+249
OpenPOWER on IntegriCloud