summaryrefslogtreecommitdiff
path: root/bin/sh/main.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Don't treat % specially in CDPATHJilles Tjoelker2018-07-151-1/+2
* 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: Add more necessary INTOFF/INTON.Jilles Tjoelker2014-05-091-0/+2
* sh: Make return return from the closest function or dot script.Jilles Tjoelker2013-09-041-1/+1
* sh: Remove unnecessary reset functions.Jilles Tjoelker2013-08-161-2/+0
* sh: Remove mkinit.Jilles Tjoelker2013-07-251-1/+10
* sh: Do not read from stdin if an error occurs during -i -c cmd.Jilles Tjoelker2013-07-121-1/+1
* sh: Use O_CLOEXEC and F_DUPFD_CLOEXEC instead of separate fcntl() call.Jilles Tjoelker2013-05-051-1/+1
* sh: Fix various compiler warnings.Jilles Tjoelker2013-04-011-2/+2
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.Jilles Tjoelker2013-02-231-1/+1
* sh: Remove mkinit's initialization routine.Jilles Tjoelker2013-01-201-1/+1
* sh: Reduce code duplication: use setinputfile instead of open/setinputfdJilles Tjoelker2012-09-141-8/+1
* sh: Make various functions static.Jilles Tjoelker2012-01-011-1/+2
* sh: Fix duplicate prototypes for builtins.Jilles Tjoelker2011-06-131-0/+1
* sh: Read .profile from the home directory (or / if HOME is not set).Jilles Tjoelker2011-06-121-1/+1
* sh: Do parameter expansion on ENV before using it.Jilles Tjoelker2011-06-101-4/+10
* sh: Reduce more needless differences between error messages.Jilles Tjoelker2011-06-041-1/+1
* sh: Fix bss-based buffer overflow in . builtin.Jilles Tjoelker2011-05-221-4/+7
* sh: Add \u/\U support (in $'...') for UTF-8.Jilles Tjoelker2011-05-081-2/+2
* sh: Track if the current locale's charset is UTF-8 or not.Jilles Tjoelker2011-05-061-0/+2
* sh: Allow EV_EXIT through function calls, make {...} <redir more consistent.Jilles Tjoelker2011-04-231-1/+2
* sh: Remove special code for shell scripts without magic number.Jilles Tjoelker2011-02-041-16/+2
* sh: Make exit without parameters from EXIT trap POSIX-compliant.Jilles Tjoelker2011-01-081-5/+2
* sh: Code size optimizations to buffered output.Jilles Tjoelker2010-11-201-4/+2
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroDavid E. O'Brien2010-10-131-4/+4
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.Jilles Tjoelker2010-08-151-2/+3
* sh: Recognize "--" in . and exec.Jilles Tjoelker2010-05-281-2/+8
* sh: On startup of the shell, use PWD from the environment if it is valid.Jilles Tjoelker2010-04-171-4/+1
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.Jilles Tjoelker2010-02-061-0/+2
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2009-12-271-4/+2
* sh: Do not run callers' exception handlers in subshells.Jilles Tjoelker2009-12-251-3/+3
* sh: Constify various strings.Jilles Tjoelker2009-12-241-2/+2
* sh: Remove setting variables from dotcmd/exportcmd.Jilles Tjoelker2009-12-241-4/+0
* sh: Some changes to stderr flushing:Jilles Tjoelker2009-11-211-2/+2
* Avoid leaving unnecessary waiting shells in many forms of sh -c COMMAND.Jilles Tjoelker2009-06-131-1/+1
* Fix the eval command in combination with set -e. Before this change the shellStefan Farfeleder2009-05-311-1/+1
* Add the POSIX option -p to the jobs builtin command. It prints the PID of theStefan Farfeleder2006-10-071-1/+1
* Issue an error when . (dot) is invoked without a filename. The synopsisStefan Farfeleder2006-04-021-8/+10
* Initialize PWD early on (don't expect it to be inherited from theJens Schweikhardt2006-02-041-0/+2
* Remove clause 3 from the UCB licenses.Mark Murray2004-04-061-4/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()Tim J. Robbins2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete byTim J. Robbins2002-10-011-5/+1
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)Tim J. Robbins2002-05-311-1/+1
* o __P has been reovedWarner Losh2002-02-021-32/+10
* From submitter:Martin Cracauer2000-08-161-1/+2
* Use #include <errno.h> rather than extern int errno;.Warner Losh2000-04-141-2/+1
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1