source: rtems/testsuites/libtests/ChangeLog @ e958d79b

4.104.115
Last change on this file since e958d79b was e958d79b, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/09 at 22:29:38

2009-08-15 Joel Sherrill <joel.sherrill@…>

  • termios01/init.c, termios01/termios01.scn: Add a few error paths to complete coverage of termios_XXX_to_YYY() methods.
  • Property mode set to 100644
File size: 20.5 KB
Line 
12009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
4        complete coverage of termios_XXX_to_YYY() methods.
5
62009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
9        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
10        character with the assistance of a special test driver which prints
11        the requests.
12        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
13        termios01/termios01.doc, termios01/termios01.scn,
14        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
15
162009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
19        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
20        rtems_clock_get_ticks_per_second().
21
222009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
25        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
26
272009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
30        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
31        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
32
332009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * malloctest/init.c: Adjust allocation in test so it passes now that
36        heap overhead constant has been increased.
37
382009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * bspcmdline01/init.c: Do not violate visibility.
41
422009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
45        prefix to all routines.
46
472009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
50        helper routines.
51        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
52        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
53        bspcmdline01/init.c, bspcmdline01/test.c: New files.
54
552009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
58        for shrinking a block enough to need to free the newly unused
59        portion.
60
612009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
64        _Protected_heap_Get_information().
65
662009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * heapwalk/init.c: Add test code for first free block pointer not
69        aligned.
70
712009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * heapwalk/init.c: Add more cases.
74
752009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * heapwalk/init.c: Add more automated corruption capability.
78
792009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
80
81        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
82
832009-05-19      Chris Johns <chrisj@rtems.org>
84
85        * cpuuse/tswitch.c: Lower sample count for small memory targets.
86        * cpuuse/system.h: Smaller stack size for small memory targets.
87        * monitor02/init.c: Cannot run on small memory targets.
88
892009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * rtmonuse/init.c: Do not use Task_name array before initialized.
92
932009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * malloctest/init.c: Fix warning.
96
972009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * malloctest/init.c: Fix typo.
100
1012009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
104        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
105        heapwalk/init.c, heapwalk/system.h: New files.
106
1072009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
108
109        * malloctest/init.c: Add test case for heap resize block when the
110        resize creates a free block large enough to free.
111
1122009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * cpuuse/Makefile.am, malloctest/Makefile.am,
115        monitor/Makefile.am, monitor02/Makefile.am,
116        putenvtest/Makefile.am, rtems++/Makefile.am,
117        rtmonuse/Makefile.am, stackchk/Makefile.am,
118        termios/Makefile.am, tztest/Makefile.am:
119        Eliminate _exe_/.exe.
120
1212009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * stackchk/stackchk.scn: Correct screen to match output.
124
1252008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * malloctest/init.c: Change sizes of heap/region and allocated objects
128        in heap to intptr_t so they can be larger than a single allocatable
129        object (e.g. size_t).
130
1312008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * malloctest/init.c: Do not generate alignment factors larger that will
134        not fit in a native integer.
135
1362008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
139        CONFIGURE_STACK_CHECKER_ENABLED.
140
1412008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * malloctest/init.c: Convert to "bool".
144
1452008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * rtems++/System.h: Account for extra task stacks properly.
148
1492008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * malloctest/init.c: Fix return status check.
152
1532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
156        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
157        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
158        POSIX tests. Add a clock_settime case for < 1988.
159
1602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * malloctest/init.c: Add more test cases to cover heap better.
163
1642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * malloctest/init.c: Add new test cases per Sergei. Make some of the
167        stranger cases operate directly on a freshly initialized heap. This
168        should make them more reproducible.
169
1702008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * malloctest/init.c: Add more tests per suggestions from Sergei
173        Organov.
174
1752008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * malloctest/init.c: Add include to remove warning.
178
1792008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
180
181        * malloctest/init.c: Remove debug print.
182
1832008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * monitor02/.cvsignore: New file.
186
1872008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
188
189        * Makefile.am, configure.ac: Added automatic test for monitor shell
190        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
191        monitor02/system.h: New files.
192
1932007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * malloctest/init.c: Add test cases suggested by Sergei Organov
196        <s.organov@javad.com>.
197
1982007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
201
2022007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
205        exericise another path in the period statistics code.
206
2072007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * malloctest/init.c: Add some primitive testing of realloc() which also
210        does some positive path testing on the SuperCore heap.
211
2122007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
213
214        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
215        cases for untested routines.
216
2172007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
218
219        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
220        the CPU Usage Report include it. If it is deleted, the CPU time it
221        had consumed is not listed later in the report.
222
2232007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * tztest/init.c: Build when using buffered test IO.
226
2272007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
230        macro instead of fflush() directly.
231
2322007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
233
234        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
235        Statistics and Period Usage into Rate Monotonic Manager. Added the
236        following directives: rtems_rate_monotonic_get_statistics,
237        rtems_rate_monotonic_reset_statistics,
238        rtems_rate_monotonic_reset_all_statistics,
239        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
240        Obsoleted the rtems/rtmonuse.h file as a public interface.
241
2422007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
243
244        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
245        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
246        optional managers to Makefiles. Clean up test cases so last output
247        line follows END OF pattern. Make sure test case all run. All tests
248        appeared ok on sis.
249
2502007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
253
2542007-03-13      Joel Sherrill <joel@OARcorp.com>
255
256        * tztest/init.c: Call tzset() even though it may be called for us
257        implicitly along the way.
258
2592007-03-13      Joel Sherrill <joel@OARcorp.com>
260
261        * tztest/.cvsignore: New file.
262
2632007-03-13      Joel Sherrill <joel@OARcorp.com>
264
265        * Makefile.am, configure.ac: Added timezone test.
266        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
267        tztest/tztest.scn: New files.
268
2692007-03-05      Joel Sherrill <joel@OARcorp.com>
270
271        * malloctest/init.c: Be explicit about need for default and floating
272        point attributes. This is just a style change.
273
2742007-02-06      Joel Sherrill <joel@OARcorp.com>
275
276        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
277        issues in message queue tests.
278
2792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * configure.ac: New BUG-REPORT address.
282
2832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Require autoconf-2.60. Require automake-1.10.
286
2872006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
290        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
291        docdir. Use rtems_testsdir instead.
292
2932006-02-08      Joel Sherrill <joel@OARcorp.com>
294
295        * rtems++/Task1.cc: Fix warnings.
296
2972005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * configure.ac: Remove RTEMS_ENABLE_BARE,
300        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
301
3022005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
303
304        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
305        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
306        stackchk/Makefile.am, termios/Makefile.am:
307        Convert to using *_PROGRAMS.
308
3092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
310
311        * cpuuse/Makefile.am, malloctest/Makefile.am,
312        monitor/Makefile.am, putenvtest/Makefile.am,
313        rtems++/Makefile.am, rtmonuse/Makefile.am,
314        stackchk/Makefile.am, termios/Makefile.am: Rework.
315
3162005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
317
318        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
319        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
320        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
321        * libtests.am: Remove.
322
3232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
324
325        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
326        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
327        stackchk/Makefile.am, termios/Makefile.am:
328        AM_CPPFLAGS += -I..../support/include.
329
3302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
333        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
334
3352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
336
337        * libtests.am: Remove LIB_VARIANT.
338
3392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
340
341        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
342        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
343        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
344
3452005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
346
347        * Makefile.am: Cleanup.
348
3492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
350
351        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
352        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
353        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
354        stackchk/Makefile.am, termios/Makefile.am:
355        Partial conversion to automake.
356
3572005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
358
359        * rtems++/Makefile.am: Remove LIB_VARIANT.
360
3612004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
362
363        * configure.ac: Remove -ansi to prevent folks from further damaging
364        the code with broken prototypes.
365        * putenvtest/init.c: Remove broken putenv prototype.
366        * termios/init.c (print_c_cc): Don't loop over NCCS.
367
3682004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * configure.ac: Require automake > 1.9.
371
3722004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
373
374        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
382
3832004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
384
385        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
386        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
387        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
388        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
389        using c99 fixed size types.
390
3912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Add 2nd arg to RTEMS_TOP.
394
3952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
398        Add PRE/TMPINSTALL_FILES to CLEANFILES.
399        * malloctest/Makefile.am: Ditto.
400        * monitor/Makefile.am: Ditto.
401        * putenvtest/Makefile.am: Ditto.
402        * rtems++/Makefile.am: Ditto.
403        * rtmonuse/Makefile.am: Ditto.
404        * stackchk/Makefile.am: Ditto.
405        * termios/Makefile.am: Ditto.
406
4072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * libtests.am: Add dirstamp support.
410
4112003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
414
4152003-12-16      Joel Sherrill <joel@OARcorp.com>
416
417        PR 544/tests
418        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
419        tests account for resources and not print at inappropriate times.
420
4212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
424
4252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
428        * malloctest/Makefile.am: Remove all-local: $(ARCH).
429        * monitor/Makefile.am: Remove all-local: $(ARCH).
430        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
431        * rtems++/Makefile.am: Remove all-local: $(ARCH).
432        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
433        * stackchk/Makefile.am: Remove all-local: $(ARCH).
434        * termios/Makefile.am: Remove all-local: $(ARCH).
435
4362003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Reflect having moved to testsuites/.
439
4402003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Remove RTEMS_CANONICAL_HOST.
443
4442003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac:Remove RTEMS_CHECK_CPU.
447
4482003-09-04      Joel Sherrill <joel@OARcorp.com>
449
450        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
451        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
452        malloctest/system.h, malloctest/task1.c, monitor/init.c,
453        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
454        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
455        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
456        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
457        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
458        stackchk/task1.c: URL for license changed.
459
4602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * Makefile.am: Reflect having moved aclocal/.
463
4642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * Makefile.am: Reflect having moved automake/.
467        * cpuuse/Makefile.am: Reflect having moved automake/.
468        * malloctest/Makefile.am: Reflect having moved automake/.
469        * monitor/Makefile.am: Reflect having moved automake/.
470        * putenvtest/Makefile.am: Reflect having moved automake/.
471        * rtems++/Makefile.am: Reflect having moved automake/.
472        * rtmonuse/Makefile.am: Reflect having moved automake/.
473        * stackchk/Makefile.am: Reflect having moved automake/.
474        * termios/Makefile.am: Reflect having moved automake/.
475
4762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
479
4802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Remove AC_CONFIG_AUX_DIR.
483
4842003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Unconditionally check for CXX.
487        Require autoconf-2.57, automake-1.7.2.
488        * rtems++: Eliminate CC_O_FILES.
489
4902002-12-02      Joel Sherrill <joel@OARcorp.com>
491
492        * malloctest/init.c: Tasks should be floating point.
493
4942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * .cvsignore: Reformat.
497        Add autom4te*cache.
498        Remove autom4te.cache.
499
5002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
503        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
504        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
505        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
506        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
507        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
508        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
509        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
510
5112002-08-01      Joel Sherrill <joel@OARcorp.com>
512
513        * Per PR47 add support for buffered test output.  This involved
514        adding defines to redirect output to a buffer and dump it when
515        full, at "test pause", and at exit.  To avoid problems when redefining
516        exit(), all tests were modified to call rtems_test_exit().
517        Some tests, notable psxtests, had to be modified to include
518        the standard test macro .h file (pmacros.h or tmacros.h) to
519        enable this support.
520        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
521        rtmonuse/task1.c, termios/init.c: Modified.
522
5232002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Remove ENABLE_GCC28.
526
5272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac:
530        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
531        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
532        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
536        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
537        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
538        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
539        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
540        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
541
5422001-11-01      Joel Sherrill <joel@OARcorp.com>
543
544        * rtems++/Makefile.am: Make sure debug variant of librtems++
545        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
546        and processed as PR78.
547
5482001-10-25      Joel Sherrill <joel@OARcorp.com>
549
550        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
551
5522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
553
554        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
555        * configure.in: Remove.
556        * configure.ac: New file, generated from configure.in by autoupdate.
557
5582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
561        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
562
5632001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
566        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
567        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
568        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
569        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
570        make-cxx-exe.
571        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
572        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
573        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
574
5752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
576
577        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
578
5792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
580
581        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
582
5832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
586
5872000-11-01      Joel Sherrill <joel@OARcorp.com>
588
589        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
590        libcsupport.h moved from libc to lib/include/rtems and now must
591        be referenced as <rtems/XXX.h>. 
592
5932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
596        Switch to GNU canonicalization.
597        * libtests.am: Remove DEFS.
598
5992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
600
601        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
602        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
603        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
604
6052000-08-10      Joel Sherrill <joel@OARcorp.com>
606
607        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.