source: rtems/testsuites/ChangeLog @ 614821e

4.104.115
Last change on this file since 614821e was 6e4787a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/14/09 at 12:12:34

2009-10-14 Ralf Corsepius <ralf.corsepius@…>

  • aclocal/canonical-target-name.m4: Remove posix/unix simulator.
  • Property mode set to 100644
File size: 20.6 KB
Line 
12009-10-14      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * aclocal/canonical-target-name.m4:
4        Remove posix/unix simulator.
5
62009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
9        case for nanosleep of a very small delay which mathematically is less
10        than a clock tick.
11
122009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * configure.ac: Some POSIX tests exercise functionality which is
15        enabled when the POSIX threading is disabled. So build this suite all
16        the time and let the psxtests select the specific tests to build.
17
182009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
21        and get_ticks_per_second() in favor of new
22        rtems_clock_get_ticks_per_second().
23
242009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * support/src/test_support.c: Tinker with longest valid name.
27
282009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * support/include/buffer_test_io.h: Use printk on AVR by default.
31
322009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * support/src/tmtests_empty_function.c: Fix warnings.
35
362009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
39          toolchains.
40
412008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/canonical-target-name.m4: Remove tic4x.
44
452008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * aclocal/version.m4: Bump RTEMS_API to 4.10.
48        Bump _RTEMS_VERSION to 4.9.99.0.
49
502008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * support/src/test_support.c: Convert to "bool".
53
542008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * support/src/tmtests_empty_function.c: New file.
57
582008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
61        AC_PREREQ(2.62).
62
632008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
66
672008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
68
69        * support/include/test_support.h, support/src/test_support.c: New files.
70
712008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
74        tmacros.h available to all POSIX tests. Add a clock_settime case for
75        < 1988.
76
772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
78
79        * support/include/tmacros.h: Fix put_name to handle unprintable names.
80
812008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * support/include/tmacros.h: Add new rtems_test_assert() which exits
84        rather than calling fatal error.
85
862007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
87
88        * support/include/tmacros.h: Add new helper for POSIX tests.
89
902007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * aclocal/version.m4: Bump RTEMS_API to 4.9.
93        Bump RTEMS_VERSION to 4.8.99.0.
94
952007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * support/include/buffer_test_io.h: Add support for using printk for
98        output in tests. This should be followed up by disabling the console
99        driver and other support when the tests are using printk.
100
1012007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
104        rtems/score/cpuopts.h.
105
1062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: New BUG-REPORT address.
109
1102006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * aclocal/rtems-top.m4: Remove RTEMS_API.
113        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
114
1152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
118
1192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * aclocal/version.m4: Bump version to 4.7.99.0.
122
1232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Require autoconf-2.60. Require automake-1.10.
126
1272006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
128
129        * samples/fileio/system.h:
130        (PR1118) make use of the new confdefs.h mechanisms
131        for the IDE/ATA interface
132       
1332006-04-18  Joel Sherrill <joel@OARcorp.com>
134
135        * aclocal/version.m4: Updated to rtems-4.6.99.3.
136
1372006-02-01      Joel Sherrill <joel@OARcorp.com>
138
139        PR 855/tests
140        * support/include/tmacros.h: Fix typo.
141
1422005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * aclocal/enable-bare.m4: Remove (Unused).
145        * aclocal/env-rtemsbsp.m4, configure.ac:
146        Remove RTEMS_ENABLE_BARE,
147        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
148
1492005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * automake/compile.am: Remove .coff. Remove .obj.
152
1532005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
154
155        * automake/local.am: Remove depend.
156        * automake/host.am: Remove depend.
157        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
158        * automake/local.am: Remove preinstall-am.
159        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
160        Set rtems_testsdir to $libdir/rtems-4.7/tests.
161        * configure.ac: Remove AMPOLISH3 (Unused).
162        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
163        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
164        Remove ARCH. Remove LINK_LIBS.
165        Extend clean-local to catch most temporary files make-exe is
166        creating.
167        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
168        Remove project_includedir.
169        Add rtems_testsdir.
170        * aclocal/rtems-top.m4: Remove dirstamp.
171
1722005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * Makefile.am: Remove preinstall.am
175        * preinstall.am: Remove.
176        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
177
1782005-11-10      Joel Sherrill <joel@OARcorp.com>
179
180        * support/.cvsignore: New file.
181
1822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Don't preinstall support/include headers.
185        * configure.ac: Fix config-variables of conditionally built subdirs.
186
1872005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
190        aclocal/check-networking.m4, aclocal/check-posix.m4,
191        aclocal/check-tests.m4, aclocal/enable-itron.m4,
192        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
193        aclocal/enable-posix.m4: Remove (Unused).
194
1952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
196
197        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
198        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
199        GCCSPECS.
200        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
201        up temporary CPPFLAGS to compile check cpuopts.h.
202        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
203        --enable-project-root. Remove --with-project-root.
204        Fix --enable-rtems-root.
205        * automake/compile.am, aclocal/env-rtemsbsp.m4:
206        Assume PROJECT_ROOT to contain RTEMS_BSP.
207
2082005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
209
210        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
211        * Makefile.am: Merge-in support/Makefile.am
212        * aclocal/check-cpuopts.m4: Add config.cache support.
213        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
214        OBJS from LINK_FILES.
215        * configure.ac: Add AMPOLISH3. Remove support/.
216
2172005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
218
219        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
220        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
221        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
222        Remove RTEMS_GCC_SPECS.
223        * aclocal/check-multiprocessing.m4: Don't require
224        RTEMS_ENABLE_MULTILIB.
225        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
226        GCCSPECS.
227        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
228        RTEMS_CXXFLAGS.
229        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
230        RTEMS_CFLAGS.
231        * aclocal/check-cpuopts.m4: New.
232        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
233        manually set up GCCSPEC (Now setup from inside configure). Remove
234        RTEMS_RELLDFLAGS (Used).
235        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
236        aclocal/multilib.m4: Remove (Unused).
237        * automake/compile.am: Remove CCAS support.
238
2392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * automake/compile.am: Remove depend.
242        * automake/compile.am: Take contents of amcompile.am.
243        * aclocal/check-posix.m4: Sync with cpukit.
244        * automake/local.am: Remove depend-am.
245        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
246        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
247        Remove.
248        * automake/subdirs.am: Remove depend-recursive.
249        * configure.ac: Sync POSIX and ITRON magic with cpukit.
250        * automake/amcompile.am: New.
251
2522005-09-02      Joel Sherrill <joel@OARcorp.com>
253
254        * aclocal/version.m4: Updated to rtems-4.6.99.2.
255
2562004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
259        is defined.
260        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
261        itron for unix.
262
2632004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
264
265        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
266        * configure.ac, support/configure.ac: Require automake > 1.9.
267
2682004-07-28      Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-4.6.99.1.
271
2722004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
273
274        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
275
2762004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
277
278        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
279
2802004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * aclocal/rtems-top.m4: Add rtems_rootdir.
283        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
284        $rtems_rootdir.
285        * support/include/tmacros.h: Convert to using c99 fixed size types.
286        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
287        RTEMS_TOP.
288        * aclocal/check-custom-bsp.m4: Fix minor typo.
289        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
290        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
291        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
292        aclocal/enable-tests.m4, aclocal/multilib.m4,
293        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
294        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
295        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
296        Add --enable-rtems-root. Rework RTEMS_ROOT.
297
2982004-03-03      Joel Sherrill <joel@OARcorp.com>
299
300        * support/include/buffer_test_io.h: Correct typo.
301
3022004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * aclocal/rtems-top.m4: Rework.
305        * aclocal/project-root.m4: Remove obsolete comments.
306        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
307        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
308        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
309
3102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Remove subdir tools.
313        * aclocal/target.m4: Remove (Unused).
314
3152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/version.m4: 4.6.99.0.
318
3192004-02-03      Joel Sherrill <joel@OARcorp.com>
320
321        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
322        compiler mode.
323
3242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * support/Makefile.am: Add PREINSTALL_DIRS.
327
3282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
331        PRE/TMPINSTALL_FILES to CLEANFILES.
332
3332004-01-07      Joel Sherrill <joel@OARcorp.com>
334
335        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
336        port more completely covers the MIPS family.
337
3382004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
339
340        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
341        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
342        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
343        Cleanup comments.
344        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
345        Remove build-variants. Hard-code ARCH=o-optimize.
346        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
347        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
348        conditional.
349        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
350        CFLAGS_DEBUG_V.
351        * aclocal/rtems-flags.m4: Remove (Unused).
352        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
353        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
354        (Implicitly handled by automake).
355        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
356        RTEMS_CFLAGS.
357
3582003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
361
3622003-12-17      Joel Sherrill <joel@OARcorp.com>
363
364        * aclocal/version.m4: Updated to rtems-20031217-test.
365
3662003-12-16      Joel Sherrill <joel@OARcorp.com>
367
368        PR 544/tests
369        * support/include/buffer_test_io.h: Various modifications to make
370        tests account for resources and not print at inappropriate times.
371
3722003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
375        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
376
3772003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
380        * automake/compila.am: Remove ARCH.
381        * configure.ac, support/configure.ac: Require automake >= 1.8,
382        autoconf >= 2.59.
383        * support/Makefile.am: Use mkdir_p. Remove dirs from
384        PRE/TMPINSTALL_FILES. Use include_HEADERS.
385        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
386
3872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
390        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
391        AC_SUBST(dirstamp).
392        * aclocal/lead-dot.m4: New (from automake-1.7f).
393
3942003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
397        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
398        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
399        aclocal/check-networking.m4, aclocal/check-posix.m4,
400        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
401        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
402        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
403        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
404        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
405        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
406        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
407        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
408        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
409        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
410        underquoting to silence automake-1.8.
411
4122003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac, support/configure.ac: Reflect having moved to
415        testsuites/.
416
4172003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
420        RTEMS Version message.
421
4222003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * aclocal/canonical-host.m4: Remove.
425        * configure.ac: Remove RTEMS_CANONICAL_HOST.
426        * aclocal/canonical-target-name.m4: Merge-in
427        aclocal/canonical-host.m4.
428
4292003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
432        * aclocal/bsp_alias.m4: Remove.
433
4342003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
437        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
438        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
439        instead of RTEMS_CHECK_CPU.
440        * aclocal/check-cpu.m4: Remove.
441        * configure.ac: Remove RTEMS_CHECK_CPU.
442
4432003-09-04      Joel Sherrill <joel@OARcorp.com>
444
445        * support/include/tmacros.h: URL for license changed.
446
4472003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/rtems-top.m4: Add RTEMS_API.
450        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
451
4522003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
455        * aclocal/enable-tests.m4: Change to support
456        --enable-tests=no|yes|samples, default is samples.
457        * configure.ac: Reflect changes above.
458
4592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
462
4632003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        * automake/local.am, automake/host.am: Remove "debug".
466        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
467        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
468        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
469        aclocal/check-cxx.m4, aclocal/check-itron.m4,
470        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
471        aclocal/check-posix.m4, aclocal/check-tool.m4,
472        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
473        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
474        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
475        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
476        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
477        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
478        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
479        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
480        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
481        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
482        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
483        (Copied from ../../../aclocal).
484
4852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
488        * automake/compile.am, automake/host.am, automake/leaf.am
489        automake/local.am, automake/subdirs.am: New (copied from
490        ../../../automake).
491
4922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
495        bug report email address.
496
4972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
500
5012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
504        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
505
5062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
509        Remove autom4te.cache.
510
5112002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * support/configure.ac: Reflect changes above.  Take out unnecessary
514        autoconf macros.
515        * support/include/Makefile.am: Remove.
516        * support/Makefile.am: Merge in former include/Makefile.am.
517
5182002-08-01      Joel Sherrill <joel@OARcorp.com>
519
520        * Per PR47 add support for buffered test output.  This involved
521        adding defines to redirect output to a buffer and dump it when full,
522        at "test pause", and at exit.  To avoid problems when redefining
523        exit(), all tests were modified to call rtems_test_exit(). Some
524        tests, notable psxtests, had to be modified to include  the standard
525        test macro .h file (pmacros.h or tmacros.h) to enable this support.
526        * support/include/buffer_test_io.h: New file.
527
5282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * configure.ac: Remove ENABLE_GCC28.
531
5322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
535        Remove AUTOMAKE_OPTIONS.
536        * configure.ac, support/configure.ac:
537        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
538        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
539
5402001-11-07      Joel Sherrill <joel@OARcorp.com>
541
542        Tracked as PR72 but related to the object id problem (PR36)
543        reported by Todor.Todorov@barco.com.
544        but discovered independently.
545        * support/include/tmacros.h: Added
546        fatal_directive_check_status_only().
547
5482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
551        2.52.
552        * configure.ac, support/configure.ac: New file, generated from
553        configure.in by autoupdate.
554        * configure.in, support/configure.in: Remove.
555
5562001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
559        handling.
560
5612001-08-16      Joel Sherrill <joel@OARcorp.com>
562
563        * support/include/tmacros.h: Attempt to print errno as further
564        information.
565
5662001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
567
568        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
569        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
570
5712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
572
573        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
574
5752001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
578        * support/Makefile.am: Remove stubdr, wrapup.
579        * support/stubdr/Makefile.am, support/stubdr/open.c,
580        support/stubdr/close.c, support/stubdr/init.c,
581        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
582        support/stubdr/.cvsignore, support/stubdr/read.c,
583        support/stubdr/write.c, support/wrapup/Makefile.am,
584        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
585
5862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
589        in ACLOCAL_AMFLAGS.
590
5912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
594        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
595        $(RTEMS_TOPdir)/aclocal.
596
5972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
600        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
601
6022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
603
604        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
605        compile.am
606
6072000-08-10      Joel Sherrill <joel@OARcorp.com>
608
609        * ChangeLog, support/ChangeLog: New file.
610
Note: See TracBrowser for help on using the repository browser.