NetBSD/bin/sh
christos fb758fd82b PR/3452: Jerry Peek: Redirections of unopened fd to file failed.
for arg in a b c
    do
	echo hi this is $arg 1>&3
    done 3> foo
1997-04-21 12:38:25 +00:00
..
bltin Fix problems that gcc -Wall found (from Todd Miller, OpenBSD) 1996-11-02 18:26:03 +00:00
funcs Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
Makefile - XXX Inhibit warnings on PowerPC for now - there are lots of 1997-04-17 08:13:26 +00:00
TOUR PR/2808: tokens.def -> tokens.h 1996-10-16 14:24:56 +00:00
alias.c kill 'register' 1997-01-11 02:04:27 +00:00
alias.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
arith.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
arith.y PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
arith_lex.l PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
builtins.def NO_HISTORY->SMALL 1997-03-14 01:42:18 +00:00
cd.c __svr4__ -> __SVR4 1997-04-11 23:07:47 +00:00
cd.h Fix PR/1760, where 'cd -' before any other command could cause a reference 1995-11-19 23:27:37 +00:00
error.c Use #ifdef __STDC__ instead of #if __STDC__ 1997-04-11 23:06:51 +00:00
error.h PR/287: Shell does not exit with 126/127 when permission denied/ 1996-10-16 14:35:42 +00:00
eval.c NO_HISTORY->SMALL 1997-03-14 01:42:18 +00:00
eval.h Fix return builtin to work like it does in ksh: 1995-09-11 17:05:41 +00:00
exec.c add type builtin. 1997-02-06 23:24:52 +00:00
exec.h add type builtin. 1997-02-06 23:24:52 +00:00
expand.c PR/3352: From Hiroyuki Ito: ${#1} was not being expanded properly if there 1997-03-18 18:54:40 +00:00
expand.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
histedit.c Track $TERM and call the appropriate editline(3) routine to update the 1997-04-11 22:45:38 +00:00
init.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
input.c Rename pread to preadfd 1997-04-11 23:00:40 +00:00
input.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
jobs.c kill 'register' 1997-01-11 02:04:27 +00:00
jobs.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
machdep.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
mail.c kill 'register' 1997-01-11 02:04:27 +00:00
mail.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
main.c Don't call getpwd() because if that fails the shell cannot start. (from scott) 1997-04-11 23:01:44 +00:00
main.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
memalloc.c kill 'register' 1997-01-11 02:04:27 +00:00
memalloc.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
miscbltin.c Make this work on systems that don't have quads 1997-04-11 23:08:15 +00:00
mkbuiltins Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
mkinit.c kill 'register' 1997-01-11 02:04:27 +00:00
mknodes.c Pointer arithmetic on void * is illegal but gcc does not care. 1997-04-11 23:03:08 +00:00
mksyntax.c PR/2808: Use the <ctype.h> functions instead of our homegrown tables to 1996-10-16 14:46:35 +00:00
mktokens PR/2808: tokens.def -> tokens.h 1996-10-16 14:47:49 +00:00
myhistedit.h Track $TERM and call the appropriate editline(3) routine to update the 1997-04-11 22:45:38 +00:00
mystring.c kill 'register' 1997-01-11 02:04:27 +00:00
mystring.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
nodes.c.pat Pointer arithmetic on void * is illegal but gcc does not care. 1997-04-11 23:03:08 +00:00
nodetypes Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
options.c NO_HISTORY->SMALL 1997-03-14 01:42:18 +00:00
options.h Fix miscellaneous getopts problems: 1996-11-06 01:17:10 +00:00
output.c Fix so that this compiles on systems without quads and remove the double 1997-04-11 23:05:43 +00:00
output.h #if __STDC__ -> #ifdef __STDC__ 1997-04-11 23:08:40 +00:00
parser.c NO_HISTORY->SMALL 1997-03-14 01:42:18 +00:00
parser.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
redir.c PR/3452: Jerry Peek: Redirections of unopened fd to file failed. 1997-04-21 12:38:25 +00:00
redir.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
sh.1 alternate -> alternative, per PR 2643 1997-03-08 13:26:20 +00:00
shell.h PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG 1996-10-16 15:21:49 +00:00
show.c Use #ifdef __STDC__ instead of #if __STDC__ 1997-04-11 23:06:51 +00:00
show.h add forward declaration of union node; 1997-04-11 22:58:40 +00:00
trap.c PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
trap.h PR/2808: Remove trailing whitespace (from FreeBSD) 1996-10-16 15:45:03 +00:00
var.c Track $TERM and call the appropriate editline(3) routine to update the 1997-04-11 22:45:38 +00:00
var.h Track $TERM and call the appropriate editline(3) routine to update the 1997-04-11 22:45:38 +00:00