summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* MFC r215211: echo(1): Clarify portability and mention literal "--" handling.Jilles Tjoelker2010-11-201-9/+22
* MFC r215184: sh: Remove unused man page for echo builtin.Jilles Tjoelker2010-11-201-114/+0
* MFC r215022: test: Move tests to tools/regression/bin/test.Jilles Tjoelker2010-11-173-353/+0
* MFC r213925: sh: Use <stddef.h> rather than <sys/stddef.h>.Jilles Tjoelker2010-11-141-1/+1
* MFC r213775: sh: Make DEBUG traces 64-bit clean:Jilles Tjoelker2010-11-142-20/+21
* MFC r198454: sh: Exempt $@ and $* from set -uJilles Tjoelker2010-11-092-2/+5
* MFC r214609: sh(1): Correct synopsis and make precise how $0 is set.Jilles Tjoelker2010-11-071-4/+24
* MFC r213536 by emaste:Attilio Rao2010-10-262-0/+4
* MFC r213012 by emaste:Attilio Rao2010-10-251-1/+1
* MFC r213926: sh(1): Clarify subshells/processes for pipelines.Jilles Tjoelker2010-10-231-10/+8
* Reduce diff to 9-CURRENT.David E. O'Brien2010-10-221-4/+3
* MFC r213814: Do not assume in growstackstr() that a "precious" characterDavid E. O'Brien2010-10-213-9/+19
* MFCDavid E. O'Brien2010-10-212-21/+38
* MFC r213811: c89 linkage and storage class (also covers r213744, r213760)David E. O'Brien2010-10-2019-222/+222
* MFC:David E. O'Brien2010-10-201-1/+1
* MFC r213815: only need to look as far as '..' to find 'test/'David E. O'Brien2010-10-201-1/+1
* MFC r213738: allow one to regression test 'sh' changes without having toDavid E. O'Brien2010-10-191-0/+3
* MFC r209653: sh: Use $PWD instead of getcwd() for \w \W prompt expansions.Jilles Tjoelker2010-10-091-12/+11
* MFC r201053: sh: Various warning fixes (from WARNS=6 NO_WERROR=1):Jilles Tjoelker2010-10-0321-100/+98
* MFC r200967: sh: Add some __dead2 to indicate functions that do not return.Jilles Tjoelker2010-10-024-6/+6
* MFC r200956: sh: Constify various strings.Jilles Tjoelker2010-10-0228-90/+92
* MFC r212339: sh: Fix 'read' if all chars before the first IFS char areJilles Tjoelker2010-09-231-0/+1
* MFC r212390: expr(1): Add sh(1) versions of examples, remove an incorrectJilles Tjoelker2010-09-231-10/+21
* MFC r207831: sh(1): Fix "reserved word" vs "keyword" inconsistency.Jilles Tjoelker2010-09-191-8/+8
* MFC r211621: sh(1): Add a brief summary of arithmetic expressions.Jilles Tjoelker2010-09-191-4/+35
* MFC r212419: test(1): Fix markup, ( and ) must be separate argumentsJilles Tjoelker2010-09-191-1/+1
* MFC r212418: test(1): Clarify grammar ambiguity and -a/-o vs shell &&/||.Jilles Tjoelker2010-09-191-5/+12
* MFC r212417: sh(1): Remove xrefs for expr(1) and getopt(1).Jilles Tjoelker2010-09-191-3/+1
* MFC r211864,211963,211964,211965, don't mis-handle path names ofBrian Somers2010-09-192-4/+6
* MFC r212214: sh: Get rid of some magic numbers.Jilles Tjoelker2010-09-111-2/+2
* MFC r210736: sh: Do not enter consecutive duplicates into the history.Jilles Tjoelker2010-09-011-0/+1
* MFC r206622,207939,208593,208732,209031: mdoc cleanupUlrich Spörlein2010-08-271-1/+1
* MFC r210447:Edward Tomasz Napierala2010-08-241-1/+2
* MFC r210448:Edward Tomasz Napierala2010-08-241-2/+2
* MFC r211155: sh: Fix heap-based buffer overflow in pathname generation.Jilles Tjoelker2010-08-211-16/+15
* MFC r210679:Konstantin Belousov2010-08-212-66/+44
* MFC r210221: sh: Allow a bg command consisting solely of redirections.Jilles Tjoelker2010-08-011-0/+1
* MFC r210546:Benedict Reuschling2010-08-011-2/+2
* MFC r208730:Ulrich Spörlein2010-07-301-0/+1
* MFC r208881: sh: Pass through SIGINT if interactive and job controlJilles Tjoelker2010-07-291-0/+6
* MFC r209924; Add -l to the synopsisBrian Somers2010-07-151-1/+1
* MFC r209363: Recognise the -l switch in pkill.Brian Somers2010-07-112-8/+16
* MFC r209337: sh: Fix compilation with -DNO_HISTORY.Jilles Tjoelker2010-07-031-0/+1
* MFC r205942:Xin LI2010-06-281-8/+9
* MFC r208795; additional date -v detailBrian Somers2010-06-121-3/+11
* MFC r205940:Xin LI2010-06-113-617/+0
* iMFC r208484: Fix back references in substitute command for pax(1)Ulrich Spörlein2010-06-111-4/+4
* MFC r208035:Edward Tomasz Napierala2010-05-201-1/+6
* MFC r207944: sh: Fix pathname expansion with quoted slashes like *\/.Jilles Tjoelker2010-05-161-9/+15
* Merge r199631: Handle current work directories of arbitrary length.Stefan Farfeleder2010-05-161-21/+28