source: rtems/testsuites/ChangeLog @ 8911ffd

4.115
Last change on this file since 8911ffd was be8bdff, checked in by Joel Sherrill <joel.sherrill@…>, on 07/14/10 at 16:03:57

2010-07-14 Joel Sherrill <joel.sherrill@…>

  • support/include/test_support.h, support/src/test_support.c: Add Allocate_majority_of_heap().
  • Property mode set to 100644
File size: 24.8 KB
Line 
12010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/include/test_support.h, support/src/test_support.c: Add
4        Allocate_majority_of_heap().
5
62010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
7
8        * support/src/tmtests_support.c: Fix warning.
9
102010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * support/include/test_support.h, support/src/tmtests_empty_function.c:
13        Add helper so it is easier to write a basic repeated operation
14        tmtest.
15        * support/src/tmtests_support.c: New file.
16
172010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Remove itron.
20
212010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * aclocal/version.m4: Bump RTEMS_API to 4.11.
24        Bump _RTEMS_VERSION to 4.10.99.0.
25
262010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * support/include/tmacros.h: Remove PRIdoff_t.
29
302010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
31
32        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
33        treat all non-zero values of _Thread_Dispatch_disable_level equally.
34
352009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
36
37        * support/include/test_support.h, support/include/tmacros.h,
38        support/src/test_support.c: Added support functions to spin for a
39        number of ticks and to spin until the next tick.
40        * support/src/spin.c: New file.
41
422009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * support/include/tmacros.h: Use rtems_test_assert() consistently
45        instead of system assert(). rtems_test_assert() is designed to
46        integrate into the RTEMS test suite infrastructure.
47
482009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * support/include/tmacros.h: Add service to check status returned by
51        POSIX methods which return a pointer which is -1 on error. This
52        eliminated some casts.
53
542009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * support/include/tmacros.h: Include rtems/score/thread.h.
57        Remove _Thread_Dispatch_disable_level.
58
592009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
62        PRIxblksize_t, PRIxblkcnt_t.
63        Comment cleanups.
64
652009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * support/include/tmacros.h: Add PRIxrtems_task_priority,
68        PRIxrtems_task_priority, PRIxrtems_signal_set.
69
702009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * support/include/tmacros.h: Add PRIxpthread_t.
73        * support/include/tmacros.h: Add PRIxrtems_event_set.
74        (fatal_posix_service_status_errno) Add local "long" var "statx".
75
762009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
79        Add PRIdrtems_task_argument.
80
812009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
84        Add PRIdrtems_interval.
85
862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * support/include/tmacros.h: Add PRIdPriority_Control.
89        Change PRIdrtems_task_priority to using PRIdPriority_Control.
90
912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * support/include/tmacros.h: Add PRIdrtems_task_priority.
94
952009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * support/include/tmacros.h: Add PRIxrtems_id.
98
992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * support/include/tmacros.h: Add PRItime_t.
102
1032009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
106
1072009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * support/include/test_support.h: Add missing prototypes.
110        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
111        outside of check_dispatch_disable_level.
112
1132009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * support/src/test_support.c: Add missing prototypes.
116        * support/include/tmacros.h: Include <inttypes.h>.
117        Move extern "C".
118        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
119
1202009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Add support/include/test_support.h.
123
1242009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * automake/compile.am: Add *.ralf to clean-local.
127
1282009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
131
1322009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
133
134        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
135
1362009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * aclocal/canonical-target-name.m4:
139        Remove posix/unix simulator.
140
1412009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
144        case for nanosleep of a very small delay which mathematically is less
145        than a clock tick.
146
1472009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
148
149        * configure.ac: Some POSIX tests exercise functionality which is
150        enabled when the POSIX threading is disabled. So build this suite all
151        the time and let the psxtests select the specific tests to build.
152
1532009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
154
155        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
156        and get_ticks_per_second() in favor of new
157        rtems_clock_get_ticks_per_second().
158
1592009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * support/src/test_support.c: Tinker with longest valid name.
162
1632009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * support/include/buffer_test_io.h: Use printk on AVR by default.
166
1672009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * support/src/tmtests_empty_function.c: Fix warnings.
170
1712009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
174          toolchains.
175
1762008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * aclocal/canonical-target-name.m4: Remove tic4x.
179
1802008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * aclocal/version.m4: Bump RTEMS_API to 4.10.
183        Bump _RTEMS_VERSION to 4.9.99.0.
184
1852008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * support/src/test_support.c: Convert to "bool".
188
1892008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
190
191        * support/src/tmtests_empty_function.c: New file.
192
1932008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
196        AC_PREREQ(2.62).
197
1982008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
201
2022008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
203
204        * support/include/test_support.h, support/src/test_support.c: New files.
205
2062008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
209        tmacros.h available to all POSIX tests. Add a clock_settime case for
210        < 1988.
211
2122008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * support/include/tmacros.h: Fix put_name to handle unprintable names.
215
2162008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * support/include/tmacros.h: Add new rtems_test_assert() which exits
219        rather than calling fatal error.
220
2212007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * support/include/tmacros.h: Add new helper for POSIX tests.
224
2252007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * aclocal/version.m4: Bump RTEMS_API to 4.9.
228        Bump RTEMS_VERSION to 4.8.99.0.
229
2302007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
231
232        * support/include/buffer_test_io.h: Add support for using printk for
233        output in tests. This should be followed up by disabling the console
234        driver and other support when the tests are using printk.
235
2362007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
239        rtems/score/cpuopts.h.
240
2412006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * configure.ac: New BUG-REPORT address.
244
2452006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * aclocal/rtems-top.m4: Remove RTEMS_API.
248        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
249
2502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
253
2542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * aclocal/version.m4: Bump version to 4.7.99.0.
257
2582006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * configure.ac: Require autoconf-2.60. Require automake-1.10.
261
2622006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
263
264        * samples/fileio/system.h:
265        (PR1118) make use of the new confdefs.h mechanisms
266        for the IDE/ATA interface
267       
2682006-04-18  Joel Sherrill <joel@OARcorp.com>
269
270        * aclocal/version.m4: Updated to rtems-4.6.99.3.
271
2722006-02-01      Joel Sherrill <joel@OARcorp.com>
273
274        PR 855/tests
275        * support/include/tmacros.h: Fix typo.
276
2772005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * aclocal/enable-bare.m4: Remove (Unused).
280        * aclocal/env-rtemsbsp.m4, configure.ac:
281        Remove RTEMS_ENABLE_BARE,
282        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
283
2842005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * automake/compile.am: Remove .coff. Remove .obj.
287
2882005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * automake/local.am: Remove depend.
291        * automake/host.am: Remove depend.
292        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
293        * automake/local.am: Remove preinstall-am.
294        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
295        Set rtems_testsdir to $libdir/rtems-4.7/tests.
296        * configure.ac: Remove AMPOLISH3 (Unused).
297        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
298        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
299        Remove ARCH. Remove LINK_LIBS.
300        Extend clean-local to catch most temporary files make-exe is
301        creating.
302        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
303        Remove project_includedir.
304        Add rtems_testsdir.
305        * aclocal/rtems-top.m4: Remove dirstamp.
306
3072005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * Makefile.am: Remove preinstall.am
310        * preinstall.am: Remove.
311        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
312
3132005-11-10      Joel Sherrill <joel@OARcorp.com>
314
315        * support/.cvsignore: New file.
316
3172005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * Makefile.am: Don't preinstall support/include headers.
320        * configure.ac: Fix config-variables of conditionally built subdirs.
321
3222005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
323
324        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
325        aclocal/check-networking.m4, aclocal/check-posix.m4,
326        aclocal/check-tests.m4, aclocal/enable-itron.m4,
327        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
328        aclocal/enable-posix.m4: Remove (Unused).
329
3302005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
331
332        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
333        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
334        GCCSPECS.
335        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
336        up temporary CPPFLAGS to compile check cpuopts.h.
337        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
338        --enable-project-root. Remove --with-project-root.
339        Fix --enable-rtems-root.
340        * automake/compile.am, aclocal/env-rtemsbsp.m4:
341        Assume PROJECT_ROOT to contain RTEMS_BSP.
342
3432005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
346        * Makefile.am: Merge-in support/Makefile.am
347        * aclocal/check-cpuopts.m4: Add config.cache support.
348        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
349        OBJS from LINK_FILES.
350        * configure.ac: Add AMPOLISH3. Remove support/.
351
3522005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
353
354        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
355        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
356        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
357        Remove RTEMS_GCC_SPECS.
358        * aclocal/check-multiprocessing.m4: Don't require
359        RTEMS_ENABLE_MULTILIB.
360        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
361        GCCSPECS.
362        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
363        RTEMS_CXXFLAGS.
364        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
365        RTEMS_CFLAGS.
366        * aclocal/check-cpuopts.m4: New.
367        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
368        manually set up GCCSPEC (Now setup from inside configure). Remove
369        RTEMS_RELLDFLAGS (Used).
370        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
371        aclocal/multilib.m4: Remove (Unused).
372        * automake/compile.am: Remove CCAS support.
373
3742005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
375
376        * automake/compile.am: Remove depend.
377        * automake/compile.am: Take contents of amcompile.am.
378        * aclocal/check-posix.m4: Sync with cpukit.
379        * automake/local.am: Remove depend-am.
380        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
381        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
382        Remove.
383        * automake/subdirs.am: Remove depend-recursive.
384        * configure.ac: Sync POSIX and ITRON magic with cpukit.
385        * automake/amcompile.am: New.
386
3872005-09-02      Joel Sherrill <joel@OARcorp.com>
388
389        * aclocal/version.m4: Updated to rtems-4.6.99.2.
390
3912004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
392
393        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
394        is defined.
395        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
396        itron for unix.
397
3982004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
401        * configure.ac, support/configure.ac: Require automake > 1.9.
402
4032004-07-28      Joel Sherrill <joel@OARcorp.com>
404
405        * aclocal/version.m4: Updated to rtems-4.6.99.1.
406
4072004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
408
409        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
410
4112004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
412
413        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
414
4152004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
416
417        * aclocal/rtems-top.m4: Add rtems_rootdir.
418        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
419        $rtems_rootdir.
420        * support/include/tmacros.h: Convert to using c99 fixed size types.
421        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
422        RTEMS_TOP.
423        * aclocal/check-custom-bsp.m4: Fix minor typo.
424        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
425        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
426        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
427        aclocal/enable-tests.m4, aclocal/multilib.m4,
428        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
429        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
430        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
431        Add --enable-rtems-root. Rework RTEMS_ROOT.
432
4332004-03-03      Joel Sherrill <joel@OARcorp.com>
434
435        * support/include/buffer_test_io.h: Correct typo.
436
4372004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
438
439        * aclocal/rtems-top.m4: Rework.
440        * aclocal/project-root.m4: Remove obsolete comments.
441        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
442        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
443        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
444
4452004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
446
447        * configure.ac: Remove subdir tools.
448        * aclocal/target.m4: Remove (Unused).
449
4502004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
451
452        * aclocal/version.m4: 4.6.99.0.
453
4542004-02-03      Joel Sherrill <joel@OARcorp.com>
455
456        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
457        compiler mode.
458
4592004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
460
461        * support/Makefile.am: Add PREINSTALL_DIRS.
462
4632004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
464
465        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
466        PRE/TMPINSTALL_FILES to CLEANFILES.
467
4682004-01-07      Joel Sherrill <joel@OARcorp.com>
469
470        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
471        port more completely covers the MIPS family.
472
4732004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
474
475        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
476        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
477        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
478        Cleanup comments.
479        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
480        Remove build-variants. Hard-code ARCH=o-optimize.
481        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
482        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
483        conditional.
484        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
485        CFLAGS_DEBUG_V.
486        * aclocal/rtems-flags.m4: Remove (Unused).
487        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
488        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
489        (Implicitly handled by automake).
490        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
491        RTEMS_CFLAGS.
492
4932003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
494
495        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
496
4972003-12-17      Joel Sherrill <joel@OARcorp.com>
498
499        * aclocal/version.m4: Updated to rtems-20031217-test.
500
5012003-12-16      Joel Sherrill <joel@OARcorp.com>
502
503        PR 544/tests
504        * support/include/buffer_test_io.h: Various modifications to make
505        tests account for resources and not print at inappropriate times.
506
5072003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
510        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
511
5122003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
513
514        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
515        * automake/compila.am: Remove ARCH.
516        * configure.ac, support/configure.ac: Require automake >= 1.8,
517        autoconf >= 2.59.
518        * support/Makefile.am: Use mkdir_p. Remove dirs from
519        PRE/TMPINSTALL_FILES. Use include_HEADERS.
520        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
521
5222003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
523
524        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
525        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
526        AC_SUBST(dirstamp).
527        * aclocal/lead-dot.m4: New (from automake-1.7f).
528
5292003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
530
531        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
532        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
533        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
534        aclocal/check-networking.m4, aclocal/check-posix.m4,
535        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
536        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
537        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
538        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
539        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
540        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
541        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
542        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
543        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
544        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
545        underquoting to silence automake-1.8.
546
5472003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
548
549        * configure.ac, support/configure.ac: Reflect having moved to
550        testsuites/.
551
5522003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
555        RTEMS Version message.
556
5572003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * aclocal/canonical-host.m4: Remove.
560        * configure.ac: Remove RTEMS_CANONICAL_HOST.
561        * aclocal/canonical-target-name.m4: Merge-in
562        aclocal/canonical-host.m4.
563
5642003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
567        * aclocal/bsp_alias.m4: Remove.
568
5692003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
570
571        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
572        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
573        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
574        instead of RTEMS_CHECK_CPU.
575        * aclocal/check-cpu.m4: Remove.
576        * configure.ac: Remove RTEMS_CHECK_CPU.
577
5782003-09-04      Joel Sherrill <joel@OARcorp.com>
579
580        * support/include/tmacros.h: URL for license changed.
581
5822003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
583
584        * aclocal/rtems-top.m4: Add RTEMS_API.
585        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
586
5872003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
590        * aclocal/enable-tests.m4: Change to support
591        --enable-tests=no|yes|samples, default is samples.
592        * configure.ac: Reflect changes above.
593
5942003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
595
596        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
597
5982003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * automake/local.am, automake/host.am: Remove "debug".
601        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
602        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
603        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
604        aclocal/check-cxx.m4, aclocal/check-itron.m4,
605        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
606        aclocal/check-posix.m4, aclocal/check-tool.m4,
607        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
608        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
609        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
610        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
611        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
612        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
613        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
614        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
615        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
616        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
617        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
618        (Copied from ../../../aclocal).
619
6202003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
623        * automake/compile.am, automake/host.am, automake/leaf.am
624        automake/local.am, automake/subdirs.am: New (copied from
625        ../../../automake).
626
6272003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
630        bug report email address.
631
6322003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
633
634        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
635
6362003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
637
638        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
639        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
640
6412002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
642
643        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
644        Remove autom4te.cache.
645
6462002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
647
648        * support/configure.ac: Reflect changes above.  Take out unnecessary
649        autoconf macros.
650        * support/include/Makefile.am: Remove.
651        * support/Makefile.am: Merge in former include/Makefile.am.
652
6532002-08-01      Joel Sherrill <joel@OARcorp.com>
654
655        * Per PR47 add support for buffered test output.  This involved
656        adding defines to redirect output to a buffer and dump it when full,
657        at "test pause", and at exit.  To avoid problems when redefining
658        exit(), all tests were modified to call rtems_test_exit(). Some
659        tests, notable psxtests, had to be modified to include  the standard
660        test macro .h file (pmacros.h or tmacros.h) to enable this support.
661        * support/include/buffer_test_io.h: New file.
662
6632002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
664
665        * configure.ac: Remove ENABLE_GCC28.
666
6672002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
668
669        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
670        Remove AUTOMAKE_OPTIONS.
671        * configure.ac, support/configure.ac:
672        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
673        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
674
6752001-11-07      Joel Sherrill <joel@OARcorp.com>
676
677        Tracked as PR72 but related to the object id problem (PR36)
678        reported by Todor.Todorov@barco.com.
679        but discovered independently.
680        * support/include/tmacros.h: Added
681        fatal_directive_check_status_only().
682
6832001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
684
685        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
686        2.52.
687        * configure.ac, support/configure.ac: New file, generated from
688        configure.in by autoupdate.
689        * configure.in, support/configure.in: Remove.
690
6912001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
692
693        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
694        handling.
695
6962001-08-16      Joel Sherrill <joel@OARcorp.com>
697
698        * support/include/tmacros.h: Attempt to print errno as further
699        information.
700
7012001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
702
703        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
704        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
705
7062001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
707
708        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
709
7102001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
711
712        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
713        * support/Makefile.am: Remove stubdr, wrapup.
714        * support/stubdr/Makefile.am, support/stubdr/open.c,
715        support/stubdr/close.c, support/stubdr/init.c,
716        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
717        support/stubdr/.cvsignore, support/stubdr/read.c,
718        support/stubdr/write.c, support/wrapup/Makefile.am,
719        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
720
7212000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
722
723        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
724        in ACLOCAL_AMFLAGS.
725
7262000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
727
728        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
729        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
730        $(RTEMS_TOPdir)/aclocal.
731
7322000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
733
734        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
735        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
736
7372000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
738
739        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
740        compile.am
741
7422000-08-10      Joel Sherrill <joel@OARcorp.com>
743
744        * ChangeLog, support/ChangeLog: New file.
745
Note: See TracBrowser for help on using the repository browser.