source: rtems/testsuites/ChangeLog @ 6cc1c29

4.104.115
Last change on this file since 6cc1c29 was 6cc1c29, checked in by Glenn Humphrey <glenn.humphrey@…>, on 12/08/09 at 21:39:21

2009-12-08 Glenn Humphrey <glenn.humphrey@…>

  • support/include/test_support.h, support/include/tmacros.h, support/src/test_support.c: Added support functions to spin for a number of ticks and to spin until the next tick.
  • support/src/spin.c: New file.
  • Property mode set to 100644
File size: 23.8 KB
Line 
12009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
2
3        * support/include/test_support.h, support/include/tmacros.h,
4        support/src/test_support.c: Added support functions to spin for a
5        number of ticks and to spin until the next tick.
6        * support/src/spin.c: New file.
7
82009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * support/include/tmacros.h: Use rtems_test_assert() consistently
11        instead of system assert(). rtems_test_assert() is designed to
12        integrate into the RTEMS test suite infrastructure.
13
142009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * support/include/tmacros.h: Add service to check status returned by
17        POSIX methods which return a pointer which is -1 on error. This
18        eliminated some casts.
19
202009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * support/include/tmacros.h: Include rtems/score/thread.h.
23        Remove _Thread_Dispatch_disable_level.
24
252009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
28        PRIxblksize_t, PRIxblkcnt_t.
29        Comment cleanups.
30
312009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * support/include/tmacros.h: Add PRIxrtems_task_priority,
34        PRIxrtems_task_priority, PRIxrtems_signal_set.
35
362009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * support/include/tmacros.h: Add PRIxpthread_t.
39        * support/include/tmacros.h: Add PRIxrtems_event_set.
40        (fatal_posix_service_status_errno) Add local "long" var "statx".
41
422009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
45        Add PRIdrtems_task_argument.
46
472009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
50        Add PRIdrtems_interval.
51
522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * support/include/tmacros.h: Add PRIdPriority_Control.
55        Change PRIdrtems_task_priority to using PRIdPriority_Control.
56
572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * support/include/tmacros.h: Add PRIdrtems_task_priority.
60
612009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * support/include/tmacros.h: Add PRIxrtems_id.
64
652009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * support/include/tmacros.h: Add PRItime_t.
68
692009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
72
732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * support/include/test_support.h: Add missing prototypes.
76        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
77        outside of check_dispatch_disable_level.
78
792009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * support/src/test_support.c: Add missing prototypes.
82        * support/include/tmacros.h: Include <inttypes.h>.
83        Move extern "C".
84        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
85
862009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Add support/include/test_support.h.
89
902009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * automake/compile.am: Add *.ralf to clean-local.
93
942009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
97
982009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
101
1022009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * aclocal/canonical-target-name.m4:
105        Remove posix/unix simulator.
106
1072009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
110        case for nanosleep of a very small delay which mathematically is less
111        than a clock tick.
112
1132009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * configure.ac: Some POSIX tests exercise functionality which is
116        enabled when the POSIX threading is disabled. So build this suite all
117        the time and let the psxtests select the specific tests to build.
118
1192009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
122        and get_ticks_per_second() in favor of new
123        rtems_clock_get_ticks_per_second().
124
1252009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * support/src/test_support.c: Tinker with longest valid name.
128
1292009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * support/include/buffer_test_io.h: Use printk on AVR by default.
132
1332009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * support/src/tmtests_empty_function.c: Fix warnings.
136
1372009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
140          toolchains.
141
1422008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * aclocal/canonical-target-name.m4: Remove tic4x.
145
1462008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * aclocal/version.m4: Bump RTEMS_API to 4.10.
149        Bump _RTEMS_VERSION to 4.9.99.0.
150
1512008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * support/src/test_support.c: Convert to "bool".
154
1552008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * support/src/tmtests_empty_function.c: New file.
158
1592008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
160
161        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
162        AC_PREREQ(2.62).
163
1642008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
167
1682008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
169
170        * support/include/test_support.h, support/src/test_support.c: New files.
171
1722008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
173
174        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
175        tmacros.h available to all POSIX tests. Add a clock_settime case for
176        < 1988.
177
1782008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
179
180        * support/include/tmacros.h: Fix put_name to handle unprintable names.
181
1822008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
183
184        * support/include/tmacros.h: Add new rtems_test_assert() which exits
185        rather than calling fatal error.
186
1872007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
188
189        * support/include/tmacros.h: Add new helper for POSIX tests.
190
1912007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * aclocal/version.m4: Bump RTEMS_API to 4.9.
194        Bump RTEMS_VERSION to 4.8.99.0.
195
1962007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
197
198        * support/include/buffer_test_io.h: Add support for using printk for
199        output in tests. This should be followed up by disabling the console
200        driver and other support when the tests are using printk.
201
2022007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
205        rtems/score/cpuopts.h.
206
2072006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * configure.ac: New BUG-REPORT address.
210
2112006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * aclocal/rtems-top.m4: Remove RTEMS_API.
214        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
215
2162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
219
2202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * aclocal/version.m4: Bump version to 4.7.99.0.
223
2242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * configure.ac: Require autoconf-2.60. Require automake-1.10.
227
2282006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
229
230        * samples/fileio/system.h:
231        (PR1118) make use of the new confdefs.h mechanisms
232        for the IDE/ATA interface
233       
2342006-04-18  Joel Sherrill <joel@OARcorp.com>
235
236        * aclocal/version.m4: Updated to rtems-4.6.99.3.
237
2382006-02-01      Joel Sherrill <joel@OARcorp.com>
239
240        PR 855/tests
241        * support/include/tmacros.h: Fix typo.
242
2432005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * aclocal/enable-bare.m4: Remove (Unused).
246        * aclocal/env-rtemsbsp.m4, configure.ac:
247        Remove RTEMS_ENABLE_BARE,
248        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
249
2502005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * automake/compile.am: Remove .coff. Remove .obj.
253
2542005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * automake/local.am: Remove depend.
257        * automake/host.am: Remove depend.
258        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
259        * automake/local.am: Remove preinstall-am.
260        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
261        Set rtems_testsdir to $libdir/rtems-4.7/tests.
262        * configure.ac: Remove AMPOLISH3 (Unused).
263        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
264        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
265        Remove ARCH. Remove LINK_LIBS.
266        Extend clean-local to catch most temporary files make-exe is
267        creating.
268        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
269        Remove project_includedir.
270        Add rtems_testsdir.
271        * aclocal/rtems-top.m4: Remove dirstamp.
272
2732005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * Makefile.am: Remove preinstall.am
276        * preinstall.am: Remove.
277        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
278
2792005-11-10      Joel Sherrill <joel@OARcorp.com>
280
281        * support/.cvsignore: New file.
282
2832005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * Makefile.am: Don't preinstall support/include headers.
286        * configure.ac: Fix config-variables of conditionally built subdirs.
287
2882005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
291        aclocal/check-networking.m4, aclocal/check-posix.m4,
292        aclocal/check-tests.m4, aclocal/enable-itron.m4,
293        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
294        aclocal/enable-posix.m4: Remove (Unused).
295
2962005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
299        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
300        GCCSPECS.
301        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
302        up temporary CPPFLAGS to compile check cpuopts.h.
303        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
304        --enable-project-root. Remove --with-project-root.
305        Fix --enable-rtems-root.
306        * automake/compile.am, aclocal/env-rtemsbsp.m4:
307        Assume PROJECT_ROOT to contain RTEMS_BSP.
308
3092005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
310
311        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
312        * Makefile.am: Merge-in support/Makefile.am
313        * aclocal/check-cpuopts.m4: Add config.cache support.
314        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
315        OBJS from LINK_FILES.
316        * configure.ac: Add AMPOLISH3. Remove support/.
317
3182005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
319
320        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
321        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
322        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
323        Remove RTEMS_GCC_SPECS.
324        * aclocal/check-multiprocessing.m4: Don't require
325        RTEMS_ENABLE_MULTILIB.
326        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
327        GCCSPECS.
328        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
329        RTEMS_CXXFLAGS.
330        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
331        RTEMS_CFLAGS.
332        * aclocal/check-cpuopts.m4: New.
333        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
334        manually set up GCCSPEC (Now setup from inside configure). Remove
335        RTEMS_RELLDFLAGS (Used).
336        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
337        aclocal/multilib.m4: Remove (Unused).
338        * automake/compile.am: Remove CCAS support.
339
3402005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
341
342        * automake/compile.am: Remove depend.
343        * automake/compile.am: Take contents of amcompile.am.
344        * aclocal/check-posix.m4: Sync with cpukit.
345        * automake/local.am: Remove depend-am.
346        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
347        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
348        Remove.
349        * automake/subdirs.am: Remove depend-recursive.
350        * configure.ac: Sync POSIX and ITRON magic with cpukit.
351        * automake/amcompile.am: New.
352
3532005-09-02      Joel Sherrill <joel@OARcorp.com>
354
355        * aclocal/version.m4: Updated to rtems-4.6.99.2.
356
3572004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
358
359        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
360        is defined.
361        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
362        itron for unix.
363
3642004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
367        * configure.ac, support/configure.ac: Require automake > 1.9.
368
3692004-07-28      Joel Sherrill <joel@OARcorp.com>
370
371        * aclocal/version.m4: Updated to rtems-4.6.99.1.
372
3732004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
374
375        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
376
3772004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
378
379        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
380
3812004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
382
383        * aclocal/rtems-top.m4: Add rtems_rootdir.
384        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
385        $rtems_rootdir.
386        * support/include/tmacros.h: Convert to using c99 fixed size types.
387        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
388        RTEMS_TOP.
389        * aclocal/check-custom-bsp.m4: Fix minor typo.
390        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
391        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
392        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
393        aclocal/enable-tests.m4, aclocal/multilib.m4,
394        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
395        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
396        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
397        Add --enable-rtems-root. Rework RTEMS_ROOT.
398
3992004-03-03      Joel Sherrill <joel@OARcorp.com>
400
401        * support/include/buffer_test_io.h: Correct typo.
402
4032004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/rtems-top.m4: Rework.
406        * aclocal/project-root.m4: Remove obsolete comments.
407        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
408        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
409        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
410
4112004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
412
413        * configure.ac: Remove subdir tools.
414        * aclocal/target.m4: Remove (Unused).
415
4162004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
417
418        * aclocal/version.m4: 4.6.99.0.
419
4202004-02-03      Joel Sherrill <joel@OARcorp.com>
421
422        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
423        compiler mode.
424
4252004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
426
427        * support/Makefile.am: Add PREINSTALL_DIRS.
428
4292004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
430
431        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
432        PRE/TMPINSTALL_FILES to CLEANFILES.
433
4342004-01-07      Joel Sherrill <joel@OARcorp.com>
435
436        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
437        port more completely covers the MIPS family.
438
4392004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
442        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
443        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
444        Cleanup comments.
445        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
446        Remove build-variants. Hard-code ARCH=o-optimize.
447        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
448        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
449        conditional.
450        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
451        CFLAGS_DEBUG_V.
452        * aclocal/rtems-flags.m4: Remove (Unused).
453        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
454        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
455        (Implicitly handled by automake).
456        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
457        RTEMS_CFLAGS.
458
4592003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
460
461        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
462
4632003-12-17      Joel Sherrill <joel@OARcorp.com>
464
465        * aclocal/version.m4: Updated to rtems-20031217-test.
466
4672003-12-16      Joel Sherrill <joel@OARcorp.com>
468
469        PR 544/tests
470        * support/include/buffer_test_io.h: Various modifications to make
471        tests account for resources and not print at inappropriate times.
472
4732003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
474
475        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
476        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
477
4782003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
479
480        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
481        * automake/compila.am: Remove ARCH.
482        * configure.ac, support/configure.ac: Require automake >= 1.8,
483        autoconf >= 2.59.
484        * support/Makefile.am: Use mkdir_p. Remove dirs from
485        PRE/TMPINSTALL_FILES. Use include_HEADERS.
486        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
487
4882003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
489
490        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
491        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
492        AC_SUBST(dirstamp).
493        * aclocal/lead-dot.m4: New (from automake-1.7f).
494
4952003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
496
497        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
498        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
499        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
500        aclocal/check-networking.m4, aclocal/check-posix.m4,
501        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
502        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
503        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
504        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
505        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
506        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
507        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
508        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
509        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
510        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
511        underquoting to silence automake-1.8.
512
5132003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac, support/configure.ac: Reflect having moved to
516        testsuites/.
517
5182003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
521        RTEMS Version message.
522
5232003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
524
525        * aclocal/canonical-host.m4: Remove.
526        * configure.ac: Remove RTEMS_CANONICAL_HOST.
527        * aclocal/canonical-target-name.m4: Merge-in
528        aclocal/canonical-host.m4.
529
5302003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
531
532        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
533        * aclocal/bsp_alias.m4: Remove.
534
5352003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
538        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
539        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
540        instead of RTEMS_CHECK_CPU.
541        * aclocal/check-cpu.m4: Remove.
542        * configure.ac: Remove RTEMS_CHECK_CPU.
543
5442003-09-04      Joel Sherrill <joel@OARcorp.com>
545
546        * support/include/tmacros.h: URL for license changed.
547
5482003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
549
550        * aclocal/rtems-top.m4: Add RTEMS_API.
551        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
552
5532003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
556        * aclocal/enable-tests.m4: Change to support
557        --enable-tests=no|yes|samples, default is samples.
558        * configure.ac: Reflect changes above.
559
5602003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
563
5642003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
565
566        * automake/local.am, automake/host.am: Remove "debug".
567        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
568        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
569        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
570        aclocal/check-cxx.m4, aclocal/check-itron.m4,
571        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
572        aclocal/check-posix.m4, aclocal/check-tool.m4,
573        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
574        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
575        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
576        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
577        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
578        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
579        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
580        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
581        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
582        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
583        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
584        (Copied from ../../../aclocal).
585
5862003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
587
588        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
589        * automake/compile.am, automake/host.am, automake/leaf.am
590        automake/local.am, automake/subdirs.am: New (copied from
591        ../../../automake).
592
5932003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
596        bug report email address.
597
5982003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
601
6022003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
603
604        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
605        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
606
6072002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
608
609        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
610        Remove autom4te.cache.
611
6122002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
613
614        * support/configure.ac: Reflect changes above.  Take out unnecessary
615        autoconf macros.
616        * support/include/Makefile.am: Remove.
617        * support/Makefile.am: Merge in former include/Makefile.am.
618
6192002-08-01      Joel Sherrill <joel@OARcorp.com>
620
621        * Per PR47 add support for buffered test output.  This involved
622        adding defines to redirect output to a buffer and dump it when full,
623        at "test pause", and at exit.  To avoid problems when redefining
624        exit(), all tests were modified to call rtems_test_exit(). Some
625        tests, notable psxtests, had to be modified to include  the standard
626        test macro .h file (pmacros.h or tmacros.h) to enable this support.
627        * support/include/buffer_test_io.h: New file.
628
6292002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
630
631        * configure.ac: Remove ENABLE_GCC28.
632
6332002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
634
635        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
636        Remove AUTOMAKE_OPTIONS.
637        * configure.ac, support/configure.ac:
638        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
639        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
640
6412001-11-07      Joel Sherrill <joel@OARcorp.com>
642
643        Tracked as PR72 but related to the object id problem (PR36)
644        reported by Todor.Todorov@barco.com.
645        but discovered independently.
646        * support/include/tmacros.h: Added
647        fatal_directive_check_status_only().
648
6492001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
650
651        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
652        2.52.
653        * configure.ac, support/configure.ac: New file, generated from
654        configure.in by autoupdate.
655        * configure.in, support/configure.in: Remove.
656
6572001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
658
659        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
660        handling.
661
6622001-08-16      Joel Sherrill <joel@OARcorp.com>
663
664        * support/include/tmacros.h: Attempt to print errno as further
665        information.
666
6672001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
668
669        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
670        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
671
6722001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
673
674        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
675
6762001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
677
678        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
679        * support/Makefile.am: Remove stubdr, wrapup.
680        * support/stubdr/Makefile.am, support/stubdr/open.c,
681        support/stubdr/close.c, support/stubdr/init.c,
682        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
683        support/stubdr/.cvsignore, support/stubdr/read.c,
684        support/stubdr/write.c, support/wrapup/Makefile.am,
685        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
686
6872000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
688
689        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
690        in ACLOCAL_AMFLAGS.
691
6922000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
693
694        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
695        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
696        $(RTEMS_TOPdir)/aclocal.
697
6982000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
699
700        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
701        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
702
7032000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
704
705        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
706        compile.am
707
7082000-08-10      Joel Sherrill <joel@OARcorp.com>
709
710        * ChangeLog, support/ChangeLog: New file.
711
Note: See TracBrowser for help on using the repository browser.