summaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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-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 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
* MFC r208881: sh: Pass through SIGINT if interactive and job controlJilles Tjoelker2010-07-291-0/+6
* MFC r209337: sh: Fix compilation with -DNO_HISTORY.Jilles Tjoelker2010-07-031-0/+1
* 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
* MFC r197848: Clarify quoting of word in ${v=word} in sh(1).Jilles Tjoelker2010-04-231-0/+3
* MFC r203576,r203677: sh: Don't stat() $MAIL/$MAILPATH if not interactive.Jilles Tjoelker2010-04-202-1/+8
* MFC r200943: sh: Remove setting variables from dotcmd/exportcmd.Jilles Tjoelker2010-04-202-5/+0
* MFC r199282: sh: Allow a newline before "in" in a for command,Jilles Tjoelker2010-04-201-1/+3
* MFC r204276:Jaakko Heinonen2010-03-031-1/+1
* MFC r201355: sh(1): document ulimit -w (swapuse rlimit).Jilles Tjoelker2010-01-081-2/+5
* MFC r201354: sh(1): Correct two places where "$@" lacked necessary quotes.Jilles Tjoelker2010-01-081-2/+2
* MFC r198173: sh: show more info about syntax errors in command substitution:Jilles Tjoelker2009-12-201-0/+5
* MFC r198963: sh: Fix memory leak when using a variable in arithmeticJilles Tjoelker2009-12-061-3/+23
* MFC r197371: Mention that NUL characters are not allowed in sh(1) input.Jilles Tjoelker2009-10-291-0/+4
* MFC r196483,r196634:Jilles Tjoelker2009-10-115-18/+53
* Fix some weirdnesses in the NetBSD IFS code,Jilles Tjoelker2009-06-251-2/+3
* Improve IFS expansion using code from NetBSD.Jilles Tjoelker2009-06-251-61/+80
* Designate special builtins as such in command -V and type.Jilles Tjoelker2009-06-242-3/+15
* Quote -x tracing output so it is unambiguous.Jilles Tjoelker2009-06-231-2/+17
* Do not fork for a subshell if it is the last thing this shell is doingJilles Tjoelker2009-06-231-2/+2
* Usermode portion of the support for swap allocation accounting:Konstantin Belousov2009-06-231-1/+1
* sh: Improve handling of setjmp/longjmp volatile:Jilles Tjoelker2009-06-234-61/+18
* Fix race condition in noclobber option.Jilles Tjoelker2009-06-201-7/+19
* Fix some issues with quoted output and shorten it in some cases.Jilles Tjoelker2009-06-191-9/+15
* Properly flush input after an error in backquotes in interactive mode.Jilles Tjoelker2009-06-171-1/+1