source: rtems/testsuites/libtests/ChangeLog @ 0c7fbde

4.104.115
Last change on this file since 0c7fbde was f6a41d2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/09 at 15:24:56

2009-09-03 Christian Mauderer <christian.mauderer@…>

  • malloctest/init.c: New test cases. Update for heap API changes.
  • stackchk/blow.c: Update for heap API changes.
  • Property mode set to 100644
File size: 20.9 KB
Line 
12009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
2
3        * malloctest/init.c: New test cases. Update for heap API changes.
4        * stackchk/blow.c: Update for heap API changes.
5
62009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
7
8        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
9
102009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
13        complete coverage of termios_XXX_to_YYY() methods.
14
152009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
18        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
19        character with the assistance of a special test driver which prints
20        the requests.
21        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
22        termios01/termios01.doc, termios01/termios01.scn,
23        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
24
252009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
28        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
29        rtems_clock_get_ticks_per_second().
30
312009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
34        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
35
362009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
39        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
40        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
41
422009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * malloctest/init.c: Adjust allocation in test so it passes now that
45        heap overhead constant has been increased.
46
472009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * bspcmdline01/init.c: Do not violate visibility.
50
512009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
54        prefix to all routines.
55
562009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
57
58        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
59        helper routines.
60        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
61        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
62        bspcmdline01/init.c, bspcmdline01/test.c: New files.
63
642009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
67        for shrinking a block enough to need to free the newly unused
68        portion.
69
702009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
73        _Protected_heap_Get_information().
74
752009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * heapwalk/init.c: Add test code for first free block pointer not
78        aligned.
79
802009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
81
82        * heapwalk/init.c: Add more cases.
83
842009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * heapwalk/init.c: Add more automated corruption capability.
87
882009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
89
90        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
91
922009-05-19      Chris Johns <chrisj@rtems.org>
93
94        * cpuuse/tswitch.c: Lower sample count for small memory targets.
95        * cpuuse/system.h: Smaller stack size for small memory targets.
96        * monitor02/init.c: Cannot run on small memory targets.
97
982009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * rtmonuse/init.c: Do not use Task_name array before initialized.
101
1022009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        * malloctest/init.c: Fix warning.
105
1062009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * malloctest/init.c: Fix typo.
109
1102009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
113        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
114        heapwalk/init.c, heapwalk/system.h: New files.
115
1162009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
117
118        * malloctest/init.c: Add test case for heap resize block when the
119        resize creates a free block large enough to free.
120
1212009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * cpuuse/Makefile.am, malloctest/Makefile.am,
124        monitor/Makefile.am, monitor02/Makefile.am,
125        putenvtest/Makefile.am, rtems++/Makefile.am,
126        rtmonuse/Makefile.am, stackchk/Makefile.am,
127        termios/Makefile.am, tztest/Makefile.am:
128        Eliminate _exe_/.exe.
129
1302009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * stackchk/stackchk.scn: Correct screen to match output.
133
1342008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * malloctest/init.c: Change sizes of heap/region and allocated objects
137        in heap to intptr_t so they can be larger than a single allocatable
138        object (e.g. size_t).
139
1402008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * malloctest/init.c: Do not generate alignment factors larger that will
143        not fit in a native integer.
144
1452008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
148        CONFIGURE_STACK_CHECKER_ENABLED.
149
1502008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * malloctest/init.c: Convert to "bool".
153
1542008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * rtems++/System.h: Account for extra task stacks properly.
157
1582008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * malloctest/init.c: Fix return status check.
161
1622008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
163
164        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
165        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
166        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
167        POSIX tests. Add a clock_settime case for < 1988.
168
1692008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * malloctest/init.c: Add more test cases to cover heap better.
172
1732008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * malloctest/init.c: Add new test cases per Sergei. Make some of the
176        stranger cases operate directly on a freshly initialized heap. This
177        should make them more reproducible.
178
1792008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * malloctest/init.c: Add more tests per suggestions from Sergei
182        Organov.
183
1842008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * malloctest/init.c: Add include to remove warning.
187
1882008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * malloctest/init.c: Remove debug print.
191
1922008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * monitor02/.cvsignore: New file.
195
1962008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
197
198        * Makefile.am, configure.ac: Added automatic test for monitor shell
199        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
200        monitor02/system.h: New files.
201
2022007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * malloctest/init.c: Add test cases suggested by Sergei Organov
205        <s.organov@javad.com>.
206
2072007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
210
2112007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
212
213        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
214        exericise another path in the period statistics code.
215
2162007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * malloctest/init.c: Add some primitive testing of realloc() which also
219        does some positive path testing on the SuperCore heap.
220
2212007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
222
223        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
224        cases for untested routines.
225
2262007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
229        the CPU Usage Report include it. If it is deleted, the CPU time it
230        had consumed is not listed later in the report.
231
2322007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * tztest/init.c: Build when using buffered test IO.
235
2362007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
237
238        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
239        macro instead of fflush() directly.
240
2412007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
244        Statistics and Period Usage into Rate Monotonic Manager. Added the
245        following directives: rtems_rate_monotonic_get_statistics,
246        rtems_rate_monotonic_reset_statistics,
247        rtems_rate_monotonic_reset_all_statistics,
248        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
249        Obsoleted the rtems/rtmonuse.h file as a public interface.
250
2512007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
252
253        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
254        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
255        optional managers to Makefiles. Clean up test cases so last output
256        line follows END OF pattern. Make sure test case all run. All tests
257        appeared ok on sis.
258
2592007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
262
2632007-03-13      Joel Sherrill <joel@OARcorp.com>
264
265        * tztest/init.c: Call tzset() even though it may be called for us
266        implicitly along the way.
267
2682007-03-13      Joel Sherrill <joel@OARcorp.com>
269
270        * tztest/.cvsignore: New file.
271
2722007-03-13      Joel Sherrill <joel@OARcorp.com>
273
274        * Makefile.am, configure.ac: Added timezone test.
275        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
276        tztest/tztest.scn: New files.
277
2782007-03-05      Joel Sherrill <joel@OARcorp.com>
279
280        * malloctest/init.c: Be explicit about need for default and floating
281        point attributes. This is just a style change.
282
2832007-02-06      Joel Sherrill <joel@OARcorp.com>
284
285        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
286        issues in message queue tests.
287
2882006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * configure.ac: New BUG-REPORT address.
291
2922006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * configure.ac: Require autoconf-2.60. Require automake-1.10.
295
2962006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
299        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
300        docdir. Use rtems_testsdir instead.
301
3022006-02-08      Joel Sherrill <joel@OARcorp.com>
303
304        * rtems++/Task1.cc: Fix warnings.
305
3062005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
307
308        * configure.ac: Remove RTEMS_ENABLE_BARE,
309        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
310
3112005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
312
313        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
314        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
315        stackchk/Makefile.am, termios/Makefile.am:
316        Convert to using *_PROGRAMS.
317
3182005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * cpuuse/Makefile.am, malloctest/Makefile.am,
321        monitor/Makefile.am, putenvtest/Makefile.am,
322        rtems++/Makefile.am, rtmonuse/Makefile.am,
323        stackchk/Makefile.am, termios/Makefile.am: Rework.
324
3252005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
328        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
329        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
330        * libtests.am: Remove.
331
3322005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
335        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
336        stackchk/Makefile.am, termios/Makefile.am:
337        AM_CPPFLAGS += -I..../support/include.
338
3392005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
342        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
343
3442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * libtests.am: Remove LIB_VARIANT.
347
3482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
349
350        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
351        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
352        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
353
3542005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
355
356        * Makefile.am: Cleanup.
357
3582005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
359
360        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
361        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
362        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
363        stackchk/Makefile.am, termios/Makefile.am:
364        Partial conversion to automake.
365
3662005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
367
368        * rtems++/Makefile.am: Remove LIB_VARIANT.
369
3702004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
371
372        * configure.ac: Remove -ansi to prevent folks from further damaging
373        the code with broken prototypes.
374        * putenvtest/init.c: Remove broken putenv prototype.
375        * termios/init.c (print_c_cc): Don't loop over NCCS.
376
3772004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
378
379        * configure.ac: Require automake > 1.9.
380
3812004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
382
383        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
391
3922004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
395        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
396        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
397        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
398        using c99 fixed size types.
399
4002004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Add 2nd arg to RTEMS_TOP.
403
4042004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
407        Add PRE/TMPINSTALL_FILES to CLEANFILES.
408        * malloctest/Makefile.am: Ditto.
409        * monitor/Makefile.am: Ditto.
410        * putenvtest/Makefile.am: Ditto.
411        * rtems++/Makefile.am: Ditto.
412        * rtmonuse/Makefile.am: Ditto.
413        * stackchk/Makefile.am: Ditto.
414        * termios/Makefile.am: Ditto.
415
4162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * libtests.am: Add dirstamp support.
419
4202003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
423
4242003-12-16      Joel Sherrill <joel@OARcorp.com>
425
426        PR 544/tests
427        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
428        tests account for resources and not print at inappropriate times.
429
4302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
433
4342003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
437        * malloctest/Makefile.am: Remove all-local: $(ARCH).
438        * monitor/Makefile.am: Remove all-local: $(ARCH).
439        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
440        * rtems++/Makefile.am: Remove all-local: $(ARCH).
441        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
442        * stackchk/Makefile.am: Remove all-local: $(ARCH).
443        * termios/Makefile.am: Remove all-local: $(ARCH).
444
4452003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Reflect having moved to testsuites/.
448
4492003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Remove RTEMS_CANONICAL_HOST.
452
4532003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac:Remove RTEMS_CHECK_CPU.
456
4572003-09-04      Joel Sherrill <joel@OARcorp.com>
458
459        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
460        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
461        malloctest/system.h, malloctest/task1.c, monitor/init.c,
462        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
463        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
464        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
465        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
466        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
467        stackchk/task1.c: URL for license changed.
468
4692003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: Reflect having moved aclocal/.
472
4732003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Reflect having moved automake/.
476        * cpuuse/Makefile.am: Reflect having moved automake/.
477        * malloctest/Makefile.am: Reflect having moved automake/.
478        * monitor/Makefile.am: Reflect having moved automake/.
479        * putenvtest/Makefile.am: Reflect having moved automake/.
480        * rtems++/Makefile.am: Reflect having moved automake/.
481        * rtmonuse/Makefile.am: Reflect having moved automake/.
482        * stackchk/Makefile.am: Reflect having moved automake/.
483        * termios/Makefile.am: Reflect having moved automake/.
484
4852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
488
4892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * configure.ac: Remove AC_CONFIG_AUX_DIR.
492
4932003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Unconditionally check for CXX.
496        Require autoconf-2.57, automake-1.7.2.
497        * rtems++: Eliminate CC_O_FILES.
498
4992002-12-02      Joel Sherrill <joel@OARcorp.com>
500
501        * malloctest/init.c: Tasks should be floating point.
502
5032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * .cvsignore: Reformat.
506        Add autom4te*cache.
507        Remove autom4te.cache.
508
5092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
512        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
513        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
514        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
515        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
516        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
517        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
518        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
519
5202002-08-01      Joel Sherrill <joel@OARcorp.com>
521
522        * Per PR47 add support for buffered test output.  This involved
523        adding defines to redirect output to a buffer and dump it when
524        full, at "test pause", and at exit.  To avoid problems when redefining
525        exit(), all tests were modified to call rtems_test_exit().
526        Some tests, notable psxtests, had to be modified to include
527        the standard test macro .h file (pmacros.h or tmacros.h) to
528        enable this support.
529        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
530        rtmonuse/task1.c, termios/init.c: Modified.
531
5322002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Remove ENABLE_GCC28.
535
5362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac:
539        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
540        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
541        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
542        * Makefile.am: Remove AUTOMAKE_OPTIONS.
543        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
550
5512001-11-01      Joel Sherrill <joel@OARcorp.com>
552
553        * rtems++/Makefile.am: Make sure debug variant of librtems++
554        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
555        and processed as PR78.
556
5572001-10-25      Joel Sherrill <joel@OARcorp.com>
558
559        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
560
5612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
564        * configure.in: Remove.
565        * configure.ac: New file, generated from configure.in by autoupdate.
566
5672001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
570        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
571
5722001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
573
574        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
575        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
576        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
577        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
578        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
579        make-cxx-exe.
580        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
581        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
582        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
583
5842001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
585
586        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
587
5882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
591
5922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
595
5962000-11-01      Joel Sherrill <joel@OARcorp.com>
597
598        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
599        libcsupport.h moved from libc to lib/include/rtems and now must
600        be referenced as <rtems/XXX.h>. 
601
6022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
605        Switch to GNU canonicalization.
606        * libtests.am: Remove DEFS.
607
6082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
609
610        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
611        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
612        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
613
6142000-08-10      Joel Sherrill <joel@OARcorp.com>
615
616        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.