source: rtems/testsuites/libtests/ChangeLog @ 009dfd0

4.104.115
Last change on this file since 009dfd0 was 0d1e5fd, checked in by Joel Sherrill <joel.sherrill@…>, on 09/26/09 at 15:46:34

2009-09-26 Joel Sherrill <joel.sherrill@…>

  • cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
  • Property mode set to 100644
File size: 21.8 KB
Line 
12009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
4
52009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * stackchk01/stackchk01.doc: Add content.
8
92009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * Makefile.am, configure.ac: Add initial test for
12        rtems_stack_checker_is_blown.
13        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
14        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
15
162009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
17
18        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
19        cases to get back to 100% object coverage.
20
212009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
22
23        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
24        malloctest/malloctest.scn: New test cases.
25        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
26
272009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
28
29        * malloctest/init.c: New test cases. Update for heap API changes.
30        * stackchk/blow.c: Update for heap API changes.
31
322009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
33
34        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
35
362009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
39        complete coverage of termios_XXX_to_YYY() methods.
40
412009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
44        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
45        character with the assistance of a special test driver which prints
46        the requests.
47        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
48        termios01/termios01.doc, termios01/termios01.scn,
49        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
50
512009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
54        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
55        rtems_clock_get_ticks_per_second().
56
572009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
60        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
61
622009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
65        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
66        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
67
682009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * malloctest/init.c: Adjust allocation in test so it passes now that
71        heap overhead constant has been increased.
72
732009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * bspcmdline01/init.c: Do not violate visibility.
76
772009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
80        prefix to all routines.
81
822009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
85        helper routines.
86        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
87        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
88        bspcmdline01/init.c, bspcmdline01/test.c: New files.
89
902009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
93        for shrinking a block enough to need to free the newly unused
94        portion.
95
962009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
99        _Protected_heap_Get_information().
100
1012009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * heapwalk/init.c: Add test code for first free block pointer not
104        aligned.
105
1062009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * heapwalk/init.c: Add more cases.
109
1102009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * heapwalk/init.c: Add more automated corruption capability.
113
1142009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
115
116        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
117
1182009-05-19      Chris Johns <chrisj@rtems.org>
119
120        * cpuuse/tswitch.c: Lower sample count for small memory targets.
121        * cpuuse/system.h: Smaller stack size for small memory targets.
122        * monitor02/init.c: Cannot run on small memory targets.
123
1242009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * rtmonuse/init.c: Do not use Task_name array before initialized.
127
1282009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * malloctest/init.c: Fix warning.
131
1322009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * malloctest/init.c: Fix typo.
135
1362009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
139        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
140        heapwalk/init.c, heapwalk/system.h: New files.
141
1422009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
143
144        * malloctest/init.c: Add test case for heap resize block when the
145        resize creates a free block large enough to free.
146
1472009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * cpuuse/Makefile.am, malloctest/Makefile.am,
150        monitor/Makefile.am, monitor02/Makefile.am,
151        putenvtest/Makefile.am, rtems++/Makefile.am,
152        rtmonuse/Makefile.am, stackchk/Makefile.am,
153        termios/Makefile.am, tztest/Makefile.am:
154        Eliminate _exe_/.exe.
155
1562009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * stackchk/stackchk.scn: Correct screen to match output.
159
1602008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * malloctest/init.c: Change sizes of heap/region and allocated objects
163        in heap to intptr_t so they can be larger than a single allocatable
164        object (e.g. size_t).
165
1662008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * malloctest/init.c: Do not generate alignment factors larger that will
169        not fit in a native integer.
170
1712008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
174        CONFIGURE_STACK_CHECKER_ENABLED.
175
1762008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * malloctest/init.c: Convert to "bool".
179
1802008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * rtems++/System.h: Account for extra task stacks properly.
183
1842008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * malloctest/init.c: Fix return status check.
187
1882008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
191        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
192        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
193        POSIX tests. Add a clock_settime case for < 1988.
194
1952008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * malloctest/init.c: Add more test cases to cover heap better.
198
1992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * malloctest/init.c: Add new test cases per Sergei. Make some of the
202        stranger cases operate directly on a freshly initialized heap. This
203        should make them more reproducible.
204
2052008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * malloctest/init.c: Add more tests per suggestions from Sergei
208        Organov.
209
2102008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
211
212        * malloctest/init.c: Add include to remove warning.
213
2142008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * malloctest/init.c: Remove debug print.
217
2182008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
219
220        * monitor02/.cvsignore: New file.
221
2222008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
223
224        * Makefile.am, configure.ac: Added automatic test for monitor shell
225        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
226        monitor02/system.h: New files.
227
2282007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * malloctest/init.c: Add test cases suggested by Sergei Organov
231        <s.organov@javad.com>.
232
2332007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
236
2372007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
240        exericise another path in the period statistics code.
241
2422007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * malloctest/init.c: Add some primitive testing of realloc() which also
245        does some positive path testing on the SuperCore heap.
246
2472007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
248
249        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
250        cases for untested routines.
251
2522007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
253
254        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
255        the CPU Usage Report include it. If it is deleted, the CPU time it
256        had consumed is not listed later in the report.
257
2582007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * tztest/init.c: Build when using buffered test IO.
261
2622007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
265        macro instead of fflush() directly.
266
2672007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
270        Statistics and Period Usage into Rate Monotonic Manager. Added the
271        following directives: rtems_rate_monotonic_get_statistics,
272        rtems_rate_monotonic_reset_statistics,
273        rtems_rate_monotonic_reset_all_statistics,
274        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
275        Obsoleted the rtems/rtmonuse.h file as a public interface.
276
2772007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
280        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
281        optional managers to Makefiles. Clean up test cases so last output
282        line follows END OF pattern. Make sure test case all run. All tests
283        appeared ok on sis.
284
2852007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
288
2892007-03-13      Joel Sherrill <joel@OARcorp.com>
290
291        * tztest/init.c: Call tzset() even though it may be called for us
292        implicitly along the way.
293
2942007-03-13      Joel Sherrill <joel@OARcorp.com>
295
296        * tztest/.cvsignore: New file.
297
2982007-03-13      Joel Sherrill <joel@OARcorp.com>
299
300        * Makefile.am, configure.ac: Added timezone test.
301        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
302        tztest/tztest.scn: New files.
303
3042007-03-05      Joel Sherrill <joel@OARcorp.com>
305
306        * malloctest/init.c: Be explicit about need for default and floating
307        point attributes. This is just a style change.
308
3092007-02-06      Joel Sherrill <joel@OARcorp.com>
310
311        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
312        issues in message queue tests.
313
3142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * configure.ac: New BUG-REPORT address.
317
3182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * configure.ac: Require autoconf-2.60. Require automake-1.10.
321
3222006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
323
324        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
325        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
326        docdir. Use rtems_testsdir instead.
327
3282006-02-08      Joel Sherrill <joel@OARcorp.com>
329
330        * rtems++/Task1.cc: Fix warnings.
331
3322005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * configure.ac: Remove RTEMS_ENABLE_BARE,
335        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
336
3372005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
340        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
341        stackchk/Makefile.am, termios/Makefile.am:
342        Convert to using *_PROGRAMS.
343
3442005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * cpuuse/Makefile.am, malloctest/Makefile.am,
347        monitor/Makefile.am, putenvtest/Makefile.am,
348        rtems++/Makefile.am, rtmonuse/Makefile.am,
349        stackchk/Makefile.am, termios/Makefile.am: Rework.
350
3512005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
354        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
355        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
356        * libtests.am: Remove.
357
3582005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
361        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
362        stackchk/Makefile.am, termios/Makefile.am:
363        AM_CPPFLAGS += -I..../support/include.
364
3652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
366
367        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
368        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
369
3702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * libtests.am: Remove LIB_VARIANT.
373
3742005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
375
376        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
377        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
378        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
379
3802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * Makefile.am: Cleanup.
383
3842005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
385
386        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
387        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
388        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
389        stackchk/Makefile.am, termios/Makefile.am:
390        Partial conversion to automake.
391
3922005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * rtems++/Makefile.am: Remove LIB_VARIANT.
395
3962004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
397
398        * configure.ac: Remove -ansi to prevent folks from further damaging
399        the code with broken prototypes.
400        * putenvtest/init.c: Remove broken putenv prototype.
401        * termios/init.c (print_c_cc): Don't loop over NCCS.
402
4032004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
404
405        * configure.ac: Require automake > 1.9.
406
4072004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
408
409        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
410        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
411        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
412        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
413        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
414        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
415        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
416        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
417
4182004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
421        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
422        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
423        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
424        using c99 fixed size types.
425
4262004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.ac: Add 2nd arg to RTEMS_TOP.
429
4302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
433        Add PRE/TMPINSTALL_FILES to CLEANFILES.
434        * malloctest/Makefile.am: Ditto.
435        * monitor/Makefile.am: Ditto.
436        * putenvtest/Makefile.am: Ditto.
437        * rtems++/Makefile.am: Ditto.
438        * rtmonuse/Makefile.am: Ditto.
439        * stackchk/Makefile.am: Ditto.
440        * termios/Makefile.am: Ditto.
441
4422003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * libtests.am: Add dirstamp support.
445
4462003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
449
4502003-12-16      Joel Sherrill <joel@OARcorp.com>
451
452        PR 544/tests
453        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
454        tests account for resources and not print at inappropriate times.
455
4562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
459
4602003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
463        * malloctest/Makefile.am: Remove all-local: $(ARCH).
464        * monitor/Makefile.am: Remove all-local: $(ARCH).
465        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
466        * rtems++/Makefile.am: Remove all-local: $(ARCH).
467        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
468        * stackchk/Makefile.am: Remove all-local: $(ARCH).
469        * termios/Makefile.am: Remove all-local: $(ARCH).
470
4712003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Reflect having moved to testsuites/.
474
4752003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Remove RTEMS_CANONICAL_HOST.
478
4792003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac:Remove RTEMS_CHECK_CPU.
482
4832003-09-04      Joel Sherrill <joel@OARcorp.com>
484
485        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
486        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
487        malloctest/system.h, malloctest/task1.c, monitor/init.c,
488        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
489        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
490        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
491        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
492        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
493        stackchk/task1.c: URL for license changed.
494
4952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * Makefile.am: Reflect having moved aclocal/.
498
4992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * Makefile.am: Reflect having moved automake/.
502        * cpuuse/Makefile.am: Reflect having moved automake/.
503        * malloctest/Makefile.am: Reflect having moved automake/.
504        * monitor/Makefile.am: Reflect having moved automake/.
505        * putenvtest/Makefile.am: Reflect having moved automake/.
506        * rtems++/Makefile.am: Reflect having moved automake/.
507        * rtmonuse/Makefile.am: Reflect having moved automake/.
508        * stackchk/Makefile.am: Reflect having moved automake/.
509        * termios/Makefile.am: Reflect having moved automake/.
510
5112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
514
5152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac: Remove AC_CONFIG_AUX_DIR.
518
5192003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Unconditionally check for CXX.
522        Require autoconf-2.57, automake-1.7.2.
523        * rtems++: Eliminate CC_O_FILES.
524
5252002-12-02      Joel Sherrill <joel@OARcorp.com>
526
527        * malloctest/init.c: Tasks should be floating point.
528
5292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * .cvsignore: Reformat.
532        Add autom4te*cache.
533        Remove autom4te.cache.
534
5352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
536
537        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
538        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
539        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
540        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
541        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
542        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
543        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
544        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
545
5462002-08-01      Joel Sherrill <joel@OARcorp.com>
547
548        * Per PR47 add support for buffered test output.  This involved
549        adding defines to redirect output to a buffer and dump it when
550        full, at "test pause", and at exit.  To avoid problems when redefining
551        exit(), all tests were modified to call rtems_test_exit().
552        Some tests, notable psxtests, had to be modified to include
553        the standard test macro .h file (pmacros.h or tmacros.h) to
554        enable this support.
555        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
556        rtmonuse/task1.c, termios/init.c: Modified.
557
5582002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * configure.ac: Remove ENABLE_GCC28.
561
5622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac:
565        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
566        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
567        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
568        * Makefile.am: Remove AUTOMAKE_OPTIONS.
569        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
570        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
571        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
572        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
576
5772001-11-01      Joel Sherrill <joel@OARcorp.com>
578
579        * rtems++/Makefile.am: Make sure debug variant of librtems++
580        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
581        and processed as PR78.
582
5832001-10-25      Joel Sherrill <joel@OARcorp.com>
584
585        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
586
5872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
588
589        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
590        * configure.in: Remove.
591        * configure.ac: New file, generated from configure.in by autoupdate.
592
5932001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
596        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
597
5982001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
601        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
602        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
603        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
604        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
605        make-cxx-exe.
606        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
607        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
608        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
609
6102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
611
612        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
613
6142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
615
616        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
617
6182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
621
6222000-11-01      Joel Sherrill <joel@OARcorp.com>
623
624        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
625        libcsupport.h moved from libc to lib/include/rtems and now must
626        be referenced as <rtems/XXX.h>. 
627
6282000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
629
630        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
631        Switch to GNU canonicalization.
632        * libtests.am: Remove DEFS.
633
6342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
635
636        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
637        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
638        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
639
6402000-08-10      Joel Sherrill <joel@OARcorp.com>
641
642        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.