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