summaryrefslogtreecommitdiffstats
path: root/bin/sh
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make build work, even if there is no obj subdir.phk1995-03-301-3/+11
* Fix the deletion of trailing newlines with backquote expansion.guido1995-03-011-2/+4
* What I think is a more correct fix for the handling of backslashespaul1995-01-111-3/+3
* Fix a bug with handling backslash escapes inside some quotes.paul1995-01-091-2/+2
* Obtained from: partly from 1.1.5bde1994-12-261-2/+4
* Add end of line check so mkinit doesn't produce garbage if you have apst1994-11-061-2/+2
* Get this braindead, mongoloid shell look in /stand for pwd if it can'tjkh1994-11-061-3/+8
* libcompat removedache1994-10-021-3/+3
* Added $Id$dg1994-09-2469-0/+97
* With '!' being made into a keyword (yech!), case cases didn't work properly.sef1994-09-141-11/+13
* Add dependencies on libraries to DPADD. Someday this should be donebde1994-08-281-0/+1
* Touch init.c after making it in case mkinit refused to touch it after notbde1994-08-211-0/+1
* Got rid of stupid warning message.dg1994-08-181-11/+1
* Need ${LDFLAGS} one more place.rgrimes1994-05-301-1/+1
* Need to sue ${LDFLAGS} when building local binaries so they get builtrgrimes1994-05-291-4/+4
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-2669-0/+17397
OpenPOWER on IntegriCloud