source: rtems/testsuites/ChangeLog @ 52410c2

4.104.115
Last change on this file since 52410c2 was f8f2e41, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/22/08 at 14:14:09

2008-09-22 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/version.m4: Bump RTEMS_API to 4.10. Bump _RTEMS_VERSION to 4.9.99.0.
  • Property mode set to 100644
File size: 19.2 KB
Line 
12008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/version.m4: Bump RTEMS_API to 4.10.
4        Bump _RTEMS_VERSION to 4.9.99.0.
5
62008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * support/src/test_support.c: Convert to "bool".
9
102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * support/src/tmtests_empty_function.c: New file.
13
142008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
17        AC_PREREQ(2.62).
18
192008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
22
232008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
24
25        * support/include/test_support.h, support/src/test_support.c: New files.
26
272008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
30        tmacros.h available to all POSIX tests. Add a clock_settime case for
31        < 1988.
32
332008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * support/include/tmacros.h: Fix put_name to handle unprintable names.
36
372008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * support/include/tmacros.h: Add new rtems_test_assert() which exits
40        rather than calling fatal error.
41
422007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * support/include/tmacros.h: Add new helper for POSIX tests.
45
462007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * aclocal/version.m4: Bump RTEMS_API to 4.9.
49        Bump RTEMS_VERSION to 4.8.99.0.
50
512007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
52
53        * support/include/buffer_test_io.h: Add support for using printk for
54        output in tests. This should be followed up by disabling the console
55        driver and other support when the tests are using printk.
56
572007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
60        rtems/score/cpuopts.h.
61
622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * configure.ac: New BUG-REPORT address.
65
662006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * aclocal/rtems-top.m4: Remove RTEMS_API.
69        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
70
712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
74
752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * aclocal/version.m4: Bump version to 4.7.99.0.
78
792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * configure.ac: Require autoconf-2.60. Require automake-1.10.
82
832006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
84
85        * samples/fileio/system.h:
86        (PR1118) make use of the new confdefs.h mechanisms
87        for the IDE/ATA interface
88       
892006-04-18  Joel Sherrill <joel@OARcorp.com>
90
91        * aclocal/version.m4: Updated to rtems-4.6.99.3.
92
932006-02-01      Joel Sherrill <joel@OARcorp.com>
94
95        PR 855/tests
96        * support/include/tmacros.h: Fix typo.
97
982005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * aclocal/enable-bare.m4: Remove (Unused).
101        * aclocal/env-rtemsbsp.m4, configure.ac:
102        Remove RTEMS_ENABLE_BARE,
103        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
104
1052005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * automake/compile.am: Remove .coff. Remove .obj.
108
1092005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * automake/local.am: Remove depend.
112        * automake/host.am: Remove depend.
113        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
114        * automake/local.am: Remove preinstall-am.
115        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
116        Set rtems_testsdir to $libdir/rtems-4.7/tests.
117        * configure.ac: Remove AMPOLISH3 (Unused).
118        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
119        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
120        Remove ARCH. Remove LINK_LIBS.
121        Extend clean-local to catch most temporary files make-exe is
122        creating.
123        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
124        Remove project_includedir.
125        Add rtems_testsdir.
126        * aclocal/rtems-top.m4: Remove dirstamp.
127
1282005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * Makefile.am: Remove preinstall.am
131        * preinstall.am: Remove.
132        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
133
1342005-11-10      Joel Sherrill <joel@OARcorp.com>
135
136        * support/.cvsignore: New file.
137
1382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * Makefile.am: Don't preinstall support/include headers.
141        * configure.ac: Fix config-variables of conditionally built subdirs.
142
1432005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
146        aclocal/check-networking.m4, aclocal/check-posix.m4,
147        aclocal/check-tests.m4, aclocal/enable-itron.m4,
148        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
149        aclocal/enable-posix.m4: Remove (Unused).
150
1512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
154        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
155        GCCSPECS.
156        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
157        up temporary CPPFLAGS to compile check cpuopts.h.
158        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
159        --enable-project-root. Remove --with-project-root.
160        Fix --enable-rtems-root.
161        * automake/compile.am, aclocal/env-rtemsbsp.m4:
162        Assume PROJECT_ROOT to contain RTEMS_BSP.
163
1642005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
167        * Makefile.am: Merge-in support/Makefile.am
168        * aclocal/check-cpuopts.m4: Add config.cache support.
169        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
170        OBJS from LINK_FILES.
171        * configure.ac: Add AMPOLISH3. Remove support/.
172
1732005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
176        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
177        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
178        Remove RTEMS_GCC_SPECS.
179        * aclocal/check-multiprocessing.m4: Don't require
180        RTEMS_ENABLE_MULTILIB.
181        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
182        GCCSPECS.
183        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
184        RTEMS_CXXFLAGS.
185        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
186        RTEMS_CFLAGS.
187        * aclocal/check-cpuopts.m4: New.
188        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
189        manually set up GCCSPEC (Now setup from inside configure). Remove
190        RTEMS_RELLDFLAGS (Used).
191        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
192        aclocal/multilib.m4: Remove (Unused).
193        * automake/compile.am: Remove CCAS support.
194
1952005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * automake/compile.am: Remove depend.
198        * automake/compile.am: Take contents of amcompile.am.
199        * aclocal/check-posix.m4: Sync with cpukit.
200        * automake/local.am: Remove depend-am.
201        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
202        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
203        Remove.
204        * automake/subdirs.am: Remove depend-recursive.
205        * configure.ac: Sync POSIX and ITRON magic with cpukit.
206        * automake/amcompile.am: New.
207
2082005-09-02      Joel Sherrill <joel@OARcorp.com>
209
210        * aclocal/version.m4: Updated to rtems-4.6.99.2.
211
2122004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
213
214        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
215        is defined.
216        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
217        itron for unix.
218
2192004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
222        * configure.ac, support/configure.ac: Require automake > 1.9.
223
2242004-07-28      Joel Sherrill <joel@OARcorp.com>
225
226        * aclocal/version.m4: Updated to rtems-4.6.99.1.
227
2282004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
231
2322004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
233
234        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
235
2362004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * aclocal/rtems-top.m4: Add rtems_rootdir.
239        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
240        $rtems_rootdir.
241        * support/include/tmacros.h: Convert to using c99 fixed size types.
242        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
243        RTEMS_TOP.
244        * aclocal/check-custom-bsp.m4: Fix minor typo.
245        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
246        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
247        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
248        aclocal/enable-tests.m4, aclocal/multilib.m4,
249        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
250        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
251        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
252        Add --enable-rtems-root. Rework RTEMS_ROOT.
253
2542004-03-03      Joel Sherrill <joel@OARcorp.com>
255
256        * support/include/buffer_test_io.h: Correct typo.
257
2582004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/rtems-top.m4: Rework.
261        * aclocal/project-root.m4: Remove obsolete comments.
262        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
263        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
264        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
265
2662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove subdir tools.
269        * aclocal/target.m4: Remove (Unused).
270
2712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * aclocal/version.m4: 4.6.99.0.
274
2752004-02-03      Joel Sherrill <joel@OARcorp.com>
276
277        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
278        compiler mode.
279
2802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * support/Makefile.am: Add PREINSTALL_DIRS.
283
2842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
287        PRE/TMPINSTALL_FILES to CLEANFILES.
288
2892004-01-07      Joel Sherrill <joel@OARcorp.com>
290
291        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
292        port more completely covers the MIPS family.
293
2942004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
295
296        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
297        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
298        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
299        Cleanup comments.
300        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
301        Remove build-variants. Hard-code ARCH=o-optimize.
302        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
303        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
304        conditional.
305        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
306        CFLAGS_DEBUG_V.
307        * aclocal/rtems-flags.m4: Remove (Unused).
308        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
309        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
310        (Implicitly handled by automake).
311        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
312        RTEMS_CFLAGS.
313
3142003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
317
3182003-12-17      Joel Sherrill <joel@OARcorp.com>
319
320        * aclocal/version.m4: Updated to rtems-20031217-test.
321
3222003-12-16      Joel Sherrill <joel@OARcorp.com>
323
324        PR 544/tests
325        * support/include/buffer_test_io.h: Various modifications to make
326        tests account for resources and not print at inappropriate times.
327
3282003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
331        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
332
3332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
336        * automake/compila.am: Remove ARCH.
337        * configure.ac, support/configure.ac: Require automake >= 1.8,
338        autoconf >= 2.59.
339        * support/Makefile.am: Use mkdir_p. Remove dirs from
340        PRE/TMPINSTALL_FILES. Use include_HEADERS.
341        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
342
3432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
346        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
347        AC_SUBST(dirstamp).
348        * aclocal/lead-dot.m4: New (from automake-1.7f).
349
3502003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
353        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
354        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
355        aclocal/check-networking.m4, aclocal/check-posix.m4,
356        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
357        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
358        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
359        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
360        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
361        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
362        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
363        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
364        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
365        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
366        underquoting to silence automake-1.8.
367
3682003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac, support/configure.ac: Reflect having moved to
371        testsuites/.
372
3732003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
376        RTEMS Version message.
377
3782003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * aclocal/canonical-host.m4: Remove.
381        * configure.ac: Remove RTEMS_CANONICAL_HOST.
382        * aclocal/canonical-target-name.m4: Merge-in
383        aclocal/canonical-host.m4.
384
3852003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
388        * aclocal/bsp_alias.m4: Remove.
389
3902003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
393        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
394        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
395        instead of RTEMS_CHECK_CPU.
396        * aclocal/check-cpu.m4: Remove.
397        * configure.ac: Remove RTEMS_CHECK_CPU.
398
3992003-09-04      Joel Sherrill <joel@OARcorp.com>
400
401        * support/include/tmacros.h: URL for license changed.
402
4032003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/rtems-top.m4: Add RTEMS_API.
406        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
407
4082003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
411        * aclocal/enable-tests.m4: Change to support
412        --enable-tests=no|yes|samples, default is samples.
413        * configure.ac: Reflect changes above.
414
4152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
418
4192003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * automake/local.am, automake/host.am: Remove "debug".
422        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
423        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
424        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
425        aclocal/check-cxx.m4, aclocal/check-itron.m4,
426        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
427        aclocal/check-posix.m4, aclocal/check-tool.m4,
428        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
429        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
430        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
431        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
432        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
433        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
434        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
435        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
436        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
437        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
438        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
439        (Copied from ../../../aclocal).
440
4412003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
444        * automake/compile.am, automake/host.am, automake/leaf.am
445        automake/local.am, automake/subdirs.am: New (copied from
446        ../../../automake).
447
4482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
451        bug report email address.
452
4532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
456
4572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
460        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
461
4622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
465        Remove autom4te.cache.
466
4672002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * support/configure.ac: Reflect changes above.  Take out unnecessary
470        autoconf macros.
471        * support/include/Makefile.am: Remove.
472        * support/Makefile.am: Merge in former include/Makefile.am.
473
4742002-08-01      Joel Sherrill <joel@OARcorp.com>
475
476        * Per PR47 add support for buffered test output.  This involved
477        adding defines to redirect output to a buffer and dump it when full,
478        at "test pause", and at exit.  To avoid problems when redefining
479        exit(), all tests were modified to call rtems_test_exit(). Some
480        tests, notable psxtests, had to be modified to include  the standard
481        test macro .h file (pmacros.h or tmacros.h) to enable this support.
482        * support/include/buffer_test_io.h: New file.
483
4842002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Remove ENABLE_GCC28.
487
4882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
491        Remove AUTOMAKE_OPTIONS.
492        * configure.ac, support/configure.ac:
493        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
494        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
495
4962001-11-07      Joel Sherrill <joel@OARcorp.com>
497
498        Tracked as PR72 but related to the object id problem (PR36)
499        reported by Todor.Todorov@barco.com.
500        but discovered independently.
501        * support/include/tmacros.h: Added
502        fatal_directive_check_status_only().
503
5042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
507        2.52.
508        * configure.ac, support/configure.ac: New file, generated from
509        configure.in by autoupdate.
510        * configure.in, support/configure.in: Remove.
511
5122001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
515        handling.
516
5172001-08-16      Joel Sherrill <joel@OARcorp.com>
518
519        * support/include/tmacros.h: Attempt to print errno as further
520        information.
521
5222001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
525        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
526
5272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
528
529        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
530
5312001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
534        * support/Makefile.am: Remove stubdr, wrapup.
535        * support/stubdr/Makefile.am, support/stubdr/open.c,
536        support/stubdr/close.c, support/stubdr/init.c,
537        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
538        support/stubdr/.cvsignore, support/stubdr/read.c,
539        support/stubdr/write.c, support/wrapup/Makefile.am,
540        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
541
5422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
545        in ACLOCAL_AMFLAGS.
546
5472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
548
549        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
550        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
551        $(RTEMS_TOPdir)/aclocal.
552
5532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
556        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
557
5582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
561        compile.am
562
5632000-08-10      Joel Sherrill <joel@OARcorp.com>
564
565        * ChangeLog, support/ChangeLog: New file.
566
Note: See TracBrowser for help on using the repository browser.