source: rtems/testsuites/ChangeLog @ ab2422c

4.104.115
Last change on this file since ab2422c was ab2422c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/09 at 17:59:29

2009-09-14 Joel Sherrill <joel.sherrill@…>

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