| 69809 | 08-Jun-1995 |
christos |
added string.h |
| 69808 | 08-Jun-1995 |
christos |
Obey PATH=newpath command |
| 69807 | 05-Jun-1995 |
christos |
Instead of special casing SIGKILL, pretend that trap succeeded every time sigaction failed [suggested by mycroft] |
| 69806 | 05-Jun-1995 |
christos |
Fake trapping SIGKILL, because we know it will fail. |
| 69749 | 28-May-1995 |
christos |
fixed FOO=1 . ./foo; echo $FOO where foo contained echo $FOO I.e. variable assignments were not honored is the source command. |
| 69549 | 19-May-1995 |
christos |
$ ); echo $? echoed 0,all other shells echo 2. Now we set the exitstatus to 2 for all EXERROR errors. Also I changed the exitstatus to 1 when a command is not found to comply with historical pract
$ ); echo $? echoed 0,all other shells echo 2. Now we set the exitstatus to 2 for all EXERROR errors. Also I changed the exitstatus to 1 when a command is not found to comply with historical practice.
show more ...
|
| 69509 | 16-May-1995 |
christos |
Fixed ${#} which was incorrectly parsed as ${#var} |
| 69469 | 14-May-1995 |
christos |
fixed bug false |
| 69402 | 13-May-1995 |
christos |
Fix new bug where if exitstatus was not correct if condition failed |
| 69391 | 11-May-1995 |
christos |
fixed so that existatus is preserved in x=`false` |
| 69282 | 05-May-1995 |
bostic |
delete printf.o |
| 69277 | 04-May-1995 |
christos |
add fd >&$var fix |
| 69276 | 04-May-1995 |
christos |
misc cleanup |
| 69275 | 04-May-1995 |
christos |
No changes |
| 69274 | 04-May-1995 |
christos |
merged netbsd changes |
| 69273 | 04-May-1995 |
christos |
merged netbsd changes |
| 69272 | 04-May-1995 |
christos |
|
| 69271 | 04-May-1995 |
christos |
date and time created 95/05/04 17:59:13 by christos |
| 69270 | 04-May-1995 |
christos |
date and time created 95/05/04 17:59:12 by christos |
| 69090 | 28-Apr-1995 |
bostic |
add the documented in the manual but not implemented variable expansions. From: Christos Zoulas <christos@deshaw.com> |
| 68989 | 28-Apr-1995 |
bostic |
prettiness police From: Charles Hannum <mycroft@NetBSD.ORG> |
| 68944 | 27-Apr-1995 |
bostic |
This patch fixes some broken behavior with empty commands in sh, e.g. ";<CR>", ">foo;<CR>", "(>foo)" are now correct From: Charles Hannum <mycroft@sun-lamp.cs.berkeley.edu> |
| 68937 | 27-Apr-1995 |
bostic |
J.T. Conklin's changes for signals mean that we don't need all of the random signal crap any longer |
| 68935 | 27-Apr-1995 |
bostic |
J.T. Conklin's changes for signals mean that we don't need all of the random signal crap any longer |
| 68934 | 27-Apr-1995 |
bostic |
getpgrp no longer takes an argument the copyright notice was messed up quite a bit |