source: rtems/testsuites/libtests/ChangeLog @ f4812a03

4.104.115
Last change on this file since f4812a03 was f4812a03, checked in by Joel Sherrill <joel.sherrill@…>, on 06/06/09 at 18:52:54

2009-06-06 Joel Sherrill <joel.sherrill@…>

  • heapwalk/init.c: Add more automated corruption capability.
  • Property mode set to 100644
File size: 18.0 KB
RevLine 
[f4812a03]12009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * heapwalk/init.c: Add more automated corruption capability.
4
[c30fcf52]52009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
6
7        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
8
[9c22907]92009-05-19      Chris Johns <chrisj@rtems.org>
10
11        * cpuuse/tswitch.c: Lower sample count for small memory targets.
12        * cpuuse/system.h: Smaller stack size for small memory targets.
13        * monitor02/init.c: Cannot run on small memory targets.
14
[5b469b7]152009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * rtmonuse/init.c: Do not use Task_name array before initialized.
18
[d0a263a]192009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * malloctest/init.c: Fix warning.
22
[3b2edab]232009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * malloctest/init.c: Fix typo.
26
[56b7951]272009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
30        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
31        heapwalk/init.c, heapwalk/system.h: New files.
32
[8814cf0]332009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
34
35        * malloctest/init.c: Add test case for heap resize block when the
36        resize creates a free block large enough to free.
37
[1f52d0e]382009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * cpuuse/Makefile.am, malloctest/Makefile.am,
41        monitor/Makefile.am, monitor02/Makefile.am,
42        putenvtest/Makefile.am, rtems++/Makefile.am,
43        rtmonuse/Makefile.am, stackchk/Makefile.am,
44        termios/Makefile.am, tztest/Makefile.am:
45        Eliminate _exe_/.exe.
46
[094e520]472009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * stackchk/stackchk.scn: Correct screen to match output.
50
[64f1df32]512008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * malloctest/init.c: Change sizes of heap/region and allocated objects
54        in heap to intptr_t so they can be larger than a single allocatable
55        object (e.g. size_t).
56
[d7e739a9]572008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * malloctest/init.c: Do not generate alignment factors larger that will
60        not fit in a native integer.
61
[156dc1d]622008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
65        CONFIGURE_STACK_CHECKER_ENABLED.
66
[b9073c37]672008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * malloctest/init.c: Convert to "bool".
70
[1bdf29de]712008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * rtems++/System.h: Account for extra task stacks properly.
74
[991efb61]752008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * malloctest/init.c: Fix return status check.
78
[5a8e7503]792008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
82        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
83        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
84        POSIX tests. Add a clock_settime case for < 1988.
85
[dfaa1a7]862008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * malloctest/init.c: Add more test cases to cover heap better.
89
[f2a7fa02]902008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * malloctest/init.c: Add new test cases per Sergei. Make some of the
93        stranger cases operate directly on a freshly initialized heap. This
94        should make them more reproducible.
95
[b7bc1d1]962008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * malloctest/init.c: Add more tests per suggestions from Sergei
99        Organov.
100
[499eb57]1012008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * malloctest/init.c: Add include to remove warning.
104
[b89f64c]1052008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * malloctest/init.c: Remove debug print.
108
[b9e23917]1092008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * monitor02/.cvsignore: New file.
112
[dee3992f]1132008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
114
115        * Makefile.am, configure.ac: Added automatic test for monitor shell
116        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
117        monitor02/system.h: New files.
118
[6bd3162]1192007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * malloctest/init.c: Add test cases suggested by Sergei Organov
122        <s.organov@javad.com>.
123
[e1a22c1]1242007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
125
126        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
127
[fbea3df]1282007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
131        exericise another path in the period statistics code.
132
[9202c24]1332007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * malloctest/init.c: Add some primitive testing of realloc() which also
136        does some positive path testing on the SuperCore heap.
137
[43e3429]1382007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
139
140        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
141        cases for untested routines.
142
[6db35220]1432007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
146        the CPU Usage Report include it. If it is deleted, the CPU time it
147        had consumed is not listed later in the report.
148
[0e92952]1492007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * tztest/init.c: Build when using buffered test IO.
152
[838167e]1532007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
156        macro instead of fflush() directly.
157
[81ee994]1582007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
161        Statistics and Period Usage into Rate Monotonic Manager. Added the
162        following directives: rtems_rate_monotonic_get_statistics,
163        rtems_rate_monotonic_reset_statistics,
[838167e]164        rtems_rate_monotonic_reset_all_statistics,
165        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
[81ee994]166        Obsoleted the rtems/rtmonuse.h file as a public interface.
167
[9de4e5b]1682007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
169
170        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
171        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
172        optional managers to Makefiles. Clean up test cases so last output
173        line follows END OF pattern. Make sure test case all run. All tests
174        appeared ok on sis.
175
[dbacde8a]1762007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
179
[dfd2947f]1802007-03-13      Joel Sherrill <joel@OARcorp.com>
181
182        * tztest/init.c: Call tzset() even though it may be called for us
183        implicitly along the way.
184
[871e077]1852007-03-13      Joel Sherrill <joel@OARcorp.com>
186
187        * tztest/.cvsignore: New file.
188
[3e1fada2]1892007-03-13      Joel Sherrill <joel@OARcorp.com>
190
191        * Makefile.am, configure.ac: Added timezone test.
192        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
193        tztest/tztest.scn: New files.
194
[3ca0ca79]1952007-03-05      Joel Sherrill <joel@OARcorp.com>
196
197        * malloctest/init.c: Be explicit about need for default and floating
198        point attributes. This is just a style change.
199
[b5a555a7]2002007-02-06      Joel Sherrill <joel@OARcorp.com>
201
202        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
203        issues in message queue tests.
204
[fcb0cd46]2052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * configure.ac: New BUG-REPORT address.
208
[ba2c04f]2092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: Require autoconf-2.60. Require automake-1.10.
212
[ea69358]2132006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
216        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
217        docdir. Use rtems_testsdir instead.
218
[a06eb01]2192006-02-08      Joel Sherrill <joel@OARcorp.com>
220
221        * rtems++/Task1.cc: Fix warnings.
222
[1fd1595]2232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * configure.ac: Remove RTEMS_ENABLE_BARE,
226        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
227
[22189ab]2282005-11-13      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:
233        Convert to using *_PROGRAMS.
234
[5840b03]2352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
236
[dc35ca43]237        * cpuuse/Makefile.am, malloctest/Makefile.am,
238        monitor/Makefile.am, putenvtest/Makefile.am,
239        rtems++/Makefile.am, rtmonuse/Makefile.am,
240        stackchk/Makefile.am, termios/Makefile.am: Rework.
[5840b03]241
[28486f3]2422005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
243
244        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
245        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
246        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
247        * libtests.am: Remove.
248
[e126295]2492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
252        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
253        stackchk/Makefile.am, termios/Makefile.am:
254        AM_CPPFLAGS += -I..../support/include.
255
[576f411]2562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
257
[44502ae]258        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[576f411]259        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
260
[ed2e813]2612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * libtests.am: Remove LIB_VARIANT.
264
[af6ad5d]2652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
268        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
269        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
270
[c32fb8f]2712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
272
273        * Makefile.am: Cleanup.
274
[ad3310a]2752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
276
277        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
278        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
279        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
280        stackchk/Makefile.am, termios/Makefile.am:
281        Partial conversion to automake.
282
[7010db3d]2832005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
284
285        * rtems++/Makefile.am: Remove LIB_VARIANT.
286
[6f2593f]2872004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
[dda9a682]288
289        * configure.ac: Remove -ansi to prevent folks from further damaging
290        the code with broken prototypes.
291        * putenvtest/init.c: Remove broken putenv prototype.
292        * termios/init.c (print_c_cc): Don't loop over NCCS.
293
[6f2593f]2942004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[97891e5e]295
296        * configure.ac: Require automake > 1.9.
297
[6f2593f]2982004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
[1b22030]299
300        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
301        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
302        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
303        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
304        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
305        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
306        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
307        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
308
[6f2593f]3092004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
[9919946a]310
311        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
312        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
313        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
314        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
315        using c99 fixed size types.
316
[7c48a2e8]3172004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Add 2nd arg to RTEMS_TOP.
320
[08bfed2]3212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
324        Add PRE/TMPINSTALL_FILES to CLEANFILES.
325        * malloctest/Makefile.am: Ditto.
326        * monitor/Makefile.am: Ditto.
327        * putenvtest/Makefile.am: Ditto.
328        * rtems++/Makefile.am: Ditto.
329        * rtmonuse/Makefile.am: Ditto.
330        * stackchk/Makefile.am: Ditto.
331        * termios/Makefile.am: Ditto.
332
[f361300]3332003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * libtests.am: Add dirstamp support.
336
[9839e9c9]3372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
340
[4dbd85e]3412003-12-16      Joel Sherrill <joel@OARcorp.com>
342
343        PR 544/tests
344        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
345        tests account for resources and not print at inappropriate times.
346
[810720b6]3472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
350
[6895c068]3512003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
354        * malloctest/Makefile.am: Remove all-local: $(ARCH).
355        * monitor/Makefile.am: Remove all-local: $(ARCH).
356        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
357        * rtems++/Makefile.am: Remove all-local: $(ARCH).
358        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
359        * stackchk/Makefile.am: Remove all-local: $(ARCH).
360        * termios/Makefile.am: Remove all-local: $(ARCH).
361
[5f52d1f]3622003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Reflect having moved to testsuites/.
365
[c6328bee]3662003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Remove RTEMS_CANONICAL_HOST.
369
[5445ee60]3702003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac:Remove RTEMS_CHECK_CPU.
373
[2abdd87]3742003-09-04      Joel Sherrill <joel@OARcorp.com>
375
376        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
377        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
378        malloctest/system.h, malloctest/task1.c, monitor/init.c,
379        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
380        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
381        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
382        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
383        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
384        stackchk/task1.c: URL for license changed.
385
[7862f888]3862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Reflect having moved aclocal/.
389
[1053dcd]3902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
[61d9371]392        * Makefile.am: Reflect having moved automake/.
393        * cpuuse/Makefile.am: Reflect having moved automake/.
394        * malloctest/Makefile.am: Reflect having moved automake/.
395        * monitor/Makefile.am: Reflect having moved automake/.
396        * putenvtest/Makefile.am: Reflect having moved automake/.
397        * rtems++/Makefile.am: Reflect having moved automake/.
398        * rtmonuse/Makefile.am: Reflect having moved automake/.
399        * stackchk/Makefile.am: Reflect having moved automake/.
400        * termios/Makefile.am: Reflect having moved automake/.
[1053dcd]401
[7dcc3fe]4022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
405
[3c55718]4062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Remove AC_CONFIG_AUX_DIR.
409
[06908af6]4102003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Unconditionally check for CXX.
413        Require autoconf-2.57, automake-1.7.2.
414        * rtems++: Eliminate CC_O_FILES.
415
[5a5b0b52]4162002-12-02      Joel Sherrill <joel@OARcorp.com>
417
418        * malloctest/init.c: Tasks should be floating point.
419
[8730f45]4202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * .cvsignore: Reformat.
423        Add autom4te*cache.
424        Remove autom4te.cache.
425
[9f33e26]4262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
429        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
430        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
431        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
432        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
433        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
434        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
435        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
436
[016a926]4372002-08-01      Joel Sherrill <joel@OARcorp.com>
438
439        * Per PR47 add support for buffered test output.  This involved
440        adding defines to redirect output to a buffer and dump it when
441        full, at "test pause", and at exit.  To avoid problems when redefining
442        exit(), all tests were modified to call rtems_test_exit().
443        Some tests, notable psxtests, had to be modified to include
444        the standard test macro .h file (pmacros.h or tmacros.h) to
445        enable this support.
446        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
447        rtmonuse/task1.c, termios/init.c: Modified.
448
[cb9b2bfc]4492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * configure.ac: Remove ENABLE_GCC28.
452
[8b695b9]4532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac:
456        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
457        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
458        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
467
[38c0f98e]4682001-11-01      Joel Sherrill <joel@OARcorp.com>
469
470        * rtems++/Makefile.am: Make sure debug variant of librtems++
471        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
472        and processed as PR78.
473
[2098cef]4742001-10-25      Joel Sherrill <joel@OARcorp.com>
475
476        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
477
[df25c998]4782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
481        * configure.in: Remove.
482        * configure.ac: New file, generated from configure.in by autoupdate.
483
[99139ff]4842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
[4fec22e7]487        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
[99139ff]488
[682c7fd2]4892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
492        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
493        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
494        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
495        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
496        make-cxx-exe.
497        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
498        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
499        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
500
[95083c0]5012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
502
503        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
504
[feead226]5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
508
[a314d3b4]5092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
512
[ce28b283]5132000-11-01      Joel Sherrill <joel@OARcorp.com>
514
515        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
516        libcsupport.h moved from libc to lib/include/rtems and now must
517        be referenced as <rtems/XXX.h>. 
518
[37a9cf1]5192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
522        Switch to GNU canonicalization.
523        * libtests.am: Remove DEFS.
524
[78f76ac]5252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
528        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
529        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
530
[e94ad1fe]5312000-08-10      Joel Sherrill <joel@OARcorp.com>
532
533        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.