source: rtems/testsuites/ChangeLog @ 809fb589

4.104.115
Last change on this file since 809fb589 was 4e76c71, checked in by Joel Sherrill <joel.sherrill@…>, on 08/12/09 at 20:50:51

2009-08-12 Joel Sherrill <joel.sherrill@…>

  • support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second() in favor of new rtems_clock_get_ticks_per_second().
  • Property mode set to 100644
File size: 20.0 KB
Line 
12009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
4        and get_ticks_per_second() in favor of new
5        rtems_clock_get_ticks_per_second().
6
72009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * support/src/test_support.c: Tinker with longest valid name.
10
112009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * support/include/buffer_test_io.h: Use printk on AVR by default.
14
152009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * support/src/tmtests_empty_function.c: Fix warnings.
18
192009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
22          toolchains.
23
242008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * aclocal/canonical-target-name.m4: Remove tic4x.
27
282008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * aclocal/version.m4: Bump RTEMS_API to 4.10.
31        Bump _RTEMS_VERSION to 4.9.99.0.
32
332008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * support/src/test_support.c: Convert to "bool".
36
372008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * support/src/tmtests_empty_function.c: New file.
40
412008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
44        AC_PREREQ(2.62).
45
462008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
49
502008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
51
52        * support/include/test_support.h, support/src/test_support.c: New files.
53
542008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
57        tmacros.h available to all POSIX tests. Add a clock_settime case for
58        < 1988.
59
602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * support/include/tmacros.h: Fix put_name to handle unprintable names.
63
642008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * support/include/tmacros.h: Add new rtems_test_assert() which exits
67        rather than calling fatal error.
68
692007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * support/include/tmacros.h: Add new helper for POSIX tests.
72
732007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * aclocal/version.m4: Bump RTEMS_API to 4.9.
76        Bump RTEMS_VERSION to 4.8.99.0.
77
782007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * support/include/buffer_test_io.h: Add support for using printk for
81        output in tests. This should be followed up by disabling the console
82        driver and other support when the tests are using printk.
83
842007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
87        rtems/score/cpuopts.h.
88
892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: New BUG-REPORT address.
92
932006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * aclocal/rtems-top.m4: Remove RTEMS_API.
96        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
97
982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
101
1022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * aclocal/version.m4: Bump version to 4.7.99.0.
105
1062006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: Require autoconf-2.60. Require automake-1.10.
109
1102006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
111
112        * samples/fileio/system.h:
113        (PR1118) make use of the new confdefs.h mechanisms
114        for the IDE/ATA interface
115       
1162006-04-18  Joel Sherrill <joel@OARcorp.com>
117
118        * aclocal/version.m4: Updated to rtems-4.6.99.3.
119
1202006-02-01      Joel Sherrill <joel@OARcorp.com>
121
122        PR 855/tests
123        * support/include/tmacros.h: Fix typo.
124
1252005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * aclocal/enable-bare.m4: Remove (Unused).
128        * aclocal/env-rtemsbsp.m4, configure.ac:
129        Remove RTEMS_ENABLE_BARE,
130        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
131
1322005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * automake/compile.am: Remove .coff. Remove .obj.
135
1362005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
137
138        * automake/local.am: Remove depend.
139        * automake/host.am: Remove depend.
140        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
141        * automake/local.am: Remove preinstall-am.
142        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
143        Set rtems_testsdir to $libdir/rtems-4.7/tests.
144        * configure.ac: Remove AMPOLISH3 (Unused).
145        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
146        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
147        Remove ARCH. Remove LINK_LIBS.
148        Extend clean-local to catch most temporary files make-exe is
149        creating.
150        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
151        Remove project_includedir.
152        Add rtems_testsdir.
153        * aclocal/rtems-top.m4: Remove dirstamp.
154
1552005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * Makefile.am: Remove preinstall.am
158        * preinstall.am: Remove.
159        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
160
1612005-11-10      Joel Sherrill <joel@OARcorp.com>
162
163        * support/.cvsignore: New file.
164
1652005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * Makefile.am: Don't preinstall support/include headers.
168        * configure.ac: Fix config-variables of conditionally built subdirs.
169
1702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
173        aclocal/check-networking.m4, aclocal/check-posix.m4,
174        aclocal/check-tests.m4, aclocal/enable-itron.m4,
175        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
176        aclocal/enable-posix.m4: Remove (Unused).
177
1782005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
181        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
182        GCCSPECS.
183        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
184        up temporary CPPFLAGS to compile check cpuopts.h.
185        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
186        --enable-project-root. Remove --with-project-root.
187        Fix --enable-rtems-root.
188        * automake/compile.am, aclocal/env-rtemsbsp.m4:
189        Assume PROJECT_ROOT to contain RTEMS_BSP.
190
1912005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
192
193        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
194        * Makefile.am: Merge-in support/Makefile.am
195        * aclocal/check-cpuopts.m4: Add config.cache support.
196        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
197        OBJS from LINK_FILES.
198        * configure.ac: Add AMPOLISH3. Remove support/.
199
2002005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
201
202        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
203        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
204        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
205        Remove RTEMS_GCC_SPECS.
206        * aclocal/check-multiprocessing.m4: Don't require
207        RTEMS_ENABLE_MULTILIB.
208        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
209        GCCSPECS.
210        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
211        RTEMS_CXXFLAGS.
212        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
213        RTEMS_CFLAGS.
214        * aclocal/check-cpuopts.m4: New.
215        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
216        manually set up GCCSPEC (Now setup from inside configure). Remove
217        RTEMS_RELLDFLAGS (Used).
218        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
219        aclocal/multilib.m4: Remove (Unused).
220        * automake/compile.am: Remove CCAS support.
221
2222005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
223
224        * automake/compile.am: Remove depend.
225        * automake/compile.am: Take contents of amcompile.am.
226        * aclocal/check-posix.m4: Sync with cpukit.
227        * automake/local.am: Remove depend-am.
228        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
229        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
230        Remove.
231        * automake/subdirs.am: Remove depend-recursive.
232        * configure.ac: Sync POSIX and ITRON magic with cpukit.
233        * automake/amcompile.am: New.
234
2352005-09-02      Joel Sherrill <joel@OARcorp.com>
236
237        * aclocal/version.m4: Updated to rtems-4.6.99.2.
238
2392004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
240
241        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
242        is defined.
243        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
244        itron for unix.
245
2462004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
247
248        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
249        * configure.ac, support/configure.ac: Require automake > 1.9.
250
2512004-07-28      Joel Sherrill <joel@OARcorp.com>
252
253        * aclocal/version.m4: Updated to rtems-4.6.99.1.
254
2552004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
256
257        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
258
2592004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
260
261        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
262
2632004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * aclocal/rtems-top.m4: Add rtems_rootdir.
266        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
267        $rtems_rootdir.
268        * support/include/tmacros.h: Convert to using c99 fixed size types.
269        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
270        RTEMS_TOP.
271        * aclocal/check-custom-bsp.m4: Fix minor typo.
272        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
273        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
274        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
275        aclocal/enable-tests.m4, aclocal/multilib.m4,
276        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
277        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
278        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
279        Add --enable-rtems-root. Rework RTEMS_ROOT.
280
2812004-03-03      Joel Sherrill <joel@OARcorp.com>
282
283        * support/include/buffer_test_io.h: Correct typo.
284
2852004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * aclocal/rtems-top.m4: Rework.
288        * aclocal/project-root.m4: Remove obsolete comments.
289        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
290        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
291        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
292
2932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove subdir tools.
296        * aclocal/target.m4: Remove (Unused).
297
2982004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * aclocal/version.m4: 4.6.99.0.
301
3022004-02-03      Joel Sherrill <joel@OARcorp.com>
303
304        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
305        compiler mode.
306
3072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * support/Makefile.am: Add PREINSTALL_DIRS.
310
3112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
314        PRE/TMPINSTALL_FILES to CLEANFILES.
315
3162004-01-07      Joel Sherrill <joel@OARcorp.com>
317
318        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
319        port more completely covers the MIPS family.
320
3212004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
322
323        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
324        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
325        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
326        Cleanup comments.
327        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
328        Remove build-variants. Hard-code ARCH=o-optimize.
329        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
330        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
331        conditional.
332        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
333        CFLAGS_DEBUG_V.
334        * aclocal/rtems-flags.m4: Remove (Unused).
335        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
336        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
337        (Implicitly handled by automake).
338        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
339        RTEMS_CFLAGS.
340
3412003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
344
3452003-12-17      Joel Sherrill <joel@OARcorp.com>
346
347        * aclocal/version.m4: Updated to rtems-20031217-test.
348
3492003-12-16      Joel Sherrill <joel@OARcorp.com>
350
351        PR 544/tests
352        * support/include/buffer_test_io.h: Various modifications to make
353        tests account for resources and not print at inappropriate times.
354
3552003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
358        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
359
3602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
363        * automake/compila.am: Remove ARCH.
364        * configure.ac, support/configure.ac: Require automake >= 1.8,
365        autoconf >= 2.59.
366        * support/Makefile.am: Use mkdir_p. Remove dirs from
367        PRE/TMPINSTALL_FILES. Use include_HEADERS.
368        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
369
3702003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
373        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
374        AC_SUBST(dirstamp).
375        * aclocal/lead-dot.m4: New (from automake-1.7f).
376
3772003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
380        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
381        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
382        aclocal/check-networking.m4, aclocal/check-posix.m4,
383        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
384        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
385        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
386        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
387        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
388        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
389        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
390        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
391        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
392        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
393        underquoting to silence automake-1.8.
394
3952003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac, support/configure.ac: Reflect having moved to
398        testsuites/.
399
4002003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
403        RTEMS Version message.
404
4052003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * aclocal/canonical-host.m4: Remove.
408        * configure.ac: Remove RTEMS_CANONICAL_HOST.
409        * aclocal/canonical-target-name.m4: Merge-in
410        aclocal/canonical-host.m4.
411
4122003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
415        * aclocal/bsp_alias.m4: Remove.
416
4172003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
420        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
421        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
422        instead of RTEMS_CHECK_CPU.
423        * aclocal/check-cpu.m4: Remove.
424        * configure.ac: Remove RTEMS_CHECK_CPU.
425
4262003-09-04      Joel Sherrill <joel@OARcorp.com>
427
428        * support/include/tmacros.h: URL for license changed.
429
4302003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * aclocal/rtems-top.m4: Add RTEMS_API.
433        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
434
4352003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
438        * aclocal/enable-tests.m4: Change to support
439        --enable-tests=no|yes|samples, default is samples.
440        * configure.ac: Reflect changes above.
441
4422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
445
4462003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * automake/local.am, automake/host.am: Remove "debug".
449        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
450        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
451        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
452        aclocal/check-cxx.m4, aclocal/check-itron.m4,
453        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
454        aclocal/check-posix.m4, aclocal/check-tool.m4,
455        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
456        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
457        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
458        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
459        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
460        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
461        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
462        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
463        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
464        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
465        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
466        (Copied from ../../../aclocal).
467
4682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
471        * automake/compile.am, automake/host.am, automake/leaf.am
472        automake/local.am, automake/subdirs.am: New (copied from
473        ../../../automake).
474
4752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
478        bug report email address.
479
4802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
483
4842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
487        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
488
4892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
492        Remove autom4te.cache.
493
4942002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * support/configure.ac: Reflect changes above.  Take out unnecessary
497        autoconf macros.
498        * support/include/Makefile.am: Remove.
499        * support/Makefile.am: Merge in former include/Makefile.am.
500
5012002-08-01      Joel Sherrill <joel@OARcorp.com>
502
503        * Per PR47 add support for buffered test output.  This involved
504        adding defines to redirect output to a buffer and dump it when full,
505        at "test pause", and at exit.  To avoid problems when redefining
506        exit(), all tests were modified to call rtems_test_exit(). Some
507        tests, notable psxtests, had to be modified to include  the standard
508        test macro .h file (pmacros.h or tmacros.h) to enable this support.
509        * support/include/buffer_test_io.h: New file.
510
5112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * configure.ac: Remove ENABLE_GCC28.
514
5152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
518        Remove AUTOMAKE_OPTIONS.
519        * configure.ac, support/configure.ac:
520        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
521        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
522
5232001-11-07      Joel Sherrill <joel@OARcorp.com>
524
525        Tracked as PR72 but related to the object id problem (PR36)
526        reported by Todor.Todorov@barco.com.
527        but discovered independently.
528        * support/include/tmacros.h: Added
529        fatal_directive_check_status_only().
530
5312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
532
533        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
534        2.52.
535        * configure.ac, support/configure.ac: New file, generated from
536        configure.in by autoupdate.
537        * configure.in, support/configure.in: Remove.
538
5392001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
542        handling.
543
5442001-08-16      Joel Sherrill <joel@OARcorp.com>
545
546        * support/include/tmacros.h: Attempt to print errno as further
547        information.
548
5492001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
552        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
553
5542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
555
556        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
557
5582001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
559
560        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
561        * support/Makefile.am: Remove stubdr, wrapup.
562        * support/stubdr/Makefile.am, support/stubdr/open.c,
563        support/stubdr/close.c, support/stubdr/init.c,
564        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
565        support/stubdr/.cvsignore, support/stubdr/read.c,
566        support/stubdr/write.c, support/wrapup/Makefile.am,
567        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
568
5692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
572        in ACLOCAL_AMFLAGS.
573
5742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
577        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
578        $(RTEMS_TOPdir)/aclocal.
579
5802000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
583        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
584
5852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
588        compile.am
589
5902000-08-10      Joel Sherrill <joel@OARcorp.com>
591
592        * ChangeLog, support/ChangeLog: New file.
593
Note: See TracBrowser for help on using the repository browser.