Imported from ../bash-2.02.tar.gz.
This commit is contained in:
parent
e8ce775db8
commit
cce855bc5b
323 changed files with 33916 additions and 12321 deletions
209
MANIFEST
209
MANIFEST
|
|
@ -7,6 +7,7 @@
|
|||
CWRU d
|
||||
CWRU/misc d
|
||||
builtins d
|
||||
cross-build d
|
||||
doc d
|
||||
examples d
|
||||
examples/bashdb d
|
||||
|
|
@ -25,6 +26,7 @@ lib/posixheaders d
|
|||
lib/readline d
|
||||
lib/readline/doc d
|
||||
lib/readline/examples d
|
||||
lib/sh d
|
||||
lib/termcap d
|
||||
lib/termcap/grot d
|
||||
lib/tilde d
|
||||
|
|
@ -55,13 +57,11 @@ general.c f
|
|||
list.c f
|
||||
locale.c f
|
||||
stringlib.c f
|
||||
oslib.c f
|
||||
variables.c f
|
||||
make_cmd.c f
|
||||
copy_cmd.c f
|
||||
unwind_prot.c f
|
||||
dispose_cmd.c f
|
||||
getcwd.c f
|
||||
bashhist.c f
|
||||
hashcmd.c f
|
||||
hashlib.c f
|
||||
|
|
@ -81,11 +81,12 @@ test.c f
|
|||
expr.c f
|
||||
alias.c f
|
||||
execute_cmd.c f
|
||||
findcmd.c f
|
||||
redir.c f
|
||||
bashline.c f
|
||||
braces.c f
|
||||
bracecomp.c f
|
||||
nojobs.c f
|
||||
vprint.c f
|
||||
error.c f
|
||||
xmalloc.c f
|
||||
alias.h f
|
||||
|
|
@ -97,6 +98,7 @@ array.h f
|
|||
jobs.h f
|
||||
maxpath.h f
|
||||
filecntl.h f
|
||||
findcmd.h f
|
||||
hashlib.h f
|
||||
quit.h f
|
||||
flags.h f
|
||||
|
|
@ -104,6 +106,7 @@ shell.h f
|
|||
pathexp.h f
|
||||
parser.h f
|
||||
sig.h f
|
||||
test.h f
|
||||
trap.h f
|
||||
general.h f
|
||||
unwind_prot.h f
|
||||
|
|
@ -121,6 +124,7 @@ bashjmp.h f
|
|||
bashintl.h f
|
||||
make_cmd.h f
|
||||
execute_cmd.h f
|
||||
redir.h f
|
||||
bashtypes.h f
|
||||
mailcheck.h f
|
||||
pathnames.h f
|
||||
|
|
@ -165,6 +169,7 @@ builtins/history.def f
|
|||
builtins/jobs.def f
|
||||
builtins/kill.def f
|
||||
builtins/mkbuiltins.c f
|
||||
builtins/printf.def f
|
||||
builtins/pushd.def f
|
||||
builtins/read.def f
|
||||
builtins/reserved.def f
|
||||
|
|
@ -188,12 +193,15 @@ builtins/inlib.def f
|
|||
builtins/bashgetopt.c f
|
||||
builtins/common.h f
|
||||
builtins/bashgetopt.h f
|
||||
cross-build/cygwin32.cache f
|
||||
cross-build/win32sig.h f
|
||||
lib/glob/ChangeLog f
|
||||
lib/glob/Makefile.in f
|
||||
lib/glob/fnmatch.c f
|
||||
lib/glob/fnmatch.h f
|
||||
lib/glob/glob.c f
|
||||
lib/glob/glob.h f
|
||||
lib/glob/collsyms.h f
|
||||
lib/glob/doc/Makefile f
|
||||
lib/glob/doc/glob.texi f
|
||||
lib/glob/ndir.h f
|
||||
|
|
@ -203,6 +211,8 @@ lib/malloc/alloca.c f
|
|||
lib/malloc/malloc.c f
|
||||
lib/malloc/gmalloc.c f
|
||||
lib/malloc/xmalloc.c f
|
||||
lib/malloc/ogmalloc.c f
|
||||
lib/malloc/omalloc.c f
|
||||
lib/malloc/stub.c f
|
||||
lib/malloc/i386-alloca.s f
|
||||
lib/malloc/x386-alloca.s f
|
||||
|
|
@ -251,6 +261,7 @@ lib/readline/tilde.h f
|
|||
lib/readline/rldefs.h f
|
||||
lib/readline/rlconf.h f
|
||||
lib/readline/rltty.h f
|
||||
lib/readline/rlwinsize.h f
|
||||
lib/readline/readline.h f
|
||||
lib/readline/tcap.h f
|
||||
lib/readline/keymaps.h f
|
||||
|
|
@ -275,6 +286,19 @@ lib/readline/examples/histexamp.c f
|
|||
lib/readline/examples/rltest.c f
|
||||
lib/readline/examples/rl.c f
|
||||
lib/readline/examples/Inputrc f
|
||||
lib/sh/Makefile.in f
|
||||
lib/sh/clktck.c f
|
||||
lib/sh/getcwd.c f
|
||||
lib/sh/getenv.c f
|
||||
lib/sh/itos.c f
|
||||
lib/sh/oslib.c f
|
||||
lib/sh/setlinebuf.c f
|
||||
lib/sh/strcasecmp.c f
|
||||
lib/sh/strerror.c f
|
||||
lib/sh/strtod.c f
|
||||
lib/sh/strtol.c f
|
||||
lib/sh/strtoul.c f
|
||||
lib/sh/vprint.c f
|
||||
lib/termcap/Makefile.in f
|
||||
lib/termcap/termcap.c f
|
||||
lib/termcap/termcap.h f
|
||||
|
|
@ -324,6 +348,8 @@ doc/bashref.texi f
|
|||
doc/bashref.info f
|
||||
doc/builtins.1 f
|
||||
doc/article.ms f
|
||||
doc/htmlpost.sh f 755
|
||||
support/Makefile.in f
|
||||
support/config.guess f
|
||||
support/config.sub f
|
||||
support/printenv.sh f 755
|
||||
|
|
@ -335,6 +361,7 @@ support/mkdirs f 755
|
|||
support/mkversion.sh f 755
|
||||
support/mksignames.c f
|
||||
support/bashbug.sh f
|
||||
support/man2html.c f
|
||||
support/recho.c f
|
||||
support/zecho.c f
|
||||
support/SYMLINKS f
|
||||
|
|
@ -349,10 +376,9 @@ examples/bashdb/bashdb f
|
|||
examples/bashdb/bashdb.fns f
|
||||
examples/bashdb/bashdb.pre f
|
||||
examples/loadables/README f
|
||||
examples/loadables/Makefile f
|
||||
examples/loadables/Makefile.in f
|
||||
examples/loadables/necho.c f
|
||||
examples/loadables/hello.c f
|
||||
examples/loadables/printf.c f
|
||||
examples/loadables/print.c f
|
||||
examples/loadables/sprintf.c f
|
||||
examples/loadables/sleep.c f
|
||||
|
|
@ -369,127 +395,159 @@ examples/loadables/pathchk.c f
|
|||
examples/loadables/tee.c f
|
||||
examples/loadables/rmdir.c f
|
||||
examples/loadables/head.c f
|
||||
examples/functions/substr f
|
||||
examples/functions/kshenv f
|
||||
examples/functions/autoload f
|
||||
examples/functions/autoload.v2 f
|
||||
examples/functions/basename f
|
||||
examples/functions/basename2 f
|
||||
examples/functions/csh-compat f
|
||||
examples/functions/dirfuncs f
|
||||
examples/functions/dirname f
|
||||
examples/functions/exitstat f
|
||||
examples/functions/external f
|
||||
examples/functions/fact f
|
||||
examples/functions/fstty f
|
||||
examples/functions/func f
|
||||
examples/functions/getoptx.bash f
|
||||
examples/functions/inetaddr f
|
||||
examples/functions/inpath f
|
||||
examples/functions/isnum.bash f
|
||||
examples/functions/isnum2 f
|
||||
examples/functions/jdate.bash f
|
||||
examples/functions/jj.bash f
|
||||
examples/functions/keep f
|
||||
examples/functions/kshenv f
|
||||
examples/functions/login f
|
||||
examples/functions/lowercase f
|
||||
examples/functions/manpage f
|
||||
examples/functions/mhfold f
|
||||
examples/functions/notify.bash f
|
||||
examples/functions/pathfuncs f
|
||||
examples/functions/repeat2 f
|
||||
examples/functions/seq f
|
||||
examples/functions/shcat f
|
||||
examples/functions/shcat2 f
|
||||
examples/functions/substr f
|
||||
examples/functions/substr2 f
|
||||
examples/functions/term f
|
||||
examples/functions/whatis f
|
||||
examples/functions/whence f
|
||||
examples/functions/func f
|
||||
examples/functions/dirname f
|
||||
examples/functions/dirfuncs f
|
||||
examples/functions/basename f
|
||||
examples/functions/exitstat f
|
||||
examples/functions/external f
|
||||
examples/functions/fact f
|
||||
examples/functions/manpage f
|
||||
examples/functions/fstty f
|
||||
examples/functions/jj.bash f
|
||||
examples/functions/notify.bash f
|
||||
examples/functions/inpath f
|
||||
examples/functions/login f
|
||||
examples/functions/keep f
|
||||
examples/functions/seq f
|
||||
examples/functions/mhfold f
|
||||
examples/functions/repeat2 f
|
||||
examples/functions/lowercase f
|
||||
examples/functions/xalias.bash f
|
||||
examples/scripts/shprompt f
|
||||
examples/scripts/adventure.sh f
|
||||
examples/scripts/precedence f
|
||||
examples/scripts/bcsh.sh f
|
||||
examples/scripts/fixfiles.bash f
|
||||
examples/scripts/hanoi.bash f
|
||||
examples/scripts/inpath f
|
||||
examples/scripts/krand.bash f
|
||||
examples/scripts/nohup.bash f
|
||||
examples/scripts/precedence f
|
||||
examples/scripts/randomcard.bash f
|
||||
examples/scripts/scrollbar f
|
||||
examples/scripts/scrollbar2 f
|
||||
examples/scripts/showperm.bash f
|
||||
examples/scripts/shprompt f
|
||||
examples/scripts/spin.bash f
|
||||
examples/scripts/timeout f
|
||||
examples/scripts/vtree2 f
|
||||
examples/scripts/vtree3 f
|
||||
examples/scripts/scrollbar f
|
||||
examples/scripts/spin.bash f
|
||||
examples/scripts/zprintf f
|
||||
examples/startup-files/README f
|
||||
examples/startup-files/Bashrc f
|
||||
examples/startup-files/Bashrc.bfox f
|
||||
examples/startup-files/Bash_aliases f
|
||||
examples/startup-files/Bash_profile f
|
||||
examples/startup-files/bash-profile f
|
||||
examples/startup-files/bashrc f
|
||||
examples/misc/suncmd.termcap f
|
||||
examples/misc/alias-conv.sh f
|
||||
examples/misc/alias-conv.bash f
|
||||
examples/misc/aliasconv.sh f
|
||||
examples/misc/aliasconv.bash f
|
||||
examples/misc/cshtobash f
|
||||
tests/README f
|
||||
tests/arith.tests f
|
||||
tests/arith.right f
|
||||
tests/array.tests f
|
||||
tests/array.right f
|
||||
tests/array-at-star f
|
||||
tests/array2.right f
|
||||
tests/braces-tests f
|
||||
tests/braces.right f
|
||||
tests/builtins.tests f
|
||||
tests/builtins.right f
|
||||
tests/builtins.sub1 f
|
||||
tests/source.sub1 f
|
||||
tests/source.sub2 f
|
||||
tests/source.sub3 f
|
||||
tests/source.sub4 f
|
||||
tests/dirstack.tests f
|
||||
tests/dirstack.right f
|
||||
tests/dollar-at.sh f
|
||||
tests/dollar-star.sh f
|
||||
tests/source1.sub f
|
||||
tests/source2.sub f
|
||||
tests/source3.sub f
|
||||
tests/source4.sub f
|
||||
tests/source5.sub f
|
||||
tests/cond.tests f
|
||||
tests/cond.right f
|
||||
tests/dollar-at-star f
|
||||
tests/dollar.right f
|
||||
tests/dstack.tests f
|
||||
tests/dstack.right f
|
||||
tests/dstack2.tests f
|
||||
tests/dstack2.right f
|
||||
tests/errors.tests f
|
||||
tests/errors.right f
|
||||
tests/execscript f
|
||||
tests/execscript.right f
|
||||
tests/execscript.sub f 755
|
||||
tests/execscript.sub2 f
|
||||
tests/execscript.sub3 f
|
||||
tests/execscript.sub4 f
|
||||
tests/exec.right f
|
||||
tests/exec1.sub f 755
|
||||
tests/exec2.sub f
|
||||
tests/exec3.sub f
|
||||
tests/exec4.sub f
|
||||
tests/exec5.sub f
|
||||
tests/exp-tests f
|
||||
tests/exp.right f
|
||||
tests/extglob.tests f
|
||||
tests/extglob.right f
|
||||
tests/func.tests f
|
||||
tests/func.right f
|
||||
tests/getopts.tests f
|
||||
tests/getopts.right f
|
||||
tests/getopts.sub1 f
|
||||
tests/getopts.sub2 f
|
||||
tests/getopts.sub3 f
|
||||
tests/getopts.sub4 f
|
||||
tests/getopts.sub5 f
|
||||
tests/getopts.sub6 f
|
||||
tests/getopts.sub7 f
|
||||
tests/getopts1.sub f
|
||||
tests/getopts2.sub f
|
||||
tests/getopts3.sub f
|
||||
tests/getopts4.sub f
|
||||
tests/getopts5.sub f
|
||||
tests/getopts6.sub f
|
||||
tests/getopts7.sub f
|
||||
tests/glob-test f
|
||||
tests/glob1.sub f
|
||||
tests/glob.right f
|
||||
tests/heredoc.tests f
|
||||
tests/heredoc.right f
|
||||
tests/histexpand.tests f
|
||||
tests/histexpand.right f
|
||||
tests/histexp.tests f
|
||||
tests/histexp.right f
|
||||
tests/history.tests f
|
||||
tests/history.right f
|
||||
tests/history.list f
|
||||
tests/ifs-test-1.sh f
|
||||
tests/ifs-test-2.sh f
|
||||
tests/ifs-test-3.sh f
|
||||
tests/ifs.1.right f
|
||||
tests/ifs.2.right f
|
||||
tests/ifs.3.right f
|
||||
tests/ifs-1.test f
|
||||
tests/ifs-2.test f
|
||||
tests/ifs-3.test f
|
||||
tests/ifs-1.right f
|
||||
tests/ifs-2.right f
|
||||
tests/ifs-3.right f
|
||||
tests/input-line.sh f
|
||||
tests/input-line.sub f
|
||||
tests/input.right f
|
||||
tests/jobs.tests f
|
||||
tests/jobs1.sub f
|
||||
tests/jobs2.sub f
|
||||
tests/jobs.right f
|
||||
tests/more-exp.tests f
|
||||
tests/more-exp.right f
|
||||
tests/new-exp.tests f
|
||||
tests/new-exp.sub1 f
|
||||
tests/new-exp1.sub f
|
||||
tests/new-exp2.sub f
|
||||
tests/new-exp.right f
|
||||
tests/nquote.tests f
|
||||
tests/nquote.right f
|
||||
tests/posix2.tests f
|
||||
tests/posix2.right f
|
||||
tests/posixpat.tests f
|
||||
tests/posixpat.right f
|
||||
tests/prec.right f
|
||||
tests/precedence f
|
||||
tests/printf.tests f
|
||||
tests/printf.right f
|
||||
tests/quote.tests f
|
||||
tests/quote.right f
|
||||
tests/read.tests f
|
||||
|
|
@ -511,13 +569,16 @@ tests/run-all f
|
|||
tests/run-minimal f
|
||||
tests/run-arith f
|
||||
tests/run-array f
|
||||
tests/run-array2 f
|
||||
tests/run-braces f
|
||||
tests/run-builtins f
|
||||
tests/run-cond f
|
||||
tests/run-dirstack f
|
||||
tests/run-dollars f
|
||||
tests/run-errors f
|
||||
tests/run-execscript f
|
||||
tests/run-exp-tests f
|
||||
tests/run-extglob f
|
||||
tests/run-func f
|
||||
tests/run-getopts f
|
||||
tests/run-glob-test f
|
||||
|
|
@ -531,13 +592,16 @@ tests/run-more-exp f
|
|||
tests/run-new-exp f
|
||||
tests/run-nquote f
|
||||
tests/run-posix2 f
|
||||
tests/run-posixpat f
|
||||
tests/run-precedence f
|
||||
tests/run-printf f
|
||||
tests/run-quote f
|
||||
tests/run-read f
|
||||
tests/run-redir f
|
||||
tests/run-rhs-exp f
|
||||
tests/run-rsh f
|
||||
tests/run-set-e-test f
|
||||
tests/run-set-e f
|
||||
tests/run-shopt f
|
||||
tests/run-strip f
|
||||
tests/run-test f
|
||||
tests/run-tilde f
|
||||
|
|
@ -546,6 +610,8 @@ tests/run-type f
|
|||
tests/run-varenv f
|
||||
tests/set-e-test f
|
||||
tests/set-e.right f
|
||||
tests/shopt.tests f
|
||||
tests/shopt.right f
|
||||
tests/strip.tests f
|
||||
tests/strip.right f
|
||||
tests/test-tests f
|
||||
|
|
@ -554,27 +620,28 @@ tests/tilde-tests f
|
|||
tests/tilde.right f
|
||||
tests/trap.tests f
|
||||
tests/trap.right f
|
||||
tests/trap.sub1 f 755
|
||||
tests/trap1.sub f 755
|
||||
tests/type.tests f
|
||||
tests/type.right f
|
||||
tests/varenv.right f
|
||||
tests/varenv.sh f
|
||||
tests/version f
|
||||
tests/version.mini f
|
||||
tests/misc/haertel.perftest f
|
||||
tests/misc/perf-script f
|
||||
tests/misc/redir.t2.sh f
|
||||
tests/misc/run.r2.sh f
|
||||
tests/misc/sigint.t1.sh f
|
||||
tests/misc/sigint.t2.sh f
|
||||
tests/misc/sigint.t3.sh f
|
||||
tests/misc/sigint.t4.sh f
|
||||
tests/misc/perftest f
|
||||
tests/misc/perf-script f
|
||||
tests/misc/redir-t2.sh f
|
||||
tests/misc/run-r2.sh f
|
||||
tests/misc/sigint-1.sh f
|
||||
tests/misc/sigint-2.sh f
|
||||
tests/misc/sigint-3.sh f
|
||||
tests/misc/sigint-4.sh f
|
||||
tests/misc/test-minus-e.1 f
|
||||
tests/misc/test-minus-e.2 f
|
||||
examples/scripts.v2/PERMISSION f
|
||||
examples/scripts.v2/README f
|
||||
examples/scripts.v2/arc2tarz f
|
||||
examples/scripts.v2/bashrand f
|
||||
examples/scripts.v2/cal2day.bash f
|
||||
examples/scripts.v2/cdhist.bash f
|
||||
examples/scripts.v2/corename f
|
||||
examples/scripts.v2/fman f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue