summaryrefslogtreecommitdiffstats
path: root/bin/sh/input.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-3/+3
* sh: Constify various strings.jilles2009-12-241-1/+1
* sh: Ensure the same command input file is on top after executing a builtin.jilles2009-11-221-0/+26
* sh: Some changes to stderr flushing:jilles2009-11-211-3/+3
* Properly flush input after an error in backquotes in interactive mode.jilles2009-06-171-1/+1
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.jilles2009-06-131-0/+17
* Check the buffer size when copying the line returned by el_gets() into ourstefanf2006-04-291-4/+13
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Replace home-grown dup2() implementation with actual dup2() calls. Thisdes2004-01-211-1/+1
* Changes following CScout analysis:dds2003-07-051-1/+1
* Avoid calling el_resize() from a signal handler, even though libedittjr2002-07-241-0/+7
* Consistently use FBSDIDobrien2002-06-301-2/+2
* o __P has been reovedimp2002-02-021-28/+23
* *** empty log message ***obrien2001-10-011-1/+3
* Include strerror(errno) in error messages after failed system calls.cracauer1999-11-291-1/+1
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-251-2/+1
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Nuke register keyword usage, rename pread to preadfd, and opensteve1997-04-281-7/+9
* 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-12/+15
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-031-5/+4
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-15/+20
* Implement allowing 'set -v' in the middle of a script to work.peter1995-11-031-78/+103
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+474
OpenPOWER on IntegriCloud