source: rtems/testsuites/sptests/ChangeLog @ 3c68f96d

4.104.114.84.95
Last change on this file since 3c68f96d was 3c68f96d, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 18:24:13

2007-04-02 Joel Sherrill <joel@…>

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