source: rtems/testsuites/libtests/ChangeLog @ 384f0225

4.104.115
Last change on this file since 384f0225 was 384f0225, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/09 at 17:31:48

2009-08-09 Joel Sherrill <joel.sherrill@…>

  • malloctest/init.c: Adjust allocation in test so it passes now that heap overhead constant has been increased.
  • Property mode set to 100644
File size: 19.3 KB
Line 
12009-08-09      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * malloctest/init.c: Adjust allocation in test so it passes now that
4        heap overhead constant has been increased.
5
62009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * bspcmdline01/init.c: Do not violate visibility.
9
102009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * bspcmdline01/bspcmdline01.scn, bspcmdline01/init.c: Add rtems_ as
13        prefix to all routines.
14
152009-08-05      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * Makefile.am, configure.ac: Add test for new BSP Boot Command Line
18        helper routines.
19        * bspcmdline01/.cvsignore, bspcmdline01/Makefile.am,
20        bspcmdline01/bspcmdline01.doc, bspcmdline01/bspcmdline01.scn,
21        bspcmdline01/init.c, bspcmdline01/test.c: New files.
22
232009-07-09      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * malloctest/init.c, malloctest/malloctest.scn: Add heap resize test
26        for shrinking a block enough to need to free the newly unused
27        portion.
28
292009-07-08      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * malloctest/init.c, malloctest/malloctest.scn: Add error cases for
32        _Protected_heap_Get_information().
33
342009-06-10      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * heapwalk/init.c: Add test code for first free block pointer not
37        aligned.
38
392009-06-08      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * heapwalk/init.c: Add more cases.
42
432009-06-06      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * heapwalk/init.c: Add more automated corruption capability.
46
472009-06-05      Santosh G Vattam <vattam.santosh@gmail.com>
48
49        * heapwalk/heapwalk.scn, heapwalk/init.c: Add a test case.
50
512009-05-19      Chris Johns <chrisj@rtems.org>
52
53        * cpuuse/tswitch.c: Lower sample count for small memory targets.
54        * cpuuse/system.h: Smaller stack size for small memory targets.
55        * monitor02/init.c: Cannot run on small memory targets.
56
572009-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * rtmonuse/init.c: Do not use Task_name array before initialized.
60
612009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * malloctest/init.c: Fix warning.
64
652009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * malloctest/init.c: Fix typo.
68
692009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
72        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
73        heapwalk/init.c, heapwalk/system.h: New files.
74
752009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
76
77        * malloctest/init.c: Add test case for heap resize block when the
78        resize creates a free block large enough to free.
79
802009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * cpuuse/Makefile.am, malloctest/Makefile.am,
83        monitor/Makefile.am, monitor02/Makefile.am,
84        putenvtest/Makefile.am, rtems++/Makefile.am,
85        rtmonuse/Makefile.am, stackchk/Makefile.am,
86        termios/Makefile.am, tztest/Makefile.am:
87        Eliminate _exe_/.exe.
88
892009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * stackchk/stackchk.scn: Correct screen to match output.
92
932008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * malloctest/init.c: Change sizes of heap/region and allocated objects
96        in heap to intptr_t so they can be larger than a single allocatable
97        object (e.g. size_t).
98
992008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
100
101        * malloctest/init.c: Do not generate alignment factors larger that will
102        not fit in a native integer.
103
1042008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
107        CONFIGURE_STACK_CHECKER_ENABLED.
108
1092008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * malloctest/init.c: Convert to "bool".
112
1132008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * rtems++/System.h: Account for extra task stacks properly.
116
1172008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
118
119        * malloctest/init.c: Fix return status check.
120
1212008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
122
123        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
124        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
125        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
126        POSIX tests. Add a clock_settime case for < 1988.
127
1282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
129
130        * malloctest/init.c: Add more test cases to cover heap better.
131
1322008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * malloctest/init.c: Add new test cases per Sergei. Make some of the
135        stranger cases operate directly on a freshly initialized heap. This
136        should make them more reproducible.
137
1382008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
139
140        * malloctest/init.c: Add more tests per suggestions from Sergei
141        Organov.
142
1432008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
144
145        * malloctest/init.c: Add include to remove warning.
146
1472008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
148
149        * malloctest/init.c: Remove debug print.
150
1512008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * monitor02/.cvsignore: New file.
154
1552008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
156
157        * Makefile.am, configure.ac: Added automatic test for monitor shell
158        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
159        monitor02/system.h: New files.
160
1612007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
162
163        * malloctest/init.c: Add test cases suggested by Sergei Organov
164        <s.organov@javad.com>.
165
1662007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
169
1702007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
171
172        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
173        exericise another path in the period statistics code.
174
1752007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * malloctest/init.c: Add some primitive testing of realloc() which also
178        does some positive path testing on the SuperCore heap.
179
1802007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
181
182        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
183        cases for untested routines.
184
1852007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
186
187        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
188        the CPU Usage Report include it. If it is deleted, the CPU time it
189        had consumed is not listed later in the report.
190
1912007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * tztest/init.c: Build when using buffered test IO.
194
1952007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
196
197        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
198        macro instead of fflush() directly.
199
2002007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
203        Statistics and Period Usage into Rate Monotonic Manager. Added the
204        following directives: rtems_rate_monotonic_get_statistics,
205        rtems_rate_monotonic_reset_statistics,
206        rtems_rate_monotonic_reset_all_statistics,
207        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
208        Obsoleted the rtems/rtmonuse.h file as a public interface.
209
2102007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
213        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
214        optional managers to Makefiles. Clean up test cases so last output
215        line follows END OF pattern. Make sure test case all run. All tests
216        appeared ok on sis.
217
2182007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
221
2222007-03-13      Joel Sherrill <joel@OARcorp.com>
223
224        * tztest/init.c: Call tzset() even though it may be called for us
225        implicitly along the way.
226
2272007-03-13      Joel Sherrill <joel@OARcorp.com>
228
229        * tztest/.cvsignore: New file.
230
2312007-03-13      Joel Sherrill <joel@OARcorp.com>
232
233        * Makefile.am, configure.ac: Added timezone test.
234        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
235        tztest/tztest.scn: New files.
236
2372007-03-05      Joel Sherrill <joel@OARcorp.com>
238
239        * malloctest/init.c: Be explicit about need for default and floating
240        point attributes. This is just a style change.
241
2422007-02-06      Joel Sherrill <joel@OARcorp.com>
243
244        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
245        issues in message queue tests.
246
2472006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * configure.ac: New BUG-REPORT address.
250
2512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * configure.ac: Require autoconf-2.60. Require automake-1.10.
254
2552006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
258        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
259        docdir. Use rtems_testsdir instead.
260
2612006-02-08      Joel Sherrill <joel@OARcorp.com>
262
263        * rtems++/Task1.cc: Fix warnings.
264
2652005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * configure.ac: Remove RTEMS_ENABLE_BARE,
268        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
269
2702005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
271
272        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
273        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
274        stackchk/Makefile.am, termios/Makefile.am:
275        Convert to using *_PROGRAMS.
276
2772005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
278
279        * cpuuse/Makefile.am, malloctest/Makefile.am,
280        monitor/Makefile.am, putenvtest/Makefile.am,
281        rtems++/Makefile.am, rtmonuse/Makefile.am,
282        stackchk/Makefile.am, termios/Makefile.am: Rework.
283
2842005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
285
286        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
287        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
288        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
289        * libtests.am: Remove.
290
2912005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
294        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
295        stackchk/Makefile.am, termios/Makefile.am:
296        AM_CPPFLAGS += -I..../support/include.
297
2982005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
299
300        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
301        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
302
3032005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
304
305        * libtests.am: Remove LIB_VARIANT.
306
3072005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
308
309        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
310        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
311        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
312
3132005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
314
315        * Makefile.am: Cleanup.
316
3172005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
318
319        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
320        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
321        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
322        stackchk/Makefile.am, termios/Makefile.am:
323        Partial conversion to automake.
324
3252005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
326
327        * rtems++/Makefile.am: Remove LIB_VARIANT.
328
3292004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Remove -ansi to prevent folks from further damaging
332        the code with broken prototypes.
333        * putenvtest/init.c: Remove broken putenv prototype.
334        * termios/init.c (print_c_cc): Don't loop over NCCS.
335
3362004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * configure.ac: Require automake > 1.9.
339
3402004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
341
342        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
343        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
344        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
345        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
346        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
347        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
348        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
349        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
350
3512004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
352
353        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
354        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
355        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
356        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
357        using c99 fixed size types.
358
3592004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add 2nd arg to RTEMS_TOP.
362
3632004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
366        Add PRE/TMPINSTALL_FILES to CLEANFILES.
367        * malloctest/Makefile.am: Ditto.
368        * monitor/Makefile.am: Ditto.
369        * putenvtest/Makefile.am: Ditto.
370        * rtems++/Makefile.am: Ditto.
371        * rtmonuse/Makefile.am: Ditto.
372        * stackchk/Makefile.am: Ditto.
373        * termios/Makefile.am: Ditto.
374
3752003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * libtests.am: Add dirstamp support.
378
3792003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
382
3832003-12-16      Joel Sherrill <joel@OARcorp.com>
384
385        PR 544/tests
386        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
387        tests account for resources and not print at inappropriate times.
388
3892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
392
3932003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
396        * malloctest/Makefile.am: Remove all-local: $(ARCH).
397        * monitor/Makefile.am: Remove all-local: $(ARCH).
398        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
399        * rtems++/Makefile.am: Remove all-local: $(ARCH).
400        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
401        * stackchk/Makefile.am: Remove all-local: $(ARCH).
402        * termios/Makefile.am: Remove all-local: $(ARCH).
403
4042003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Reflect having moved to testsuites/.
407
4082003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Remove RTEMS_CANONICAL_HOST.
411
4122003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac:Remove RTEMS_CHECK_CPU.
415
4162003-09-04      Joel Sherrill <joel@OARcorp.com>
417
418        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
419        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
420        malloctest/system.h, malloctest/task1.c, monitor/init.c,
421        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
422        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
423        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
424        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
425        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
426        stackchk/task1.c: URL for license changed.
427
4282003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Reflect having moved aclocal/.
431
4322003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Reflect having moved automake/.
435        * cpuuse/Makefile.am: Reflect having moved automake/.
436        * malloctest/Makefile.am: Reflect having moved automake/.
437        * monitor/Makefile.am: Reflect having moved automake/.
438        * putenvtest/Makefile.am: Reflect having moved automake/.
439        * rtems++/Makefile.am: Reflect having moved automake/.
440        * rtmonuse/Makefile.am: Reflect having moved automake/.
441        * stackchk/Makefile.am: Reflect having moved automake/.
442        * termios/Makefile.am: Reflect having moved automake/.
443
4442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
447
4482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Remove AC_CONFIG_AUX_DIR.
451
4522003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac: Unconditionally check for CXX.
455        Require autoconf-2.57, automake-1.7.2.
456        * rtems++: Eliminate CC_O_FILES.
457
4582002-12-02      Joel Sherrill <joel@OARcorp.com>
459
460        * malloctest/init.c: Tasks should be floating point.
461
4622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * .cvsignore: Reformat.
465        Add autom4te*cache.
466        Remove autom4te.cache.
467
4682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
471        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
472        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
473        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
474        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
475        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
476        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
477        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
478
4792002-08-01      Joel Sherrill <joel@OARcorp.com>
480
481        * Per PR47 add support for buffered test output.  This involved
482        adding defines to redirect output to a buffer and dump it when
483        full, at "test pause", and at exit.  To avoid problems when redefining
484        exit(), all tests were modified to call rtems_test_exit().
485        Some tests, notable psxtests, had to be modified to include
486        the standard test macro .h file (pmacros.h or tmacros.h) to
487        enable this support.
488        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
489        rtmonuse/task1.c, termios/init.c: Modified.
490
4912002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: Remove ENABLE_GCC28.
494
4952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * configure.ac:
498        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
499        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
500        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
509
5102001-11-01      Joel Sherrill <joel@OARcorp.com>
511
512        * rtems++/Makefile.am: Make sure debug variant of librtems++
513        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
514        and processed as PR78.
515
5162001-10-25      Joel Sherrill <joel@OARcorp.com>
517
518        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
519
5202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
523        * configure.in: Remove.
524        * configure.ac: New file, generated from configure.in by autoupdate.
525
5262001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
529        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
530
5312001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
534        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
535        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
536        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
537        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
538        make-cxx-exe.
539        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
540        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
541        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
542
5432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
544
545        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
546
5472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
550
5512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
552
553        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
554
5552000-11-01      Joel Sherrill <joel@OARcorp.com>
556
557        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
558        libcsupport.h moved from libc to lib/include/rtems and now must
559        be referenced as <rtems/XXX.h>. 
560
5612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
564        Switch to GNU canonicalization.
565        * libtests.am: Remove DEFS.
566
5672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
568
569        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
570        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
571        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
572
5732000-08-10      Joel Sherrill <joel@OARcorp.com>
574
575        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.