source: rtems/testsuites/sptests/ChangeLog @ 0061ef98

4.104.114.84.95
Last change on this file since 0061ef98 was 13a2734, checked in by Joel Sherrill <joel.sherrill@…>, on 03/10/07 at 16:19:07

2007-03-10 Joel Sherrill <joel@…>

  • sp26/system.h: Remove incorrect and duplicate CONFIGURE_EXTRA_TASK_STACKS.
  • Property mode set to 100644
File size: 32.9 KB
Line 
12007-03-10      Joel Sherrill <joel@OARcorp.com>
2
3        * sp26/system.h: Remove incorrect and duplicate
4        CONFIGURE_EXTRA_TASK_STACKS.
5
62007-03-05      Joel Sherrill <joel@OARcorp.com>
7
8        PR 1222/cpukit
9        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
10        thread that is blocked on a priority based thread queue is changed,
11        that its placement in the queue is reevaluated based upon the new
12        priority. This enhancement includes modifications to the SuperCore as
13        well as new test cases.
14        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
15        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
16        sp35/sp35.doc, sp35/sp35.scn: New files.
17
182007-03-05      Joel Sherrill <joel@OARcorp.com>
19
20        * sp26/system.h: Correct memory required for stack sizes.
21
222007-02-06      Joel Sherrill <joel@OARcorp.com>
23
24        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
25        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
26        tests.
27
282006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * sp33/init.c: Improve barrier test to include normal blocking with
31        manual release and unblocking in barrier deletion.
32
332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: New BUG-REPORT address.
36
372006-11-20      Joel Sherrill <joel@OARcorp.com>
38
39        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
40        and make output more compliant with other tests.
41
422006-11-17      Joel Sherrill <joel@OARcorp.com>
43
44        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
45        cases intended on all targets possible with new heap algorithm.
46
472006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, configure.ac: Adding Classic API Barriers.
50        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
51        New files.
52
532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * configure.ac: Require autoconf-2.60. Require automake-1.10.
56
572006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
60        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
61        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
62        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
63        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
64        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
65        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
66        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
67        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
68        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
69        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
70        Use rtems_testsdir instead.
71
722006-04-05      Joel Sherrill <joel@OARcorp.com>
73                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
74
75        * spsize/size.c: Victor spotted the problem that
76        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
77        variables and needed to be set to the same value.  I took that
78        idea and just removed _Thread_MP_Receive.  All uses are now
79        _MPCI_Receive_server_tcb.
80
812005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
82
83        * configure.ac: Remove RTEMS_ENABLE_BARE,
84        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
85
862005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
89        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
90        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
91        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
92        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
93        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
94        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
95        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
96        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
97        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
98        spfatal/Makefile.am, spsize/Makefile.am:
99        Convert to use *_PROGRAMS.
100
1012005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * sp01/Makefile.am, sp02/Makefile.am,
104        sp03/Makefile.am, sp04/Makefile.am,
105        sp05/Makefile.am, sp06/Makefile.am,
106        sp07/Makefile.am, sp08/Makefile.am,
107        sp09/Makefile.am, sp11/Makefile.am,
108        sp12/Makefile.am, sp13/Makefile.am,
109        sp14/Makefile.am, sp15/Makefile.am,
110        sp16/Makefile.am, sp17/Makefile.am,
111        sp19/Makefile.am, sp20/Makefile.am,
112        sp21/Makefile.am, sp22/Makefile.am,
113        sp23/Makefile.am, sp24/Makefile.am,
114        sp25/Makefile.am, sp26/Makefile.am,
115        sp27/Makefile.am, sp28/Makefile.am,
116        sp29/Makefile.am, sp30/Makefile.am,
117        sp31/Makefile.am, sp32/Makefile.am,
118        spfatal/Makefile.am, spsize/Makefile.am: Rework.
119
1202005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
123        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
124        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
125        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
126        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
127        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
128        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
129        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
130        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
131        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
132        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
133        * sptests.am: Remove.
134
1352005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
138        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
139        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
140        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
141        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
142        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
143        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
144        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
145        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
146        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
147        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
148
1492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
152
1532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * spsize/Makefile.am: Rename TEST to spsize.
156        * spsize/size.scn: Remove.
157        * spsize/spsize.scn: New (renamed from size.scn).
158
1592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * configure.ac: Add spfatal/Makefile.
162        * Makefile.am: Add spfatal to DIST_SUBDIRS.
163        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
164        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
165        * sptests.am: Remove LIB_VARIANT.
166
1672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
170        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
171        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
172        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
173        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
174        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
175        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
176        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
177        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
178        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
179        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
180
1812005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        * Makefile.am: Cleanup.
184
1852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
186
187        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
188        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
189        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
190        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
191        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
192        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
193        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
194        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
195        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
196        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
197        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
198        spfatal/Makefile.am, spsize/Makefile.am:
199        Partial conversion to automake.
200
2012005-03-07      Joel Sherrill <joel@OARcorp.com>
202
203        * sp13/task1.c: Removed warnings.
204
2052004-09-29      Joel Sherrill <joel@OARcorp.com>
206
207        * spsize/size.c: i960 obsoleted and all references removed.
208
2092004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require automake > 1.9.
212
2132004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
214
215        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
216        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
217        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
218        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
219        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
220        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
221        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
222        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
223        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
224        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
225        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
226        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
227        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
228        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
229        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
230        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
231        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
232        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
233        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
234        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
235        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
236        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
237        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
238        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
239        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
240        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
241        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
242        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
243        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
244        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
245        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
246        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
247
2482004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
249
250        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
251
2522004-03-30      David Querbach <querbach@realtime.bc.ca>
253
254        PR 595/tests
255        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
256        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
257        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
258        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
259        others treat it as a count of longs.
260
2612004-03-30      David Querbach <querbach@realtime.bc.ca>
262
263        PR 596/tests
264        * sp32/init.c: A missing definition of TEST_INIT before including
265        <tmacros.h> means that buffered output will not work even if selected
266        in buffer_test_io.h.
267
2682004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
269
270        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
271        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
272        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
273        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
274        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
275        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
276        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
277        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
278        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
279        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
280        types.
281
2822004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Add 2nd arg to RTEMS_TOP.
285
2862004-03-05      Joel Sherrill <joel@OARcorp.com>
287
288        * sp07/buffered_io.c: Remove warning.
289
2902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
293        Add PRE/TMPINSTALL_FILES to CLEANFILES.
294        * sp02/Makefile.am: Ditto.
295        * sp03/Makefile.am: Ditto.
296        * sp04/Makefile.am: Ditto.
297        * sp05/Makefile.am: Ditto.
298        * sp06/Makefile.am: Ditto.
299        * sp07/Makefile.am: Ditto.
300        * sp08/Makefile.am: Ditto.
301        * sp09/Makefile.am: Ditto.
302        * sp11/Makefile.am: Ditto.
303        * sp12/Makefile.am: Ditto.
304        * sp13/Makefile.am: Ditto.
305        * sp14/Makefile.am: Ditto.
306        * sp15/Makefile.am: Ditto.
307        * sp16/Makefile.am: Ditto.
308        * sp17/Makefile.am: Ditto.
309        * sp19/Makefile.am: Ditto.
310        * sp20/Makefile.am: Ditto.
311        * sp21/Makefile.am: Ditto.
312        * sp22/Makefile.am: Ditto.
313        * sp23/Makefile.am: Ditto.
314        * sp24/Makefile.am: Ditto.
315        * sp25/Makefile.am: Ditto.
316        * sp26/Makefile.am: Ditto.
317        * sp27/Makefile.am: Ditto.
318        * sp28/Makefile.am: Ditto.
319        * sp29/Makefile.am: Ditto.
320        * sp30/Makefile.am: Ditto.
321        * sp31/Makefile.am: Ditto.
322        * sp32/Makefile.am: Ditto.
323        * spfatal/Makefile.am: Ditto.
324        * spsize/Makefile.am: Ditto.
325
3262003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * sptests.am: Add dirstamp support.
329
3302003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
333
3342003-12-16      Joel Sherrill <joel@OARcorp.com>
335
336        PR 544/tests
337        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
338        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
339        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
340        make tests account for resources and not print at inappropriate
341        times.
342        * sp07/buffered_io.c: New file.
343
3442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
347
3482003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * sp01/Makefile.am: Remove all-local: $(ARCH).
351        * sp02/Makefile.am: Remove all-local: $(ARCH).
352        * sp03/Makefile.am: Remove all-local: $(ARCH).
353        * sp04/Makefile.am: Remove all-local: $(ARCH).
354        * sp05/Makefile.am: Remove all-local: $(ARCH).
355        * sp06/Makefile.am: Remove all-local: $(ARCH).
356        * sp07/Makefile.am: Remove all-local: $(ARCH).
357        * sp08/Makefile.am: Remove all-local: $(ARCH).
358        * sp09/Makefile.am: Remove all-local: $(ARCH).
359        * sp11/Makefile.am: Remove all-local: $(ARCH).
360        * sp12/Makefile.am: Remove all-local: $(ARCH).
361        * sp13/Makefile.am: Remove all-local: $(ARCH).
362        * sp14/Makefile.am: Remove all-local: $(ARCH).
363        * sp15/Makefile.am: Remove all-local: $(ARCH).
364        * sp16/Makefile.am: Remove all-local: $(ARCH).
365        * sp17/Makefile.am: Remove all-local: $(ARCH).
366        * sp19/Makefile.am: Remove all-local: $(ARCH).
367        * sp20/Makefile.am: Remove all-local: $(ARCH).
368        * sp21/Makefile.am: Remove all-local: $(ARCH).
369        * sp22/Makefile.am: Remove all-local: $(ARCH).
370        * sp23/Makefile.am: Remove all-local: $(ARCH).
371        * sp24/Makefile.am: Remove all-local: $(ARCH).
372        * sp25/Makefile.am: Remove all-local: $(ARCH).
373        * sp26/Makefile.am: Remove all-local: $(ARCH).
374        * sp27/Makefile.am: Remove all-local: $(ARCH).
375        * sp28/Makefile.am: Remove all-local: $(ARCH).
376        * sp29/Makefile.am: Remove all-local: $(ARCH).
377        * sp30/Makefile.am: Remove all-local: $(ARCH).
378        * sp31/Makefile.am: Remove all-local: $(ARCH).
379        * sp32/Makefile.am: Remove all-local: $(ARCH).
380        * spfatal/Makefile.am: Remove all-local: $(ARCH).
381        * spsize/Makefile.am: Remove all-local: $(ARCH).
382
3832003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Reflect having moved to testsuites/.
386
3872003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: Remove RTEMS_CANONICAL_HOST.
390
3912003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac:Remove RTEMS_CHECK_CPU.
394
3952003-09-04      Joel Sherrill <joel@OARcorp.com>
396
397        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
398        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
399        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
400        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
401        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
402        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
403        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
404        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
405        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
406        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
407        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
408        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
409        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
410        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
411        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
412        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
413        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
414        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
415        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
416        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
417        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
418        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
419        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
420        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
421        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
422        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
423        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
424        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
425        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
426        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
427        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
428        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
429        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
430        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
431        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
432        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
433        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
434        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
435        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
436        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
437        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
438        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
439        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
440        spsize/size.c, spsize/system.h: URL for license changed.
441
4422003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
443
444        PR 458/tests
445        * sp30/task1.c: Correct indexing problem.
446
4472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Reflect having moved aclocal/.
450
4512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Reflect having moved automake/.
454        * sp01/Makefile.am: Reflect having moved automake/.
455        * sp02/Makefile.am: Reflect having moved automake/.
456        * sp03/Makefile.am: Reflect having moved automake/.
457        * sp04/Makefile.am: Reflect having moved automake/.
458        * sp05/Makefile.am: Reflect having moved automake/.
459        * sp06/Makefile.am: Reflect having moved automake/.
460        * sp07/Makefile.am: Reflect having moved automake/.
461        * sp08/Makefile.am: Reflect having moved automake/.
462        * sp09/Makefile.am: Reflect having moved automake/.
463        * sp11/Makefile.am: Reflect having moved automake/.
464        * sp12/Makefile.am: Reflect having moved automake/.
465        * sp13/Makefile.am: Reflect having moved automake/.
466        * sp14/Makefile.am: Reflect having moved automake/.
467        * sp15/Makefile.am: Reflect having moved automake/.
468        * sp16/Makefile.am: Reflect having moved automake/.
469        * sp17/Makefile.am: Reflect having moved automake/.
470        * sp19/Makefile.am: Reflect having moved automake/.
471        * sp20/Makefile.am: Reflect having moved automake/.
472        * sp21/Makefile.am: Reflect having moved automake/.
473        * sp22/Makefile.am: Reflect having moved automake/.
474        * sp23/Makefile.am: Reflect having moved automake/.
475        * sp24/Makefile.am: Reflect having moved automake/.
476        * sp25/Makefile.am: Reflect having moved automake/.
477        * sp26/Makefile.am: Reflect having moved automake/.
478        * sp27/Makefile.am: Reflect having moved automake/.
479        * sp28/Makefile.am: Reflect having moved automake/.
480        * sp29/Makefile.am: Reflect having moved automake/.
481        * sp30/Makefile.am: Reflect having moved automake/.
482        * sp31/Makefile.am: Reflect having moved automake/.
483        * sp32/Makefile.am: Reflect having moved automake/.
484        * spfatal/Makefile.am: Reflect having moved automake/.
485        * spsize/Makefile.am: Reflect having moved automake/.
486
4872003-08-14      Joel Sherrill <joel@OARcorp.com>
488
489        * sp02/task1.c: Added ID to name lookup service and changed name of
490        id/name translation status code. This propagated to multiple
491        functions. The user API service added was rtems_object_id_to_name()
492
4932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
496
4972003-05-29      Joel Sherrill <joel@OARcorp.com>
498
499        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
500
5012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
504        CC_CFLAGS_DEFAULT (obsolete).
505
5062003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
509        Remove CC_LDFLAGS_PROFILE_V.
510
5112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Remove AC_CONFIG_AUX_DIR.
514
5152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
518
5192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: AC_PREREQ(2.57).
522
5232002-11-14      Joel Sherrill <joel@OARcorp.com>
524
525        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
526        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
527        update the IDs in the screens.
528
5292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * .cvsignore: Reformat.
532        Add autom4te*cache.
533        Remove autom4te.cache.
534
5352002-09-14      Joel Sherrill <joel@OARcorp.com>
536
537        * sp32/.cvsignore: New file.
538
5392002-09-14      Aaron J. Grier <aaron@frye.com>
540
541        * PR271 was not applicable against the current source but included
542        a nice test that Joel decided to add to the tree as sp32.
543        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
544        * Makefile.am, configure.ac: Modified to reflect addition.
545
5462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
549        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
550        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
551        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
552        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
553        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
554        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
555        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
556        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
557        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
558        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
559        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
560        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
561        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
562        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
563        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
564        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
565        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
566        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
567        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
568        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
569        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
570        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
571        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
572        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
573        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
574        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
575        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
576        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
577        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
578        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
579
5802002-08-01      Joel Sherrill <joel@OARcorp.com>
581
582        * Per PR47 add support for buffered test output.  This involved
583        adding defines to redirect output to a buffer and dump it when
584        full, at "test pause", and at exit.  To avoid problems when redefining
585        exit(), all tests were modified to call rtems_test_exit().
586        Some tests, notable psxtests, had to be modified to include
587        the standard test macro .h file (pmacros.h or tmacros.h) to
588        enable this support.
589        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
590        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
591        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
592        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
593        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
594        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
595        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
596
5972002-07-30      Joel Sherrill <joel@OARcorp.com>
598
599        * spsize/size.c: Don't reference the RTEMS allocated interrupt
600        stack if the port doesn't configure using it.
601
6022002-07-04      Joel Sherrill <joel@OARcorp.com>
603
604        * Jump table for single entry point removed.
605        * spsize/size.c:  Modified to reflect above.
606
6072002-07-01      Joel Sherrill <joel@OARcorp.com>
608
609        * sp29/init.c: Corrected definitions for task stack usage.
610
6112002-07-01      Joel Sherrill <joel@OARcorp.com>
612
613        * spsize/size.c: _Thread_queue_Extract_table removed.
614
6152001-05-17      Joel Sherrill <joel@OARcorp.com>
616
617        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
618        number of staticly configured device drivers.
619
6202001-05-14      Joel Sherrill <joel@OARcorp.com>
621
622        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
623        than the configured number of drivers.
624 
6252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
626
627        * configure.ac: Remove ENABLE_GCC28.
628
6292001-04-04      Joel Sherrill <joel@OARcorp.com>
630
631        * spsize/size.c: Reflect SPARC modifcation to get rid of
632        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
633 
6342001-03-29      Joel Sherrill <joel@OARcorp.com>
635
636        * Per PR147 addressed problems when reseting and inserting a timer
637        into a timer chain that did not honor time passage since the last
638        time the timer server was scheduled and the new insertion.
639        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
640
6412001-03-28      Joel Sherrill <joel@OARcorp.com>
642
643        * Side-effect of PR132.
644        * sp21/system.h: Now must explicitly request NULL driver.
645
6462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac:
649        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
650        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
651        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
652        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
653        * Makefile.am: Remove AUTOMAKE_OPTIONS.
654        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
655        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
656        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
657        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
658        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
659        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
660        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
661        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
662        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
663        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
664        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
665        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
666        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
667        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
668        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
669        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
670        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
671        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
672        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
673        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
674        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
675        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
676        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
677        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
678        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
679        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
680        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
681        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
682        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
683
6842002-03-20      Chris Johns <ccj@acm.org>
685
686        * PR145.
687        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
688        in system (e.g. driver tasks).  Also exit on minimum number of
689        switches not precise number.
690
6912001-01-29      Joel Sherrill <joel@OARcorp.com>
692
693        * Fixed bug where resetting a timer that was not at the head
694        of one of the task timer chains resulted in the Timer Server
695        task waking up too far in the future.
696        * Added rtems_timer_get_information() directive to support testing.
697        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
698        above condition.
699
7002001-01-22      Joel Sherrill <joel@OARcorp.com>
701
702        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
703        because priority added as argument to rtems_timer_initiate_server().
704
7052001-01-16      Joel Sherrill <joel@OARcorp.com>
706
707        * Added tests for task-based timers.  This included the new tests
708        sp30 and sp31.
709        * Makefile.am, configure.ac: Modified to reflect new tests and files.
710        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
711        for task-based timer services.
712        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
713        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
714        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
715        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
716        sp31/task1.c: New files.
717
7182001-11-01      Joel Sherrill <joel@OARcorp.com>
719
720        * sp26/system.h: Properly account for stack memory used by
721        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
722        and processed as PR78.
723
7242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
725
726        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
727        * configure.in: Remove.
728        * configure.ac: New file, generated from configure.in by autoupdate.
729
7302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
731
732        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
733
7342001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
737        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
738        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
739        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
740        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
741        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
742        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
743        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
744        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
745        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
746        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
747        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
748        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
749        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
750        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
751        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
752        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
753        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
754        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
755        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
756        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
757        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
758        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
759        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
760        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
761        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
762        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
763        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
764        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
765
7662001-08-16      Joel Sherrill <joel@OARcorp.com>
767
768        * sp20/system.h: Account for extra task stacks properly.
769
7702001-08-16      Joel Sherrill <joel@OARcorp.com>
771
772        * sp13/sp13.scn: Id in screen had wrong class field value.
773        * sp13/system.h: Account for message buffer memory.
774        * sp13/task2.c: Remove unnecessary check for failure.
775
7762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
777
778        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
779
7802001-04-20      Joel Sherrill <joel@OARcorp.com>
781
782        * sp298/sp28.scn: Minor adjustment so test output matches the screen
783        file.
784
7852001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
788
7892001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * sp21/Makefile.am: Remove libtest.
792
7932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
796
7972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
798
799        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
800
8012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
802
803        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
804        Switch to GNU canonicalization.
805        * sptests.am: Remove DEFS.
806
8072000-09-29      Joel Sherrill <joel@OARcorp.com>
808
809        * sp20/sp20.scn: Corrected to reflect new addition.
810        * sp20/system.h: Removed comment reflecting history.
811
8122000-09-29      Stephan Merker <merker@decrc.abb.de>
813
814        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
815        Added new task to test sequence of altering a period's length
816        while it is still active.
817
8182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
819
820        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
821        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
822        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
823        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
824        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
825        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
826        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
827        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
828        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
829        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
830
8312000-08-10      Joel Sherrill <joel@OARcorp.com>
832
833        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.