source: rtems/testsuites/libtests/ChangeLog @ 1f52d0e

4.104.115
Last change on this file since 1f52d0e was 1f52d0e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/09 at 12:46:29

2009-04-03 Ralf Corsépius <ralf.corsepius@…>

  • cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am, tztest/Makefile.am: Eliminate _exe_/.exe.
  • Property mode set to 100644
File size: 16.8 KB
Line 
12009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * cpuuse/Makefile.am, malloctest/Makefile.am,
4        monitor/Makefile.am, monitor02/Makefile.am,
5        putenvtest/Makefile.am, rtems++/Makefile.am,
6        rtmonuse/Makefile.am, stackchk/Makefile.am,
7        termios/Makefile.am, tztest/Makefile.am:
8        Eliminate _exe_/.exe.
9
102009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * stackchk/stackchk.scn: Correct screen to match output.
13
142008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * malloctest/init.c: Change sizes of heap/region and allocated objects
17        in heap to intptr_t so they can be larger than a single allocatable
18        object (e.g. size_t).
19
202008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * malloctest/init.c: Do not generate alignment factors larger that will
23        not fit in a native integer.
24
252008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
28        CONFIGURE_STACK_CHECKER_ENABLED.
29
302008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * malloctest/init.c: Convert to "bool".
33
342008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * rtems++/System.h: Account for extra task stacks properly.
37
382008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * malloctest/init.c: Fix return status check.
41
422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
45        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
46        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
47        POSIX tests. Add a clock_settime case for < 1988.
48
492008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * malloctest/init.c: Add more test cases to cover heap better.
52
532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * malloctest/init.c: Add new test cases per Sergei. Make some of the
56        stranger cases operate directly on a freshly initialized heap. This
57        should make them more reproducible.
58
592008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * malloctest/init.c: Add more tests per suggestions from Sergei
62        Organov.
63
642008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * malloctest/init.c: Add include to remove warning.
67
682008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * malloctest/init.c: Remove debug print.
71
722008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * monitor02/.cvsignore: New file.
75
762008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
77
78        * Makefile.am, configure.ac: Added automatic test for monitor shell
79        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
80        monitor02/system.h: New files.
81
822007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
83
84        * malloctest/init.c: Add test cases suggested by Sergei Organov
85        <s.organov@javad.com>.
86
872007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
90
912007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
94        exericise another path in the period statistics code.
95
962007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * malloctest/init.c: Add some primitive testing of realloc() which also
99        does some positive path testing on the SuperCore heap.
100
1012007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
102
103        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
104        cases for untested routines.
105
1062007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
109        the CPU Usage Report include it. If it is deleted, the CPU time it
110        had consumed is not listed later in the report.
111
1122007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * tztest/init.c: Build when using buffered test IO.
115
1162007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
119        macro instead of fflush() directly.
120
1212007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
124        Statistics and Period Usage into Rate Monotonic Manager. Added the
125        following directives: rtems_rate_monotonic_get_statistics,
126        rtems_rate_monotonic_reset_statistics,
127        rtems_rate_monotonic_reset_all_statistics,
128        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
129        Obsoleted the rtems/rtmonuse.h file as a public interface.
130
1312007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
134        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
135        optional managers to Makefiles. Clean up test cases so last output
136        line follows END OF pattern. Make sure test case all run. All tests
137        appeared ok on sis.
138
1392007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
142
1432007-03-13      Joel Sherrill <joel@OARcorp.com>
144
145        * tztest/init.c: Call tzset() even though it may be called for us
146        implicitly along the way.
147
1482007-03-13      Joel Sherrill <joel@OARcorp.com>
149
150        * tztest/.cvsignore: New file.
151
1522007-03-13      Joel Sherrill <joel@OARcorp.com>
153
154        * Makefile.am, configure.ac: Added timezone test.
155        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
156        tztest/tztest.scn: New files.
157
1582007-03-05      Joel Sherrill <joel@OARcorp.com>
159
160        * malloctest/init.c: Be explicit about need for default and floating
161        point attributes. This is just a style change.
162
1632007-02-06      Joel Sherrill <joel@OARcorp.com>
164
165        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
166        issues in message queue tests.
167
1682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: New BUG-REPORT address.
171
1722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * configure.ac: Require autoconf-2.60. Require automake-1.10.
175
1762006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
179        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
180        docdir. Use rtems_testsdir instead.
181
1822006-02-08      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems++/Task1.cc: Fix warnings.
185
1862005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Remove RTEMS_ENABLE_BARE,
189        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
190
1912005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
194        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
195        stackchk/Makefile.am, termios/Makefile.am:
196        Convert to using *_PROGRAMS.
197
1982005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * cpuuse/Makefile.am, malloctest/Makefile.am,
201        monitor/Makefile.am, putenvtest/Makefile.am,
202        rtems++/Makefile.am, rtmonuse/Makefile.am,
203        stackchk/Makefile.am, termios/Makefile.am: Rework.
204
2052005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
208        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
209        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
210        * libtests.am: Remove.
211
2122005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
215        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
216        stackchk/Makefile.am, termios/Makefile.am:
217        AM_CPPFLAGS += -I..../support/include.
218
2192005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
222        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
223
2242005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * libtests.am: Remove LIB_VARIANT.
227
2282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
231        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
232        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
233
2342005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
235
236        * Makefile.am: Cleanup.
237
2382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
241        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
242        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
243        stackchk/Makefile.am, termios/Makefile.am:
244        Partial conversion to automake.
245
2462005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * rtems++/Makefile.am: Remove LIB_VARIANT.
249
2502004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Remove -ansi to prevent folks from further damaging
253        the code with broken prototypes.
254        * putenvtest/init.c: Remove broken putenv prototype.
255        * termios/init.c (print_c_cc): Don't loop over NCCS.
256
2572004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * configure.ac: Require automake > 1.9.
260
2612004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
264        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
265        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
266        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
267        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
268        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
269        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
270        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
271
2722004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
275        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
276        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
277        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
278        using c99 fixed size types.
279
2802004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Add 2nd arg to RTEMS_TOP.
283
2842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
287        Add PRE/TMPINSTALL_FILES to CLEANFILES.
288        * malloctest/Makefile.am: Ditto.
289        * monitor/Makefile.am: Ditto.
290        * putenvtest/Makefile.am: Ditto.
291        * rtems++/Makefile.am: Ditto.
292        * rtmonuse/Makefile.am: Ditto.
293        * stackchk/Makefile.am: Ditto.
294        * termios/Makefile.am: Ditto.
295
2962003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * libtests.am: Add dirstamp support.
299
3002003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
303
3042003-12-16      Joel Sherrill <joel@OARcorp.com>
305
306        PR 544/tests
307        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
308        tests account for resources and not print at inappropriate times.
309
3102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
313
3142003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
317        * malloctest/Makefile.am: Remove all-local: $(ARCH).
318        * monitor/Makefile.am: Remove all-local: $(ARCH).
319        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
320        * rtems++/Makefile.am: Remove all-local: $(ARCH).
321        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
322        * stackchk/Makefile.am: Remove all-local: $(ARCH).
323        * termios/Makefile.am: Remove all-local: $(ARCH).
324
3252003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Reflect having moved to testsuites/.
328
3292003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Remove RTEMS_CANONICAL_HOST.
332
3332003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac:Remove RTEMS_CHECK_CPU.
336
3372003-09-04      Joel Sherrill <joel@OARcorp.com>
338
339        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
340        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
341        malloctest/system.h, malloctest/task1.c, monitor/init.c,
342        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
343        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
344        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
345        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
346        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
347        stackchk/task1.c: URL for license changed.
348
3492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Reflect having moved aclocal/.
352
3532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Reflect having moved automake/.
356        * cpuuse/Makefile.am: Reflect having moved automake/.
357        * malloctest/Makefile.am: Reflect having moved automake/.
358        * monitor/Makefile.am: Reflect having moved automake/.
359        * putenvtest/Makefile.am: Reflect having moved automake/.
360        * rtems++/Makefile.am: Reflect having moved automake/.
361        * rtmonuse/Makefile.am: Reflect having moved automake/.
362        * stackchk/Makefile.am: Reflect having moved automake/.
363        * termios/Makefile.am: Reflect having moved automake/.
364
3652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
368
3692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Remove AC_CONFIG_AUX_DIR.
372
3732003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Unconditionally check for CXX.
376        Require autoconf-2.57, automake-1.7.2.
377        * rtems++: Eliminate CC_O_FILES.
378
3792002-12-02      Joel Sherrill <joel@OARcorp.com>
380
381        * malloctest/init.c: Tasks should be floating point.
382
3832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * .cvsignore: Reformat.
386        Add autom4te*cache.
387        Remove autom4te.cache.
388
3892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
392        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
393        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
394        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
395        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
396        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
397        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
398        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
399
4002002-08-01      Joel Sherrill <joel@OARcorp.com>
401
402        * Per PR47 add support for buffered test output.  This involved
403        adding defines to redirect output to a buffer and dump it when
404        full, at "test pause", and at exit.  To avoid problems when redefining
405        exit(), all tests were modified to call rtems_test_exit().
406        Some tests, notable psxtests, had to be modified to include
407        the standard test macro .h file (pmacros.h or tmacros.h) to
408        enable this support.
409        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
410        rtmonuse/task1.c, termios/init.c: Modified.
411
4122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac: Remove ENABLE_GCC28.
415
4162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac:
419        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
420        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
421        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
430
4312001-11-01      Joel Sherrill <joel@OARcorp.com>
432
433        * rtems++/Makefile.am: Make sure debug variant of librtems++
434        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
435        and processed as PR78.
436
4372001-10-25      Joel Sherrill <joel@OARcorp.com>
438
439        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
440
4412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
444        * configure.in: Remove.
445        * configure.ac: New file, generated from configure.in by autoupdate.
446
4472001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
450        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
451
4522001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
455        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
456        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
457        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
458        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
459        make-cxx-exe.
460        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
461        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
462        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
463
4642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
465
466        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
467
4682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
471
4722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
475
4762000-11-01      Joel Sherrill <joel@OARcorp.com>
477
478        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
479        libcsupport.h moved from libc to lib/include/rtems and now must
480        be referenced as <rtems/XXX.h>. 
481
4822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
485        Switch to GNU canonicalization.
486        * libtests.am: Remove DEFS.
487
4882000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
491        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
492        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
493
4942000-08-10      Joel Sherrill <joel@OARcorp.com>
495
496        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.