source: rtems/testsuites/ChangeLog @ bf08a0f

4.115
Last change on this file since bf08a0f was bf08a0f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/11 at 02:58:15

2011-09-30 Ralf Corsépius <ralf.corsepius@…>

  • support/include/tmacros.h: Remove PRItime_t.
  • Property mode set to 100644
File size: 27.6 KB
Line 
12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/tmacros.h: Remove PRItime_t.
4
52011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6        * support/include/pritime.h: New.
7        * Makefile.am: Add support/include/pritime.h
8
92011-07-29      Jennifer Averett <Jennifer.Averett@OARcorp.com>
10
11        * support/include/test_support.h: Fixed incorrect name in prototype.
12
132011-07-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
14
15        * support/include/tmacros.h: Disable the check for dispatch disable
16        level for SMP tests. Another CPU may be inside RTEMS by the time
17        these checks are being done which would result in false failures.
18
192011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * configure.ac, support/include/test_support.h:
22        * support/src/locked_print.c: New file.
23
242011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
25
26        PR 1784
27        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
28        bspsmp.h
29
302011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
31
32        PR 1777/cpukit
33        * support/include/tmacros.h, tmtests/tm26/task1.c,
34        tmtests/tm27/task1.c: Consolidated access to
35        _Thread_Dispatch_disable_level.
36
372011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * configure.ac: Add fstests.
40
412011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
44        Rename RTEMS_API into _RTEMS_API.
45
462011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * aclocal/canonical-target-name.m4:
49        Stop pretending no_cpu* was buildable.
50        Derive RTEMS_CPU from "$host_cpu".
51        Error out if "$host" doesn't match "*-*-rtems*".
52
532011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * support/src/tmtests_support.c:
56        loop_overhead and end_time are uint32_t's.
57
582011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * support/src/spin.c, support/src/test_support.c,
61        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
62        Add HAVE_CONFIG_H.
63
642011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
67
682011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Require autoconf-2.68, automake-1.11.1.
71
722010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * configure.ac: Add initial small set of POSIX Timing Tests.
75
762010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        PR 1708/build:
79        * aclocal/check-cpuopts.m4: Fix m4-quoting.
80
812010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
84
852010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * automake/compile.am: Remove clean-local:.
88        Use CLEANFILES for cleaning up make-exe by-products.
89
902010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        PR 1532/testing
93        * aclocal/project-root.m4: Add initial tests for untar capabilities.
94
952010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * support/include/test_support.h, support/src/test_support.c: Add
98        Allocate_majority_of_heap().
99
1002010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
101
102        * support/src/tmtests_support.c: Fix warning.
103
1042010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * support/include/test_support.h, support/src/tmtests_empty_function.c:
107        Add helper so it is easier to write a basic repeated operation
108        tmtest.
109        * support/src/tmtests_support.c: New file.
110
1112010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove itron.
114
1152010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * aclocal/version.m4: Bump RTEMS_API to 4.11.
118        Bump _RTEMS_VERSION to 4.10.99.0.
119
1202010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * support/include/tmacros.h: Remove PRIdoff_t.
123
1242010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
125
126        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
127        treat all non-zero values of _Thread_Dispatch_disable_level equally.
128
1292009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
130
131        * support/include/test_support.h, support/include/tmacros.h,
132        support/src/test_support.c: Added support functions to spin for a
133        number of ticks and to spin until the next tick.
134        * support/src/spin.c: New file.
135
1362009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * support/include/tmacros.h: Use rtems_test_assert() consistently
139        instead of system assert(). rtems_test_assert() is designed to
140        integrate into the RTEMS test suite infrastructure.
141
1422009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * support/include/tmacros.h: Add service to check status returned by
145        POSIX methods which return a pointer which is -1 on error. This
146        eliminated some casts.
147
1482009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * support/include/tmacros.h: Include rtems/score/thread.h.
151        Remove _Thread_Dispatch_disable_level.
152
1532009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
156        PRIxblksize_t, PRIxblkcnt_t.
157        Comment cleanups.
158
1592009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * support/include/tmacros.h: Add PRIxrtems_task_priority,
162        PRIxrtems_task_priority, PRIxrtems_signal_set.
163
1642009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * support/include/tmacros.h: Add PRIxpthread_t.
167        * support/include/tmacros.h: Add PRIxrtems_event_set.
168        (fatal_posix_service_status_errno) Add local "long" var "statx".
169
1702009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
173        Add PRIdrtems_task_argument.
174
1752009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
178        Add PRIdrtems_interval.
179
1802009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * support/include/tmacros.h: Add PRIdPriority_Control.
183        Change PRIdrtems_task_priority to using PRIdPriority_Control.
184
1852009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * support/include/tmacros.h: Add PRIdrtems_task_priority.
188
1892009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * support/include/tmacros.h: Add PRIxrtems_id.
192
1932009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * support/include/tmacros.h: Add PRItime_t.
196
1972009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
198
199        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
200
2012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * support/include/test_support.h: Add missing prototypes.
204        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
205        outside of check_dispatch_disable_level.
206
2072009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * support/src/test_support.c: Add missing prototypes.
210        * support/include/tmacros.h: Include <inttypes.h>.
211        Move extern "C".
212        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
213
2142009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * Makefile.am: Add support/include/test_support.h.
217
2182009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * automake/compile.am: Add *.ralf to clean-local.
221
2222009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
225
2262009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
227
228        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
229
2302009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * aclocal/canonical-target-name.m4:
233        Remove posix/unix simulator.
234
2352009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
236
237        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
238        case for nanosleep of a very small delay which mathematically is less
239        than a clock tick.
240
2412009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
242
243        * configure.ac: Some POSIX tests exercise functionality which is
244        enabled when the POSIX threading is disabled. So build this suite all
245        the time and let the psxtests select the specific tests to build.
246
2472009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
250        and get_ticks_per_second() in favor of new
251        rtems_clock_get_ticks_per_second().
252
2532009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * support/src/test_support.c: Tinker with longest valid name.
256
2572009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
258
259        * support/include/buffer_test_io.h: Use printk on AVR by default.
260
2612009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
262
263        * support/src/tmtests_empty_function.c: Fix warnings.
264
2652009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
268          toolchains.
269
2702008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * aclocal/canonical-target-name.m4: Remove tic4x.
273
2742008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
275
276        * aclocal/version.m4: Bump RTEMS_API to 4.10.
277        Bump _RTEMS_VERSION to 4.9.99.0.
278
2792008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * support/src/test_support.c: Convert to "bool".
282
2832008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
284
285        * support/src/tmtests_empty_function.c: New file.
286
2872008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
290        AC_PREREQ(2.62).
291
2922008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
295
2962008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
297
298        * support/include/test_support.h, support/src/test_support.c: New files.
299
3002008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
301
302        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
303        tmacros.h available to all POSIX tests. Add a clock_settime case for
304        < 1988.
305
3062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
307
308        * support/include/tmacros.h: Fix put_name to handle unprintable names.
309
3102008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
311
312        * support/include/tmacros.h: Add new rtems_test_assert() which exits
313        rather than calling fatal error.
314
3152007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * support/include/tmacros.h: Add new helper for POSIX tests.
318
3192007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
320
321        * aclocal/version.m4: Bump RTEMS_API to 4.9.
322        Bump RTEMS_VERSION to 4.8.99.0.
323
3242007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
325
326        * support/include/buffer_test_io.h: Add support for using printk for
327        output in tests. This should be followed up by disabling the console
328        driver and other support when the tests are using printk.
329
3302007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
333        rtems/score/cpuopts.h.
334
3352006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * configure.ac: New BUG-REPORT address.
338
3392006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
340
341        * aclocal/rtems-top.m4: Remove RTEMS_API.
342        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
343
3442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
347
3482006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * aclocal/version.m4: Bump version to 4.7.99.0.
351
3522006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * configure.ac: Require autoconf-2.60. Require automake-1.10.
355
3562006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
357
358        * samples/fileio/system.h:
359        (PR1118) make use of the new confdefs.h mechanisms
360        for the IDE/ATA interface
361       
3622006-04-18  Joel Sherrill <joel@OARcorp.com>
363
364        * aclocal/version.m4: Updated to rtems-4.6.99.3.
365
3662006-02-01      Joel Sherrill <joel@OARcorp.com>
367
368        PR 855/tests
369        * support/include/tmacros.h: Fix typo.
370
3712005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * aclocal/enable-bare.m4: Remove (Unused).
374        * aclocal/env-rtemsbsp.m4, configure.ac:
375        Remove RTEMS_ENABLE_BARE,
376        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
377
3782005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * automake/compile.am: Remove .coff. Remove .obj.
381
3822005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * automake/local.am: Remove depend.
385        * automake/host.am: Remove depend.
386        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
387        * automake/local.am: Remove preinstall-am.
388        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
389        Set rtems_testsdir to $libdir/rtems-4.7/tests.
390        * configure.ac: Remove AMPOLISH3 (Unused).
391        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
392        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
393        Remove ARCH. Remove LINK_LIBS.
394        Extend clean-local to catch most temporary files make-exe is
395        creating.
396        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
397        Remove project_includedir.
398        Add rtems_testsdir.
399        * aclocal/rtems-top.m4: Remove dirstamp.
400
4012005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * Makefile.am: Remove preinstall.am
404        * preinstall.am: Remove.
405        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
406
4072005-11-10      Joel Sherrill <joel@OARcorp.com>
408
409        * support/.cvsignore: New file.
410
4112005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * Makefile.am: Don't preinstall support/include headers.
414        * configure.ac: Fix config-variables of conditionally built subdirs.
415
4162005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
419        aclocal/check-networking.m4, aclocal/check-posix.m4,
420        aclocal/check-tests.m4, aclocal/enable-itron.m4,
421        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
422        aclocal/enable-posix.m4: Remove (Unused).
423
4242005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
425
426        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
427        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
428        GCCSPECS.
429        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
430        up temporary CPPFLAGS to compile check cpuopts.h.
431        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
432        --enable-project-root. Remove --with-project-root.
433        Fix --enable-rtems-root.
434        * automake/compile.am, aclocal/env-rtemsbsp.m4:
435        Assume PROJECT_ROOT to contain RTEMS_BSP.
436
4372005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
438
439        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
440        * Makefile.am: Merge-in support/Makefile.am
441        * aclocal/check-cpuopts.m4: Add config.cache support.
442        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
443        OBJS from LINK_FILES.
444        * configure.ac: Add AMPOLISH3. Remove support/.
445
4462005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
447
448        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
449        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
450        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
451        Remove RTEMS_GCC_SPECS.
452        * aclocal/check-multiprocessing.m4: Don't require
453        RTEMS_ENABLE_MULTILIB.
454        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
455        GCCSPECS.
456        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
457        RTEMS_CXXFLAGS.
458        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
459        RTEMS_CFLAGS.
460        * aclocal/check-cpuopts.m4: New.
461        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
462        manually set up GCCSPEC (Now setup from inside configure). Remove
463        RTEMS_RELLDFLAGS (Used).
464        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
465        aclocal/multilib.m4: Remove (Unused).
466        * automake/compile.am: Remove CCAS support.
467
4682005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * automake/compile.am: Remove depend.
471        * automake/compile.am: Take contents of amcompile.am.
472        * aclocal/check-posix.m4: Sync with cpukit.
473        * automake/local.am: Remove depend-am.
474        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
475        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
476        Remove.
477        * automake/subdirs.am: Remove depend-recursive.
478        * configure.ac: Sync POSIX and ITRON magic with cpukit.
479        * automake/amcompile.am: New.
480
4812005-09-02      Joel Sherrill <joel@OARcorp.com>
482
483        * aclocal/version.m4: Updated to rtems-4.6.99.2.
484
4852004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
488        is defined.
489        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
490        itron for unix.
491
4922004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
493
494        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
495        * configure.ac, support/configure.ac: Require automake > 1.9.
496
4972004-07-28      Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/version.m4: Updated to rtems-4.6.99.1.
500
5012004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
502
503        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
504
5052004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
506
507        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
508
5092004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
510
511        * aclocal/rtems-top.m4: Add rtems_rootdir.
512        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
513        $rtems_rootdir.
514        * support/include/tmacros.h: Convert to using c99 fixed size types.
515        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
516        RTEMS_TOP.
517        * aclocal/check-custom-bsp.m4: Fix minor typo.
518        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
519        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
520        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
521        aclocal/enable-tests.m4, aclocal/multilib.m4,
522        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
523        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
524        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
525        Add --enable-rtems-root. Rework RTEMS_ROOT.
526
5272004-03-03      Joel Sherrill <joel@OARcorp.com>
528
529        * support/include/buffer_test_io.h: Correct typo.
530
5312004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
532
533        * aclocal/rtems-top.m4: Rework.
534        * aclocal/project-root.m4: Remove obsolete comments.
535        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
536        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
537        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
538
5392004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
540
541        * configure.ac: Remove subdir tools.
542        * aclocal/target.m4: Remove (Unused).
543
5442004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
545
546        * aclocal/version.m4: 4.6.99.0.
547
5482004-02-03      Joel Sherrill <joel@OARcorp.com>
549
550        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
551        compiler mode.
552
5532004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
554
555        * support/Makefile.am: Add PREINSTALL_DIRS.
556
5572004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
560        PRE/TMPINSTALL_FILES to CLEANFILES.
561
5622004-01-07      Joel Sherrill <joel@OARcorp.com>
563
564        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
565        port more completely covers the MIPS family.
566
5672004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
568
569        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
570        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
571        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
572        Cleanup comments.
573        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
574        Remove build-variants. Hard-code ARCH=o-optimize.
575        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
576        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
577        conditional.
578        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
579        CFLAGS_DEBUG_V.
580        * aclocal/rtems-flags.m4: Remove (Unused).
581        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
582        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
583        (Implicitly handled by automake).
584        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
585        RTEMS_CFLAGS.
586
5872003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
588
589        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
590
5912003-12-17      Joel Sherrill <joel@OARcorp.com>
592
593        * aclocal/version.m4: Updated to rtems-20031217-test.
594
5952003-12-16      Joel Sherrill <joel@OARcorp.com>
596
597        PR 544/tests
598        * support/include/buffer_test_io.h: Various modifications to make
599        tests account for resources and not print at inappropriate times.
600
6012003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
602
603        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
604        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
605
6062003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
607
608        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
609        * automake/compila.am: Remove ARCH.
610        * configure.ac, support/configure.ac: Require automake >= 1.8,
611        autoconf >= 2.59.
612        * support/Makefile.am: Use mkdir_p. Remove dirs from
613        PRE/TMPINSTALL_FILES. Use include_HEADERS.
614        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
615
6162003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
619        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
620        AC_SUBST(dirstamp).
621        * aclocal/lead-dot.m4: New (from automake-1.7f).
622
6232003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
624
625        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
626        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
627        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
628        aclocal/check-networking.m4, aclocal/check-posix.m4,
629        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
630        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
631        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
632        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
633        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
634        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
635        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
636        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
637        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
638        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
639        underquoting to silence automake-1.8.
640
6412003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
642
643        * configure.ac, support/configure.ac: Reflect having moved to
644        testsuites/.
645
6462003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
647
648        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
649        RTEMS Version message.
650
6512003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/canonical-host.m4: Remove.
654        * configure.ac: Remove RTEMS_CANONICAL_HOST.
655        * aclocal/canonical-target-name.m4: Merge-in
656        aclocal/canonical-host.m4.
657
6582003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
661        * aclocal/bsp_alias.m4: Remove.
662
6632003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
664
665        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
666        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
667        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
668        instead of RTEMS_CHECK_CPU.
669        * aclocal/check-cpu.m4: Remove.
670        * configure.ac: Remove RTEMS_CHECK_CPU.
671
6722003-09-04      Joel Sherrill <joel@OARcorp.com>
673
674        * support/include/tmacros.h: URL for license changed.
675
6762003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
677
678        * aclocal/rtems-top.m4: Add RTEMS_API.
679        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
680
6812003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
682
683        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
684        * aclocal/enable-tests.m4: Change to support
685        --enable-tests=no|yes|samples, default is samples.
686        * configure.ac: Reflect changes above.
687
6882003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
689
690        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
691
6922003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
693
694        * automake/local.am, automake/host.am: Remove "debug".
695        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
696        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
697        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
698        aclocal/check-cxx.m4, aclocal/check-itron.m4,
699        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
700        aclocal/check-posix.m4, aclocal/check-tool.m4,
701        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
702        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
703        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
704        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
705        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
706        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
707        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
708        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
709        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
710        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
711        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
712        (Copied from ../../../aclocal).
713
7142003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
715
716        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
717        * automake/compile.am, automake/host.am, automake/leaf.am
718        automake/local.am, automake/subdirs.am: New (copied from
719        ../../../automake).
720
7212003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
724        bug report email address.
725
7262003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
727
728        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
729
7302003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
731
732        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
733        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
734
7352002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
736
737        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
738        Remove autom4te.cache.
739
7402002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
741
742        * support/configure.ac: Reflect changes above.  Take out unnecessary
743        autoconf macros.
744        * support/include/Makefile.am: Remove.
745        * support/Makefile.am: Merge in former include/Makefile.am.
746
7472002-08-01      Joel Sherrill <joel@OARcorp.com>
748
749        * Per PR47 add support for buffered test output.  This involved
750        adding defines to redirect output to a buffer and dump it when full,
751        at "test pause", and at exit.  To avoid problems when redefining
752        exit(), all tests were modified to call rtems_test_exit(). Some
753        tests, notable psxtests, had to be modified to include  the standard
754        test macro .h file (pmacros.h or tmacros.h) to enable this support.
755        * support/include/buffer_test_io.h: New file.
756
7572002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
758
759        * configure.ac: Remove ENABLE_GCC28.
760
7612002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
762
763        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
764        Remove AUTOMAKE_OPTIONS.
765        * configure.ac, support/configure.ac:
766        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
767        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
768
7692001-11-07      Joel Sherrill <joel@OARcorp.com>
770
771        Tracked as PR72 but related to the object id problem (PR36)
772        reported by Todor.Todorov@barco.com.
773        but discovered independently.
774        * support/include/tmacros.h: Added
775        fatal_directive_check_status_only().
776
7772001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
778
779        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
780        2.52.
781        * configure.ac, support/configure.ac: New file, generated from
782        configure.in by autoupdate.
783        * configure.in, support/configure.in: Remove.
784
7852001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
786
787        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
788        handling.
789
7902001-08-16      Joel Sherrill <joel@OARcorp.com>
791
792        * support/include/tmacros.h: Attempt to print errno as further
793        information.
794
7952001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
796
797        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
798        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
799
8002001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
801
802        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
803
8042001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
805
806        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
807        * support/Makefile.am: Remove stubdr, wrapup.
808        * support/stubdr/Makefile.am, support/stubdr/open.c,
809        support/stubdr/close.c, support/stubdr/init.c,
810        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
811        support/stubdr/.cvsignore, support/stubdr/read.c,
812        support/stubdr/write.c, support/wrapup/Makefile.am,
813        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
814
8152000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
816
817        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
818        in ACLOCAL_AMFLAGS.
819
8202000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
821
822        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
823        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
824        $(RTEMS_TOPdir)/aclocal.
825
8262000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
827
828        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
829        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
830
8312000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
832
833        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
834        compile.am
835
8362000-08-10      Joel Sherrill <joel@OARcorp.com>
837
838        * ChangeLog, support/ChangeLog: New file.
839
Note: See TracBrowser for help on using the repository browser.