aboutsummaryrefslogtreecommitdiff
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the mkinit internal command issue an #undef for each #define, toJoerg Wunsch1995-10-011-3/+15
* Posixize:Joerg Wunsch1995-10-011-1/+4
* Fix relocation of job table.Bruce Evans1995-09-211-1/+8
* Don't dereference a NULL pointer in the case of a null pipe.David Greenman1995-09-201-2/+3
* Sigh. This will become a never ending story. :-(Joerg Wunsch1995-08-281-1/+4
* Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch1995-08-273-4/+8
* Clean up compilation warnings.Paul Traina1995-08-231-1/+4
* sh(1) incorrectly ignored an EOF condition when looking for theJoerg Wunsch1995-08-111-1/+5
* Fix /bin/sh's broken handling of the builtin getopts(1). The optionsJoerg Wunsch1995-08-061-3/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-3016-58/+58
* typo there --> theirAdam David1995-05-051-9/+16
* From "Philippe Charnier" <charnier@lirmm.fr>:David Greenman1995-05-051-1/+5
* Make build work, even if there is no obj subdir.Poul-Henning Kamp1995-03-301-3/+11
* Fix the deletion of trailing newlines with backquote expansion.Guido van Rooij1995-03-011-2/+4
* What I think is a more correct fix for the handling of backslashesPaul Richards1995-01-111-3/+3
* Fix a bug with handling backslash escapes inside some quotes.Paul Richards1995-01-091-2/+2
* Obtained from: partly from 1.1.5Bruce Evans1994-12-261-2/+4
* Add end of line check so mkinit doesn't produce garbage if you have aPaul Traina1994-11-061-2/+2
* Get this braindead, mongoloid shell look in /stand for pwd if it can'tJordan K. Hubbard1994-11-061-3/+8
* libcompat removedAndrey A. Chernov1994-10-021-3/+3
* Added $Id$David Greenman1994-09-2469-0/+97
* With '!' being made into a keyword (yech!), case cases didn't work properly.Sean Eric Fagan1994-09-141-11/+13
* Add dependencies on libraries to DPADD. Someday this should be doneBruce Evans1994-08-281-0/+1
* Touch init.c after making it in case mkinit refused to touch it after notBruce Evans1994-08-211-0/+1
* Got rid of stupid warning message.David Greenman1994-08-181-11/+1
* Need ${LDFLAGS} one more place.Rodney W. Grimes1994-05-301-1/+1
* Need to sue ${LDFLAGS} when building local binaries so they get builtRodney W. Grimes1994-05-291-4/+4
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-2669-0/+17397