summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* Back out rev 1.7 which was to fix PR#1206 (to be reopened).peter1996-11-121-19/+2
* 1) define STATIC as static and not emptyache1996-10-312-4/+22
* Add the -p (privileged) commandline switchsteve1996-10-294-8/+31
* Build intermediate object files for mkinit, mknodes and mksyntaxbde1996-10-251-6/+19
* Close PR# 1206. sh(1) now ignores SIGINT and SIGQUITsteve1996-10-221-3/+19
* Benign | --> || correction.steve1996-10-161-2/+2
* Fix a problem with sh that conflicts with the -esteve1996-10-061-2/+5
* re-activate the printf builtin now that src/usr.bin/printf.c has beenpeter1996-10-011-2/+2
* Mend 'exit' without breaking 'exit 1'adam1996-09-121-3/+4
* Backed out last change. It broke even `exit 1'.bde1996-09-121-4/+2
* Ok, lets try this again, shall we? It was definatly my mistake, notpeter1996-09-102-17/+33
* ack! back these out so I can see what I did wrong. It looks like apeter1996-09-102-31/+15
* Fix for PR#1248, sh doesn't expand past ${9}peter1996-09-102-17/+33
* let the "exit" command return status when it is implicitadam1996-09-081-2/+4
* eek, how did that happen? I must have committed something left over frompeter1996-09-031-4/+4
* Fix for PR#1287. This makes sh behave sensibly in case statements in thepeter1996-09-0313-49/+56
* Misc cleanups and fixes from Bruce:peter1996-09-034-29/+40
* oops, I didn't mean for the unconditional DEBUG code to go in, it's beenpeter1996-09-012-5/+5
* Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is apeter1996-09-0172-2040/+2136
* [HISTORY] command appeared in Version 1 AT&T UNIXwosch1996-08-291-1/+6
* Take out 0201-0207 range - those characters abused by shache1996-08-122-5/+6
* Convert to newly added collate compare functionache1996-08-121-40/+4
* Simplify expressionache1996-08-121-2/+2
* Localize itache1996-08-114-12/+96
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-242-7/+7
* Backup yacc changes.phk1996-06-022-5/+4
* Use new yacc rules. (I'm fixing the tree as fast as I can :-)phk1996-05-302-6/+7
* This commit was generated by cvs2svn to compensate for changes in r15920,peter1996-05-273-0/+168
|\
| * Import the 4.4BSD-Lite2 /bin/sh sourcespeter1996-05-2766-1222/+2226
* | Fix the borokeness that crept in with rev 1.10 of parser.c, the shjoerg1996-02-032-3/+6
* | Restored formatting from the old printf/printf.c.bde1995-12-141-5/+5
* | The shell incorrectly gave & precedence over ;. This breaks thejoerg1995-12-101-23/+19
* | Move out some of the shell builtin bogosity from printf's source tojoerg1995-12-101-1/+10
* | A fix for the "cd -" coredump on a brand new /bin/sh. The problem waspeter1995-11-141-2/+5
* | Implement allowing 'set -v' in the middle of a script to work.peter1995-11-031-78/+103
* | o rename ulimit -p into ulimit -u, so we are in agreement with bashjoerg1995-10-213-7/+12
* | Implement the "ulimit" builtin. This is the analogon to csh's "limit"joerg1995-10-193-3/+269
* | Fix my breakage of the $0 handling during $ENV processing.joerg1995-10-091-2/+2
* | Make the mkinit internal command issue an #undef for each #define, tojoerg1995-10-011-3/+15
* | Posixize:joerg1995-10-011-1/+4
* | Fix relocation of job table.bde1995-09-211-1/+8
* | Don't dereference a NULL pointer in the case of a null pipe.dg1995-09-201-2/+3
* | Sigh. This will become a never ending story. :-(joerg1995-08-281-1/+4
* | Make the shell handle a null command in a &&/|| sequence correctly.joerg1995-08-273-4/+8
* | Clean up compilation warnings.pst1995-08-231-1/+4
* | sh(1) incorrectly ignored an EOF condition when looking for thejoerg1995-08-111-1/+5
* | Fix /bin/sh's broken handling of the builtin getopts(1). The optionsjoerg1995-08-061-3/+2
* | Remove trailing whitespace.rgrimes1995-05-3016-58/+58
* | typo there --> theiradam1995-05-051-9/+16
* | From "Philippe Charnier" <charnier@lirmm.fr>:dg1995-05-051-1/+5
OpenPOWER on IntegriCloud