Name Date Size #Lines LOC

..--

edit/H--771463

main/H--2214

MakefileH A D05-Jun-2017107 62

READMEH A D02-Dec-2013923 2319

alias.tH A D02-Dec-20131.7 KiB11397

arith.tH A D21-Feb-20192.9 KiB187166

bksl-nl.tH A D02-Dec-20134.2 KiB342321

brkcont.tH A D02-Dec-20132.7 KiB196176

cdhist.tH A D02-Dec-20132.5 KiB163146

eglob.tH A D02-Dec-20132.5 KiB146135

glob.tH A D12-Jan-20182.1 KiB131120

heredoc.tH A D02-Dec-20134.4 KiB332315

history.tH A D23-Oct-201710.8 KiB658627

ifs.tH A D13-Sep-20203.1 KiB168157

integer.tH A D09-Apr-20183.2 KiB230216

lineno.tH A D02-Dec-20131.5 KiB112105

obsd-regress.tH A D05-Mar-202116 KiB618566

read.tH A D16-Oct-20221.7 KiB7268

regress.tH A D24-Apr-201819.6 KiB1,1241,010

strsub.tH A D04-Jul-20172 KiB148138

syntax.tH A D02-Dec-2013152 119

thH A D16-Oct-202231.2 KiB1,221956

trap.tH A D16-Oct-20223 KiB147130

unclass1.tH A D12-Jan-20181.5 KiB10897

unclass2.tH A D27-Sep-20164.6 KiB274247

version.tH A D02-Dec-2013148 109

README

1Tests can be assigned categories to restrict what program they
2are applied to (eg, pdksh, ksh88, etc.).  The following are
3a list of names to be used for various shells (to keep things
4consistent):
5
6    sh		generic		any v7 bourne shell like thing
7    sh-v	generic		any system V bourne shell like thing
8    ksh		generic		any ksh
9    posix	generic		basic posix shell
10    posix-upu	generic		`user portability utility' options
11    sh-v7	specific	the real v7 bourne shell
12    sh-sysv	specific	the real sysv bourne shell
13    pdksh	specific	public domain ksh
14    ksh88	specific	at&t ksh88
15    ksh93	specific	at&t ksh93
16    bash	specific	GNU bourne-again shell
17
18The idea is to categorize all the tests according to the `best match'
19(most generic thing).  All generics that apply should be specified.
20Generally, at most one specific shell will be given.
21
22At the moment, most (all) tests have not been categorized (any volunteers?).
23