mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-05 17:52:30 +02:00
Imported from ../bash-2.0.tar.gz.
This commit is contained in:
@@ -7,17 +7,20 @@
|
||||
CWRU d
|
||||
CWRU/misc d
|
||||
builtins d
|
||||
documentation d
|
||||
doc d
|
||||
examples d
|
||||
examples/bashdb d
|
||||
examples/functions d
|
||||
examples/scripts d
|
||||
examples/scripts.v2 d
|
||||
examples/scripts.noah d
|
||||
examples/startup-files d
|
||||
examples/misc d
|
||||
examples/loadables d
|
||||
lib d
|
||||
lib/doc-support d
|
||||
lib/glob d
|
||||
lib/glob/doc d
|
||||
lib/malloc d
|
||||
lib/malloclib d
|
||||
lib/posixheaders d
|
||||
lib/readline d
|
||||
lib/readline/doc d
|
||||
@@ -26,20 +29,32 @@ lib/termcap d
|
||||
lib/termcap/grot d
|
||||
lib/tilde d
|
||||
lib/tilde/doc d
|
||||
portbash d
|
||||
support d
|
||||
tests d
|
||||
tests/misc d
|
||||
README f
|
||||
RELEASE f
|
||||
INSTALL f
|
||||
CHANGES f
|
||||
COMPAT f
|
||||
COPYING f
|
||||
INSTALL f
|
||||
MANIFEST f
|
||||
NEWS f
|
||||
NOTES f
|
||||
README f
|
||||
configure.in f
|
||||
configure f
|
||||
Makefile f
|
||||
cpp-Makefile f
|
||||
Makefile.in f
|
||||
config.h.top f
|
||||
config.h.bot f
|
||||
config.h.in f
|
||||
aclocal.m4 f
|
||||
array.c f
|
||||
eval.c f
|
||||
print_cmd.c f
|
||||
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
|
||||
@@ -47,16 +62,17 @@ unwind_prot.c f
|
||||
dispose_cmd.c f
|
||||
getcwd.c f
|
||||
bashhist.c f
|
||||
hash.c f
|
||||
hashlib.c f
|
||||
parse.y f
|
||||
pathexp.c f
|
||||
subst.c f
|
||||
shell.c f
|
||||
trap.c f
|
||||
sig.c f
|
||||
siglist.c f
|
||||
version.c f
|
||||
flags.c f
|
||||
jobs.c f
|
||||
newversion.c f
|
||||
input.c f
|
||||
mailcheck.c f
|
||||
test.c f
|
||||
@@ -69,22 +85,23 @@ bracecomp.c f
|
||||
nojobs.c f
|
||||
vprint.c f
|
||||
error.c f
|
||||
signames.c f
|
||||
endian.c f
|
||||
xmalloc.c f
|
||||
alias.h f
|
||||
config.h f
|
||||
config.h.mini f
|
||||
builtins.h f
|
||||
parser.h f
|
||||
bashhist.h f
|
||||
bashline.h f
|
||||
variables.h f
|
||||
machines.h f
|
||||
array.h f
|
||||
jobs.h f
|
||||
maxpath.h f
|
||||
filecntl.h f
|
||||
hash.h f
|
||||
hashlib.h f
|
||||
quit.h f
|
||||
flags.h f
|
||||
shell.h f
|
||||
pathexp.h f
|
||||
parser.h f
|
||||
sig.h f
|
||||
trap.h f
|
||||
general.h f
|
||||
unwind_prot.h f
|
||||
@@ -93,22 +110,28 @@ error.h f
|
||||
command.h f
|
||||
externs.h f
|
||||
siglist.h f
|
||||
subst.h f
|
||||
subst.h f
|
||||
dispose_cmd.h f
|
||||
bashansi.h f
|
||||
bashtty.h f
|
||||
bashjmp.h f
|
||||
bashwait.h f
|
||||
bashintl.h f
|
||||
make_cmd.h f
|
||||
bashhist.h f
|
||||
execute_cmd.h f
|
||||
bashtypes.h f
|
||||
mailcheck.h f
|
||||
pathnames.h f
|
||||
y.tab.c f
|
||||
y.tab.h f
|
||||
posixdir.h f
|
||||
posixstat.h f
|
||||
stdc.h f
|
||||
ansi_stdlib.h f
|
||||
memalloc.h f
|
||||
parser-built f
|
||||
builtins/ChangeLog f
|
||||
builtins/Makefile f
|
||||
builtins/Makefile.in f
|
||||
builtins/alias.def f
|
||||
builtins/bind.def f
|
||||
builtins/break.def f
|
||||
@@ -121,6 +144,8 @@ builtins/declare.def f
|
||||
builtins/echo.def f
|
||||
builtins/enable.def f
|
||||
builtins/eval.def f
|
||||
builtins/evalfile.c f
|
||||
builtins/evalstring.c f
|
||||
builtins/exec.def f
|
||||
builtins/exit.def f
|
||||
builtins/fc.def f
|
||||
@@ -136,12 +161,14 @@ builtins/history.def f
|
||||
builtins/jobs.def f
|
||||
builtins/kill.def f
|
||||
builtins/mkbuiltins.c f
|
||||
builtins/pushd.def f
|
||||
builtins/read.def f
|
||||
builtins/reserved.def f
|
||||
builtins/return.def f
|
||||
builtins/set.def f
|
||||
builtins/setattr.def f
|
||||
builtins/shift.def f
|
||||
builtins/shopt.def f
|
||||
builtins/source.def f
|
||||
builtins/suspend.def f
|
||||
builtins/test.def f
|
||||
@@ -157,63 +184,76 @@ builtins/inlib.def f
|
||||
builtins/bashgetopt.c f
|
||||
builtins/common.h f
|
||||
builtins/bashgetopt.h f
|
||||
lib/doc-support/texindex.c f
|
||||
lib/doc-support/getopt.h f
|
||||
lib/doc-support/Makefile f
|
||||
lib/glob/ChangeLog f
|
||||
lib/glob/Makefile 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/doc/Makefile f
|
||||
lib/glob/doc/glob.texi f
|
||||
lib/glob/ndir.h f
|
||||
lib/malloc/Makefile f
|
||||
lib/malloc/alloca.c f
|
||||
lib/malloc/Makefile.in f
|
||||
lib/malloc/getpagesize.h f
|
||||
lib/malloc/i386-alloca.s f
|
||||
lib/malloc/alloca.c f
|
||||
lib/malloc/malloc.c f
|
||||
lib/malloc/x386-alloca.s f
|
||||
lib/malloc/gmalloc.c f
|
||||
lib/malloc/xmalloc.c f
|
||||
lib/malloclib/Makefile f
|
||||
lib/malloclib/alloca.c f
|
||||
lib/malloclib/i386-alloca.s f
|
||||
lib/malloclib/calloc.c f
|
||||
lib/malloclib/cfree.c f
|
||||
lib/malloclib/x386-alloca.s f
|
||||
lib/malloclib/morecore.c f
|
||||
lib/malloclib/free.c f
|
||||
lib/malloclib/getpagesize.h f
|
||||
lib/malloclib/malloc.c f
|
||||
lib/malloclib/malloc.h f
|
||||
lib/malloclib/xmalloc.c f
|
||||
lib/malloclib/mcheck.c f
|
||||
lib/malloclib/memalign.c f
|
||||
lib/malloclib/mstats.c f
|
||||
lib/malloclib/mtrace.awk f
|
||||
lib/malloclib/mtrace.c f
|
||||
lib/malloclib/realloc.c f
|
||||
lib/malloclib/valloc.c f
|
||||
lib/malloc/stub.c f
|
||||
lib/malloc/i386-alloca.s f
|
||||
lib/malloc/x386-alloca.s f
|
||||
lib/posixheaders/posixdir.h f
|
||||
lib/posixheaders/posixstat.h f
|
||||
lib/posixheaders/ansi_stdlib.h f
|
||||
lib/posixheaders/stdc.h f
|
||||
lib/posixheaders/memalloc.h f
|
||||
lib/posixheaders/filecntl.h f
|
||||
lib/readline/COPYING f
|
||||
lib/readline/readline.c f
|
||||
lib/readline/readline.h f
|
||||
lib/readline/Makefile.in f
|
||||
lib/readline/ChangeLog f
|
||||
lib/readline/README f
|
||||
lib/readline/STANDALONE f
|
||||
lib/readline/readline.c f
|
||||
lib/readline/vi_mode.c f
|
||||
lib/readline/history.h f
|
||||
lib/readline/Makefile f
|
||||
lib/readline/chardefs.h f
|
||||
lib/readline/emacs_keymap.c f
|
||||
lib/readline/keymaps.h f
|
||||
lib/readline/vi_keymap.c f
|
||||
lib/readline/history.c f
|
||||
lib/readline/histexpand.c f
|
||||
lib/readline/histsearch.c f
|
||||
lib/readline/histfile.c f
|
||||
lib/readline/funmap.c f
|
||||
lib/readline/keymaps.c f
|
||||
lib/readline/util.c f
|
||||
lib/readline/terminal.c f
|
||||
lib/readline/xmalloc.c f
|
||||
lib/readline/search.c f
|
||||
lib/readline/isearch.c f
|
||||
lib/readline/parens.c f
|
||||
lib/readline/rltty.c f
|
||||
lib/readline/complete.c f
|
||||
lib/readline/bind.c f
|
||||
lib/readline/display.c f
|
||||
lib/readline/signals.c f
|
||||
lib/readline/kill.c f
|
||||
lib/readline/undo.c f
|
||||
lib/readline/macro.c f
|
||||
lib/readline/input.c f
|
||||
lib/readline/callback.c f
|
||||
lib/readline/nls.c f
|
||||
lib/readline/tilde.c f
|
||||
lib/readline/tilde.h f
|
||||
lib/readline/rldefs.h f
|
||||
lib/readline/rlconf.h f
|
||||
lib/readline/rltty.h f
|
||||
lib/readline/readline.h f
|
||||
lib/readline/tcap.h f
|
||||
lib/readline/keymaps.h f
|
||||
lib/readline/history.h f
|
||||
lib/readline/histlib.h f
|
||||
lib/readline/chardefs.h f
|
||||
lib/readline/posixdir.h f
|
||||
lib/readline/posixstat.h f
|
||||
lib/readline/ansi_stdlib.h f
|
||||
lib/readline/doc/Makefile f
|
||||
lib/readline/doc/rlman.texinfo f
|
||||
lib/readline/doc/rltech.texinfo f
|
||||
@@ -225,26 +265,9 @@ lib/readline/examples/Makefile f
|
||||
lib/readline/examples/fileman.c f
|
||||
lib/readline/examples/manexamp.c f
|
||||
lib/readline/examples/histexamp.c f
|
||||
lib/readline/examples/rltest.c f
|
||||
lib/readline/examples/Inputrc f
|
||||
lib/readline/README f
|
||||
lib/readline/STANDALONE f
|
||||
lib/readline/search.c f
|
||||
lib/readline/isearch.c f
|
||||
lib/readline/rldefs.h f
|
||||
lib/readline/rlconf.h f
|
||||
lib/readline/parens.c f
|
||||
lib/readline/rltty.c f
|
||||
lib/readline/complete.c f
|
||||
lib/readline/bind.c f
|
||||
lib/readline/display.c f
|
||||
lib/readline/signals.c f
|
||||
lib/readline/doc/texindex.c f
|
||||
lib/readline/tilde.c f
|
||||
lib/readline/tilde.h f
|
||||
lib/readline/posixstat.h f
|
||||
lib/readline/ansi_stdlib.h f
|
||||
lib/readline/memalloc.h f
|
||||
lib/termcap/Makefile f
|
||||
lib/termcap/Makefile.in f
|
||||
lib/termcap/termcap.c f
|
||||
lib/termcap/termcap.h f
|
||||
lib/termcap/tparam.c f
|
||||
@@ -265,62 +288,80 @@ lib/termcap/grot/configure.in f
|
||||
lib/termcap/grot/COPYING f
|
||||
lib/termcap/grot/README f
|
||||
lib/tilde/ChangeLog f
|
||||
lib/tilde/Makefile f
|
||||
lib/tilde/Makefile.in f
|
||||
lib/tilde/doc/tilde.texi f
|
||||
lib/tilde/doc/Makefile f
|
||||
lib/tilde/tilde.c f
|
||||
lib/tilde/tilde.h f
|
||||
lib/tilde/memalloc.h f
|
||||
CWRU/misc/open-files.c f
|
||||
CWRU/misc/sigs.c f
|
||||
CWRU/misc/pid.c f
|
||||
CWRU/misc/sigstat.c f
|
||||
CWRU/misc/bison f
|
||||
CWRU/misc/aux-mach-desc f
|
||||
CWRU/PLATFORMS f
|
||||
CWRU/README f
|
||||
CWRU/POSIX.NOTES f
|
||||
CWRU/changelog f
|
||||
CWRU/sh-redirection-hack f
|
||||
documentation/Makefile f
|
||||
documentation/bash.1 f
|
||||
documentation/bash.ps f
|
||||
documentation/bash.txt f
|
||||
documentation/README f
|
||||
documentation/readline.3 f
|
||||
documentation/readline.ps f
|
||||
documentation/readline.txt f
|
||||
documentation/texinfo.tex f
|
||||
documentation/features.texi f
|
||||
documentation/features.info f
|
||||
documentation/features.dvi f
|
||||
documentation/features.ps f
|
||||
documentation/builtins.1 f
|
||||
documentation/builtins.ps f
|
||||
documentation/builtins.txt f
|
||||
documentation/article.ms f
|
||||
documentation/article.ps f
|
||||
documentation/article.txt f
|
||||
support/cat-s f
|
||||
support/mksysdefs f
|
||||
support/printenv f
|
||||
support/getcppsyms.c f
|
||||
support/cppmagic f
|
||||
CWRU/sh-redir-hack f
|
||||
CWRU/mh-folder-comp f
|
||||
doc/FAQ f
|
||||
doc/Makefile.in f
|
||||
doc/bash.1 f
|
||||
doc/bashbug.1 f
|
||||
doc/README f
|
||||
doc/INTRO f
|
||||
doc/readline.3 f
|
||||
doc/texinfo.tex f
|
||||
doc/bashref.texi f
|
||||
doc/bashref.info f
|
||||
doc/builtins.1 f
|
||||
doc/article.ms f
|
||||
support/config.guess f
|
||||
support/config.sub f
|
||||
support/printenv f 755
|
||||
support/bash.xbm f
|
||||
support/FAQ f
|
||||
support/PORTING f
|
||||
support/mklinks f
|
||||
support/mkdirs f
|
||||
support/clone-bash f
|
||||
support/mkclone f 755
|
||||
support/mkdirs f 755
|
||||
support/mkversion.c f
|
||||
support/mksignames.c f
|
||||
support/bashbug.sh f
|
||||
support/mkmachtype f
|
||||
support/recho.c f
|
||||
support/srcdir f
|
||||
support/zecho.c f
|
||||
support/SYMLINKS f
|
||||
support/fixlinks f
|
||||
support/fixlinks f 755
|
||||
support/install.sh f 755
|
||||
support/texi2dvi f
|
||||
support/texi2html f
|
||||
examples/bashdb/PERMISSION f
|
||||
examples/bashdb/README f
|
||||
examples/bashdb/bashdb f
|
||||
examples/bashdb/bashdb.fns f
|
||||
examples/bashdb/bashdb.pre f
|
||||
examples/loadables/README f
|
||||
examples/loadables/Makefile 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
|
||||
examples/loadables/truefalse.c f
|
||||
examples/loadables/getconf.c f
|
||||
examples/loadables/pushd.c f
|
||||
examples/loadables/finfo.c f
|
||||
examples/loadables/cat.c f
|
||||
examples/loadables/logname.c f
|
||||
examples/loadables/basename.c f
|
||||
examples/loadables/dirname.c f
|
||||
examples/loadables/tty.c f
|
||||
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/csh-compat f
|
||||
examples/functions/shcat f
|
||||
examples/functions/substr2 f
|
||||
@@ -338,18 +379,39 @@ 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/scripts/shprompt f
|
||||
examples/scripts/adventure.sh f
|
||||
examples/scripts/precedence f
|
||||
examples/scripts/bcsh.sh f
|
||||
examples/scripts/inpath f
|
||||
examples/scripts/nohup.bash f
|
||||
examples/scripts/vtree2 f
|
||||
examples/scripts/scrollbar f
|
||||
examples/scripts/zprintf f
|
||||
examples/startup-files/README f
|
||||
examples/startup-files/Bashrc 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/suncmd.termcap f
|
||||
examples/alias-conv.sh f
|
||||
examples/misc/suncmd.termcap f
|
||||
examples/misc/alias-conv.sh f
|
||||
examples/misc/alias-conv.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/braces-tests f
|
||||
tests/braces.right f
|
||||
tests/dollar-at.sh f
|
||||
tests/dollar-star.sh f
|
||||
tests/dollar.right f
|
||||
@@ -357,6 +419,8 @@ tests/exp-tests f
|
||||
tests/exp.right f
|
||||
tests/glob-test f
|
||||
tests/glob.right f
|
||||
tests/heredoc.tests f
|
||||
tests/heredoc.right f
|
||||
tests/ifs-test-1.sh f
|
||||
tests/ifs-test-2.sh f
|
||||
tests/ifs-test-3.sh f
|
||||
@@ -368,26 +432,52 @@ tests/input-line.sub f
|
||||
tests/input.right f
|
||||
tests/minus-e f
|
||||
tests/minus-e.right f
|
||||
tests/more-exp.tests f
|
||||
tests/more-exp.right f
|
||||
tests/new-exp.tests f
|
||||
tests/new-exp.right f
|
||||
tests/nquote.tests f
|
||||
tests/nquote.right f
|
||||
tests/posix2.tests f
|
||||
tests/posix2.right f
|
||||
tests/prec.right f
|
||||
tests/precedence f
|
||||
tests/quote.tests f
|
||||
tests/quote.right f
|
||||
tests/read.tests f
|
||||
tests/read.right f
|
||||
tests/rhs-exp.tests f
|
||||
tests/rhs-exp.right f
|
||||
tests/run-all f
|
||||
tests/run-arith f
|
||||
tests/run-array f
|
||||
tests/run-braces f
|
||||
tests/run-dollars f
|
||||
tests/run-exp-tests f
|
||||
tests/run-glob-test f
|
||||
tests/run-heredoc f
|
||||
tests/run-ifs-tests f
|
||||
tests/run-input-test f
|
||||
tests/run-minus-e f
|
||||
tests/run-more-exp f
|
||||
tests/run-new-exp f
|
||||
tests/run-nquote f
|
||||
tests/run-posix2 f
|
||||
tests/run-precedence f
|
||||
tests/run-quote f
|
||||
tests/run-read f
|
||||
tests/run-rhs-exp f
|
||||
tests/run-set-e-test f
|
||||
tests/run-strip f
|
||||
tests/run-test f
|
||||
tests/run-tilde f
|
||||
tests/run-varenv f
|
||||
tests/set-e-test f
|
||||
tests/set-e.right f
|
||||
tests/strip.tests f
|
||||
tests/strip.right f
|
||||
tests/test-tests f
|
||||
tests/test.right f
|
||||
tests/tilde-tests f
|
||||
tests/tilde.right f
|
||||
tests/varenv.right f
|
||||
@@ -411,11 +501,43 @@ tests/misc/sigint.t3.sh f
|
||||
tests/misc/sigint.t4.sh f
|
||||
tests/misc/test-minus-e.1 f
|
||||
tests/misc/test-minus-e.2 f
|
||||
portbash/signals.sh f
|
||||
portbash/stdio.sh f
|
||||
portbash/libc.sh f
|
||||
portbash/mkdesc.sh f
|
||||
portbash/README f
|
||||
portbash/strings.sh f
|
||||
portbash/syscalls.sh f
|
||||
portbash/pgrp.c f
|
||||
examples/scripts.v2/PERMISSION f
|
||||
examples/scripts.v2/README f
|
||||
examples/scripts.v2/arc2tarz f
|
||||
examples/scripts.v2/bashrand f
|
||||
examples/scripts.v2/cdhist.bash f
|
||||
examples/scripts.v2/corename f
|
||||
examples/scripts.v2/fman f
|
||||
examples/scripts.v2/frcp f
|
||||
examples/scripts.v2/lowercase f
|
||||
examples/scripts.v2/ncp f
|
||||
examples/scripts.v2/newext f
|
||||
examples/scripts.v2/nmv f
|
||||
examples/scripts.v2/pages f
|
||||
examples/scripts.v2/pf f
|
||||
examples/scripts.v2/rename f
|
||||
examples/scripts.v2/repeat f
|
||||
examples/scripts.v2/untar f
|
||||
examples/scripts.v2/uudec f
|
||||
examples/scripts.v2/uuenc f
|
||||
examples/scripts.v2/vtree f
|
||||
examples/scripts.v2/where f
|
||||
examples/scripts.v2/pmtop f
|
||||
examples/scripts.v2/shprof f
|
||||
examples/scripts.noah/PERMISSION f
|
||||
examples/scripts.noah/README f
|
||||
examples/scripts.noah/aref.bash f
|
||||
examples/scripts.noah/bash.sub.bash f
|
||||
examples/scripts.noah/bash_version.bash f
|
||||
examples/scripts.noah/meta.bash f
|
||||
examples/scripts.noah/mktmp.bash f
|
||||
examples/scripts.noah/number.bash f
|
||||
examples/scripts.noah/prompt.bash f
|
||||
examples/scripts.noah/remap_keys.bash f
|
||||
examples/scripts.noah/require.bash f
|
||||
examples/scripts.noah/send_mail.bash f
|
||||
examples/scripts.noah/shcat.bash f
|
||||
examples/scripts.noah/source.bash f
|
||||
examples/scripts.noah/string.bash f
|
||||
examples/scripts.noah/stty.bash f
|
||||
examples/scripts.noah/y_or_n_p.bash f
|
||||
|
||||
Reference in New Issue
Block a user