source: rtems/testsuites/ChangeLog @ aff1ea5a

4.115
Last change on this file since aff1ea5a was bce989a9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/17/10 at 16:02:31

2010-06-17 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove itron.
  • Property mode set to 100644
File size: 24.4 KB
Line 
12010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove itron.
4
52010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * aclocal/version.m4: Bump RTEMS_API to 4.11.
8        Bump _RTEMS_VERSION to 4.10.99.0.
9
102010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * support/include/tmacros.h: Remove PRIdoff_t.
13
142010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
15
16        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
17        treat all non-zero values of _Thread_Dispatch_disable_level equally.
18
192009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
20
21        * support/include/test_support.h, support/include/tmacros.h,
22        support/src/test_support.c: Added support functions to spin for a
23        number of ticks and to spin until the next tick.
24        * support/src/spin.c: New file.
25
262009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * support/include/tmacros.h: Use rtems_test_assert() consistently
29        instead of system assert(). rtems_test_assert() is designed to
30        integrate into the RTEMS test suite infrastructure.
31
322009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * support/include/tmacros.h: Add service to check status returned by
35        POSIX methods which return a pointer which is -1 on error. This
36        eliminated some casts.
37
382009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * support/include/tmacros.h: Include rtems/score/thread.h.
41        Remove _Thread_Dispatch_disable_level.
42
432009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
46        PRIxblksize_t, PRIxblkcnt_t.
47        Comment cleanups.
48
492009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * support/include/tmacros.h: Add PRIxrtems_task_priority,
52        PRIxrtems_task_priority, PRIxrtems_signal_set.
53
542009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * support/include/tmacros.h: Add PRIxpthread_t.
57        * support/include/tmacros.h: Add PRIxrtems_event_set.
58        (fatal_posix_service_status_errno) Add local "long" var "statx".
59
602009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
63        Add PRIdrtems_task_argument.
64
652009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
68        Add PRIdrtems_interval.
69
702009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * support/include/tmacros.h: Add PRIdPriority_Control.
73        Change PRIdrtems_task_priority to using PRIdPriority_Control.
74
752009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * support/include/tmacros.h: Add PRIdrtems_task_priority.
78
792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * support/include/tmacros.h: Add PRIxrtems_id.
82
832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * support/include/tmacros.h: Add PRItime_t.
86
872009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
90
912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * support/include/test_support.h: Add missing prototypes.
94        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
95        outside of check_dispatch_disable_level.
96
972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * support/src/test_support.c: Add missing prototypes.
100        * support/include/tmacros.h: Include <inttypes.h>.
101        Move extern "C".
102        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
103
1042009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Add support/include/test_support.h.
107
1082009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * automake/compile.am: Add *.ralf to clean-local.
111
1122009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
115
1162009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
119
1202009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * aclocal/canonical-target-name.m4:
123        Remove posix/unix simulator.
124
1252009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
128        case for nanosleep of a very small delay which mathematically is less
129        than a clock tick.
130
1312009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
132
133        * configure.ac: Some POSIX tests exercise functionality which is
134        enabled when the POSIX threading is disabled. So build this suite all
135        the time and let the psxtests select the specific tests to build.
136
1372009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
140        and get_ticks_per_second() in favor of new
141        rtems_clock_get_ticks_per_second().
142
1432009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
144
145        * support/src/test_support.c: Tinker with longest valid name.
146
1472009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * support/include/buffer_test_io.h: Use printk on AVR by default.
150
1512009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * support/src/tmtests_empty_function.c: Fix warnings.
154
1552009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
158          toolchains.
159
1602008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * aclocal/canonical-target-name.m4: Remove tic4x.
163
1642008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * aclocal/version.m4: Bump RTEMS_API to 4.10.
167        Bump _RTEMS_VERSION to 4.9.99.0.
168
1692008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * support/src/test_support.c: Convert to "bool".
172
1732008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * support/src/tmtests_empty_function.c: New file.
176
1772008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
180        AC_PREREQ(2.62).
181
1822008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
185
1862008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
187
188        * support/include/test_support.h, support/src/test_support.c: New files.
189
1902008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
191
192        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
193        tmacros.h available to all POSIX tests. Add a clock_settime case for
194        < 1988.
195
1962008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * support/include/tmacros.h: Fix put_name to handle unprintable names.
199
2002008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * support/include/tmacros.h: Add new rtems_test_assert() which exits
203        rather than calling fatal error.
204
2052007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * support/include/tmacros.h: Add new helper for POSIX tests.
208
2092007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * aclocal/version.m4: Bump RTEMS_API to 4.9.
212        Bump RTEMS_VERSION to 4.8.99.0.
213
2142007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
215
216        * support/include/buffer_test_io.h: Add support for using printk for
217        output in tests. This should be followed up by disabling the console
218        driver and other support when the tests are using printk.
219
2202007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
223        rtems/score/cpuopts.h.
224
2252006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: New BUG-REPORT address.
228
2292006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * aclocal/rtems-top.m4: Remove RTEMS_API.
232        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
233
2342006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
237
2382006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/version.m4: Bump version to 4.7.99.0.
241
2422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * configure.ac: Require autoconf-2.60. Require automake-1.10.
245
2462006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
247
248        * samples/fileio/system.h:
249        (PR1118) make use of the new confdefs.h mechanisms
250        for the IDE/ATA interface
251       
2522006-04-18  Joel Sherrill <joel@OARcorp.com>
253
254        * aclocal/version.m4: Updated to rtems-4.6.99.3.
255
2562006-02-01      Joel Sherrill <joel@OARcorp.com>
257
258        PR 855/tests
259        * support/include/tmacros.h: Fix typo.
260
2612005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
262
263        * aclocal/enable-bare.m4: Remove (Unused).
264        * aclocal/env-rtemsbsp.m4, configure.ac:
265        Remove RTEMS_ENABLE_BARE,
266        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
267
2682005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * automake/compile.am: Remove .coff. Remove .obj.
271
2722005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * automake/local.am: Remove depend.
275        * automake/host.am: Remove depend.
276        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
277        * automake/local.am: Remove preinstall-am.
278        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
279        Set rtems_testsdir to $libdir/rtems-4.7/tests.
280        * configure.ac: Remove AMPOLISH3 (Unused).
281        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
282        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
283        Remove ARCH. Remove LINK_LIBS.
284        Extend clean-local to catch most temporary files make-exe is
285        creating.
286        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
287        Remove project_includedir.
288        Add rtems_testsdir.
289        * aclocal/rtems-top.m4: Remove dirstamp.
290
2912005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
292
293        * Makefile.am: Remove preinstall.am
294        * preinstall.am: Remove.
295        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
296
2972005-11-10      Joel Sherrill <joel@OARcorp.com>
298
299        * support/.cvsignore: New file.
300
3012005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * Makefile.am: Don't preinstall support/include headers.
304        * configure.ac: Fix config-variables of conditionally built subdirs.
305
3062005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
307
308        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
309        aclocal/check-networking.m4, aclocal/check-posix.m4,
310        aclocal/check-tests.m4, aclocal/enable-itron.m4,
311        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
312        aclocal/enable-posix.m4: Remove (Unused).
313
3142005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
317        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
318        GCCSPECS.
319        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
320        up temporary CPPFLAGS to compile check cpuopts.h.
321        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
322        --enable-project-root. Remove --with-project-root.
323        Fix --enable-rtems-root.
324        * automake/compile.am, aclocal/env-rtemsbsp.m4:
325        Assume PROJECT_ROOT to contain RTEMS_BSP.
326
3272005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
330        * Makefile.am: Merge-in support/Makefile.am
331        * aclocal/check-cpuopts.m4: Add config.cache support.
332        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
333        OBJS from LINK_FILES.
334        * configure.ac: Add AMPOLISH3. Remove support/.
335
3362005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
339        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
340        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
341        Remove RTEMS_GCC_SPECS.
342        * aclocal/check-multiprocessing.m4: Don't require
343        RTEMS_ENABLE_MULTILIB.
344        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
345        GCCSPECS.
346        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
347        RTEMS_CXXFLAGS.
348        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
349        RTEMS_CFLAGS.
350        * aclocal/check-cpuopts.m4: New.
351        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
352        manually set up GCCSPEC (Now setup from inside configure). Remove
353        RTEMS_RELLDFLAGS (Used).
354        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
355        aclocal/multilib.m4: Remove (Unused).
356        * automake/compile.am: Remove CCAS support.
357
3582005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * automake/compile.am: Remove depend.
361        * automake/compile.am: Take contents of amcompile.am.
362        * aclocal/check-posix.m4: Sync with cpukit.
363        * automake/local.am: Remove depend-am.
364        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
365        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
366        Remove.
367        * automake/subdirs.am: Remove depend-recursive.
368        * configure.ac: Sync POSIX and ITRON magic with cpukit.
369        * automake/amcompile.am: New.
370
3712005-09-02      Joel Sherrill <joel@OARcorp.com>
372
373        * aclocal/version.m4: Updated to rtems-4.6.99.2.
374
3752004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
378        is defined.
379        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
380        itron for unix.
381
3822004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
385        * configure.ac, support/configure.ac: Require automake > 1.9.
386
3872004-07-28      Joel Sherrill <joel@OARcorp.com>
388
389        * aclocal/version.m4: Updated to rtems-4.6.99.1.
390
3912004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
394
3952004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
396
397        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
398
3992004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
400
401        * aclocal/rtems-top.m4: Add rtems_rootdir.
402        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
403        $rtems_rootdir.
404        * support/include/tmacros.h: Convert to using c99 fixed size types.
405        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
406        RTEMS_TOP.
407        * aclocal/check-custom-bsp.m4: Fix minor typo.
408        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
409        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
410        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
411        aclocal/enable-tests.m4, aclocal/multilib.m4,
412        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
413        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
414        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
415        Add --enable-rtems-root. Rework RTEMS_ROOT.
416
4172004-03-03      Joel Sherrill <joel@OARcorp.com>
418
419        * support/include/buffer_test_io.h: Correct typo.
420
4212004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/rtems-top.m4: Rework.
424        * aclocal/project-root.m4: Remove obsolete comments.
425        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
426        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
427        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
428
4292004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Remove subdir tools.
432        * aclocal/target.m4: Remove (Unused).
433
4342004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
435
436        * aclocal/version.m4: 4.6.99.0.
437
4382004-02-03      Joel Sherrill <joel@OARcorp.com>
439
440        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
441        compiler mode.
442
4432004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
444
445        * support/Makefile.am: Add PREINSTALL_DIRS.
446
4472004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
448
449        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
450        PRE/TMPINSTALL_FILES to CLEANFILES.
451
4522004-01-07      Joel Sherrill <joel@OARcorp.com>
453
454        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
455        port more completely covers the MIPS family.
456
4572004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
458
459        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
460        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
461        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
462        Cleanup comments.
463        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
464        Remove build-variants. Hard-code ARCH=o-optimize.
465        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
466        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
467        conditional.
468        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
469        CFLAGS_DEBUG_V.
470        * aclocal/rtems-flags.m4: Remove (Unused).
471        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
472        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
473        (Implicitly handled by automake).
474        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
475        RTEMS_CFLAGS.
476
4772003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
478
479        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
480
4812003-12-17      Joel Sherrill <joel@OARcorp.com>
482
483        * aclocal/version.m4: Updated to rtems-20031217-test.
484
4852003-12-16      Joel Sherrill <joel@OARcorp.com>
486
487        PR 544/tests
488        * support/include/buffer_test_io.h: Various modifications to make
489        tests account for resources and not print at inappropriate times.
490
4912003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
492
493        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
494        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
495
4962003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
497
498        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
499        * automake/compila.am: Remove ARCH.
500        * configure.ac, support/configure.ac: Require automake >= 1.8,
501        autoconf >= 2.59.
502        * support/Makefile.am: Use mkdir_p. Remove dirs from
503        PRE/TMPINSTALL_FILES. Use include_HEADERS.
504        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
505
5062003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
507
508        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
509        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
510        AC_SUBST(dirstamp).
511        * aclocal/lead-dot.m4: New (from automake-1.7f).
512
5132003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
514
515        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
516        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
517        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
518        aclocal/check-networking.m4, aclocal/check-posix.m4,
519        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
520        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
521        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
522        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
523        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
524        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
525        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
526        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
527        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
528        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
529        underquoting to silence automake-1.8.
530
5312003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
532
533        * configure.ac, support/configure.ac: Reflect having moved to
534        testsuites/.
535
5362003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
539        RTEMS Version message.
540
5412003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/canonical-host.m4: Remove.
544        * configure.ac: Remove RTEMS_CANONICAL_HOST.
545        * aclocal/canonical-target-name.m4: Merge-in
546        aclocal/canonical-host.m4.
547
5482003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
549
550        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
551        * aclocal/bsp_alias.m4: Remove.
552
5532003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
556        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
557        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
558        instead of RTEMS_CHECK_CPU.
559        * aclocal/check-cpu.m4: Remove.
560        * configure.ac: Remove RTEMS_CHECK_CPU.
561
5622003-09-04      Joel Sherrill <joel@OARcorp.com>
563
564        * support/include/tmacros.h: URL for license changed.
565
5662003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
567
568        * aclocal/rtems-top.m4: Add RTEMS_API.
569        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
570
5712003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
572
573        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
574        * aclocal/enable-tests.m4: Change to support
575        --enable-tests=no|yes|samples, default is samples.
576        * configure.ac: Reflect changes above.
577
5782003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
581
5822003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
583
584        * automake/local.am, automake/host.am: Remove "debug".
585        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
586        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
587        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
588        aclocal/check-cxx.m4, aclocal/check-itron.m4,
589        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
590        aclocal/check-posix.m4, aclocal/check-tool.m4,
591        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
592        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
593        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
594        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
595        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
596        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
597        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
598        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
599        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
600        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
601        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
602        (Copied from ../../../aclocal).
603
6042003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
607        * automake/compile.am, automake/host.am, automake/leaf.am
608        automake/local.am, automake/subdirs.am: New (copied from
609        ../../../automake).
610
6112003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
614        bug report email address.
615
6162003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
619
6202003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
621
622        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
623        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
624
6252002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
626
627        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
628        Remove autom4te.cache.
629
6302002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
631
632        * support/configure.ac: Reflect changes above.  Take out unnecessary
633        autoconf macros.
634        * support/include/Makefile.am: Remove.
635        * support/Makefile.am: Merge in former include/Makefile.am.
636
6372002-08-01      Joel Sherrill <joel@OARcorp.com>
638
639        * Per PR47 add support for buffered test output.  This involved
640        adding defines to redirect output to a buffer and dump it when full,
641        at "test pause", and at exit.  To avoid problems when redefining
642        exit(), all tests were modified to call rtems_test_exit(). Some
643        tests, notable psxtests, had to be modified to include  the standard
644        test macro .h file (pmacros.h or tmacros.h) to enable this support.
645        * support/include/buffer_test_io.h: New file.
646
6472002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
648
649        * configure.ac: Remove ENABLE_GCC28.
650
6512002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
654        Remove AUTOMAKE_OPTIONS.
655        * configure.ac, support/configure.ac:
656        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
657        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
658
6592001-11-07      Joel Sherrill <joel@OARcorp.com>
660
661        Tracked as PR72 but related to the object id problem (PR36)
662        reported by Todor.Todorov@barco.com.
663        but discovered independently.
664        * support/include/tmacros.h: Added
665        fatal_directive_check_status_only().
666
6672001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
668
669        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
670        2.52.
671        * configure.ac, support/configure.ac: New file, generated from
672        configure.in by autoupdate.
673        * configure.in, support/configure.in: Remove.
674
6752001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
676
677        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
678        handling.
679
6802001-08-16      Joel Sherrill <joel@OARcorp.com>
681
682        * support/include/tmacros.h: Attempt to print errno as further
683        information.
684
6852001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
688        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
689
6902001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
691
692        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
693
6942001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
695
696        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
697        * support/Makefile.am: Remove stubdr, wrapup.
698        * support/stubdr/Makefile.am, support/stubdr/open.c,
699        support/stubdr/close.c, support/stubdr/init.c,
700        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
701        support/stubdr/.cvsignore, support/stubdr/read.c,
702        support/stubdr/write.c, support/wrapup/Makefile.am,
703        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
704
7052000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
706
707        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
708        in ACLOCAL_AMFLAGS.
709
7102000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
711
712        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
713        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
714        $(RTEMS_TOPdir)/aclocal.
715
7162000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
717
718        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
719        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
720
7212000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
722
723        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
724        compile.am
725
7262000-08-10      Joel Sherrill <joel@OARcorp.com>
727
728        * ChangeLog, support/ChangeLog: New file.
729
Note: See TracBrowser for help on using the repository browser.