source: rtems/testsuites/ChangeLog @ ef08dc1

4.115
Last change on this file since ef08dc1 was 82fbd35, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/10 at 16:54:17

2010-06-21 Joel Sherrill <joel.sherrill@…>

  • support/include/test_support.h, support/src/tmtests_empty_function.c: Add helper so it is easier to write a basic repeated operation tmtest.
  • support/src/tmtests_support.c: New file.
  • Property mode set to 100644
File size: 24.6 KB
Line 
12010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/include/test_support.h, support/src/tmtests_empty_function.c:
4        Add helper so it is easier to write a basic repeated operation
5        tmtest.
6        * support/src/tmtests_support.c: New file.
7
82010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * configure.ac: Remove itron.
11
122010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * aclocal/version.m4: Bump RTEMS_API to 4.11.
15        Bump _RTEMS_VERSION to 4.10.99.0.
16
172010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * support/include/tmacros.h: Remove PRIdoff_t.
20
212010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
22
23        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
24        treat all non-zero values of _Thread_Dispatch_disable_level equally.
25
262009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
27
28        * support/include/test_support.h, support/include/tmacros.h,
29        support/src/test_support.c: Added support functions to spin for a
30        number of ticks and to spin until the next tick.
31        * support/src/spin.c: New file.
32
332009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * support/include/tmacros.h: Use rtems_test_assert() consistently
36        instead of system assert(). rtems_test_assert() is designed to
37        integrate into the RTEMS test suite infrastructure.
38
392009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * support/include/tmacros.h: Add service to check status returned by
42        POSIX methods which return a pointer which is -1 on error. This
43        eliminated some casts.
44
452009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * support/include/tmacros.h: Include rtems/score/thread.h.
48        Remove _Thread_Dispatch_disable_level.
49
502009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
53        PRIxblksize_t, PRIxblkcnt_t.
54        Comment cleanups.
55
562009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * support/include/tmacros.h: Add PRIxrtems_task_priority,
59        PRIxrtems_task_priority, PRIxrtems_signal_set.
60
612009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * support/include/tmacros.h: Add PRIxpthread_t.
64        * support/include/tmacros.h: Add PRIxrtems_event_set.
65        (fatal_posix_service_status_errno) Add local "long" var "statx".
66
672009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
70        Add PRIdrtems_task_argument.
71
722009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
75        Add PRIdrtems_interval.
76
772009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * support/include/tmacros.h: Add PRIdPriority_Control.
80        Change PRIdrtems_task_priority to using PRIdPriority_Control.
81
822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * support/include/tmacros.h: Add PRIdrtems_task_priority.
85
862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * support/include/tmacros.h: Add PRIxrtems_id.
89
902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * support/include/tmacros.h: Add PRItime_t.
93
942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
97
982009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * support/include/test_support.h: Add missing prototypes.
101        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
102        outside of check_dispatch_disable_level.
103
1042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * support/src/test_support.c: Add missing prototypes.
107        * support/include/tmacros.h: Include <inttypes.h>.
108        Move extern "C".
109        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
110
1112009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Add support/include/test_support.h.
114
1152009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * automake/compile.am: Add *.ralf to clean-local.
118
1192009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
122
1232009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
126
1272009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * aclocal/canonical-target-name.m4:
130        Remove posix/unix simulator.
131
1322009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
133
134        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
135        case for nanosleep of a very small delay which mathematically is less
136        than a clock tick.
137
1382009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * configure.ac: Some POSIX tests exercise functionality which is
141        enabled when the POSIX threading is disabled. So build this suite all
142        the time and let the psxtests select the specific tests to build.
143
1442009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
145
146        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
147        and get_ticks_per_second() in favor of new
148        rtems_clock_get_ticks_per_second().
149
1502009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
151
152        * support/src/test_support.c: Tinker with longest valid name.
153
1542009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
155
156        * support/include/buffer_test_io.h: Use printk on AVR by default.
157
1582009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * support/src/tmtests_empty_function.c: Fix warnings.
161
1622009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
163
164        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
165          toolchains.
166
1672008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * aclocal/canonical-target-name.m4: Remove tic4x.
170
1712008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * aclocal/version.m4: Bump RTEMS_API to 4.10.
174        Bump _RTEMS_VERSION to 4.9.99.0.
175
1762008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * support/src/test_support.c: Convert to "bool".
179
1802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
181
182        * support/src/tmtests_empty_function.c: New file.
183
1842008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
187        AC_PREREQ(2.62).
188
1892008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
192
1932008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
194
195        * support/include/test_support.h, support/src/test_support.c: New files.
196
1972008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
198
199        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
200        tmacros.h available to all POSIX tests. Add a clock_settime case for
201        < 1988.
202
2032008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * support/include/tmacros.h: Fix put_name to handle unprintable names.
206
2072008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
208
209        * support/include/tmacros.h: Add new rtems_test_assert() which exits
210        rather than calling fatal error.
211
2122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
213
214        * support/include/tmacros.h: Add new helper for POSIX tests.
215
2162007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * aclocal/version.m4: Bump RTEMS_API to 4.9.
219        Bump RTEMS_VERSION to 4.8.99.0.
220
2212007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
222
223        * support/include/buffer_test_io.h: Add support for using printk for
224        output in tests. This should be followed up by disabling the console
225        driver and other support when the tests are using printk.
226
2272007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
230        rtems/score/cpuopts.h.
231
2322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * configure.ac: New BUG-REPORT address.
235
2362006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * aclocal/rtems-top.m4: Remove RTEMS_API.
239        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
240
2412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
244
2452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * aclocal/version.m4: Bump version to 4.7.99.0.
248
2492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * configure.ac: Require autoconf-2.60. Require automake-1.10.
252
2532006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
254
255        * samples/fileio/system.h:
256        (PR1118) make use of the new confdefs.h mechanisms
257        for the IDE/ATA interface
258       
2592006-04-18  Joel Sherrill <joel@OARcorp.com>
260
261        * aclocal/version.m4: Updated to rtems-4.6.99.3.
262
2632006-02-01      Joel Sherrill <joel@OARcorp.com>
264
265        PR 855/tests
266        * support/include/tmacros.h: Fix typo.
267
2682005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * aclocal/enable-bare.m4: Remove (Unused).
271        * aclocal/env-rtemsbsp.m4, configure.ac:
272        Remove RTEMS_ENABLE_BARE,
273        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
274
2752005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * automake/compile.am: Remove .coff. Remove .obj.
278
2792005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * automake/local.am: Remove depend.
282        * automake/host.am: Remove depend.
283        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
284        * automake/local.am: Remove preinstall-am.
285        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
286        Set rtems_testsdir to $libdir/rtems-4.7/tests.
287        * configure.ac: Remove AMPOLISH3 (Unused).
288        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
289        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
290        Remove ARCH. Remove LINK_LIBS.
291        Extend clean-local to catch most temporary files make-exe is
292        creating.
293        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
294        Remove project_includedir.
295        Add rtems_testsdir.
296        * aclocal/rtems-top.m4: Remove dirstamp.
297
2982005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * Makefile.am: Remove preinstall.am
301        * preinstall.am: Remove.
302        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
303
3042005-11-10      Joel Sherrill <joel@OARcorp.com>
305
306        * support/.cvsignore: New file.
307
3082005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * Makefile.am: Don't preinstall support/include headers.
311        * configure.ac: Fix config-variables of conditionally built subdirs.
312
3132005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
316        aclocal/check-networking.m4, aclocal/check-posix.m4,
317        aclocal/check-tests.m4, aclocal/enable-itron.m4,
318        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
319        aclocal/enable-posix.m4: Remove (Unused).
320
3212005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
324        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
325        GCCSPECS.
326        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
327        up temporary CPPFLAGS to compile check cpuopts.h.
328        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
329        --enable-project-root. Remove --with-project-root.
330        Fix --enable-rtems-root.
331        * automake/compile.am, aclocal/env-rtemsbsp.m4:
332        Assume PROJECT_ROOT to contain RTEMS_BSP.
333
3342005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
337        * Makefile.am: Merge-in support/Makefile.am
338        * aclocal/check-cpuopts.m4: Add config.cache support.
339        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
340        OBJS from LINK_FILES.
341        * configure.ac: Add AMPOLISH3. Remove support/.
342
3432005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
344
345        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
346        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
347        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
348        Remove RTEMS_GCC_SPECS.
349        * aclocal/check-multiprocessing.m4: Don't require
350        RTEMS_ENABLE_MULTILIB.
351        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
352        GCCSPECS.
353        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
354        RTEMS_CXXFLAGS.
355        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
356        RTEMS_CFLAGS.
357        * aclocal/check-cpuopts.m4: New.
358        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
359        manually set up GCCSPEC (Now setup from inside configure). Remove
360        RTEMS_RELLDFLAGS (Used).
361        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
362        aclocal/multilib.m4: Remove (Unused).
363        * automake/compile.am: Remove CCAS support.
364
3652005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * automake/compile.am: Remove depend.
368        * automake/compile.am: Take contents of amcompile.am.
369        * aclocal/check-posix.m4: Sync with cpukit.
370        * automake/local.am: Remove depend-am.
371        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
372        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
373        Remove.
374        * automake/subdirs.am: Remove depend-recursive.
375        * configure.ac: Sync POSIX and ITRON magic with cpukit.
376        * automake/amcompile.am: New.
377
3782005-09-02      Joel Sherrill <joel@OARcorp.com>
379
380        * aclocal/version.m4: Updated to rtems-4.6.99.2.
381
3822004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
385        is defined.
386        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
387        itron for unix.
388
3892004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
390
391        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
392        * configure.ac, support/configure.ac: Require automake > 1.9.
393
3942004-07-28      Joel Sherrill <joel@OARcorp.com>
395
396        * aclocal/version.m4: Updated to rtems-4.6.99.1.
397
3982004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
401
4022004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
405
4062004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
407
408        * aclocal/rtems-top.m4: Add rtems_rootdir.
409        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
410        $rtems_rootdir.
411        * support/include/tmacros.h: Convert to using c99 fixed size types.
412        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
413        RTEMS_TOP.
414        * aclocal/check-custom-bsp.m4: Fix minor typo.
415        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
416        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
417        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
418        aclocal/enable-tests.m4, aclocal/multilib.m4,
419        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
420        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
421        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
422        Add --enable-rtems-root. Rework RTEMS_ROOT.
423
4242004-03-03      Joel Sherrill <joel@OARcorp.com>
425
426        * support/include/buffer_test_io.h: Correct typo.
427
4282004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
429
430        * aclocal/rtems-top.m4: Rework.
431        * aclocal/project-root.m4: Remove obsolete comments.
432        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
433        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
434        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
435
4362004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
437
438        * configure.ac: Remove subdir tools.
439        * aclocal/target.m4: Remove (Unused).
440
4412004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal/version.m4: 4.6.99.0.
444
4452004-02-03      Joel Sherrill <joel@OARcorp.com>
446
447        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
448        compiler mode.
449
4502004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
451
452        * support/Makefile.am: Add PREINSTALL_DIRS.
453
4542004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
455
456        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
457        PRE/TMPINSTALL_FILES to CLEANFILES.
458
4592004-01-07      Joel Sherrill <joel@OARcorp.com>
460
461        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
462        port more completely covers the MIPS family.
463
4642004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
465
466        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
467        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
468        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
469        Cleanup comments.
470        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
471        Remove build-variants. Hard-code ARCH=o-optimize.
472        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
473        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
474        conditional.
475        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
476        CFLAGS_DEBUG_V.
477        * aclocal/rtems-flags.m4: Remove (Unused).
478        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
479        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
480        (Implicitly handled by automake).
481        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
482        RTEMS_CFLAGS.
483
4842003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
485
486        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
487
4882003-12-17      Joel Sherrill <joel@OARcorp.com>
489
490        * aclocal/version.m4: Updated to rtems-20031217-test.
491
4922003-12-16      Joel Sherrill <joel@OARcorp.com>
493
494        PR 544/tests
495        * support/include/buffer_test_io.h: Various modifications to make
496        tests account for resources and not print at inappropriate times.
497
4982003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
499
500        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
501        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
502
5032003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
504
505        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
506        * automake/compila.am: Remove ARCH.
507        * configure.ac, support/configure.ac: Require automake >= 1.8,
508        autoconf >= 2.59.
509        * support/Makefile.am: Use mkdir_p. Remove dirs from
510        PRE/TMPINSTALL_FILES. Use include_HEADERS.
511        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
512
5132003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
514
515        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
516        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
517        AC_SUBST(dirstamp).
518        * aclocal/lead-dot.m4: New (from automake-1.7f).
519
5202003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
521
522        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
523        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
524        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
525        aclocal/check-networking.m4, aclocal/check-posix.m4,
526        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
527        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
528        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
529        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
530        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
531        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
532        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
533        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
534        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
535        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
536        underquoting to silence automake-1.8.
537
5382003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac, support/configure.ac: Reflect having moved to
541        testsuites/.
542
5432003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
544
545        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
546        RTEMS Version message.
547
5482003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
549
550        * aclocal/canonical-host.m4: Remove.
551        * configure.ac: Remove RTEMS_CANONICAL_HOST.
552        * aclocal/canonical-target-name.m4: Merge-in
553        aclocal/canonical-host.m4.
554
5552003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
556
557        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
558        * aclocal/bsp_alias.m4: Remove.
559
5602003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
561
562        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
563        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
564        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
565        instead of RTEMS_CHECK_CPU.
566        * aclocal/check-cpu.m4: Remove.
567        * configure.ac: Remove RTEMS_CHECK_CPU.
568
5692003-09-04      Joel Sherrill <joel@OARcorp.com>
570
571        * support/include/tmacros.h: URL for license changed.
572
5732003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
574
575        * aclocal/rtems-top.m4: Add RTEMS_API.
576        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
577
5782003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
579
580        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
581        * aclocal/enable-tests.m4: Change to support
582        --enable-tests=no|yes|samples, default is samples.
583        * configure.ac: Reflect changes above.
584
5852003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
586
587        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
588
5892003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
590
591        * automake/local.am, automake/host.am: Remove "debug".
592        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
593        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
594        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
595        aclocal/check-cxx.m4, aclocal/check-itron.m4,
596        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
597        aclocal/check-posix.m4, aclocal/check-tool.m4,
598        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
599        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
600        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
601        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
602        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
603        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
604        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
605        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
606        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
607        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
608        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
609        (Copied from ../../../aclocal).
610
6112003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
612
613        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
614        * automake/compile.am, automake/host.am, automake/leaf.am
615        automake/local.am, automake/subdirs.am: New (copied from
616        ../../../automake).
617
6182003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
619
620        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
621        bug report email address.
622
6232003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
626
6272003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
630        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
631
6322002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
633
634        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
635        Remove autom4te.cache.
636
6372002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
638
639        * support/configure.ac: Reflect changes above.  Take out unnecessary
640        autoconf macros.
641        * support/include/Makefile.am: Remove.
642        * support/Makefile.am: Merge in former include/Makefile.am.
643
6442002-08-01      Joel Sherrill <joel@OARcorp.com>
645
646        * Per PR47 add support for buffered test output.  This involved
647        adding defines to redirect output to a buffer and dump it when full,
648        at "test pause", and at exit.  To avoid problems when redefining
649        exit(), all tests were modified to call rtems_test_exit(). Some
650        tests, notable psxtests, had to be modified to include  the standard
651        test macro .h file (pmacros.h or tmacros.h) to enable this support.
652        * support/include/buffer_test_io.h: New file.
653
6542002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
655
656        * configure.ac: Remove ENABLE_GCC28.
657
6582002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
661        Remove AUTOMAKE_OPTIONS.
662        * configure.ac, support/configure.ac:
663        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
664        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
665
6662001-11-07      Joel Sherrill <joel@OARcorp.com>
667
668        Tracked as PR72 but related to the object id problem (PR36)
669        reported by Todor.Todorov@barco.com.
670        but discovered independently.
671        * support/include/tmacros.h: Added
672        fatal_directive_check_status_only().
673
6742001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
675
676        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
677        2.52.
678        * configure.ac, support/configure.ac: New file, generated from
679        configure.in by autoupdate.
680        * configure.in, support/configure.in: Remove.
681
6822001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
683
684        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
685        handling.
686
6872001-08-16      Joel Sherrill <joel@OARcorp.com>
688
689        * support/include/tmacros.h: Attempt to print errno as further
690        information.
691
6922001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
693
694        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
695        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
696
6972001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
698
699        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
700
7012001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
702
703        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
704        * support/Makefile.am: Remove stubdr, wrapup.
705        * support/stubdr/Makefile.am, support/stubdr/open.c,
706        support/stubdr/close.c, support/stubdr/init.c,
707        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
708        support/stubdr/.cvsignore, support/stubdr/read.c,
709        support/stubdr/write.c, support/wrapup/Makefile.am,
710        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
711
7122000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
713
714        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
715        in ACLOCAL_AMFLAGS.
716
7172000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
718
719        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
720        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
721        $(RTEMS_TOPdir)/aclocal.
722
7232000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
724
725        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
726        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
727
7282000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
729
730        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
731        compile.am
732
7332000-08-10      Joel Sherrill <joel@OARcorp.com>
734
735        * ChangeLog, support/ChangeLog: New file.
736
Note: See TracBrowser for help on using the repository browser.