source: rtems/testsuites/ChangeLog @ 3a9d9e1

4.115
Last change on this file since 3a9d9e1 was 15cf2cb, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/27/11 at 17:20:35

2011-04-27 Jennifer Averett <Jennifer.Averett@…>

PR 1784

  • sptests/spsize/size.c: Split bspsmp.h into two files smp.h and bspsmp.h
  • Property mode set to 100644
File size: 26.8 KB
Line 
12011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
2
3        PR 1784
4        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
5        bspsmp.h
6
72011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
8
9        PR 1777/cpukit
10        * support/include/tmacros.h, tmtests/tm26/task1.c,
11        tmtests/tm27/task1.c: Consolidated access to
12        _Thread_Dispatch_disable_level.
13
142011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Add fstests.
17
182011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
21        Rename RTEMS_API into _RTEMS_API.
22
232011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * aclocal/canonical-target-name.m4:
26        Stop pretending no_cpu* was buildable.
27        Derive RTEMS_CPU from "$host_cpu".
28        Error out if "$host" doesn't match "*-*-rtems*".
29
302011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * support/src/tmtests_support.c:
33        loop_overhead and end_time are uint32_t's.
34
352011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * support/src/spin.c, support/src/test_support.c,
38        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
39        Add HAVE_CONFIG_H.
40
412011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
44
452011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * configure.ac: Require autoconf-2.68, automake-1.11.1.
48
492010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * configure.ac: Add initial small set of POSIX Timing Tests.
52
532010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        PR 1708/build:
56        * aclocal/check-cpuopts.m4: Fix m4-quoting.
57
582010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
61
622010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * automake/compile.am: Remove clean-local:.
65        Use CLEANFILES for cleaning up make-exe by-products.
66
672010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        PR 1532/testing
70        * aclocal/project-root.m4: Add initial tests for untar capabilities.
71
722010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * support/include/test_support.h, support/src/test_support.c: Add
75        Allocate_majority_of_heap().
76
772010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
78
79        * support/src/tmtests_support.c: Fix warning.
80
812010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * support/include/test_support.h, support/src/tmtests_empty_function.c:
84        Add helper so it is easier to write a basic repeated operation
85        tmtest.
86        * support/src/tmtests_support.c: New file.
87
882010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: Remove itron.
91
922010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * aclocal/version.m4: Bump RTEMS_API to 4.11.
95        Bump _RTEMS_VERSION to 4.10.99.0.
96
972010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * support/include/tmacros.h: Remove PRIdoff_t.
100
1012010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
102
103        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
104        treat all non-zero values of _Thread_Dispatch_disable_level equally.
105
1062009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
107
108        * support/include/test_support.h, support/include/tmacros.h,
109        support/src/test_support.c: Added support functions to spin for a
110        number of ticks and to spin until the next tick.
111        * support/src/spin.c: New file.
112
1132009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * support/include/tmacros.h: Use rtems_test_assert() consistently
116        instead of system assert(). rtems_test_assert() is designed to
117        integrate into the RTEMS test suite infrastructure.
118
1192009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * support/include/tmacros.h: Add service to check status returned by
122        POSIX methods which return a pointer which is -1 on error. This
123        eliminated some casts.
124
1252009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * support/include/tmacros.h: Include rtems/score/thread.h.
128        Remove _Thread_Dispatch_disable_level.
129
1302009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
133        PRIxblksize_t, PRIxblkcnt_t.
134        Comment cleanups.
135
1362009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * support/include/tmacros.h: Add PRIxrtems_task_priority,
139        PRIxrtems_task_priority, PRIxrtems_signal_set.
140
1412009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * support/include/tmacros.h: Add PRIxpthread_t.
144        * support/include/tmacros.h: Add PRIxrtems_event_set.
145        (fatal_posix_service_status_errno) Add local "long" var "statx".
146
1472009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
150        Add PRIdrtems_task_argument.
151
1522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
155        Add PRIdrtems_interval.
156
1572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * support/include/tmacros.h: Add PRIdPriority_Control.
160        Change PRIdrtems_task_priority to using PRIdPriority_Control.
161
1622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * support/include/tmacros.h: Add PRIdrtems_task_priority.
165
1662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * support/include/tmacros.h: Add PRIxrtems_id.
169
1702009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * support/include/tmacros.h: Add PRItime_t.
173
1742009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
177
1782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * support/include/test_support.h: Add missing prototypes.
181        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
182        outside of check_dispatch_disable_level.
183
1842009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * support/src/test_support.c: Add missing prototypes.
187        * support/include/tmacros.h: Include <inttypes.h>.
188        Move extern "C".
189        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
190
1912009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Add support/include/test_support.h.
194
1952009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * automake/compile.am: Add *.ralf to clean-local.
198
1992009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
200
201        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
202
2032009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
206
2072009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * aclocal/canonical-target-name.m4:
210        Remove posix/unix simulator.
211
2122009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
215        case for nanosleep of a very small delay which mathematically is less
216        than a clock tick.
217
2182009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * configure.ac: Some POSIX tests exercise functionality which is
221        enabled when the POSIX threading is disabled. So build this suite all
222        the time and let the psxtests select the specific tests to build.
223
2242009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
225
226        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
227        and get_ticks_per_second() in favor of new
228        rtems_clock_get_ticks_per_second().
229
2302009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * support/src/test_support.c: Tinker with longest valid name.
233
2342009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * support/include/buffer_test_io.h: Use printk on AVR by default.
237
2382009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * support/src/tmtests_empty_function.c: Fix warnings.
241
2422009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
245          toolchains.
246
2472008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * aclocal/canonical-target-name.m4: Remove tic4x.
250
2512008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * aclocal/version.m4: Bump RTEMS_API to 4.10.
254        Bump _RTEMS_VERSION to 4.9.99.0.
255
2562008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * support/src/test_support.c: Convert to "bool".
259
2602008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
261
262        * support/src/tmtests_empty_function.c: New file.
263
2642008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
267        AC_PREREQ(2.62).
268
2692008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
270
271        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
272
2732008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
274
275        * support/include/test_support.h, support/src/test_support.c: New files.
276
2772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
280        tmacros.h available to all POSIX tests. Add a clock_settime case for
281        < 1988.
282
2832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
284
285        * support/include/tmacros.h: Fix put_name to handle unprintable names.
286
2872008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
288
289        * support/include/tmacros.h: Add new rtems_test_assert() which exits
290        rather than calling fatal error.
291
2922007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
293
294        * support/include/tmacros.h: Add new helper for POSIX tests.
295
2962007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * aclocal/version.m4: Bump RTEMS_API to 4.9.
299        Bump RTEMS_VERSION to 4.8.99.0.
300
3012007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
302
303        * support/include/buffer_test_io.h: Add support for using printk for
304        output in tests. This should be followed up by disabling the console
305        driver and other support when the tests are using printk.
306
3072007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
310        rtems/score/cpuopts.h.
311
3122006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * configure.ac: New BUG-REPORT address.
315
3162006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * aclocal/rtems-top.m4: Remove RTEMS_API.
319        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
320
3212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
324
3252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * aclocal/version.m4: Bump version to 4.7.99.0.
328
3292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
330
331        * configure.ac: Require autoconf-2.60. Require automake-1.10.
332
3332006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
334
335        * samples/fileio/system.h:
336        (PR1118) make use of the new confdefs.h mechanisms
337        for the IDE/ATA interface
338       
3392006-04-18  Joel Sherrill <joel@OARcorp.com>
340
341        * aclocal/version.m4: Updated to rtems-4.6.99.3.
342
3432006-02-01      Joel Sherrill <joel@OARcorp.com>
344
345        PR 855/tests
346        * support/include/tmacros.h: Fix typo.
347
3482005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
349
350        * aclocal/enable-bare.m4: Remove (Unused).
351        * aclocal/env-rtemsbsp.m4, configure.ac:
352        Remove RTEMS_ENABLE_BARE,
353        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
354
3552005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
356
357        * automake/compile.am: Remove .coff. Remove .obj.
358
3592005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * automake/local.am: Remove depend.
362        * automake/host.am: Remove depend.
363        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
364        * automake/local.am: Remove preinstall-am.
365        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
366        Set rtems_testsdir to $libdir/rtems-4.7/tests.
367        * configure.ac: Remove AMPOLISH3 (Unused).
368        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
369        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
370        Remove ARCH. Remove LINK_LIBS.
371        Extend clean-local to catch most temporary files make-exe is
372        creating.
373        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
374        Remove project_includedir.
375        Add rtems_testsdir.
376        * aclocal/rtems-top.m4: Remove dirstamp.
377
3782005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * Makefile.am: Remove preinstall.am
381        * preinstall.am: Remove.
382        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
383
3842005-11-10      Joel Sherrill <joel@OARcorp.com>
385
386        * support/.cvsignore: New file.
387
3882005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * Makefile.am: Don't preinstall support/include headers.
391        * configure.ac: Fix config-variables of conditionally built subdirs.
392
3932005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
396        aclocal/check-networking.m4, aclocal/check-posix.m4,
397        aclocal/check-tests.m4, aclocal/enable-itron.m4,
398        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
399        aclocal/enable-posix.m4: Remove (Unused).
400
4012005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
404        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
405        GCCSPECS.
406        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
407        up temporary CPPFLAGS to compile check cpuopts.h.
408        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
409        --enable-project-root. Remove --with-project-root.
410        Fix --enable-rtems-root.
411        * automake/compile.am, aclocal/env-rtemsbsp.m4:
412        Assume PROJECT_ROOT to contain RTEMS_BSP.
413
4142005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
415
416        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
417        * Makefile.am: Merge-in support/Makefile.am
418        * aclocal/check-cpuopts.m4: Add config.cache support.
419        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
420        OBJS from LINK_FILES.
421        * configure.ac: Add AMPOLISH3. Remove support/.
422
4232005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
424
425        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
426        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
427        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
428        Remove RTEMS_GCC_SPECS.
429        * aclocal/check-multiprocessing.m4: Don't require
430        RTEMS_ENABLE_MULTILIB.
431        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
432        GCCSPECS.
433        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
434        RTEMS_CXXFLAGS.
435        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
436        RTEMS_CFLAGS.
437        * aclocal/check-cpuopts.m4: New.
438        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
439        manually set up GCCSPEC (Now setup from inside configure). Remove
440        RTEMS_RELLDFLAGS (Used).
441        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
442        aclocal/multilib.m4: Remove (Unused).
443        * automake/compile.am: Remove CCAS support.
444
4452005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
446
447        * automake/compile.am: Remove depend.
448        * automake/compile.am: Take contents of amcompile.am.
449        * aclocal/check-posix.m4: Sync with cpukit.
450        * automake/local.am: Remove depend-am.
451        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
452        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
453        Remove.
454        * automake/subdirs.am: Remove depend-recursive.
455        * configure.ac: Sync POSIX and ITRON magic with cpukit.
456        * automake/amcompile.am: New.
457
4582005-09-02      Joel Sherrill <joel@OARcorp.com>
459
460        * aclocal/version.m4: Updated to rtems-4.6.99.2.
461
4622004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
463
464        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
465        is defined.
466        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
467        itron for unix.
468
4692004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
472        * configure.ac, support/configure.ac: Require automake > 1.9.
473
4742004-07-28      Joel Sherrill <joel@OARcorp.com>
475
476        * aclocal/version.m4: Updated to rtems-4.6.99.1.
477
4782004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
481
4822004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
485
4862004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
487
488        * aclocal/rtems-top.m4: Add rtems_rootdir.
489        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
490        $rtems_rootdir.
491        * support/include/tmacros.h: Convert to using c99 fixed size types.
492        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
493        RTEMS_TOP.
494        * aclocal/check-custom-bsp.m4: Fix minor typo.
495        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
496        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
497        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
498        aclocal/enable-tests.m4, aclocal/multilib.m4,
499        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
500        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
501        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
502        Add --enable-rtems-root. Rework RTEMS_ROOT.
503
5042004-03-03      Joel Sherrill <joel@OARcorp.com>
505
506        * support/include/buffer_test_io.h: Correct typo.
507
5082004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/rtems-top.m4: Rework.
511        * aclocal/project-root.m4: Remove obsolete comments.
512        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
513        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
514        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
515
5162004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
517
518        * configure.ac: Remove subdir tools.
519        * aclocal/target.m4: Remove (Unused).
520
5212004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
522
523        * aclocal/version.m4: 4.6.99.0.
524
5252004-02-03      Joel Sherrill <joel@OARcorp.com>
526
527        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
528        compiler mode.
529
5302004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
531
532        * support/Makefile.am: Add PREINSTALL_DIRS.
533
5342004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
535
536        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
537        PRE/TMPINSTALL_FILES to CLEANFILES.
538
5392004-01-07      Joel Sherrill <joel@OARcorp.com>
540
541        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
542        port more completely covers the MIPS family.
543
5442004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
545
546        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
547        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
548        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
549        Cleanup comments.
550        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
551        Remove build-variants. Hard-code ARCH=o-optimize.
552        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
553        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
554        conditional.
555        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
556        CFLAGS_DEBUG_V.
557        * aclocal/rtems-flags.m4: Remove (Unused).
558        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
559        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
560        (Implicitly handled by automake).
561        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
562        RTEMS_CFLAGS.
563
5642003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
565
566        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
567
5682003-12-17      Joel Sherrill <joel@OARcorp.com>
569
570        * aclocal/version.m4: Updated to rtems-20031217-test.
571
5722003-12-16      Joel Sherrill <joel@OARcorp.com>
573
574        PR 544/tests
575        * support/include/buffer_test_io.h: Various modifications to make
576        tests account for resources and not print at inappropriate times.
577
5782003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
581        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
582
5832003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
584
585        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
586        * automake/compila.am: Remove ARCH.
587        * configure.ac, support/configure.ac: Require automake >= 1.8,
588        autoconf >= 2.59.
589        * support/Makefile.am: Use mkdir_p. Remove dirs from
590        PRE/TMPINSTALL_FILES. Use include_HEADERS.
591        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
592
5932003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
594
595        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
596        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
597        AC_SUBST(dirstamp).
598        * aclocal/lead-dot.m4: New (from automake-1.7f).
599
6002003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
601
602        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
603        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
604        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
605        aclocal/check-networking.m4, aclocal/check-posix.m4,
606        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
607        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
608        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
609        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
610        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
611        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
612        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
613        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
614        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
615        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
616        underquoting to silence automake-1.8.
617
6182003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac, support/configure.ac: Reflect having moved to
621        testsuites/.
622
6232003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
624
625        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
626        RTEMS Version message.
627
6282003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
629
630        * aclocal/canonical-host.m4: Remove.
631        * configure.ac: Remove RTEMS_CANONICAL_HOST.
632        * aclocal/canonical-target-name.m4: Merge-in
633        aclocal/canonical-host.m4.
634
6352003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
636
637        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
638        * aclocal/bsp_alias.m4: Remove.
639
6402003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
643        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
644        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
645        instead of RTEMS_CHECK_CPU.
646        * aclocal/check-cpu.m4: Remove.
647        * configure.ac: Remove RTEMS_CHECK_CPU.
648
6492003-09-04      Joel Sherrill <joel@OARcorp.com>
650
651        * support/include/tmacros.h: URL for license changed.
652
6532003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
654
655        * aclocal/rtems-top.m4: Add RTEMS_API.
656        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
657
6582003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
661        * aclocal/enable-tests.m4: Change to support
662        --enable-tests=no|yes|samples, default is samples.
663        * configure.ac: Reflect changes above.
664
6652003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
666
667        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
668
6692003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
670
671        * automake/local.am, automake/host.am: Remove "debug".
672        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
673        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
674        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
675        aclocal/check-cxx.m4, aclocal/check-itron.m4,
676        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
677        aclocal/check-posix.m4, aclocal/check-tool.m4,
678        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
679        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
680        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
681        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
682        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
683        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
684        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
685        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
686        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
687        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
688        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
689        (Copied from ../../../aclocal).
690
6912003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
692
693        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
694        * automake/compile.am, automake/host.am, automake/leaf.am
695        automake/local.am, automake/subdirs.am: New (copied from
696        ../../../automake).
697
6982003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
699
700        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
701        bug report email address.
702
7032003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
704
705        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
706
7072003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
708
709        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
710        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
711
7122002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
713
714        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
715        Remove autom4te.cache.
716
7172002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
718
719        * support/configure.ac: Reflect changes above.  Take out unnecessary
720        autoconf macros.
721        * support/include/Makefile.am: Remove.
722        * support/Makefile.am: Merge in former include/Makefile.am.
723
7242002-08-01      Joel Sherrill <joel@OARcorp.com>
725
726        * Per PR47 add support for buffered test output.  This involved
727        adding defines to redirect output to a buffer and dump it when full,
728        at "test pause", and at exit.  To avoid problems when redefining
729        exit(), all tests were modified to call rtems_test_exit(). Some
730        tests, notable psxtests, had to be modified to include  the standard
731        test macro .h file (pmacros.h or tmacros.h) to enable this support.
732        * support/include/buffer_test_io.h: New file.
733
7342002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
735
736        * configure.ac: Remove ENABLE_GCC28.
737
7382002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
739
740        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
741        Remove AUTOMAKE_OPTIONS.
742        * configure.ac, support/configure.ac:
743        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
744        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
745
7462001-11-07      Joel Sherrill <joel@OARcorp.com>
747
748        Tracked as PR72 but related to the object id problem (PR36)
749        reported by Todor.Todorov@barco.com.
750        but discovered independently.
751        * support/include/tmacros.h: Added
752        fatal_directive_check_status_only().
753
7542001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
755
756        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
757        2.52.
758        * configure.ac, support/configure.ac: New file, generated from
759        configure.in by autoupdate.
760        * configure.in, support/configure.in: Remove.
761
7622001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
763
764        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
765        handling.
766
7672001-08-16      Joel Sherrill <joel@OARcorp.com>
768
769        * support/include/tmacros.h: Attempt to print errno as further
770        information.
771
7722001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
773
774        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
775        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
776
7772001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
778
779        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
780
7812001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
782
783        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
784        * support/Makefile.am: Remove stubdr, wrapup.
785        * support/stubdr/Makefile.am, support/stubdr/open.c,
786        support/stubdr/close.c, support/stubdr/init.c,
787        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
788        support/stubdr/.cvsignore, support/stubdr/read.c,
789        support/stubdr/write.c, support/wrapup/Makefile.am,
790        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
791
7922000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
793
794        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
795        in ACLOCAL_AMFLAGS.
796
7972000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
798
799        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
800        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
801        $(RTEMS_TOPdir)/aclocal.
802
8032000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
804
805        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
806        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
807
8082000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
809
810        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
811        compile.am
812
8132000-08-10      Joel Sherrill <joel@OARcorp.com>
814
815        * ChangeLog, support/ChangeLog: New file.
816
Note: See TracBrowser for help on using the repository browser.