summaryrefslogtreecommitdiff
path: root/bin/sh/input.c
AgeCommit message (Expand)Author
2023-11-26bin: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-26bin: Remove ancient SCCS tags.Warner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2021-11-24sh: Avoid some headers when NO_HISTORY is set.Bryan Drewery
2021-09-23sh: Add -o verify to use O_VERIFY when sourcing scriptsStephane Rochoy
2020-03-28sh: remove duplicate el definitionKyle Evans
2018-11-27sh: Use 126 and 127 exit status for failures opening a scriptJilles Tjoelker
2017-02-28Renumber copyright clause 4Warner Losh
2016-02-23sh: Fix set -v and multiline history after r295825.Jilles Tjoelker
2016-02-21sh: Remove unnecessary flushouts while reading script.Jilles Tjoelker
2016-02-19sh: Rework code to remove '\0' from shell input.Jilles Tjoelker
2014-09-14sh: Remove arbitrary length limit on << EOF markers.Jilles Tjoelker
2014-09-14sh: Add some const keywords.Jilles Tjoelker
2014-01-26sh: Allow aliases to force alias substitution on the following word.Jilles Tjoelker
2014-01-24sh: Solve the alias recursion problem in a less hackish way.Jilles Tjoelker
2014-01-14sh: Remove SIGWINCH handler and just check for resize before every read.Jilles Tjoelker
2013-12-27sh: Don't check input for non-whitespace if history is disabled.Jilles Tjoelker
2013-07-25sh: Remove #define MKINIT.Jilles Tjoelker
2013-07-25sh: Remove mkinit.Jilles Tjoelker
2013-05-05sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker
2013-04-01sh: Fix various compiler warnings.Jilles Tjoelker
2013-01-19sh: Replace an mkinit use with an initialization.Jilles Tjoelker
2012-11-14sh: Remove an unused variable.Jilles Tjoelker
2012-11-11sh: Forward-declare struct alias instead of giving up type safety via void *Jilles Tjoelker
2012-07-11Merge libedit adjustment from NetBSD.Pedro F. Giffuni
2012-01-14sh: Change input buffer size from 1023 to 1024.Jilles Tjoelker
2012-01-01sh: Make various functions static.Jilles Tjoelker
2011-06-04sh: Reduce more needless differences between error messages.Jilles Tjoelker
2011-02-04sh: Remove special code for shell scripts without magic number.Jilles Tjoelker
2010-10-13In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien
2010-10-13Consistently use "STATIC" for all functions in order to be able to setDavid E. O'Brien
2009-12-27sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker
2009-12-24sh: Constify various strings.Jilles Tjoelker
2009-11-22sh: Ensure the same command input file is on top after executing a builtin.Jilles Tjoelker
2009-11-21sh: Some changes to stderr flushing:Jilles Tjoelker
2009-06-17Properly flush input after an error in backquotes in interactive mode.Jilles Tjoelker
2009-06-13Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.Jilles Tjoelker
2006-04-29Check the buffer size when copying the line returned by el_gets() into ourStefan Farfeleder
2004-04-06Remove clause 3 from the UCB licenses.Mark Murray
2004-01-21Replace home-grown dup2() implementation with actual dup2() calls. ThisDag-Erling Smørgrav
2003-07-05Changes following CScout analysis:Diomidis Spinellis
2002-07-24Avoid calling el_resize() from a signal handler, even though libeditTim J. Robbins
2002-06-30Consistently use FBSDIDDavid E. O'Brien
2002-02-02o __P has been reovedWarner Losh
2001-10-01*** empty log message ***David E. O'Brien
1999-11-29Include strerror(errno) in error messages after failed system calls.Martin Cracauer
1999-08-27$Id$ -> $FreeBSD$Peter Wemm
1999-04-25First set of fixes to keep egcs happy. These include {} around singleWarner Losh
1998-05-18Add rcsid. Spelling.Philippe Charnier
1997-04-28Nuke register keyword usage, rename pread to preadfd, and openSteve Price