summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Language cleanup.des2010-10-271-3/+3
* sh: Ignore double-quotes in arithmetic rather than treating them as quotes.jilles2010-10-242-5/+5
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-241-0/+5
* sh: Make sure defined functions can actually be called.jilles2010-10-241-3/+7
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-241-2/+5
* sh: Change ! within a pipeline to start a new pipeline instead.jilles2010-10-241-19/+11
* sh(1): Clarify subshells/processes for pipelines.jilles2010-10-161-10/+8
* sh: Use <stddef.h> rather than <sys/stddef.h>.jilles2010-10-161-1/+1
* We only need to look as far as '..' to find 'test/'.obrien2010-10-131-1/+1
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-133-9/+19
* In the spirit of r90111, depend on c89 and remove the "STATIC" macroobrien2010-10-1321-227/+218
* If one wishes to set breakpoints of static the functions here, theyobrien2010-10-131-1/+1
* Make DEBUG traces 64-bit clean:jhb2010-10-132-20/+21
* Suggest that DEBUG_FLAGS be used to enable extra debugging rather thanjhb2010-10-131-1/+1
* Consistently use "STATIC" for all functions in order to be able to setobrien2010-10-1317-73/+77
* If DEBUG is 3 or greater, disable STATICization of functions.obrien2010-10-123-3/+8
* Allow one to regression test 'sh' changes without having to installobrien2010-10-121-0/+3
* rm(1): clarify that -P works only when blocks are updated in-placeuqs2010-10-082-6/+6
* mdoc: drop redundant .Pp and .LP callsuqs2010-10-082-2/+0
* Make a thread's address available via the kern proc sysctl, just like theemaste2010-10-082-0/+4
* Clarify the combination effect of -P and -f to make it clear.delphij2010-10-041-3/+7
* Correct sort order.emaste2010-09-221-1/+1
* Merge from tbemd:imp2010-09-131-6/+7
* sh: Add __dead2 to two functions that do not return.jilles2010-09-121-2/+2
* sh: Fix exit status if return is used within a loop condition.jilles2010-09-111-0/+2
* sh: Apply variable assignments left-to-right in bltinlookup().jilles2010-09-111-1/+5
* Revert changes of 'assure' to 'ensure' made in r211936.brucec2010-09-111-1/+1
* test(1): Fix markup, ( and ) must be separate arguments so leave spaces.jilles2010-09-101-1/+1
* test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.jilles2010-09-101-5/+12
* sh(1): Remove xrefs for expr(1) and getopt(1).jilles2010-09-101-3/+1
* expr(1): Add sh(1) versions of examples, remove an incorrect example.jilles2010-09-091-10/+21
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.jilles2010-09-081-0/+1
* sh: Improve comments in expand.c.jilles2010-09-051-21/+37
* sh: Get rid of some magic numbers.jilles2010-09-041-2/+2
* sh: Do not use locale for determining if something is a name.jilles2010-09-031-5/+5
* Touch the man page date after updating the ustar limitations.brian2010-08-291-1/+1
* Correct an out-by-one error when earlying out ustar filenames thatbrian2010-08-292-2/+4
* Fix incorrect usage of 'assure' and 'insure'.brucec2010-08-281-1/+1
* Fix an off-by-one error where we try to split a path name that'sbrian2010-08-271-1/+1
* sh: Remove remnants of '!!' to negate pattern.jilles2010-08-221-17/+2
* sh(1): Add a brief summary of arithmetic expressions.jilles2010-08-221-5/+36
* sh: Fix break/continue/return sometimes not skipping the rest of dot script.jilles2010-08-151-2/+3
* sh: Add a forgotten const.jilles2010-08-131-1/+1
* sh: Fix shadowing of sigset.jilles2010-08-131-3/+3
* sh: Fix heap-based buffer overflow in pathname generation.jilles2010-08-101-16/+15
* Remove unnecessary duplicate letters in mksyntax.c,jilles2010-08-081-2/+2
* sh: Return 0 from eval if no command was given.jilles2010-08-031-1/+7
* Document the new argument parser for sleep(1) and SIGINFO behaviour.kib2010-08-021-6/+7
* Simplify argument parser by using sscanf(); simplify usage() by notkib2010-08-021-72/+19
* sh: Do not enter consecutive duplicates into the history.jilles2010-08-011-0/+1
OpenPOWER on IntegriCloud