source: rtems/testsuites/ChangeLog @ 534f4ce4

4.115
Last change on this file since 534f4ce4 was ba021d5c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/07/10 at 19:33:53

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

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