i-bash/MANIFEST

422 lines
8.8 KiB
Text
Raw Normal View History

1996-08-26 18:22:31 +00:00
#
# Master distribution manifest for bash
#
#
# Filename type
#
CWRU d
CWRU/misc d
builtins d
documentation d
examples d
examples/functions d
examples/scripts d
examples/startup-files 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
lib/readline/examples d
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
COPYING f
MANIFEST f
configure f
Makefile f
cpp-Makefile f
print_cmd.c f
general.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
hash.c f
parse.y f
subst.c f
shell.c f
trap.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
expr.c f
alias.c f
execute_cmd.c f
bashline.c f
braces.c f
bracecomp.c f
nojobs.c f
vprint.c f
error.c f
signames.c f
endian.c f
alias.h f
config.h f
config.h.mini f
builtins.h f
parser.h f
variables.h f
machines.h f
jobs.h f
maxpath.h f
filecntl.h f
hash.h f
quit.h f
flags.h f
shell.h f
trap.h f
general.h f
unwind_prot.h f
input.h f
error.h f
command.h f
externs.h f
siglist.h f
subst.h f
dispose_cmd.h f
bashansi.h f
make_cmd.h f
bashhist.h f
execute_cmd.h f
bashtypes.h f
y.tab.c f
y.tab.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/alias.def f
builtins/bind.def f
builtins/break.def f
builtins/builtin.def f
builtins/cd.def f
builtins/colon.def f
builtins/command.def f
builtins/common.c f
builtins/declare.def f
builtins/echo.def f
builtins/enable.def f
builtins/eval.def f
builtins/exec.def f
builtins/exit.def f
builtins/fc.def f
builtins/fg_bg.def f
builtins/getopt.c f
builtins/getopt.h f
builtins/getopts.def f
builtins/hash.def f
builtins/hashcom.h f
builtins/help.def f
builtins/let.def f
builtins/history.def f
builtins/jobs.def f
builtins/kill.def f
builtins/mkbuiltins.c 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/source.def f
builtins/suspend.def f
builtins/test.def f
builtins/times.def f
builtins/trap.def f
builtins/type.def f
builtins/ulimit.def f
builtins/umask.def f
builtins/wait.def f
builtins/psize.c f
builtins/psize.sh f
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/fnmatch.c f
lib/glob/fnmatch.h f
lib/glob/glob.c 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/getpagesize.h f
lib/malloc/i386-alloca.s f
lib/malloc/malloc.c f
lib/malloc/x386-alloca.s 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/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/ChangeLog 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/funmap.c f
lib/readline/keymaps.c f
lib/readline/xmalloc.c f
lib/readline/doc/Makefile f
lib/readline/doc/rlman.texinfo f
lib/readline/doc/rltech.texinfo f
lib/readline/doc/rluser.texinfo f
lib/readline/doc/hist.texinfo f
lib/readline/doc/hstech.texinfo f
lib/readline/doc/hsuser.texinfo f
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/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/termcap.c f
lib/termcap/termcap.h f
lib/termcap/tparam.c f
lib/termcap/version.c f
lib/termcap/grot/termcap.info f
lib/termcap/grot/termcap.info-1 f
lib/termcap/grot/termcap.info-2 f
lib/termcap/grot/termcap.info-3 f
lib/termcap/grot/termcap.info-4 f
lib/termcap/grot/NEWS f
lib/termcap/grot/INSTALL f
lib/termcap/grot/ChangeLog f
lib/termcap/grot/texinfo.tex f
lib/termcap/grot/termcap.texi f
lib/termcap/grot/Makefile.in f
lib/termcap/grot/configure f
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/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
support/bash.xbm f
support/FAQ f
support/PORTING f
support/mklinks f
support/mkdirs f
support/clone-bash f
support/bashbug.sh f
support/mkmachtype f
support/recho.c f
support/srcdir f
support/SYMLINKS f
support/fixlinks f
examples/functions/substr f
examples/functions/kshenv f
examples/functions/autoload f
examples/functions/csh-compat f
examples/functions/shcat 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/scripts/shprompt f
examples/scripts/adventure.sh f
examples/scripts/precedence f
examples/scripts/bcsh.sh 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
tests/README f
tests/dollar-at.sh f
tests/dollar-star.sh f
tests/dollar.right f
tests/exp-tests f
tests/exp.right f
tests/glob-test f
tests/glob.right 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/input-line.sh f
tests/input-line.sub f
tests/input.right f
tests/minus-e f
tests/minus-e.right f
tests/new-exp.tests f
tests/new-exp.right f
tests/prec.right f
tests/precedence f
tests/run-all f
tests/run-dollars f
tests/run-exp-tests f
tests/run-glob-test f
tests/run-ifs-tests f
tests/run-input-test f
tests/run-minus-e f
tests/run-new-exp f
tests/run-precedence f
tests/run-set-e-test f
tests/run-strip f
tests/run-varenv f
tests/set-e-test f
tests/set-e.right f
tests/strip.tests f
tests/strip.right f
tests/tilde-tests f
tests/tilde.right f
tests/varenv.right f
tests/varenv.sh f
tests/misc/chld-trap.sh f
tests/misc/dot-test-1.sh f
tests/misc/dot-test-1.sub f
tests/misc/gotest f
tests/misc/perf-script f
tests/misc/redir.t1.sh f
tests/misc/redir.t2.sh f
tests/misc/redir.t3.sh f
tests/misc/redir.t3.sub f
tests/misc/redir.t4.sh f
tests/misc/run.r1.sh f
tests/misc/run.r2.sh f
tests/misc/run.r3.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/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