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
RevLine 
[46605724]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
[4e76c71]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
[288f8498]132009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
14
15        * support/src/test_support.c: Tinker with longest valid name.
16
[cba16514]172009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * support/include/buffer_test_io.h: Use printk on AVR by default.
20
[072d2a09]212009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * support/src/tmtests_empty_function.c: Fix warnings.
24
[dea3a9ca]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
[fd9d071]302008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * aclocal/canonical-target-name.m4: Remove tic4x.
33
[f8f2e41]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
[0422fde5]392008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * support/src/test_support.c: Convert to "bool".
42
[35eb543d]432008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * support/src/tmtests_empty_function.c: New file.
46
[e03da15]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
[7bb36b05]522008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
55
[ccc4203]562008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
57
58        * support/include/test_support.h, support/src/test_support.c: New files.
59
[d5a36d3]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
[1dd2318]662008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * support/include/tmacros.h: Fix put_name to handle unprintable names.
69
[83a66aa]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
[81be799]752007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * support/include/tmacros.h: Add new helper for POSIX tests.
78
[90a51d8a]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
[71531a6]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
[ffabba3]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
[fcb0cd46]952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: New BUG-REPORT address.
98
[9b5e72b]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
[d6a6cff2]1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
107
[2e28876]1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * aclocal/version.m4: Bump version to 4.7.99.0.
111
[ba2c04f]1122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require autoconf-2.60. Require automake-1.10.
115
[8eb78a20]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       
[c5a67176]1222006-04-18  Joel Sherrill <joel@OARcorp.com>
123
[84c86f2]124        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]125
[104c492]1262006-02-01      Joel Sherrill <joel@OARcorp.com>
127
128        PR 855/tests
129        * support/include/tmacros.h: Fix typo.
130
[1fd1595]1312005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
132
[bcf2752c]133        * aclocal/enable-bare.m4: Remove (Unused).
[e6c977e3]134        * aclocal/env-rtemsbsp.m4, configure.ac:
135        Remove RTEMS_ENABLE_BARE,
[1fd1595]136        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
137
[ee844b4]1382005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
139
[8cd556a]140        * automake/compile.am: Remove .coff. Remove .obj.
[ee844b4]141
[d6a83a46]1422005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
143
[780d010]144        * automake/local.am: Remove depend.
145        * automake/host.am: Remove depend.
[cbbf31a]146        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
147        * automake/local.am: Remove preinstall-am.
[8cf8799d]148        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
149        Set rtems_testsdir to $libdir/rtems-4.7/tests.
[ae097c0]150        * configure.ac: Remove AMPOLISH3 (Unused).
[5036495]151        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
[e3f801eb]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.
[955ea2c]156        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
157        Remove project_includedir.
158        Add rtems_testsdir.
[d6a83a46]159        * aclocal/rtems-top.m4: Remove dirstamp.
160
[8601baed]1612005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
162
[f7abc85]163        * Makefile.am: Remove preinstall.am
164        * preinstall.am: Remove.
[8601baed]165        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
166
[f343bba5]1672005-11-10      Joel Sherrill <joel@OARcorp.com>
168
169        * support/.cvsignore: New file.
170
[fbe6a00]1712005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
172
[5ddf9698]173        * Makefile.am: Don't preinstall support/include headers.
[fbe6a00]174        * configure.ac: Fix config-variables of conditionally built subdirs.
175
[a3ae8a98]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
[c5ff2470]1842005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
185
[44502ae]186        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[f28d5a46]187        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
188        GCCSPECS.
[6056475]189        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
190        up temporary CPPFLAGS to compile check cpuopts.h.
[b74d63c]191        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
192        --enable-project-root. Remove --with-project-root.
193        Fix --enable-rtems-root.
[c5ff2470]194        * automake/compile.am, aclocal/env-rtemsbsp.m4:
195        Assume PROJECT_ROOT to contain RTEMS_BSP.
196
[146bfee4]1972005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
198
[7cbc7cc]199        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
[146bfee4]200        * Makefile.am: Merge-in support/Makefile.am
[eacd7f8c]201        * aclocal/check-cpuopts.m4: Add config.cache support.
[7cbc7cc]202        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
203        OBJS from LINK_FILES.
204        * configure.ac: Add AMPOLISH3. Remove support/.
[eacd7f8c]205
[07aef0b]2062005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
207
[7cbc7cc]208        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
[07aef0b]209        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
[7cbc7cc]210        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
211        Remove RTEMS_GCC_SPECS.
[5dbe362]212        * aclocal/check-multiprocessing.m4: Don't require
213        RTEMS_ENABLE_MULTILIB.
[7cbc7cc]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.
[2127da14]227
[f6d9b6f]2282005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
229
[1306582]230        * automake/compile.am: Remove depend.
[7cbc7cc]231        * automake/compile.am: Take contents of amcompile.am.
232        * aclocal/check-posix.m4: Sync with cpukit.
[1306582]233        * automake/local.am: Remove depend-am.
[7cbc7cc]234        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
235        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
236        Remove.
[c65f30c3]237        * automake/subdirs.am: Remove depend-recursive.
[7cbc7cc]238        * configure.ac: Sync POSIX and ITRON magic with cpukit.
[91c0a83]239        * automake/amcompile.am: New.
[e698e68]240
[7cbc7cc]2412005-09-02      Joel Sherrill <joel@OARcorp.com>
[1a8f056c]242
[086c1c3]243        * aclocal/version.m4: Updated to rtems-4.6.99.2.
[1a8f056c]244
[713791a1]2452004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
246
[7cbc7cc]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.
[97891e5e]251
[7cbc7cc]2522004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
[7129fae]253
254        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
[7cbc7cc]255        * configure.ac, support/configure.ac: Require automake > 1.9.
[7129fae]256
[7cbc7cc]2572004-07-28      Joel Sherrill <joel@OARcorp.com>
[90a33a8]258
[7cbc7cc]259        * aclocal/version.m4: Updated to rtems-4.6.99.1.
[90a33a8]260
[7cbc7cc]2612004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
[0d0528d3]262
263        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
264
[7cbc7cc]2652004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
[c50e978]266
267        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
268
[d04abc83]2692004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * aclocal/rtems-top.m4: Add rtems_rootdir.
[7cbc7cc]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.
[e84c2a46]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.
[7cbc7cc]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.
[e84c2a46]286
[7cbc7cc]2872004-03-03      Joel Sherrill <joel@OARcorp.com>
[7c48a2e8]288
[7cbc7cc]289        * support/include/buffer_test_io.h: Correct typo.
[7c48a2e8]290
[17ad82c]2912004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
[7cbc7cc]293        * aclocal/rtems-top.m4: Rework.
[17ad82c]294        * aclocal/project-root.m4: Remove obsolete comments.
295        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
[7cbc7cc]296        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
297        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
[17ad82c]298
[7974c4b]2992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Remove subdir tools.
[20b80be]302        * aclocal/target.m4: Remove (Unused).
303
[31ffd58]3042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * aclocal/version.m4: 4.6.99.0.
307
[7cbc7cc]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
[6416628]3222004-01-07      Joel Sherrill <joel@OARcorp.com>
323
[7cbc7cc]324        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
325        port more completely covers the MIPS family.
[6416628]326
[7cbc7cc]3272004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
[44652f8]328
[7cbc7cc]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.
[44652f8]346
[4470b40a]3472003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
350
[7cbc7cc]3512003-12-17      Joel Sherrill <joel@OARcorp.com>
[d7e0507]352
[7cbc7cc]353        * aclocal/version.m4: Updated to rtems-20031217-test.
[d7e0507]354
[7cbc7cc]3552003-12-16      Joel Sherrill <joel@OARcorp.com>
[55f441e3]356
[7cbc7cc]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.
[55f441e3]360
[7cbc7cc]3612003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
[3d02fadb]362
[7cbc7cc]363        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
364        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[3d02fadb]365
[810720b6]3662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
[7cbc7cc]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).
[810720b6]375
[c17ed71]3762003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[7cbc7cc]379        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
380        AC_SUBST(dirstamp).
[c17ed71]381        * aclocal/lead-dot.m4: New (from automake-1.7f).
382
[0e8262cf]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,
[7cbc7cc]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,
[0e8262cf]397        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
[7cbc7cc]398        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
399        underquoting to silence automake-1.8.
[0e8262cf]400
[5f52d1f]4012003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
[7cbc7cc]403        * configure.ac, support/configure.ac: Reflect having moved to
404        testsuites/.
[5f52d1f]405
[c3643e7]4062003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
[7cbc7cc]408        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
409        RTEMS Version message.
[c3643e7]410
[5f7d7640]4112003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * aclocal/canonical-host.m4: Remove.
[6a8a114]414        * configure.ac: Remove RTEMS_CANONICAL_HOST.
[7cbc7cc]415        * aclocal/canonical-target-name.m4: Merge-in
416        aclocal/canonical-host.m4.
[6a8a114]417
[6c3e328]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
[98e88aa3]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,
[7cbc7cc]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.
[98e88aa3]435
[ac3786b]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
[e41e3fe7]4412003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
[a5e62aba]443        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
[e41e3fe7]444        * aclocal/enable-tests.m4: Change to support
445        --enable-tests=no|yes|samples, default is samples.
446        * configure.ac: Reflect changes above.
447
[7862f888]4482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
[7cbc7cc]450        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
[3c69a774]451
[94e18016]4522003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * automake/local.am, automake/host.am: Remove "debug".
[7cbc7cc]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).
[94e18016]473
[e3e310f7]4742003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
[7cbc7cc]476        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
[4cd2df9]477        * automake/compile.am, automake/host.am, automake/leaf.am
478        automake/local.am, automake/subdirs.am: New (copied from
479        ../../../automake).
480
[7dcc3fe]4812003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
[7cbc7cc]483        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
484        bug report email address.
[7dcc3fe]485
[3c55718]4862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
[7cbc7cc]488        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]489
[ccd81b60]4902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
[7cbc7cc]492        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
493        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
[9b5c258]494
[8730f45]4952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
496
[7cbc7cc]497        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
[8730f45]498        Remove autom4te.cache.
499
[7cbc7cc]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
[cb9b2bfc]5172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.ac: Remove ENABLE_GCC28.
520
[7273b6e]5212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
[7cbc7cc]523        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
524        Remove AUTOMAKE_OPTIONS.
525        * configure.ac, support/configure.ac:
[7273b6e]526        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
527        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[7cbc7cc]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().
[7273b6e]536
[df25c998]5372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
[7cbc7cc]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.
[df25c998]544
[a3ac20f]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
[7cbc7cc]5502001-08-16      Joel Sherrill <joel@OARcorp.com>
551
552        * support/include/tmacros.h: Attempt to print errno as further
553        information.
554
[9c0bd65]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
[7cbc7cc]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
[feead226]5752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
576
[7cbc7cc]577        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
578        in ACLOCAL_AMFLAGS.
[feead226]579
[a314d3b4]5802000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
[7cbc7cc]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.
[a314d3b4]585
[ae1cce4e]5862000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
[7cbc7cc]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
[ae1cce4e]595
[e94ad1fe]5962000-08-10      Joel Sherrill <joel@OARcorp.com>
597
[7cbc7cc]598        * ChangeLog, support/ChangeLog: New file.
599
Note: See TracBrowser for help on using the repository browser.