source: rtems/testsuites/libtests/ChangeLog @ 8814cf0

4.104.115
Last change on this file since 8814cf0 was 8814cf0, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/09 at 17:08:28

2009-05-07 Santosh G Vattam <vattam.santosh@…>

  • malloctest/init.c: Add test case for heap resize block when the resize creates a free block large enough to free.
  • Property mode set to 100644
File size: 17.0 KB
RevLine 
[8814cf0]12009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
2
3        * malloctest/init.c: Add test case for heap resize block when the
4        resize creates a free block large enough to free.
5
[1f52d0e]62009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * cpuuse/Makefile.am, malloctest/Makefile.am,
9        monitor/Makefile.am, monitor02/Makefile.am,
10        putenvtest/Makefile.am, rtems++/Makefile.am,
11        rtmonuse/Makefile.am, stackchk/Makefile.am,
12        termios/Makefile.am, tztest/Makefile.am:
13        Eliminate _exe_/.exe.
14
[094e520]152009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * stackchk/stackchk.scn: Correct screen to match output.
18
[64f1df32]192008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * malloctest/init.c: Change sizes of heap/region and allocated objects
22        in heap to intptr_t so they can be larger than a single allocatable
23        object (e.g. size_t).
24
[d7e739a9]252008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * malloctest/init.c: Do not generate alignment factors larger that will
28        not fit in a native integer.
29
[156dc1d]302008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
33        CONFIGURE_STACK_CHECKER_ENABLED.
34
[b9073c37]352008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * malloctest/init.c: Convert to "bool".
38
[1bdf29de]392008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * rtems++/System.h: Account for extra task stacks properly.
42
[991efb61]432008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * malloctest/init.c: Fix return status check.
46
[5a8e7503]472008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
50        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
51        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
52        POSIX tests. Add a clock_settime case for < 1988.
53
[dfaa1a7]542008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * malloctest/init.c: Add more test cases to cover heap better.
57
[f2a7fa02]582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * malloctest/init.c: Add new test cases per Sergei. Make some of the
61        stranger cases operate directly on a freshly initialized heap. This
62        should make them more reproducible.
63
[b7bc1d1]642008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
65
66        * malloctest/init.c: Add more tests per suggestions from Sergei
67        Organov.
68
[499eb57]692008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * malloctest/init.c: Add include to remove warning.
72
[b89f64c]732008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * malloctest/init.c: Remove debug print.
76
[b9e23917]772008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * monitor02/.cvsignore: New file.
80
[dee3992f]812008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
82
83        * Makefile.am, configure.ac: Added automatic test for monitor shell
84        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
85        monitor02/system.h: New files.
86
[6bd3162]872007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * malloctest/init.c: Add test cases suggested by Sergei Organov
90        <s.organov@javad.com>.
91
[e1a22c1]922007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
95
[fbea3df]962007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
99        exericise another path in the period statistics code.
100
[9202c24]1012007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * malloctest/init.c: Add some primitive testing of realloc() which also
104        does some positive path testing on the SuperCore heap.
105
[43e3429]1062007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
107
108        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
109        cases for untested routines.
110
[6db35220]1112007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
112
113        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
114        the CPU Usage Report include it. If it is deleted, the CPU time it
115        had consumed is not listed later in the report.
116
[0e92952]1172007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * tztest/init.c: Build when using buffered test IO.
120
[838167e]1212007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
124        macro instead of fflush() directly.
125
[81ee994]1262007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
129        Statistics and Period Usage into Rate Monotonic Manager. Added the
130        following directives: rtems_rate_monotonic_get_statistics,
131        rtems_rate_monotonic_reset_statistics,
[838167e]132        rtems_rate_monotonic_reset_all_statistics,
133        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]134        Obsoleted the rtems/rtmonuse.h file as a public interface.
135
[9de4e5b]1362007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
139        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
140        optional managers to Makefiles. Clean up test cases so last output
141        line follows END OF pattern. Make sure test case all run. All tests
142        appeared ok on sis.
143
[dbacde8a]1442007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
147
[dfd2947f]1482007-03-13      Joel Sherrill <joel@OARcorp.com>
149
150        * tztest/init.c: Call tzset() even though it may be called for us
151        implicitly along the way.
152
[871e077]1532007-03-13      Joel Sherrill <joel@OARcorp.com>
154
155        * tztest/.cvsignore: New file.
156
[3e1fada2]1572007-03-13      Joel Sherrill <joel@OARcorp.com>
158
159        * Makefile.am, configure.ac: Added timezone test.
160        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
161        tztest/tztest.scn: New files.
162
[3ca0ca79]1632007-03-05      Joel Sherrill <joel@OARcorp.com>
164
165        * malloctest/init.c: Be explicit about need for default and floating
166        point attributes. This is just a style change.
167
[b5a555a7]1682007-02-06      Joel Sherrill <joel@OARcorp.com>
169
170        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
171        issues in message queue tests.
172
[fcb0cd46]1732006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * configure.ac: New BUG-REPORT address.
176
[ba2c04f]1772006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Require autoconf-2.60. Require automake-1.10.
180
[ea69358]1812006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
184        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
185        docdir. Use rtems_testsdir instead.
186
[a06eb01]1872006-02-08      Joel Sherrill <joel@OARcorp.com>
188
189        * rtems++/Task1.cc: Fix warnings.
190
[1fd1595]1912005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Remove RTEMS_ENABLE_BARE,
194        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
195
[22189ab]1962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
197
198        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
199        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
200        stackchk/Makefile.am, termios/Makefile.am:
201        Convert to using *_PROGRAMS.
202
[5840b03]2032005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
204
[dc35ca43]205        * cpuuse/Makefile.am, malloctest/Makefile.am,
206        monitor/Makefile.am, putenvtest/Makefile.am,
207        rtems++/Makefile.am, rtmonuse/Makefile.am,
208        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]209
[28486f3]2102005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
211
212        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
213        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
214        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
215        * libtests.am: Remove.
216
[e126295]2172005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
220        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
221        stackchk/Makefile.am, termios/Makefile.am:
222        AM_CPPFLAGS += -I..../support/include.
223
[576f411]2242005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
225
[44502ae]226        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]227        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
228
[ed2e813]2292005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * libtests.am: Remove LIB_VARIANT.
232
[af6ad5d]2332005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
236        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
237        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
238
[c32fb8f]2392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * Makefile.am: Cleanup.
242
[ad3310a]2432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
246        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
247        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
248        stackchk/Makefile.am, termios/Makefile.am:
249        Partial conversion to automake.
250
[7010db3d]2512005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
252
253        * rtems++/Makefile.am: Remove LIB_VARIANT.
254
[6f2593f]2552004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]256
257        * configure.ac: Remove -ansi to prevent folks from further damaging
258        the code with broken prototypes.
259        * putenvtest/init.c: Remove broken putenv prototype.
260        * termios/init.c (print_c_cc): Don't loop over NCCS.
261
[6f2593f]2622004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]263
264        * configure.ac: Require automake > 1.9.
265
[6f2593f]2662004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]267
268        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
269        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
270        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
271        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
272        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
273        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
274        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
275        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
276
[6f2593f]2772004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]278
279        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
280        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
281        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
282        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
283        using c99 fixed size types.
284
[7c48a2e8]2852004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Add 2nd arg to RTEMS_TOP.
288
[08bfed2]2892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
292        Add PRE/TMPINSTALL_FILES to CLEANFILES.
293        * malloctest/Makefile.am: Ditto.
294        * monitor/Makefile.am: Ditto.
295        * putenvtest/Makefile.am: Ditto.
296        * rtems++/Makefile.am: Ditto.
297        * rtmonuse/Makefile.am: Ditto.
298        * stackchk/Makefile.am: Ditto.
299        * termios/Makefile.am: Ditto.
300
[f361300]3012003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * libtests.am: Add dirstamp support.
304
[9839e9c9]3052003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
308
[4dbd85e]3092003-12-16      Joel Sherrill <joel@OARcorp.com>
310
311        PR 544/tests
312        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
313        tests account for resources and not print at inappropriate times.
314
[810720b6]3152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
318
[6895c068]3192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
322        * malloctest/Makefile.am: Remove all-local: $(ARCH).
323        * monitor/Makefile.am: Remove all-local: $(ARCH).
324        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
325        * rtems++/Makefile.am: Remove all-local: $(ARCH).
326        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
327        * stackchk/Makefile.am: Remove all-local: $(ARCH).
328        * termios/Makefile.am: Remove all-local: $(ARCH).
329
[5f52d1f]3302003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Reflect having moved to testsuites/.
333
[c6328bee]3342003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Remove RTEMS_CANONICAL_HOST.
337
[5445ee60]3382003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac:Remove RTEMS_CHECK_CPU.
341
[2abdd87]3422003-09-04      Joel Sherrill <joel@OARcorp.com>
343
344        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
345        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
346        malloctest/system.h, malloctest/task1.c, monitor/init.c,
347        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
348        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
349        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
350        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
351        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
352        stackchk/task1.c: URL for license changed.
353
[7862f888]3542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Reflect having moved aclocal/.
357
[1053dcd]3582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
[61d9371]360        * Makefile.am: Reflect having moved automake/.
361        * cpuuse/Makefile.am: Reflect having moved automake/.
362        * malloctest/Makefile.am: Reflect having moved automake/.
363        * monitor/Makefile.am: Reflect having moved automake/.
364        * putenvtest/Makefile.am: Reflect having moved automake/.
365        * rtems++/Makefile.am: Reflect having moved automake/.
366        * rtmonuse/Makefile.am: Reflect having moved automake/.
367        * stackchk/Makefile.am: Reflect having moved automake/.
368        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]369
[7dcc3fe]3702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
373
[3c55718]3742003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Remove AC_CONFIG_AUX_DIR.
377
[06908af6]3782003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Unconditionally check for CXX.
381        Require autoconf-2.57, automake-1.7.2.
382        * rtems++: Eliminate CC_O_FILES.
383
[5a5b0b52]3842002-12-02      Joel Sherrill <joel@OARcorp.com>
385
386        * malloctest/init.c: Tasks should be floating point.
387
[8730f45]3882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Reformat.
391        Add autom4te*cache.
392        Remove autom4te.cache.
393
[9f33e26]3942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
397        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
398        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
399        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
400        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
401        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
402        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
403        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
404
[016a926]4052002-08-01      Joel Sherrill <joel@OARcorp.com>
406
407        * Per PR47 add support for buffered test output.  This involved
408        adding defines to redirect output to a buffer and dump it when
409        full, at "test pause", and at exit.  To avoid problems when redefining
410        exit(), all tests were modified to call rtems_test_exit().
411        Some tests, notable psxtests, had to be modified to include
412        the standard test macro .h file (pmacros.h or tmacros.h) to
413        enable this support.
414        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
415        rtmonuse/task1.c, termios/init.c: Modified.
416
[cb9b2bfc]4172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.ac: Remove ENABLE_GCC28.
420
[8b695b9]4212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * configure.ac:
424        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
425        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
426        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
433        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
434        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
435
[38c0f98e]4362001-11-01      Joel Sherrill <joel@OARcorp.com>
437
438        * rtems++/Makefile.am: Make sure debug variant of librtems++
439        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
440        and processed as PR78.
441
[2098cef]4422001-10-25      Joel Sherrill <joel@OARcorp.com>
443
444        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
445
[df25c998]4462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
449        * configure.in: Remove.
450        * configure.ac: New file, generated from configure.in by autoupdate.
451
[99139ff]4522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]455        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]456
[682c7fd2]4572001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
460        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
461        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
462        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
463        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
464        make-cxx-exe.
465        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
466        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
467        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
468
[95083c0]4692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
470
471        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
472
[feead226]4732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
476
[a314d3b4]4772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
480
[ce28b283]4812000-11-01      Joel Sherrill <joel@OARcorp.com>
482
483        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
484        libcsupport.h moved from libc to lib/include/rtems and now must
485        be referenced as <rtems/XXX.h>. 
486
[37a9cf1]4872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
490        Switch to GNU canonicalization.
491        * libtests.am: Remove DEFS.
492
[78f76ac]4932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
496        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
497        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
498
[e94ad1fe]4992000-08-10      Joel Sherrill <joel@OARcorp.com>
500
501        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.