]> git.ipfire.org Git - thirdparty/bash.git/blame - MANIFEST
Bash-5.2 patch 26: fix typo when specifying readline's custom color prefix
[thirdparty/bash.git] / MANIFEST
CommitLineData
726f6388
JA
1#
2# Master distribution manifest for bash
3#
4#
5# Filename type
6#
7CWRU d
8CWRU/misc d
9builtins d
cce855bc 10cross-build d
ccc6cda3 11doc d
726f6388 12examples d
ac50fbac 13#examples/obashdb d
d233b485 14examples/bash-completion d
bb70624e 15examples/complete d
726f6388
JA
16examples/functions d
17examples/scripts d
ac50fbac
CR
18#examples/scripts.v2 d
19#examples/scripts.noah d
726f6388 20examples/startup-files d
ac50fbac 21#examples/startup-files/apple d
ccc6cda3
JA
22examples/misc d
23examples/loadables d
bb70624e 24examples/loadables/perl d
74091dd4 25examples/shellmath d
bb70624e 26include d
726f6388 27lib d
726f6388
JA
28lib/glob d
29lib/glob/doc d
b80f6443 30lib/intl d
726f6388 31lib/malloc d
726f6388
JA
32lib/readline d
33lib/readline/doc d
34lib/readline/examples d
cce855bc 35lib/sh d
726f6388 36lib/termcap d
726f6388 37lib/tilde d
ac50fbac 38m4 d
b80f6443 39po d
726f6388
JA
40support d
41tests d
42tests/misc d
b80f6443 43ABOUT-NLS f
74091dd4 44ChangeLog c CWRU/changelog
ccc6cda3
JA
45CHANGES f
46COMPAT f
726f6388 47COPYING f
ccc6cda3 48INSTALL f
726f6388 49MANIFEST f
ccc6cda3
JA
50NEWS f
51NOTES f
7117c2d2 52POSIX f
ccc6cda3 53README f
7117c2d2 54RBASH f
d166f048 55AUTHORS f
b72432fd 56Y2K f
ac50fbac 57configure.ac f
17345e5a 58configure f 755
ccc6cda3 59Makefile.in f
b72432fd
JA
60config-top.h f
61config-bot.h f
ccc6cda3
JA
62config.h.in f
63aclocal.m4 f
64array.c f
74091dd4 65array2.c f
f73dda09 66arrayfunc.c f
3185942a 67assoc.c f
ccc6cda3 68eval.c f
726f6388
JA
69print_cmd.c f
70general.c f
ccc6cda3
JA
71list.c f
72locale.c f
73stringlib.c f
726f6388
JA
74variables.c f
75make_cmd.c f
76copy_cmd.c f
77unwind_prot.c f
78dispose_cmd.c f
726f6388 79bashhist.c f
d166f048 80hashcmd.c f
ccc6cda3 81hashlib.c f
726f6388 82parse.y f
ccc6cda3 83pathexp.c f
726f6388
JA
84subst.c f
85shell.c f
86trap.c f
ccc6cda3 87sig.c f
726f6388
JA
88siglist.c f
89version.c f
90flags.c f
91jobs.c f
726f6388
JA
92input.c f
93mailcheck.c f
94test.c f
95expr.c f
96alias.c f
97execute_cmd.c f
cce855bc
JA
98findcmd.c f
99redir.c f
726f6388
JA
100bashline.c f
101braces.c f
102bracecomp.c f
103nojobs.c f
726f6388 104error.c f
ccc6cda3 105xmalloc.c f
bb70624e
JA
106pcomplete.c f
107pcomplib.c f
28ef6c31 108mksyntax.c f
726f6388 109alias.h f
726f6388 110builtins.h f
ccc6cda3
JA
111bashhist.h f
112bashline.h f
f73dda09
JA
113conftypes.h f
114patchlevel.h f
726f6388 115variables.h f
ccc6cda3 116array.h f
f73dda09 117arrayfunc.h f
3185942a 118assoc.h f
726f6388 119jobs.h f
cce855bc 120findcmd.h f
ccc6cda3 121hashlib.h f
726f6388
JA
122quit.h f
123flags.h f
124shell.h f
28ef6c31 125syntax.h f
ccc6cda3
JA
126pathexp.h f
127parser.h f
bb70624e 128pcomplete.h f
ccc6cda3 129sig.h f
cce855bc 130test.h f
726f6388
JA
131trap.h f
132general.h f
133unwind_prot.h f
134input.h f
135error.h f
136command.h f
137externs.h f
138siglist.h f
ccc6cda3 139subst.h f
726f6388 140dispose_cmd.h f
d166f048 141hashcmd.h f
726f6388 142bashansi.h f
ccc6cda3 143bashjmp.h f
ccc6cda3 144bashintl.h f
726f6388 145make_cmd.h f
726f6388 146execute_cmd.h f
cce855bc 147redir.h f
726f6388 148bashtypes.h f
ccc6cda3 149mailcheck.h f
f73dda09 150xmalloc.h f
b80f6443 151pathnames.h.in f
74091dd4
CR
152# order is important here
153y.tab.c F
154y.tab.h F
155parser-built F
ccc6cda3 156builtins/Makefile.in f
726f6388
JA
157builtins/alias.def f
158builtins/bind.def f
159builtins/break.def f
160builtins/builtin.def f
b80f6443 161builtins/caller.def f
726f6388
JA
162builtins/cd.def f
163builtins/colon.def f
164builtins/command.def f
bb70624e 165builtins/complete.def f
726f6388
JA
166builtins/common.c f
167builtins/declare.def f
168builtins/echo.def f
169builtins/enable.def f
170builtins/eval.def f
ccc6cda3
JA
171builtins/evalfile.c f
172builtins/evalstring.c f
726f6388
JA
173builtins/exec.def f
174builtins/exit.def f
175builtins/fc.def f
176builtins/fg_bg.def f
ac50fbac 177builtins/gen-helpfiles.c f
726f6388
JA
178builtins/getopt.c f
179builtins/getopt.h f
180builtins/getopts.def f
181builtins/hash.def f
726f6388
JA
182builtins/help.def f
183builtins/let.def f
184builtins/history.def f
185builtins/jobs.def f
186builtins/kill.def f
3185942a 187builtins/mapfile.def f
726f6388 188builtins/mkbuiltins.c f
cce855bc 189builtins/printf.def f
ccc6cda3 190builtins/pushd.def f
726f6388
JA
191builtins/read.def f
192builtins/reserved.def f
193builtins/return.def f
194builtins/set.def f
195builtins/setattr.def f
196builtins/shift.def f
ccc6cda3 197builtins/shopt.def f
726f6388
JA
198builtins/source.def f
199builtins/suspend.def f
200builtins/test.def f
201builtins/times.def f
202builtins/trap.def f
203builtins/type.def f
204builtins/ulimit.def f
205builtins/umask.def f
206builtins/wait.def f
207builtins/psize.c f
208builtins/psize.sh f
74091dd4 209#builtins/inlib.def f
726f6388
JA
210builtins/bashgetopt.c f
211builtins/common.h f
212builtins/bashgetopt.h f
74091dd4 213#cross-build/cygwin32.cache f
b72432fd 214cross-build/x86-beos.cache f
b72432fd 215cross-build/opennt.cache f
d233b485 216cross-build/qnx.cache f
bb70624e 217include/ansi_stdlib.h f
f73dda09 218include/chartypes.h f
bb70624e 219include/filecntl.h f
b80f6443 220include/gettext.h f
bb70624e
JA
221include/maxpath.h f
222include/memalloc.h f
7117c2d2 223include/ocache.h f
bb70624e
JA
224include/posixdir.h f
225include/posixjmp.h f
0001803f 226include/posixselect.h f
bb70624e
JA
227include/posixstat.h f
228include/posixtime.h f
229include/posixwait.h f
495aee44 230include/shmbchar.h f
7117c2d2 231include/shmbutil.h f
bb70624e 232include/shtty.h f
ac50fbac 233include/stat-time.h f
bb70624e
JA
234include/stdc.h f
235include/systimes.h f
74091dd4 236include/timer.h f
f73dda09 237include/typemax.h f
bb70624e 238include/unionwait.h f
ccc6cda3 239lib/glob/Makefile.in f
7117c2d2
JA
240lib/glob/sm_loop.c f
241lib/glob/smatch.c f
f73dda09
JA
242lib/glob/strmatch.c f
243lib/glob/strmatch.h f
726f6388 244lib/glob/glob.c f
ccc6cda3 245lib/glob/glob.h f
7117c2d2 246lib/glob/glob_loop.c f
495aee44 247lib/glob/gmisc.c f
d233b485 248lib/glob/gm_loop.c f
7117c2d2 249lib/glob/xmbsrtowcs.c f
cce855bc 250lib/glob/collsyms.h f
726f6388
JA
251lib/glob/doc/Makefile f
252lib/glob/doc/glob.texi f
253lib/glob/ndir.h f
b80f6443
JA
254lib/intl/ChangeLog f
255lib/intl/Makefile.in f
256lib/intl/VERSION f
257lib/intl/bindtextdom.c f
258lib/intl/config.charset f
259lib/intl/dcgettext.c f
260lib/intl/dcigettext.c f
261lib/intl/dcngettext.c f
262lib/intl/dgettext.c f
263lib/intl/dngettext.c f
264lib/intl/eval-plural.h f
265lib/intl/explodename.c f
266lib/intl/finddomain.c f
267lib/intl/gettext.c f
268lib/intl/gettextP.h f
269lib/intl/gmo.h f
270lib/intl/hash-string.h f
271lib/intl/intl-compat.c f
272lib/intl/l10nflist.c f
273lib/intl/libgnuintl.h.in f
274lib/intl/loadinfo.h f
275lib/intl/loadmsgcat.c f
276lib/intl/localcharset.c f
277lib/intl/localcharset.h f
278lib/intl/locale.alias f
279lib/intl/localealias.c f
280lib/intl/localename.c f
281lib/intl/log.c f
282lib/intl/ngettext.c f
283lib/intl/os2compat.c f
284lib/intl/os2compat.h f
285lib/intl/osdep.c f
286lib/intl/plural-exp.c f
287lib/intl/plural-exp.h f
288lib/intl/plural.c f
289lib/intl/plural.y f
290lib/intl/ref-add.sin f
291lib/intl/ref-del.sin f
292lib/intl/relocatable.c f
293lib/intl/relocatable.h f
294lib/intl/textdomain.c f
ccc6cda3 295lib/malloc/Makefile.in f
726f6388 296lib/malloc/getpagesize.h f
f73dda09
JA
297lib/malloc/imalloc.h f
298lib/malloc/mstats.h f
299lib/malloc/shmalloc.h f
300lib/malloc/table.h f
7117c2d2 301lib/malloc/watch.h f
ccc6cda3 302lib/malloc/alloca.c f
726f6388 303lib/malloc/malloc.c f
f73dda09
JA
304lib/malloc/stats.c f
305lib/malloc/table.c f
306lib/malloc/trace.c f
7117c2d2 307lib/malloc/watch.c f
726f6388 308lib/malloc/xmalloc.c f
f73dda09 309lib/malloc/xleaktrace f 755
ccc6cda3
JA
310lib/malloc/stub.c f
311lib/malloc/i386-alloca.s f
312lib/malloc/x386-alloca.s f
726f6388 313lib/readline/COPYING f
ccc6cda3 314lib/readline/Makefile.in f
726f6388 315lib/readline/ChangeLog f
ccc6cda3
JA
316lib/readline/README f
317lib/readline/STANDALONE f
318lib/readline/readline.c f
726f6388 319lib/readline/vi_mode.c f
726f6388 320lib/readline/emacs_keymap.c f
726f6388
JA
321lib/readline/vi_keymap.c f
322lib/readline/history.c f
ccc6cda3
JA
323lib/readline/histexpand.c f
324lib/readline/histsearch.c f
325lib/readline/histfile.c f
726f6388
JA
326lib/readline/funmap.c f
327lib/readline/keymaps.c f
ccc6cda3
JA
328lib/readline/util.c f
329lib/readline/terminal.c f
495aee44 330lib/readline/xfree.c f
726f6388 331lib/readline/xmalloc.c f
726f6388
JA
332lib/readline/search.c f
333lib/readline/isearch.c f
726f6388
JA
334lib/readline/parens.c f
335lib/readline/rltty.c f
28ef6c31 336lib/readline/compat.c f
726f6388
JA
337lib/readline/complete.c f
338lib/readline/bind.c f
339lib/readline/display.c f
340lib/readline/signals.c f
ccc6cda3 341lib/readline/kill.c f
7117c2d2 342lib/readline/text.c f
ccc6cda3
JA
343lib/readline/undo.c f
344lib/readline/macro.c f
345lib/readline/input.c f
346lib/readline/callback.c f
7117c2d2
JA
347lib/readline/mbutil.c f
348lib/readline/misc.c f
ccc6cda3 349lib/readline/nls.c f
d166f048 350lib/readline/shell.c f
ac50fbac
CR
351lib/readline/colors.c f
352lib/readline/parse-colors.c f
b72432fd 353lib/readline/savestring.c f
726f6388
JA
354lib/readline/tilde.c f
355lib/readline/tilde.h f
ccc6cda3
JA
356lib/readline/rldefs.h f
357lib/readline/rlconf.h f
7117c2d2 358lib/readline/rlmbutil.h f
bb70624e 359lib/readline/rlshell.h f
ccc6cda3 360lib/readline/rltty.h f
28ef6c31 361lib/readline/rltypedefs.h f
cce855bc 362lib/readline/rlwinsize.h f
ccc6cda3
JA
363lib/readline/readline.h f
364lib/readline/tcap.h f
365lib/readline/keymaps.h f
366lib/readline/history.h f
367lib/readline/histlib.h f
368lib/readline/chardefs.h f
369lib/readline/posixdir.h f
d166f048 370lib/readline/posixjmp.h f
0001803f 371lib/readline/posixselect.h f
726f6388 372lib/readline/posixstat.h f
74091dd4 373lib/readline/posixtime.h f
726f6388 374lib/readline/ansi_stdlib.h f
b72432fd 375lib/readline/rlstdc.h f
bb70624e 376lib/readline/rlprivate.h f
ac50fbac
CR
377lib/readline/colors.h f
378lib/readline/parse-colors.h f
bb70624e 379lib/readline/xmalloc.h f
ccc6cda3 380lib/readline/doc/Makefile f
b80f6443
JA
381lib/readline/doc/version.texi f
382lib/readline/doc/rlman.texi f
383lib/readline/doc/rltech.texi f
384lib/readline/doc/rluser.texi f
385lib/readline/doc/rluserman.texi f
386lib/readline/doc/history.texi f
387lib/readline/doc/hstech.texi f
388lib/readline/doc/hsuser.texi f
389lib/readline/doc/fdl.texi f
ccc6cda3 390lib/readline/examples/Makefile f
bb70624e 391lib/readline/examples/excallback.c f
ccc6cda3
JA
392lib/readline/examples/fileman.c f
393lib/readline/examples/manexamp.c f
394lib/readline/examples/histexamp.c f
395lib/readline/examples/rltest.c f
ac50fbac 396lib/readline/examples/rl-callbacktest.c f
d166f048 397lib/readline/examples/rl.c f
7117c2d2 398lib/readline/examples/rlcat.c f
ccc6cda3 399lib/readline/examples/Inputrc f
cce855bc 400lib/sh/Makefile.in f
3185942a 401lib/sh/casemod.c f
cce855bc 402lib/sh/clktck.c f
bb70624e 403lib/sh/clock.c f
495aee44 404lib/sh/dprintf.c f
0628567a 405lib/sh/eaccess.c f
f73dda09
JA
406lib/sh/fmtullong.c f
407lib/sh/fmtulong.c f
7117c2d2 408lib/sh/fmtumax.c f
0001803f 409lib/sh/fnxform.c f
3185942a 410lib/sh/fpurge.c f
cce855bc
JA
411lib/sh/getcwd.c f
412lib/sh/getenv.c f
8868edaf 413lib/sh/gettimeofday.c f
bb70624e 414lib/sh/inet_aton.c f
3185942a 415lib/sh/input_avail.c f
cce855bc 416lib/sh/itos.c f
f73dda09 417lib/sh/mailstat.c f
bb70624e 418lib/sh/makepath.c f
0001803f
CR
419lib/sh/mbscasecmp.c f
420lib/sh/mbschr.c f
3185942a 421lib/sh/mbscmp.c f
7117c2d2
JA
422lib/sh/memset.c f
423lib/sh/mktime.c f
424lib/sh/netconn.c f
bb70624e 425lib/sh/netopen.c f
cce855bc 426lib/sh/oslib.c f
28ef6c31
JA
427lib/sh/pathcanon.c f
428lib/sh/pathphys.c f
8868edaf 429lib/sh/random.c f
b72432fd 430lib/sh/rename.c f
cce855bc 431lib/sh/setlinebuf.c f
b80f6443 432lib/sh/shmatch.c f
495aee44 433lib/sh/shmbchar.c f
bb70624e
JA
434lib/sh/shquote.c f
435lib/sh/shtty.c f
f73dda09 436lib/sh/snprintf.c f
28ef6c31 437lib/sh/spell.c f
cce855bc 438lib/sh/strcasecmp.c f
0001803f 439lib/sh/strcasestr.c f
495aee44 440lib/sh/strchrnul.c f
ac50fbac 441lib/sh/strdup.c f
cce855bc 442lib/sh/strerror.c f
7117c2d2 443lib/sh/strftime.c f
28ef6c31
JA
444lib/sh/stringlist.c f
445lib/sh/stringvec.c f
95732b49 446lib/sh/strnlen.c f
bb70624e 447lib/sh/strpbrk.c f
b80f6443 448lib/sh/strstr.c f
cce855bc 449lib/sh/strtod.c f
f73dda09 450lib/sh/strtoimax.c f
cce855bc 451lib/sh/strtol.c f
f73dda09 452lib/sh/strtoll.c f
cce855bc 453lib/sh/strtoul.c f
f73dda09
JA
454lib/sh/strtoull.c f
455lib/sh/strtoumax.c f
28ef6c31 456lib/sh/strtrans.c f
74091dd4
CR
457lib/sh/strvis.c f
458lib/sh/timers.c f
bb70624e
JA
459lib/sh/times.c f
460lib/sh/timeval.c f
28ef6c31 461lib/sh/tmpfile.c f
3185942a
JA
462lib/sh/uconvert.c f
463lib/sh/ufuncs.c f
495aee44 464lib/sh/unicode.c f
d233b485 465lib/sh/utf8.c f
cce855bc 466lib/sh/vprint.c f
0628567a 467lib/sh/wcsdup.c f
ac50fbac 468lib/sh/wcsnwidth.c f
495aee44 469lib/sh/wcswidth.c f
95732b49 470lib/sh/winsize.c f
7117c2d2 471lib/sh/zcatfd.c f
3185942a
JA
472lib/sh/zgetline.c f
473lib/sh/zmapfd.c f
bb70624e
JA
474lib/sh/zread.c f
475lib/sh/zwrite.c f
ccc6cda3 476lib/termcap/Makefile.in f
bb70624e 477lib/termcap/ltcap.h f
726f6388
JA
478lib/termcap/termcap.c f
479lib/termcap/termcap.h f
480lib/termcap/tparam.c f
481lib/termcap/version.c f
b72432fd 482lib/tilde/README f
ccc6cda3 483lib/tilde/Makefile.in f
726f6388
JA
484lib/tilde/tilde.c f
485lib/tilde/tilde.h f
b72432fd 486lib/tilde/shell.c f
74091dd4 487m4/strtoimax.m4 f
ac50fbac
CR
488m4/stat-time.m4 f
489m4/timespec.m4 f
8868edaf
CR
490m4/codeset.m4 f
491m4/extern-inline.m4 f
492m4/fcntl-o.m4 f
493m4/gettext.m4 f
494m4/glibc2.m4 f
495m4/glibc21.m4 f
496m4/host-cpu-c-abi.m4 f
497m4/iconv.m4 f
498m4/intdiv0.m4 f
499m4/intl-thread-locale.m4 f
500m4/intl.m4 f
501m4/intlmacosx.m4 f
502m4/intmax.m4 f
503m4/inttypes-pri.m4 f
504m4/inttypes.m4 f
505m4/inttypes_h.m4 f
506m4/lcmessage.m4 f
507m4/lib-ld.m4 f
508m4/lib-link.m4 f
509m4/lib-prefix.m4 f
510m4/lock.m4 f
511m4/nls.m4 f
512m4/po.m4 f
513m4/printf-posix.m4 f
514m4/progtest.m4 f
515m4/pthread_rwlock_rdlock.m4 f
516m4/size_max.m4 f
517m4/stdint_h.m4 f
518m4/threadlib.m4 f
519m4/uintmax_t.m4 f
520m4/ulonglong.m4 f
521m4/visibility.m4 f
522m4/wchar_t.m4 f
523m4/wint_t.m4 f
524m4/xsize.m4 f
b80f6443
JA
525po/LINGUAS f
526po/Makefile.in.in f
527po/Makevars f
528po/POTFILES.in f
3185942a 529po/README f
b80f6443
JA
530po/Rules-builtins f
531po/Rules-quot f
532po/bash.pot f
533po/boldquot.sed f
3185942a 534po/en@boldquot.gmo f
b80f6443 535po/en@boldquot.header f
b80f6443
JA
536po/en@boldquot.po f
537po/en@quot.gmo f
3185942a
JA
538po/en@quot.header f
539po/en@quot.po f
540po/af.gmo f
541po/af.po f
542po/bg.gmo f
543po/bg.po f
544po/ca.gmo f
545po/ca.po f
546po/cs.gmo f
547po/cs.po f
ac50fbac
CR
548po/da.gmo f
549po/da.po f
3185942a
JA
550po/de.gmo f
551po/de.po f
ac50fbac
CR
552po/el.gmo f
553po/el.po f
3185942a
JA
554po/eo.gmo f
555po/eo.po f
556po/es.gmo f
557po/es.po f
558po/et.gmo f
559po/et.po f
0001803f
CR
560po/fi.gmo f
561po/fi.po f
3185942a
JA
562po/fr.gmo f
563po/fr.po f
0001803f
CR
564po/ga.gmo f
565po/ga.po f
ac50fbac
CR
566po/gl.gmo f
567po/gl.po f
568po/hr.gmo f
569po/hr.po f
3185942a
JA
570po/hu.gmo f
571po/hu.po f
572po/id.gmo f
573po/id.po f
ac50fbac
CR
574po/it.gmo f
575po/it.po f
3185942a
JA
576po/ja.gmo f
577po/ja.po f
8868edaf
CR
578po/ko.gmo f
579po/ko.po f
3185942a
JA
580po/lt.gmo f
581po/lt.po f
582po/nl.gmo f
a0c0a00f
CR
583po/nb.po f
584po/nb.gmo f
3185942a
JA
585po/nl.po f
586po/pl.gmo f
587po/pl.po f
d233b485
CR
588po/pt.gmo f
589po/pt.po f
3185942a
JA
590po/pt_BR.gmo f
591po/pt_BR.po f
592po/ro.gmo f
593po/ro.po f
0628567a 594po/ru.gmo f
3185942a
JA
595po/ru.po f
596po/sk.gmo f
597po/sk.po f
ac50fbac
CR
598po/sl.gmo f
599po/sr.po f
600po/sr.gmo f
601po/sl.po f
3185942a
JA
602po/sv.gmo f
603po/sv.po f
604po/tr.gmo f
605po/tr.po f
495aee44
CR
606po/uk.gmo f
607po/uk.po f
3185942a
JA
608po/vi.gmo f
609po/vi.po f
495aee44
CR
610po/zh_CN.gmo f
611po/zh_CN.po f
3185942a
JA
612po/zh_TW.gmo f
613po/zh_TW.po f
b80f6443
JA
614po/insert-header.sin f
615po/quot.sed f
616po/remove-potcdate.sin f
726f6388
JA
617CWRU/misc/open-files.c f
618CWRU/misc/sigs.c f
726f6388
JA
619CWRU/misc/sigstat.c f
620CWRU/misc/bison f
b72432fd
JA
621CWRU/misc/errlist.c f
622CWRU/misc/hpux10-dlfcn.h f
726f6388
JA
623CWRU/PLATFORMS f
624CWRU/README f
726f6388 625CWRU/changelog f
ccc6cda3 626CWRU/sh-redir-hack f
ccc6cda3
JA
627doc/FAQ f
628doc/Makefile.in f
629doc/bash.1 f
630doc/bashbug.1 f
bb70624e
JA
631doc/builtins.1 f
632doc/rbash.1 f
ccc6cda3
JA
633doc/README f
634doc/INTRO f
ccc6cda3
JA
635doc/texinfo.tex f
636doc/bashref.texi f
b80f6443 637doc/version.texi f
ccc6cda3 638doc/bashref.info f
a0c0a00f 639doc/bash.info f
ccc6cda3 640doc/article.ms f
cce855bc 641doc/htmlpost.sh f 755
b80f6443
JA
642doc/fdl.texi f
643doc/fdl.txt f
ac50fbac
CR
644#
645doc/article.ps f
646doc/rose94.ps f
647doc/bash.ps f
648doc/bashbug.ps f
649doc/builtins.ps f
650doc/rbash.ps f
651doc/bashref.ps f
652doc/bashref.dvi f
653doc/bash.0 f
654doc/bashbug.0 f
655doc/builtins.0 f
656doc/rbash.0 f
657doc/article.txt f
658doc/bash.html f
659doc/bashref.html f
660doc/article.pdf f
661doc/bash.pdf f
662doc/bashref.pdf f
663doc/rose94.pdf f
664doc/aosa-bash.pdf f
a0c0a00f 665doc/aosa-bash-full.pdf f
ac50fbac 666#
cce855bc 667support/Makefile.in f
a0c0a00f 668support/bash.pc.in f
f73dda09 669support/bashversion.c f
3185942a 670support/checkbashisms f 755
ccc6cda3 671support/config.guess f
b80f6443 672support/config.rpath f 755
ccc6cda3 673support/config.sub f
d166f048
JA
674support/printenv.sh f 755
675support/printenv.c f
726f6388 676support/bash.xbm f
b72432fd 677support/missing f 755
ccc6cda3 678support/mkclone f 755
d166f048 679support/mkconffiles f 755
ccc6cda3 680support/mkdirs f 755
b80f6443 681support/mkinstalldirs f 755
d166f048 682support/mkversion.sh f 755
ccc6cda3 683support/mksignames.c f
0628567a 684support/signames.c f
726f6388 685support/bashbug.sh f
d233b485 686support/bashbug.sh.in f
cce855bc 687support/man2html.c f
726f6388 688support/recho.c f
ccc6cda3 689support/zecho.c f
3185942a 690support/xcase.c f
726f6388 691support/SYMLINKS f
ccc6cda3
JA
692support/fixlinks f 755
693support/install.sh f 755
b80f6443 694support/texi2dvi f 755
b72432fd 695support/texi2html f 755
d166f048 696support/xenix-link.sh f 755
b72432fd
JA
697support/shobj-conf f 755
698support/rlvers.sh f 755
0628567a
JA
699examples/INDEX.txt f
700examples/INDEX.html f
ac50fbac
CR
701#examples/obashdb/PERMISSION f
702#examples/obashdb/README f
703#examples/obashdb/bashdb f
704#examples/obashdb/bashdb.el f
d233b485
CR
705examples/bash-completion/README f
706examples/bash-completion/bash-completion-2.5.tar.xz f
3185942a 707examples/complete/bash_completion f
ac50fbac 708examples/complete/cdfunc f
bb70624e 709examples/complete/complete-examples f
ac50fbac
CR
710#examples/complete/complete.ianmac f
711#examples/complete/complete2.ianmac f
712#examples/complete/complete.freebsd f
713#examples/complete/complete.gnu-longopt f
b80f6443 714examples/complete/bashcc-1.0.1.tar.gz f
ccc6cda3 715examples/loadables/README f
b72432fd 716examples/loadables/template.c f
a0c0a00f 717examples/loadables/loadables.h f
cce855bc 718examples/loadables/Makefile.in f
a0c0a00f 719examples/loadables/Makefile.inc.in f
74091dd4 720examples/loadables/Makefile.sample.in f
ccc6cda3
JA
721examples/loadables/necho.c f
722examples/loadables/hello.c f
8868edaf
CR
723examples/loadables/asort.c f
724examples/loadables/accept.c f
ccc6cda3 725examples/loadables/print.c f
28ef6c31 726examples/loadables/realpath.c f
d233b485 727examples/loadables/seq.c f
a0c0a00f 728examples/loadables/setpgid.c f
ccc6cda3 729examples/loadables/sleep.c f
b80f6443 730examples/loadables/strftime.c f
ccc6cda3 731examples/loadables/truefalse.c f
74091dd4
CR
732examples/loadables/getconf.h f
733examples/loadables/getconf.c f
d233b485 734examples/loadables/fdflags.c f
ccc6cda3
JA
735examples/loadables/finfo.c f
736examples/loadables/cat.c f
8868edaf 737examples/loadables/csv.c f
74091dd4 738examples/loadables/dsv.c f
8868edaf 739examples/loadables/cut.c f
ccc6cda3
JA
740examples/loadables/logname.c f
741examples/loadables/basename.c f
742examples/loadables/dirname.c f
743examples/loadables/tty.c f
744examples/loadables/pathchk.c f
745examples/loadables/tee.c f
d233b485 746examples/loadables/rm.c f
ccc6cda3
JA
747examples/loadables/rmdir.c f
748examples/loadables/head.c f
b72432fd 749examples/loadables/printenv.c f
28ef6c31 750examples/loadables/push.c f
b72432fd
JA
751examples/loadables/id.c f
752examples/loadables/whoami.c f
753examples/loadables/uname.c f
754examples/loadables/sync.c f
755examples/loadables/mkdir.c f
8868edaf
CR
756examples/loadables/mkfifo.c f
757examples/loadables/mktemp.c f
b72432fd 758examples/loadables/ln.c f
3185942a 759examples/loadables/mypid.c f
b72432fd 760examples/loadables/unlink.c f
d233b485 761examples/loadables/stat.c f
bb70624e
JA
762examples/loadables/perl/Makefile.in f
763examples/loadables/perl/README f
764examples/loadables/perl/bperl.c f
765examples/loadables/perl/iperl.c f
ac50fbac
CR
766#examples/loadables/sprintf.c f
767#examples/loadables/xtitle.c f
bb70624e 768examples/functions/array-stuff f
28ef6c31 769examples/functions/array-to-string f
d233b485 770examples/functions/arrayops.bash f
726f6388 771examples/functions/autoload f
ccc6cda3 772examples/functions/autoload.v2 f
b72432fd 773examples/functions/autoload.v3 f
d233b485
CR
774examples/functions/autoload.v4 f
775examples/functions/autoload.v4.t f
cce855bc 776examples/functions/basename f
ac50fbac
CR
777#examples/functions/basename2 f
778#examples/functions/coproc.bash f
779#examples/functions/coshell.README f
780#examples/functions/coshell.bash f
726f6388 781examples/functions/csh-compat f
ac50fbac 782#examples/functions/dirfuncs f
cce855bc 783examples/functions/dirname f
a0c0a00f 784examples/functions/dirstack f
ac50fbac 785#examples/functions/emptydir f
726f6388
JA
786examples/functions/exitstat f
787examples/functions/external f
788examples/functions/fact f
726f6388 789examples/functions/fstty f
cce855bc 790examples/functions/func f
ac50fbac
CR
791#examples/functions/gethtml f
792#examples/functions/getoptx.bash f
cce855bc 793examples/functions/inetaddr f
ccc6cda3 794examples/functions/inpath f
ac50fbac 795#examples/functions/isnum.bash f
cce855bc 796examples/functions/isnum2 f
7117c2d2 797examples/functions/isvalidip f
ac50fbac
CR
798#examples/functions/jdate.bash f
799#examples/functions/jj.bash f
800#examples/functions/keep f
28ef6c31 801examples/functions/ksh-cd f
bb70624e 802examples/functions/ksh-compat-test f
cce855bc
JA
803examples/functions/kshenv f
804examples/functions/login f
ac50fbac
CR
805#examples/functions/lowercase f
806#examples/functions/manpage f
807#examples/functions/mhfold f
808#examples/functions/newdirstack.bsh f
cce855bc 809examples/functions/notify.bash f
ac50fbac
CR
810#examples/functions/pathfuncs f
811#examples/functions/recurse f
812#examples/functions/repeat2 f
813#examples/functions/repeat3 f
cce855bc 814examples/functions/seq f
b72432fd 815examples/functions/seq2 f
cce855bc
JA
816examples/functions/shcat f
817examples/functions/shcat2 f
28ef6c31 818examples/functions/sort-pos-params f
ac50fbac 819#examples/functions/sqroot f
cce855bc
JA
820examples/functions/substr f
821examples/functions/substr2 f
ac50fbac 822#examples/functions/term f
cce855bc
JA
823examples/functions/whatis f
824examples/functions/whence f
b72432fd 825examples/functions/which f
ac50fbac
CR
826#examples/functions/xalias.bash f
827#examples/functions/xfind.bash f
828#examples/scripts/adventure.sh f
829#examples/scripts/bash-hexdump.sh f
830#examples/scripts/bcsh.sh f
74091dd4 831examples/scripts/bcalc f
28ef6c31 832examples/scripts/cat.sh f
bb70624e 833examples/scripts/center f
ac50fbac
CR
834#examples/scripts/dd-ex.sh f
835#examples/scripts/fixfiles.bash f
836#examples/scripts/hanoi.bash f
ccc6cda3 837examples/scripts/inpath f
ac50fbac
CR
838#examples/scripts/krand.bash f
839#examples/scripts/line-input.bash f
840#examples/scripts/nohup.bash f
841#examples/scripts/precedence f
842#examples/scripts/randomcard.bash f
843#examples/scripts/scrollbar f
844#examples/scripts/scrollbar2 f
845#examples/scripts/self-repro f
846#examples/scripts/showperm.bash f
cce855bc 847examples/scripts/shprompt f
d166f048 848examples/scripts/spin.bash f
ac50fbac
CR
849#examples/scripts/timeout f
850#examples/scripts/timeout2 f
851#examples/scripts/timeout3 f
852#examples/scripts/vtree2 f
853#examples/scripts/vtree3 f
854#examples/scripts/vtree3a f
855#examples/scripts/websrv.sh f
bb70624e 856examples/scripts/xterm_title f
ccc6cda3
JA
857examples/scripts/zprintf f
858examples/startup-files/README f
cce855bc 859examples/startup-files/Bashrc.bfox f
726f6388
JA
860examples/startup-files/Bash_aliases f
861examples/startup-files/Bash_profile f
862examples/startup-files/bash-profile f
863examples/startup-files/bashrc f
ac50fbac
CR
864#examples/startup-files/apple/README f
865#examples/startup-files/apple/aliases f
866#examples/startup-files/apple/bash.defaults f
867#examples/startup-files/apple/environment f
868#examples/startup-files/apple/login f
869#examples/startup-files/apple/logout f
870#examples/startup-files/apple/rc f
871#examples/misc/suncmd.termcap f
cce855bc
JA
872examples/misc/aliasconv.sh f
873examples/misc/aliasconv.bash f
ccc6cda3 874examples/misc/cshtobash f
74091dd4
CR
875examples/shellmath/LICENSE f
876examples/shellmath/README.md f
877examples/shellmath/assert.sh f
878examples/shellmath/faster_e_demo.sh f
879examples/shellmath/image.png f
880examples/shellmath/runTests.sh f
881examples/shellmath/shellmath.sh f
882examples/shellmath/slower_e_demo.sh f
883examples/shellmath/testCases.in f
884examples/shellmath/timingData.txt f
726f6388 885tests/README f
0628567a 886tests/COPYRIGHT f
a0c0a00f 887tests/test-glue-functions f
b80f6443 888tests/alias.tests f
0001803f 889tests/alias1.sub f
a0c0a00f 890tests/alias2.sub f
d233b485
CR
891tests/alias3.sub f
892tests/alias4.sub f
8868edaf 893tests/alias5.sub f
74091dd4 894tests/alias6.sub f
b80f6443 895tests/alias.right f
95732b49 896tests/appendop.tests f
ac50fbac
CR
897tests/appendop1.sub f
898tests/appendop2.sub f
95732b49 899tests/appendop.right f
bb70624e
JA
900tests/arith-for.tests f
901tests/arith-for.right f
ccc6cda3
JA
902tests/arith.tests f
903tests/arith.right f
b80f6443
JA
904tests/arith1.sub f
905tests/arith2.sub f
495aee44
CR
906tests/arith3.sub f
907tests/arith4.sub f
ac50fbac
CR
908tests/arith5.sub f
909tests/arith6.sub f
a0c0a00f 910tests/arith7.sub f
d233b485 911tests/arith8.sub f
ccc6cda3
JA
912tests/array.tests f
913tests/array.right f
95732b49
JA
914tests/array1.sub f
915tests/array2.sub f
916tests/array3.sub f
0628567a 917tests/array4.sub f
3185942a
JA
918tests/array5.sub f
919tests/array6.sub f
920tests/array7.sub f
921tests/array8.sub f
922tests/array9.sub f
495aee44 923tests/array10.sub f
ac50fbac
CR
924tests/array11.sub f
925tests/array12.sub f
926tests/array13.sub f
927tests/array14.sub f
928tests/array15.sub f
929tests/array16.sub f
a0c0a00f
CR
930tests/array17.sub f
931tests/array18.sub f
932tests/array19.sub f
933tests/array20.sub f
934tests/array21.sub f
d233b485
CR
935tests/array22.sub f
936tests/array23.sub f
937tests/array24.sub f
938tests/array25.sub f
939tests/array26.sub f
940tests/array27.sub f
8868edaf 941tests/array28.sub f
74091dd4
CR
942tests/array29.sub f
943tests/array30.sub f
cce855bc
JA
944tests/array-at-star f
945tests/array2.right f
3185942a
JA
946tests/assoc.tests f
947tests/assoc.right f
948tests/assoc1.sub f
949tests/assoc2.sub f
950tests/assoc3.sub f
951tests/assoc4.sub f
0001803f
CR
952tests/assoc5.sub f
953tests/assoc6.sub f
ac50fbac 954tests/assoc7.sub f
a0c0a00f 955tests/assoc8.sub f
d233b485
CR
956tests/assoc9.sub f
957tests/assoc10.sub f
8868edaf 958tests/assoc11.sub f
74091dd4
CR
959tests/assoc12.sub f
960tests/assoc13.sub f
961tests/assoc14.sub f
962tests/assoc15.sub f
963tests/assoc16.sub f
964tests/assoc17.sub f
965tests/assoc18.sub f
a0c0a00f
CR
966tests/attr.tests f
967tests/attr.right f
968tests/attr1.sub f
969tests/attr2.sub f
b80f6443 970tests/braces.tests f
ccc6cda3 971tests/braces.right f
d166f048
JA
972tests/builtins.tests f
973tests/builtins.right f
bb70624e
JA
974tests/builtins1.sub f
975tests/builtins2.sub f
495aee44 976tests/builtins3.sub f
ac50fbac 977tests/builtins4.sub f
a0c0a00f
CR
978tests/builtins5.sub f
979tests/builtins6.sub f
8868edaf 980tests/builtins7.sub f
cce855bc
JA
981tests/source1.sub f
982tests/source2.sub f
983tests/source3.sub f
984tests/source4.sub f
985tests/source5.sub f
3185942a 986tests/source6.sub f
ac50fbac 987tests/source7.sub f
3185942a
JA
988tests/case.tests f
989tests/case.right f
ac50fbac 990tests/case1.sub f
d233b485
CR
991tests/case2.sub f
992tests/case3.sub f
993tests/case4.sub f
3185942a
JA
994tests/casemod.tests f
995tests/casemod.right f
8868edaf
CR
996tests/complete.tests f
997tests/complete.right f
3185942a
JA
998tests/comsub.tests f
999tests/comsub.right f
0001803f 1000tests/comsub1.sub f
a0c0a00f
CR
1001tests/comsub2.sub f
1002tests/comsub3.sub f
d233b485 1003tests/comsub4.sub f
74091dd4
CR
1004tests/comsub5.sub f
1005tests/comsub6.sub f
3185942a
JA
1006tests/comsub-eof.tests f
1007tests/comsub-eof0.sub f
1008tests/comsub-eof1.sub f
1009tests/comsub-eof2.sub f
1010tests/comsub-eof3.sub f
0001803f
CR
1011tests/comsub-eof4.sub f
1012tests/comsub-eof5.sub f
8868edaf 1013tests/comsub-eof6.sub f
3185942a
JA
1014tests/comsub-eof.right f
1015tests/comsub-posix.tests f
1016tests/comsub-posix.right f
1017tests/comsub-posix1.sub f
495aee44
CR
1018tests/comsub-posix2.sub f
1019tests/comsub-posix3.sub f
74091dd4
CR
1020tests/comsub-posix5.sub f
1021tests/comsub-posix6.sub f
cce855bc
JA
1022tests/cond.tests f
1023tests/cond.right f
ac50fbac
CR
1024tests/cond-regexp1.sub f
1025tests/cond-regexp2.sub f
1026tests/cond-regexp3.sub f
3185942a
JA
1027tests/coproc.tests f
1028tests/coproc.right f
b72432fd
JA
1029tests/cprint.tests f
1030tests/cprint.right f
b80f6443
JA
1031tests/dbg-support.right f
1032tests/dbg-support.sub f
1033tests/dbg-support.tests f
1034tests/dbg-support2.right f
1035tests/dbg-support2.tests f
0001803f 1036tests/dbg-support3.sub f
cce855bc 1037tests/dollar-at-star f
ac50fbac 1038tests/dollar-at-star1.sub f
a0c0a00f
CR
1039tests/dollar-at-star2.sub f
1040tests/dollar-at-star3.sub f
1041tests/dollar-at-star4.sub f
1042tests/dollar-at-star5.sub f
1043tests/dollar-at-star6.sub f
1044tests/dollar-at-star7.sub f
1045tests/dollar-at-star8.sub f
8868edaf 1046tests/dollar-at-star9.sub f
74091dd4
CR
1047tests/dollar-at-star10.sub f
1048tests/dollar-at-star11.sub f
b80f6443
JA
1049tests/dollar-at1.sub f
1050tests/dollar-at2.sub f
0001803f 1051tests/dollar-at3.sub f
ac50fbac
CR
1052tests/dollar-at4.sub f
1053tests/dollar-at5.sub f
1054tests/dollar-at6.sub f
d233b485 1055tests/dollar-at7.sub f
b80f6443 1056tests/dollar-star1.sub f
95732b49 1057tests/dollar-star2.sub f
3185942a 1058tests/dollar-star3.sub f
0001803f
CR
1059tests/dollar-star4.sub f
1060tests/dollar-star5.sub f
ac50fbac
CR
1061tests/dollar-star6.sub f
1062tests/dollar-star7.sub f
d233b485
CR
1063tests/dollar-star8.sub f
1064tests/dollar-star9.sub f
8868edaf 1065tests/dollar-star10.sub f
726f6388 1066tests/dollar.right f
cce855bc
JA
1067tests/dstack.tests f
1068tests/dstack.right f
1069tests/dstack2.tests f
1070tests/dstack2.right f
d233b485
CR
1071tests/dynvar.tests f
1072tests/dynvar.right f
d166f048
JA
1073tests/errors.tests f
1074tests/errors.right f
ac50fbac
CR
1075tests/errors1.sub f
1076tests/errors2.sub f
1077tests/errors3.sub f
a0c0a00f
CR
1078tests/errors4.sub f
1079tests/errors5.sub f
1080tests/errors6.sub f
d233b485
CR
1081tests/errors7.sub f
1082tests/errors8.sub f
74091dd4 1083tests/errors9.sub f
d166f048 1084tests/execscript f
cce855bc
JA
1085tests/exec.right f
1086tests/exec1.sub f 755
1087tests/exec2.sub f
1088tests/exec3.sub f
1089tests/exec4.sub f
1090tests/exec5.sub f
28ef6c31 1091tests/exec6.sub f
b80f6443 1092tests/exec7.sub f
3185942a 1093tests/exec8.sub f
495aee44 1094tests/exec9.sub f
a0c0a00f
CR
1095tests/exec10.sub f
1096tests/exec11.sub f
1097tests/exec12.sub f
1098tests/exec13.sub f
8868edaf 1099tests/exec14.sub f
3185942a 1100tests/exp.tests f
726f6388 1101tests/exp.right f
3185942a
JA
1102tests/exp1.sub f
1103tests/exp2.sub f
0001803f 1104tests/exp3.sub f
495aee44 1105tests/exp4.sub f
ac50fbac
CR
1106tests/exp5.sub f
1107tests/exp6.sub f
a0c0a00f
CR
1108tests/exp7.sub f
1109tests/exp8.sub f
1110tests/exp9.sub f
d233b485
CR
1111tests/exp10.sub f
1112tests/exp11.sub f
1113tests/exp12.sub f
74091dd4 1114tests/exp13.sub f
a0c0a00f
CR
1115tests/exportfunc.tests f
1116tests/exportfunc.right f
1117tests/exportfunc1.sub f
1118tests/exportfunc2.sub f
1119tests/exportfunc3.sub f
cce855bc
JA
1120tests/extglob.tests f
1121tests/extglob.right f
0628567a 1122tests/extglob1.sub f
ac50fbac 1123tests/extglob1a.sub f
a0c0a00f 1124tests/extglob2.sub f
bb70624e
JA
1125tests/extglob2.tests f
1126tests/extglob2.right f
a0c0a00f 1127tests/extglob3.sub f
95732b49
JA
1128tests/extglob3.tests f
1129tests/extglob3.right f
a0c0a00f 1130tests/extglob4.sub f
d233b485 1131tests/extglob5.sub f
74091dd4
CR
1132tests/extglob6.sub f
1133tests/extglob7.sub f
d166f048
JA
1134tests/func.tests f
1135tests/func.right f
bb70624e 1136tests/func1.sub f
28ef6c31
JA
1137tests/func2.sub f
1138tests/func3.sub f
495aee44 1139tests/func4.sub f
d166f048
JA
1140tests/getopts.tests f
1141tests/getopts.right f
cce855bc
JA
1142tests/getopts1.sub f
1143tests/getopts2.sub f
1144tests/getopts3.sub f
1145tests/getopts4.sub f
1146tests/getopts5.sub f
1147tests/getopts6.sub f
1148tests/getopts7.sub f
a0c0a00f
CR
1149tests/getopts8.sub f
1150tests/getopts9.sub f
1151tests/getopts10.sub f
0001803f 1152tests/glob.tests f
cce855bc 1153tests/glob1.sub f
d233b485
CR
1154tests/glob2.sub f
1155tests/glob3.sub f
1156tests/glob4.sub f
8868edaf
CR
1157tests/glob5.sub f
1158tests/glob6.sub f
1159tests/glob7.sub f
1160tests/glob8.sub f
1161tests/glob9.sub f
74091dd4 1162tests/glob10.sub f
726f6388 1163tests/glob.right f
0001803f
CR
1164tests/globstar.tests f
1165tests/globstar.right f
1166tests/globstar1.sub f
ac50fbac 1167tests/globstar2.sub f
8868edaf 1168tests/globstar3.sub f
ccc6cda3
JA
1169tests/heredoc.tests f
1170tests/heredoc.right f
17345e5a 1171tests/heredoc1.sub f
ac50fbac
CR
1172tests/heredoc2.sub f
1173tests/heredoc3.sub f
d233b485 1174tests/heredoc4.sub f
8868edaf 1175tests/heredoc5.sub f
74091dd4
CR
1176tests/heredoc6.sub f
1177tests/heredoc7.sub f
7117c2d2
JA
1178tests/herestr.tests f
1179tests/herestr.right f
a0c0a00f 1180tests/herestr1.sub f
cce855bc 1181tests/histexp.tests f
a0c0a00f
CR
1182tests/histexp1.sub f
1183tests/histexp2.sub f
1184tests/histexp3.sub f
1185tests/histexp4.sub f
d233b485
CR
1186tests/histexp5.sub f
1187tests/histexp6.sub f
8868edaf 1188tests/histexp7.sub f
cce855bc 1189tests/histexp.right f
d166f048
JA
1190tests/history.tests f
1191tests/history.right f
95732b49 1192tests/history.list f 444
3185942a 1193tests/history1.sub f
0001803f 1194tests/history2.sub f
d233b485 1195tests/history3.sub f
8868edaf
CR
1196tests/history4.sub f
1197tests/history5.sub f
74091dd4 1198tests/history6.sub f
7117c2d2
JA
1199tests/ifs.tests f
1200tests/ifs.right f
d233b485 1201tests/ifs1.sub f
95732b49
JA
1202tests/ifs-posix.tests f
1203tests/ifs-posix.right f
726f6388
JA
1204tests/input-line.sh f
1205tests/input-line.sub f
1206tests/input.right f
95732b49 1207tests/intl.tests f
3185942a 1208tests/intl1.sub f
495aee44 1209tests/intl2.sub f
a0c0a00f 1210tests/intl3.sub f
95732b49
JA
1211tests/intl.right f
1212tests/iquote.tests f
1213tests/iquote.right f
ac50fbac 1214tests/iquote1.sub f
bb70624e
JA
1215tests/invert.tests f
1216tests/invert.right f
d166f048 1217tests/jobs.tests f
cce855bc
JA
1218tests/jobs1.sub f
1219tests/jobs2.sub f
bb70624e 1220tests/jobs3.sub f
b80f6443 1221tests/jobs4.sub f
ac50fbac 1222tests/jobs5.sub f
d233b485 1223tests/jobs6.sub f
8868edaf 1224tests/jobs7.sub f
d166f048 1225tests/jobs.right f
495aee44
CR
1226tests/lastpipe.right f
1227tests/lastpipe.tests f
1228tests/lastpipe1.sub f
a0c0a00f 1229tests/lastpipe2.sub f
74091dd4 1230tests/lastpipe3.sub f
3185942a
JA
1231tests/mapfile.data f
1232tests/mapfile.right f
1233tests/mapfile.tests f
17345e5a 1234tests/mapfile1.sub f
a0c0a00f 1235tests/mapfile2.sub f
ccc6cda3
JA
1236tests/more-exp.tests f
1237tests/more-exp.right f
ac50fbac
CR
1238tests/nameref.tests f
1239tests/nameref1.sub f
1240tests/nameref2.sub f
1241tests/nameref3.sub f
1242tests/nameref4.sub f
1243tests/nameref5.sub f
1244tests/nameref6.sub f
1245tests/nameref7.sub f
1246tests/nameref8.sub f
a0c0a00f
CR
1247tests/nameref9.sub f
1248tests/nameref10.sub f
1249tests/nameref11.sub f
1250tests/nameref12.sub f
1251tests/nameref13.sub f
1252tests/nameref14.sub f
1253tests/nameref15.sub f
1254tests/nameref16.sub f
1255tests/nameref17.sub f
1256tests/nameref18.sub f
d233b485
CR
1257tests/nameref19.sub f
1258tests/nameref20.sub f
1259tests/nameref21.sub f
74091dd4
CR
1260tests/nameref22.sub f
1261tests/nameref23.sub f
ac50fbac 1262tests/nameref.right f
726f6388 1263tests/new-exp.tests f
cce855bc
JA
1264tests/new-exp1.sub f
1265tests/new-exp2.sub f
bb70624e 1266tests/new-exp3.sub f
b80f6443 1267tests/new-exp4.sub f
95732b49 1268tests/new-exp5.sub f
0628567a 1269tests/new-exp6.sub f
3185942a 1270tests/new-exp7.sub f
495aee44 1271tests/new-exp8.sub f
ac50fbac 1272tests/new-exp9.sub f
a0c0a00f 1273tests/new-exp10.sub f
d233b485 1274tests/new-exp11.sub f
8868edaf
CR
1275tests/new-exp12.sub f
1276tests/new-exp13.sub f
1277tests/new-exp14.sub f
1278tests/new-exp15.sub f
74091dd4 1279tests/new-exp16.sub f
726f6388 1280tests/new-exp.right f
ccc6cda3
JA
1281tests/nquote.tests f
1282tests/nquote.right f
0001803f 1283tests/nquote1.sub f
ac50fbac 1284tests/nquote2.sub f
a0c0a00f 1285tests/nquote3.sub f
74091dd4
CR
1286tests/nquote4.sub f
1287tests/nquote5.sub f
7117c2d2
JA
1288tests/nquote1.tests f
1289tests/nquote1.right f
1290tests/nquote2.tests f
1291tests/nquote2.right f
1292tests/nquote3.tests f
1293tests/nquote3.right f
b80f6443
JA
1294tests/nquote4.tests f
1295tests/nquote4.right f
3185942a
JA
1296tests/nquote5.tests f
1297tests/nquote5.right f
a0c0a00f
CR
1298tests/parser.tests f
1299tests/parser.right f
1300tests/parser1.sub f
ccc6cda3
JA
1301tests/posix2.tests f
1302tests/posix2.right f
d233b485 1303tests/posix2syntax.sub f
495aee44
CR
1304tests/posixexp.tests f
1305tests/posixexp.right f
1306tests/posixexp1.sub f
1307tests/posixexp2.sub f
d233b485
CR
1308tests/posixexp3.sub f
1309tests/posixexp4.sub f
1310tests/posixexp5.sub f
1311tests/posixexp6.sub f
1312tests/posixexp7.sub f
8868edaf 1313tests/posixexp8.sub f
495aee44
CR
1314tests/posixexp2.tests f
1315tests/posixexp2.right f
cce855bc
JA
1316tests/posixpat.tests f
1317tests/posixpat.right f
495aee44
CR
1318tests/posixpipe.tests f
1319tests/posixpipe.right f
726f6388 1320tests/prec.right f
8868edaf 1321tests/precedence.tests f
cce855bc
JA
1322tests/printf.tests f
1323tests/printf.right f
495aee44 1324tests/printf1.sub f
0001803f 1325tests/printf2.sub f
495aee44 1326tests/printf3.sub f
ac50fbac 1327tests/printf4.sub f
d233b485
CR
1328tests/procsub.tests f
1329tests/procsub.right f
1330tests/procsub1.sub f
8868edaf 1331tests/procsub2.sub f
ccc6cda3
JA
1332tests/quote.tests f
1333tests/quote.right f
ac50fbac 1334tests/quote1.sub f
d233b485 1335tests/quote2.sub f
8868edaf
CR
1336tests/quote3.sub f
1337tests/quote4.sub f
74091dd4
CR
1338tests/quotearray.right f
1339tests/quotearray.tests f
1340tests/quotearray1.sub f
1341tests/quotearray2.sub f
1342tests/quotearray3.sub f
1343tests/quotearray4.sub f
1344tests/quotearray5.sub f
ccc6cda3
JA
1345tests/read.tests f
1346tests/read.right f
bb70624e
JA
1347tests/read1.sub f
1348tests/read2.sub f
1349tests/read3.sub f
7117c2d2 1350tests/read4.sub f
b80f6443 1351tests/read5.sub f
3185942a 1352tests/read6.sub f
74091dd4
CR
1353tests/read7.sub f
1354tests/read8.sub f
d166f048
JA
1355tests/redir.tests f
1356tests/redir.right f
1357tests/redir1.sub f
1358tests/redir2.sub f
1359tests/redir3.sub f
1360tests/redir3.in1 f
1361tests/redir3.in2 f
1362tests/redir4.sub f
1363tests/redir4.in1 f
7117c2d2 1364tests/redir5.sub f
b80f6443 1365tests/redir6.sub f
95732b49 1366tests/redir7.sub f
3185942a
JA
1367tests/redir8.sub f
1368tests/redir9.sub f
ac50fbac 1369tests/redir10.sub f
a0c0a00f 1370tests/redir11.sub f
ccc6cda3
JA
1371tests/rhs-exp.tests f
1372tests/rhs-exp.right f
ac50fbac 1373tests/rhs-exp1.sub f
d166f048
JA
1374tests/rsh.tests f
1375tests/rsh.right f
d233b485
CR
1376tests/rsh1.sub f
1377tests/rsh2.sub f
726f6388 1378tests/run-all f
d166f048 1379tests/run-minimal f
b80f6443 1380tests/run-alias f
95732b49 1381tests/run-appendop f
bb70624e 1382tests/run-arith-for f
ccc6cda3
JA
1383tests/run-arith f
1384tests/run-array f
cce855bc 1385tests/run-array2 f
3185942a 1386tests/run-assoc f
a0c0a00f 1387tests/run-attr f
ccc6cda3 1388tests/run-braces f
d166f048 1389tests/run-builtins f
3185942a
JA
1390tests/run-case f
1391tests/run-casemod f
8868edaf 1392tests/run-complete f
3185942a
JA
1393tests/run-comsub f
1394tests/run-comsub-eof f
1395tests/run-comsub-posix f
cce855bc 1396tests/run-cond f
3185942a 1397tests/run-coproc f
b72432fd 1398tests/run-cprint f
b80f6443
JA
1399tests/run-dbg-support f
1400tests/run-dbg-support2 f
d166f048 1401tests/run-dirstack f
726f6388 1402tests/run-dollars f
d233b485 1403tests/run-dynvar f
d166f048
JA
1404tests/run-errors f
1405tests/run-execscript f
726f6388 1406tests/run-exp-tests f
a0c0a00f 1407tests/run-exportfunc f
cce855bc 1408tests/run-extglob f
bb70624e 1409tests/run-extglob2 f
95732b49 1410tests/run-extglob3 f
d166f048
JA
1411tests/run-func f
1412tests/run-getopts f
726f6388 1413tests/run-glob-test f
0001803f 1414tests/run-globstar f
ccc6cda3 1415tests/run-heredoc f
7117c2d2 1416tests/run-herestr f
d166f048
JA
1417tests/run-histexpand f
1418tests/run-history f
7117c2d2 1419tests/run-ifs f
95732b49 1420tests/run-ifs-posix f
726f6388 1421tests/run-input-test f
95732b49
JA
1422tests/run-intl f
1423tests/run-iquote f
bb70624e 1424tests/run-invert f
d166f048 1425tests/run-jobs f
495aee44 1426tests/run-lastpipe f
3185942a 1427tests/run-mapfile f
ccc6cda3 1428tests/run-more-exp f
ac50fbac 1429tests/run-nameref f
726f6388 1430tests/run-new-exp f
ccc6cda3 1431tests/run-nquote f
7117c2d2
JA
1432tests/run-nquote1 f
1433tests/run-nquote2 f
1434tests/run-nquote3 f
b80f6443 1435tests/run-nquote4 f
3185942a 1436tests/run-nquote5 f
a0c0a00f 1437tests/run-parser f
ccc6cda3 1438tests/run-posix2 f
495aee44
CR
1439tests/run-posixexp f
1440tests/run-posixexp2 f
cce855bc 1441tests/run-posixpat f
495aee44 1442tests/run-posixpipe f
726f6388 1443tests/run-precedence f
cce855bc 1444tests/run-printf f
d233b485 1445tests/run-procsub f
ccc6cda3 1446tests/run-quote f
74091dd4 1447tests/run-quotearray f
ccc6cda3 1448tests/run-read f
d166f048 1449tests/run-redir f
ccc6cda3 1450tests/run-rhs-exp f
d166f048 1451tests/run-rsh f
cce855bc 1452tests/run-set-e f
b80f6443 1453tests/run-set-x f
cce855bc 1454tests/run-shopt f
726f6388 1455tests/run-strip f
ccc6cda3
JA
1456tests/run-test f
1457tests/run-tilde f
95732b49 1458tests/run-tilde2 f
d166f048
JA
1459tests/run-trap f
1460tests/run-type f
726f6388 1461tests/run-varenv f
0001803f 1462tests/run-vredir f
17345e5a
JA
1463tests/set-e.tests f
1464tests/set-e1.sub f
1465tests/set-e2.sub f
ac50fbac
CR
1466tests/set-e3.sub f
1467tests/set-e3a.sub f
726f6388 1468tests/set-e.right f
b80f6443 1469tests/set-x.tests f
0001803f 1470tests/set-x1.sub f
b80f6443 1471tests/set-x.right f
8868edaf
CR
1472tests/shopt.tests f
1473tests/shopt1.sub f
cce855bc 1474tests/shopt.right f
726f6388
JA
1475tests/strip.tests f
1476tests/strip.right f
bb70624e 1477tests/test.tests f
d233b485 1478tests/test1.sub f
ccc6cda3 1479tests/test.right f
95732b49 1480tests/tilde.tests f
726f6388 1481tests/tilde.right f
95732b49
JA
1482tests/tilde2.tests f
1483tests/tilde2.right f
74091dd4 1484tests/tilde3.sub f
d166f048
JA
1485tests/trap.tests f
1486tests/trap.right f
cce855bc 1487tests/trap1.sub f 755
f73dda09
JA
1488tests/trap2.sub f 755
1489tests/trap2a.sub f 755
0001803f 1490tests/trap3.sub f
ac50fbac
CR
1491tests/trap4.sub f
1492tests/trap5.sub f
d233b485 1493tests/trap6.sub f
d166f048
JA
1494tests/type.tests f
1495tests/type.right f
3185942a 1496tests/type1.sub f
0001803f 1497tests/type2.sub f
495aee44 1498tests/type3.sub f
ac50fbac
CR
1499tests/type4.sub f
1500tests/unicode1.sub f
1501tests/unicode2.sub f
1502tests/unicode3.sub f
726f6388 1503tests/varenv.right f
d233b485 1504tests/varenv.tests f
28ef6c31 1505tests/varenv1.sub f
7117c2d2 1506tests/varenv2.sub f
ac50fbac
CR
1507tests/varenv3.sub f
1508tests/varenv4.sub f
1509tests/varenv5.sub f
1510tests/varenv6.sub f
a0c0a00f
CR
1511tests/varenv7.sub f
1512tests/varenv8.sub f
d233b485
CR
1513tests/varenv9.sub f
1514tests/varenv10.sub f
1515tests/varenv11.sub f
1516tests/varenv12.sub f
1517tests/varenv13.sub f
1518tests/varenv14.sub f
1519tests/varenv15.sub f
1520tests/varenv15.in f
8868edaf
CR
1521tests/varenv16.sub f
1522tests/varenv17.sub f
1523tests/varenv18.sub f
1524tests/varenv19.sub f
1525tests/varenv20.sub f
1526tests/varenv21.sub f
74091dd4 1527tests/varenv22.sub f
d166f048
JA
1528tests/version f
1529tests/version.mini f
0001803f
CR
1530tests/vredir.tests f
1531tests/vredir.right f
1532tests/vredir1.sub f
1533tests/vredir2.sub f
1534tests/vredir3.sub f
1535tests/vredir4.sub f
1536tests/vredir5.sub f
495aee44 1537tests/vredir6.sub f
a0c0a00f 1538tests/vredir7.sub f
74091dd4 1539tests/vredir8.sub f
bb70624e 1540tests/misc/dev-tcp.tests f
cce855bc 1541tests/misc/perf-script f
bb70624e
JA
1542tests/misc/perftest f
1543tests/misc/read-nchars.tests f
cce855bc
JA
1544tests/misc/redir-t2.sh f
1545tests/misc/run-r2.sh f
1546tests/misc/sigint-1.sh f
1547tests/misc/sigint-2.sh f
1548tests/misc/sigint-3.sh f
1549tests/misc/sigint-4.sh f
726f6388
JA
1550tests/misc/test-minus-e.1 f
1551tests/misc/test-minus-e.2 f
bb70624e 1552tests/misc/wait-bg.tests f
ac50fbac
CR
1553#examples/scripts.v2/PERMISSION f
1554#examples/scripts.v2/README f
1555#examples/scripts.v2/arc2tarz f
1556#examples/scripts.v2/bashrand f
1557#examples/scripts.v2/cal2day.bash f
1558#examples/scripts.v2/cdhist.bash f
1559#examples/scripts.v2/corename f
1560#examples/scripts.v2/fman f
1561#examples/scripts.v2/frcp f
1562#examples/scripts.v2/lowercase f
1563#examples/scripts.v2/ncp f
1564#examples/scripts.v2/newext f
1565#examples/scripts.v2/nmv f
1566#examples/scripts.v2/pages f
1567#examples/scripts.v2/pf f
1568#examples/scripts.v2/ren f
1569#examples/scripts.v2/rename f
1570#examples/scripts.v2/repeat f
1571#examples/scripts.v2/untar f
1572#examples/scripts.v2/uudec f
1573#examples/scripts.v2/uuenc f
1574#examples/scripts.v2/vtree f
1575#examples/scripts.v2/where f
1576#examples/scripts.v2/pmtop f
1577#examples/scripts.v2/shprof f
1578#examples/scripts.noah/PERMISSION f
1579#examples/scripts.noah/README f
1580#examples/scripts.noah/aref.bash f
1581#examples/scripts.noah/bash.sub.bash f
1582#examples/scripts.noah/bash_version.bash f
1583#examples/scripts.noah/meta.bash f
1584#examples/scripts.noah/mktmp.bash f
1585#examples/scripts.noah/number.bash f
1586#examples/scripts.noah/prompt.bash f
1587#examples/scripts.noah/remap_keys.bash f
1588#examples/scripts.noah/require.bash f
1589#examples/scripts.noah/send_mail.bash f
1590#examples/scripts.noah/shcat.bash f
1591#examples/scripts.noah/source.bash f
1592#examples/scripts.noah/string.bash f
1593#examples/scripts.noah/stty.bash f
1594#examples/scripts.noah/y_or_n_p.bash f