summaryrefslogtreecommitdiffstats
path: root/bin/sh/options.c
Commit message (Expand)AuthorAgeFilesLines
* sh: Remove XXX comment about removing nextopt().jilles2012-09-081-4/+0
* sh: Allow unsetting OPTIND.jilles2011-11-201-2/+3
* sh: Fix duplicate prototypes for builtins.jilles2011-06-131-0/+1
* sh: Improve error message if the script cannot be opened.jilles2011-06-041-2/+4
* sh: Check setuid()/setgid() return values.jilles2011-04-251-2/+4
* sh: Remove duplicate code resetting uid/gid for set +p/+o privileged.jilles2011-04-251-10/+5
* sh: Remove special code for shell scripts without magic number.jilles2011-02-041-15/+0
* sh: Code size optimizations to buffered output.jilles2010-11-201-7/+6
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-131-8/+8
* sh: Automatically enable -o emacs in interactive shells with terminals.jilles2010-04-051-1/+4
* sh: Various warning fixes (from WARNS=6 NO_WERROR=1):jilles2009-12-271-3/+3
* sh: Constify various strings.jilles2009-12-241-2/+3
* Fix a bug in r177497 which caused the getopts state to be reset when 'set'stefanf2008-08-271-1/+1
* Reset the internal state used for the 'getopts' built-in when 'shift' or 'set'stefanf2008-03-221-2/+2
* Implement some of the differences between special built-ins and other builtinsstefanf2006-04-091-1/+1
* Include disabled options in the output of 'set +o'. POSIX says the output ofstefanf2005-10-291-11/+8
* A second attempt to adjust option-parsing on a shell command, for thegad2005-05-161-1/+20
* Change /bin/sh so *it* implements the processing needed for scripts togad2005-02-161-11/+43
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Implement `set +o', which displays the currently set options in a formattjr2002-05-251-5/+20
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
* o __P has been reovedimp2002-02-021-43/+22
* Fix warnings, some of them serious because sh violated namecracauer2000-04-201-2/+2
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
* Add rcsid. Spelling.charnier1998-05-181-3/+5
* Avoid a possible NULL pointer dereference, nuke register usage,steve1997-04-281-6/+5
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix a problem caused by finger failure on my part. The builtinsteve1996-12-211-3/+7
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-32/+109
* Add the -p (privileged) commandline switchsteve1996-10-291-1/+10
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-011-20/+39
* Fix my breakage of the $0 handling during $ENV processing.joerg1995-10-091-2/+2
* Posixize:joerg1995-10-011-1/+4
* Fix /bin/sh's broken handling of the builtin getopts(1). The optionsjoerg1995-08-061-3/+2
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Added $Id$dg1994-09-241-0/+2
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-261-0/+433
OpenPOWER on IntegriCloud