aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST
diff options
context:
space:
mode:
authorJari Aalto <jari.aalto@cante.net>2001-04-06 19:14:31 +0000
committerJari Aalto <jari.aalto@cante.net>2009-09-12 16:46:53 +0000
commit28ef6c316f1aff914bb95ac09787a3c83c1815fd (patch)
tree2812fe7ffc9beec4f99856906ddfcafda54cf16a /MANIFEST
parentbb70624e964126b7ac4ff085ba163a9c35ffa18f (diff)
downloadandroid_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.gz
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.tar.bz2
android_external_bash-28ef6c316f1aff914bb95ac09787a3c83c1815fd.zip
Imported from ../bash-2.05.tar.gz.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST32
1 files changed, 31 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 18dd03a..d7f31dd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -95,6 +95,7 @@ error.c f
xmalloc.c f
pcomplete.c f
pcomplib.c f
+mksyntax.c f
alias.h f
builtins.h f
bashhist.h f
@@ -107,6 +108,7 @@ hashlib.h f
quit.h f
flags.h f
shell.h f
+syntax.h f
pathexp.h f
parser.h f
pcomplete.h f
@@ -251,6 +253,7 @@ lib/readline/search.c f
lib/readline/isearch.c f
lib/readline/parens.c f
lib/readline/rltty.c f
+lib/readline/compat.c f
lib/readline/complete.c f
lib/readline/bind.c f
lib/readline/display.c f
@@ -269,6 +272,7 @@ lib/readline/rldefs.h f
lib/readline/rlconf.h f
lib/readline/rlshell.h f
lib/readline/rltty.h f
+lib/readline/rltypedefs.h f
lib/readline/rlwinsize.h f
lib/readline/readline.h f
lib/readline/tcap.h f
@@ -310,18 +314,26 @@ lib/sh/itos.c f
lib/sh/makepath.c f
lib/sh/netopen.c f
lib/sh/oslib.c f
+lib/sh/pathcanon.c f
+lib/sh/pathphys.c f
lib/sh/rename.c f
lib/sh/setlinebuf.c f
lib/sh/shquote.c f
lib/sh/shtty.c f
+lib/sh/spell.c f
lib/sh/strcasecmp.c f
lib/sh/strerror.c f
+lib/sh/strindex.c f
+lib/sh/stringlist.c f
+lib/sh/stringvec.c f
lib/sh/strpbrk.c f
lib/sh/strtod.c f
lib/sh/strtol.c f
lib/sh/strtoul.c f
+lib/sh/strtrans.c f
lib/sh/times.c f
lib/sh/timeval.c f
+lib/sh/tmpfile.c f
lib/sh/vprint.c f
lib/sh/zread.c f
lib/sh/zwrite.c f
@@ -367,6 +379,7 @@ CWRU/POSIX.NOTES f
CWRU/changelog f
CWRU/sh-redir-hack f
CWRU/empty-for-wordlist f
+CWRU/maildir-patch f
CWRU/mh-folder-comp f
doc/FAQ f
doc/Makefile.in f
@@ -376,7 +389,6 @@ doc/builtins.1 f
doc/rbash.1 f
doc/README f
doc/INTRO f
-doc/readline.3 f
doc/texinfo.tex f
doc/bashref.texi f
doc/bashref.info f
@@ -412,18 +424,23 @@ examples/bashdb/bashdb f
examples/bashdb/bashdb.fns f
examples/bashdb/bashdb.pre f
examples/complete/complete-examples f
+examples/complete/complete.ianmac f
+examples/complete/complete2.ianmac f
+examples/complete/complete.freebsd f
examples/loadables/README f
examples/loadables/template.c f
examples/loadables/Makefile.in f
examples/loadables/necho.c f
examples/loadables/hello.c f
examples/loadables/print.c f
+examples/loadables/realpath.c f
examples/loadables/sprintf.c f
examples/loadables/sleep.c f
examples/loadables/truefalse.c f
examples/loadables/getconf.c f
examples/loadables/finfo.c f
examples/loadables/cat.c f
+examples/loadables/cut.c f
examples/loadables/logname.c f
examples/loadables/basename.c f
examples/loadables/dirname.c f
@@ -433,6 +450,7 @@ examples/loadables/tee.c f
examples/loadables/rmdir.c f
examples/loadables/head.c f
examples/loadables/printenv.c f
+examples/loadables/push.c f
examples/loadables/id.c f
examples/loadables/whoami.c f
examples/loadables/uname.c f
@@ -445,6 +463,7 @@ examples/loadables/perl/README f
examples/loadables/perl/bperl.c f
examples/loadables/perl/iperl.c f
examples/functions/array-stuff f
+examples/functions/array-to-string f
examples/functions/autoload f
examples/functions/autoload.v2 f
examples/functions/autoload.v3 f
@@ -453,11 +472,13 @@ examples/functions/basename2 f
examples/functions/csh-compat f
examples/functions/dirfuncs f
examples/functions/dirname f
+examples/functions/emptydir f
examples/functions/exitstat f
examples/functions/external f
examples/functions/fact f
examples/functions/fstty f
examples/functions/func f
+examples/functions/gethtml f
examples/functions/getoptx.bash f
examples/functions/inetaddr f
examples/functions/inpath f
@@ -466,6 +487,7 @@ examples/functions/isnum2 f
examples/functions/jdate.bash f
examples/functions/jj.bash f
examples/functions/keep f
+examples/functions/ksh-cd f
examples/functions/ksh-compat-test f
examples/functions/kshenv f
examples/functions/login f
@@ -474,12 +496,14 @@ examples/functions/manpage f
examples/functions/mhfold f
examples/functions/notify.bash f
examples/functions/pathfuncs f
+examples/functions/recurse f
examples/functions/repeat2 f
examples/functions/repeat3 f
examples/functions/seq f
examples/functions/seq2 f
examples/functions/shcat f
examples/functions/shcat2 f
+examples/functions/sort-pos-params f
examples/functions/substr f
examples/functions/substr2 f
examples/functions/term f
@@ -490,7 +514,9 @@ examples/functions/xalias.bash f
examples/functions/xfind.bash f
examples/scripts/adventure.sh f
examples/scripts/bcsh.sh f
+examples/scripts/cat.sh f
examples/scripts/center f
+examples/scripts/dd-ex.sh f
examples/scripts/fixfiles.bash f
examples/scripts/hanoi.bash f
examples/scripts/inpath f
@@ -567,6 +593,7 @@ tests/exec2.sub f
tests/exec3.sub f
tests/exec4.sub f
tests/exec5.sub f
+tests/exec6.sub f
tests/exp-tests f
tests/exp.right f
tests/extglob.tests f
@@ -576,6 +603,8 @@ tests/extglob2.right f
tests/func.tests f
tests/func.right f
tests/func1.sub f
+tests/func2.sub f
+tests/func3.sub f
tests/getopts.tests f
tests/getopts.right f
tests/getopts1.sub f
@@ -712,6 +741,7 @@ tests/type.tests f
tests/type.right f
tests/varenv.right f
tests/varenv.sh f
+tests/varenv1.sub f
tests/version f
tests/version.mini f
tests/misc/dev-tcp.tests f