• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

READMEH A D12-Jan-1999923 2319

alias.tH A D12-Nov-19961.7 KiB11397

arith.tH A D13-Aug-19961.2 KiB8073

bksl-nl.tH A D07-Oct-19964.1 KiB340320

brkcont.tH A D20-May-19962.7 KiB196176

cdhist.tH A D12-Jan-19992.5 KiB163146

eglob.tH A D04-Jan-19972.5 KiB146135

glob.tH A D12-Jan-19991.6 KiB10092

heredoc.tH A D12-May-19994.4 KiB332315

history.tH A D12-Jan-19999 KiB558533

ifs.tH A D07-Dec-19952.9 KiB163152

integer.tH A D05-May-19963 KiB219206

lineno.tH A D11-May-19991.5 KiB112105

read.tH A D07-Dec-19951.3 KiB5754

regress.tH A D30-Jun-199918.9 KiB1,092980

syntax.tH A D13-Nov-1996152 119

thH A D25-Mar-199930.8 KiB1,205945

th-shH A D22-Oct-1996480 2916

unclass1.tH A D12-Jan-19991.4 KiB10090

unclass2.tH A D04-Dec-19962.3 KiB164146

version.tH A D13-Jul-1999148 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