source: rtems/testsuites/libtests/ChangeLog @ 56b7951

4.104.115
Last change on this file since 56b7951 was 56b7951, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/09 at 17:48:15

2009-05-07 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
  • heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn, heapwalk/init.c, heapwalk/system.h: New files.
  • Property mode set to 100644
File size: 17.2 KB
RevLine 
[56b7951]12009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
4        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
5        heapwalk/init.c, heapwalk/system.h: New files.
6
[8814cf0]72009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
8
9        * malloctest/init.c: Add test case for heap resize block when the
10        resize creates a free block large enough to free.
11
[1f52d0e]122009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * cpuuse/Makefile.am, malloctest/Makefile.am,
15        monitor/Makefile.am, monitor02/Makefile.am,
16        putenvtest/Makefile.am, rtems++/Makefile.am,
17        rtmonuse/Makefile.am, stackchk/Makefile.am,
18        termios/Makefile.am, tztest/Makefile.am:
19        Eliminate _exe_/.exe.
20
[094e520]212009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * stackchk/stackchk.scn: Correct screen to match output.
24
[64f1df32]252008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * malloctest/init.c: Change sizes of heap/region and allocated objects
28        in heap to intptr_t so they can be larger than a single allocatable
29        object (e.g. size_t).
30
[d7e739a9]312008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * malloctest/init.c: Do not generate alignment factors larger that will
34        not fit in a native integer.
35
[156dc1d]362008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
39        CONFIGURE_STACK_CHECKER_ENABLED.
40
[b9073c37]412008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * malloctest/init.c: Convert to "bool".
44
[1bdf29de]452008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * rtems++/System.h: Account for extra task stacks properly.
48
[991efb61]492008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * malloctest/init.c: Fix return status check.
52
[5a8e7503]532008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
56        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
57        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
58        POSIX tests. Add a clock_settime case for < 1988.
59
[dfaa1a7]602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * malloctest/init.c: Add more test cases to cover heap better.
63
[f2a7fa02]642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * malloctest/init.c: Add new test cases per Sergei. Make some of the
67        stranger cases operate directly on a freshly initialized heap. This
68        should make them more reproducible.
69
[b7bc1d1]702008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * malloctest/init.c: Add more tests per suggestions from Sergei
73        Organov.
74
[499eb57]752008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * malloctest/init.c: Add include to remove warning.
78
[b89f64c]792008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * malloctest/init.c: Remove debug print.
82
[b9e23917]832008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
84
85        * monitor02/.cvsignore: New file.
86
[dee3992f]872008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
88
89        * Makefile.am, configure.ac: Added automatic test for monitor shell
90        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
91        monitor02/system.h: New files.
92
[6bd3162]932007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * malloctest/init.c: Add test cases suggested by Sergei Organov
96        <s.organov@javad.com>.
97
[e1a22c1]982007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
99
100        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
101
[fbea3df]1022007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
105        exericise another path in the period statistics code.
106
[9202c24]1072007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * malloctest/init.c: Add some primitive testing of realloc() which also
110        does some positive path testing on the SuperCore heap.
111
[43e3429]1122007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
113
114        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
115        cases for untested routines.
116
[6db35220]1172007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
120        the CPU Usage Report include it. If it is deleted, the CPU time it
121        had consumed is not listed later in the report.
122
[0e92952]1232007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * tztest/init.c: Build when using buffered test IO.
126
[838167e]1272007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
128
129        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
130        macro instead of fflush() directly.
131
[81ee994]1322007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
135        Statistics and Period Usage into Rate Monotonic Manager. Added the
136        following directives: rtems_rate_monotonic_get_statistics,
137        rtems_rate_monotonic_reset_statistics,
[838167e]138        rtems_rate_monotonic_reset_all_statistics,
139        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]140        Obsoleted the rtems/rtmonuse.h file as a public interface.
141
[9de4e5b]1422007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
145        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
146        optional managers to Makefiles. Clean up test cases so last output
147        line follows END OF pattern. Make sure test case all run. All tests
148        appeared ok on sis.
149
[dbacde8a]1502007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
153
[dfd2947f]1542007-03-13      Joel Sherrill <joel@OARcorp.com>
155
156        * tztest/init.c: Call tzset() even though it may be called for us
157        implicitly along the way.
158
[871e077]1592007-03-13      Joel Sherrill <joel@OARcorp.com>
160
161        * tztest/.cvsignore: New file.
162
[3e1fada2]1632007-03-13      Joel Sherrill <joel@OARcorp.com>
164
165        * Makefile.am, configure.ac: Added timezone test.
166        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
167        tztest/tztest.scn: New files.
168
[3ca0ca79]1692007-03-05      Joel Sherrill <joel@OARcorp.com>
170
171        * malloctest/init.c: Be explicit about need for default and floating
172        point attributes. This is just a style change.
173
[b5a555a7]1742007-02-06      Joel Sherrill <joel@OARcorp.com>
175
176        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
177        issues in message queue tests.
178
[fcb0cd46]1792006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * configure.ac: New BUG-REPORT address.
182
[ba2c04f]1832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Require autoconf-2.60. Require automake-1.10.
186
[ea69358]1872006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
190        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
191        docdir. Use rtems_testsdir instead.
192
[a06eb01]1932006-02-08      Joel Sherrill <joel@OARcorp.com>
194
195        * rtems++/Task1.cc: Fix warnings.
196
[1fd1595]1972005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * configure.ac: Remove RTEMS_ENABLE_BARE,
200        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
201
[22189ab]2022005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
205        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
206        stackchk/Makefile.am, termios/Makefile.am:
207        Convert to using *_PROGRAMS.
208
[5840b03]2092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
210
[dc35ca43]211        * cpuuse/Makefile.am, malloctest/Makefile.am,
212        monitor/Makefile.am, putenvtest/Makefile.am,
213        rtems++/Makefile.am, rtmonuse/Makefile.am,
214        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]215
[28486f3]2162005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
217
218        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
219        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
220        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
221        * libtests.am: Remove.
222
[e126295]2232005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
226        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
227        stackchk/Makefile.am, termios/Makefile.am:
228        AM_CPPFLAGS += -I..../support/include.
229
[576f411]2302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
231
[44502ae]232        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]233        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
234
[ed2e813]2352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * libtests.am: Remove LIB_VARIANT.
238
[af6ad5d]2392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
240
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: Remove SRC, PRINT_SRC.
244
[c32fb8f]2452005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Cleanup.
248
[ad3310a]2492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
252        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
253        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
254        stackchk/Makefile.am, termios/Makefile.am:
255        Partial conversion to automake.
256
[7010db3d]2572005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * rtems++/Makefile.am: Remove LIB_VARIANT.
260
[6f2593f]2612004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]262
263        * configure.ac: Remove -ansi to prevent folks from further damaging
264        the code with broken prototypes.
265        * putenvtest/init.c: Remove broken putenv prototype.
266        * termios/init.c (print_c_cc): Don't loop over NCCS.
267
[6f2593f]2682004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]269
270        * configure.ac: Require automake > 1.9.
271
[6f2593f]2722004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]273
274        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
275        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
276        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
277        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
278        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
279        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
280        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
281        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
282
[6f2593f]2832004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]284
285        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
286        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
287        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
288        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
289        using c99 fixed size types.
290
[7c48a2e8]2912004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Add 2nd arg to RTEMS_TOP.
294
[08bfed2]2952004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
298        Add PRE/TMPINSTALL_FILES to CLEANFILES.
299        * malloctest/Makefile.am: Ditto.
300        * monitor/Makefile.am: Ditto.
301        * putenvtest/Makefile.am: Ditto.
302        * rtems++/Makefile.am: Ditto.
303        * rtmonuse/Makefile.am: Ditto.
304        * stackchk/Makefile.am: Ditto.
305        * termios/Makefile.am: Ditto.
306
[f361300]3072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * libtests.am: Add dirstamp support.
310
[9839e9c9]3112003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
314
[4dbd85e]3152003-12-16      Joel Sherrill <joel@OARcorp.com>
316
317        PR 544/tests
318        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
319        tests account for resources and not print at inappropriate times.
320
[810720b6]3212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
324
[6895c068]3252003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
328        * malloctest/Makefile.am: Remove all-local: $(ARCH).
329        * monitor/Makefile.am: Remove all-local: $(ARCH).
330        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
331        * rtems++/Makefile.am: Remove all-local: $(ARCH).
332        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
333        * stackchk/Makefile.am: Remove all-local: $(ARCH).
334        * termios/Makefile.am: Remove all-local: $(ARCH).
335
[5f52d1f]3362003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Reflect having moved to testsuites/.
339
[c6328bee]3402003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Remove RTEMS_CANONICAL_HOST.
343
[5445ee60]3442003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac:Remove RTEMS_CHECK_CPU.
347
[2abdd87]3482003-09-04      Joel Sherrill <joel@OARcorp.com>
349
350        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
351        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
352        malloctest/system.h, malloctest/task1.c, monitor/init.c,
353        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
354        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
355        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
356        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
357        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
358        stackchk/task1.c: URL for license changed.
359
[7862f888]3602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Reflect having moved aclocal/.
363
[1053dcd]3642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
[61d9371]366        * Makefile.am: Reflect having moved automake/.
367        * cpuuse/Makefile.am: Reflect having moved automake/.
368        * malloctest/Makefile.am: Reflect having moved automake/.
369        * monitor/Makefile.am: Reflect having moved automake/.
370        * putenvtest/Makefile.am: Reflect having moved automake/.
371        * rtems++/Makefile.am: Reflect having moved automake/.
372        * rtmonuse/Makefile.am: Reflect having moved automake/.
373        * stackchk/Makefile.am: Reflect having moved automake/.
374        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]375
[7dcc3fe]3762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
379
[3c55718]3802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Remove AC_CONFIG_AUX_DIR.
383
[06908af6]3842003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Unconditionally check for CXX.
387        Require autoconf-2.57, automake-1.7.2.
388        * rtems++: Eliminate CC_O_FILES.
389
[5a5b0b52]3902002-12-02      Joel Sherrill <joel@OARcorp.com>
391
392        * malloctest/init.c: Tasks should be floating point.
393
[8730f45]3942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * .cvsignore: Reformat.
397        Add autom4te*cache.
398        Remove autom4te.cache.
399
[9f33e26]4002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
403        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
404        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
405        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
406        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
407        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
408        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
409        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
410
[016a926]4112002-08-01      Joel Sherrill <joel@OARcorp.com>
412
413        * Per PR47 add support for buffered test output.  This involved
414        adding defines to redirect output to a buffer and dump it when
415        full, at "test pause", and at exit.  To avoid problems when redefining
416        exit(), all tests were modified to call rtems_test_exit().
417        Some tests, notable psxtests, had to be modified to include
418        the standard test macro .h file (pmacros.h or tmacros.h) to
419        enable this support.
420        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
421        rtmonuse/task1.c, termios/init.c: Modified.
422
[cb9b2bfc]4232002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Remove ENABLE_GCC28.
426
[8b695b9]4272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * configure.ac:
430        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
431        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
432        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
435        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
436        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
437        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
438        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
439        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
440        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
441
[38c0f98e]4422001-11-01      Joel Sherrill <joel@OARcorp.com>
443
444        * rtems++/Makefile.am: Make sure debug variant of librtems++
445        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
446        and processed as PR78.
447
[2098cef]4482001-10-25      Joel Sherrill <joel@OARcorp.com>
449
450        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
451
[df25c998]4522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
455        * configure.in: Remove.
456        * configure.ac: New file, generated from configure.in by autoupdate.
457
[99139ff]4582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]461        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]462
[682c7fd2]4632001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
466        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
467        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
468        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
469        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
470        make-cxx-exe.
471        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
472        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
473        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
474
[95083c0]4752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
476
477        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
478
[feead226]4792000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
482
[a314d3b4]4832000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
486
[ce28b283]4872000-11-01      Joel Sherrill <joel@OARcorp.com>
488
489        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
490        libcsupport.h moved from libc to lib/include/rtems and now must
491        be referenced as <rtems/XXX.h>. 
492
[37a9cf1]4932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
496        Switch to GNU canonicalization.
497        * libtests.am: Remove DEFS.
498
[78f76ac]4992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
502        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
503        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
504
[e94ad1fe]5052000-08-10      Joel Sherrill <joel@OARcorp.com>
506
507        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.