aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.57:Yaroslav Tykhiy2006-08-061-0/+1
* MFC 1.47:Xin LI2005-07-101-1/+1
* MFC rev. 1.68: terminate an endless loop sh -T goes into in dowait()Maxim Konovalov2005-06-081-1/+2
* MFC rev. 1.94: add a missed "." .Maxim Konovalov2004-12-271-1/+1
* MFC: unsetting an undefined variable or function is not an error.Dag-Erling Smørgrav2004-09-302-2/+2
* MFC: install /bin/sh in safe mode thus allowing the use ofRuslan Ermilov2004-03-221-0/+1
* MFC rev. 1.39: grammar.Maxim Konovalov2004-01-021-1/+1
* MFC: Changes following CScout analysis:Diomidis Spinellis2003-07-2213-40/+39
* MFC rev 1.63: Flush the output buffers before forking a child process toTim J. Robbins2003-04-041-0/+1
* MFC rev. 1.60: When job control is disabled, never show the job id whenTim J. Robbins2003-02-141-1/+2
* MFC 1.84: improved formattingTony Finch2003-02-131-0/+2
* MFC rev. 1.62: Ensure that the TTY file descriptor is greater than orTim J. Robbins2003-02-041-1/+14
* MFC: 1.11 Use '\033' rather than '\e' as the latter is a gccism.David Malone2003-01-311-1/+1
* MFC: 1.11: Capitalise ASCII code names.Giorgos Keramidas2003-01-241-1/+3
* MFC: mdoc fixes to reduce diffs from currentGiorgos Keramidas2003-01-241-2/+2
* MFC revs. 1.39 and 1.41: Do not strip CTL* escapes from redirectionTim J. Robbins2003-01-171-5/+5
* MFC: The code uses trapsasync, however the manual page uses asynctraps. FixTom Rhodes2002-12-171-1/+1
* MFC 1.80: Document `trap EXIT` and `trap SIGNAME`.Tony Finch2002-12-171-1/+4
* MFC rev 1.11: Avoid accidentally making "-h" a synonym for "fc".Tim J. Robbins2002-11-301-1/+1
* MFC: revisions 1.45 and 1.46: allow empty case/esac statements, allowTim J. Robbins2002-10-181-2/+4
* MFC rev 1.58: Correctly set the close-on-exec bit on the tty file descriptorTim J. Robbins2002-09-141-1/+1
* MFC:Tim J. Robbins2002-08-2719-315/+190
* MFC: 1.77 s/builtin/built-in/ and 1.78 s/filesystem/file system/Jens Schweikhardt2002-08-241-36/+36
* MFC: Allow redirections by themselves between "&&" and "||" operators.Tim J. Robbins2002-08-171-3/+2
* MFC: Don't allow "||" or "&&" to be the first tokens of a command.Tim J. Robbins2002-08-041-0/+1
* MFC: Document that only one of the -n and -e options may be specified forTim J. Robbins2002-07-281-1/+11
* Restore the note about printf(1) being a shell builtin that was lost in theTim J. Robbins2002-07-211-2/+5
* Sync with HEAD, except that printf(1) is still a shell builtin and oldTim J. Robbins2002-07-1956-1628/+1404
* MFC RLIMIT_VMEM resource Stage I - limit the total virtual memory use forMatthew Dillon2002-07-022-2/+4
* MFC: Correct erroneous description of CDPATH for cd builtin (rev. 1.69)Tim J. Robbins2002-06-261-5/+7
* MFC: 1.10 (charnier) Use `The .Nm utility'.Giorgos Keramidas2002-04-221-1/+2
* MFC: Stop a null pointer dereference in the builtin hash function.George C A Reid2002-04-221-1/+4
* MFC of the fix allowing to do ">/dev/stdout"Sergey Babkin2002-02-041-4/+4
* MFC: Make test(1) a builtin command of sh(1).Akinori MUSHA2001-12-153-5/+10
* MFC: Don't call setvar() with the VTEXTFIXED flag (causes memory leak).Tor Egge2001-11-101-4/+4
* MFC: BASESYNTAX, DQSYNTAX, SQSYNTAX and ARISYNTAX handles negative indexes.Tor Egge2001-10-312-6/+6
* MFC: Adjust some type checks to include CTLQUOTEMARK in the range ofTor Egge2001-10-311-4/+4
* MFC: 1.13: Initialize infp at main().Ruslan Ermilov2001-09-261-1/+2
* MFC: Don't check uninitialized memory for having the shell control characterTor Egge2001-09-241-4/+4
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-162-8/+7
* MFC: can not -> cannotSheldon Hearn2001-08-081-1/+1
* MFC: stdlib.hDavid E. O'Brien2001-08-011-0/+1
* MFC: revs 1.34-1.35 (``!'') and rev 1.36 (| >> !)David E. O'Brien2001-08-011-18/+49
* MFC: include stdlib.h (it doesn't seem to quiet any warnings, so I'm notDavid E. O'Brien2001-08-011-0/+1
* MFC: MAXPATHLEN -> PATH_MAXDavid E. O'Brien2001-08-011-1/+2
* MFC: -Wnon-const-format sweepDavid E. O'Brien2001-08-017-25/+25
* MFC: rev 1.11 (fix printf format to print a long)David E. O'Brien2001-08-011-1/+1
* MFC: include missing header files.Dima Dorfman2001-07-301-0/+1
* MFC rev 1.53: fix "swallowed" paragraph in listSheldon Hearn2001-07-231-0/+2
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-1/+1