aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/show.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro.Jilles Tjoelker2013-11-301-2/+2
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-10/+10
* Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien2010-10-131-10/+10
* If DEBUG is 3 or greater, disable STATICization of functions.David E. O'Brien2010-10-121-1/+1
* sh: Constify various strings.Jilles Tjoelker2009-12-241-1/+1
* Output something reasonable for regular and expanded here-documents.Jens Schweikhardt2006-04-141-0/+6
* Remove extra getenv() declaration.Stefan Farfeleder2005-09-021-1/+0
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Make this compile with DEBUG defined now that WARNS=0 has been removedTim J. Robbins2003-01-211-0/+2
* Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.Tim J. Robbins2002-09-291-4/+0
* Print out commands with NTOFD/NFROMFD redirections that close theTim J. Robbins2002-07-091-1/+4
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Implement the -C (-o noclobber) option, which prevents existing regularTim J. Robbins2002-05-191-0/+1
* o __P has been reovedWarner Losh2002-02-021-50/+17
* Implement the <> redirection operator.Brian Somers2000-10-031-0/+1
* Rename the trace() function (that is build only in the -DDEBUG=2Martin Cracauer2000-04-201-2/+3
* Include <errno.h> when compiling with -DDEBUG=2Martin Cracauer2000-04-201-0/+3
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* Add rcsid. Spelling.Philippe Charnier1998-05-181-3/+5
* Nuke register keyword usage and #if -> #ifdef.Steve Price1997-04-281-5/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-141-19/+7
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-031-4/+4
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-011-32/+95
* Added $Id$David Greenman1994-09-241-0/+2
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-261-0/+378