source: rtems/testsuites/libtests/ChangeLog @ 6e1e1eb

4.104.115
Last change on this file since 6e1e1eb was 6e1e1eb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 07:58:27

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

  • malloctest/init.c, termios01/init.c, termios01/termios_testdriver.c: Eliminate unused vars.
  • Property mode set to 100644
File size: 23.3 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * malloctest/init.c, termios01/init.c,
4        termios01/termios_testdriver.c: Eliminate unused vars.
5
62009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * heapwalk/init.c: Comment out unused vars.
9        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
10        * malloctest/init.c: Add local prototype for malloc_walk,
11        malloc_info.
12        * malloctest/task1.c: Add local prototype for malloc_walk.
13        * monitor02/init.c: Remove unused vars.
14        * stackchk01/init.c: Remove unused vars.
15        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
16        termios/init.c: Add missing prototypes.
17
182009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Don't add -fasm to CFLAGS.
21
222009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * block01/.cvsignore: New file.
25
262009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
27
28        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
29        * Makefile.am, configure.ac: Added block01.
30
312009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
32
33        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
34
352009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
38        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
39        it.
40        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
41        termios02/termios02.doc, termios02/termios02.scn: New files.
42        termios02 is a test for tcdrain().
43
442009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * termios01/init.c, termios01/termios_testdriver.c:
47        Reflect changes to termios.
48
492009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
52
532009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * stackchk01/stackchk01.doc: Add content.
56
572009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
58
59        * Makefile.am, configure.ac: Add initial test for
60        rtems_stack_checker_is_blown.
61        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
62        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
63
642009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
65
66        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
67        cases to get back to 100% object coverage.
68
692009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
70
71        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
72        malloctest/malloctest.scn: New test cases.
73        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
74
752009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
76
77        * malloctest/init.c: New test cases. Update for heap API changes.
78        * stackchk/blow.c: Update for heap API changes.
79
802009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
81
82        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
83
842009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
87        complete coverage of termios_XXX_to_YYY() methods.
88
892009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
92        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
93        character with the assistance of a special test driver which prints
94        the requests.
95        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
96        termios01/termios01.doc, termios01/termios01.scn,
97        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
98
992009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
102        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
103        rtems_clock_get_ticks_per_second().
104
1052009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
108        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
109
1102009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
113        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
114        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
115
1162009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * malloctest/init.c: Adjust allocation in test so it passes now that
119        heap overhead constant has been increased.
120
1212009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * bspcmdline01/init.c: Do not violate visibility.
124
1252009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
128        prefix to all routines.
129
1302009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
133        helper routines.
134        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
135        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
136        bspcmdline01/init.c, bspcmdline01/test.c: New files.
137
1382009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
141        for shrinking a block enough to need to free the newly unused
142        portion.
143
1442009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
145
146        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
147        _Protected_heap_Get_information().
148
1492009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
150
151        * heapwalk/init.c: Add test code for first free block pointer not
152        aligned.
153
1542009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * heapwalk/init.c: Add more cases.
157
1582009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * heapwalk/init.c: Add more automated corruption capability.
161
1622009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
163
164        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
165
1662009-05-19      Chris Johns <chrisj@rtems.org>
167
168        * cpuuse/tswitch.c: Lower sample count for small memory targets.
169        * cpuuse/system.h: Smaller stack size for small memory targets.
170        * monitor02/init.c: Cannot run on small memory targets.
171
1722009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
173
174        * rtmonuse/init.c: Do not use Task_name array before initialized.
175
1762009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * malloctest/init.c: Fix warning.
179
1802009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * malloctest/init.c: Fix typo.
183
1842009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
187        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
188        heapwalk/init.c, heapwalk/system.h: New files.
189
1902009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
191
192        * malloctest/init.c: Add test case for heap resize block when the
193        resize creates a free block large enough to free.
194
1952009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * cpuuse/Makefile.am, malloctest/Makefile.am,
198        monitor/Makefile.am, monitor02/Makefile.am,
199        putenvtest/Makefile.am, rtems++/Makefile.am,
200        rtmonuse/Makefile.am, stackchk/Makefile.am,
201        termios/Makefile.am, tztest/Makefile.am:
202        Eliminate _exe_/.exe.
203
2042009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * stackchk/stackchk.scn: Correct screen to match output.
207
2082008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * malloctest/init.c: Change sizes of heap/region and allocated objects
211        in heap to intptr_t so they can be larger than a single allocatable
212        object (e.g. size_t).
213
2142008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * malloctest/init.c: Do not generate alignment factors larger that will
217        not fit in a native integer.
218
2192008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
220
221        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
222        CONFIGURE_STACK_CHECKER_ENABLED.
223
2242008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * malloctest/init.c: Convert to "bool".
227
2282008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * rtems++/System.h: Account for extra task stacks properly.
231
2322008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * malloctest/init.c: Fix return status check.
235
2362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
237
238        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
239        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
240        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
241        POSIX tests. Add a clock_settime case for < 1988.
242
2432008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * malloctest/init.c: Add more test cases to cover heap better.
246
2472008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
248
249        * malloctest/init.c: Add new test cases per Sergei. Make some of the
250        stranger cases operate directly on a freshly initialized heap. This
251        should make them more reproducible.
252
2532008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * malloctest/init.c: Add more tests per suggestions from Sergei
256        Organov.
257
2582008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * malloctest/init.c: Add include to remove warning.
261
2622008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
263
264        * malloctest/init.c: Remove debug print.
265
2662008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
267
268        * monitor02/.cvsignore: New file.
269
2702008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
271
272        * Makefile.am, configure.ac: Added automatic test for monitor shell
273        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
274        monitor02/system.h: New files.
275
2762007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
277
278        * malloctest/init.c: Add test cases suggested by Sergei Organov
279        <s.organov@javad.com>.
280
2812007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
284
2852007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
288        exericise another path in the period statistics code.
289
2902007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * malloctest/init.c: Add some primitive testing of realloc() which also
293        does some positive path testing on the SuperCore heap.
294
2952007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
296
297        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
298        cases for untested routines.
299
3002007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
301
302        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
303        the CPU Usage Report include it. If it is deleted, the CPU time it
304        had consumed is not listed later in the report.
305
3062007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
307
308        * tztest/init.c: Build when using buffered test IO.
309
3102007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
313        macro instead of fflush() directly.
314
3152007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
316
317        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
318        Statistics and Period Usage into Rate Monotonic Manager. Added the
319        following directives: rtems_rate_monotonic_get_statistics,
320        rtems_rate_monotonic_reset_statistics,
321        rtems_rate_monotonic_reset_all_statistics,
322        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
323        Obsoleted the rtems/rtmonuse.h file as a public interface.
324
3252007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
326
327        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
328        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
329        optional managers to Makefiles. Clean up test cases so last output
330        line follows END OF pattern. Make sure test case all run. All tests
331        appeared ok on sis.
332
3332007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
334
335        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
336
3372007-03-13      Joel Sherrill <joel@OARcorp.com>
338
339        * tztest/init.c: Call tzset() even though it may be called for us
340        implicitly along the way.
341
3422007-03-13      Joel Sherrill <joel@OARcorp.com>
343
344        * tztest/.cvsignore: New file.
345
3462007-03-13      Joel Sherrill <joel@OARcorp.com>
347
348        * Makefile.am, configure.ac: Added timezone test.
349        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
350        tztest/tztest.scn: New files.
351
3522007-03-05      Joel Sherrill <joel@OARcorp.com>
353
354        * malloctest/init.c: Be explicit about need for default and floating
355        point attributes. This is just a style change.
356
3572007-02-06      Joel Sherrill <joel@OARcorp.com>
358
359        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
360        issues in message queue tests.
361
3622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * configure.ac: New BUG-REPORT address.
365
3662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * configure.ac: Require autoconf-2.60. Require automake-1.10.
369
3702006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
373        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
374        docdir. Use rtems_testsdir instead.
375
3762006-02-08      Joel Sherrill <joel@OARcorp.com>
377
378        * rtems++/Task1.cc: Fix warnings.
379
3802005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
381
382        * configure.ac: Remove RTEMS_ENABLE_BARE,
383        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
384
3852005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
386
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        Convert to using *_PROGRAMS.
391
3922005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
393
394        * cpuuse/Makefile.am, malloctest/Makefile.am,
395        monitor/Makefile.am, putenvtest/Makefile.am,
396        rtems++/Makefile.am, rtmonuse/Makefile.am,
397        stackchk/Makefile.am, termios/Makefile.am: Rework.
398
3992005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
400
401        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
402        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
403        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
404        * libtests.am: Remove.
405
4062005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
407
408        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
409        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
410        stackchk/Makefile.am, termios/Makefile.am:
411        AM_CPPFLAGS += -I..../support/include.
412
4132005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
414
415        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
416        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
417
4182005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
419
420        * libtests.am: Remove LIB_VARIANT.
421
4222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
423
424        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
425        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
426        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
427
4282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
429
430        * Makefile.am: Cleanup.
431
4322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
433
434        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
435        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
436        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
437        stackchk/Makefile.am, termios/Makefile.am:
438        Partial conversion to automake.
439
4402005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
441
442        * rtems++/Makefile.am: Remove LIB_VARIANT.
443
4442004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
445
446        * configure.ac: Remove -ansi to prevent folks from further damaging
447        the code with broken prototypes.
448        * putenvtest/init.c: Remove broken putenv prototype.
449        * termios/init.c (print_c_cc): Don't loop over NCCS.
450
4512004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
452
453        * configure.ac: Require automake > 1.9.
454
4552004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
456
457        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
458        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
459        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
460        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
461        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
462        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
463        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
464        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
465
4662004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
467
468        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
469        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
470        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
471        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
472        using c99 fixed size types.
473
4742004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Add 2nd arg to RTEMS_TOP.
477
4782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
481        Add PRE/TMPINSTALL_FILES to CLEANFILES.
482        * malloctest/Makefile.am: Ditto.
483        * monitor/Makefile.am: Ditto.
484        * putenvtest/Makefile.am: Ditto.
485        * rtems++/Makefile.am: Ditto.
486        * rtmonuse/Makefile.am: Ditto.
487        * stackchk/Makefile.am: Ditto.
488        * termios/Makefile.am: Ditto.
489
4902003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * libtests.am: Add dirstamp support.
493
4942003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
497
4982003-12-16      Joel Sherrill <joel@OARcorp.com>
499
500        PR 544/tests
501        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
502        tests account for resources and not print at inappropriate times.
503
5042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
507
5082003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
511        * malloctest/Makefile.am: Remove all-local: $(ARCH).
512        * monitor/Makefile.am: Remove all-local: $(ARCH).
513        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
514        * rtems++/Makefile.am: Remove all-local: $(ARCH).
515        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
516        * stackchk/Makefile.am: Remove all-local: $(ARCH).
517        * termios/Makefile.am: Remove all-local: $(ARCH).
518
5192003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Reflect having moved to testsuites/.
522
5232003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove RTEMS_CANONICAL_HOST.
526
5272003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac:Remove RTEMS_CHECK_CPU.
530
5312003-09-04      Joel Sherrill <joel@OARcorp.com>
532
533        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
534        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
535        malloctest/system.h, malloctest/task1.c, monitor/init.c,
536        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
537        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
538        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
539        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
540        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
541        stackchk/task1.c: URL for license changed.
542
5432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
544
545        * Makefile.am: Reflect having moved aclocal/.
546
5472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Reflect having moved automake/.
550        * cpuuse/Makefile.am: Reflect having moved automake/.
551        * malloctest/Makefile.am: Reflect having moved automake/.
552        * monitor/Makefile.am: Reflect having moved automake/.
553        * putenvtest/Makefile.am: Reflect having moved automake/.
554        * rtems++/Makefile.am: Reflect having moved automake/.
555        * rtmonuse/Makefile.am: Reflect having moved automake/.
556        * stackchk/Makefile.am: Reflect having moved automake/.
557        * termios/Makefile.am: Reflect having moved automake/.
558
5592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
560
561        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
562
5632003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * configure.ac: Remove AC_CONFIG_AUX_DIR.
566
5672003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Unconditionally check for CXX.
570        Require autoconf-2.57, automake-1.7.2.
571        * rtems++: Eliminate CC_O_FILES.
572
5732002-12-02      Joel Sherrill <joel@OARcorp.com>
574
575        * malloctest/init.c: Tasks should be floating point.
576
5772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * .cvsignore: Reformat.
580        Add autom4te*cache.
581        Remove autom4te.cache.
582
5832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
586        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
587        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
588        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
589        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
590        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
591        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
592        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
593
5942002-08-01      Joel Sherrill <joel@OARcorp.com>
595
596        * Per PR47 add support for buffered test output.  This involved
597        adding defines to redirect output to a buffer and dump it when
598        full, at "test pause", and at exit.  To avoid problems when redefining
599        exit(), all tests were modified to call rtems_test_exit().
600        Some tests, notable psxtests, had to be modified to include
601        the standard test macro .h file (pmacros.h or tmacros.h) to
602        enable this support.
603        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
604        rtmonuse/task1.c, termios/init.c: Modified.
605
6062002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
607
608        * configure.ac: Remove ENABLE_GCC28.
609
6102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac:
613        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
614        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
615        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
616        * Makefile.am: Remove AUTOMAKE_OPTIONS.
617        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
618        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
619        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
620        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
621        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
622        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
623        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
624
6252001-11-01      Joel Sherrill <joel@OARcorp.com>
626
627        * rtems++/Makefile.am: Make sure debug variant of librtems++
628        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
629        and processed as PR78.
630
6312001-10-25      Joel Sherrill <joel@OARcorp.com>
632
633        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
634
6352001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
636
637        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
638        * configure.in: Remove.
639        * configure.ac: New file, generated from configure.in by autoupdate.
640
6412001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
642
643        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
644        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
645
6462001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
649        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
650        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
651        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
652        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
653        make-cxx-exe.
654        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
655        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
656        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
657
6582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
659
660        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
661
6622000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
665
6662000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
669
6702000-11-01      Joel Sherrill <joel@OARcorp.com>
671
672        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
673        libcsupport.h moved from libc to lib/include/rtems and now must
674        be referenced as <rtems/XXX.h>. 
675
6762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
679        Switch to GNU canonicalization.
680        * libtests.am: Remove DEFS.
681
6822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
685        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
686        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
687
6882000-08-10      Joel Sherrill <joel@OARcorp.com>
689
690        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.