summaryrefslogtreecommitdiffstats
path: root/bin/sh/input.c
Commit message (Expand)AuthorAgeFilesLines
* Sync sh(1) in stable/10 to head.jmmv2014-03-091-18/+19
* sh: Remove #define MKINIT.jilles2013-07-251-1/+1
* sh: Remove mkinit.jilles2013-07-251-6/+3
* sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.jilles2013-05-051-5/+4
* sh: Fix various compiler warnings.jilles2013-04-011-7/+7
* sh: Replace an mkinit use with an initialization.jilles2013-01-191-10/+5
* sh: Remove an unused variable.jilles2012-11-141-1/+0
* sh: Forward-declare struct alias instead of giving up type safety via void *jilles2012-11-111-3/+3
* Merge libedit adjustment from NetBSD.pfg2012-07-111-1/+1
* sh: Change input buffer size from 1023 to 1024.jilles2012-01-141-6/+6
* sh: Make various functions static.jilles2012-01-011-1/+2
* sh: Reduce more needless differences between error messages.jilles2011-06-041-1/+1
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-6/+1
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-4/+4
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-131-3/+3
* 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