source: rtems/testsuites/ChangeLog @ 46605724

4.104.115
Last change on this file since 46605724 was 46605724, checked in by Joel Sherrill <joel.sherrill@…>, on 09/13/09 at 21:09:47

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

  • configure.ac: Some POSIX tests exercise functionality which is enabled when the POSIX threading is disabled. So build this suite all the time and let the psxtests select the specific tests to build.
  • Property mode set to 100644
File size: 20.3 KB
Line 
12009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Some POSIX tests exercise functionality which is
4        enabled when the POSIX threading is disabled. So build this suite all
5        the time and let the psxtests select the specific tests to build.
6
72009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
10        and get_ticks_per_second() in favor of new
11        rtems_clock_get_ticks_per_second().
12
132009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * support/src/test_support.c: Tinker with longest valid name.
16
172009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * support/include/buffer_test_io.h: Use printk on AVR by default.
20
212009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * support/src/tmtests_empty_function.c: Fix warnings.
24
252009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
28          toolchains.
29
302008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * aclocal/canonical-target-name.m4: Remove tic4x.
33
342008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * aclocal/version.m4: Bump RTEMS_API to 4.10.
37        Bump _RTEMS_VERSION to 4.9.99.0.
38
392008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * support/src/test_support.c: Convert to "bool".
42
432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * support/src/tmtests_empty_function.c: New file.
46
472008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
50        AC_PREREQ(2.62).
51
522008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
55
562008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
57
58        * support/include/test_support.h, support/src/test_support.c: New files.
59
602008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
63        tmacros.h available to all POSIX tests. Add a clock_settime case for
64        < 1988.
65
662008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * support/include/tmacros.h: Fix put_name to handle unprintable names.
69
702008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
71
72        * support/include/tmacros.h: Add new rtems_test_assert() which exits
73        rather than calling fatal error.
74
752007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * support/include/tmacros.h: Add new helper for POSIX tests.
78
792007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * aclocal/version.m4: Bump RTEMS_API to 4.9.
82        Bump RTEMS_VERSION to 4.8.99.0.
83
842007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * support/include/buffer_test_io.h: Add support for using printk for
87        output in tests. This should be followed up by disabling the console
88        driver and other support when the tests are using printk.
89
902007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
93        rtems/score/cpuopts.h.
94
952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: New BUG-REPORT address.
98
992006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * aclocal/rtems-top.m4: Remove RTEMS_API.
102        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
103
1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * aclocal/version.m4: Bump version to 4.7.99.0.
111
1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require autoconf-2.60. Require automake-1.10.
115
1162006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
117
118        * samples/fileio/system.h:
119        (PR1118) make use of the new confdefs.h mechanisms
120        for the IDE/ATA interface
121       
1222006-04-18  Joel Sherrill <joel@OARcorp.com>
123
124        * aclocal/version.m4: Updated to rtems-4.6.99.3.
125
1262006-02-01      Joel Sherrill <joel@OARcorp.com>
127
128        PR 855/tests
129        * support/include/tmacros.h: Fix typo.
130
1312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * aclocal/enable-bare.m4: Remove (Unused).
134        * aclocal/env-rtemsbsp.m4, configure.ac:
135        Remove RTEMS_ENABLE_BARE,
136        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
137
1382005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * automake/compile.am: Remove .coff. Remove .obj.
141
1422005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * automake/local.am: Remove depend.
145        * automake/host.am: Remove depend.
146        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
147        * automake/local.am: Remove preinstall-am.
148        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
149        Set rtems_testsdir to $libdir/rtems-4.7/tests.
150        * configure.ac: Remove AMPOLISH3 (Unused).
151        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
152        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
153        Remove ARCH. Remove LINK_LIBS.
154        Extend clean-local to catch most temporary files make-exe is
155        creating.
156        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
157        Remove project_includedir.
158        Add rtems_testsdir.
159        * aclocal/rtems-top.m4: Remove dirstamp.
160
1612005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * Makefile.am: Remove preinstall.am
164        * preinstall.am: Remove.
165        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
166
1672005-11-10      Joel Sherrill <joel@OARcorp.com>
168
169        * support/.cvsignore: New file.
170
1712005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Don't preinstall support/include headers.
174        * configure.ac: Fix config-variables of conditionally built subdirs.
175
1762005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
179        aclocal/check-networking.m4, aclocal/check-posix.m4,
180        aclocal/check-tests.m4, aclocal/enable-itron.m4,
181        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
182        aclocal/enable-posix.m4: Remove (Unused).
183
1842005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
187        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
188        GCCSPECS.
189        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
190        up temporary CPPFLAGS to compile check cpuopts.h.
191        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
192        --enable-project-root. Remove --with-project-root.
193        Fix --enable-rtems-root.
194        * automake/compile.am, aclocal/env-rtemsbsp.m4:
195        Assume PROJECT_ROOT to contain RTEMS_BSP.
196
1972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
198
199        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
200        * Makefile.am: Merge-in support/Makefile.am
201        * aclocal/check-cpuopts.m4: Add config.cache support.
202        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
203        OBJS from LINK_FILES.
204        * configure.ac: Add AMPOLISH3. Remove support/.
205
2062005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
209        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
210        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
211        Remove RTEMS_GCC_SPECS.
212        * aclocal/check-multiprocessing.m4: Don't require
213        RTEMS_ENABLE_MULTILIB.
214        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
215        GCCSPECS.
216        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
217        RTEMS_CXXFLAGS.
218        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
219        RTEMS_CFLAGS.
220        * aclocal/check-cpuopts.m4: New.
221        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
222        manually set up GCCSPEC (Now setup from inside configure). Remove
223        RTEMS_RELLDFLAGS (Used).
224        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
225        aclocal/multilib.m4: Remove (Unused).
226        * automake/compile.am: Remove CCAS support.
227
2282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * automake/compile.am: Remove depend.
231        * automake/compile.am: Take contents of amcompile.am.
232        * aclocal/check-posix.m4: Sync with cpukit.
233        * automake/local.am: Remove depend-am.
234        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
235        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
236        Remove.
237        * automake/subdirs.am: Remove depend-recursive.
238        * configure.ac: Sync POSIX and ITRON magic with cpukit.
239        * automake/amcompile.am: New.
240
2412005-09-02      Joel Sherrill <joel@OARcorp.com>
242
243        * aclocal/version.m4: Updated to rtems-4.6.99.2.
244
2452004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
246
247        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
248        is defined.
249        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
250        itron for unix.
251
2522004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
255        * configure.ac, support/configure.ac: Require automake > 1.9.
256
2572004-07-28      Joel Sherrill <joel@OARcorp.com>
258
259        * aclocal/version.m4: Updated to rtems-4.6.99.1.
260
2612004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
262
263        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
264
2652004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
266
267        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
268
2692004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/rtems-top.m4: Add rtems_rootdir.
272        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
273        $rtems_rootdir.
274        * support/include/tmacros.h: Convert to using c99 fixed size types.
275        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
276        RTEMS_TOP.
277        * aclocal/check-custom-bsp.m4: Fix minor typo.
278        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
279        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
280        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
281        aclocal/enable-tests.m4, aclocal/multilib.m4,
282        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
283        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
284        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
285        Add --enable-rtems-root. Rework RTEMS_ROOT.
286
2872004-03-03      Joel Sherrill <joel@OARcorp.com>
288
289        * support/include/buffer_test_io.h: Correct typo.
290
2912004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * aclocal/rtems-top.m4: Rework.
294        * aclocal/project-root.m4: Remove obsolete comments.
295        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
296        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
297        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
298
2992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Remove subdir tools.
302        * aclocal/target.m4: Remove (Unused).
303
3042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/version.m4: 4.6.99.0.
307
3082004-02-03      Joel Sherrill <joel@OARcorp.com>
309
310        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
311        compiler mode.
312
3132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * support/Makefile.am: Add PREINSTALL_DIRS.
316
3172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
320        PRE/TMPINSTALL_FILES to CLEANFILES.
321
3222004-01-07      Joel Sherrill <joel@OARcorp.com>
323
324        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
325        port more completely covers the MIPS family.
326
3272004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
328
329        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
330        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
331        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
332        Cleanup comments.
333        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
334        Remove build-variants. Hard-code ARCH=o-optimize.
335        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
336        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
337        conditional.
338        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
339        CFLAGS_DEBUG_V.
340        * aclocal/rtems-flags.m4: Remove (Unused).
341        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
342        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
343        (Implicitly handled by automake).
344        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
345        RTEMS_CFLAGS.
346
3472003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
350
3512003-12-17      Joel Sherrill <joel@OARcorp.com>
352
353        * aclocal/version.m4: Updated to rtems-20031217-test.
354
3552003-12-16      Joel Sherrill <joel@OARcorp.com>
356
357        PR 544/tests
358        * support/include/buffer_test_io.h: Various modifications to make
359        tests account for resources and not print at inappropriate times.
360
3612003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
364        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
365
3662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
369        * automake/compila.am: Remove ARCH.
370        * configure.ac, support/configure.ac: Require automake >= 1.8,
371        autoconf >= 2.59.
372        * support/Makefile.am: Use mkdir_p. Remove dirs from
373        PRE/TMPINSTALL_FILES. Use include_HEADERS.
374        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
375
3762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
379        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
380        AC_SUBST(dirstamp).
381        * aclocal/lead-dot.m4: New (from automake-1.7f).
382
3832003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
386        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
387        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
388        aclocal/check-networking.m4, aclocal/check-posix.m4,
389        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
390        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
391        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
392        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
393        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
394        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
395        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
396        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
397        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
398        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
399        underquoting to silence automake-1.8.
400
4012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * configure.ac, support/configure.ac: Reflect having moved to
404        testsuites/.
405
4062003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
409        RTEMS Version message.
410
4112003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/canonical-host.m4: Remove.
414        * configure.ac: Remove RTEMS_CANONICAL_HOST.
415        * aclocal/canonical-target-name.m4: Merge-in
416        aclocal/canonical-host.m4.
417
4182003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
421        * aclocal/bsp_alias.m4: Remove.
422
4232003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
426        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
427        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
428        instead of RTEMS_CHECK_CPU.
429        * aclocal/check-cpu.m4: Remove.
430        * configure.ac: Remove RTEMS_CHECK_CPU.
431
4322003-09-04      Joel Sherrill <joel@OARcorp.com>
433
434        * support/include/tmacros.h: URL for license changed.
435
4362003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * aclocal/rtems-top.m4: Add RTEMS_API.
439        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
440
4412003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
444        * aclocal/enable-tests.m4: Change to support
445        --enable-tests=no|yes|samples, default is samples.
446        * configure.ac: Reflect changes above.
447
4482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
451
4522003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * automake/local.am, automake/host.am: Remove "debug".
455        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
456        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
457        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
458        aclocal/check-cxx.m4, aclocal/check-itron.m4,
459        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
460        aclocal/check-posix.m4, aclocal/check-tool.m4,
461        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
462        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
463        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
464        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
465        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
466        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
467        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
468        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
469        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
470        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
471        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
472        (Copied from ../../../aclocal).
473
4742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
477        * automake/compile.am, automake/host.am, automake/leaf.am
478        automake/local.am, automake/subdirs.am: New (copied from
479        ../../../automake).
480
4812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
484        bug report email address.
485
4862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
489
4902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
493        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
494
4952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
497        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
498        Remove autom4te.cache.
499
5002002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * support/configure.ac: Reflect changes above.  Take out unnecessary
503        autoconf macros.
504        * support/include/Makefile.am: Remove.
505        * support/Makefile.am: Merge in former include/Makefile.am.
506
5072002-08-01      Joel Sherrill <joel@OARcorp.com>
508
509        * Per PR47 add support for buffered test output.  This involved
510        adding defines to redirect output to a buffer and dump it when full,
511        at "test pause", and at exit.  To avoid problems when redefining
512        exit(), all tests were modified to call rtems_test_exit(). Some
513        tests, notable psxtests, had to be modified to include  the standard
514        test macro .h file (pmacros.h or tmacros.h) to enable this support.
515        * support/include/buffer_test_io.h: New file.
516
5172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Remove ENABLE_GCC28.
520
5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
524        Remove AUTOMAKE_OPTIONS.
525        * configure.ac, support/configure.ac:
526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
527        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
528
5292001-11-07      Joel Sherrill <joel@OARcorp.com>
530
531        Tracked as PR72 but related to the object id problem (PR36)
532        reported by Todor.Todorov@barco.com.
533        but discovered independently.
534        * support/include/tmacros.h: Added
535        fatal_directive_check_status_only().
536
5372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
540        2.52.
541        * configure.ac, support/configure.ac: New file, generated from
542        configure.in by autoupdate.
543        * configure.in, support/configure.in: Remove.
544
5452001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
548        handling.
549
5502001-08-16      Joel Sherrill <joel@OARcorp.com>
551
552        * support/include/tmacros.h: Attempt to print errno as further
553        information.
554
5552001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
558        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
559
5602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
561
562        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
563
5642001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
567        * support/Makefile.am: Remove stubdr, wrapup.
568        * support/stubdr/Makefile.am, support/stubdr/open.c,
569        support/stubdr/close.c, support/stubdr/init.c,
570        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
571        support/stubdr/.cvsignore, support/stubdr/read.c,
572        support/stubdr/write.c, support/wrapup/Makefile.am,
573        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
574
5752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
577        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
578        in ACLOCAL_AMFLAGS.
579
5802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
583        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
584        $(RTEMS_TOPdir)/aclocal.
585
5862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
589        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
590
5912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
592
593        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
594        compile.am
595
5962000-08-10      Joel Sherrill <joel@OARcorp.com>
597
598        * ChangeLog, support/ChangeLog: New file.
599
Note: See TracBrowser for help on using the repository browser.