File: ChangeLog

package info (click to toggle)
clisp 1999-07-22-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 36,876 kB
  • ctags: 19,900
  • sloc: ansic: 76,750; lisp: 65,522; asm: 16,504; sh: 8,971; fortran: 8,277; makefile: 3,251; objc: 2,481; perl: 1,744; java: 553; sed: 96
file content (183 lines) | stat: -rw-r--r-- 6,497 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
1999-06-15  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * lists152.tst: Update for changed NRECONC behaviour.

1999-06-09  Sam Steingold  <sds@goems.com>

	* macro8.tst: test Issue MACRO-FUNCTION-ENVIRONMENT:YES.

1999-06-05  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * genstream.tst (generic-stream-controller-class): Subclass of
          generic-stream-controller, so the predefined methods apply.
          (generic-stream-read-char-status): Remove method.
          (generic-stream-peek-char, generic-stream-read-char-will-hang-p):
          New methods.

1999-05-10  Sam Steingold  <sds@goems.com>

	* eval20.tst: (constantp '#(110)) is T unconditionally.

1999-05-07  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * genstream.tst: Untabify.
          (generic-stream-read-char-status): Renamed from
          generic-stream-listen.

1999-05-07  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * conditions.tst: Use :format-control instead of :format-string.

1999-05-02  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * stackovf.tst: New file.

1999-04-29  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * steele7.tst: Add a check for binding of special-declared variables.

1999-04-18  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        Add support for CMUCL 18a x86-linux 1.4.0.
        * Makefile.cmucl: New file.
        * tests.lsp (with-ignored-errors): Ignore-declaration.
          (merge-extension): Support CMUCL.
          (do-test, do-errcheck): English messages. Support CMUCL.
          (run-test) [CMU]: Call `finish-output' to work around CMUCL bug.
          (run-all-tests): Support CMUCL.
        * alltest.tst, array.tst, characters.tst, conditions.tst, format.tst,
          iofkts.tst, lists152.tst, lists155.tst, lists156.tst, loop.tst,
          map.tst, setf.tst, steele7.tst, streams.tst, streamslong.tst,
          strings.tst, clos.tst, hashlong.tst, type.tst, symbols.tst,
          symbol10.tst: Support CMUCL.
        * alltest.tst, characters.tst, iofkts.tst: Conditionally use
          CHARACTERP instead of STRING-CHAR-P.
        * format.tst: Add test "~5D", related to "~5,3F".
        * hashlong.tst (symbole): Fix typo.
        * type.lsp: Change type specifiers like (FLOAT 0 2) to (FLOAT 0.0 2.0),
          for ANSI CL compliance. Wrap `remprop' results in `not null'.

1999-04-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * hash.tst: Move hash-table-iterator test to alltest.tst.
        * alltest.tst (test-hash-table-iterator): Moved to here.

1999-03-16  Sam Steingold  <sds@gnu.org>

	* hash.tst: added `test-hash-table-iterator'.
	* pack11.tst: added `test-package-iterator'.

1999-03-12  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * excepsit.tst: Add tests for READER-ERROR.

1999-03-11  Sam Steingold  <sds@gnu.org>

	* loop.tst: check for non-nreversing collecting.

1999-02-27  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * alltest.tst: CHAR-CODE-LIMIT value now depends on UNICODE feature.
        * characters.tst: Likewise.

1999-01-13  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * alltest.tst: Add a test for GET-DISPATCH-MACRO-CHARACTER.

1999-01-12  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * number2.tst: Add two more XGCD tests.

1999-01-04  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * excepsit.tst: Delete some garbage "foo" files after creating them.
        * Makefile: Don't delete them here.

1999-01-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * conditions.tst: Check the superclasses of parse-error,
          floating-point-invalid-operation, floating-point-inexact,
          unbound-slot, print-not-readable, reader-error.

1999-01-03  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * conditions.tst (style-warning): New test.

1998-12-22  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * number2.tst: Add two XGCD tests.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * number2.tst: Add a GCD test, which fails with egcs-1.1 on Sparc.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * excepsit.tst: /etc/mtab does not exist on all systems, use
          /etc/passwd instead.

1998-12-21  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * loop.tst: Added a test for `by' preceding `from' preserving the
          evaluation order.

1998-12-18  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * excepsit.tst: Replaced the `delete-file' test (testing for EACCES
          or EPERM) by another one (testing for ENOTDIR), in order to avoid
          failure on Solaris, and in order not to upset people who mistakenly
          run it as root.

1998-11-06  Sam Steingold  <sds@goems.com>

        * loop.tst: added a test for `by' preceding `upto'.

1998-11-06  Sam Steingold  <sds@goems.com>

        * type.tst: added a test for (un)signed-byte as sybtype of
          integer.

1998-11-01  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * alltest.tst, characters.tst, format.tst: Remove all tests of
          characters with font and bits.
          (iofkts.tst): Reflect change in STREAM-ELEMENT-TYPE.

1998-10-20  Sam Steingold  <sds@goems.com>

        * alltest.tst: added tests for `ldiff' and `tailp' handling
	  of dotted lists (HyperSpec/Body/fun_ldiffcm_tailp.html).

1998-10-15  Sam Steingold  <sds@goems.com>

	* Makefile: remove /tmp/foo*.*.

1998-09-09  Sam Steingold  <sds@goems.com>

	* setf.tst: added multiple values `defsetf', `shiftf' and
	  `rotatef' tests.

1998-06-25  Bruno Haible  <bruno@linuix.math.u-bordeaux.fr>

        * excepsit.tst: New file.
        * tests.lsp (do-test): New function, taken out of run-test.
          (do-errcheck): New function.
          (run-test): Take the tester function as optional argument.
          (run-all-tests): Run the excepsit tests.

1998-06-20  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

        * setf.tst: Don't use quoted lambda expressions.

1998-06-04  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

        * conditions.tst (my-cpl): Support ACL 5.0 beta.

1997-06-19  Pierpaolo Bernardi  <bernardp@cli.di.unipi.it>

	* testsuite: (characters.tst, macro8.tst): Added two simple tests
 	  which fail on ACL.

1997-10-18  Bruno Haible  <bruno@linuix.mathematik.uni-karlsruhe.de>

	* testsuite: Support ACL 4.3 for Linux (Allegro CL from Franz Inc).