source: rtems/testsuites/libtests/ChangeLog @ d0a263a

4.104.115
Last change on this file since d0a263a was d0a263a, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/09 at 17:19:25

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

  • malloctest/init.c: Fix warning.
  • Property mode set to 100644
File size: 17.4 KB
Line 
12009-05-09      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * malloctest/init.c: Fix warning.
4
52009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * malloctest/init.c: Fix typo.
8
92009-05-07      Joel Sherrill <joel.sherrill@oarcorp.com>
10
11        * Makefile.am, configure.ac: Add shell of heap walk test for Santosh.
12        * heapwalk/.cvsignore, heapwalk/Makefile.am, heapwalk/heapwalk.scn,
13        heapwalk/init.c, heapwalk/system.h: New files.
14
152009-05-07      Santosh G Vattam <vattam.santosh@gmail.com>
16
17        * malloctest/init.c: Add test case for heap resize block when the
18        resize creates a free block large enough to free.
19
202009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * cpuuse/Makefile.am, malloctest/Makefile.am,
23        monitor/Makefile.am, monitor02/Makefile.am,
24        putenvtest/Makefile.am, rtems++/Makefile.am,
25        rtmonuse/Makefile.am, stackchk/Makefile.am,
26        termios/Makefile.am, tztest/Makefile.am:
27        Eliminate _exe_/.exe.
28
292009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * stackchk/stackchk.scn: Correct screen to match output.
32
332008-12-15      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * malloctest/init.c: Change sizes of heap/region and allocated objects
36        in heap to intptr_t so they can be larger than a single allocatable
37        object (e.g. size_t).
38
392008-10-14      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * malloctest/init.c: Do not generate alignment factors larger that will
42        not fit in a native integer.
43
442008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * stackchk/system.h: Rename STACK_CHECKER_ON to more appropriate
47        CONFIGURE_STACK_CHECKER_ENABLED.
48
492008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * malloctest/init.c: Convert to "bool".
52
532008-06-17      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * rtems++/System.h: Account for extra task stacks properly.
56
572008-02-27      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * malloctest/init.c: Fix return status check.
60
612008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c,
64        putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c:
65        Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all
66        POSIX tests. Add a clock_settime case for < 1988.
67
682008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * malloctest/init.c: Add more test cases to cover heap better.
71
722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * malloctest/init.c: Add new test cases per Sergei. Make some of the
75        stranger cases operate directly on a freshly initialized heap. This
76        should make them more reproducible.
77
782008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * malloctest/init.c: Add more tests per suggestions from Sergei
81        Organov.
82
832008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * malloctest/init.c: Add include to remove warning.
86
872008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
88
89        * malloctest/init.c: Remove debug print.
90
912008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
92
93        * monitor02/.cvsignore: New file.
94
952008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
96
97        * Makefile.am, configure.ac: Added automatic test for monitor shell
98        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
99        monitor02/system.h: New files.
100
1012007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * malloctest/init.c: Add test cases suggested by Sergei Organov
104        <s.organov@javad.com>.
105
1062007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
109
1102007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
113        exericise another path in the period statistics code.
114
1152007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * malloctest/init.c: Add some primitive testing of realloc() which also
118        does some positive path testing on the SuperCore heap.
119
1202007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
121
122        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
123        cases for untested routines.
124
1252007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
126
127        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
128        the CPU Usage Report include it. If it is deleted, the CPU time it
129        had consumed is not listed later in the report.
130
1312007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * tztest/init.c: Build when using buffered test IO.
134
1352007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
138        macro instead of fflush() directly.
139
1402007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
141
142        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
143        Statistics and Period Usage into Rate Monotonic Manager. Added the
144        following directives: rtems_rate_monotonic_get_statistics,
145        rtems_rate_monotonic_reset_statistics,
146        rtems_rate_monotonic_reset_all_statistics,
147        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
148        Obsoleted the rtems/rtmonuse.h file as a public interface.
149
1502007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
153        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
154        optional managers to Makefiles. Clean up test cases so last output
155        line follows END OF pattern. Make sure test case all run. All tests
156        appeared ok on sis.
157
1582007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
159
160        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
161
1622007-03-13      Joel Sherrill <joel@OARcorp.com>
163
164        * tztest/init.c: Call tzset() even though it may be called for us
165        implicitly along the way.
166
1672007-03-13      Joel Sherrill <joel@OARcorp.com>
168
169        * tztest/.cvsignore: New file.
170
1712007-03-13      Joel Sherrill <joel@OARcorp.com>
172
173        * Makefile.am, configure.ac: Added timezone test.
174        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
175        tztest/tztest.scn: New files.
176
1772007-03-05      Joel Sherrill <joel@OARcorp.com>
178
179        * malloctest/init.c: Be explicit about need for default and floating
180        point attributes. This is just a style change.
181
1822007-02-06      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
185        issues in message queue tests.
186
1872006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * configure.ac: New BUG-REPORT address.
190
1912006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * configure.ac: Require autoconf-2.60. Require automake-1.10.
194
1952006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
198        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
199        docdir. Use rtems_testsdir instead.
200
2012006-02-08      Joel Sherrill <joel@OARcorp.com>
202
203        * rtems++/Task1.cc: Fix warnings.
204
2052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * configure.ac: Remove RTEMS_ENABLE_BARE,
208        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
209
2102005-11-13      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:
215        Convert to using *_PROGRAMS.
216
2172005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * cpuuse/Makefile.am, malloctest/Makefile.am,
220        monitor/Makefile.am, putenvtest/Makefile.am,
221        rtems++/Makefile.am, rtmonuse/Makefile.am,
222        stackchk/Makefile.am, termios/Makefile.am: Rework.
223
2242005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
225
226        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
227        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
228        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
229        * libtests.am: Remove.
230
2312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
234        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
235        stackchk/Makefile.am, termios/Makefile.am:
236        AM_CPPFLAGS += -I..../support/include.
237
2382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
239
240        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
241        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
242
2432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
244
245        * libtests.am: Remove LIB_VARIANT.
246
2472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
250        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
251        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
252
2532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
254
255        * Makefile.am: Cleanup.
256
2572005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
258
259        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
260        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
261        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
262        stackchk/Makefile.am, termios/Makefile.am:
263        Partial conversion to automake.
264
2652005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * rtems++/Makefile.am: Remove LIB_VARIANT.
268
2692004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
270
271        * configure.ac: Remove -ansi to prevent folks from further damaging
272        the code with broken prototypes.
273        * putenvtest/init.c: Remove broken putenv prototype.
274        * termios/init.c (print_c_cc): Don't loop over NCCS.
275
2762004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * configure.ac: Require automake > 1.9.
279
2802004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
281
282        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
283        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
284        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
285        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
286        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
287        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
288        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
289        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
290
2912004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
292
293        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
294        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
295        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
296        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
297        using c99 fixed size types.
298
2992004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Add 2nd arg to RTEMS_TOP.
302
3032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
306        Add PRE/TMPINSTALL_FILES to CLEANFILES.
307        * malloctest/Makefile.am: Ditto.
308        * monitor/Makefile.am: Ditto.
309        * putenvtest/Makefile.am: Ditto.
310        * rtems++/Makefile.am: Ditto.
311        * rtmonuse/Makefile.am: Ditto.
312        * stackchk/Makefile.am: Ditto.
313        * termios/Makefile.am: Ditto.
314
3152003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * libtests.am: Add dirstamp support.
318
3192003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
322
3232003-12-16      Joel Sherrill <joel@OARcorp.com>
324
325        PR 544/tests
326        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
327        tests account for resources and not print at inappropriate times.
328
3292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
332
3332003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
336        * malloctest/Makefile.am: Remove all-local: $(ARCH).
337        * monitor/Makefile.am: Remove all-local: $(ARCH).
338        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
339        * rtems++/Makefile.am: Remove all-local: $(ARCH).
340        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
341        * stackchk/Makefile.am: Remove all-local: $(ARCH).
342        * termios/Makefile.am: Remove all-local: $(ARCH).
343
3442003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Reflect having moved to testsuites/.
347
3482003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Remove RTEMS_CANONICAL_HOST.
351
3522003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac:Remove RTEMS_CHECK_CPU.
355
3562003-09-04      Joel Sherrill <joel@OARcorp.com>
357
358        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
359        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
360        malloctest/system.h, malloctest/task1.c, monitor/init.c,
361        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
362        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
363        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
364        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
365        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
366        stackchk/task1.c: URL for license changed.
367
3682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Reflect having moved aclocal/.
371
3722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Reflect having moved automake/.
375        * cpuuse/Makefile.am: Reflect having moved automake/.
376        * malloctest/Makefile.am: Reflect having moved automake/.
377        * monitor/Makefile.am: Reflect having moved automake/.
378        * putenvtest/Makefile.am: Reflect having moved automake/.
379        * rtems++/Makefile.am: Reflect having moved automake/.
380        * rtmonuse/Makefile.am: Reflect having moved automake/.
381        * stackchk/Makefile.am: Reflect having moved automake/.
382        * termios/Makefile.am: Reflect having moved automake/.
383
3842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
387
3882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: Remove AC_CONFIG_AUX_DIR.
391
3922003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Unconditionally check for CXX.
395        Require autoconf-2.57, automake-1.7.2.
396        * rtems++: Eliminate CC_O_FILES.
397
3982002-12-02      Joel Sherrill <joel@OARcorp.com>
399
400        * malloctest/init.c: Tasks should be floating point.
401
4022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Reformat.
405        Add autom4te*cache.
406        Remove autom4te.cache.
407
4082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
411        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
412        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
413        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
414        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
415        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
416        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
417        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
418
4192002-08-01      Joel Sherrill <joel@OARcorp.com>
420
421        * Per PR47 add support for buffered test output.  This involved
422        adding defines to redirect output to a buffer and dump it when
423        full, at "test pause", and at exit.  To avoid problems when redefining
424        exit(), all tests were modified to call rtems_test_exit().
425        Some tests, notable psxtests, had to be modified to include
426        the standard test macro .h file (pmacros.h or tmacros.h) to
427        enable this support.
428        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
429        rtmonuse/task1.c, termios/init.c: Modified.
430
4312002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * configure.ac: Remove ENABLE_GCC28.
434
4352002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac:
438        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
439        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
440        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
441        * Makefile.am: Remove AUTOMAKE_OPTIONS.
442        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
443        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
444        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
445        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
446        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
449
4502001-11-01      Joel Sherrill <joel@OARcorp.com>
451
452        * rtems++/Makefile.am: Make sure debug variant of librtems++
453        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
454        and processed as PR78.
455
4562001-10-25      Joel Sherrill <joel@OARcorp.com>
457
458        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
459
4602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
463        * configure.in: Remove.
464        * configure.ac: New file, generated from configure.in by autoupdate.
465
4662001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
469        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
470
4712001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
474        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
475        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
476        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
477        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
478        make-cxx-exe.
479        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
480        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
481        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
482
4832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
484
485        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
486
4872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
490
4912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
494
4952000-11-01      Joel Sherrill <joel@OARcorp.com>
496
497        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
498        libcsupport.h moved from libc to lib/include/rtems and now must
499        be referenced as <rtems/XXX.h>. 
500
5012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
504        Switch to GNU canonicalization.
505        * libtests.am: Remove DEFS.
506
5072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
510        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
511        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
512
5132000-08-10      Joel Sherrill <joel@OARcorp.com>
514
515        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.