NetBSD/bin/sh
christos dd6abbc5c3 PR/2808: Handle cd "". This is for systems where "" != "." 1996-10-16 14:29:42 +00:00
..
bltin convert to new RCS id conventions. 1995-03-21 09:01:59 +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 PR/2808: Depend and clean fixes from FreeBSD 1996-10-16 14:23:51 +00:00
TOUR PR/2808: tokens.def -> tokens.h 1996-10-16 14:24:56 +00:00
alias.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +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 Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
arith_lex.l Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
builtins.def Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
cd.c PR/2808: Handle cd "". This is for systems where "" != "." 1996-10-16 14:29:42 +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 Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
error.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
eval.c Fix PR/2504: return with no args returns 0 instead of the return value of 1996-06-03 12:21:17 +00:00
eval.h Fix return builtin to work like it does in ksh: 1995-09-11 17:05:41 +00:00
exec.c const poisoning. 1996-06-25 16:40:38 +00:00
exec.h const poisoning. 1996-06-25 16:40:38 +00:00
expand.c Don't infinite loop with: 1996-09-02 21:25:52 +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 change sethistsize() to take the history size as an argument so it can 1996-06-25 16:43:33 +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 - fix PR1620, -DNO_HISTORY did not work. 1995-10-19 04:14:37 +00:00
input.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
jobs.c ioctl(TIOC[GS]PGRP) -> tc[gs]etpgrp() 1996-09-17 14:44:05 +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 Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +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 Fix PR/1760, where 'cd -' before any other command could cause a reference 1995-11-19 23:27:37 +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 Fix growstackblock() 'newlen' calculations: 1996-05-20 14:49:32 +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 Changed type of rlimit values from quad_t to rlim_t. Cast rlim_t's to 1995-06-12 19:44:16 +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 Fix problems with the way init.o is built: 1996-02-18 12:29:18 +00:00
mknodes.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
mksyntax.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
mktokens Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
myhistedit.h change sethistsize() to take the history size as an argument so it can 1996-06-25 16:43:33 +00:00
mystring.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +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 Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +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 - Add getoptsreset to be used as a callback function when OPTIND is set. 1996-06-25 16:47:43 +00:00
options.h - Add getoptsreset to be used as a callback function when OPTIND is set. 1996-06-25 16:47:43 +00:00
output.c Handle %q format directive; from Mike Long (PR #1454). 1995-09-14 16:19:06 +00:00
output.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
parser.c Close PR/2384 backquoted backslash-newline was not eaten. 1996-05-09 19:40:08 +00:00
parser.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
redir.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
redir.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
sh.1 Apply PR#2721 from VaX#n8: make man page more lucid in places. 1996-09-02 21:28:21 +00:00
shell.h Changed so that cd builtin doesn't do wierd stuff when cd'ing through 1996-03-01 01:58:58 +00:00
show.c Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
show.h Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 1995-05-11 21:28:33 +00:00
trap.c Ignore result of sigaction when setting traps. Traps will succeed even 1995-06-07 04:16:57 +00:00
trap.h Ignore result of sigaction when setting traps. Traps will succeed even 1995-06-07 04:16:57 +00:00
var.c - Add function callback capability when variables are set. 1996-06-25 16:49:05 +00:00
var.h - Add function callback capability when variables are set. 1996-06-25 16:49:05 +00:00