source: rtems/testsuites/ChangeLog @ a00d2e5f

4.104.115
Last change on this file since a00d2e5f was a00d2e5f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 05:30:29

2009-10-26 Ralf Corsépius <ralf.corsepius@…>

  • support/src/test_support.c: Add missing prototypes.
  • Property mode set to 100644
File size: 21.3 KB
Line 
12009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/src/test_support.c: Add missing prototypes.
4        * support/include/tmacros.h: Include <inttypes.h>.
5        Move extern "C".
6        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
7
82009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * Makefile.am: Add support/include/test_support.h.
11
122009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * automake/compile.am: Add *.ralf to clean-local.
15
162009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
19
202009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
23
242009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * aclocal/canonical-target-name.m4:
27        Remove posix/unix simulator.
28
292009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
32        case for nanosleep of a very small delay which mathematically is less
33        than a clock tick.
34
352009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Some POSIX tests exercise functionality which is
38        enabled when the POSIX threading is disabled. So build this suite all
39        the time and let the psxtests select the specific tests to build.
40
412009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
44        and get_ticks_per_second() in favor of new
45        rtems_clock_get_ticks_per_second().
46
472009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * support/src/test_support.c: Tinker with longest valid name.
50
512009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * support/include/buffer_test_io.h: Use printk on AVR by default.
54
552009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * support/src/tmtests_empty_function.c: Fix warnings.
58
592009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
62          toolchains.
63
642008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * aclocal/canonical-target-name.m4: Remove tic4x.
67
682008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * aclocal/version.m4: Bump RTEMS_API to 4.10.
71        Bump _RTEMS_VERSION to 4.9.99.0.
72
732008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * support/src/test_support.c: Convert to "bool".
76
772008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * support/src/tmtests_empty_function.c: New file.
80
812008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
84        AC_PREREQ(2.62).
85
862008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
89
902008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
91
92        * support/include/test_support.h, support/src/test_support.c: New files.
93
942008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
97        tmacros.h available to all POSIX tests. Add a clock_settime case for
98        < 1988.
99
1002008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * support/include/tmacros.h: Fix put_name to handle unprintable names.
103
1042008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * support/include/tmacros.h: Add new rtems_test_assert() which exits
107        rather than calling fatal error.
108
1092007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
110
111        * support/include/tmacros.h: Add new helper for POSIX tests.
112
1132007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * aclocal/version.m4: Bump RTEMS_API to 4.9.
116        Bump RTEMS_VERSION to 4.8.99.0.
117
1182007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * support/include/buffer_test_io.h: Add support for using printk for
121        output in tests. This should be followed up by disabling the console
122        driver and other support when the tests are using printk.
123
1242007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
127        rtems/score/cpuopts.h.
128
1292006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * configure.ac: New BUG-REPORT address.
132
1332006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * aclocal/rtems-top.m4: Remove RTEMS_API.
136        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
137
1382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
141
1422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * aclocal/version.m4: Bump version to 4.7.99.0.
145
1462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Require autoconf-2.60. Require automake-1.10.
149
1502006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
151
152        * samples/fileio/system.h:
153        (PR1118) make use of the new confdefs.h mechanisms
154        for the IDE/ATA interface
155       
1562006-04-18  Joel Sherrill <joel@OARcorp.com>
157
158        * aclocal/version.m4: Updated to rtems-4.6.99.3.
159
1602006-02-01      Joel Sherrill <joel@OARcorp.com>
161
162        PR 855/tests
163        * support/include/tmacros.h: Fix typo.
164
1652005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * aclocal/enable-bare.m4: Remove (Unused).
168        * aclocal/env-rtemsbsp.m4, configure.ac:
169        Remove RTEMS_ENABLE_BARE,
170        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
171
1722005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * automake/compile.am: Remove .coff. Remove .obj.
175
1762005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * automake/local.am: Remove depend.
179        * automake/host.am: Remove depend.
180        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
181        * automake/local.am: Remove preinstall-am.
182        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
183        Set rtems_testsdir to $libdir/rtems-4.7/tests.
184        * configure.ac: Remove AMPOLISH3 (Unused).
185        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
186        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
187        Remove ARCH. Remove LINK_LIBS.
188        Extend clean-local to catch most temporary files make-exe is
189        creating.
190        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
191        Remove project_includedir.
192        Add rtems_testsdir.
193        * aclocal/rtems-top.m4: Remove dirstamp.
194
1952005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * Makefile.am: Remove preinstall.am
198        * preinstall.am: Remove.
199        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
200
2012005-11-10      Joel Sherrill <joel@OARcorp.com>
202
203        * support/.cvsignore: New file.
204
2052005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * Makefile.am: Don't preinstall support/include headers.
208        * configure.ac: Fix config-variables of conditionally built subdirs.
209
2102005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
213        aclocal/check-networking.m4, aclocal/check-posix.m4,
214        aclocal/check-tests.m4, aclocal/enable-itron.m4,
215        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
216        aclocal/enable-posix.m4: Remove (Unused).
217
2182005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
221        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
222        GCCSPECS.
223        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
224        up temporary CPPFLAGS to compile check cpuopts.h.
225        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
226        --enable-project-root. Remove --with-project-root.
227        Fix --enable-rtems-root.
228        * automake/compile.am, aclocal/env-rtemsbsp.m4:
229        Assume PROJECT_ROOT to contain RTEMS_BSP.
230
2312005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
234        * Makefile.am: Merge-in support/Makefile.am
235        * aclocal/check-cpuopts.m4: Add config.cache support.
236        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
237        OBJS from LINK_FILES.
238        * configure.ac: Add AMPOLISH3. Remove support/.
239
2402005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
243        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
244        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
245        Remove RTEMS_GCC_SPECS.
246        * aclocal/check-multiprocessing.m4: Don't require
247        RTEMS_ENABLE_MULTILIB.
248        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
249        GCCSPECS.
250        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
251        RTEMS_CXXFLAGS.
252        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
253        RTEMS_CFLAGS.
254        * aclocal/check-cpuopts.m4: New.
255        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
256        manually set up GCCSPEC (Now setup from inside configure). Remove
257        RTEMS_RELLDFLAGS (Used).
258        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
259        aclocal/multilib.m4: Remove (Unused).
260        * automake/compile.am: Remove CCAS support.
261
2622005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * automake/compile.am: Remove depend.
265        * automake/compile.am: Take contents of amcompile.am.
266        * aclocal/check-posix.m4: Sync with cpukit.
267        * automake/local.am: Remove depend-am.
268        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
269        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
270        Remove.
271        * automake/subdirs.am: Remove depend-recursive.
272        * configure.ac: Sync POSIX and ITRON magic with cpukit.
273        * automake/amcompile.am: New.
274
2752005-09-02      Joel Sherrill <joel@OARcorp.com>
276
277        * aclocal/version.m4: Updated to rtems-4.6.99.2.
278
2792004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
282        is defined.
283        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
284        itron for unix.
285
2862004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
287
288        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
289        * configure.ac, support/configure.ac: Require automake > 1.9.
290
2912004-07-28      Joel Sherrill <joel@OARcorp.com>
292
293        * aclocal/version.m4: Updated to rtems-4.6.99.1.
294
2952004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
296
297        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
298
2992004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
302
3032004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
304
305        * aclocal/rtems-top.m4: Add rtems_rootdir.
306        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
307        $rtems_rootdir.
308        * support/include/tmacros.h: Convert to using c99 fixed size types.
309        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
310        RTEMS_TOP.
311        * aclocal/check-custom-bsp.m4: Fix minor typo.
312        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
313        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
314        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
315        aclocal/enable-tests.m4, aclocal/multilib.m4,
316        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
317        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
318        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
319        Add --enable-rtems-root. Rework RTEMS_ROOT.
320
3212004-03-03      Joel Sherrill <joel@OARcorp.com>
322
323        * support/include/buffer_test_io.h: Correct typo.
324
3252004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
326
327        * aclocal/rtems-top.m4: Rework.
328        * aclocal/project-root.m4: Remove obsolete comments.
329        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
330        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
331        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
332
3332004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove subdir tools.
336        * aclocal/target.m4: Remove (Unused).
337
3382004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
339
340        * aclocal/version.m4: 4.6.99.0.
341
3422004-02-03      Joel Sherrill <joel@OARcorp.com>
343
344        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
345        compiler mode.
346
3472004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
348
349        * support/Makefile.am: Add PREINSTALL_DIRS.
350
3512004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
352
353        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
354        PRE/TMPINSTALL_FILES to CLEANFILES.
355
3562004-01-07      Joel Sherrill <joel@OARcorp.com>
357
358        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
359        port more completely covers the MIPS family.
360
3612004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
362
363        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
364        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
365        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
366        Cleanup comments.
367        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
368        Remove build-variants. Hard-code ARCH=o-optimize.
369        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
370        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
371        conditional.
372        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
373        CFLAGS_DEBUG_V.
374        * aclocal/rtems-flags.m4: Remove (Unused).
375        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
376        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
377        (Implicitly handled by automake).
378        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
379        RTEMS_CFLAGS.
380
3812003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
382
383        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
384
3852003-12-17      Joel Sherrill <joel@OARcorp.com>
386
387        * aclocal/version.m4: Updated to rtems-20031217-test.
388
3892003-12-16      Joel Sherrill <joel@OARcorp.com>
390
391        PR 544/tests
392        * support/include/buffer_test_io.h: Various modifications to make
393        tests account for resources and not print at inappropriate times.
394
3952003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
396
397        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
398        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
399
4002003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
403        * automake/compila.am: Remove ARCH.
404        * configure.ac, support/configure.ac: Require automake >= 1.8,
405        autoconf >= 2.59.
406        * support/Makefile.am: Use mkdir_p. Remove dirs from
407        PRE/TMPINSTALL_FILES. Use include_HEADERS.
408        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
409
4102003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
411
412        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
413        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
414        AC_SUBST(dirstamp).
415        * aclocal/lead-dot.m4: New (from automake-1.7f).
416
4172003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
420        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
421        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
422        aclocal/check-networking.m4, aclocal/check-posix.m4,
423        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
424        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
425        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
426        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
427        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
428        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
429        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
430        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
431        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
432        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
433        underquoting to silence automake-1.8.
434
4352003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac, support/configure.ac: Reflect having moved to
438        testsuites/.
439
4402003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
441
442        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
443        RTEMS Version message.
444
4452003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal/canonical-host.m4: Remove.
448        * configure.ac: Remove RTEMS_CANONICAL_HOST.
449        * aclocal/canonical-target-name.m4: Merge-in
450        aclocal/canonical-host.m4.
451
4522003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
455        * aclocal/bsp_alias.m4: Remove.
456
4572003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
458
459        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
460        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
461        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
462        instead of RTEMS_CHECK_CPU.
463        * aclocal/check-cpu.m4: Remove.
464        * configure.ac: Remove RTEMS_CHECK_CPU.
465
4662003-09-04      Joel Sherrill <joel@OARcorp.com>
467
468        * support/include/tmacros.h: URL for license changed.
469
4702003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
471
472        * aclocal/rtems-top.m4: Add RTEMS_API.
473        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
474
4752003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
476
477        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
478        * aclocal/enable-tests.m4: Change to support
479        --enable-tests=no|yes|samples, default is samples.
480        * configure.ac: Reflect changes above.
481
4822003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
483
484        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
485
4862003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
487
488        * automake/local.am, automake/host.am: Remove "debug".
489        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
490        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
491        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
492        aclocal/check-cxx.m4, aclocal/check-itron.m4,
493        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
494        aclocal/check-posix.m4, aclocal/check-tool.m4,
495        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
496        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
497        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
498        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
499        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
500        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
501        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
502        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
503        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
504        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
505        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
506        (Copied from ../../../aclocal).
507
5082003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
509
510        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
511        * automake/compile.am, automake/host.am, automake/leaf.am
512        automake/local.am, automake/subdirs.am: New (copied from
513        ../../../automake).
514
5152003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
516
517        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
518        bug report email address.
519
5202003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
521
522        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
523
5242003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
525
526        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
527        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
528
5292002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
530
531        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
532        Remove autom4te.cache.
533
5342002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
535
536        * support/configure.ac: Reflect changes above.  Take out unnecessary
537        autoconf macros.
538        * support/include/Makefile.am: Remove.
539        * support/Makefile.am: Merge in former include/Makefile.am.
540
5412002-08-01      Joel Sherrill <joel@OARcorp.com>
542
543        * Per PR47 add support for buffered test output.  This involved
544        adding defines to redirect output to a buffer and dump it when full,
545        at "test pause", and at exit.  To avoid problems when redefining
546        exit(), all tests were modified to call rtems_test_exit(). Some
547        tests, notable psxtests, had to be modified to include  the standard
548        test macro .h file (pmacros.h or tmacros.h) to enable this support.
549        * support/include/buffer_test_io.h: New file.
550
5512002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
552
553        * configure.ac: Remove ENABLE_GCC28.
554
5552002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
556
557        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
558        Remove AUTOMAKE_OPTIONS.
559        * configure.ac, support/configure.ac:
560        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
561        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
562
5632001-11-07      Joel Sherrill <joel@OARcorp.com>
564
565        Tracked as PR72 but related to the object id problem (PR36)
566        reported by Todor.Todorov@barco.com.
567        but discovered independently.
568        * support/include/tmacros.h: Added
569        fatal_directive_check_status_only().
570
5712001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
572
573        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
574        2.52.
575        * configure.ac, support/configure.ac: New file, generated from
576        configure.in by autoupdate.
577        * configure.in, support/configure.in: Remove.
578
5792001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
580
581        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
582        handling.
583
5842001-08-16      Joel Sherrill <joel@OARcorp.com>
585
586        * support/include/tmacros.h: Attempt to print errno as further
587        information.
588
5892001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
590
591        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
592        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
593
5942001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
595
596        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
597
5982001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
601        * support/Makefile.am: Remove stubdr, wrapup.
602        * support/stubdr/Makefile.am, support/stubdr/open.c,
603        support/stubdr/close.c, support/stubdr/init.c,
604        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
605        support/stubdr/.cvsignore, support/stubdr/read.c,
606        support/stubdr/write.c, support/wrapup/Makefile.am,
607        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
608
6092000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
610
611        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
612        in ACLOCAL_AMFLAGS.
613
6142000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
615
616        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
617        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
618        $(RTEMS_TOPdir)/aclocal.
619
6202000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
623        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
624
6252000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
626
627        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
628        compile.am
629
6302000-08-10      Joel Sherrill <joel@OARcorp.com>
631
632        * ChangeLog, support/ChangeLog: New file.
633
Note: See TracBrowser for help on using the repository browser.