aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* MFC r246522: sh: Simplify mksyntax and make it fit for cross-compiling.Jilles Tjoelker2013-03-061-87/+65
* MFC r246371: sh: Do not test for digit_contig in mksyntax.Jilles Tjoelker2013-03-031-46/+2
* MFC r222292,r230095: Show errno messages in cd.Jilles Tjoelker2013-02-201-2/+10
* MFC r238377:Pedro F. Giffuni2012-08-211-1/+1
* sh: Allow variables starting with underscores in arithmetic.Jilles Tjoelker2012-04-071-1/+1
* MFC r231001: sh: Fix swapped INTON/INTOFF.Jilles Tjoelker2012-02-111-2/+2
* MFC r230212:Jean-Sébastien Pédron2012-02-063-2/+34
* MFC r227122: sh(1): Improve documentation of field splitting.Jilles Tjoelker2011-12-301-11/+55
* MFC r222716: sh: Fix $? in heredocs on simple commands.Jilles Tjoelker2011-08-131-1/+2
* MFC r223522: sh(1): Improve documentation of shell patterns:Jilles Tjoelker2011-07-011-6/+11
* MFC r222173: sh: Fix bss-based buffer overflow in . builtin.Jilles Tjoelker2011-05-291-4/+7
* MFC r208489,r216208: sh: Reap any zombies before forking for a backgroundJilles Tjoelker2011-05-221-2/+14
* MFC r220903: sh: Do not word split "${#parameter}".Jilles Tjoelker2011-05-061-1/+1
* MFC r221012: sh: Check setuid()/setgid() return values.Jilles Tjoelker2011-05-051-2/+4
* MFC r221011: sh: Remove duplicate code resetting uid/gid for set +p/Jilles Tjoelker2011-05-051-10/+5
* MFC r218909:Rebecca Cran2011-02-241-1/+1
* MFC r215766: sh: Pass multiple bytes at a time to lex.Jilles Tjoelker2011-02-051-1/+9
* MFC r216496: sh: Fix corruption of command substitutions with special charsJilles Tjoelker2011-02-051-2/+2
* MFC r216630: Explain why it is a bad idea to use aliases in scripts.Jilles Tjoelker2011-02-051-3/+4
* MFC r216168: sh(1): Clean up documentation of built-in commands.Jilles Tjoelker2011-02-051-11/+14
* MFC r208505: sh(1): Rework documentation of shell variables.Jilles Tjoelker2011-02-051-86/+117
* MFC r208501: sh(1): Improve wording of 'Special Parameters' section.Jilles Tjoelker2011-02-051-7/+3
* MFC r217557: sh: Fix signal messages being sent to the wrong file sometimes.Jilles Tjoelker2011-02-051-0/+1
* MFC r217847: sh: Clean up some old comments:Jilles Tjoelker2011-02-051-6/+3
* MFC r216806: sh: Properly restore exception handler in fc.Jilles Tjoelker2011-01-161-1/+2
* MFC r215184: sh: Remove unused man page for echo builtin.Jilles Tjoelker2010-11-201-114/+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 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-225/+225
* 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 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 r212417: sh(1): Remove xrefs for expr(1) and getopt(1).Jilles Tjoelker2010-09-191-3/+1
* 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 r211155: sh: Fix heap-based buffer overflow in pathname generation.Jilles Tjoelker2010-08-211-16/+15
* MFC r210221: sh: Allow a bg command consisting solely of redirections.Jilles Tjoelker2010-08-011-0/+1