source: rtems/testsuites/libtests/ChangeLog @ 57544fb

4.104.115
Last change on this file since 57544fb was 57544fb, checked in by Joel Sherrill <joel.sherrill@…>, on 12/01/09 at 22:10:33

2009-12-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add string_to_xxx conversion test.
  • stringto01/.cvsignore, stringto01/Makefile.am, stringto01/stringto01.doc, stringto01/stringto01.scn, stringto01/stringto_test_template.h: New files.
  • Property mode set to 100644
File size: 26.8 KB
Line 
12009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
4        * stringto01/.cvsignore, stringto01/Makefile.am,
5        stringto01/stringto01.doc, stringto01/stringto01.scn,
6        stringto01/stringto_test_template.h: New files.
7
82009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
9
10        * block05/init.c: Check block size. Improved output.
11        * block01/init.c: Free ramdisk before exit.
12        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
13        block04/block04.doc, block05/block05.doc, block06/block06.doc,
14        block07/block07.doc: New files.
15        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
16        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
17        block07/Makefile.am: Add new files.
18
192009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
22        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
23        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
24        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
25
262009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
29        Remove bogus cast.
30        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
31
322009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * rtems++/Task1.cc: Eliminate more warnings.
35
362009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
39        several dozens of warnings.
40
412009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * block06/init.c: Add missing prototype.
44
452009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
46
47        * block07/init.c: New test case.
48
492009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
50
51        * block05/init.c, block05/block05.scn, block05/Makefile.am,
52        block06/init.c, block06/block06.scn, block06/Makefile.am,
53        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
54        * Makefile.am, configure.ac: Added block05, block06 and block07.
55
562009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * termios/init.c: Remove sh2 hacks.
59
602009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * block01/init.c: Include <stdio.h>.
63        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
64        * block02/init.c: Remove unused var.
65
662009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
67
68        * block02/init.c, block02/block02.scn, block02/Makefile.am,
69        block03/init.c, block03/block03.scn, block03/Makefile.am,
70        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
71        * Makefile.am, configure.ac: Added block02, block03 and block04.
72
732009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * monitor02/init.c: Add local prototype for
76        rtems_shell_main_monitor.
77
782009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * termios01/init.c: Fix parity_table_Entry type.
81        Correct parity_table initialization.
82        Add PRIdrtems_termios_baud_t.
83        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
84
852009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
88        * malloctest/init.c: Use %zu instead of %d to print size_t's.
89
902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * rtmonuse/init.c, rtmonuse/task1.c:
93        Use PRIxrtems_id to print rtems_ids.
94        * malloctest/init.c: Use %zu instead of %d to print size_t's.
95
962009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * malloctest/init.c: Fix _Heap_Resize_block args.
99
1002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * malloctest/init.c, termios01/init.c,
103        termios01/termios_testdriver.c: Eliminate unused vars.
104
1052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * heapwalk/init.c: Comment out unused vars.
108        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
109        * malloctest/init.c: Add local prototype for malloc_walk,
110        malloc_info.
111        * malloctest/task1.c: Add local prototype for malloc_walk.
112        * monitor02/init.c: Remove unused vars.
113        * stackchk01/init.c: Remove unused vars.
114        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
115        termios/init.c: Add missing prototypes.
116
1172009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Don't add -fasm to CFLAGS.
120
1212009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * block01/.cvsignore: New file.
124
1252009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
126
127        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
128        * Makefile.am, configure.ac: Added block01.
129
1302009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
133
1342009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
137        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
138        it.
139        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
140        termios02/termios02.doc, termios02/termios02.scn: New files.
141        termios02 is a test for tcdrain().
142
1432009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * termios01/init.c, termios01/termios_testdriver.c:
146        Reflect changes to termios.
147
1482009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
151
1522009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
153
154        * stackchk01/stackchk01.doc: Add content.
155
1562009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * Makefile.am, configure.ac: Add initial test for
159        rtems_stack_checker_is_blown.
160        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
161        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
162
1632009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
164
165        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
166        cases to get back to 100% object coverage.
167
1682009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
169
170        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
171        malloctest/malloctest.scn: New test cases.
172        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
173
1742009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
175
176        * malloctest/init.c: New test cases. Update for heap API changes.
177        * stackchk/blow.c: Update for heap API changes.
178
1792009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
180
181        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
182
1832009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
186        complete coverage of termios_XXX_to_YYY() methods.
187
1882009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
189
190        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
191        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
192        character with the assistance of a special test driver which prints
193        the requests.
194        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
195        termios01/termios01.doc, termios01/termios01.scn,
196        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
197
1982009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
199
200        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
201        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
202        rtems_clock_get_ticks_per_second().
203
2042009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
205
206        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
207        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
208
2092009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
210
211        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
212        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
213        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
214
2152009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
216
217        * malloctest/init.c: Adjust allocation in test so it passes now that
218        heap overhead constant has been increased.
219
2202009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
221
222        * bspcmdline01/init.c: Do not violate visibility.
223
2242009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
227        prefix to all routines.
228
2292009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
232        helper routines.
233        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
234        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
235        bspcmdline01/init.c, bspcmdline01/test.c: New files.
236
2372009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
238
239        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
240        for shrinking a block enough to need to free the newly unused
241        portion.
242
2432009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
244
245        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
246        _Protected_heap_Get_information().
247
2482009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
249
250        * heapwalk/init.c: Add test code for first free block pointer not
251        aligned.
252
2532009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * heapwalk/init.c: Add more cases.
256
2572009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * heapwalk/init.c: Add more automated corruption capability.
260
2612009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
262
263        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
264
2652009-05-19      Chris Johns <chrisj@rtems.org>
266
267        * cpuuse/tswitch.c: Lower sample count for small memory targets.
268        * cpuuse/system.h: Smaller stack size for small memory targets.
269        * monitor02/init.c: Cannot run on small memory targets.
270
2712009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
272
273        * rtmonuse/init.c: Do not use Task_name array before initialized.
274
2752009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * malloctest/init.c: Fix warning.
278
2792009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
280
281        * malloctest/init.c: Fix typo.
282
2832009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
286        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
287        heapwalk/init.c, heapwalk/system.h: New files.
288
2892009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
290
291        * malloctest/init.c: Add test case for heap resize block when the
292        resize creates a free block large enough to free.
293
2942009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * cpuuse/Makefile.am, malloctest/Makefile.am,
297        monitor/Makefile.am, monitor02/Makefile.am,
298        putenvtest/Makefile.am, rtems++/Makefile.am,
299        rtmonuse/Makefile.am, stackchk/Makefile.am,
300        termios/Makefile.am, tztest/Makefile.am:
301        Eliminate _exe_/.exe.
302
3032009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * stackchk/stackchk.scn: Correct screen to match output.
306
3072008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * malloctest/init.c: Change sizes of heap/region and allocated objects
310        in heap to intptr_t so they can be larger than a single allocatable
311        object (e.g. size_t).
312
3132008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
314
315        * malloctest/init.c: Do not generate alignment factors larger that will
316        not fit in a native integer.
317
3182008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
319
320        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
321        CONFIGURE_STACK_CHECKER_ENABLED.
322
3232008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * malloctest/init.c: Convert to "bool".
326
3272008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
328
329        * rtems++/System.h: Account for extra task stacks properly.
330
3312008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
332
333        * malloctest/init.c: Fix return status check.
334
3352008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
336
337        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
338        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
339        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
340        POSIX tests. Add a clock_settime case for < 1988.
341
3422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
343
344        * malloctest/init.c: Add more test cases to cover heap better.
345
3462008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
347
348        * malloctest/init.c: Add new test cases per Sergei. Make some of the
349        stranger cases operate directly on a freshly initialized heap. This
350        should make them more reproducible.
351
3522008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * malloctest/init.c: Add more tests per suggestions from Sergei
355        Organov.
356
3572008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
358
359        * malloctest/init.c: Add include to remove warning.
360
3612008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
362
363        * malloctest/init.c: Remove debug print.
364
3652008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
366
367        * monitor02/.cvsignore: New file.
368
3692008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
370
371        * Makefile.am, configure.ac: Added automatic test for monitor shell
372        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
373        monitor02/system.h: New files.
374
3752007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
376
377        * malloctest/init.c: Add test cases suggested by Sergei Organov
378        <s.organov@javad.com>.
379
3802007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
381
382        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
383
3842007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
385
386        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
387        exericise another path in the period statistics code.
388
3892007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
390
391        * malloctest/init.c: Add some primitive testing of realloc() which also
392        does some positive path testing on the SuperCore heap.
393
3942007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
395
396        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
397        cases for untested routines.
398
3992007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
400
401        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
402        the CPU Usage Report include it. If it is deleted, the CPU time it
403        had consumed is not listed later in the report.
404
4052007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
406
407        * tztest/init.c: Build when using buffered test IO.
408
4092007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
410
411        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
412        macro instead of fflush() directly.
413
4142007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
415
416        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
417        Statistics and Period Usage into Rate Monotonic Manager. Added the
418        following directives: rtems_rate_monotonic_get_statistics,
419        rtems_rate_monotonic_reset_statistics,
420        rtems_rate_monotonic_reset_all_statistics,
421        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
422        Obsoleted the rtems/rtmonuse.h file as a public interface.
423
4242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
425
426        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
427        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
428        optional managers to Makefiles. Clean up test cases so last output
429        line follows END OF pattern. Make sure test case all run. All tests
430        appeared ok on sis.
431
4322007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
433
434        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
435
4362007-03-13      Joel Sherrill <joel@OARcorp.com>
437
438        * tztest/init.c: Call tzset() even though it may be called for us
439        implicitly along the way.
440
4412007-03-13      Joel Sherrill <joel@OARcorp.com>
442
443        * tztest/.cvsignore: New file.
444
4452007-03-13      Joel Sherrill <joel@OARcorp.com>
446
447        * Makefile.am, configure.ac: Added timezone test.
448        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
449        tztest/tztest.scn: New files.
450
4512007-03-05      Joel Sherrill <joel@OARcorp.com>
452
453        * malloctest/init.c: Be explicit about need for default and floating
454        point attributes. This is just a style change.
455
4562007-02-06      Joel Sherrill <joel@OARcorp.com>
457
458        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
459        issues in message queue tests.
460
4612006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * configure.ac: New BUG-REPORT address.
464
4652006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * configure.ac: Require autoconf-2.60. Require automake-1.10.
468
4692006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
472        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
473        docdir. Use rtems_testsdir instead.
474
4752006-02-08      Joel Sherrill <joel@OARcorp.com>
476
477        * rtems++/Task1.cc: Fix warnings.
478
4792005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
480
481        * configure.ac: Remove RTEMS_ENABLE_BARE,
482        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
483
4842005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
485
486        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
487        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
488        stackchk/Makefile.am, termios/Makefile.am:
489        Convert to using *_PROGRAMS.
490
4912005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
492
493        * cpuuse/Makefile.am, malloctest/Makefile.am,
494        monitor/Makefile.am, putenvtest/Makefile.am,
495        rtems++/Makefile.am, rtmonuse/Makefile.am,
496        stackchk/Makefile.am, termios/Makefile.am: Rework.
497
4982005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
499
500        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
501        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
502        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
503        * libtests.am: Remove.
504
5052005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
506
507        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
508        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
509        stackchk/Makefile.am, termios/Makefile.am:
510        AM_CPPFLAGS += -I..../support/include.
511
5122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
513
514        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
515        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
516
5172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
518
519        * libtests.am: Remove LIB_VARIANT.
520
5212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
522
523        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
524        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
525        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
526
5272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
528
529        * Makefile.am: Cleanup.
530
5312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
532
533        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
534        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
535        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
536        stackchk/Makefile.am, termios/Makefile.am:
537        Partial conversion to automake.
538
5392005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
540
541        * rtems++/Makefile.am: Remove LIB_VARIANT.
542
5432004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
544
545        * configure.ac: Remove -ansi to prevent folks from further damaging
546        the code with broken prototypes.
547        * putenvtest/init.c: Remove broken putenv prototype.
548        * termios/init.c (print_c_cc): Don't loop over NCCS.
549
5502004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
551
552        * configure.ac: Require automake > 1.9.
553
5542004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
555
556        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
557        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
558        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
559        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
560        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
561        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
562        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
563        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
564
5652004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
566
567        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
568        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
569        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
570        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
571        using c99 fixed size types.
572
5732004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.ac: Add 2nd arg to RTEMS_TOP.
576
5772004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
578
579        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
580        Add PRE/TMPINSTALL_FILES to CLEANFILES.
581        * malloctest/Makefile.am: Ditto.
582        * monitor/Makefile.am: Ditto.
583        * putenvtest/Makefile.am: Ditto.
584        * rtems++/Makefile.am: Ditto.
585        * rtmonuse/Makefile.am: Ditto.
586        * stackchk/Makefile.am: Ditto.
587        * termios/Makefile.am: Ditto.
588
5892003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * libtests.am: Add dirstamp support.
592
5932003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
594
595        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
596
5972003-12-16      Joel Sherrill <joel@OARcorp.com>
598
599        PR 544/tests
600        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
601        tests account for resources and not print at inappropriate times.
602
6032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
606
6072003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
608
609        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
610        * malloctest/Makefile.am: Remove all-local: $(ARCH).
611        * monitor/Makefile.am: Remove all-local: $(ARCH).
612        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
613        * rtems++/Makefile.am: Remove all-local: $(ARCH).
614        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
615        * stackchk/Makefile.am: Remove all-local: $(ARCH).
616        * termios/Makefile.am: Remove all-local: $(ARCH).
617
6182003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac: Reflect having moved to testsuites/.
621
6222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac: Remove RTEMS_CANONICAL_HOST.
625
6262003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * configure.ac:Remove RTEMS_CHECK_CPU.
629
6302003-09-04      Joel Sherrill <joel@OARcorp.com>
631
632        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
633        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
634        malloctest/system.h, malloctest/task1.c, monitor/init.c,
635        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
636        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
637        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
638        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
639        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
640        stackchk/task1.c: URL for license changed.
641
6422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
643
644        * Makefile.am: Reflect having moved aclocal/.
645
6462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am: Reflect having moved automake/.
649        * cpuuse/Makefile.am: Reflect having moved automake/.
650        * malloctest/Makefile.am: Reflect having moved automake/.
651        * monitor/Makefile.am: Reflect having moved automake/.
652        * putenvtest/Makefile.am: Reflect having moved automake/.
653        * rtems++/Makefile.am: Reflect having moved automake/.
654        * rtmonuse/Makefile.am: Reflect having moved automake/.
655        * stackchk/Makefile.am: Reflect having moved automake/.
656        * termios/Makefile.am: Reflect having moved automake/.
657
6582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
661
6622003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
663
664        * configure.ac: Remove AC_CONFIG_AUX_DIR.
665
6662003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
667
668        * configure.ac: Unconditionally check for CXX.
669        Require autoconf-2.57, automake-1.7.2.
670        * rtems++: Eliminate CC_O_FILES.
671
6722002-12-02      Joel Sherrill <joel@OARcorp.com>
673
674        * malloctest/init.c: Tasks should be floating point.
675
6762002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
677
678        * .cvsignore: Reformat.
679        Add autom4te*cache.
680        Remove autom4te.cache.
681
6822002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
683
684        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
685        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
686        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
687        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
688        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
689        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
690        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
691        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
692
6932002-08-01      Joel Sherrill <joel@OARcorp.com>
694
695        * Per PR47 add support for buffered test output.  This involved
696        adding defines to redirect output to a buffer and dump it when
697        full, at "test pause", and at exit.  To avoid problems when redefining
698        exit(), all tests were modified to call rtems_test_exit().
699        Some tests, notable psxtests, had to be modified to include
700        the standard test macro .h file (pmacros.h or tmacros.h) to
701        enable this support.
702        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
703        rtmonuse/task1.c, termios/init.c: Modified.
704
7052002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
706
707        * configure.ac: Remove ENABLE_GCC28.
708
7092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
710
711        * configure.ac:
712        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
713        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
714        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
723
7242001-11-01      Joel Sherrill <joel@OARcorp.com>
725
726        * rtems++/Makefile.am: Make sure debug variant of librtems++
727        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
728        and processed as PR78.
729
7302001-10-25      Joel Sherrill <joel@OARcorp.com>
731
732        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
733
7342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
735
736        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
737        * configure.in: Remove.
738        * configure.ac: New file, generated from configure.in by autoupdate.
739
7402001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
741
742        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
743        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
744
7452001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
746
747        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
748        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
749        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
750        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
751        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
752        make-cxx-exe.
753        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
754        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
755        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
756
7572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
758
759        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
760
7612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
762
763        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
764
7652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
766
767        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
768
7692000-11-01      Joel Sherrill <joel@OARcorp.com>
770
771        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
772        libcsupport.h moved from libc to lib/include/rtems and now must
773        be referenced as <rtems/XXX.h>. 
774
7752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
776
777        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
778        Switch to GNU canonicalization.
779        * libtests.am: Remove DEFS.
780
7812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
784        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
785        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
786
7872000-08-10      Joel Sherrill <joel@OARcorp.com>
788
789        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.