source: rtems/testsuites/libtests/ChangeLog @ 4d5b156

4.104.115
Last change on this file since 4d5b156 was 4d5b156, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/09 at 17:54:48

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

  • Makefile.am, configure.ac: Add new test to exercise tcgetattr and tcsetattr. Does a variety of baud, parity, stop bits, and bits per character with the assistance of a special test driver which prints the requests.
  • termios01/.cvsignore, termios01/Makefile.am, termios01/init.c, termios01/termios01.doc, termios01/termios01.scn, termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
  • Property mode set to 100644
File size: 20.4 KB
Line 
12009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
4        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
5        character with the assistance of a special test driver which prints
6        the requests.
7        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
8        termios01/termios01.doc, termios01/termios01.scn,
9        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
10
112009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
14        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
15        rtems_clock_get_ticks_per_second().
16
172009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
20        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
21
222009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
25        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
26        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
27
282009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * malloctest/init.c: Adjust allocation in test so it passes now that
31        heap overhead constant has been increased.
32
332009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * bspcmdline01/init.c: Do not violate visibility.
36
372009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
40        prefix to all routines.
41
422009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
45        helper routines.
46        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
47        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
48        bspcmdline01/init.c, bspcmdline01/test.c: New files.
49
502009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
53        for shrinking a block enough to need to free the newly unused
54        portion.
55
562009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
57
58        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
59        _Protected_heap_Get_information().
60
612009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * heapwalk/init.c: Add test code for first free block pointer not
64        aligned.
65
662009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * heapwalk/init.c: Add more cases.
69
702009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * heapwalk/init.c: Add more automated corruption capability.
73
742009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
75
76        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
77
782009-05-19      Chris Johns <chrisj@rtems.org>
79
80        * cpuuse/tswitch.c: Lower sample count for small memory targets.
81        * cpuuse/system.h: Smaller stack size for small memory targets.
82        * monitor02/init.c: Cannot run on small memory targets.
83
842009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * rtmonuse/init.c: Do not use Task_name array before initialized.
87
882009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * malloctest/init.c: Fix warning.
91
922009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * malloctest/init.c: Fix typo.
95
962009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
99        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
100        heapwalk/init.c, heapwalk/system.h: New files.
101
1022009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
103
104        * malloctest/init.c: Add test case for heap resize block when the
105        resize creates a free block large enough to free.
106
1072009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * cpuuse/Makefile.am, malloctest/Makefile.am,
110        monitor/Makefile.am, monitor02/Makefile.am,
111        putenvtest/Makefile.am, rtems++/Makefile.am,
112        rtmonuse/Makefile.am, stackchk/Makefile.am,
113        termios/Makefile.am, tztest/Makefile.am:
114        Eliminate _exe_/.exe.
115
1162009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * stackchk/stackchk.scn: Correct screen to match output.
119
1202008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * malloctest/init.c: Change sizes of heap/region and allocated objects
123        in heap to intptr_t so they can be larger than a single allocatable
124        object (e.g. size_t).
125
1262008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * malloctest/init.c: Do not generate alignment factors larger that will
129        not fit in a native integer.
130
1312008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
134        CONFIGURE_STACK_CHECKER_ENABLED.
135
1362008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * malloctest/init.c: Convert to "bool".
139
1402008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * rtems++/System.h: Account for extra task stacks properly.
143
1442008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * malloctest/init.c: Fix return status check.
147
1482008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
149
150        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
151        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
152        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
153        POSIX tests. Add a clock_settime case for < 1988.
154
1552008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * malloctest/init.c: Add more test cases to cover heap better.
158
1592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * malloctest/init.c: Add new test cases per Sergei. Make some of the
162        stranger cases operate directly on a freshly initialized heap. This
163        should make them more reproducible.
164
1652008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * malloctest/init.c: Add more tests per suggestions from Sergei
168        Organov.
169
1702008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * malloctest/init.c: Add include to remove warning.
173
1742008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * malloctest/init.c: Remove debug print.
177
1782008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * monitor02/.cvsignore: New file.
181
1822008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
183
184        * Makefile.am, configure.ac: Added automatic test for monitor shell
185        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
186        monitor02/system.h: New files.
187
1882007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
189
190        * malloctest/init.c: Add test cases suggested by Sergei Organov
191        <s.organov@javad.com>.
192
1932007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
194
195        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
196
1972007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
200        exericise another path in the period statistics code.
201
2022007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * malloctest/init.c: Add some primitive testing of realloc() which also
205        does some positive path testing on the SuperCore heap.
206
2072007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
208
209        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
210        cases for untested routines.
211
2122007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
215        the CPU Usage Report include it. If it is deleted, the CPU time it
216        had consumed is not listed later in the report.
217
2182007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * tztest/init.c: Build when using buffered test IO.
221
2222007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
223
224        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
225        macro instead of fflush() directly.
226
2272007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
228
229        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
230        Statistics and Period Usage into Rate Monotonic Manager. Added the
231        following directives: rtems_rate_monotonic_get_statistics,
232        rtems_rate_monotonic_reset_statistics,
233        rtems_rate_monotonic_reset_all_statistics,
234        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
235        Obsoleted the rtems/rtmonuse.h file as a public interface.
236
2372007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
240        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
241        optional managers to Makefiles. Clean up test cases so last output
242        line follows END OF pattern. Make sure test case all run. All tests
243        appeared ok on sis.
244
2452007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
248
2492007-03-13      Joel Sherrill <joel@OARcorp.com>
250
251        * tztest/init.c: Call tzset() even though it may be called for us
252        implicitly along the way.
253
2542007-03-13      Joel Sherrill <joel@OARcorp.com>
255
256        * tztest/.cvsignore: New file.
257
2582007-03-13      Joel Sherrill <joel@OARcorp.com>
259
260        * Makefile.am, configure.ac: Added timezone test.
261        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
262        tztest/tztest.scn: New files.
263
2642007-03-05      Joel Sherrill <joel@OARcorp.com>
265
266        * malloctest/init.c: Be explicit about need for default and floating
267        point attributes. This is just a style change.
268
2692007-02-06      Joel Sherrill <joel@OARcorp.com>
270
271        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
272        issues in message queue tests.
273
2742006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * configure.ac: New BUG-REPORT address.
277
2782006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * configure.ac: Require autoconf-2.60. Require automake-1.10.
281
2822006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
285        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
286        docdir. Use rtems_testsdir instead.
287
2882006-02-08      Joel Sherrill <joel@OARcorp.com>
289
290        * rtems++/Task1.cc: Fix warnings.
291
2922005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
293
294        * configure.ac: Remove RTEMS_ENABLE_BARE,
295        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
296
2972005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
298
299        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
300        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
301        stackchk/Makefile.am, termios/Makefile.am:
302        Convert to using *_PROGRAMS.
303
3042005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
305
306        * cpuuse/Makefile.am, malloctest/Makefile.am,
307        monitor/Makefile.am, putenvtest/Makefile.am,
308        rtems++/Makefile.am, rtmonuse/Makefile.am,
309        stackchk/Makefile.am, termios/Makefile.am: Rework.
310
3112005-11-11      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: Expand libtests.am.
316        * libtests.am: Remove.
317
3182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
321        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
322        stackchk/Makefile.am, termios/Makefile.am:
323        AM_CPPFLAGS += -I..../support/include.
324
3252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
328        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
329
3302005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
331
332        * libtests.am: Remove LIB_VARIANT.
333
3342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
335
336        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
337        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
338        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
339
3402005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * Makefile.am: Cleanup.
343
3442005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
345
346        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
347        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
348        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
349        stackchk/Makefile.am, termios/Makefile.am:
350        Partial conversion to automake.
351
3522005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * rtems++/Makefile.am: Remove LIB_VARIANT.
355
3562004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        * configure.ac: Remove -ansi to prevent folks from further damaging
359        the code with broken prototypes.
360        * putenvtest/init.c: Remove broken putenv prototype.
361        * termios/init.c (print_c_cc): Don't loop over NCCS.
362
3632004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
364
365        * configure.ac: Require automake > 1.9.
366
3672004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
368
369        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
370        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
377
3782004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
379
380        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
381        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
382        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
383        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
384        using c99 fixed size types.
385
3862004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * configure.ac: Add 2nd arg to RTEMS_TOP.
389
3902004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
393        Add PRE/TMPINSTALL_FILES to CLEANFILES.
394        * malloctest/Makefile.am: Ditto.
395        * monitor/Makefile.am: Ditto.
396        * putenvtest/Makefile.am: Ditto.
397        * rtems++/Makefile.am: Ditto.
398        * rtmonuse/Makefile.am: Ditto.
399        * stackchk/Makefile.am: Ditto.
400        * termios/Makefile.am: Ditto.
401
4022003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * libtests.am: Add dirstamp support.
405
4062003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
409
4102003-12-16      Joel Sherrill <joel@OARcorp.com>
411
412        PR 544/tests
413        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
414        tests account for resources and not print at inappropriate times.
415
4162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
419
4202003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
423        * malloctest/Makefile.am: Remove all-local: $(ARCH).
424        * monitor/Makefile.am: Remove all-local: $(ARCH).
425        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
426        * rtems++/Makefile.am: Remove all-local: $(ARCH).
427        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
428        * stackchk/Makefile.am: Remove all-local: $(ARCH).
429        * termios/Makefile.am: Remove all-local: $(ARCH).
430
4312003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Reflect having moved to testsuites/.
434
4352003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac: Remove RTEMS_CANONICAL_HOST.
438
4392003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * configure.ac:Remove RTEMS_CHECK_CPU.
442
4432003-09-04      Joel Sherrill <joel@OARcorp.com>
444
445        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
446        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
447        malloctest/system.h, malloctest/task1.c, monitor/init.c,
448        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
449        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
450        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
451        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
452        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
453        stackchk/task1.c: URL for license changed.
454
4552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * Makefile.am: Reflect having moved aclocal/.
458
4592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am: Reflect having moved automake/.
462        * cpuuse/Makefile.am: Reflect having moved automake/.
463        * malloctest/Makefile.am: Reflect having moved automake/.
464        * monitor/Makefile.am: Reflect having moved automake/.
465        * putenvtest/Makefile.am: Reflect having moved automake/.
466        * rtems++/Makefile.am: Reflect having moved automake/.
467        * rtmonuse/Makefile.am: Reflect having moved automake/.
468        * stackchk/Makefile.am: Reflect having moved automake/.
469        * termios/Makefile.am: Reflect having moved automake/.
470
4712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
474
4752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Remove AC_CONFIG_AUX_DIR.
478
4792003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Unconditionally check for CXX.
482        Require autoconf-2.57, automake-1.7.2.
483        * rtems++: Eliminate CC_O_FILES.
484
4852002-12-02      Joel Sherrill <joel@OARcorp.com>
486
487        * malloctest/init.c: Tasks should be floating point.
488
4892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * .cvsignore: Reformat.
492        Add autom4te*cache.
493        Remove autom4te.cache.
494
4952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
498        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
499        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
500        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
501        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
502        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
503        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
504        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
505
5062002-08-01      Joel Sherrill <joel@OARcorp.com>
507
508        * Per PR47 add support for buffered test output.  This involved
509        adding defines to redirect output to a buffer and dump it when
510        full, at "test pause", and at exit.  To avoid problems when redefining
511        exit(), all tests were modified to call rtems_test_exit().
512        Some tests, notable psxtests, had to be modified to include
513        the standard test macro .h file (pmacros.h or tmacros.h) to
514        enable this support.
515        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
516        rtmonuse/task1.c, termios/init.c: Modified.
517
5182002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Remove ENABLE_GCC28.
521
5222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac:
525        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
526        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
527        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
528        * Makefile.am: Remove AUTOMAKE_OPTIONS.
529        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
530        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
531        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
532        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
533        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
534        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
535        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
536
5372001-11-01      Joel Sherrill <joel@OARcorp.com>
538
539        * rtems++/Makefile.am: Make sure debug variant of librtems++
540        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
541        and processed as PR78.
542
5432001-10-25      Joel Sherrill <joel@OARcorp.com>
544
545        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
546
5472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
550        * configure.in: Remove.
551        * configure.ac: New file, generated from configure.in by autoupdate.
552
5532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
556        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
557
5582001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
561        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
562        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
563        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
564        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
565        make-cxx-exe.
566        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
567        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
568        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
569
5702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
571
572        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
573
5742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
577
5782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
581
5822000-11-01      Joel Sherrill <joel@OARcorp.com>
583
584        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
585        libcsupport.h moved from libc to lib/include/rtems and now must
586        be referenced as <rtems/XXX.h>. 
587
5882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
589
590        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
591        Switch to GNU canonicalization.
592        * libtests.am: Remove DEFS.
593
5942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
595
596        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
597        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
598        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
599
6002000-08-10      Joel Sherrill <joel@OARcorp.com>
601
602        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.