source: rtems/testsuites/libtests/ChangeLog @ 65e3ca6

4.104.115
Last change on this file since 65e3ca6 was 65e3ca6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/01/09 at 12:14:11

2009-10-01 Ralf Corsépius <ralf.corsepius@…>

  • termios01/init.c, termios01/termios_testdriver.c: Reflect changes to termios.
  • Property mode set to 100644
File size: 21.9 KB
Line 
12009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * termios01/init.c, termios01/termios_testdriver.c:
4        Reflect changes to termios.
5
62009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
9
102009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * stackchk01/stackchk01.doc: Add content.
13
142009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * Makefile.am, configure.ac: Add initial test for
17        rtems_stack_checker_is_blown.
18        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
19        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
20
212009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
22
23        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
24        cases to get back to 100% object coverage.
25
262009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
27
28        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
29        malloctest/malloctest.scn: New test cases.
30        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
31
322009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
33
34        * malloctest/init.c: New test cases. Update for heap API changes.
35        * stackchk/blow.c: Update for heap API changes.
36
372009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
38
39        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
40
412009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
44        complete coverage of termios_XXX_to_YYY() methods.
45
462009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
49        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
50        character with the assistance of a special test driver which prints
51        the requests.
52        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
53        termios01/termios01.doc, termios01/termios01.scn,
54        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
55
562009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
59        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
60        rtems_clock_get_ticks_per_second().
61
622009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
65        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
66
672009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
70        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
71        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
72
732009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * malloctest/init.c: Adjust allocation in test so it passes now that
76        heap overhead constant has been increased.
77
782009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * bspcmdline01/init.c: Do not violate visibility.
81
822009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
85        prefix to all routines.
86
872009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
90        helper routines.
91        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
92        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
93        bspcmdline01/init.c, bspcmdline01/test.c: New files.
94
952009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
98        for shrinking a block enough to need to free the newly unused
99        portion.
100
1012009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
104        _Protected_heap_Get_information().
105
1062009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * heapwalk/init.c: Add test code for first free block pointer not
109        aligned.
110
1112009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * heapwalk/init.c: Add more cases.
114
1152009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * heapwalk/init.c: Add more automated corruption capability.
118
1192009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
120
121        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
122
1232009-05-19      Chris Johns <chrisj@rtems.org>
124
125        * cpuuse/tswitch.c: Lower sample count for small memory targets.
126        * cpuuse/system.h: Smaller stack size for small memory targets.
127        * monitor02/init.c: Cannot run on small memory targets.
128
1292009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * rtmonuse/init.c: Do not use Task_name array before initialized.
132
1332009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * malloctest/init.c: Fix warning.
136
1372009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * malloctest/init.c: Fix typo.
140
1412009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
144        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
145        heapwalk/init.c, heapwalk/system.h: New files.
146
1472009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
148
149        * malloctest/init.c: Add test case for heap resize block when the
150        resize creates a free block large enough to free.
151
1522009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * cpuuse/Makefile.am, malloctest/Makefile.am,
155        monitor/Makefile.am, monitor02/Makefile.am,
156        putenvtest/Makefile.am, rtems++/Makefile.am,
157        rtmonuse/Makefile.am, stackchk/Makefile.am,
158        termios/Makefile.am, tztest/Makefile.am:
159        Eliminate _exe_/.exe.
160
1612009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * stackchk/stackchk.scn: Correct screen to match output.
164
1652008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
166
167        * malloctest/init.c: Change sizes of heap/region and allocated objects
168        in heap to intptr_t so they can be larger than a single allocatable
169        object (e.g. size_t).
170
1712008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * malloctest/init.c: Do not generate alignment factors larger that will
174        not fit in a native integer.
175
1762008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
179        CONFIGURE_STACK_CHECKER_ENABLED.
180
1812008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * malloctest/init.c: Convert to "bool".
184
1852008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * rtems++/System.h: Account for extra task stacks properly.
188
1892008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * malloctest/init.c: Fix return status check.
192
1932008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
196        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
197        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
198        POSIX tests. Add a clock_settime case for < 1988.
199
2002008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
201
202        * malloctest/init.c: Add more test cases to cover heap better.
203
2042008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * malloctest/init.c: Add new test cases per Sergei. Make some of the
207        stranger cases operate directly on a freshly initialized heap. This
208        should make them more reproducible.
209
2102008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * malloctest/init.c: Add more tests per suggestions from Sergei
213        Organov.
214
2152008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * malloctest/init.c: Add include to remove warning.
218
2192008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
220
221        * malloctest/init.c: Remove debug print.
222
2232008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
224
225        * monitor02/.cvsignore: New file.
226
2272008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
228
229        * Makefile.am, configure.ac: Added automatic test for monitor shell
230        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
231        monitor02/system.h: New files.
232
2332007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * malloctest/init.c: Add test cases suggested by Sergei Organov
236        <s.organov@javad.com>.
237
2382007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
239
240        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
241
2422007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
245        exericise another path in the period statistics code.
246
2472007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * malloctest/init.c: Add some primitive testing of realloc() which also
250        does some positive path testing on the SuperCore heap.
251
2522007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
253
254        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
255        cases for untested routines.
256
2572007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
260        the CPU Usage Report include it. If it is deleted, the CPU time it
261        had consumed is not listed later in the report.
262
2632007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * tztest/init.c: Build when using buffered test IO.
266
2672007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
268
269        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
270        macro instead of fflush() directly.
271
2722007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
275        Statistics and Period Usage into Rate Monotonic Manager. Added the
276        following directives: rtems_rate_monotonic_get_statistics,
277        rtems_rate_monotonic_reset_statistics,
278        rtems_rate_monotonic_reset_all_statistics,
279        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
280        Obsoleted the rtems/rtmonuse.h file as a public interface.
281
2822007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
283
284        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
285        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
286        optional managers to Makefiles. Clean up test cases so last output
287        line follows END OF pattern. Make sure test case all run. All tests
288        appeared ok on sis.
289
2902007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
291
292        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
293
2942007-03-13      Joel Sherrill <joel@OARcorp.com>
295
296        * tztest/init.c: Call tzset() even though it may be called for us
297        implicitly along the way.
298
2992007-03-13      Joel Sherrill <joel@OARcorp.com>
300
301        * tztest/.cvsignore: New file.
302
3032007-03-13      Joel Sherrill <joel@OARcorp.com>
304
305        * Makefile.am, configure.ac: Added timezone test.
306        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
307        tztest/tztest.scn: New files.
308
3092007-03-05      Joel Sherrill <joel@OARcorp.com>
310
311        * malloctest/init.c: Be explicit about need for default and floating
312        point attributes. This is just a style change.
313
3142007-02-06      Joel Sherrill <joel@OARcorp.com>
315
316        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
317        issues in message queue tests.
318
3192006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * configure.ac: New BUG-REPORT address.
322
3232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * configure.ac: Require autoconf-2.60. Require automake-1.10.
326
3272006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
330        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
331        docdir. Use rtems_testsdir instead.
332
3332006-02-08      Joel Sherrill <joel@OARcorp.com>
334
335        * rtems++/Task1.cc: Fix warnings.
336
3372005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
338
339        * configure.ac: Remove RTEMS_ENABLE_BARE,
340        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
341
3422005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
343
344        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
345        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
346        stackchk/Makefile.am, termios/Makefile.am:
347        Convert to using *_PROGRAMS.
348
3492005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * cpuuse/Makefile.am, malloctest/Makefile.am,
352        monitor/Makefile.am, putenvtest/Makefile.am,
353        rtems++/Makefile.am, rtmonuse/Makefile.am,
354        stackchk/Makefile.am, termios/Makefile.am: Rework.
355
3562005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
359        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
360        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
361        * libtests.am: Remove.
362
3632005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
366        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
367        stackchk/Makefile.am, termios/Makefile.am:
368        AM_CPPFLAGS += -I..../support/include.
369
3702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
373        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
374
3752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
376
377        * libtests.am: Remove LIB_VARIANT.
378
3792005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
380
381        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
382        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
383        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
384
3852005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
386
387        * Makefile.am: Cleanup.
388
3892005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
390
391        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
392        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
393        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
394        stackchk/Makefile.am, termios/Makefile.am:
395        Partial conversion to automake.
396
3972005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
398
399        * rtems++/Makefile.am: Remove LIB_VARIANT.
400
4012004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
402
403        * configure.ac: Remove -ansi to prevent folks from further damaging
404        the code with broken prototypes.
405        * putenvtest/init.c: Remove broken putenv prototype.
406        * termios/init.c (print_c_cc): Don't loop over NCCS.
407
4082004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
409
410        * configure.ac: Require automake > 1.9.
411
4122004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
413
414        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
415        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
416        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
417        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
418        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
419        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
420        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
421        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
422
4232004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
424
425        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
426        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
427        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
428        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
429        using c99 fixed size types.
430
4312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Add 2nd arg to RTEMS_TOP.
434
4352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
438        Add PRE/TMPINSTALL_FILES to CLEANFILES.
439        * malloctest/Makefile.am: Ditto.
440        * monitor/Makefile.am: Ditto.
441        * putenvtest/Makefile.am: Ditto.
442        * rtems++/Makefile.am: Ditto.
443        * rtmonuse/Makefile.am: Ditto.
444        * stackchk/Makefile.am: Ditto.
445        * termios/Makefile.am: Ditto.
446
4472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * libtests.am: Add dirstamp support.
450
4512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
454
4552003-12-16      Joel Sherrill <joel@OARcorp.com>
456
457        PR 544/tests
458        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
459        tests account for resources and not print at inappropriate times.
460
4612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
464
4652003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
466
467        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
468        * malloctest/Makefile.am: Remove all-local: $(ARCH).
469        * monitor/Makefile.am: Remove all-local: $(ARCH).
470        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
471        * rtems++/Makefile.am: Remove all-local: $(ARCH).
472        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
473        * stackchk/Makefile.am: Remove all-local: $(ARCH).
474        * termios/Makefile.am: Remove all-local: $(ARCH).
475
4762003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Reflect having moved to testsuites/.
479
4802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Remove RTEMS_CANONICAL_HOST.
483
4842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac:Remove RTEMS_CHECK_CPU.
487
4882003-09-04      Joel Sherrill <joel@OARcorp.com>
489
490        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
491        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
492        malloctest/system.h, malloctest/task1.c, monitor/init.c,
493        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
494        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
495        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
496        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
497        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
498        stackchk/task1.c: URL for license changed.
499
5002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * Makefile.am: Reflect having moved aclocal/.
503
5042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * Makefile.am: Reflect having moved automake/.
507        * cpuuse/Makefile.am: Reflect having moved automake/.
508        * malloctest/Makefile.am: Reflect having moved automake/.
509        * monitor/Makefile.am: Reflect having moved automake/.
510        * putenvtest/Makefile.am: Reflect having moved automake/.
511        * rtems++/Makefile.am: Reflect having moved automake/.
512        * rtmonuse/Makefile.am: Reflect having moved automake/.
513        * stackchk/Makefile.am: Reflect having moved automake/.
514        * termios/Makefile.am: Reflect having moved automake/.
515
5162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
519
5202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac: Remove AC_CONFIG_AUX_DIR.
523
5242003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac: Unconditionally check for CXX.
527        Require autoconf-2.57, automake-1.7.2.
528        * rtems++: Eliminate CC_O_FILES.
529
5302002-12-02      Joel Sherrill <joel@OARcorp.com>
531
532        * malloctest/init.c: Tasks should be floating point.
533
5342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * .cvsignore: Reformat.
537        Add autom4te*cache.
538        Remove autom4te.cache.
539
5402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
543        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
544        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
545        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
546        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
547        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
548        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
549        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
550
5512002-08-01      Joel Sherrill <joel@OARcorp.com>
552
553        * Per PR47 add support for buffered test output.  This involved
554        adding defines to redirect output to a buffer and dump it when
555        full, at "test pause", and at exit.  To avoid problems when redefining
556        exit(), all tests were modified to call rtems_test_exit().
557        Some tests, notable psxtests, had to be modified to include
558        the standard test macro .h file (pmacros.h or tmacros.h) to
559        enable this support.
560        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
561        rtmonuse/task1.c, termios/init.c: Modified.
562
5632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Remove ENABLE_GCC28.
566
5672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac:
570        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
571        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
572        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
573        * Makefile.am: Remove AUTOMAKE_OPTIONS.
574        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
575        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
576        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
577        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
578        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
579        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
580        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
581
5822001-11-01      Joel Sherrill <joel@OARcorp.com>
583
584        * rtems++/Makefile.am: Make sure debug variant of librtems++
585        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
586        and processed as PR78.
587
5882001-10-25      Joel Sherrill <joel@OARcorp.com>
589
590        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
591
5922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
595        * configure.in: Remove.
596        * configure.ac: New file, generated from configure.in by autoupdate.
597
5982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
599
600        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
601        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
602
6032001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
606        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
607        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
608        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
609        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
610        make-cxx-exe.
611        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
612        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
613        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
614
6152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
616
617        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
618
6192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
622
6232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
626
6272000-11-01      Joel Sherrill <joel@OARcorp.com>
628
629        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
630        libcsupport.h moved from libc to lib/include/rtems and now must
631        be referenced as <rtems/XXX.h>. 
632
6332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
636        Switch to GNU canonicalization.
637        * libtests.am: Remove DEFS.
638
6392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
640
641        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
642        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
643        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
644
6452000-08-10      Joel Sherrill <joel@OARcorp.com>
646
647        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.