source: rtems/testsuites/ChangeLog @ e03da15

4.104.114.95
Last change on this file since e03da15 was e03da15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/02/08 at 02:19:22

2008-07-02 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
  • Property mode set to 100644
File size: 18.9 KB
Line 
12008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
4        AC_PREREQ(2.62).
5
62008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
9
102008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
11
12        * support/include/test_support.h, support/src/test_support.c: New files.
13
142008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
17        tmacros.h available to all POSIX tests. Add a clock_settime case for
18        < 1988.
19
202008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * support/include/tmacros.h: Fix put_name to handle unprintable names.
23
242008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * support/include/tmacros.h: Add new rtems_test_assert() which exits
27        rather than calling fatal error.
28
292007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * support/include/tmacros.h: Add new helper for POSIX tests.
32
332007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * aclocal/version.m4: Bump RTEMS_API to 4.9.
36        Bump RTEMS_VERSION to 4.8.99.0.
37
382007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * support/include/buffer_test_io.h: Add support for using printk for
41        output in tests. This should be followed up by disabling the console
42        driver and other support when the tests are using printk.
43
442007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
47        rtems/score/cpuopts.h.
48
492006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * configure.ac: New BUG-REPORT address.
52
532006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * aclocal/rtems-top.m4: Remove RTEMS_API.
56        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
57
582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
61
622006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * aclocal/version.m4: Bump version to 4.7.99.0.
65
662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * configure.ac: Require autoconf-2.60. Require automake-1.10.
69
702006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
71
72        * samples/fileio/system.h:
73        (PR1118) make use of the new confdefs.h mechanisms
74        for the IDE/ATA interface
75       
762006-04-18  Joel Sherrill <joel@OARcorp.com>
77
78        * aclocal/version.m4: Updated to rtems-4.6.99.3.
79
802006-02-01      Joel Sherrill <joel@OARcorp.com>
81
82        PR 855/tests
83        * support/include/tmacros.h: Fix typo.
84
852005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * aclocal/enable-bare.m4: Remove (Unused).
88        * aclocal/env-rtemsbsp.m4, configure.ac:
89        Remove RTEMS_ENABLE_BARE,
90        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
91
922005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * automake/compile.am: Remove .coff. Remove .obj.
95
962005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * automake/local.am: Remove depend.
99        * automake/host.am: Remove depend.
100        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
101        * automake/local.am: Remove preinstall-am.
102        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
103        Set rtems_testsdir to $libdir/rtems-4.7/tests.
104        * configure.ac: Remove AMPOLISH3 (Unused).
105        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
106        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
107        Remove ARCH. Remove LINK_LIBS.
108        Extend clean-local to catch most temporary files make-exe is
109        creating.
110        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
111        Remove project_includedir.
112        Add rtems_testsdir.
113        * aclocal/rtems-top.m4: Remove dirstamp.
114
1152005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Remove preinstall.am
118        * preinstall.am: Remove.
119        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
120
1212005-11-10      Joel Sherrill <joel@OARcorp.com>
122
123        * support/.cvsignore: New file.
124
1252005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Don't preinstall support/include headers.
128        * configure.ac: Fix config-variables of conditionally built subdirs.
129
1302005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
133        aclocal/check-networking.m4, aclocal/check-posix.m4,
134        aclocal/check-tests.m4, aclocal/enable-itron.m4,
135        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
136        aclocal/enable-posix.m4: Remove (Unused).
137
1382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
141        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
142        GCCSPECS.
143        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
144        up temporary CPPFLAGS to compile check cpuopts.h.
145        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
146        --enable-project-root. Remove --with-project-root.
147        Fix --enable-rtems-root.
148        * automake/compile.am, aclocal/env-rtemsbsp.m4:
149        Assume PROJECT_ROOT to contain RTEMS_BSP.
150
1512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
154        * Makefile.am: Merge-in support/Makefile.am
155        * aclocal/check-cpuopts.m4: Add config.cache support.
156        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
157        OBJS from LINK_FILES.
158        * configure.ac: Add AMPOLISH3. Remove support/.
159
1602005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
163        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
164        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
165        Remove RTEMS_GCC_SPECS.
166        * aclocal/check-multiprocessing.m4: Don't require
167        RTEMS_ENABLE_MULTILIB.
168        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
169        GCCSPECS.
170        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
171        RTEMS_CXXFLAGS.
172        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
173        RTEMS_CFLAGS.
174        * aclocal/check-cpuopts.m4: New.
175        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
176        manually set up GCCSPEC (Now setup from inside configure). Remove
177        RTEMS_RELLDFLAGS (Used).
178        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
179        aclocal/multilib.m4: Remove (Unused).
180        * automake/compile.am: Remove CCAS support.
181
1822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * automake/compile.am: Remove depend.
185        * automake/compile.am: Take contents of amcompile.am.
186        * aclocal/check-posix.m4: Sync with cpukit.
187        * automake/local.am: Remove depend-am.
188        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
189        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
190        Remove.
191        * automake/subdirs.am: Remove depend-recursive.
192        * configure.ac: Sync POSIX and ITRON magic with cpukit.
193        * automake/amcompile.am: New.
194
1952005-09-02      Joel Sherrill <joel@OARcorp.com>
196
197        * aclocal/version.m4: Updated to rtems-4.6.99.2.
198
1992004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
202        is defined.
203        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
204        itron for unix.
205
2062004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
207
208        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
209        * configure.ac, support/configure.ac: Require automake > 1.9.
210
2112004-07-28      Joel Sherrill <joel@OARcorp.com>
212
213        * aclocal/version.m4: Updated to rtems-4.6.99.1.
214
2152004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
216
217        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
218
2192004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
220
221        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
222
2232004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * aclocal/rtems-top.m4: Add rtems_rootdir.
226        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
227        $rtems_rootdir.
228        * support/include/tmacros.h: Convert to using c99 fixed size types.
229        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
230        RTEMS_TOP.
231        * aclocal/check-custom-bsp.m4: Fix minor typo.
232        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
233        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
234        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
235        aclocal/enable-tests.m4, aclocal/multilib.m4,
236        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
237        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
238        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
239        Add --enable-rtems-root. Rework RTEMS_ROOT.
240
2412004-03-03      Joel Sherrill <joel@OARcorp.com>
242
243        * support/include/buffer_test_io.h: Correct typo.
244
2452004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * aclocal/rtems-top.m4: Rework.
248        * aclocal/project-root.m4: Remove obsolete comments.
249        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
250        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
251        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
252
2532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove subdir tools.
256        * aclocal/target.m4: Remove (Unused).
257
2582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * aclocal/version.m4: 4.6.99.0.
261
2622004-02-03      Joel Sherrill <joel@OARcorp.com>
263
264        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
265        compiler mode.
266
2672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * support/Makefile.am: Add PREINSTALL_DIRS.
270
2712004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
274        PRE/TMPINSTALL_FILES to CLEANFILES.
275
2762004-01-07      Joel Sherrill <joel@OARcorp.com>
277
278        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
279        port more completely covers the MIPS family.
280
2812004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
284        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
285        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
286        Cleanup comments.
287        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
288        Remove build-variants. Hard-code ARCH=o-optimize.
289        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
290        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
291        conditional.
292        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
293        CFLAGS_DEBUG_V.
294        * aclocal/rtems-flags.m4: Remove (Unused).
295        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
296        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
297        (Implicitly handled by automake).
298        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
299        RTEMS_CFLAGS.
300
3012003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
304
3052003-12-17      Joel Sherrill <joel@OARcorp.com>
306
307        * aclocal/version.m4: Updated to rtems-20031217-test.
308
3092003-12-16      Joel Sherrill <joel@OARcorp.com>
310
311        PR 544/tests
312        * support/include/buffer_test_io.h: Various modifications to make
313        tests account for resources and not print at inappropriate times.
314
3152003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
318        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
319
3202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
323        * automake/compila.am: Remove ARCH.
324        * configure.ac, support/configure.ac: Require automake >= 1.8,
325        autoconf >= 2.59.
326        * support/Makefile.am: Use mkdir_p. Remove dirs from
327        PRE/TMPINSTALL_FILES. Use include_HEADERS.
328        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
329
3302003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
333        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
334        AC_SUBST(dirstamp).
335        * aclocal/lead-dot.m4: New (from automake-1.7f).
336
3372003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
340        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
341        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
342        aclocal/check-networking.m4, aclocal/check-posix.m4,
343        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
344        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
345        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
346        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
347        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
348        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
349        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
350        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
351        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
352        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
353        underquoting to silence automake-1.8.
354
3552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac, support/configure.ac: Reflect having moved to
358        testsuites/.
359
3602003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
363        RTEMS Version message.
364
3652003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * aclocal/canonical-host.m4: Remove.
368        * configure.ac: Remove RTEMS_CANONICAL_HOST.
369        * aclocal/canonical-target-name.m4: Merge-in
370        aclocal/canonical-host.m4.
371
3722003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
375        * aclocal/bsp_alias.m4: Remove.
376
3772003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
380        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
381        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
382        instead of RTEMS_CHECK_CPU.
383        * aclocal/check-cpu.m4: Remove.
384        * configure.ac: Remove RTEMS_CHECK_CPU.
385
3862003-09-04      Joel Sherrill <joel@OARcorp.com>
387
388        * support/include/tmacros.h: URL for license changed.
389
3902003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/rtems-top.m4: Add RTEMS_API.
393        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
394
3952003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
398        * aclocal/enable-tests.m4: Change to support
399        --enable-tests=no|yes|samples, default is samples.
400        * configure.ac: Reflect changes above.
401
4022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
405
4062003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * automake/local.am, automake/host.am: Remove "debug".
409        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
410        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
411        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
412        aclocal/check-cxx.m4, aclocal/check-itron.m4,
413        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
414        aclocal/check-posix.m4, aclocal/check-tool.m4,
415        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
416        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
417        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
418        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
419        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
420        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
421        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
422        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
423        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
424        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
425        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
426        (Copied from ../../../aclocal).
427
4282003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
431        * automake/compile.am, automake/host.am, automake/leaf.am
432        automake/local.am, automake/subdirs.am: New (copied from
433        ../../../automake).
434
4352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
438        bug report email address.
439
4402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
443
4442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
447        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
448
4492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
452        Remove autom4te.cache.
453
4542002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * support/configure.ac: Reflect changes above.  Take out unnecessary
457        autoconf macros.
458        * support/include/Makefile.am: Remove.
459        * support/Makefile.am: Merge in former include/Makefile.am.
460
4612002-08-01      Joel Sherrill <joel@OARcorp.com>
462
463        * Per PR47 add support for buffered test output.  This involved
464        adding defines to redirect output to a buffer and dump it when full,
465        at "test pause", and at exit.  To avoid problems when redefining
466        exit(), all tests were modified to call rtems_test_exit(). Some
467        tests, notable psxtests, had to be modified to include  the standard
468        test macro .h file (pmacros.h or tmacros.h) to enable this support.
469        * support/include/buffer_test_io.h: New file.
470
4712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Remove ENABLE_GCC28.
474
4752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
478        Remove AUTOMAKE_OPTIONS.
479        * configure.ac, support/configure.ac:
480        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
481        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
482
4832001-11-07      Joel Sherrill <joel@OARcorp.com>
484
485        Tracked as PR72 but related to the object id problem (PR36)
486        reported by Todor.Todorov@barco.com.
487        but discovered independently.
488        * support/include/tmacros.h: Added
489        fatal_directive_check_status_only().
490
4912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
494        2.52.
495        * configure.ac, support/configure.ac: New file, generated from
496        configure.in by autoupdate.
497        * configure.in, support/configure.in: Remove.
498
4992001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
502        handling.
503
5042001-08-16      Joel Sherrill <joel@OARcorp.com>
505
506        * support/include/tmacros.h: Attempt to print errno as further
507        information.
508
5092001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
512        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
513
5142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
515
516        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
517
5182001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
521        * support/Makefile.am: Remove stubdr, wrapup.
522        * support/stubdr/Makefile.am, support/stubdr/open.c,
523        support/stubdr/close.c, support/stubdr/init.c,
524        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
525        support/stubdr/.cvsignore, support/stubdr/read.c,
526        support/stubdr/write.c, support/wrapup/Makefile.am,
527        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
528
5292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
532        in ACLOCAL_AMFLAGS.
533
5342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
537        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
538        $(RTEMS_TOPdir)/aclocal.
539
5402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
543        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
544
5452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
548        compile.am
549
5502000-08-10      Joel Sherrill <joel@OARcorp.com>
551
552        * ChangeLog, support/ChangeLog: New file.
553
Note: See TracBrowser for help on using the repository browser.