]> git.ipfire.org Git - thirdparty/bash.git/blame - MANIFEST
complete initial implementation of nofork command substitution (${ command; })
[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
c7e43312 13#examples/obashdb d
5378804d 14examples/bash-completion d
bb70624e 15examples/complete d
726f6388
JA
16examples/functions d
17examples/scripts d
c7e43312
CR
18#examples/scripts.v2 d
19#examples/scripts.noah d
726f6388 20examples/startup-files d
c7e43312 21#examples/startup-files/apple d
ccc6cda3
JA
22examples/misc d
23examples/loadables d
bb70624e 24examples/loadables/perl d
b3b5f4bb 25examples/shellmath d
bb70624e 26include d
726f6388 27lib d
726f6388
JA
28lib/glob d
29lib/glob/doc d
5e13499c 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
278286c9 38m4 d
5e13499c 39po d
726f6388
JA
40support d
41tests d
42tests/misc d
5e13499c 43ABOUT-NLS f
e9c75143 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
a7ad477f 57configure.ac f
4f562c6d 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
72206eb2 65array2.c f
f73dda09 66arrayfunc.c f
4ac1ff98 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
4ac1ff98 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
d3a24ed2 151pathnames.h.in f
2a1c81bf
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
d3a24ed2 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
abe2eb5b 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
6a8fd0ed 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
6392d7af 209#builtins/inlib.def f
726f6388
JA
210builtins/bashgetopt.c f
211builtins/common.h f
212builtins/bashgetopt.h f
e9e3e4fe 213#cross-build/cygwin32.cache f
b72432fd 214cross-build/x86-beos.cache f
b72432fd 215cross-build/opennt.cache f
89149ec0 216cross-build/qnx.cache f
bb70624e 217include/ansi_stdlib.h f
f73dda09 218include/chartypes.h f
bb70624e 219include/filecntl.h f
5e13499c 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
2d0c84ef 226include/posixselect.h f
bb70624e
JA
227include/posixstat.h f
228include/posixtime.h f
229include/posixwait.h f
adc6cff5 230include/shmbchar.h f
7117c2d2 231include/shmbutil.h f
bb70624e 232include/shtty.h f
278286c9 233include/stat-time.h f
bb70624e
JA
234include/stdc.h f
235include/systimes.h f
26db5626 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
5f8cde23 247lib/glob/gmisc.c f
571ba52b 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
5e13499c
CR
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
9ec5ed66 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
5a318736
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
d0ca3503 371lib/readline/posixselect.h f
726f6388 372lib/readline/posixstat.h f
128c5d41 373lib/readline/posixtime.h f
726f6388 374lib/readline/ansi_stdlib.h f
b72432fd 375lib/readline/rlstdc.h f
bb70624e 376lib/readline/rlprivate.h f
5a318736
CR
377lib/readline/colors.h f
378lib/readline/parse-colors.h f
bb70624e 379lib/readline/xmalloc.h f
ccc6cda3 380lib/readline/doc/Makefile f
d3a24ed2
CR
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
e03142c5 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
d06fefb2 401lib/sh/anonfile.c f
29d25b54 402lib/sh/casemod.c f
cce855bc 403lib/sh/clktck.c f
bb70624e 404lib/sh/clock.c f
64419627 405lib/sh/dprintf.c f
ac18b312 406lib/sh/eaccess.c f
f73dda09
JA
407lib/sh/fmtullong.c f
408lib/sh/fmtulong.c f
7117c2d2 409lib/sh/fmtumax.c f
8f714a7c 410lib/sh/fnxform.c f
53ac45a3 411lib/sh/fpurge.c f
cce855bc
JA
412lib/sh/getcwd.c f
413lib/sh/getenv.c f
32ba27b4 414lib/sh/gettimeofday.c f
bb70624e 415lib/sh/inet_aton.c f
547ef914 416lib/sh/input_avail.c f
cce855bc 417lib/sh/itos.c f
f73dda09 418lib/sh/mailstat.c f
bb70624e 419lib/sh/makepath.c f
d0ca3503
CR
420lib/sh/mbscasecmp.c f
421lib/sh/mbschr.c f
57a07124 422lib/sh/mbscmp.c f
72c4a0f4 423lib/sh/mbsncmp.c f
7117c2d2
JA
424lib/sh/memset.c f
425lib/sh/mktime.c f
426lib/sh/netconn.c f
bb70624e 427lib/sh/netopen.c f
cce855bc 428lib/sh/oslib.c f
28ef6c31
JA
429lib/sh/pathcanon.c f
430lib/sh/pathphys.c f
37adc8b9 431lib/sh/random.c f
b72432fd 432lib/sh/rename.c f
cce855bc 433lib/sh/setlinebuf.c f
d3a24ed2 434lib/sh/shmatch.c f
adc6cff5 435lib/sh/shmbchar.c f
bb70624e
JA
436lib/sh/shquote.c f
437lib/sh/shtty.c f
f73dda09 438lib/sh/snprintf.c f
28ef6c31 439lib/sh/spell.c f
cce855bc 440lib/sh/strcasecmp.c f
d0ca3503 441lib/sh/strcasestr.c f
1b6902d4 442lib/sh/strchrnul.c f
67440bc5 443lib/sh/strdup.c f
cce855bc 444lib/sh/strerror.c f
7117c2d2 445lib/sh/strftime.c f
28ef6c31
JA
446lib/sh/stringlist.c f
447lib/sh/stringvec.c f
d06fefb2 448lib/sh/strlcpy.c f
301e2142 449lib/sh/strnlen.c f
bb70624e 450lib/sh/strpbrk.c f
d06fefb2 451lib/sh/strscpy.c f
d3a24ed2 452lib/sh/strstr.c f
cce855bc 453lib/sh/strtod.c f
f73dda09 454lib/sh/strtoimax.c f
cce855bc 455lib/sh/strtol.c f
f73dda09 456lib/sh/strtoll.c f
cce855bc 457lib/sh/strtoul.c f
f73dda09
JA
458lib/sh/strtoull.c f
459lib/sh/strtoumax.c f
28ef6c31 460lib/sh/strtrans.c f
b325b0e9 461lib/sh/strvis.c f
26db5626 462lib/sh/timers.c f
bb70624e
JA
463lib/sh/times.c f
464lib/sh/timeval.c f
28ef6c31 465lib/sh/tmpfile.c f
29d25b54
CR
466lib/sh/uconvert.c f
467lib/sh/ufuncs.c f
eb0b2ad8 468lib/sh/unicode.c f
5c5c7523 469lib/sh/utf8.c f
cce855bc 470lib/sh/vprint.c f
d3ad40de 471lib/sh/wcsdup.c f
47b599dc 472lib/sh/wcsnwidth.c f
220537f2 473lib/sh/wcswidth.c f
7027abcb 474lib/sh/winsize.c f
7117c2d2 475lib/sh/zcatfd.c f
9cbcc93b 476lib/sh/zgetline.c f
d3ad40de 477lib/sh/zmapfd.c f
bb70624e
JA
478lib/sh/zread.c f
479lib/sh/zwrite.c f
ccc6cda3 480lib/termcap/Makefile.in f
bb70624e 481lib/termcap/ltcap.h f
726f6388
JA
482lib/termcap/termcap.c f
483lib/termcap/termcap.h f
484lib/termcap/tparam.c f
485lib/termcap/version.c f
b72432fd 486lib/tilde/README f
ccc6cda3 487lib/tilde/Makefile.in f
726f6388
JA
488lib/tilde/tilde.c f
489lib/tilde/tilde.h f
b72432fd 490lib/tilde/shell.c f
3be2a2ca 491m4/strtoimax.m4 f
278286c9
CR
492m4/stat-time.m4 f
493m4/timespec.m4 f
be4078d2
CR
494m4/codeset.m4 f
495m4/extern-inline.m4 f
496m4/fcntl-o.m4 f
497m4/gettext.m4 f
498m4/glibc2.m4 f
499m4/glibc21.m4 f
500m4/host-cpu-c-abi.m4 f
501m4/iconv.m4 f
502m4/intdiv0.m4 f
503m4/intl-thread-locale.m4 f
504m4/intl.m4 f
505m4/intlmacosx.m4 f
506m4/intmax.m4 f
507m4/inttypes-pri.m4 f
508m4/inttypes.m4 f
509m4/inttypes_h.m4 f
510m4/lcmessage.m4 f
511m4/lib-ld.m4 f
512m4/lib-link.m4 f
513m4/lib-prefix.m4 f
514m4/lock.m4 f
515m4/nls.m4 f
516m4/po.m4 f
517m4/printf-posix.m4 f
518m4/progtest.m4 f
9e48f856 519m4/pthread_rwlock_rdlock.m4 f
be4078d2
CR
520m4/size_max.m4 f
521m4/stdint_h.m4 f
522m4/threadlib.m4 f
523m4/uintmax_t.m4 f
524m4/ulonglong.m4 f
525m4/visibility.m4 f
526m4/wchar_t.m4 f
527m4/wint_t.m4 f
528m4/xsize.m4 f
5e13499c
CR
529po/LINGUAS f
530po/Makefile.in.in f
531po/Makevars f
532po/POTFILES.in f
245a493c 533po/README f
5e13499c
CR
534po/Rules-builtins f
535po/Rules-quot f
536po/bash.pot f
537po/boldquot.sed f
245a493c 538po/en@boldquot.gmo f
5e13499c 539po/en@boldquot.header f
5e13499c
CR
540po/en@boldquot.po f
541po/en@quot.gmo f
245a493c
CR
542po/en@quot.header f
543po/en@quot.po f
544po/af.gmo f
545po/af.po f
7a131ef2 546po/bg.gmo f
245a493c
CR
547po/bg.po f
548po/ca.gmo f
549po/ca.po f
bea29b7b
CR
550po/cs.gmo f
551po/cs.po f
c1854f2d
CR
552po/da.gmo f
553po/da.po f
245a493c
CR
554po/de.gmo f
555po/de.po f
2e74e964
CR
556po/el.gmo f
557po/el.po f
245a493c
CR
558po/eo.gmo f
559po/eo.po f
560po/es.gmo f
561po/es.po f
562po/et.gmo f
563po/et.po f
12ae1612
CR
564po/fi.gmo f
565po/fi.po f
245a493c
CR
566po/fr.gmo f
567po/fr.po f
b06e584e
CR
568po/ga.gmo f
569po/ga.po f
863d31ae
CR
570po/gl.gmo f
571po/gl.po f
55a5a4ac
CR
572po/hr.gmo f
573po/hr.po f
245a493c
CR
574po/hu.gmo f
575po/hu.po f
2e4498b3
CR
576po/id.gmo f
577po/id.po f
863d31ae
CR
578po/it.gmo f
579po/it.po f
245a493c
CR
580po/ja.gmo f
581po/ja.po f
f48a4895
CR
582po/ko.gmo f
583po/ko.po f
33fe8777
CR
584po/lt.gmo f
585po/lt.po f
245a493c 586po/nl.gmo f
58a975cb
CR
587po/nb.po f
588po/nb.gmo f
245a493c
CR
589po/nl.po f
590po/pl.gmo f
591po/pl.po f
2afeb2af
CR
592po/pt.gmo f
593po/pt.po f
245a493c
CR
594po/pt_BR.gmo f
595po/pt_BR.po f
596po/ro.gmo f
597po/ro.po f
11a6f9a9 598po/ru.gmo f
245a493c 599po/ru.po f
0684f276 600po/sk.gmo f
245a493c 601po/sk.po f
c1854f2d 602po/sl.gmo f
be06f778
CR
603po/sr.po f
604po/sr.gmo f
c1854f2d 605po/sl.po f
d3ad40de 606po/sv.gmo f
245a493c
CR
607po/sv.po f
608po/tr.gmo f
609po/tr.po f
220537f2
CR
610po/uk.gmo f
611po/uk.po f
245a493c
CR
612po/vi.gmo f
613po/vi.po f
3d8cce26
CR
614po/zh_CN.gmo f
615po/zh_CN.po f
dd4f3dd8
CR
616po/zh_TW.gmo f
617po/zh_TW.po f
5e13499c
CR
618po/insert-header.sin f
619po/quot.sed f
620po/remove-potcdate.sin f
726f6388
JA
621CWRU/misc/open-files.c f
622CWRU/misc/sigs.c f
726f6388
JA
623CWRU/misc/sigstat.c f
624CWRU/misc/bison f
b72432fd
JA
625CWRU/misc/errlist.c f
626CWRU/misc/hpux10-dlfcn.h f
726f6388
JA
627CWRU/PLATFORMS f
628CWRU/README f
726f6388 629CWRU/changelog f
ccc6cda3 630CWRU/sh-redir-hack f
ccc6cda3
JA
631doc/FAQ f
632doc/Makefile.in f
633doc/bash.1 f
634doc/bashbug.1 f
bb70624e
JA
635doc/builtins.1 f
636doc/rbash.1 f
ccc6cda3
JA
637doc/README f
638doc/INTRO f
ccc6cda3
JA
639doc/texinfo.tex f
640doc/bashref.texi f
d3a24ed2 641doc/version.texi f
ccc6cda3 642doc/bashref.info f
f036615e 643doc/bash.info f
ccc6cda3 644doc/article.ms f
cce855bc 645doc/htmlpost.sh f 755
d3a24ed2
CR
646doc/fdl.texi f
647doc/fdl.txt f
15baad62
CR
648#
649doc/article.ps f
650doc/rose94.ps f
651doc/bash.ps f
652doc/bashbug.ps f
653doc/builtins.ps f
654doc/rbash.ps f
655doc/bashref.ps f
656doc/bashref.dvi f
657doc/bash.0 f
658doc/bashbug.0 f
659doc/builtins.0 f
660doc/rbash.0 f
661doc/article.txt f
662doc/bash.html f
663doc/bashref.html f
664doc/article.pdf f
665doc/bash.pdf f
666doc/bashref.pdf f
667doc/rose94.pdf f
668doc/aosa-bash.pdf f
ff0adf8a 669doc/aosa-bash-full.pdf f
15baad62 670#
cce855bc 671support/Makefile.in f
4eb81d59 672support/bash.pc.in f
f73dda09 673support/bashversion.c f
33fe8777 674support/checkbashisms f 755
ccc6cda3 675support/config.guess f
5e13499c 676support/config.rpath f 755
ccc6cda3 677support/config.sub f
d166f048
JA
678support/printenv.sh f 755
679support/printenv.c f
726f6388 680support/bash.xbm f
b72432fd 681support/missing f 755
ccc6cda3 682support/mkclone f 755
d166f048 683support/mkconffiles f 755
ccc6cda3 684support/mkdirs f 755
5e13499c 685support/mkinstalldirs f 755
d166f048 686support/mkversion.sh f 755
ccc6cda3 687support/mksignames.c f
dc8fbaf9 688support/signames.c f
726f6388 689support/bashbug.sh f
31a8d95a 690support/bashbug.sh.in f
cce855bc 691support/man2html.c f
726f6388 692support/recho.c f
ccc6cda3 693support/zecho.c f
dd4f3dd8 694support/xcase.c f
726f6388 695support/SYMLINKS f
ccc6cda3
JA
696support/fixlinks f 755
697support/install.sh f 755
d3a24ed2 698support/texi2dvi f 755
b72432fd 699support/texi2html f 755
d166f048 700support/xenix-link.sh f 755
b72432fd
JA
701support/shobj-conf f 755
702support/rlvers.sh f 755
b317c077
CR
703examples/INDEX.txt f
704examples/INDEX.html f
c7e43312
CR
705#examples/obashdb/PERMISSION f
706#examples/obashdb/README f
707#examples/obashdb/bashdb f
708#examples/obashdb/bashdb.el f
5378804d
CR
709examples/bash-completion/README f
710examples/bash-completion/bash-completion-2.5.tar.xz f
dd4f3dd8 711examples/complete/bash_completion f
45c0f7f8 712examples/complete/cdfunc f
bb70624e 713examples/complete/complete-examples f
c7e43312
CR
714#examples/complete/complete.ianmac f
715#examples/complete/complete2.ianmac f
716#examples/complete/complete.freebsd f
717#examples/complete/complete.gnu-longopt f
d3a24ed2 718examples/complete/bashcc-1.0.1.tar.gz f
ccc6cda3 719examples/loadables/README f
b72432fd 720examples/loadables/template.c f
d54a7806 721examples/loadables/loadables.h f
cce855bc 722examples/loadables/Makefile.in f
900a813b 723examples/loadables/Makefile.inc.in f
f9ed510a 724examples/loadables/Makefile.sample.in f
ccc6cda3
JA
725examples/loadables/necho.c f
726examples/loadables/hello.c f
ef70f295 727examples/loadables/asort.c f
10db6565 728examples/loadables/accept.c f
ccc6cda3 729examples/loadables/print.c f
28ef6c31 730examples/loadables/realpath.c f
93e3d9f6 731examples/loadables/seq.c f
6f82653c 732examples/loadables/setpgid.c f
ccc6cda3 733examples/loadables/sleep.c f
d3a24ed2 734examples/loadables/strftime.c f
ccc6cda3 735examples/loadables/truefalse.c f
fffe80d4
CR
736examples/loadables/getconf.h f
737examples/loadables/getconf.c f
7e92fb35 738examples/loadables/fdflags.c f
ccc6cda3
JA
739examples/loadables/finfo.c f
740examples/loadables/cat.c f
96a2ec12 741examples/loadables/csv.c f
7547afdf 742examples/loadables/dsv.c f
277c21d2 743examples/loadables/kv.c f
96a2ec12 744examples/loadables/cut.c f
900a813b 745examples/loadables/logname.c f
ccc6cda3
JA
746examples/loadables/basename.c f
747examples/loadables/dirname.c f
748examples/loadables/tty.c f
749examples/loadables/pathchk.c f
750examples/loadables/tee.c f
553a7d66 751examples/loadables/rm.c f
ccc6cda3
JA
752examples/loadables/rmdir.c f
753examples/loadables/head.c f
b72432fd 754examples/loadables/printenv.c f
28ef6c31 755examples/loadables/push.c f
b72432fd
JA
756examples/loadables/id.c f
757examples/loadables/whoami.c f
758examples/loadables/uname.c f
759examples/loadables/sync.c f
760examples/loadables/mkdir.c f
f65f3d54 761examples/loadables/mkfifo.c f
befdddcb 762examples/loadables/mktemp.c f
b72432fd 763examples/loadables/ln.c f
40c8fbee 764examples/loadables/mypid.c f
b72432fd 765examples/loadables/unlink.c f
553a7d66 766examples/loadables/stat.c f
bb70624e
JA
767examples/loadables/perl/Makefile.in f
768examples/loadables/perl/README f
769examples/loadables/perl/bperl.c f
770examples/loadables/perl/iperl.c f
c7e43312
CR
771#examples/loadables/sprintf.c f
772#examples/loadables/xtitle.c f
bb70624e 773examples/functions/array-stuff f
28ef6c31 774examples/functions/array-to-string f
787bb204 775examples/functions/arrayops.bash f
726f6388 776examples/functions/autoload f
ccc6cda3 777examples/functions/autoload.v2 f
b72432fd 778examples/functions/autoload.v3 f
560db36b
CR
779examples/functions/autoload.v4 f
780examples/functions/autoload.v4.t f
cce855bc 781examples/functions/basename f
c7e43312
CR
782#examples/functions/basename2 f
783#examples/functions/coproc.bash f
784#examples/functions/coshell.README f
785#examples/functions/coshell.bash f
726f6388 786examples/functions/csh-compat f
c7e43312 787#examples/functions/dirfuncs f
cce855bc 788examples/functions/dirname f
0d9b018b 789examples/functions/dirstack f
c7e43312 790#examples/functions/emptydir f
726f6388
JA
791examples/functions/exitstat f
792examples/functions/external f
793examples/functions/fact f
726f6388 794examples/functions/fstty f
cce855bc 795examples/functions/func f
c7e43312
CR
796#examples/functions/gethtml f
797#examples/functions/getoptx.bash f
cce855bc 798examples/functions/inetaddr f
ccc6cda3 799examples/functions/inpath f
c7e43312 800#examples/functions/isnum.bash f
cce855bc 801examples/functions/isnum2 f
7117c2d2 802examples/functions/isvalidip f
c7e43312
CR
803#examples/functions/jdate.bash f
804#examples/functions/jj.bash f
805#examples/functions/keep f
28ef6c31 806examples/functions/ksh-cd f
bb70624e 807examples/functions/ksh-compat-test f
cce855bc
JA
808examples/functions/kshenv f
809examples/functions/login f
c7e43312
CR
810#examples/functions/lowercase f
811#examples/functions/manpage f
812#examples/functions/mhfold f
813#examples/functions/newdirstack.bsh f
cce855bc 814examples/functions/notify.bash f
f0c4de40
CR
815#examples/functions/pathfuncs f
816#examples/functions/recurse f
c7e43312
CR
817#examples/functions/repeat2 f
818#examples/functions/repeat3 f
cce855bc 819examples/functions/seq f
b72432fd 820examples/functions/seq2 f
cce855bc
JA
821examples/functions/shcat f
822examples/functions/shcat2 f
28ef6c31 823examples/functions/sort-pos-params f
c7e43312 824#examples/functions/sqroot f
cce855bc
JA
825examples/functions/substr f
826examples/functions/substr2 f
c7e43312 827#examples/functions/term f
cce855bc
JA
828examples/functions/whatis f
829examples/functions/whence f
b72432fd 830examples/functions/which f
c7e43312
CR
831#examples/functions/xalias.bash f
832#examples/functions/xfind.bash f
833#examples/scripts/adventure.sh f
834#examples/scripts/bash-hexdump.sh f
835#examples/scripts/bcsh.sh f
daff9eca 836examples/scripts/bcalc f
28ef6c31 837examples/scripts/cat.sh f
bb70624e 838examples/scripts/center f
c7e43312
CR
839#examples/scripts/dd-ex.sh f
840#examples/scripts/fixfiles.bash f
841#examples/scripts/hanoi.bash f
ccc6cda3 842examples/scripts/inpath f
c7e43312
CR
843#examples/scripts/krand.bash f
844#examples/scripts/line-input.bash f
845#examples/scripts/nohup.bash f
846#examples/scripts/precedence f
847#examples/scripts/randomcard.bash f
848#examples/scripts/scrollbar f
849#examples/scripts/scrollbar2 f
850#examples/scripts/self-repro f
851#examples/scripts/showperm.bash f
cce855bc 852examples/scripts/shprompt f
d166f048 853examples/scripts/spin.bash f
c7e43312
CR
854#examples/scripts/timeout f
855#examples/scripts/timeout2 f
856#examples/scripts/timeout3 f
857#examples/scripts/vtree2 f
858#examples/scripts/vtree3 f
859#examples/scripts/vtree3a f
f0c4de40 860#examples/scripts/websrv.sh f
bb70624e 861examples/scripts/xterm_title f
ccc6cda3
JA
862examples/scripts/zprintf f
863examples/startup-files/README f
cce855bc 864examples/startup-files/Bashrc.bfox f
726f6388
JA
865examples/startup-files/Bash_aliases f
866examples/startup-files/Bash_profile f
867examples/startup-files/bash-profile f
868examples/startup-files/bashrc f
c7e43312
CR
869#examples/startup-files/apple/README f
870#examples/startup-files/apple/aliases f
871#examples/startup-files/apple/bash.defaults f
872#examples/startup-files/apple/environment f
873#examples/startup-files/apple/login f
874#examples/startup-files/apple/logout f
875#examples/startup-files/apple/rc f
876#examples/misc/suncmd.termcap f
cce855bc
JA
877examples/misc/aliasconv.sh f
878examples/misc/aliasconv.bash f
ccc6cda3 879examples/misc/cshtobash f
b3b5f4bb
CR
880examples/shellmath/LICENSE f
881examples/shellmath/README.md f
882examples/shellmath/assert.sh f
128c5d41 883examples/shellmath/faster_e_demo.sh f
b3b5f4bb
CR
884examples/shellmath/image.png f
885examples/shellmath/runTests.sh f
886examples/shellmath/shellmath.sh f
128c5d41 887examples/shellmath/slower_e_demo.sh f
b3b5f4bb
CR
888examples/shellmath/testCases.in f
889examples/shellmath/timingData.txt f
726f6388 890tests/README f
d3ad40de 891tests/COPYRIGHT f
85ec0778 892tests/test-glue-functions f
d3a24ed2 893tests/alias.tests f
d5362af8 894tests/alias1.sub f
bd6a350e 895tests/alias2.sub f
124d67cd 896tests/alias3.sub f
911ae06c 897tests/alias4.sub f
376c9fe5 898tests/alias5.sub f
87a6e89e 899tests/alias6.sub f
a37b2af9 900tests/alias7.sub f
d3a24ed2 901tests/alias.right f
f75912ae 902tests/appendop.tests f
861a1900 903tests/appendop1.sub f
c111d992 904tests/appendop2.sub f
f75912ae 905tests/appendop.right f
bb70624e
JA
906tests/arith-for.tests f
907tests/arith-for.right f
ccc6cda3
JA
908tests/arith.tests f
909tests/arith.right f
762a763b
CR
910tests/arith1.sub f
911tests/arith2.sub f
108a433e 912tests/arith3.sub f
89c77bc7 913tests/arith4.sub f
77638cbf 914tests/arith5.sub f
f37a40a4 915tests/arith6.sub f
07357ec2 916tests/arith7.sub f
216e2e9b 917tests/arith8.sub f
ccc6cda3
JA
918tests/array.tests f
919tests/array.right f
d90269dd
CR
920tests/array1.sub f
921tests/array2.sub f
d11b8b46 922tests/array3.sub f
5e4a95c7 923tests/array4.sub f
e6598ba4
CR
924tests/array5.sub f
925tests/array6.sub f
fdf670ea 926tests/array7.sub f
09767ff0 927tests/array8.sub f
f2f9854d 928tests/array9.sub f
5f8cde23 929tests/array10.sub f
7fc96f79 930tests/array11.sub f
51f7ea36 931tests/array12.sub f
ed3f3b6c 932tests/array13.sub f
a7ad477f 933tests/array14.sub f
7571d3f4 934tests/array15.sub f
595e3e69 935tests/array16.sub f
b4a00022 936tests/array17.sub f
f3aad56d 937tests/array18.sub f
83633b6f 938tests/array19.sub f
06c3a575
CR
939tests/array20.sub f
940tests/array21.sub f
216e2e9b 941tests/array22.sub f
ec157dfe 942tests/array23.sub f
cb0c28b9 943tests/array24.sub f
bf5b8103 944tests/array25.sub f
07f38782 945tests/array26.sub f
5fab8dbf 946tests/array27.sub f
ce3e1a8c 947tests/array28.sub f
9928dcb4 948tests/array29.sub f
5f2dd5ff 949tests/array30.sub f
74113826 950tests/array31.sub f
cce855bc
JA
951tests/array-at-star f
952tests/array2.right f
fdf670ea
CR
953tests/assoc.tests f
954tests/assoc.right f
955tests/assoc1.sub f
956tests/assoc2.sub f
09767ff0
CR
957tests/assoc3.sub f
958tests/assoc4.sub f
6932f7f5 959tests/assoc5.sub f
3eb2d94a 960tests/assoc6.sub f
1f6ec1a8 961tests/assoc7.sub f
d7935593 962tests/assoc8.sub f
06db13a4 963tests/assoc9.sub f
8d125d8b 964tests/assoc10.sub f
5f49ef47 965tests/assoc11.sub f
11262b0b 966tests/assoc12.sub f
35bc7025 967tests/assoc13.sub f
ea32b611 968tests/assoc14.sub f
70d7c643 969tests/assoc15.sub f
701f36c2 970tests/assoc16.sub f
18612983 971tests/assoc17.sub f
2a1c81bf 972tests/assoc18.sub f
74113826
CR
973tests/assoc19.sub f
974`tests/attr.tests f
967625cd
CR
975tests/attr.right f
976tests/attr1.sub f
977tests/attr2.sub f
d3a24ed2 978tests/braces.tests f
ccc6cda3 979tests/braces.right f
d166f048
JA
980tests/builtins.tests f
981tests/builtins.right f
bb70624e
JA
982tests/builtins1.sub f
983tests/builtins2.sub f
3d35553a 984tests/builtins3.sub f
8b20235a 985tests/builtins4.sub f
06c3a575 986tests/builtins5.sub f
34ec1876 987tests/builtins6.sub f
3710ed62 988tests/builtins7.sub f
c4a2e374 989tests/builtins8.sub f
cce855bc
JA
990tests/source1.sub f
991tests/source2.sub f
992tests/source3.sub f
993tests/source4.sub f
994tests/source5.sub f
d3ad40de 995tests/source6.sub f
ceae08e0 996tests/source7.sub f
8943768b
CR
997tests/case.tests f
998tests/case.right f
a37d979e 999tests/case1.sub f
1a5fa30b 1000tests/case2.sub f
d155fbc5 1001tests/case3.sub f
a6ae8f35 1002tests/case4.sub f
09767ff0
CR
1003tests/casemod.tests f
1004tests/casemod.right f
53617490
CR
1005tests/complete.tests f
1006tests/complete.right f
d3ad40de
CR
1007tests/comsub.tests f
1008tests/comsub.right f
602bb739 1009tests/comsub1.sub f
34ec1876 1010tests/comsub2.sub f
b729dac1 1011tests/comsub3.sub f
ac495185 1012tests/comsub4.sub f
8ede7a90 1013tests/comsub5.sub f
b7b9d7c3 1014tests/comsub6.sub f
5d423d8a 1015tests/comsub7.sub f
e44e3d50
CR
1016tests/comsub2.tests f
1017tests/comsub2.right f
1018tests/comsub21.sub f
1019tests/comsub22.sub f
09767ff0
CR
1020tests/comsub-eof.tests f
1021tests/comsub-eof0.sub f
1022tests/comsub-eof1.sub f
1023tests/comsub-eof2.sub f
1024tests/comsub-eof3.sub f
1231ac47 1025tests/comsub-eof4.sub f
d83a0671 1026tests/comsub-eof5.sub f
5e061bb0 1027tests/comsub-eof6.sub f
09767ff0 1028tests/comsub-eof.right f
e33f2203
CR
1029tests/comsub-posix.tests f
1030tests/comsub-posix.right f
1031tests/comsub-posix1.sub f
6faad625 1032tests/comsub-posix2.sub f
e054386f 1033tests/comsub-posix3.sub f
a7309cab 1034tests/comsub-posix5.sub f
d0cd67ee 1035tests/comsub-posix6.sub f
cce855bc
JA
1036tests/cond.tests f
1037tests/cond.right f
4b82d1cd
CR
1038tests/cond-regexp1.sub f
1039tests/cond-regexp2.sub f
4a2c75c6 1040tests/cond-regexp3.sub f
09767ff0
CR
1041tests/coproc.tests f
1042tests/coproc.right f
b72432fd
JA
1043tests/cprint.tests f
1044tests/cprint.right f
d3a24ed2
CR
1045tests/dbg-support.right f
1046tests/dbg-support.sub f
1047tests/dbg-support.tests f
1048tests/dbg-support2.right f
1049tests/dbg-support2.tests f
76af2125 1050tests/dbg-support3.sub f
cce855bc 1051tests/dollar-at-star f
c7e43312 1052tests/dollar-at-star1.sub f
0d9b018b 1053tests/dollar-at-star2.sub f
b4a00022 1054tests/dollar-at-star3.sub f
e0722a04 1055tests/dollar-at-star4.sub f
f3aad56d 1056tests/dollar-at-star5.sub f
de8f1056 1057tests/dollar-at-star6.sub f
6f82653c 1058tests/dollar-at-star7.sub f
13eae87b 1059tests/dollar-at-star8.sub f
15a23d44 1060tests/dollar-at-star9.sub f
8f68f9f0
CR
1061tests/dollar-at-star10.sub f
1062tests/dollar-at-star11.sub f
12d937f9 1063tests/dollar-at1.sub f
762a763b 1064tests/dollar-at2.sub f
1231ac47 1065tests/dollar-at3.sub f
40647963 1066tests/dollar-at4.sub f
348a457e 1067tests/dollar-at5.sub f
4a2c75c6 1068tests/dollar-at6.sub f
7c4ef411 1069tests/dollar-at7.sub f
d3a24ed2 1070tests/dollar-star1.sub f
227f982e 1071tests/dollar-star2.sub f
09767ff0 1072tests/dollar-star3.sub f
1231ac47 1073tests/dollar-star4.sub f
94a5513e 1074tests/dollar-star5.sub f
0500de0b 1075tests/dollar-star6.sub f
1a81420a 1076tests/dollar-star7.sub f
514049fa 1077tests/dollar-star8.sub f
7c4ef411 1078tests/dollar-star9.sub f
f6388ab9 1079tests/dollar-star10.sub f
726f6388 1080tests/dollar.right f
cce855bc
JA
1081tests/dstack.tests f
1082tests/dstack.right f
1083tests/dstack2.tests f
1084tests/dstack2.right f
216e2e9b
CR
1085tests/dynvar.tests f
1086tests/dynvar.right f
d166f048
JA
1087tests/errors.tests f
1088tests/errors.right f
bfd181e7 1089tests/errors1.sub f
1f6ec1a8 1090tests/errors2.sub f
5f0df7f9 1091tests/errors3.sub f
34ec1876
CR
1092tests/errors4.sub f
1093tests/errors5.sub f
d7935593 1094tests/errors6.sub f
f602026a 1095tests/errors7.sub f
89b3a79d 1096tests/errors8.sub f
eb2d46d7 1097tests/errors9.sub f
d166f048 1098tests/execscript f
cce855bc
JA
1099tests/exec.right f
1100tests/exec1.sub f 755
1101tests/exec2.sub f
1102tests/exec3.sub f
1103tests/exec4.sub f
1104tests/exec5.sub f
28ef6c31 1105tests/exec6.sub f
d3a24ed2 1106tests/exec7.sub f
b1a26c01 1107tests/exec8.sub f
54a1fa7c 1108tests/exec9.sub f
1573ba78 1109tests/exec10.sub f
bd6a350e 1110tests/exec11.sub f
58a975cb 1111tests/exec12.sub f
1b05a005 1112tests/exec13.sub f
41e92b98 1113tests/exec14.sub f
b648a9ab 1114tests/exec15.sub f
e6598ba4 1115tests/exp.tests f
726f6388 1116tests/exp.right f
e6598ba4 1117tests/exp1.sub f
b0c16657 1118tests/exp2.sub f
e1e48bba 1119tests/exp3.sub f
adc6cff5 1120tests/exp4.sub f
9c2db999 1121tests/exp5.sub f
f4f5e1c2 1122tests/exp6.sub f
bd6a350e 1123tests/exp7.sub f
7afeb718 1124tests/exp8.sub f
13eae87b 1125tests/exp9.sub f
7c4ef411 1126tests/exp10.sub f
1a5fa30b 1127tests/exp11.sub f
f602026a 1128tests/exp12.sub f
2a1c81bf 1129tests/exp13.sub f
613d4ba4
CR
1130tests/exportfunc.tests f
1131tests/exportfunc.right f
1132tests/exportfunc1.sub f
1133tests/exportfunc2.sub f
1134tests/exportfunc3.sub f
cce855bc
JA
1135tests/extglob.tests f
1136tests/extglob.right f
462a7a25 1137tests/extglob1.sub f
15623760 1138tests/extglob1a.sub f
589afb3c 1139tests/extglob2.sub f
bb70624e
JA
1140tests/extglob2.tests f
1141tests/extglob2.right f
589afb3c 1142tests/extglob3.sub f
cac4cdbf
CR
1143tests/extglob3.tests f
1144tests/extglob3.right f
589afb3c 1145tests/extglob4.sub f
f602026a 1146tests/extglob5.sub f
fcad1d1e 1147tests/extglob6.sub f
da43077c 1148tests/extglob7.sub f
22f21b76 1149tests/extglob8.sub f
d166f048
JA
1150tests/func.tests f
1151tests/func.right f
bb70624e 1152tests/func1.sub f
28ef6c31
JA
1153tests/func2.sub f
1154tests/func3.sub f
6faad625 1155tests/func4.sub f
d166f048
JA
1156tests/getopts.tests f
1157tests/getopts.right f
cce855bc
JA
1158tests/getopts1.sub f
1159tests/getopts2.sub f
1160tests/getopts3.sub f
1161tests/getopts4.sub f
1162tests/getopts5.sub f
1163tests/getopts6.sub f
1164tests/getopts7.sub f
0a233f3e
CR
1165tests/getopts8.sub f
1166tests/getopts9.sub f
bddda3d2 1167tests/getopts10.sub f
94a5513e 1168tests/glob.tests f
cce855bc 1169tests/glob1.sub f
216e2e9b 1170tests/glob2.sub f
2afeb2af 1171tests/glob3.sub f
89b3a79d 1172tests/glob4.sub f
8a9718cf 1173tests/glob5.sub f
951bdaad
CR
1174tests/glob6.sub f
1175tests/glob7.sub f
5e061bb0 1176tests/glob8.sub f
94f428da 1177tests/glob9.sub f
18612983 1178tests/glob10.sub f
726f6388 1179tests/glob.right f
94a5513e
CR
1180tests/globstar.tests f
1181tests/globstar.right f
a8fd3f3e 1182tests/globstar1.sub f
8b20235a 1183tests/globstar2.sub f
9128f932 1184tests/globstar3.sub f
198210c5
CR
1185tests/glob-bracket.tests f
1186tests/glob-bracket.right f
ccc6cda3
JA
1187tests/heredoc.tests f
1188tests/heredoc.right f
4b9cc222 1189tests/heredoc1.sub f
40647963 1190tests/heredoc2.sub f
af32e54d 1191tests/heredoc3.sub f
d155fbc5 1192tests/heredoc4.sub f
befdddcb 1193tests/heredoc5.sub f
83c4ad27 1194tests/heredoc6.sub f
701f36c2 1195tests/heredoc7.sub f
5d423d8a 1196tests/heredoc8.sub f
7117c2d2
JA
1197tests/herestr.tests f
1198tests/herestr.right f
de8f1056 1199tests/herestr1.sub f
cce855bc 1200tests/histexp.tests f
58a975cb 1201tests/histexp1.sub f
f9b024c8 1202tests/histexp2.sub f
6f82653c
CR
1203tests/histexp3.sub f
1204tests/histexp4.sub f
3e03eaff 1205tests/histexp5.sub f
a078e04c 1206tests/histexp6.sub f
32ba27b4 1207tests/histexp7.sub f
cce855bc 1208tests/histexp.right f
d166f048
JA
1209tests/history.tests f
1210tests/history.right f
898cc92e 1211tests/history.list f 444
8e1a6eaa 1212tests/history1.sub f
c302751c 1213tests/history2.sub f
879213c6 1214tests/history3.sub f
87d2ae2a 1215tests/history4.sub f
fc94d474 1216tests/history5.sub f
fd2822e6 1217tests/history6.sub f
64b2b7c0 1218tests/history7.sub f
7117c2d2
JA
1219tests/ifs.tests f
1220tests/ifs.right f
216e2e9b 1221tests/ifs1.sub f
7790f917
CR
1222tests/ifs-posix.tests f
1223tests/ifs-posix.right f
726f6388
JA
1224tests/input-line.sh f
1225tests/input-line.sub f
1226tests/input.right f
d90269dd 1227tests/intl.tests f
b0c16657 1228tests/intl1.sub f
adc6cff5 1229tests/intl2.sub f
06c3a575 1230tests/intl3.sub f
315095ad 1231tests/intl4.sub f
d90269dd 1232tests/intl.right f
227f982e
CR
1233tests/iquote.tests f
1234tests/iquote.right f
efc2f955 1235tests/iquote1.sub f
bb70624e
JA
1236tests/invert.tests f
1237tests/invert.right f
d166f048 1238tests/jobs.tests f
cce855bc
JA
1239tests/jobs1.sub f
1240tests/jobs2.sub f
bb70624e 1241tests/jobs3.sub f
c2258e1c 1242tests/jobs4.sub f
c677e9e0 1243tests/jobs5.sub f
879213c6 1244tests/jobs6.sub f
9c10def1 1245tests/jobs7.sub f
d166f048 1246tests/jobs.right f
7d92f73f
CR
1247tests/lastpipe.right f
1248tests/lastpipe.tests f
1249tests/lastpipe1.sub f
f30e2230 1250tests/lastpipe2.sub f
3c5683a4 1251tests/lastpipe3.sub f
6a8fd0ed
CR
1252tests/mapfile.data f
1253tests/mapfile.right f
1254tests/mapfile.tests f
e141c35a 1255tests/mapfile1.sub f
25a0eacf 1256tests/mapfile2.sub f
ccc6cda3
JA
1257tests/more-exp.tests f
1258tests/more-exp.right f
d42cb8c1
CR
1259tests/nameref.tests f
1260tests/nameref1.sub f
1261tests/nameref2.sub f
1262tests/nameref3.sub f
1263tests/nameref4.sub f
1264tests/nameref5.sub f
15623760 1265tests/nameref6.sub f
ff325787 1266tests/nameref7.sub f
4a2c75c6 1267tests/nameref8.sub f
34ec1876 1268tests/nameref9.sub f
ff7c092e 1269tests/nameref10.sub f
814e1ff5
CR
1270tests/nameref11.sub f
1271tests/nameref12.sub f
1272tests/nameref13.sub f
bddda3d2 1273tests/nameref14.sub f
80df5e50
CR
1274tests/nameref15.sub f
1275tests/nameref16.sub f
1276tests/nameref17.sub f
ae0865bc 1277tests/nameref18.sub f
bf5b8103 1278tests/nameref19.sub f
8d125d8b 1279tests/nameref20.sub f
07f38782 1280tests/nameref21.sub f
5a7a52ea 1281tests/nameref22.sub f
3aec0ec3 1282tests/nameref23.sub f
49918d90 1283tests/nameref24.sub f
d42cb8c1 1284tests/nameref.right f
726f6388 1285tests/new-exp.tests f
cce855bc
JA
1286tests/new-exp1.sub f
1287tests/new-exp2.sub f
bb70624e 1288tests/new-exp3.sub f
d3a24ed2 1289tests/new-exp4.sub f
f75912ae 1290tests/new-exp5.sub f
d3ad40de 1291tests/new-exp6.sub f
4ac1ff98 1292tests/new-exp7.sub f
5f8cde23 1293tests/new-exp8.sub f
4e136352 1294tests/new-exp9.sub f
09f70f2f 1295tests/new-exp10.sub f
f602026a 1296tests/new-exp11.sub f
be4078d2 1297tests/new-exp12.sub f
0df4ddca 1298tests/new-exp13.sub f
5f49ef47 1299tests/new-exp14.sub f
4d270097 1300tests/new-exp15.sub f
f188aa6a 1301tests/new-exp16.sub f
726f6388 1302tests/new-exp.right f
ccc6cda3
JA
1303tests/nquote.tests f
1304tests/nquote.right f
824dfe68 1305tests/nquote1.sub f
21af69d5 1306tests/nquote2.sub f
900a813b 1307tests/nquote3.sub f
03de84de 1308tests/nquote4.sub f
bf09dfc0 1309tests/nquote5.sub f
7117c2d2
JA
1310tests/nquote1.tests f
1311tests/nquote1.right f
1312tests/nquote2.tests f
1313tests/nquote2.right f
1314tests/nquote3.tests f
1315tests/nquote3.right f
d3a24ed2
CR
1316tests/nquote4.tests f
1317tests/nquote4.right f
e6598ba4
CR
1318tests/nquote5.tests f
1319tests/nquote5.right f
aee3e561
CR
1320tests/parser.tests f
1321tests/parser.right f
1322tests/parser1.sub f
ccc6cda3
JA
1323tests/posix2.tests f
1324tests/posix2.right f
13b0033c 1325tests/posix2syntax.sub f
6faad625
CR
1326tests/posixexp.tests f
1327tests/posixexp.right f
e05be32d
CR
1328tests/posixexp1.sub f
1329tests/posixexp2.sub f
1a5fa30b
CR
1330tests/posixexp3.sub f
1331tests/posixexp4.sub f
2e412574
CR
1332tests/posixexp5.sub f
1333tests/posixexp6.sub f
3e03eaff 1334tests/posixexp7.sub f
0b39c3bc 1335tests/posixexp8.sub f
e05be32d
CR
1336tests/posixexp2.tests f
1337tests/posixexp2.right f
cce855bc
JA
1338tests/posixpat.tests f
1339tests/posixpat.right f
3d35553a
CR
1340tests/posixpipe.tests f
1341tests/posixpipe.right f
726f6388 1342tests/prec.right f
db26b1cf 1343tests/precedence.tests f
cce855bc
JA
1344tests/printf.tests f
1345tests/printf.right f
6faad625 1346tests/printf1.sub f
6932f7f5 1347tests/printf2.sub f
6faad625 1348tests/printf3.sub f
e107650c 1349tests/printf4.sub f
22cdf92b 1350tests/printf5.sub f
aa54feee
CR
1351tests/procsub.tests f
1352tests/procsub.right f
13b0033c 1353tests/procsub1.sub f
5f49ef47 1354tests/procsub2.sub f
ccc6cda3
JA
1355tests/quote.tests f
1356tests/quote.right f
8b20235a 1357tests/quote1.sub f
8d125d8b 1358tests/quote2.sub f
3eef8553 1359tests/quote3.sub f
e230f997 1360tests/quote4.sub f
35bc7025
CR
1361tests/quotearray.right f
1362tests/quotearray.tests f
1363tests/quotearray1.sub f
1364tests/quotearray2.sub f
1365tests/quotearray3.sub f
a30f513f 1366tests/quotearray4.sub f
88bdb448 1367tests/quotearray5.sub f
ccc6cda3
JA
1368tests/read.tests f
1369tests/read.right f
bb70624e
JA
1370tests/read1.sub f
1371tests/read2.sub f
1372tests/read3.sub f
7117c2d2 1373tests/read4.sub f
762a763b 1374tests/read5.sub f
a9fac3b2 1375tests/read6.sub f
11bf534f 1376tests/read7.sub f
35bc7025 1377tests/read8.sub f
22cdf92b 1378tests/read9.sub f
d166f048
JA
1379tests/redir.tests f
1380tests/redir.right f
1381tests/redir1.sub f
1382tests/redir2.sub f
1383tests/redir3.sub f
1384tests/redir3.in1 f
1385tests/redir3.in2 f
1386tests/redir4.sub f
1387tests/redir4.in1 f
7117c2d2 1388tests/redir5.sub f
d3a24ed2 1389tests/redir6.sub f
eb2bb562 1390tests/redir7.sub f
b0c16657 1391tests/redir8.sub f
8943768b 1392tests/redir9.sub f
c5402025 1393tests/redir10.sub f
ca4a0ec2 1394tests/redir11.sub f
ccc6cda3
JA
1395tests/rhs-exp.tests f
1396tests/rhs-exp.right f
9c2db999 1397tests/rhs-exp1.sub f
d166f048
JA
1398tests/rsh.tests f
1399tests/rsh.right f
2e412574
CR
1400tests/rsh1.sub f
1401tests/rsh2.sub f
726f6388 1402tests/run-all f
d166f048 1403tests/run-minimal f
d3a24ed2 1404tests/run-alias f
f75912ae 1405tests/run-appendop f
bb70624e 1406tests/run-arith-for f
ccc6cda3
JA
1407tests/run-arith f
1408tests/run-array f
cce855bc 1409tests/run-array2 f
fdf670ea 1410tests/run-assoc f
967625cd 1411tests/run-attr f
ccc6cda3 1412tests/run-braces f
d166f048 1413tests/run-builtins f
8943768b 1414tests/run-case f
09767ff0 1415tests/run-casemod f
53617490 1416tests/run-complete f
d3ad40de 1417tests/run-comsub f
e44e3d50 1418tests/run-comsub2 f
09767ff0 1419tests/run-comsub-eof f
e33f2203 1420tests/run-comsub-posix f
cce855bc 1421tests/run-cond f
09767ff0 1422tests/run-coproc f
b72432fd 1423tests/run-cprint f
d3a24ed2
CR
1424tests/run-dbg-support f
1425tests/run-dbg-support2 f
d166f048 1426tests/run-dirstack f
726f6388 1427tests/run-dollars f
216e2e9b 1428tests/run-dynvar f
d166f048
JA
1429tests/run-errors f
1430tests/run-execscript f
726f6388 1431tests/run-exp-tests f
613d4ba4 1432tests/run-exportfunc f
cce855bc 1433tests/run-extglob f
bb70624e 1434tests/run-extglob2 f
cac4cdbf 1435tests/run-extglob3 f
d166f048
JA
1436tests/run-func f
1437tests/run-getopts f
726f6388 1438tests/run-glob-test f
198210c5 1439tests/run-glob-bracket f
94a5513e 1440tests/run-globstar f
ccc6cda3 1441tests/run-heredoc f
7117c2d2 1442tests/run-herestr f
d166f048
JA
1443tests/run-histexpand f
1444tests/run-history f
7117c2d2 1445tests/run-ifs f
7790f917 1446tests/run-ifs-posix f
726f6388 1447tests/run-input-test f
d90269dd 1448tests/run-intl f
227f982e 1449tests/run-iquote f
bb70624e 1450tests/run-invert f
d166f048 1451tests/run-jobs f
7d92f73f 1452tests/run-lastpipe f
6a8fd0ed 1453tests/run-mapfile f
ccc6cda3 1454tests/run-more-exp f
d42cb8c1 1455tests/run-nameref f
726f6388 1456tests/run-new-exp f
ccc6cda3 1457tests/run-nquote f
7117c2d2
JA
1458tests/run-nquote1 f
1459tests/run-nquote2 f
1460tests/run-nquote3 f
d3a24ed2 1461tests/run-nquote4 f
e6598ba4 1462tests/run-nquote5 f
aee3e561 1463tests/run-parser f
ccc6cda3 1464tests/run-posix2 f
6faad625 1465tests/run-posixexp f
e05be32d 1466tests/run-posixexp2 f
cce855bc 1467tests/run-posixpat f
3d35553a 1468tests/run-posixpipe f
726f6388 1469tests/run-precedence f
cce855bc 1470tests/run-printf f
aa54feee 1471tests/run-procsub f
ccc6cda3 1472tests/run-quote f
35bc7025 1473tests/run-quotearray f
ccc6cda3 1474tests/run-read f
d166f048 1475tests/run-redir f
ccc6cda3 1476tests/run-rhs-exp f
d166f048 1477tests/run-rsh f
cce855bc 1478tests/run-set-e f
d3a24ed2 1479tests/run-set-x f
cce855bc 1480tests/run-shopt f
726f6388 1481tests/run-strip f
ccc6cda3
JA
1482tests/run-test f
1483tests/run-tilde f
cac4cdbf 1484tests/run-tilde2 f
d166f048
JA
1485tests/run-trap f
1486tests/run-type f
726f6388 1487tests/run-varenv f
a8fd3f3e 1488tests/run-vredir f
a05a1337
CR
1489tests/set-e.tests f
1490tests/set-e1.sub f
1491tests/set-e2.sub f
7175a77f
CR
1492tests/set-e3.sub f
1493tests/set-e3a.sub f
726f6388 1494tests/set-e.right f
d3a24ed2 1495tests/set-x.tests f
d5362af8 1496tests/set-x1.sub f
d3a24ed2 1497tests/set-x.right f
f7ec6b1a
CR
1498tests/shopt.tests f
1499tests/shopt1.sub f
cce855bc 1500tests/shopt.right f
726f6388
JA
1501tests/strip.tests f
1502tests/strip.right f
bb70624e 1503tests/test.tests f
a57ed9e9 1504tests/test1.sub f
ccc6cda3 1505tests/test.right f
cac4cdbf 1506tests/tilde.tests f
726f6388 1507tests/tilde.right f
cac4cdbf
CR
1508tests/tilde2.tests f
1509tests/tilde2.right f
d384b928 1510tests/tilde3.sub f
d166f048
JA
1511tests/trap.tests f
1512tests/trap.right f
cce855bc 1513tests/trap1.sub f 755
f73dda09
JA
1514tests/trap2.sub f 755
1515tests/trap2a.sub f 755
c302751c 1516tests/trap3.sub f
1a81420a 1517tests/trap4.sub f
a37d979e 1518tests/trap5.sub f
c21b3727 1519tests/trap6.sub f
198210c5 1520tests/trap7.sub f
d166f048
JA
1521tests/type.tests f
1522tests/type.right f
8943768b 1523tests/type1.sub f
6932f7f5 1524tests/type2.sub f
1b13a290 1525tests/type3.sub f
71412226 1526tests/type4.sub f
e73012f1
CR
1527tests/unicode1.sub f
1528tests/unicode2.sub f
df8375c3 1529tests/unicode3.sub f
726f6388 1530tests/varenv.right f
057a9fbd 1531tests/varenv.tests f
28ef6c31 1532tests/varenv1.sub f
7117c2d2 1533tests/varenv2.sub f
7175a77f
CR
1534tests/varenv3.sub f
1535tests/varenv4.sub f
1a81420a 1536tests/varenv5.sub f
df8375c3 1537tests/varenv6.sub f
09f70f2f 1538tests/varenv7.sub f
3f2135aa 1539tests/varenv8.sub f
879213c6 1540tests/varenv9.sub f
bf5b8103 1541tests/varenv10.sub f
f602026a 1542tests/varenv11.sub f
2afeb2af 1543tests/varenv12.sub f
8d125d8b 1544tests/varenv13.sub f
057a9fbd 1545tests/varenv14.sub f
c2ccaa21
CR
1546tests/varenv15.sub f
1547tests/varenv15.in f
d11d7984 1548tests/varenv16.sub f
0b39c3bc
CR
1549tests/varenv17.sub f
1550tests/varenv18.sub f
c6c7ae81 1551tests/varenv19.sub f
f9df5355 1552tests/varenv20.sub f
ce3e1a8c 1553tests/varenv21.sub f
9928dcb4 1554tests/varenv22.sub f
349e2104 1555tests/varenv23.sub f
d166f048
JA
1556tests/version f
1557tests/version.mini f
a8fd3f3e
CR
1558tests/vredir.tests f
1559tests/vredir.right f
1560tests/vredir1.sub f
1561tests/vredir2.sub f
1562tests/vredir3.sub f
1563tests/vredir4.sub f
1564tests/vredir5.sub f
89c77bc7 1565tests/vredir6.sub f
34ec1876 1566tests/vredir7.sub f
3fb16fce 1567tests/vredir8.sub f
bb70624e 1568tests/misc/dev-tcp.tests f
cce855bc 1569tests/misc/perf-script f
bb70624e
JA
1570tests/misc/perftest f
1571tests/misc/read-nchars.tests f
cce855bc
JA
1572tests/misc/redir-t2.sh f
1573tests/misc/run-r2.sh f
1574tests/misc/sigint-1.sh f
1575tests/misc/sigint-2.sh f
1576tests/misc/sigint-3.sh f
1577tests/misc/sigint-4.sh f
726f6388
JA
1578tests/misc/test-minus-e.1 f
1579tests/misc/test-minus-e.2 f
bb70624e 1580tests/misc/wait-bg.tests f
c7e43312
CR
1581#examples/scripts.v2/PERMISSION f
1582#examples/scripts.v2/README f
1583#examples/scripts.v2/arc2tarz f
1584#examples/scripts.v2/bashrand f
1585#examples/scripts.v2/cal2day.bash f
1586#examples/scripts.v2/cdhist.bash f
1587#examples/scripts.v2/corename f
1588#examples/scripts.v2/fman f
1589#examples/scripts.v2/frcp f
1590#examples/scripts.v2/lowercase f
1591#examples/scripts.v2/ncp f
1592#examples/scripts.v2/newext f
1593#examples/scripts.v2/nmv f
1594#examples/scripts.v2/pages f
1595#examples/scripts.v2/pf f
1596#examples/scripts.v2/ren f
1597#examples/scripts.v2/rename f
1598#examples/scripts.v2/repeat f
1599#examples/scripts.v2/untar f
1600#examples/scripts.v2/uudec f
1601#examples/scripts.v2/uuenc f
1602#examples/scripts.v2/vtree f
1603#examples/scripts.v2/where f
1604#examples/scripts.v2/pmtop f
1605#examples/scripts.v2/shprof f
1606#examples/scripts.noah/PERMISSION f
1607#examples/scripts.noah/README f
1608#examples/scripts.noah/aref.bash f
1609#examples/scripts.noah/bash.sub.bash f
1610#examples/scripts.noah/bash_version.bash f
1611#examples/scripts.noah/meta.bash f
1612#examples/scripts.noah/mktmp.bash f
1613#examples/scripts.noah/number.bash f
1614#examples/scripts.noah/prompt.bash f
1615#examples/scripts.noah/remap_keys.bash f
1616#examples/scripts.noah/require.bash f
1617#examples/scripts.noah/send_mail.bash f
1618#examples/scripts.noah/shcat.bash f
1619#examples/scripts.noah/source.bash f
1620#examples/scripts.noah/string.bash f
1621#examples/scripts.noah/stty.bash f
1622#examples/scripts.noah/y_or_n_p.bash f