source: rtems/testsuites/sptests/ChangeLog @ bb9c80df

4.104.115
Last change on this file since bb9c80df was bb9c80df, checked in by Joel Sherrill <joel.sherrill@…>, on 12/15/08 at 19:21:10

2008-12-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spsize/size.c: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
  • spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h: Removed.
  • Property mode set to 100644
File size: 50.9 KB
Line 
12008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac, spfatal06/testcase.h,
4        spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h,
5        spsize/size.c: Eliminate pointers to API configuration tables in the
6        main configuration table. Reference the main configuration table and
7        the API configuration tables directly using the confdefs.h version
8        rather than obtaining a pointer to it. This eliminated some
9        variables, a potential fatal error, some unnecessary default
10        configuration structures. Overall, about a 4.5% reduction in the code
11        size for minimum and hello on the SPARC.
12        * spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn,
13        spfatal10/testcase.h: Removed.
14
152008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * sp07/init.c, sp12/init.c, sp12/pridrv.c, sp12/pritask.c,
18        sp12/system.h, sp16/system.h, sp25/system.h, sp26/task1.c,
19        sp28/init.c, sp29/init.c, sp35/priinv.c, sp42/init.c: Run all tests
20        successfully with maxixum number of priorities as 16 instead of 256.
21        This was done by temporarily modifying the score priority.h maximum.
22        This allowed testing of all API code to ensure that it worked
23        properly with a reduced number of priorities. Most modifications were
24        to switch from hard-coded maximum to using the API provided methods
25        to determine maximum number of priority levels.
26
272008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * sp46/sp46.scn: Add screen missed earlier.
30
312008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        PR 1348/cpukit
34        * Makefile.am, configure.ac: Add test of special case of resetting cpu
35        usage information while a period is running.
36        * sp46/.cvsignore, sp46/Makefile.am, sp46/init.c, sp46/sp46.doc,
37        sp46/sp46.scn: New files.
38
392008-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * sp45/init.c: New file.
42
432008-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        PR 1347/cpukit
46        * Makefile.am, configure.ac, sp30/resume.c, sp30/task1.c, sp31/delay.c:
47        Rework Timer Server to ensure that the context allows for blocking,
48        allocating memory, and acquiring semaphores and mutexes.
49        * sp45/.cvsignore, sp45/Makefile.am, sp45/sp45.doc, sp45/sp45.scn:
50        New files.
51
522008-11-25      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * sp25/system.h: Add warning and temporary m32c conditional until size
55        type addressed.
56
572008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * sp09/screen07.c: Use INT_MAX as number of messages so always
60        properly sized and no overflow on constant.
61        * sp09/screen10.c: Delay so on targets with simulator idle clock
62        tick driver this will work.
63        * sp09/screen11.c, sp09/system.h: Move badly aligned objects to odd
64        byte boundaries rather than two byte boundaries.
65        * sp09/screen03.c, sp09/screen14.c: Skip tests which try to
66        allocate more memory than size_t holds on m32c.
67
682008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * sp09/screen01.c, sp09/screen12.c, sp25/system.h, sp25/task1.c,
71        sp28/init.c, sp39/init.c, sp41/init.c, spfatal01/testcase.h,
72        spfatal08/testcase.h: Change size_t to ssize_t on all Heap, Workspace
73        and Region calls. On 16-bit architectures, size_t can be 16-bits
74        which would limit sizes to 64K. Also address constants which
75        overflowed on 16-bit integer targets.
76
772008-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * sp43/sp43.scn: Bump version to 4.9.99.0
80
812008-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * sp19/system.h: Use "double" instead of "rtems_double".
84
852008-09-08      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * sp34/sp34.scn, sp35/sp35.scn: Convert to UNIX CR/LF style.
88
892008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * sp35/priinv.c, sp37/init.c, sp38/init.c, sp39/init.c, sp41/init.c,
92        sp42/init.c, sp43/init.c, spfatal/fatal.c, spfatal/system.h,
93        spfatal_support/init.c, spfatal_support/system.h:
94        Convert to "bool".
95
962008-09-05      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * spsize/size.c: Must extern _MPCI_Semaphore because it is no longer
99        declared in a public place.
100
1012008-09-03      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * sp07/system.h, sp07/tcreate.c: Convert to bool type.
104
1052008-08-15      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * sp43/init.c: Fix derefence of uninitialized pointer.
108
1092008-08-07      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * spsize/size.c: Make _System_state_Is_multiprocessing unused when
112        multiprocessing is not enabled. Saves one more variable from single
113        processor configuration.
114
1152008-08-05      Xudong Guan <xudong.guan@criticalsoftware.com>
116
117        PR 1212/cpukit
118        * Makefile.am, configure.ac: Time slicing will not happen if the task
119        mode is changed from a non-timeslicing mode to timeslicing mode if it
120        is done by the executing thread (e.g. in its task body). This change
121        includes sp44 to demonstrate the problem and verify the correction.
122        * sp44/.cvsignore, sp44/Makefile.am, sp44/init.c, sp44/sp44.scn: New files.
123
1242008-07-17      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * sp09/screen09.c: Do not use Simple Vectored Interrupt calls on
127        architectures they are not supported on.
128
1292008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * sp43/init.c, sp43/sp43.scn: Add call to rtems_get_version_string().
132
1332008-06-30      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * sp36/strict_order_mut.c: Reflect __STRICT_ORDER_MUTEX__ having
136          been renamed into __RTEMS_STRICT_ORDER_MUTEX__.
137
1382008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * sp28/init.c: Corrections to configuration.
141        * sp37/init.c: Correctly invoke rtems_interrupt_disable() body.
142        * spsize/size.c: _ISR_Vector_table only exists on architectures
143        which use the Simple Vectored Interrupt Model.
144
1452008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * spsize/size.c: Convention calls for leading underscore on private
148        RTEMS variables.
149
1502008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * spfatal/fatal.c, spfatal06/testcase.h, spfatal07/testcase.h,
153        spfatal08/testcase.h, spfatal09/testcase.h, spfatal10/testcase.h:
154        Refactored and renamed initialization routines to
155        rtems_initialize_data_structures, rtems_initialize_before_drivers,
156        rtems_initialize_device_drivers, and
157        rtems_initialize_start_multitasking. This opened the sequence up so
158        that bootcard() could provide a more robust and flexible framework
159        which is easier to explain and understand. This also lays the
160        groundwork for sharing the division of available memory between the
161        RTEMS workspace and heap and the C library initialization across all
162        BSPs.
163
1642008-05-07      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * sp32/init.c: Formatting.
167
1682008-02-22      Joel Sherrill <joel.sherrill@oarcorp.com>
169
170        * sp09/screen01.c: Correct test.
171        * sp09/screen14.c: Update copyright.
172        * sp28/init.c: Correct end of test messages.
173
1742008-02-04      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * sp43/init.c, sp43/sp43.scn: Exercise passing as object Id of SELF.
177
1782008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * sp01/init.c, sp02/init.c, sp03/init.c, sp04/init.c, sp05/init.c,
181        sp06/init.c, sp07/init.c, sp08/init.c, sp09/init.c, sp11/init.c,
182        sp12/init.c, sp13/init.c, sp14/init.c, sp15/init.c, sp16/init.c,
183        sp17/init.c, sp19/init.c, sp20/init.c, sp21/init.c, sp22/init.c,
184        sp23/init.c, sp24/init.c, sp25/init.c, sp26/init.c, sp28/init.c,
185        sp30/init.c, sp31/init.c, sp32/init.c, sp33/init.c, sp37/init.c,
186        sp38/init.c, sp39/init.c, sp40/init.c, sp41/init.c, sp43/init.c,
187        spfatal/init.c, spfatal_support/init.c, spsize/init.c: Change
188        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
189        tests. Add a clock_settime case for < 1988.
190
1912008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * sp43/init.c, sp43/sp43.scn: Add test case for unprintable names.
194
1952008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * sp09/screen01.c, sp09/sp09.scn: Add more bad thread Id cases.
198        * sp40/init.c, sp40/sp40.scn: Add message to say test is TBD.
199        * sp41/sp41.scn: Now has content.
200        * sp43/init.c, sp43/sp43.scn: Enhanced to increase coverage of
201        Object Services recently added to API.
202
2032008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
204
205        * Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c,
206        sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services
207        collection. This changed the name of a few previously public but
208        undocumented services and added a some new services.
209        * sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn,
210        sp43/system.h: New files.
211
2122008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * spfatal10/.cvsignore: New file.
215
2162008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * spfatal01/.cvsignore, spfatal02/.cvsignore, spfatal03/.cvsignore,
219        spfatal04/.cvsignore, spfatal05/.cvsignore, spfatal06/.cvsignore,
220        spfatal07/.cvsignore, spfatal08/.cvsignore, spfatal09/.cvsignore:
221        New files.
222
2232008-01-28      Jennifer Averett <jennifer.averett@OARcorp.com>
224
225        * Makefile.am, configure.ac: Added fatal error tests
226        * spfatal01/Makefile.am, spfatal01/spfatal01.scn, spfatal01/testcase.h,
227        spfatal02/Makefile.am, spfatal02/spfatal02.scn, spfatal02/testcase.h,
228        spfatal03/Makefile.am, spfatal03/spfatal03.scn, spfatal03/testcase.h,
229        spfatal04/Makefile.am, spfatal04/spfatal04.scn, spfatal04/testcase.h,
230        spfatal05/Makefile.am, spfatal05/spfatal05.scn, spfatal05/testcase.h,
231        spfatal06/Makefile.am, spfatal06/spfatal06.scn, spfatal06/testcase.h,
232        spfatal07/Makefile.am, spfatal07/spfatal07.scn, spfatal07/testcase.h,
233        spfatal08/Makefile.am, spfatal08/spfatal08.scn, spfatal08/testcase.h,
234        spfatal09/Makefile.am, spfatal09/spfatal09.scn, spfatal09/testcase.h,
235        spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h,
236        spfatal_support/init.c, spfatal_support/system.h: New files.
237
2382008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * sp28/init.c, sp28/sp28.scn, sp29/init.c, sp29/sp29.scn, sp32/init.c,
241        sp32/sp32.scn, sp33/init.c, sp33/sp33.scn, sp42/init.c: Fix end of
242        test messages.
243
2442008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * sp34/changepri.c, sp35/priinv.c: Convert the Objects_Name type from a
247        simple type to a union of an unsigned 32 bit integer and a pointer.
248        This should help eliminate weird casts between u32 and pointers in
249        various places. The APIs now have to explicitly call _u32 or _string
250        versions of helper routines. This should also simplify things and
251        eliminate the need for ugly casts in some cases.
252
2532008-01-23      Jennifer Averett <jennifer.averett@OARcorp.com>
254
255        * sp42/Makefile.am: New file.
256
2572008-01-23      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        Add sp42 to exercise thread queue with knowledge of the implementation
260        so we can exercise all of the normal paths possible.
261        * Makefile.am, configure.ac: Add sp42.
262        * sp42/.cvsignore, sp42/init.c, sp42/sp42.scn: New files.
263
2642008-01-23      Joel Sherrill <joel.sherrill@oarcorp.com>
265
266        * sp39/init.c: Add case for long timeout on blocking operation.
267        * Makefile.am, configure.ac: Add new test to exercise thread
268        queue blokcing synchronization. sp39 and sp41 are very similar.
269        * sp41/.cvsignore, sp41/Makefile.am, sp41/init.c, sp41/sp41.scn,
270        sp41/system.h: New files.
271
2722008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * sp39/init.c: Clean up.
275
2762008-01-22      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * sp39/init.c: Modify to improve coverage.
279
2802008-01-18      Jennifer Averett <jennifer.averett@OARcorp.com>
281
282        * sp36/strict_order_mut.c:
283
2842008-01-08      Joel Sherrill <joel.sherrill@OARcorp.com>
285
286        * Makefile.am, configure.ac: Add sp40 to test some cases of dynamic
287        driver registration.
288        * sp40/.cvsignore, sp40/Makefile.am, sp40/init.c, sp40/sp40.scn,
289        sp40/system.h: New files.
290
2912008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
292
293        * sp09/screen07.c, sp09/screen12.c, sp09/screen14.c, sp09/sp09.scn
294        Add test cases for:
295          + message queue create requesting too many message buffers
296            for the available memory
297          + region extend with address inside existing heap
298          + timer server initiate too large a stack, create error
299        * sp12/pritask.c, sp12/sp12.scn: Add test cases for:
300          + task set priority while holding resource
301
3022008-01-07      Joel Sherrill <joel.sherrill@oarcorp.com>
303
304        * Makefile.am, configure.ac: Added sp38 and sp39.
305        * sp38/.cvsignore, sp38/Makefile.am, sp38/init.c, sp38/sp38.scn,
306        sp38/system.h, sp39/.cvsignore, sp39/Makefile.am, sp39/init.c,
307        sp39/sp39.scn, sp39/system.h: New files.
308
3092007-12-21      Joel Sherrill <joel.sherrill@OARcorp.com>
310
311        * sp36/strict_order_mut.c: New file.
312
3132007-12-21      Xi Yang <hiyangxi@gmail.com>
314
315        * Makefile.am, configure.ac: Add support for proper stacking of
316        priority inheritance on mutexes as well as enforce proper order of
317        release.
318        * sp36/.cvsignore, sp36/Makefile.am, sp36/sp36.doc,
319        sp36/sp36.scn: New files.
320
3212007-12-20      Joel Sherrill <joel.sherrill@oarcorp.com>
322
323        * sp07/task1.c, sp34/changepri.c, sp35/priinv.c: Add rtems_task_self()
324        directive instead of violating RTEMS internals.
325
3262007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
327
328        * sp07/init.c, sp07/system.h, sp07/tdelete.c, sp07/sp07.scn:
329        Add test cases for User Extension Manager to improve code coverage.
330        * sp21/task1.c: Fix spelling error.
331
3322007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
333
334        * spsize/size.c: Account for previous changes in calculation of MPCI
335        receive server stack.
336
3372007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
338
339        * sp09/screen07.c, sp09/sp09.scn: Add test for
340        rtems_message_queue_broadcast for bad buffer and count pointers.
341        * sp30/init.c, sp30/sp30.scn: Add test for initiating timer server
342        with bad priority or initiating twice.
343        * sp37/sp37.scn, sp37/system.h: Add test for rtems_clock_tick when
344        it forces a dispatch.
345        * sp37/init.c: New file.
346
3472007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
348
349        * Makefile.am, configure.ac: Add new tests for interrupt disable,
350        enable, flash, and is in progress. These are normally inlines but
351        also have bodies for non-C code. This test also exercises the odd
352        case of calling clock tick from outside an ISR.
353        * sp37/.cvsignore, sp37/Makefile.am, sp37/sp37.scn, sp37/system.h: New files.
354
3552007-12-13      Joel Sherrill <joel.sherrill@OARcorp.com>
356
357        * sp07/init.c, sp07/sp07.scn, sp07/task1.c: Add tests for
358        using notepad with the current task's ID or SELF
359        * sp09/screen02.c, sp09/screen04.c, sp09/sp09.scn: Add
360        test missing test cases for clock_get.
361
3622007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
363
364        * sp28/init.c: Add test code for task variables to improve coverage.
365
3662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
367
368        * sp21/task1.c: Eliminate copies of the Configuration Table. Use the
369        RTEMS provided accessor macros to obtain configuration fields.
370
3712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
372
373        * spsize/size.c: Move interrupt_stack_size field from CPU Table to
374        Configuration Table. Eliminate CPU Table from all ports. Delete
375        references to CPU Table in all forms.
376
3772007-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
378
379        * sp09/screen03.c, spsize/size.c: Builds again after CPU Table changes.
380
3812007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
382
383        * sp07/sp07.scn, sp07/task1.c, sp09/screen01.c, sp09/screen05.c,
384        sp09/screen07.c, sp09/screen10.c, sp09/screen12.c, sp09/screen14.c,
385        sp09/sp09.scn, sp25/sp25.scn, sp25/task1.c: Added several test cases
386        to improve test coverage.
387
3882007-11-27      Glenn Humphrey <glenn.humphrey@OARcorp.com>
389
390        * sp33/init.c, sp33/sp33.scn: Added several test cases to improve test
391        coverage.
392
3932007-11-06      Joel Sherrill <joel.sherrill@OARcorp.com>
394
395        * sp13/system.h: We need 32K of message buffer memory not 32 bytes.
396
3972007-10-18      Glenn Humphrey <glenn.humphrey@OARcorp.com>
398
399        * sp09/screen06.c, sp09/screen14.c, sp13/sp13.scn, sp13/task1.c,
400        sp16/sp16.scn: Corrected some minor mistakes and regenerated some
401        .scn files.
402
4032007-10-10      Glenn Humphrey <glenn.humphrey@OARcorp.com>
404
405        * sp09/init.c, sp09/sp09.scn: Removed an obsolete test that was
406        commented out and updated the .scn file.
407
4082007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
409
410        * sp20/task1.c, sp34/changepri.c, sp35/priinv.c: Build when using
411        buffered test IO.
412
4132007-05-29      Joel Sherrill <joel.sherrill@OARcorp.com>
414
415        * sp21/sp21.scn, sp21/task1.c: rtems_io_register_driver and
416        rtems_io_unregister_driver did not have any test code.
417
4182007-05-28      Joel Sherrill <joel.sherrill@OARcorp.com>
419
420        * spsize/size.c: Eliminate maximum_drivers configuration parameter
421        since it was used to configure a no longer used feature. Device names
422        are now part of the filesystem not in a table. This also eliminated
423        the variables _IO_Number_of_devices and _IO_Driver_name_table from
424        RTEMS as well as the memory allocation used to populate
425        _IO_Driver_name_table.
426
4272007-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
428
429        * sp13/system.h, sp34/changepri.c, sp35/priinv.c: Avoid using
430        CONFIGURE_MEMORY_OVERHEAD and try to really account for the memory
431        properly.
432
4332007-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
434
435        * spsize/size.c: Eliminated the variables
436        _RTEMS_tasks_User_initialization_tasks and
437        _RTEMS_tasks_Number_of_initialization_tasks because they were only
438        used in one place after initialized. It was a waste of space.
439
4402007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
441
442        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
443        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
444        sp07/Makefile.am, sp07/tdelete.c, sp08/Makefile.am, sp09/Makefile.am,
445        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
446        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
447        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
448        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
449        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
450        sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
451        sp35/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am,
452        spsize/size.c: Add optional managers to Makefiles. Clean up test
453        cases so last output line follows END OF pattern. Make sure test case
454        all run. All tests appeared ok on sis.
455
4562007-04-05      Joel Sherrill <joel@OARcorp.com>
457
458        * spsize/size.c: _TOD_Seconds_since_epoch eliminated as a variable.
459
4602007-04-05      Joel Sherrill <joel@OARcorp.com>
461
462        * sp34/changepri.c, sp35/priinv.c: Change all obsoleted
463        CONFIGURE_TEST_NEEDS_XXX configuration constants to
464        CONFIGURE_APPLICATION_NEEDS_XXX.
465
4662007-04-02      Joel Sherrill <joel@OARcorp.com>
467
468        * spsize/size.c: Eliminate TOD_Ticks_per_second variable.
469
4702007-04-02      Joel Sherrill <joel@OARcorp.com>
471
472        * spsize/size.c: Convert from Classic API style TOD_Control as
473        fundamental time structure to POSIX struct timespec. Add
474        clock_get_uptime().
475
4762007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
477
478        * sp06/task1.c, sp20/task1.c: Use rtems_task_argument.
479
4802007-03-26      Joel Sherrill <joel@OARcorp.com>
481
482        * sp35/priinv.c: Remove warning.
483
4842007-03-10      Joel Sherrill <joel@OARcorp.com>
485
486        * sp26/system.h: Remove incorrect and duplicate
487        CONFIGURE_EXTRA_TASK_STACKS.
488
4892007-03-05      Joel Sherrill <joel@OARcorp.com>
490
491        PR 1222/cpukit
492        * Makefile.am, configure.ac: Enhance so that when the prioirity of a
493        thread that is blocked on a priority based thread queue is changed,
494        that its placement in the queue is reevaluated based upon the new
495        priority. This enhancement includes modifications to the SuperCore as
496        well as new test cases.
497        * sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
498        sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
499        sp35/sp35.doc, sp35/sp35.scn: New files.
500
5012007-03-05      Joel Sherrill <joel@OARcorp.com>
502
503        * sp26/system.h: Correct memory required for stack sizes.
504
5052007-02-06      Joel Sherrill <joel@OARcorp.com>
506
507        * sp09/screen07.c, sp09/task3.c, sp13/task1.c, sp13/task2.c,
508        sp13/task3.c: Address size_t/uint32_t typing issues in message queue
509        tests.
510
5112006-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
512
513        * sp33/init.c: Improve barrier test to include normal blocking with
514        manual release and unblocking in barrier deletion.
515
5162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * configure.ac: New BUG-REPORT address.
519
5202006-11-20      Joel Sherrill <joel@OARcorp.com>
521
522        * sp27/init.c, sp27/sp27.scn: Correct configured number of semaphores
523        and make output more compliant with other tests.
524
5252006-11-17      Joel Sherrill <joel@OARcorp.com>
526
527        * sp09/screen12.c, sp16/task2.c, sp16/task3.c: Ensure tests generate
528        cases intended on all targets possible with new heap algorithm.
529
5302006-11-15      Joel Sherrill <joel.sherrill@oarcorp.com>
531
532        * Makefile.am, configure.ac: Adding Classic API Barriers.
533        * sp33/.cvsignore, sp33/Makefile.am, sp33/init.c, sp33/sp33.scn:
534        New files.
535
5362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
537
538        * configure.ac: Require autoconf-2.60. Require automake-1.10.
539
5402006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
541
542        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
543        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
544        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
545        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
546        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
547        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
548        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
549        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
550        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
551        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
552        spfatal/Makefile.am, spsize/Makefile.am: Eliminate scndir, docdir.
553        Use rtems_testsdir instead.
554
5552006-04-05      Joel Sherrill <joel@OARcorp.com>
556                Victor V. Vengerov <Victor.Vengerov@oktetlabs.ru>
557
558        * spsize/size.c: Victor spotted the problem that
559        _MPCI_Receive_server_tcb and _Thread_MP_Receive were duplicate
560        variables and needed to be set to the same value.  I took that
561        idea and just removed _Thread_MP_Receive.  All uses are now
562        _MPCI_Receive_server_tcb.
563
5642005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
565
566        * configure.ac: Remove RTEMS_ENABLE_BARE,
567        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
568
5692005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
570
571        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
572        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
573        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
574        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
575        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
576        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
577        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
578        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
579        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
580        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
581        spfatal/Makefile.am, spsize/Makefile.am:
582        Convert to use *_PROGRAMS.
583
5842005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
585
586        * sp01/Makefile.am, sp02/Makefile.am,
587        sp03/Makefile.am, sp04/Makefile.am,
588        sp05/Makefile.am, sp06/Makefile.am,
589        sp07/Makefile.am, sp08/Makefile.am,
590        sp09/Makefile.am, sp11/Makefile.am,
591        sp12/Makefile.am, sp13/Makefile.am,
592        sp14/Makefile.am, sp15/Makefile.am,
593        sp16/Makefile.am, sp17/Makefile.am,
594        sp19/Makefile.am, sp20/Makefile.am,
595        sp21/Makefile.am, sp22/Makefile.am,
596        sp23/Makefile.am, sp24/Makefile.am,
597        sp25/Makefile.am, sp26/Makefile.am,
598        sp27/Makefile.am, sp28/Makefile.am,
599        sp29/Makefile.am, sp30/Makefile.am,
600        sp31/Makefile.am, sp32/Makefile.am,
601        spfatal/Makefile.am, spsize/Makefile.am: Rework.
602
6032005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
604
605        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
606        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
607        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
608        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
609        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
610        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
611        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
612        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
613        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
614        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
615        spfatal/Makefile.am, spsize/Makefile.am: Expand sptests.am.
616        * sptests.am: Remove.
617
6182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
619
620        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
621        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
622        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
623        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
624        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
625        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
626        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
627        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
628        sp28/Makefile.am, sp29/Makefile.am, sp30/Makefile.am,
629        sp31/Makefile.am, sp32/Makefile.am, spfatal/Makefile.am,
630        spsize/Makefile.am: AM_CPPFLAGS += -I..../support/include.
631
6322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
633
634        * sptests.am: Set project_bspdir=$(PROJECT_ROOT)
635
6362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
637
638        * spsize/Makefile.am: Rename TEST to spsize.
639        * spsize/size.scn: Remove.
640        * spsize/spsize.scn: New (renamed from size.scn).
641
6422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
643
644        * configure.ac: Add spfatal/Makefile.
645        * Makefile.am: Add spfatal to DIST_SUBDIRS.
646        * sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
647        sp30/Makefile.am, sp31/Makefile.am: Misc. bugfixes.
648        * sptests.am: Remove LIB_VARIANT.
649
6502005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
651
652        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
653        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
654        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
655        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
656        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
657        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
658        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
659        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
660        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
661        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
662        spfatal/Makefile.am, spsize/Makefile.am: Remove SRC, PRINT_SRC.
663
6642005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
665
666        * Makefile.am: Cleanup.
667
6682005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
669
670        * sptests.am: Add $(PGM): ${ARCH}/$(dirstamp).
671        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
672        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
673        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
674        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
675        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
676        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
677        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
678        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
679        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
680        sp30/Makefile.am, sp31/Makefile.am, sp32/Makefile.am,
681        spfatal/Makefile.am, spsize/Makefile.am:
682        Partial conversion to automake.
683
6842005-03-07      Joel Sherrill <joel@OARcorp.com>
685
686        * sp13/task1.c: Removed warnings.
687
6882004-09-29      Joel Sherrill <joel@OARcorp.com>
689
690        * spsize/size.c: i960 obsoleted and all references removed.
691
6922004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
693
694        * configure.ac: Require automake > 1.9.
695
6962004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
697
698        * sp01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
699        * sp02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
700        * sp03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
701        * sp04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
702        * sp05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
703        * sp06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
704        * sp07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
705        * sp08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
706        * sp09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
707        * sp11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
708        * sp12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
709        * sp13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
710        * sp14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
711        * sp15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
712        * sp16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
713        * sp17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
714        * sp19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
715        * sp20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
716        * sp21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
717        * sp22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
718        * sp23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
719        * sp24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
720        * sp25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
721        * sp26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
722        * sp27/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
723        * sp28/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
724        * sp29/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
725        * sp30/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
726        * sp31/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
727        * sp32/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
728        * spfatal/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
729        * spsize/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
730
7312004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
732
733        * sp07/buffered_io.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
734
7352004-03-30      David Querbach <querbach@realtime.bc.ca>
736
737        PR 595/tests
738        * sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/system.h,
739        sp13/task1.c, sp13/task2.c: Fill_buffer() in fillbuff.c overruns the
740        supplied buffer due to confusion in the definition of MESSAGE_SIZE.
741        Some files in the sp13 test treat MESSAGE_SIZE as a count of bytes,
742        others treat it as a count of longs.
743
7442004-03-30      David Querbach <querbach@realtime.bc.ca>
745
746        PR 596/tests
747        * sp32/init.c: A missing definition of TEST_INIT before including
748        <tmacros.h> means that buffered output will not work even if selected
749        in buffer_test_io.h.
750
7512004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
752
753        * sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
754        sp05/task1.c, sp06/task1.c, sp09/screen01.c, sp09/screen07.c,
755        sp09/screen12.c, sp09/system.h, sp09/task3.c, sp11/task1.c,
756        sp12/pridrv.c, sp12/pritask.c, sp12/system.h, sp13/task1.c,
757        sp13/task2.c, sp13/task3.c, sp14/system.h, sp15/system.h,
758        sp16/system.h, sp17/system.h, sp19/first.c, sp19/fptask.c,
759        sp19/inttest.h, sp19/system.h, sp19/task1.c, sp20/init.c,
760        sp20/system.h, sp20/task1.c, sp23/system.h, sp24/init.c,
761        sp25/system.h, sp30/init.c, spfatal/fatal.c, spfatal/puterr.c,
762        spfatal/system.h, spsize/size.c: Convert to using c99 fixed size
763        types.
764
7652004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * configure.ac: Add 2nd arg to RTEMS_TOP.
768
7692004-03-05      Joel Sherrill <joel@OARcorp.com>
770
771        * sp07/buffered_io.c: Remove warning.
772
7732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
774
775        * sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
776        Add PRE/TMPINSTALL_FILES to CLEANFILES.
777        * sp02/Makefile.am: Ditto.
778        * sp03/Makefile.am: Ditto.
779        * sp04/Makefile.am: Ditto.
780        * sp05/Makefile.am: Ditto.
781        * sp06/Makefile.am: Ditto.
782        * sp07/Makefile.am: Ditto.
783        * sp08/Makefile.am: Ditto.
784        * sp09/Makefile.am: Ditto.
785        * sp11/Makefile.am: Ditto.
786        * sp12/Makefile.am: Ditto.
787        * sp13/Makefile.am: Ditto.
788        * sp14/Makefile.am: Ditto.
789        * sp15/Makefile.am: Ditto.
790        * sp16/Makefile.am: Ditto.
791        * sp17/Makefile.am: Ditto.
792        * sp19/Makefile.am: Ditto.
793        * sp20/Makefile.am: Ditto.
794        * sp21/Makefile.am: Ditto.
795        * sp22/Makefile.am: Ditto.
796        * sp23/Makefile.am: Ditto.
797        * sp24/Makefile.am: Ditto.
798        * sp25/Makefile.am: Ditto.
799        * sp26/Makefile.am: Ditto.
800        * sp27/Makefile.am: Ditto.
801        * sp28/Makefile.am: Ditto.
802        * sp29/Makefile.am: Ditto.
803        * sp30/Makefile.am: Ditto.
804        * sp31/Makefile.am: Ditto.
805        * sp32/Makefile.am: Ditto.
806        * spfatal/Makefile.am: Ditto.
807        * spsize/Makefile.am: Ditto.
808
8092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
810
811        * sptests.am: Add dirstamp support.
812
8132003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
814
815        * sptests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
816
8172003-12-16      Joel Sherrill <joel@OARcorp.com>
818
819        PR 544/tests
820        * sp07/Makefile.am, sp07/init.c, sp07/system.h, sp07/task4.c,
821        sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c, sp07/tstart.c,
822        sp09/system.h, sp19/system.h, sp20/system.h: Various modifications to
823        make tests account for resources and not print at inappropriate
824        times.
825        * sp07/buffered_io.c: New file.
826
8272003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
828
829        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
830
8312003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
832
833        * sp01/Makefile.am: Remove all-local: $(ARCH).
834        * sp02/Makefile.am: Remove all-local: $(ARCH).
835        * sp03/Makefile.am: Remove all-local: $(ARCH).
836        * sp04/Makefile.am: Remove all-local: $(ARCH).
837        * sp05/Makefile.am: Remove all-local: $(ARCH).
838        * sp06/Makefile.am: Remove all-local: $(ARCH).
839        * sp07/Makefile.am: Remove all-local: $(ARCH).
840        * sp08/Makefile.am: Remove all-local: $(ARCH).
841        * sp09/Makefile.am: Remove all-local: $(ARCH).
842        * sp11/Makefile.am: Remove all-local: $(ARCH).
843        * sp12/Makefile.am: Remove all-local: $(ARCH).
844        * sp13/Makefile.am: Remove all-local: $(ARCH).
845        * sp14/Makefile.am: Remove all-local: $(ARCH).
846        * sp15/Makefile.am: Remove all-local: $(ARCH).
847        * sp16/Makefile.am: Remove all-local: $(ARCH).
848        * sp17/Makefile.am: Remove all-local: $(ARCH).
849        * sp19/Makefile.am: Remove all-local: $(ARCH).
850        * sp20/Makefile.am: Remove all-local: $(ARCH).
851        * sp21/Makefile.am: Remove all-local: $(ARCH).
852        * sp22/Makefile.am: Remove all-local: $(ARCH).
853        * sp23/Makefile.am: Remove all-local: $(ARCH).
854        * sp24/Makefile.am: Remove all-local: $(ARCH).
855        * sp25/Makefile.am: Remove all-local: $(ARCH).
856        * sp26/Makefile.am: Remove all-local: $(ARCH).
857        * sp27/Makefile.am: Remove all-local: $(ARCH).
858        * sp28/Makefile.am: Remove all-local: $(ARCH).
859        * sp29/Makefile.am: Remove all-local: $(ARCH).
860        * sp30/Makefile.am: Remove all-local: $(ARCH).
861        * sp31/Makefile.am: Remove all-local: $(ARCH).
862        * sp32/Makefile.am: Remove all-local: $(ARCH).
863        * spfatal/Makefile.am: Remove all-local: $(ARCH).
864        * spsize/Makefile.am: Remove all-local: $(ARCH).
865
8662003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
867
868        * configure.ac: Reflect having moved to testsuites/.
869
8702003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
871
872        * configure.ac: Remove RTEMS_CANONICAL_HOST.
873
8742003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
875
876        * configure.ac:Remove RTEMS_CHECK_CPU.
877
8782003-09-04      Joel Sherrill <joel@OARcorp.com>
879
880        * sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c,
881        sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c,
882        sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc,
883        sp03/system.h, sp03/task1.c, sp03/task2.c, sp04/init.c,
884        sp04/sp04.doc, sp04/system.h, sp04/task1.c, sp04/task2.c,
885        sp04/task3.c, sp04/tswitch.c, sp05/init.c, sp05/sp05.doc,
886        sp05/system.h, sp05/task1.c, sp05/task2.c, sp05/task3.c, sp06/init.c,
887        sp06/sp06.doc, sp06/system.h, sp06/task1.c, sp06/task2.c,
888        sp06/task3.c, sp07/init.c, sp07/sp07.doc, sp07/system.h,
889        sp07/task1.c, sp07/task2.c, sp07/task3.c, sp07/task4.c,
890        sp07/taskexit.c, sp07/tcreate.c, sp07/tdelete.c, sp07/trestart.c,
891        sp07/tstart.c, sp08/init.c, sp08/sp08.doc, sp08/system.h,
892        sp08/task1.c, sp09/delay.c, sp09/init.c, sp09/isr.c, sp09/screen01.c,
893        sp09/screen02.c, sp09/screen03.c, sp09/screen04.c, sp09/screen05.c,
894        sp09/screen06.c, sp09/screen07.c, sp09/screen08.c, sp09/screen09.c,
895        sp09/screen10.c, sp09/screen11.c, sp09/screen12.c, sp09/screen13.c,
896        sp09/screen14.c, sp09/sp09.doc, sp09/system.h, sp09/task1.c,
897        sp09/task2.c, sp09/task3.c, sp09/task4.c, sp11/init.c, sp11/sp11.doc,
898        sp11/system.h, sp11/task1.c, sp11/task2.c, sp11/timer.c, sp12/init.c,
899        sp12/pridrv.c, sp12/pritask.c, sp12/sp12.doc, sp12/system.h,
900        sp12/task1.c, sp12/task2.c, sp12/task3.c, sp12/task4.c, sp12/task5.c,
901        sp13/fillbuff.c, sp13/init.c, sp13/putbuff.c, sp13/sp13.doc,
902        sp13/system.h, sp13/task1.c, sp13/task2.c, sp13/task3.c, sp14/asr.c,
903        sp14/init.c, sp14/sp14.doc, sp14/system.h, sp14/task1.c,
904        sp14/task2.c, sp15/init.c, sp15/sp15.doc, sp15/system.h,
905        sp15/task1.c, sp16/init.c, sp16/sp16.doc, sp16/system.h,
906        sp16/task1.c, sp16/task2.c, sp16/task3.c, sp16/task4.c, sp16/task5.c,
907        sp17/asr.c, sp17/init.c, sp17/sp17.doc, sp17/system.h, sp17/task1.c,
908        sp17/task2.c, sp19/first.c, sp19/fptask.c, sp19/fptest.h,
909        sp19/init.c, sp19/inttest.h, sp19/sp19.doc, sp19/system.h,
910        sp19/task1.c, sp20/getall.c, sp20/init.c, sp20/sp20.doc,
911        sp20/system.h, sp20/task1.c, sp21/init.c, sp21/sp21.doc,
912        sp21/system.h, sp21/task1.c, sp22/delay.c, sp22/init.c,
913        sp22/prtime.c, sp22/sp22.doc, sp22/system.h, sp22/task1.c,
914        sp23/init.c, sp23/sp23.doc, sp23/system.h, sp23/task1.c, sp24/init.c,
915        sp24/resume.c, sp24/sp24.doc, sp24/system.h, sp24/task1.c,
916        sp25/init.c, sp25/sp25.doc, sp25/system.h, sp25/task1.c, sp26/init.c,
917        sp26/sp26.doc, sp26/system.h, sp26/task1.c, sp30/init.c,
918        sp30/resume.c, sp30/sp30.doc, sp30/system.h, sp30/task1.c,
919        sp31/delay.c, sp31/init.c, sp31/prtime.c, sp31/sp31.doc,
920        sp31/system.h, sp31/task1.c, sp32/init.c, spfatal/fatal.c,
921        spfatal/init.c, spfatal/puterr.c, spfatal/spfatal.doc,
922        spfatal/system.h, spfatal/task1.c, spsize/getint.c, spsize/init.c,
923        spsize/size.c, spsize/system.h: URL for license changed.
924
9252003-08-18      Eiichiro Kawaguchi <e-kawaguchi@ct.jp.nec.com>
926
927        PR 458/tests
928        * sp30/task1.c: Correct indexing problem.
929
9302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
931
932        * Makefile.am: Reflect having moved aclocal/.
933
9342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
935
936        * Makefile.am: Reflect having moved automake/.
937        * sp01/Makefile.am: Reflect having moved automake/.
938        * sp02/Makefile.am: Reflect having moved automake/.
939        * sp03/Makefile.am: Reflect having moved automake/.
940        * sp04/Makefile.am: Reflect having moved automake/.
941        * sp05/Makefile.am: Reflect having moved automake/.
942        * sp06/Makefile.am: Reflect having moved automake/.
943        * sp07/Makefile.am: Reflect having moved automake/.
944        * sp08/Makefile.am: Reflect having moved automake/.
945        * sp09/Makefile.am: Reflect having moved automake/.
946        * sp11/Makefile.am: Reflect having moved automake/.
947        * sp12/Makefile.am: Reflect having moved automake/.
948        * sp13/Makefile.am: Reflect having moved automake/.
949        * sp14/Makefile.am: Reflect having moved automake/.
950        * sp15/Makefile.am: Reflect having moved automake/.
951        * sp16/Makefile.am: Reflect having moved automake/.
952        * sp17/Makefile.am: Reflect having moved automake/.
953        * sp19/Makefile.am: Reflect having moved automake/.
954        * sp20/Makefile.am: Reflect having moved automake/.
955        * sp21/Makefile.am: Reflect having moved automake/.
956        * sp22/Makefile.am: Reflect having moved automake/.
957        * sp23/Makefile.am: Reflect having moved automake/.
958        * sp24/Makefile.am: Reflect having moved automake/.
959        * sp25/Makefile.am: Reflect having moved automake/.
960        * sp26/Makefile.am: Reflect having moved automake/.
961        * sp27/Makefile.am: Reflect having moved automake/.
962        * sp28/Makefile.am: Reflect having moved automake/.
963        * sp29/Makefile.am: Reflect having moved automake/.
964        * sp30/Makefile.am: Reflect having moved automake/.
965        * sp31/Makefile.am: Reflect having moved automake/.
966        * sp32/Makefile.am: Reflect having moved automake/.
967        * spfatal/Makefile.am: Reflect having moved automake/.
968        * spsize/Makefile.am: Reflect having moved automake/.
969
9702003-08-14      Joel Sherrill <joel@OARcorp.com>
971
972        * sp02/task1.c: Added ID to name lookup service and changed name of
973        id/name translation status code. This propagated to multiple
974        functions. The user API service added was rtems_object_id_to_name()
975
9762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
977
978        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
979
9802003-05-29      Joel Sherrill <joel@OARcorp.com>
981
982        * sp27/init.c, sp29/init.c, spsize/size.c: Removed warnings.
983
9842003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
985
986        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
987        CC_CFLAGS_DEFAULT (obsolete).
988
9892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
990
991        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
992        Remove CC_LDFLAGS_PROFILE_V.
993
9942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
995
996        * configure.ac: Remove AC_CONFIG_AUX_DIR.
997
9982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
999
1000        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
1001
10022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1003
1004        * configure.ac: AC_PREREQ(2.57).
1005
10062002-11-14      Joel Sherrill <joel@OARcorp.com>
1007
1008        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
1009        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
1010        update the IDs in the screens.
1011
10122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1013
1014        * .cvsignore: Reformat.
1015        Add autom4te*cache.
1016        Remove autom4te.cache.
1017
10182002-09-14      Joel Sherrill <joel@OARcorp.com>
1019
1020        * sp32/.cvsignore: New file.
1021
10222002-09-14      Aaron J. Grier <aaron@frye.com>
1023
1024        * PR271 was not applicable against the current source but included
1025        a nice test that Joel decided to add to the tree as sp32.
1026        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
1027        * Makefile.am, configure.ac: Modified to reflect addition.
1028
10292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1030
1031        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
1032        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
1033        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
1034        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
1035        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
1036        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
1037        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
1038        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
1039        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
1040        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
1041        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
1042        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
1043        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
1044        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
1045        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
1046        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
1047        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
1048        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
1049        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
1050        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
1051        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
1052        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
1053        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
1054        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
1055        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
1056        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
1057        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
1058        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
1059        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
1060        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
1061        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
1062
10632002-08-01      Joel Sherrill <joel@OARcorp.com>
1064
1065        * Per PR47 add support for buffered test output.  This involved
1066        adding defines to redirect output to a buffer and dump it when
1067        full, at "test pause", and at exit.  To avoid problems when redefining
1068        exit(), all tests were modified to call rtems_test_exit().
1069        Some tests, notable psxtests, had to be modified to include
1070        the standard test macro .h file (pmacros.h or tmacros.h) to
1071        enable this support.
1072        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
1073        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
1074        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
1075        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
1076        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
1077        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
1078        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
1079
10802002-07-30      Joel Sherrill <joel@OARcorp.com>
1081
1082        * spsize/size.c: Don't reference the RTEMS allocated interrupt
1083        stack if the port doesn't configure using it.
1084
10852002-07-04      Joel Sherrill <joel@OARcorp.com>
1086
1087        * Jump table for single entry point removed.
1088        * spsize/size.c:  Modified to reflect above.
1089
10902002-07-01      Joel Sherrill <joel@OARcorp.com>
1091
1092        * sp29/init.c: Corrected definitions for task stack usage.
1093
10942002-07-01      Joel Sherrill <joel@OARcorp.com>
1095
1096        * spsize/size.c: _Thread_queue_Extract_table removed.
1097
10982001-05-17      Joel Sherrill <joel@OARcorp.com>
1099
1100        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
1101        number of staticly configured device drivers.
1102
11032001-05-14      Joel Sherrill <joel@OARcorp.com>
1104
1105        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
1106        than the configured number of drivers.
1107 
11082002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1109
1110        * configure.ac: Remove ENABLE_GCC28.
1111
11122001-04-04      Joel Sherrill <joel@OARcorp.com>
1113
1114        * spsize/size.c: Reflect SPARC modifcation to get rid of
1115        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
1116 
11172001-03-29      Joel Sherrill <joel@OARcorp.com>
1118
1119        * Per PR147 addressed problems when reseting and inserting a timer
1120        into a timer chain that did not honor time passage since the last
1121        time the timer server was scheduled and the new insertion.
1122        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
1123
11242001-03-28      Joel Sherrill <joel@OARcorp.com>
1125
1126        * Side-effect of PR132.
1127        * sp21/system.h: Now must explicitly request NULL driver.
1128
11292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1130
1131        * configure.ac:
1132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
1133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
1134        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
1135        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
1136        * Makefile.am: Remove AUTOMAKE_OPTIONS.
1137        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
1138        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
1139        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
1140        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
1141        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
1142        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
1143        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
1144        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
1145        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
1146        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
1147        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
1148        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
1149        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
1150        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
1151        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
1152        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
1153        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
1154        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
1155        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
1156        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
1157        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
1158        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
1159        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
1160        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
1161        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
1162        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
1163        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
1164        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
1165        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
1166
11672002-03-20      Chris Johns <ccj@acm.org>
1168
1169        * PR145.
1170        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
1171        in system (e.g. driver tasks).  Also exit on minimum number of
1172        switches not precise number.
1173
11742001-01-29      Joel Sherrill <joel@OARcorp.com>
1175
1176        * Fixed bug where resetting a timer that was not at the head
1177        of one of the task timer chains resulted in the Timer Server
1178        task waking up too far in the future.
1179        * Added rtems_timer_get_information() directive to support testing.
1180        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
1181        above condition.
1182
11832001-01-22      Joel Sherrill <joel@OARcorp.com>
1184
1185        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
1186        because priority added as argument to rtems_timer_initiate_server().
1187
11882001-01-16      Joel Sherrill <joel@OARcorp.com>
1189
1190        * Added tests for task-based timers.  This included the new tests
1191        sp30 and sp31.
1192        * Makefile.am, configure.ac: Modified to reflect new tests and files.
1193        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
1194        for task-based timer services.
1195        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
1196        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
1197        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
1198        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
1199        sp31/task1.c: New files.
1200
12012001-11-01      Joel Sherrill <joel@OARcorp.com>
1202
1203        * sp26/system.h: Properly account for stack memory used by
1204        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
1205        and processed as PR78.
1206
12072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1208
1209        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1210        * configure.in: Remove.
1211        * configure.ac: New file, generated from configure.in by autoupdate.
1212
12132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1214
1215        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1216
12172001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1218
1219        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
1220        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
1221        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
1222        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
1223        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
1224        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
1225        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
1226        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
1227        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
1228        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
1229        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
1230        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
1231        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
1232        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
1233        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
1234        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
1235        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
1236        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
1237        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
1238        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
1239        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
1240        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
1241        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
1242        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
1243        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
1244        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
1245        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
1246        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
1247        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
1248
12492001-08-16      Joel Sherrill <joel@OARcorp.com>
1250
1251        * sp20/system.h: Account for extra task stacks properly.
1252
12532001-08-16      Joel Sherrill <joel@OARcorp.com>
1254
1255        * sp13/sp13.scn: Id in screen had wrong class field value.
1256        * sp13/system.h: Account for message buffer memory.
1257        * sp13/task2.c: Remove unnecessary check for failure.
1258
12592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1260
1261        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1262
12632001-04-20      Joel Sherrill <joel@OARcorp.com>
1264
1265        * sp298/sp28.scn: Minor adjustment so test output matches the screen
1266        file.
1267
12682001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1269
1270        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
1271
12722001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1273
1274        * sp21/Makefile.am: Remove libtest.
1275
12762000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1277
1278        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1279
12802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1281
1282        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1283
12842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1285
1286        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1287        Switch to GNU canonicalization.
1288        * sptests.am: Remove DEFS.
1289
12902000-09-29      Joel Sherrill <joel@OARcorp.com>
1291
1292        * sp20/sp20.scn: Corrected to reflect new addition.
1293        * sp20/system.h: Removed comment reflecting history.
1294
12952000-09-29      Stephan Merker <merker@decrc.abb.de>
1296
1297        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
1298        Added new task to test sequence of altering a period's length
1299        while it is still active.
1300
13012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1302
1303        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
1304        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
1305        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
1306        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
1307        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
1308        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
1309        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
1310        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
1311        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
1312        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
1313
13142000-08-10      Joel Sherrill <joel@OARcorp.com>
1315
1316        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.