aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-1468-68/+68
* Fix a problem that caused some foreground pipelines to die with:Steve Price1997-01-061-3/+2
* Make sh(1) think and be in the same place at the same time. This closesSteve Price1997-01-041-15/+11
* With these changes sh(1)'s trap command should be POSIX-compliant,Steve Price1996-12-241-49/+107
* Oops, it needs little more caulk to get it right.Steve Price1996-12-231-2/+2
* Apply a little dab of bit caulk to keep those beggarsSteve Price1996-12-231-6/+2
* Don't use _POSIX_PATH_MAX to limit the size of the path, insteadSteve Price1996-12-231-3/+3
* Make sh(1) a little braver in the face of adversity. sh(1)Steve Price1996-12-214-169/+21
* This doesn't change any behavior, but may be a slightSteve Price1996-12-211-2/+2
* Remove extra #undef.Steve Price1996-12-211-2/+1
* Fix a problem caused by finger failure on my part. The builtinSteve Price1996-12-211-3/+7
* Merge in NetBSD mods and -Wall cleaning.Steve Price1996-12-1443-491/+908
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).Peter Wemm1996-11-121-19/+2
* 1) define STATIC as static and not emptyAndrey A. Chernov1996-10-312-4/+22
* Add the -p (privileged) commandline switchSteve Price1996-10-294-8/+31
* Build intermediate object files for mkinit, mknodes and mksyntaxBruce Evans1996-10-251-6/+19
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITSteve Price1996-10-221-3/+19
* Benign | --> || correction.Steve Price1996-10-161-2/+2
* Fix a problem with sh that conflicts with the -eSteve Price1996-10-061-2/+5
* re-activate the printf builtin now that src/usr.bin/printf.c has beenPeter Wemm1996-10-011-2/+2
* Mend 'exit' without breaking 'exit 1'Adam David1996-09-121-3/+4
* Backed out last change. It broke even `exit 1'.Bruce Evans1996-09-121-4/+2
* Ok, lets try this again, shall we? It was definatly my mistake, notPeter Wemm1996-09-102-17/+33
* ack! back these out so I can see what I did wrong. It looks like aPeter Wemm1996-09-102-31/+15
* Fix for PR#1248, sh doesn't expand past ${9}Peter Wemm1996-09-102-17/+33
* let the "exit" command return status when it is implicitAdam David1996-09-081-2/+4
* eek, how did that happen? I must have committed something left over fromPeter Wemm1996-09-031-4/+4
* Fix for PR#1287. This makes sh behave sensibly in case statements in thePeter Wemm1996-09-0313-49/+56
* Misc cleanups and fixes from Bruce:Peter Wemm1996-09-034-29/+40
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenPeter Wemm1996-09-012-5/+5
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is aPeter Wemm1996-09-0172-2032/+2128
* [HISTORY] command appeared in Version 1 AT&T UNIXWolfram Schneider1996-08-291-1/+6
* Take out 0201-0207 range - those characters abused by shAndrey A. Chernov1996-08-122-5/+6
* Convert to newly added collate compare functionAndrey A. Chernov1996-08-121-40/+4
* Simplify expressionAndrey A. Chernov1996-08-121-2/+2
* Localize itAndrey A. Chernov1996-08-114-11/+95
* Bring in my changes for removing the pestilent obj links (unless youJordan K. Hubbard1996-06-242-7/+7
* Backup yacc changes.Poul-Henning Kamp1996-06-022-5/+4
* Use new yacc rules. (I'm fixing the tree as fast as I can :-)Poul-Henning Kamp1996-05-302-6/+7
* This commit was generated by cvs2svn to compensate for changes in r15920,Peter Wemm1996-05-273-0/+168
|\
| * Import the 4.4BSD-Lite2 /bin/sh sourcesPeter Wemm1996-05-2766-0/+17490
* Fix the borokeness that crept in with rev 1.10 of parser.c, the shJoerg Wunsch1996-02-032-3/+6
* Restored formatting from the old printf/printf.c.Bruce Evans1995-12-141-5/+5
* The shell incorrectly gave & precedence over ;. This breaks theJoerg Wunsch1995-12-101-23/+19
* Move out some of the shell builtin bogosity from printf's source toJoerg Wunsch1995-12-101-1/+10
* A fix for the "cd -" coredump on a brand new /bin/sh. The problem wasPeter Wemm1995-11-141-2/+5
* Implement allowing 'set -v' in the middle of a script to work.Peter Wemm1995-11-031-78/+103
* o rename ulimit -p into ulimit -u, so we are in agreement with bashJoerg Wunsch1995-10-213-7/+12
* Implement the "ulimit" builtin. This is the analogon to csh's "limit"Joerg Wunsch1995-10-193-3/+269
* Fix my breakage of the $0 handling during $ENV processing.Joerg Wunsch1995-10-091-2/+2