#
69509 |
| 16-May-1995 |
christos |
Fixed ${#} which was incorrectly parsed as ${#var}
|
#
69272 |
| 04-May-1995 |
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>
|
#
68927 |
| 27-Apr-1995 |
bostic |
When a "&" is encountered in a list, all the prior commands are grouped together and backgrounded, instead of only the previous and-or construct being backgrounded. Typing "sleep 1; sleep 10 &" exe
When a "&" is encountered in a list, all the prior commands are grouped together and backgrounded, instead of only the previous and-or construct being backgrounded. Typing "sleep 1; sleep 10 &" executes the equivalent (roughly) of "{ sleep 1; sleep 10; } &". From: "J.T. Conklin" <jtc@sun-lamp.cs.berkeley.edu>
show more ...
|
#
60698 |
| 31-May-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright
|
#
60296 |
| 24-May-1993 |
marc |
fixes to support old style handling of ` ` (quoting), and "for var do"
|
#
59178 |
| 20-Apr-1993 |
torek |
allow "for i do echo $i; done"
|
#
59177 |
| 20-Apr-1993 |
marc |
checkin by torek before fixing `for i do'
|
#
58381 |
| 02-Mar-1993 |
marc |
make feeble attempt at compatability with old (broken) sh ` ` behavior per ~bugs/4.4BSD-alpha/bin/2
|
#
54330 |
| 23-Jun-1992 |
marc |
histedit.h ==> myhistedit.h to avoid naming conflict
|
#
54322 |
| 23-Jun-1992 |
marc |
editing and aliases. remove ATTY
|
#
53302 |
| 30-Apr-1992 |
marc |
add arithmetic
|
#
53178 |
| 16-Apr-1992 |
marc |
add ! keyword
|
#
47981 |
| 12-Apr-1991 |
marc |
check for keywords in more places for compat with original shell. also, ansi Cdecls
|
#
47300 |
| 13-Mar-1991 |
marc |
wrong source
|
#
47139 |
| 07-Mar-1991 |
bostic |
date and time created 91/03/07 20:27:53 by bostic
|