source: rtems/testsuites/ChangeLog @ 668bccc

4.104.115
Last change on this file since 668bccc was 45215d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/29/10 at 05:29:33

2010-05-29 Ralf Corsépius <ralf.corsepius@…>

  • support/include/tmacros.h: Remove PRIdoff_t.
  • Property mode set to 100644
File size: 24.1 KB
Line 
12010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/tmacros.h: Remove PRIdoff_t.
4
52010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
6
7        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
8        treat all non-zero values of _Thread_Dispatch_disable_level equally.
9
102009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
11
12        * support/include/test_support.h, support/include/tmacros.h,
13        support/src/test_support.c: Added support functions to spin for a
14        number of ticks and to spin until the next tick.
15        * support/src/spin.c: New file.
16
172009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * support/include/tmacros.h: Use rtems_test_assert() consistently
20        instead of system assert(). rtems_test_assert() is designed to
21        integrate into the RTEMS test suite infrastructure.
22
232009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * support/include/tmacros.h: Add service to check status returned by
26        POSIX methods which return a pointer which is -1 on error. This
27        eliminated some casts.
28
292009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * support/include/tmacros.h: Include rtems/score/thread.h.
32        Remove _Thread_Dispatch_disable_level.
33
342009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
37        PRIxblksize_t, PRIxblkcnt_t.
38        Comment cleanups.
39
402009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * support/include/tmacros.h: Add PRIxrtems_task_priority,
43        PRIxrtems_task_priority, PRIxrtems_signal_set.
44
452009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * support/include/tmacros.h: Add PRIxpthread_t.
48        * support/include/tmacros.h: Add PRIxrtems_event_set.
49        (fatal_posix_service_status_errno) Add local "long" var "statx".
50
512009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
54        Add PRIdrtems_task_argument.
55
562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
59        Add PRIdrtems_interval.
60
612009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * support/include/tmacros.h: Add PRIdPriority_Control.
64        Change PRIdrtems_task_priority to using PRIdPriority_Control.
65
662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * support/include/tmacros.h: Add PRIdrtems_task_priority.
69
702009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * support/include/tmacros.h: Add PRIxrtems_id.
73
742009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * support/include/tmacros.h: Add PRItime_t.
77
782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
81
822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * support/include/test_support.h: Add missing prototypes.
85        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
86        outside of check_dispatch_disable_level.
87
882009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * support/src/test_support.c: Add missing prototypes.
91        * support/include/tmacros.h: Include <inttypes.h>.
92        Move extern "C".
93        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
94
952009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Add support/include/test_support.h.
98
992009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * automake/compile.am: Add *.ralf to clean-local.
102
1032009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
106
1072009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
110
1112009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * aclocal/canonical-target-name.m4:
114        Remove posix/unix simulator.
115
1162009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
119        case for nanosleep of a very small delay which mathematically is less
120        than a clock tick.
121
1222009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
123
124        * configure.ac: Some POSIX tests exercise functionality which is
125        enabled when the POSIX threading is disabled. So build this suite all
126        the time and let the psxtests select the specific tests to build.
127
1282009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
129
130        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
131        and get_ticks_per_second() in favor of new
132        rtems_clock_get_ticks_per_second().
133
1342009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
135
136        * support/src/test_support.c: Tinker with longest valid name.
137
1382009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * support/include/buffer_test_io.h: Use printk on AVR by default.
141
1422009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * support/src/tmtests_empty_function.c: Fix warnings.
145
1462009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
149          toolchains.
150
1512008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/canonical-target-name.m4: Remove tic4x.
154
1552008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * aclocal/version.m4: Bump RTEMS_API to 4.10.
158        Bump _RTEMS_VERSION to 4.9.99.0.
159
1602008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * support/src/test_support.c: Convert to "bool".
163
1642008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * support/src/tmtests_empty_function.c: New file.
167
1682008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
171        AC_PREREQ(2.62).
172
1732008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
176
1772008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
178
179        * support/include/test_support.h, support/src/test_support.c: New files.
180
1812008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
182
183        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
184        tmacros.h available to all POSIX tests. Add a clock_settime case for
185        < 1988.
186
1872008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * support/include/tmacros.h: Fix put_name to handle unprintable names.
190
1912008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
192
193        * support/include/tmacros.h: Add new rtems_test_assert() which exits
194        rather than calling fatal error.
195
1962007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * support/include/tmacros.h: Add new helper for POSIX tests.
199
2002007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * aclocal/version.m4: Bump RTEMS_API to 4.9.
203        Bump RTEMS_VERSION to 4.8.99.0.
204
2052007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
206
207        * support/include/buffer_test_io.h: Add support for using printk for
208        output in tests. This should be followed up by disabling the console
209        driver and other support when the tests are using printk.
210
2112007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
214        rtems/score/cpuopts.h.
215
2162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * configure.ac: New BUG-REPORT address.
219
2202006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * aclocal/rtems-top.m4: Remove RTEMS_API.
223        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
224
2252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * aclocal/version.m4: Bump version to 4.7.99.0.
232
2332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * configure.ac: Require autoconf-2.60. Require automake-1.10.
236
2372006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
238
239        * samples/fileio/system.h:
240        (PR1118) make use of the new confdefs.h mechanisms
241        for the IDE/ATA interface
242       
2432006-04-18  Joel Sherrill <joel@OARcorp.com>
244
245        * aclocal/version.m4: Updated to rtems-4.6.99.3.
246
2472006-02-01      Joel Sherrill <joel@OARcorp.com>
248
249        PR 855/tests
250        * support/include/tmacros.h: Fix typo.
251
2522005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * aclocal/enable-bare.m4: Remove (Unused).
255        * aclocal/env-rtemsbsp.m4, configure.ac:
256        Remove RTEMS_ENABLE_BARE,
257        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
258
2592005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * automake/compile.am: Remove .coff. Remove .obj.
262
2632005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * automake/local.am: Remove depend.
266        * automake/host.am: Remove depend.
267        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
268        * automake/local.am: Remove preinstall-am.
269        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
270        Set rtems_testsdir to $libdir/rtems-4.7/tests.
271        * configure.ac: Remove AMPOLISH3 (Unused).
272        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
273        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
274        Remove ARCH. Remove LINK_LIBS.
275        Extend clean-local to catch most temporary files make-exe is
276        creating.
277        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
278        Remove project_includedir.
279        Add rtems_testsdir.
280        * aclocal/rtems-top.m4: Remove dirstamp.
281
2822005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * Makefile.am: Remove preinstall.am
285        * preinstall.am: Remove.
286        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
287
2882005-11-10      Joel Sherrill <joel@OARcorp.com>
289
290        * support/.cvsignore: New file.
291
2922005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * Makefile.am: Don't preinstall support/include headers.
295        * configure.ac: Fix config-variables of conditionally built subdirs.
296
2972005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
298
299        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
300        aclocal/check-networking.m4, aclocal/check-posix.m4,
301        aclocal/check-tests.m4, aclocal/enable-itron.m4,
302        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
303        aclocal/enable-posix.m4: Remove (Unused).
304
3052005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
308        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
309        GCCSPECS.
310        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
311        up temporary CPPFLAGS to compile check cpuopts.h.
312        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
313        --enable-project-root. Remove --with-project-root.
314        Fix --enable-rtems-root.
315        * automake/compile.am, aclocal/env-rtemsbsp.m4:
316        Assume PROJECT_ROOT to contain RTEMS_BSP.
317
3182005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
321        * Makefile.am: Merge-in support/Makefile.am
322        * aclocal/check-cpuopts.m4: Add config.cache support.
323        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
324        OBJS from LINK_FILES.
325        * configure.ac: Add AMPOLISH3. Remove support/.
326
3272005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
330        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
331        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
332        Remove RTEMS_GCC_SPECS.
333        * aclocal/check-multiprocessing.m4: Don't require
334        RTEMS_ENABLE_MULTILIB.
335        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
336        GCCSPECS.
337        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
338        RTEMS_CXXFLAGS.
339        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
340        RTEMS_CFLAGS.
341        * aclocal/check-cpuopts.m4: New.
342        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
343        manually set up GCCSPEC (Now setup from inside configure). Remove
344        RTEMS_RELLDFLAGS (Used).
345        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
346        aclocal/multilib.m4: Remove (Unused).
347        * automake/compile.am: Remove CCAS support.
348
3492005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * automake/compile.am: Remove depend.
352        * automake/compile.am: Take contents of amcompile.am.
353        * aclocal/check-posix.m4: Sync with cpukit.
354        * automake/local.am: Remove depend-am.
355        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
356        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
357        Remove.
358        * automake/subdirs.am: Remove depend-recursive.
359        * configure.ac: Sync POSIX and ITRON magic with cpukit.
360        * automake/amcompile.am: New.
361
3622005-09-02      Joel Sherrill <joel@OARcorp.com>
363
364        * aclocal/version.m4: Updated to rtems-4.6.99.2.
365
3662004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
367
368        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
369        is defined.
370        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
371        itron for unix.
372
3732004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
374
375        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
376        * configure.ac, support/configure.ac: Require automake > 1.9.
377
3782004-07-28      Joel Sherrill <joel@OARcorp.com>
379
380        * aclocal/version.m4: Updated to rtems-4.6.99.1.
381
3822004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
385
3862004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
389
3902004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/rtems-top.m4: Add rtems_rootdir.
393        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
394        $rtems_rootdir.
395        * support/include/tmacros.h: Convert to using c99 fixed size types.
396        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
397        RTEMS_TOP.
398        * aclocal/check-custom-bsp.m4: Fix minor typo.
399        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
400        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
401        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
402        aclocal/enable-tests.m4, aclocal/multilib.m4,
403        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
404        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
405        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
406        Add --enable-rtems-root. Rework RTEMS_ROOT.
407
4082004-03-03      Joel Sherrill <joel@OARcorp.com>
409
410        * support/include/buffer_test_io.h: Correct typo.
411
4122004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
413
414        * aclocal/rtems-top.m4: Rework.
415        * aclocal/project-root.m4: Remove obsolete comments.
416        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
417        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
418        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
419
4202004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Remove subdir tools.
423        * aclocal/target.m4: Remove (Unused).
424
4252004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/version.m4: 4.6.99.0.
428
4292004-02-03      Joel Sherrill <joel@OARcorp.com>
430
431        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
432        compiler mode.
433
4342004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
435
436        * support/Makefile.am: Add PREINSTALL_DIRS.
437
4382004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
439
440        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
441        PRE/TMPINSTALL_FILES to CLEANFILES.
442
4432004-01-07      Joel Sherrill <joel@OARcorp.com>
444
445        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
446        port more completely covers the MIPS family.
447
4482004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
449
450        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
451        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
452        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
453        Cleanup comments.
454        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
455        Remove build-variants. Hard-code ARCH=o-optimize.
456        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
457        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
458        conditional.
459        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
460        CFLAGS_DEBUG_V.
461        * aclocal/rtems-flags.m4: Remove (Unused).
462        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
463        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
464        (Implicitly handled by automake).
465        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
466        RTEMS_CFLAGS.
467
4682003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
469
470        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
471
4722003-12-17      Joel Sherrill <joel@OARcorp.com>
473
474        * aclocal/version.m4: Updated to rtems-20031217-test.
475
4762003-12-16      Joel Sherrill <joel@OARcorp.com>
477
478        PR 544/tests
479        * support/include/buffer_test_io.h: Various modifications to make
480        tests account for resources and not print at inappropriate times.
481
4822003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
483
484        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
485        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
486
4872003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
488
489        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
490        * automake/compila.am: Remove ARCH.
491        * configure.ac, support/configure.ac: Require automake >= 1.8,
492        autoconf >= 2.59.
493        * support/Makefile.am: Use mkdir_p. Remove dirs from
494        PRE/TMPINSTALL_FILES. Use include_HEADERS.
495        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
496
4972003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
498
499        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
500        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
501        AC_SUBST(dirstamp).
502        * aclocal/lead-dot.m4: New (from automake-1.7f).
503
5042003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
505
506        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
507        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
508        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
509        aclocal/check-networking.m4, aclocal/check-posix.m4,
510        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
511        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
512        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
513        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
514        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
515        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
516        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
517        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
518        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
519        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
520        underquoting to silence automake-1.8.
521
5222003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
523
524        * configure.ac, support/configure.ac: Reflect having moved to
525        testsuites/.
526
5272003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
528
529        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
530        RTEMS Version message.
531
5322003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
533
534        * aclocal/canonical-host.m4: Remove.
535        * configure.ac: Remove RTEMS_CANONICAL_HOST.
536        * aclocal/canonical-target-name.m4: Merge-in
537        aclocal/canonical-host.m4.
538
5392003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
542        * aclocal/bsp_alias.m4: Remove.
543
5442003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
547        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
548        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
549        instead of RTEMS_CHECK_CPU.
550        * aclocal/check-cpu.m4: Remove.
551        * configure.ac: Remove RTEMS_CHECK_CPU.
552
5532003-09-04      Joel Sherrill <joel@OARcorp.com>
554
555        * support/include/tmacros.h: URL for license changed.
556
5572003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/rtems-top.m4: Add RTEMS_API.
560        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
561
5622003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
565        * aclocal/enable-tests.m4: Change to support
566        --enable-tests=no|yes|samples, default is samples.
567        * configure.ac: Reflect changes above.
568
5692003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
570
571        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
572
5732003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
574
575        * automake/local.am, automake/host.am: Remove "debug".
576        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
577        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
578        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
579        aclocal/check-cxx.m4, aclocal/check-itron.m4,
580        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
581        aclocal/check-posix.m4, aclocal/check-tool.m4,
582        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
583        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
584        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
585        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
586        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
587        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
588        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
589        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
590        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
591        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
592        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
593        (Copied from ../../../aclocal).
594
5952003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
596
597        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
598        * automake/compile.am, automake/host.am, automake/leaf.am
599        automake/local.am, automake/subdirs.am: New (copied from
600        ../../../automake).
601
6022003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
605        bug report email address.
606
6072003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
610
6112003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
612
613        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
614        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
615
6162002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
619        Remove autom4te.cache.
620
6212002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
622
623        * support/configure.ac: Reflect changes above.  Take out unnecessary
624        autoconf macros.
625        * support/include/Makefile.am: Remove.
626        * support/Makefile.am: Merge in former include/Makefile.am.
627
6282002-08-01      Joel Sherrill <joel@OARcorp.com>
629
630        * Per PR47 add support for buffered test output.  This involved
631        adding defines to redirect output to a buffer and dump it when full,
632        at "test pause", and at exit.  To avoid problems when redefining
633        exit(), all tests were modified to call rtems_test_exit(). Some
634        tests, notable psxtests, had to be modified to include  the standard
635        test macro .h file (pmacros.h or tmacros.h) to enable this support.
636        * support/include/buffer_test_io.h: New file.
637
6382002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac: Remove ENABLE_GCC28.
641
6422002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
643
644        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
645        Remove AUTOMAKE_OPTIONS.
646        * configure.ac, support/configure.ac:
647        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
648        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
649
6502001-11-07      Joel Sherrill <joel@OARcorp.com>
651
652        Tracked as PR72 but related to the object id problem (PR36)
653        reported by Todor.Todorov@barco.com.
654        but discovered independently.
655        * support/include/tmacros.h: Added
656        fatal_directive_check_status_only().
657
6582001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
661        2.52.
662        * configure.ac, support/configure.ac: New file, generated from
663        configure.in by autoupdate.
664        * configure.in, support/configure.in: Remove.
665
6662001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
667
668        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
669        handling.
670
6712001-08-16      Joel Sherrill <joel@OARcorp.com>
672
673        * support/include/tmacros.h: Attempt to print errno as further
674        information.
675
6762001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
677
678        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
679        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
680
6812001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
682
683        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
684
6852001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
688        * support/Makefile.am: Remove stubdr, wrapup.
689        * support/stubdr/Makefile.am, support/stubdr/open.c,
690        support/stubdr/close.c, support/stubdr/init.c,
691        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
692        support/stubdr/.cvsignore, support/stubdr/read.c,
693        support/stubdr/write.c, support/wrapup/Makefile.am,
694        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
695
6962000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
697
698        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
699        in ACLOCAL_AMFLAGS.
700
7012000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
702
703        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
704        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
705        $(RTEMS_TOPdir)/aclocal.
706
7072000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
708
709        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
710        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
711
7122000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
713
714        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
715        compile.am
716
7172000-08-10      Joel Sherrill <joel@OARcorp.com>
718
719        * ChangeLog, support/ChangeLog: New file.
720
Note: See TracBrowser for help on using the repository browser.