| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remaining -current fixes into -stable. | Martin Cracauer | 1998-11-03 | 57 | -183/+498 |
| * | MFC: Small trap handling and comments improvements. | Martin Cracauer | 1998-09-10 | 2 | -6/+7 |
| * | MFC: efficiency and includes fixup | Martin Cracauer | 1998-09-10 | 2 | -11/+7 |
| * | MFC: Allow traps to run even if child blocks signals | Martin Cracauer | 1998-09-09 | 3 | -11/+28 |
| * | MFC: {rev 1.21} Document behaviour of "-" and "--" on the command line. | Joseph Koshy | 1998-08-31 | 1 | -2/+7 |
| * | Forgot a fix in last MFC. | Martin Cracauer | 1998-08-27 | 2 | -4/+4 |
| * | MFC: Do not exit on SIGINT in non-interactive shells, fixes PR 1206. | Martin Cracauer | 1998-08-27 | 9 | -39/+104 |
| * | PR: docs/1402 | Peter Hawkins | 1998-07-28 | 1 | -2/+10 |
| * | Various changes obtained from current. | Philippe Charnier | 1998-06-30 | 1 | -3/+3 |
| * | MFC: When calling a shell function, remember whether exit status is tested. | Martin Cracauer | 1998-05-04 | 1 | -2/+5 |
| * | MFC: timeout support, fixes to signal handling. If there's more | Jordan K. Hubbard | 1998-02-15 | 6 | -16/+89 |
| * | Merge from main branch 1.18 -> 1.19: describe "." command search | John Polstra | 1998-02-12 | 1 | -1/+10 |
| * | MFC: correct a bogon in an example. | Steve Price | 1998-01-02 | 1 | -2/+2 |
| * | Merge from main branch 1.16 -> 1.17: Document exit status of a | John Polstra | 1997-11-12 | 1 | -1/+5 |
| * | MFC: parallelize | Jordan K. Hubbard | 1997-10-26 | 1 | -6/+9 |
| * | MFC: doc fixes, update date command (required strptime(3) from libc), | Jordan K. Hubbard | 1997-09-14 | 1 | -1/+6 |
| * | MFC: man page fixes I evidently missed! | Jordan K. Hubbard | 1997-08-25 | 1 | -20/+25 |
| * | MFC: smashed Makefile changes resurrected. | Jordan K. Hubbard | 1997-08-25 | 1 | -2/+14 |
| * | MFC: Almost too much to mention. Lots of housecleaning merged over. | Jordan K. Hubbard | 1997-08-25 | 46 | -1540/+1733 |
| * | MFC: rev 1.15, use the WIF_* macros, not self-invented ideas about the | Joerg Wunsch | 1997-08-17 | 1 | -33/+42 |
| * | MFC: Don't source $ENV unless this is an interactive shell. | Steve Price | 1997-08-03 | 1 | -2/+2 |
| * | YABOCFC (Yet Another Backed-Out Change From Current). | Jordan K. Hubbard | 1997-06-19 | 1 | -3/+1 |
| * | YAMFC from PR#3780 | Jordan K. Hubbard | 1997-06-19 | 1 | -1/+3 |
| * | Merge [^c] addition from -current | Andrey A. Chernov | 1997-06-06 | 1 | -4/+4 |
| * | Merge a fix from current to correct an invalid return | Steve Price | 1997-05-13 | 1 | -2/+2 |
| * | YAMFC: | Mike Pritchard | 1997-02-28 | 1 | -50/+106 |
| * | YAMFC (rev 1.15: fix expansion bug) | Joerg Wunsch | 1997-02-22 | 1 | -3/+6 |
| * | YAMFC (workaround for fg pipelines failing on tcsetpgrp) | Joerg Wunsch | 1997-01-12 | 1 | -3/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'. | cvs2svn | 1996-12-23 | 1 | -0/+34 |
| * | Fix a bug i've introduced in rev 1.4 of options.c. A missing trailing | Joerg Wunsch | 1996-12-21 | 1 | -1/+2 |
| * | Bring back-out of r1.7 to 2.2. | Jordan K. Hubbard | 1996-11-12 | 1 | -19/+2 |
| * | 1) define STATIC as static and not empty | Andrey A. Chernov | 1996-10-31 | 2 | -4/+22 |
| * | Add the -p (privileged) commandline switch | Steve Price | 1996-10-29 | 4 | -8/+31 |
| * | Build intermediate object files for mkinit, mknodes and mksyntax | Bruce Evans | 1996-10-25 | 1 | -6/+19 |
| * | Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT | Steve Price | 1996-10-22 | 1 | -3/+19 |
| * | Benign | --> || correction. | Steve Price | 1996-10-16 | 1 | -2/+2 |
| * | Fix a problem with sh that conflicts with the -e | Steve Price | 1996-10-06 | 1 | -2/+5 |
| * | re-activate the printf builtin now that src/usr.bin/printf.c has been | Peter Wemm | 1996-10-01 | 1 | -2/+2 |
| * | Mend 'exit' without breaking 'exit 1' | Adam David | 1996-09-12 | 1 | -3/+4 |
| * | Backed out last change. It broke even `exit 1'. | Bruce Evans | 1996-09-12 | 1 | -4/+2 |
| * | Ok, lets try this again, shall we? It was definatly my mistake, not | Peter Wemm | 1996-09-10 | 2 | -17/+33 |
| * | ack! back these out so I can see what I did wrong. It looks like a | Peter Wemm | 1996-09-10 | 2 | -31/+15 |
| * | Fix for PR#1248, sh doesn't expand past ${9} | Peter Wemm | 1996-09-10 | 2 | -17/+33 |
| * | let the "exit" command return status when it is implicit | Adam David | 1996-09-08 | 1 | -2/+4 |
| * | eek, how did that happen? I must have committed something left over from | Peter Wemm | 1996-09-03 | 1 | -4/+4 |
| * | Fix for PR#1287. This makes sh behave sensibly in case statements in the | Peter Wemm | 1996-09-03 | 13 | -49/+56 |
| * | Misc cleanups and fixes from Bruce: | Peter Wemm | 1996-09-03 | 4 | -29/+40 |
| * | oops, I didn't mean for the unconditional DEBUG code to go in, it's been | Peter Wemm | 1996-09-01 | 2 | -5/+5 |
| * | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | Peter Wemm | 1996-09-01 | 72 | -2032/+2128 |
| * | [HISTORY] command appeared in Version 1 AT&T UNIX | Wolfram Schneider | 1996-08-29 | 1 | -1/+6 |