Commit | Line | Data |
---|---|---|
3654c067 PB |
1 | Mon Mar 6 14:11:01 1995 Per Bothner <bothner@kalessin.cygnus.com> |
2 | ||
3 | * tuples.ch (setnmode); New module. | |
4 | * tuples.exp: Add some extra tests. | |
5 | ||
374887b4 PB |
6 | Sat Mar 4 15:16:17 1995 Per Bothner <bothner@kalessin.cygnus.com> |
7 | ||
8 | * callch.ch, callch.exp, Makefile.in: New test case. | |
9 | ||
ff0a7ea5 JK |
10 | Thu Mar 2 06:17:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com) |
11 | ||
12 | * misc.exp: If executable does not exist, issue warning and skip | |
13 | remaining tests, like other chill tests. | |
14 | ||
1a0a9728 PB |
15 | Wed Mar 1 20:28:42 1995 Per Bothner <bothner@kalessin.cygnus.com> |
16 | ||
17 | * misc.ch, misc.exp, Makefile.in: New test case. | |
18 | ||
9fa34324 PB |
19 | Mon Feb 20 16:19:58 1995 Per Bothner <bothner@kalessin.cygnus.com> |
20 | ||
21 | * chillvars.ch: Add missing INIT's. | |
22 | * chillvars.exp: Allow builtin types as either case. E.g. (BOOL|bool). | |
1b5cdb7e | 23 | * pr-5016.exp: Likewise. |
9fa34324 | 24 | |
2dac71f5 PB |
25 | Sun Feb 12 11:26:08 1995 Per Bothner <bothner@kalessin.cygnus.com> |
26 | ||
27 | * pr-6292.ch, pr-6292.exp, Makefile.in: New test case. | |
28 | ||
adad95c0 PB |
29 | Wed Feb 1 13:09:48 1995 Per Bothner <bothner@kalessin.cygnus.com> |
30 | ||
31 | * tuples.ch, tuples.exp, Makefile.in: New test case. | |
32 | ||
a36c3ee1 PB |
33 | Mon Nov 28 18:39:08 1994 Per Bothner <bothner@kalessin.cygnus.com> |
34 | ||
35 | * pr-5984.ch, pr-5984.exp, Makefile.in: New test case. | |
36 | ||
ab8b59f4 PB |
37 | Fri Sep 16 16:55:03 1994 Per Bothner (bothner@kalessin.cygnus.com) |
38 | ||
87846d8a | 39 | * pr-5646.ch, pr-5646-grt.ch, pr-5646.exp, Makefile.in: New testcase. |
ab8b59f4 PB |
40 | |
41 | Tue Sep 6 13:21:27 1994 Per Bothner (bothner@kalessin.cygnus.com) | |
42 | ||
43 | * pr-5016.ch, pr-5016.exp, Makefile.in: New testcase. | |
44 | * Makefile.in (.exe.check): New rule, to run just one test. | |
45 | ||
ccda44f9 PB |
46 | Tue Jun 14 16:20:18 1994 Per Bothner (bothner@kalessin.cygnus.com) |
47 | ||
48 | * result.ch, result.exp, Makefile.in: New test case. | |
49 | * pr-4975.ch, pr-4975-grt.ch, pr-4975.exp, Makefile.in: Ditto. | |
50 | ||
d1a390dc PB |
51 | Thu Jun 9 15:20:43 1994 Per Bothner (bothner@kalessin.cygnus.com) |
52 | ||
53 | * pr-5022.ch, pr-5022.exp: New testcase. | |
54 | * chillvars.exp: Remove spurious newline. | |
55 | ||
56 | * Makefile.in: Bunch of fixes so it actually works in this | |
57 | directory. (E.g. add extra ../ where needed.) | |
58 | Also, add .exe to executables, so we can use suffix rules. | |
59 | * chexp.exp (test_print_reject): Update syntax error message. | |
60 | * chillvars.ch (module PR_5020): Moved from here ... | |
61 | * pr-5022.ch: ... to this new file. | |
62 | * chillvars.exp, pr-5020.exp (binfile): Add .exe extension. | |
63 | * chillvars.exp, pr-5020.exp: Don't check all_flag. | |
64 | * pr-5020.exp: Add more tests; fix "print y pretty" output. |