source: rtems/testsuites/sptests/ChangeLog @ f588903

4.104.114.84.95
Last change on this file since f588903 was f588903, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/07 at 22:58:09

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

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