source: rtems/testsuites/libtests/ChangeLog @ f938d598

4.115
Last change on this file since f938d598 was f938d598, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/10 at 14:37:46

2010-07-01 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test for GCC C++ library helpers.
  • gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc, gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
  • Property mode set to 100644
File size: 37.0 KB
Line 
12010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add test for GCC C++ library helpers.
4        * gxx01/.cvsignore, gxx01/Makefile.am, gxx01/gxx01.doc,
5        gxx01/gxx01.scn, gxx01/gxx_wrappers.h, gxx01/init.c: New files.
6
72010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * termios04/termios_testdriver_intr.c: Task driven IO now works.
10
112010-07-01      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, configure.ac: Add test for task driven drivers.
14        * termios05/.cvsignore, termios05/Makefile.am, termios05/init.c,
15        termios05/termios05.doc, termios05/termios05.scn,
16        termios05/termios_testdriver_taskdriven.c,
17        termios05/termios_testdriver_taskdriven.h: New files.
18
192010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * Makefile.am, configure.ac: Revert changes related to uncommitted test
22        under development.
23
242010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * Makefile.am, configure.ac, malloctest/init.c, termios03/init.c,
27        termios03/termios03.scn: Handle some of the VKILL and VERASE cases.
28
292010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * Makefile.am, configure.ac: Add new test to exercise termios RX and TX
32        interrupt driven IO support.
33        * termios04/.cvsignore, termios04/Makefile.am, termios04/init.c,
34        termios04/termios04.doc, termios04/termios04.scn,
35        termios04/termios_testdriver_intr.c,
36        termios04/termios_testdriver_intr.h: New files.
37
382010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * termios03/init.c, termios03/termios03.doc, termios03/termios03.scn,
41        termios03/termios_testdriver_polled.c,
42        termios03/termios_testdriver_polled.h: Add more test cases.
43
442010-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * malloc02/Makefile.am, malloc03/Makefile.am: Tests do not need spin.c
47
482010-06-25      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * termios03/.cvsignore, termios03/Makefile.am, termios03/init.c,
51        termios03/termios03.doc, termios03/termios03.scn,
52        termios03/termios_testdriver_polled.c,
53        termios03/termios_testdriver_polled.h: New files.
54        * Makefile.am, configure.ac: Add initial version of new test for polled
55        IO support in termios.
56
572010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
58
59        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
60        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
61        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
62        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
63        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
64        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
65        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
66        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
67        termios02/Makefile.am: Revert.
68
692010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
70
71        * termios01/termios01.scn: Fix bug so existing test code for
72        rtems_termios_baud_to_index() is executed.
73
742010-06-23      Joel Sherrill <joel.sherrilL@OARcorp.com>
75
76        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
77        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
78        block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
79        block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
80        heapwalk/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
81        monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
82        rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
83        stringto01/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
84        termios01/init.c, termios02/Makefile.am: Fix bug so existing test
85        code for rtems_termios_baud_to_index() is executed.
86
872010-06-22      Joel Sherrill <joel.sherrilL@OARcorp.com>
88
89        * stackchk/blow.c, stackchk/stackchk.scn: Print a stack check report
90        before blowing stack.
91
922010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
93
94        * Makefile.am, configure.ac: Added test that attempts to free stack
95        memory. This causes a error to be printed from the free function.
96        * malloc03/.cvsignore, malloc03/Makefile.am, malloc03/init.c,
97        malloc03/malloc03.doc, malloc03/malloc03.scn: New files.
98
992010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
100
101        * malloctest/init.c: Added error case with malloc of size 0.
102
1032010-06-22      Jennifer Averett <Jennifer.Averett@OARcorp.com>
104
105        * malloctest/init.c: Added test to check failure branch on calloc.
106
1072010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * malloc02/init.c, malloc02/malloc02.doc: Enable malloc dirty helper.
110
1112010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * Makefile.am, configure.ac: Add test for deferring free() from ISR and
114        for deferred free() processing.
115        * malloc02/.cvsignore, malloc02/Makefile.am, malloc02/init.c,
116        malloc02/malloc02.doc, malloc02/malloc02.scn: New files.
117
1182010-06-07      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * termios01/init.c, termios01/termios01.scn, termios02/init.c,
121        termios02/termios02.scn: Add tests for cfigetspeed(), cfogetspeed(),
122        cfisetspeed(), cfosetspeed(), ctermid(), tcflow(), tcflush(),
123        tcsendbreak(), tcsetpgrp(), and tcgetpgrp(). Some of these methods
124        are minimal implementations so the tests will have to grow as the
125        methods grow.
126
1272010-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * heapwalk/init.c, malloctest/init.c: Update for heap extend changes.
130
1312010-05-17      Sebastian Huber <sebastian.huber@embedded-brains.de>
132
133        PR 1433/cpukit
134        * block08/bdbuf_tests.c: Enabled tests 1.1, 1.2 and 1.3.
135        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
136        block08/bdbuf_test1_3.c: Use RTEMS_IO_ERROR instead of
137        RTEMS_NO_MEMORY.
138
1392010-05-03      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
140
141        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
142        block05/init.c, block06/init.c, block07/init.c, block09/init.c,
143        block10/init.c: Changed CONFIGURE_MAXIMUM_SEMAPHORES defines.
144
1452010-05-01      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Move POSIX in front of other tests.
148
1492010-04-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
150
151        * bspcmdline01/init.c: Fix assert conditional.
152
1532010-04-11      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * POSIX/flockfile.c, POSIX/funlockfile.c, POSIX/ftrylockfile.c: New.
156        * POSIX/Makefile.am: Add flockfile, funlockfile, ftrylockfile.
157
1582010-02-26      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * block10/.cvsignore: New file.
161
1622010-01-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
163
164        * block05/block05.png, block10/block10.doc, block10/init.c,
165        block10/.cvsignore, block10/block10.scn, block10/block10.png,
166        block10/Makefile.am: New files.
167        * configure.ac, Makefile.am: Update for new files.
168        * block05/block05.doc: Update for new state transitions.
169
1702010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * block08/.cvsignore, block09/.cvsignore: New files.
173
1742010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
175
176        * block08/init.c: Remove warning.
177
1782010-01-20      Joel Sherrill <joel.sherrill@oarcorp.com>
179
180        * block08/block08.scn, block08/init.c: Add starting and ending messages
181        so the scripts detect successful exit.
182
1832010-01-18      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
184
185        * block09/block09.doc, block09/init.c, block09/.cvsignore,
186        block09/block09.scn, block09/Makefile.am: New files.
187        * configure.ac, Makefile.am: Update for new files.
188        * block05/block05.doc: Update for new state transitions.
189        * block05/init.c, block06/init.c: Update for block device API change.
190
1912010-01-18      Oleg Kravtsov <Oleg.Kravtsov@oktetlabs.ru>
192
193        * block08/bdbuf_test1_1.c, block08/bdbuf_test1_2.c,
194        block08/bdbuf_test1_3.c, block08/bdbuf_test1_4.c,
195        block08/bdbuf_test1_5.c, block08/bdbuf_test2_1.c,
196        block08/bdbuf_test2_2.c, block08/bdbuf_test3_1.c,
197        block08/bdbuf_test3_2.c, block08/bdbuf_test3_3.c,
198        block08/bdbuf_test4_1.c, block08/bdbuf_test4_2.c,
199        block08/bdbuf_test4_3.c, block08/bdbuf_tests.c, block08/bdbuf_tests.h,
200        block08/block08.doc, block08/block08.scn, block08/.cvsignore,
201        block08/init.c, block08/Makefile.am, block08/system.h,
202        block08/test_disk.c: New files.
203
2042009-12-28      Aanjhan Ranganathan <aanjhan@gmail.com>
205
206        * bspcmdline01/init.c, bspcmdline01/bspcmdline01.scn: Added test case
207        to cover the bsp_cmdline_get_param() routine.
208
2092009-12-21      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
210
211        * block06/init.c: Update for disk device API change.  Changed EBADRQC
212        to EINVAL.
213
2142009-12-10      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * termios01/init.c: Increase number of termios ports by 1.
217
2182009-12-10      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * termios01/termios_testdriver.c:
221        Reflect changes to rtems_termios_callbacks->write.
222
2232009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
224
225        * block01/init.c, block02/init.c, block03/init.c, block04/init.c,
226        block05/init.c, block07/init.c, bspcmdline01/init.c,
227        stringto01/init.c, stringto01/stringto_test_template.h,
228        termios01/init.c, termios01/termios_testdriver.c, termios02/init.c:
229        Use rtems_test_assert() consistently instead of system assert().
230        rtems_test_assert() is designed to integrate into the RTEMS test
231        suite infrastructure.
232
2332009-12-06      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * POSIX/Makefile.am: Add readv, writev.
236        * POSIX/writev.c, POSIX/readv.c: New.
237
2382009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * POSIX/sigfillset.c: Let main() return "status".
241        * POSIX/Makefile.am: Add sigaddset, sigdelset, sigemptyset,
242        sigismember.
243        * POSIX/sigaddset.c, POSIX/sigdelset.c, POSIX/sigemptyset.c,
244        POSIX/sigismember.c: New.
245
2462009-12-04      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * POSIX/Makefile.am: Add wait.
249        * POSIX/wait.c: New.
250
2512009-12-03      Joel Sherrill <joel.sherrill@oarcorp.com>
252
253        * bspcmdline01/test.c: Removed.
254
2552009-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * Makefile.am: Add POSIX.
258        * configure.ac: Add POSIX/.
259        * POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
260        POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
261        POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
262        POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
263        POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
264        POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
265        POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
266        POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
267        POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
268        POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
269        POSIX/waitpid.c, POSIX/write.c: New.
270
2712009-12-02      Joel Sherrill <joel.sherrill@OARcorp.com>
272
273        * stringto01/init.c: New file.
274
2752009-12-01      Joel Sherrill <joel.sherrill@OARcorp.com>
276
277        * Makefile.am, configure.ac: Add string_to_xxx conversion test.
278        * stringto01/.cvsignore, stringto01/Makefile.am,
279        stringto01/stringto01.doc, stringto01/stringto01.scn,
280        stringto01/stringto_test_template.h: New files.
281
2822009-11-30      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
283
284        * block05/init.c: Check block size. Improved output.
285        * block01/init.c: Free ramdisk before exit.
286        * block01/block01.doc, block02/block02.doc, block03/block03.doc,
287        block04/block04.doc, block05/block05.doc, block06/block06.doc,
288        block07/block07.doc: New files.
289        * block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
290        block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
291        block07/Makefile.am: Add new files.
292
2932009-11-21      Joel Sherrill <joel.sherrill@oarcorp.com>
294
295        * block02/.cvsignore, block03/.cvsignore, block04/.cvsignore,
296        block05/.cvsignore, block06/.cvsignore, block07/.cvsignore: New files.
297        * block02/Makefile.in, block03/Makefile.in, block04/Makefile.in,
298        block05/Makefile.in, block06/Makefile.in, block07/Makefile.in: Removed.
299
3002009-11-16      Ralf Corsépius <ralf.corsepius@rtems.org>
301
302        * rtems++/Task3.cc: Use %zu instead of %i to print size_t's.
303        Remove bogus cast.
304        * rtems++/Task1.cc: Use %zu instead of %i to print size_t's.
305
3062009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * rtems++/Task1.cc: Eliminate more warnings.
309
3102009-11-14      Ralf Corsépius <ralf.corsepius@rtems.org>
311
312        * rtems++/Task1.cc, rtems++/Task2.cc: Spray PRI* macros to eliminate
313        several dozens of warnings.
314
3152009-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * block06/init.c: Add missing prototype.
318
3192009-11-10      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
320
321        * block07/init.c: New test case.
322
3232009-11-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
324
325        * block05/init.c, block05/block05.scn, block05/Makefile.am,
326        block06/init.c, block06/block06.scn, block06/Makefile.am,
327        block07/init.c, block07/block07.scn, block07/Makefile.am: New files.
328        * Makefile.am, configure.ac: Added block05, block06 and block07.
329
3302009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * termios/init.c: Remove sh2 hacks.
333
3342009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * block01/init.c: Include <stdio.h>.
337        * termios/init.c: Eliminate TRUE/FALSE, use bool instead of int.
338        * block02/init.c: Remove unused var.
339
3402009-10-29      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
341
342        * block02/init.c, block02/block02.scn, block02/Makefile.am,
343        block03/init.c, block03/block03.scn, block03/Makefile.am,
344        block04/init.c, block04/block04.scn, block04/Makefile.am: New files.
345        * Makefile.am, configure.ac: Added block02, block03 and block04.
346
3472009-10-29      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * monitor02/init.c: Add local prototype for
350        rtems_shell_main_monitor.
351
3522009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * termios01/init.c: Fix parity_table_Entry type.
355        Correct parity_table initialization.
356        Add PRIdrtems_termios_baud_t.
357        Use PRIdrtems_termios_baud_t to print rtems_termios_baud_t's.
358
3592009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * rtmonuse/task1.c: Use PRIu32 to print uint32_t's.
362        * malloctest/init.c: Use %zu instead of %d to print size_t's.
363
3642009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * rtmonuse/init.c, rtmonuse/task1.c:
367        Use PRIxrtems_id to print rtems_ids.
368        * malloctest/init.c: Use %zu instead of %d to print size_t's.
369
3702009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
371
372        * malloctest/init.c: Fix _Heap_Resize_block args.
373
3742009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * malloctest/init.c, termios01/init.c,
377        termios01/termios_testdriver.c: Eliminate unused vars.
378
3792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * heapwalk/init.c: Comment out unused vars.
382        * termios01/termios_testdriver.c: Include <rtems/termiostypes.h.
383        * malloctest/init.c: Add local prototype for malloc_walk,
384        malloc_info.
385        * malloctest/task1.c: Add local prototype for malloc_walk.
386        * monitor02/init.c: Remove unused vars.
387        * stackchk01/init.c: Remove unused vars.
388        * heapwalk/init.c, malloctest/init.c, stackchk/blow.c,
389        termios/init.c: Add missing prototypes.
390
3912009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * configure.ac: Don't add -fasm to CFLAGS.
394
3952009-10-19      Joel Sherrill <joel.sherrill@oarcorp.com>
396
397        * block01/.cvsignore: New file.
398
3992009-10-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
400
401        * block01/init.c, block01/block01.scn, block01/Makefile.am: New files.
402        * Makefile.am, configure.ac: Added block01.
403
4042009-10-12      Joel Sherrill <joel.sherrill@OARcorp.com>
405
406        * cpuuse/init.c, cpuuse/system.h: Use minimum stack size.
407
4082009-10-01      Joel Sherrill <joel.sherrill@oarcorp.com>
409
410        * Makefile.am, configure.ac, termios01/termios_testdriver.c: Do not use
411        CONSOLE_USE_INTERRUPTS. That is in use by BSPs and we should not use
412        it.
413        * termios02/.cvsignore, termios02/Makefile.am, termios02/init.c,
414        termios02/termios02.doc, termios02/termios02.scn: New files.
415        termios02 is a test for tcdrain().
416
4172009-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
418
419        * termios01/init.c, termios01/termios_testdriver.c:
420        Reflect changes to termios.
421
4222009-09-26      Joel Sherrill <joel.sherrill@oarcorp.com>
423
424        * cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
425
4262009-09-24      Joel Sherrill <joel.sherrill@OARcorp.com>
427
428        * stackchk01/stackchk01.doc: Add content.
429
4302009-09-21      Joel Sherrill <joel.sherrill@OARcorp.com>
431
432        * Makefile.am, configure.ac: Add initial test for
433        rtems_stack_checker_is_blown.
434        * stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
435        stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
436
4372009-09-09      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
438
439        * heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
440        cases to get back to 100% object coverage.
441
4422009-09-09      Christian Mauderer <christian.mauderer@embedded-brains.de>
443
444        * heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
445        malloctest/malloctest.scn: New test cases.
446        * stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
447
4482009-09-03      Christian Mauderer <christian.mauderer@embedded-brains.de>
449
450        * malloctest/init.c: New test cases. Update for heap API changes.
451        * stackchk/blow.c: Update for heap API changes.
452
4532009-08-19      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
454
455        * heapwalk/init.c, stackchk/blow.c: Update for heap API changes.
456
4572009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
458
459        * termios01/init.c, termios01/termios01.scn: Add a few error paths to
460        complete coverage of termios_XXX_to_YYY() methods.
461
4622009-08-15      Joel Sherrill <joel.sherrill@oarcorp.com>
463
464        * Makefile.am, configure.ac: Add new test to exercise tcgetattr and
465        tcsetattr. Does a variety of baud, parity, stop bits, and bits per
466        character with the assistance of a special test driver which prints
467        the requests.
468        * termios01/.cvsignore, termios01/Makefile.am, termios01/init.c,
469        termios01/termios01.doc, termios01/termios01.scn,
470        termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
471
4722009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
473
474        * malloctest/task1.c, stackchk/task1.c: Eliminate test routines
475        TICKS_PER_SECOND and get_ticks_per_second() in favor of new
476        rtems_clock_get_ticks_per_second().
477
4782009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
479
480        * cpuuse/task1.c, termios/init.c: Convert calls to legacy routine
481        rtems_clock_get( RTEMS_CLOCK_GET_xxx, ..) to rtems_clock_get_xxx().
482
4832009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
484
485        * cpuuse/task1.c, cpuuse/tswitch.c, malloctest/task1.c,
486        stackchk/task1.c: Convert calls to legacy routine rtems_clock_get(
487        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
488
4892009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
490
491        * malloctest/init.c: Adjust allocation in test so it passes now that
492        heap overhead constant has been increased.
493
4942009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
495
496        * bspcmdline01/init.c: Do not violate visibility.
497
4982009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
499
500        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
501        prefix to all routines.
502
5032009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
504
505        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
506        helper routines.
507        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
508        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
509        bspcmdline01/init.c, bspcmdline01/test.c: New files.
510
5112009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
512
513        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
514        for shrinking a block enough to need to free the newly unused
515        portion.
516
5172009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
518
519        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
520        _Protected_heap_Get_information().
521
5222009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
523
524        * heapwalk/init.c: Add test code for first free block pointer not
525        aligned.
526
5272009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
528
529        * heapwalk/init.c: Add more cases.
530
5312009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
532
533        * heapwalk/init.c: Add more automated corruption capability.
534
5352009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
536
537        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
538
5392009-05-19      Chris Johns <chrisj@rtems.org>
540
541        * cpuuse/tswitch.c: Lower sample count for small memory targets.
542        * cpuuse/system.h: Smaller stack size for small memory targets.
543        * monitor02/init.c: Cannot run on small memory targets.
544
5452009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
546
547        * rtmonuse/init.c: Do not use Task_name array before initialized.
548
5492009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
550
551        * malloctest/init.c: Fix warning.
552
5532009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
554
555        * malloctest/init.c: Fix typo.
556
5572009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
558
559        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
560        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
561        heapwalk/init.c, heapwalk/system.h: New files.
562
5632009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
564
565        * malloctest/init.c: Add test case for heap resize block when the
566        resize creates a free block large enough to free.
567
5682009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
569
570        * cpuuse/Makefile.am, malloctest/Makefile.am,
571        monitor/Makefile.am, monitor02/Makefile.am,
572        putenvtest/Makefile.am, rtems++/Makefile.am,
573        rtmonuse/Makefile.am, stackchk/Makefile.am,
574        termios/Makefile.am, tztest/Makefile.am:
575        Eliminate _exe_/.exe.
576
5772009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
578
579        * stackchk/stackchk.scn: Correct screen to match output.
580
5812008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
582
583        * malloctest/init.c: Change sizes of heap/region and allocated objects
584        in heap to intptr_t so they can be larger than a single allocatable
585        object (e.g. size_t).
586
5872008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
588
589        * malloctest/init.c: Do not generate alignment factors larger that will
590        not fit in a native integer.
591
5922008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
593
594        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
595        CONFIGURE_STACK_CHECKER_ENABLED.
596
5972008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
598
599        * malloctest/init.c: Convert to "bool".
600
6012008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
602
603        * rtems++/System.h: Account for extra task stacks properly.
604
6052008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
606
607        * malloctest/init.c: Fix return status check.
608
6092008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
610
611        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
612        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
613        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
614        POSIX tests. Add a clock_settime case for < 1988.
615
6162008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
617
618        * malloctest/init.c: Add more test cases to cover heap better.
619
6202008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
621
622        * malloctest/init.c: Add new test cases per Sergei. Make some of the
623        stranger cases operate directly on a freshly initialized heap. This
624        should make them more reproducible.
625
6262008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
627
628        * malloctest/init.c: Add more tests per suggestions from Sergei
629        Organov.
630
6312008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
632
633        * malloctest/init.c: Add include to remove warning.
634
6352008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
636
637        * malloctest/init.c: Remove debug print.
638
6392008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
640
641        * monitor02/.cvsignore: New file.
642
6432008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
644
645        * Makefile.am, configure.ac: Added automatic test for monitor shell
646        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
647        monitor02/system.h: New files.
648
6492007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
650
651        * malloctest/init.c: Add test cases suggested by Sergei Organov
652        <s.organov@javad.com>.
653
6542007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
655
656        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
657
6582007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
659
660        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
661        exericise another path in the period statistics code.
662
6632007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
664
665        * malloctest/init.c: Add some primitive testing of realloc() which also
666        does some positive path testing on the SuperCore heap.
667
6682007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
669
670        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
671        cases for untested routines.
672
6732007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
674
675        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
676        the CPU Usage Report include it. If it is deleted, the CPU time it
677        had consumed is not listed later in the report.
678
6792007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
680
681        * tztest/init.c: Build when using buffered test IO.
682
6832007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
684
685        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
686        macro instead of fflush() directly.
687
6882007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
689
690        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
691        Statistics and Period Usage into Rate Monotonic Manager. Added the
692        following directives: rtems_rate_monotonic_get_statistics,
693        rtems_rate_monotonic_reset_statistics,
694        rtems_rate_monotonic_reset_all_statistics,
695        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
696        Obsoleted the rtems/rtmonuse.h file as a public interface.
697
6982007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
699
700        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
701        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
702        optional managers to Makefiles. Clean up test cases so last output
703        line follows END OF pattern. Make sure test case all run. All tests
704        appeared ok on sis.
705
7062007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
707
708        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
709
7102007-03-13      Joel Sherrill <joel@OARcorp.com>
711
712        * tztest/init.c: Call tzset() even though it may be called for us
713        implicitly along the way.
714
7152007-03-13      Joel Sherrill <joel@OARcorp.com>
716
717        * tztest/.cvsignore: New file.
718
7192007-03-13      Joel Sherrill <joel@OARcorp.com>
720
721        * Makefile.am, configure.ac: Added timezone test.
722        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
723        tztest/tztest.scn: New files.
724
7252007-03-05      Joel Sherrill <joel@OARcorp.com>
726
727        * malloctest/init.c: Be explicit about need for default and floating
728        point attributes. This is just a style change.
729
7302007-02-06      Joel Sherrill <joel@OARcorp.com>
731
732        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
733        issues in message queue tests.
734
7352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
736
737        * configure.ac: New BUG-REPORT address.
738
7392006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
740
741        * configure.ac: Require autoconf-2.60. Require automake-1.10.
742
7432006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
744
745        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
746        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
747        docdir. Use rtems_testsdir instead.
748
7492006-02-08      Joel Sherrill <joel@OARcorp.com>
750
751        * rtems++/Task1.cc: Fix warnings.
752
7532005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
754
755        * configure.ac: Remove RTEMS_ENABLE_BARE,
756        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
757
7582005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
759
760        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
761        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
762        stackchk/Makefile.am, termios/Makefile.am:
763        Convert to using *_PROGRAMS.
764
7652005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
766
767        * cpuuse/Makefile.am, malloctest/Makefile.am,
768        monitor/Makefile.am, putenvtest/Makefile.am,
769        rtems++/Makefile.am, rtmonuse/Makefile.am,
770        stackchk/Makefile.am, termios/Makefile.am: Rework.
771
7722005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
773
774        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
775        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
776        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
777        * libtests.am: Remove.
778
7792005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
780
781        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
782        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
783        stackchk/Makefile.am, termios/Makefile.am:
784        AM_CPPFLAGS += -I..../support/include.
785
7862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
787
788        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
789        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
790
7912005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
792
793        * libtests.am: Remove LIB_VARIANT.
794
7952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
796
797        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
798        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
799        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
800
8012005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
802
803        * Makefile.am: Cleanup.
804
8052005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
806
807        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
808        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
809        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
810        stackchk/Makefile.am, termios/Makefile.am:
811        Partial conversion to automake.
812
8132005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
814
815        * rtems++/Makefile.am: Remove LIB_VARIANT.
816
8172004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
818
819        * configure.ac: Remove -ansi to prevent folks from further damaging
820        the code with broken prototypes.
821        * putenvtest/init.c: Remove broken putenv prototype.
822        * termios/init.c (print_c_cc): Don't loop over NCCS.
823
8242004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
825
826        * configure.ac: Require automake > 1.9.
827
8282004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
829
830        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
831        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
832        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
833        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
834        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
835        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
836        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
837        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
838
8392004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
840
841        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
842        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
843        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
844        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
845        using c99 fixed size types.
846
8472004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
848
849        * configure.ac: Add 2nd arg to RTEMS_TOP.
850
8512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
852
853        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
854        Add PRE/TMPINSTALL_FILES to CLEANFILES.
855        * malloctest/Makefile.am: Ditto.
856        * monitor/Makefile.am: Ditto.
857        * putenvtest/Makefile.am: Ditto.
858        * rtems++/Makefile.am: Ditto.
859        * rtmonuse/Makefile.am: Ditto.
860        * stackchk/Makefile.am: Ditto.
861        * termios/Makefile.am: Ditto.
862
8632003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
864
865        * libtests.am: Add dirstamp support.
866
8672003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
868
869        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
870
8712003-12-16      Joel Sherrill <joel@OARcorp.com>
872
873        PR 544/tests
874        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
875        tests account for resources and not print at inappropriate times.
876
8772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
878
879        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
880
8812003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
882
883        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
884        * malloctest/Makefile.am: Remove all-local: $(ARCH).
885        * monitor/Makefile.am: Remove all-local: $(ARCH).
886        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
887        * rtems++/Makefile.am: Remove all-local: $(ARCH).
888        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
889        * stackchk/Makefile.am: Remove all-local: $(ARCH).
890        * termios/Makefile.am: Remove all-local: $(ARCH).
891
8922003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
893
894        * configure.ac: Reflect having moved to testsuites/.
895
8962003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
897
898        * configure.ac: Remove RTEMS_CANONICAL_HOST.
899
9002003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
901
902        * configure.ac:Remove RTEMS_CHECK_CPU.
903
9042003-09-04      Joel Sherrill <joel@OARcorp.com>
905
906        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
907        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
908        malloctest/system.h, malloctest/task1.c, monitor/init.c,
909        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
910        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
911        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
912        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
913        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
914        stackchk/task1.c: URL for license changed.
915
9162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
917
918        * Makefile.am: Reflect having moved aclocal/.
919
9202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
921
922        * Makefile.am: Reflect having moved automake/.
923        * cpuuse/Makefile.am: Reflect having moved automake/.
924        * malloctest/Makefile.am: Reflect having moved automake/.
925        * monitor/Makefile.am: Reflect having moved automake/.
926        * putenvtest/Makefile.am: Reflect having moved automake/.
927        * rtems++/Makefile.am: Reflect having moved automake/.
928        * rtmonuse/Makefile.am: Reflect having moved automake/.
929        * stackchk/Makefile.am: Reflect having moved automake/.
930        * termios/Makefile.am: Reflect having moved automake/.
931
9322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
933
934        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
935
9362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
937
938        * configure.ac: Remove AC_CONFIG_AUX_DIR.
939
9402003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
941
942        * configure.ac: Unconditionally check for CXX.
943        Require autoconf-2.57, automake-1.7.2.
944        * rtems++: Eliminate CC_O_FILES.
945
9462002-12-02      Joel Sherrill <joel@OARcorp.com>
947
948        * malloctest/init.c: Tasks should be floating point.
949
9502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
951
952        * .cvsignore: Reformat.
953        Add autom4te*cache.
954        Remove autom4te.cache.
955
9562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
957
958        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
959        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
960        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
961        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
962        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
963        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
964        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
965        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
966
9672002-08-01      Joel Sherrill <joel@OARcorp.com>
968
969        * Per PR47 add support for buffered test output.  This involved
970        adding defines to redirect output to a buffer and dump it when
971        full, at "test pause", and at exit.  To avoid problems when redefining
972        exit(), all tests were modified to call rtems_test_exit().
973        Some tests, notable psxtests, had to be modified to include
974        the standard test macro .h file (pmacros.h or tmacros.h) to
975        enable this support.
976        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
977        rtmonuse/task1.c, termios/init.c: Modified.
978
9792002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
980
981        * configure.ac: Remove ENABLE_GCC28.
982
9832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
984
985        * configure.ac:
986        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
987        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
988        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
989        * Makefile.am: Remove AUTOMAKE_OPTIONS.
990        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
991        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
992        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
993        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
994        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
995        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
996        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
997
9982001-11-01      Joel Sherrill <joel@OARcorp.com>
999
1000        * rtems++/Makefile.am: Make sure debug variant of librtems++
1001        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
1002        and processed as PR78.
1003
10042001-10-25      Joel Sherrill <joel@OARcorp.com>
1005
1006        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
1007
10082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1009
1010        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
1011        * configure.in: Remove.
1012        * configure.ac: New file, generated from configure.in by autoupdate.
1013
10142001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1015
1016        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
1017        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
1018
10192001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1020
1021        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
1022        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
1023        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
1024        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
1025        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
1026        make-cxx-exe.
1027        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
1028        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
1029        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
1030
10312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
1032
1033        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
1034
10352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1036
1037        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
1038
10392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1040
1041        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
1042
10432000-11-01      Joel Sherrill <joel@OARcorp.com>
1044
1045        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
1046        libcsupport.h moved from libc to lib/include/rtems and now must
1047        be referenced as <rtems/XXX.h>. 
1048
10492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1050
1051        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
1052        Switch to GNU canonicalization.
1053        * libtests.am: Remove DEFS.
1054
10552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1056
1057        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
1058        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
1059        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
1060
10612000-08-10      Joel Sherrill <joel@OARcorp.com>
1062
1063        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.