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

..28-Aug-2014-

callback/H28-Aug-2014-834577

MakefileH A D28-Aug-20141.1 KiB4530

Makefile.w32H A D28-Aug-2014486 2517

READMEH A D28-Aug-2014739 2417

array.smlH A D28-Aug-20147.4 KiB246209

array2.smlH A D28-Aug-201416.5 KiB461421

arrayslice.smlH A D28-Aug-201410.9 KiB347289

arraysort.smlH A D28-Aug-2014493 1812

auxil.smlH A D28-Aug-2014381 1511

bytechar.smlH A D28-Aug-201411.1 KiB371331

bytecmac.smlH A D28-Aug-201412.3 KiB373332

callback.smlH A D28-Aug-2014714 3422

cmdline.smlH A D28-Aug-2014216 75

date.smlH A D28-Aug-20147.2 KiB181160

dospath.smlH A D28-Aug-201412.5 KiB339316

filesmac.smlH A D28-Aug-20148.4 KiB231204

filesys.smlH A D28-Aug-20146.4 KiB189165

general.smlH A D28-Aug-20141.1 KiB3326

generalmac.smlH A D28-Aug-20141.1 KiB3326

int.smlH A D28-Aug-20145.2 KiB197168

list.smlH A D28-Aug-20144.1 KiB13596

listpair.smlH A D28-Aug-20145.9 KiB179156

listsort.smlH A D28-Aug-20143.9 KiB11497

macpath.smlH A D28-Aug-201416.7 KiB402373

makefile.dosH A D28-Aug-2014459 2216

math.smlH A D28-Aug-20145.1 KiB142120

mosml.smlH A D28-Aug-20142.6 KiB9179

polyhash.smlH A D28-Aug-20141.5 KiB7253

process.smlH A D28-Aug-20141 KiB4738

random.smlH A D28-Aug-20141.5 KiB5042

rbset.smlH A D28-Aug-20147 KiB257202

real.smlH A D28-Aug-201410 KiB324285

result.mac68kemuH A D28-Aug-201453.3 KiB1,6631,659

result.macppcH A D28-Aug-201453.3 KiB1,6631,659

result.okH A D28-Aug-201468.8 KiB2,1142,110

string.smlH A D28-Aug-201412 KiB421382

stringcvt.smlH A D28-Aug-20145.6 KiB171148

stringmac.smlH A D28-Aug-201412 KiB366330

substring.smlH A D28-Aug-201416.1 KiB469406

susp.smlH A D28-Aug-2014501 2219

test.smlH A D28-Aug-2014843 4440

test.sml.dosH A D28-Aug-2014517 3329

testmac.smlH A D28-Aug-2014934 3833

testrun.smlH A D28-Aug-2014396 2521

textio.smlH A D28-Aug-20148.3 KiB380336

time.smlH A D28-Aug-20144.3 KiB146130

timer.smlH A D28-Aug-20141.8 KiB6857

unixpath.smlH A D28-Aug-201412.5 KiB342318

vector.smlH A D28-Aug-20144.2 KiB152124

vectorslice.smlH A D28-Aug-201410.2 KiB326269

weak.smlH A D28-Aug-20141.9 KiB8661

word.smlH A D28-Aug-20148.6 KiB286254

word8.smlH A D28-Aug-201411 KiB367323

word8array.smlH A D28-Aug-20144.3 KiB145115

word8arrayslice.smlH A D28-Aug-201411.5 KiB359302

word8vector.smlH A D28-Aug-20144.5 KiB152126

word8vectorslice.smlH A D28-Aug-201410.6 KiB330275

README

1This directory contains test cases for most of the required structures
2in the new SML Basis Library.	    1995-03-23, 1996-04-19, 1997-03-12
3
4The directory must contain this file "README" and three symbolic links:
5	testlink -> README
6	testcycl -> testcycl
7	testbadl -> exists.not
8It must not contain a file or directory named "exists.not".
9
10To run all the tests, invoke (for Moscow ML):
11
12	rm -f result *.dat
13       	mosml -P full test.sml >& result
14       	diff result result.ok
15
16Some things which are specific to Moscow ML are indicated by the
17comment (* MOSML *).
18
19
20Peter Sestoft (sestoft@dina.kvl.dk)
21Department of Mathematics and Physics
22Royal Veterinary and Agricultural University
23Thorvaldsensvej 40, DK-1871 Frederiksberg C, Denmark
24