| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 68 | -68/+68 |
* | Fix a expansion bug that caused the result of `echo $((1 << 30))` | steve | 1997-02-16 | 1 | -2/+5 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 68 | -68/+68 |
* | Fix a problem that caused some foreground pipelines to die with: | steve | 1997-01-06 | 1 | -3/+2 |
* | Make sh(1) think and be in the same place at the same time. This closes | steve | 1997-01-04 | 1 | -15/+11 |
* | With these changes sh(1)'s trap command should be POSIX-compliant, | steve | 1996-12-24 | 1 | -49/+107 |
* | Oops, it needs little more caulk to get it right. | steve | 1996-12-23 | 1 | -2/+2 |
* | Apply a little dab of bit caulk to keep those beggars | steve | 1996-12-23 | 1 | -6/+2 |
* | Don't use _POSIX_PATH_MAX to limit the size of the path, instead | steve | 1996-12-23 | 1 | -3/+3 |
* | Make sh(1) a little braver in the face of adversity. sh(1) | steve | 1996-12-21 | 4 | -169/+21 |
* | This doesn't change any behavior, but may be a slight | steve | 1996-12-21 | 1 | -2/+2 |
* | Remove extra #undef. | steve | 1996-12-21 | 1 | -2/+1 |
* | Fix a problem caused by finger failure on my part. The builtin | steve | 1996-12-21 | 1 | -3/+7 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 43 | -491/+908 |
* | Back out rev 1.7 which was to fix PR#1206 (to be reopened). | peter | 1996-11-12 | 1 | -19/+2 |
* | 1) define STATIC as static and not empty | ache | 1996-10-31 | 2 | -4/+22 |
* | Add the -p (privileged) commandline switch | steve | 1996-10-29 | 4 | -8/+31 |
* | Build intermediate object files for mkinit, mknodes and mksyntax | bde | 1996-10-25 | 1 | -6/+19 |
* | Close PR# 1206. sh(1) now ignores SIGINT and SIGQUIT | steve | 1996-10-22 | 1 | -3/+19 |
* | Benign | --> || correction. | steve | 1996-10-16 | 1 | -2/+2 |
* | Fix a problem with sh that conflicts with the -e | steve | 1996-10-06 | 1 | -2/+5 |
* | re-activate the printf builtin now that src/usr.bin/printf.c has been | peter | 1996-10-01 | 1 | -2/+2 |
* | Mend 'exit' without breaking 'exit 1' | adam | 1996-09-12 | 1 | -3/+4 |
* | Backed out last change. It broke even `exit 1'. | bde | 1996-09-12 | 1 | -4/+2 |
* | Ok, lets try this again, shall we? It was definatly my mistake, not | peter | 1996-09-10 | 2 | -17/+33 |
* | ack! back these out so I can see what I did wrong. It looks like a | peter | 1996-09-10 | 2 | -31/+15 |
* | Fix for PR#1248, sh doesn't expand past ${9} | peter | 1996-09-10 | 2 | -17/+33 |
* | let the "exit" command return status when it is implicit | adam | 1996-09-08 | 1 | -2/+4 |
* | eek, how did that happen? I must have committed something left over from | peter | 1996-09-03 | 1 | -4/+4 |
* | Fix for PR#1287. This makes sh behave sensibly in case statements in the | peter | 1996-09-03 | 13 | -49/+56 |
* | Misc cleanups and fixes from Bruce: | peter | 1996-09-03 | 4 | -29/+40 |
* | oops, I didn't mean for the unconditional DEBUG code to go in, it's been | peter | 1996-09-01 | 2 | -5/+5 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 72 | -2040/+2136 |
* | [HISTORY] command appeared in Version 1 AT&T UNIX | wosch | 1996-08-29 | 1 | -1/+6 |
* | Take out 0201-0207 range - those characters abused by sh | ache | 1996-08-12 | 2 | -5/+6 |
* | Convert to newly added collate compare function | ache | 1996-08-12 | 1 | -40/+4 |
* | Simplify expression | ache | 1996-08-12 | 1 | -2/+2 |
* | Localize it | ache | 1996-08-11 | 4 | -12/+96 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 2 | -7/+7 |
* | Backup yacc changes. | phk | 1996-06-02 | 2 | -5/+4 |
* | Use new yacc rules. (I'm fixing the tree as fast as I can :-) | phk | 1996-05-30 | 2 | -6/+7 |
* | This commit was generated by cvs2svn to compensate for changes in r15920, | peter | 1996-05-27 | 3 | -0/+168 |
|\ |
|
| * | Import the 4.4BSD-Lite2 /bin/sh sources | peter | 1996-05-27 | 66 | -1222/+2226 |
* | | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 2 | -3/+6 |
* | | Restored formatting from the old printf/printf.c. | bde | 1995-12-14 | 1 | -5/+5 |
* | | The shell incorrectly gave & precedence over ;. This breaks the | joerg | 1995-12-10 | 1 | -23/+19 |
* | | Move out some of the shell builtin bogosity from printf's source to | joerg | 1995-12-10 | 1 | -1/+10 |
* | | A fix for the "cd -" coredump on a brand new /bin/sh. The problem was | peter | 1995-11-14 | 1 | -2/+5 |
* | | Implement allowing 'set -v' in the middle of a script to work. | peter | 1995-11-03 | 1 | -78/+103 |
* | | o rename ulimit -p into ulimit -u, so we are in agreement with bash | joerg | 1995-10-21 | 3 | -7/+12 |