source: rtems/testsuites/libtests/ChangeLog @ b981f5f

4.104.115
Last change on this file since b981f5f was b981f5f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/09 at 14:23:43

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

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