source: rtems/testsuites/ChangeLog @ 22fa9d61

4.104.115
Last change on this file since 22fa9d61 was fd9d071, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/08 at 03:58:12

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

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