source: rtems/testsuites/ChangeLog @ 2e28876

4.104.114.84.95
Last change on this file since 2e28876 was 2e28876, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 15:49:31

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/version.m4: Bump version to 4.7.99.0.
  • Property mode set to 100644
File size: 17.1 KB
RevLine 
[2e28876]12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/version.m4: Bump version to 4.7.99.0.
4
[ba2c04f]52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
[8eb78a20]92006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
10
11        * samples/fileio/system.h:
12        (PR1118) make use of the new confdefs.h mechanisms
13        for the IDE/ATA interface
14       
[c5a67176]152006-04-18  Joel Sherrill <joel@OARcorp.com>
16
[84c86f2]17        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]18
[104c492]192006-02-01      Joel Sherrill <joel@OARcorp.com>
20
21        PR 855/tests
22        * support/include/tmacros.h: Fix typo.
23
[1fd1595]242005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
25
[bcf2752c]26        * aclocal/enable-bare.m4: Remove (Unused).
[e6c977e3]27        * aclocal/env-rtemsbsp.m4, configure.ac:
28        Remove RTEMS_ENABLE_BARE,
[1fd1595]29        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
30
[ee844b4]312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
32
[8cd556a]33        * automake/compile.am: Remove .coff. Remove .obj.
[ee844b4]34
[d6a83a46]352005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
36
[780d010]37        * automake/local.am: Remove depend.
38        * automake/host.am: Remove depend.
[cbbf31a]39        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
40        * automake/local.am: Remove preinstall-am.
[8cf8799d]41        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
42        Set rtems_testsdir to $libdir/rtems-4.7/tests.
[ae097c0]43        * configure.ac: Remove AMPOLISH3 (Unused).
[5036495]44        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
[e3f801eb]45        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
46        Remove ARCH. Remove LINK_LIBS.
47        Extend clean-local to catch most temporary files make-exe is
48        creating.
[955ea2c]49        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
50        Remove project_includedir.
51        Add rtems_testsdir.
[d6a83a46]52        * aclocal/rtems-top.m4: Remove dirstamp.
53
[8601baed]542005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
55
[f7abc85]56        * Makefile.am: Remove preinstall.am
57        * preinstall.am: Remove.
[8601baed]58        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
59
[f343bba5]602005-11-10      Joel Sherrill <joel@OARcorp.com>
61
62        * support/.cvsignore: New file.
63
[fbe6a00]642005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
65
[5ddf9698]66        * Makefile.am: Don't preinstall support/include headers.
[fbe6a00]67        * configure.ac: Fix config-variables of conditionally built subdirs.
68
[a3ae8a98]692005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
70
71        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
72        aclocal/check-networking.m4, aclocal/check-posix.m4,
73        aclocal/check-tests.m4, aclocal/enable-itron.m4,
74        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
75        aclocal/enable-posix.m4: Remove (Unused).
76
[c5ff2470]772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
78
[44502ae]79        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[f28d5a46]80        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
81        GCCSPECS.
[6056475]82        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
83        up temporary CPPFLAGS to compile check cpuopts.h.
[b74d63c]84        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
85        --enable-project-root. Remove --with-project-root.
86        Fix --enable-rtems-root.
[c5ff2470]87        * automake/compile.am, aclocal/env-rtemsbsp.m4:
88        Assume PROJECT_ROOT to contain RTEMS_BSP.
89
[146bfee4]902005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
91
[7cbc7cc]92        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
[146bfee4]93        * Makefile.am: Merge-in support/Makefile.am
[eacd7f8c]94        * aclocal/check-cpuopts.m4: Add config.cache support.
[7cbc7cc]95        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
96        OBJS from LINK_FILES.
97        * configure.ac: Add AMPOLISH3. Remove support/.
[eacd7f8c]98
[07aef0b]992005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
100
[7cbc7cc]101        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
[07aef0b]102        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
[7cbc7cc]103        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
104        Remove RTEMS_GCC_SPECS.
[5dbe362]105        * aclocal/check-multiprocessing.m4: Don't require
106        RTEMS_ENABLE_MULTILIB.
[7cbc7cc]107        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
108        GCCSPECS.
109        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
110        RTEMS_CXXFLAGS.
111        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
112        RTEMS_CFLAGS.
113        * aclocal/check-cpuopts.m4: New.
114        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
115        manually set up GCCSPEC (Now setup from inside configure). Remove
116        RTEMS_RELLDFLAGS (Used).
117        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
118        aclocal/multilib.m4: Remove (Unused).
119        * automake/compile.am: Remove CCAS support.
[2127da14]120
[f6d9b6f]1212005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
122
[1306582]123        * automake/compile.am: Remove depend.
[7cbc7cc]124        * automake/compile.am: Take contents of amcompile.am.
125        * aclocal/check-posix.m4: Sync with cpukit.
[1306582]126        * automake/local.am: Remove depend-am.
[7cbc7cc]127        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
128        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
129        Remove.
[c65f30c3]130        * automake/subdirs.am: Remove depend-recursive.
[7cbc7cc]131        * configure.ac: Sync POSIX and ITRON magic with cpukit.
[91c0a83]132        * automake/amcompile.am: New.
[e698e68]133
[7cbc7cc]1342005-09-02      Joel Sherrill <joel@OARcorp.com>
[1a8f056c]135
[086c1c3]136        * aclocal/version.m4: Updated to rtems-4.6.99.2.
[1a8f056c]137
[713791a1]1382004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
139
[7cbc7cc]140        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
141        is defined.
142        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
143        itron for unix.
[97891e5e]144
[7cbc7cc]1452004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[7129fae]146
147        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
[7cbc7cc]148        * configure.ac, support/configure.ac: Require automake > 1.9.
[7129fae]149
[7cbc7cc]1502004-07-28      Joel Sherrill <joel@OARcorp.com>
[90a33a8]151
[7cbc7cc]152        * aclocal/version.m4: Updated to rtems-4.6.99.1.
[90a33a8]153
[7cbc7cc]1542004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
[0d0528d3]155
156        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
157
[7cbc7cc]1582004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
[c50e978]159
160        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
161
[d04abc83]1622004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * aclocal/rtems-top.m4: Add rtems_rootdir.
[7cbc7cc]165        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
166        $rtems_rootdir.
167        * support/include/tmacros.h: Convert to using c99 fixed size types.
168        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
169        RTEMS_TOP.
170        * aclocal/check-custom-bsp.m4: Fix minor typo.
[e84c2a46]171        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
172        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
173        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
174        aclocal/enable-tests.m4, aclocal/multilib.m4,
175        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
[7cbc7cc]176        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
177        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
178        Add --enable-rtems-root. Rework RTEMS_ROOT.
[e84c2a46]179
[7cbc7cc]1802004-03-03      Joel Sherrill <joel@OARcorp.com>
[7c48a2e8]181
[7cbc7cc]182        * support/include/buffer_test_io.h: Correct typo.
[7c48a2e8]183
[17ad82c]1842004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
[7cbc7cc]186        * aclocal/rtems-top.m4: Rework.
[17ad82c]187        * aclocal/project-root.m4: Remove obsolete comments.
188        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
[7cbc7cc]189        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
190        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
[17ad82c]191
[7974c4b]1922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Remove subdir tools.
[20b80be]195        * aclocal/target.m4: Remove (Unused).
196
[31ffd58]1972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * aclocal/version.m4: 4.6.99.0.
200
[7cbc7cc]2012004-02-03      Joel Sherrill <joel@OARcorp.com>
202
203        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
204        compiler mode.
205
2062004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * support/Makefile.am: Add PREINSTALL_DIRS.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
213        PRE/TMPINSTALL_FILES to CLEANFILES.
214
[6416628]2152004-01-07      Joel Sherrill <joel@OARcorp.com>
216
[7cbc7cc]217        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
218        port more completely covers the MIPS family.
[6416628]219
[7cbc7cc]2202004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
[44652f8]221
[7cbc7cc]222        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
223        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
224        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
225        Cleanup comments.
226        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
227        Remove build-variants. Hard-code ARCH=o-optimize.
228        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
229        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
230        conditional.
231        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
232        CFLAGS_DEBUG_V.
233        * aclocal/rtems-flags.m4: Remove (Unused).
234        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
235        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
236        (Implicitly handled by automake).
237        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
238        RTEMS_CFLAGS.
[44652f8]239
[4470b40a]2402003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
243
[7cbc7cc]2442003-12-17      Joel Sherrill <joel@OARcorp.com>
[d7e0507]245
[7cbc7cc]246        * aclocal/version.m4: Updated to rtems-20031217-test.
[d7e0507]247
[7cbc7cc]2482003-12-16      Joel Sherrill <joel@OARcorp.com>
[55f441e3]249
[7cbc7cc]250        PR 544/tests
251        * support/include/buffer_test_io.h: Various modifications to make
252        tests account for resources and not print at inappropriate times.
[55f441e3]253
[7cbc7cc]2542003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[3d02fadb]255
[7cbc7cc]256        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
257        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[3d02fadb]258
[810720b6]2592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
[7cbc7cc]261        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
262        * automake/compila.am: Remove ARCH.
263        * configure.ac, support/configure.ac: Require automake >= 1.8,
264        autoconf >= 2.59.
265        * support/Makefile.am: Use mkdir_p. Remove dirs from
266        PRE/TMPINSTALL_FILES. Use include_HEADERS.
267        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
[810720b6]268
[c17ed71]2692003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[7cbc7cc]272        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
273        AC_SUBST(dirstamp).
[c17ed71]274        * aclocal/lead-dot.m4: New (from automake-1.7f).
275
[0e8262cf]2762003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
279        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
280        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
281        aclocal/check-networking.m4, aclocal/check-posix.m4,
282        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
283        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
284        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
285        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
286        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
287        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
[7cbc7cc]288        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
289        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
[0e8262cf]290        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
[7cbc7cc]291        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
292        underquoting to silence automake-1.8.
[0e8262cf]293
[5f52d1f]2942003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
[7cbc7cc]296        * configure.ac, support/configure.ac: Reflect having moved to
297        testsuites/.
[5f52d1f]298
[c3643e7]2992003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
[7cbc7cc]301        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
302        RTEMS Version message.
[c3643e7]303
[5f7d7640]3042003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/canonical-host.m4: Remove.
[6a8a114]307        * configure.ac: Remove RTEMS_CANONICAL_HOST.
[7cbc7cc]308        * aclocal/canonical-target-name.m4: Merge-in
309        aclocal/canonical-host.m4.
[6a8a114]310
[6c3e328]3112003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
314        * aclocal/bsp_alias.m4: Remove.
315
[98e88aa3]3162003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
319        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
[7cbc7cc]320        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
321        instead of RTEMS_CHECK_CPU.
322        * aclocal/check-cpu.m4: Remove.
323        * configure.ac: Remove RTEMS_CHECK_CPU.
324
3252003-09-04      Joel Sherrill <joel@OARcorp.com>
326
327        * support/include/tmacros.h: URL for license changed.
[98e88aa3]328
[ac3786b]3292003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * aclocal/rtems-top.m4: Add RTEMS_API.
332        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
333
[e41e3fe7]3342003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
[a5e62aba]336        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
[e41e3fe7]337        * aclocal/enable-tests.m4: Change to support
338        --enable-tests=no|yes|samples, default is samples.
339        * configure.ac: Reflect changes above.
340
[7862f888]3412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
[7cbc7cc]343        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
[3c69a774]344
[94e18016]3452003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * automake/local.am, automake/host.am: Remove "debug".
[7cbc7cc]348        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
349        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
350        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
351        aclocal/check-cxx.m4, aclocal/check-itron.m4,
352        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
353        aclocal/check-posix.m4, aclocal/check-tool.m4,
354        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
355        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
356        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
357        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
358        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
359        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
360        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
361        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
362        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
363        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
364        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
365        (Copied from ../../../aclocal).
[94e18016]366
[e3e310f7]3672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
[7cbc7cc]369        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
[4cd2df9]370        * automake/compile.am, automake/host.am, automake/leaf.am
371        automake/local.am, automake/subdirs.am: New (copied from
372        ../../../automake).
373
[7dcc3fe]3742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
[7cbc7cc]376        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
377        bug report email address.
[7dcc3fe]378
[3c55718]3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
[7cbc7cc]381        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]382
[ccd81b60]3832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
[7cbc7cc]385        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
386        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
[9b5c258]387
[8730f45]3882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
[7cbc7cc]390        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
[8730f45]391        Remove autom4te.cache.
392
[7cbc7cc]3932002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * support/configure.ac: Reflect changes above.  Take out unnecessary
396        autoconf macros.
397        * support/include/Makefile.am: Remove.
398        * support/Makefile.am: Merge in former include/Makefile.am.
399
4002002-08-01      Joel Sherrill <joel@OARcorp.com>
401
402        * Per PR47 add support for buffered test output.  This involved
403        adding defines to redirect output to a buffer and dump it when full,
404        at "test pause", and at exit.  To avoid problems when redefining
405        exit(), all tests were modified to call rtems_test_exit(). Some
406        tests, notable psxtests, had to be modified to include  the standard
407        test macro .h file (pmacros.h or tmacros.h) to enable this support.
408        * support/include/buffer_test_io.h: New file.
409
[cb9b2bfc]4102002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * configure.ac: Remove ENABLE_GCC28.
413
[7273b6e]4142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
[7cbc7cc]416        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
417        Remove AUTOMAKE_OPTIONS.
418        * configure.ac, support/configure.ac:
[7273b6e]419        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
420        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[7cbc7cc]421
4222001-11-07      Joel Sherrill <joel@OARcorp.com>
423
424        Tracked as PR72 but related to the object id problem (PR36)
425        reported by Todor.Todorov@barco.com.
426        but discovered independently.
427        * support/include/tmacros.h: Added
428        fatal_directive_check_status_only().
[7273b6e]429
[df25c998]4302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
[7cbc7cc]432        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
433        2.52.
434        * configure.ac, support/configure.ac: New file, generated from
435        configure.in by autoupdate.
436        * configure.in, support/configure.in: Remove.
[df25c998]437
[a3ac20f]4382001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
441        handling.
442
[7cbc7cc]4432001-08-16      Joel Sherrill <joel@OARcorp.com>
444
445        * support/include/tmacros.h: Attempt to print errno as further
446        information.
447
[9c0bd65]4482001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
451        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
452
[7cbc7cc]4532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
454
455        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
456
4572001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
460        * support/Makefile.am: Remove stubdr, wrapup.
461        * support/stubdr/Makefile.am, support/stubdr/open.c,
462        support/stubdr/close.c, support/stubdr/init.c,
463        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
464        support/stubdr/.cvsignore, support/stubdr/read.c,
465        support/stubdr/write.c, support/wrapup/Makefile.am,
466        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
467
[feead226]4682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
[7cbc7cc]470        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
471        in ACLOCAL_AMFLAGS.
[feead226]472
[a314d3b4]4732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
[7cbc7cc]475        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
476        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
477        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]478
[ae1cce4e]4792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
[7cbc7cc]481        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
482        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
483
4842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
487        compile.am
[ae1cce4e]488
[e94ad1fe]4892000-08-10      Joel Sherrill <joel@OARcorp.com>
490
[7cbc7cc]491        * ChangeLog, support/ChangeLog: New file.
492
Note: See TracBrowser for help on using the repository browser.