source: rtems/testsuites/ChangeLog @ 7354b34

4.104.115
Last change on this file since 7354b34 was 7354b34, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/27/09 at 06:53:15

2009-10-27 Ralf Corsépius <ralf.corsepius@…>

  • support/include/tmacros.h: Add PRIdThread_Entry_numeric_type. Add PRIdrtems_task_argument.
  • Property mode set to 100644
File size: 22.4 KB
Line 
12009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
4        Add PRIdrtems_task_argument.
5
62009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
9        Add PRIdrtems_interval.
10
112009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * support/include/tmacros.h: Add PRIdPriority_Control.
14        Change PRIdrtems_task_priority to using PRIdPriority_Control.
15
162009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * support/include/tmacros.h: Add PRIdrtems_task_priority.
19
202009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * support/include/tmacros.h: Add PRIxrtems_id.
23
242009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * support/include/tmacros.h: Add PRItime_t.
27
282009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
31
322009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * support/include/test_support.h: Add missing prototypes.
35        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
36        outside of check_dispatch_disable_level.
37
382009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * support/src/test_support.c: Add missing prototypes.
41        * support/include/tmacros.h: Include <inttypes.h>.
42        Move extern "C".
43        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
44
452009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Add support/include/test_support.h.
48
492009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * automake/compile.am: Add *.ralf to clean-local.
52
532009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
56
572009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
60
612009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * aclocal/canonical-target-name.m4:
64        Remove posix/unix simulator.
65
662009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
69        case for nanosleep of a very small delay which mathematically is less
70        than a clock tick.
71
722009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * configure.ac: Some POSIX tests exercise functionality which is
75        enabled when the POSIX threading is disabled. So build this suite all
76        the time and let the psxtests select the specific tests to build.
77
782009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
81        and get_ticks_per_second() in favor of new
82        rtems_clock_get_ticks_per_second().
83
842009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
85
86        * support/src/test_support.c: Tinker with longest valid name.
87
882009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * support/include/buffer_test_io.h: Use printk on AVR by default.
91
922009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * support/src/tmtests_empty_function.c: Fix warnings.
95
962009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
99          toolchains.
100
1012008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * aclocal/canonical-target-name.m4: Remove tic4x.
104
1052008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * aclocal/version.m4: Bump RTEMS_API to 4.10.
108        Bump _RTEMS_VERSION to 4.9.99.0.
109
1102008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * support/src/test_support.c: Convert to "bool".
113
1142008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
115
116        * support/src/tmtests_empty_function.c: New file.
117
1182008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
121        AC_PREREQ(2.62).
122
1232008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
126
1272008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
128
129        * support/include/test_support.h, support/src/test_support.c: New files.
130
1312008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
134        tmacros.h available to all POSIX tests. Add a clock_settime case for
135        < 1988.
136
1372008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * support/include/tmacros.h: Fix put_name to handle unprintable names.
140
1412008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
142
143        * support/include/tmacros.h: Add new rtems_test_assert() which exits
144        rather than calling fatal error.
145
1462007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
147
148        * support/include/tmacros.h: Add new helper for POSIX tests.
149
1502007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * aclocal/version.m4: Bump RTEMS_API to 4.9.
153        Bump RTEMS_VERSION to 4.8.99.0.
154
1552007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
156
157        * support/include/buffer_test_io.h: Add support for using printk for
158        output in tests. This should be followed up by disabling the console
159        driver and other support when the tests are using printk.
160
1612007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
164        rtems/score/cpuopts.h.
165
1662006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * configure.ac: New BUG-REPORT address.
169
1702006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
171
172        * aclocal/rtems-top.m4: Remove RTEMS_API.
173        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
174
1752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
178
1792006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * aclocal/version.m4: Bump version to 4.7.99.0.
182
1832006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
184
185        * configure.ac: Require autoconf-2.60. Require automake-1.10.
186
1872006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
188
189        * samples/fileio/system.h:
190        (PR1118) make use of the new confdefs.h mechanisms
191        for the IDE/ATA interface
192       
1932006-04-18  Joel Sherrill <joel@OARcorp.com>
194
195        * aclocal/version.m4: Updated to rtems-4.6.99.3.
196
1972006-02-01      Joel Sherrill <joel@OARcorp.com>
198
199        PR 855/tests
200        * support/include/tmacros.h: Fix typo.
201
2022005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
203
204        * aclocal/enable-bare.m4: Remove (Unused).
205        * aclocal/env-rtemsbsp.m4, configure.ac:
206        Remove RTEMS_ENABLE_BARE,
207        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
208
2092005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * automake/compile.am: Remove .coff. Remove .obj.
212
2132005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * automake/local.am: Remove depend.
216        * automake/host.am: Remove depend.
217        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
218        * automake/local.am: Remove preinstall-am.
219        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
220        Set rtems_testsdir to $libdir/rtems-4.7/tests.
221        * configure.ac: Remove AMPOLISH3 (Unused).
222        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
223        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
224        Remove ARCH. Remove LINK_LIBS.
225        Extend clean-local to catch most temporary files make-exe is
226        creating.
227        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
228        Remove project_includedir.
229        Add rtems_testsdir.
230        * aclocal/rtems-top.m4: Remove dirstamp.
231
2322005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Remove preinstall.am
235        * preinstall.am: Remove.
236        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
237
2382005-11-10      Joel Sherrill <joel@OARcorp.com>
239
240        * support/.cvsignore: New file.
241
2422005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Don't preinstall support/include headers.
245        * configure.ac: Fix config-variables of conditionally built subdirs.
246
2472005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
250        aclocal/check-networking.m4, aclocal/check-posix.m4,
251        aclocal/check-tests.m4, aclocal/enable-itron.m4,
252        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
253        aclocal/enable-posix.m4: Remove (Unused).
254
2552005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
258        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
259        GCCSPECS.
260        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
261        up temporary CPPFLAGS to compile check cpuopts.h.
262        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
263        --enable-project-root. Remove --with-project-root.
264        Fix --enable-rtems-root.
265        * automake/compile.am, aclocal/env-rtemsbsp.m4:
266        Assume PROJECT_ROOT to contain RTEMS_BSP.
267
2682005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
271        * Makefile.am: Merge-in support/Makefile.am
272        * aclocal/check-cpuopts.m4: Add config.cache support.
273        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
274        OBJS from LINK_FILES.
275        * configure.ac: Add AMPOLISH3. Remove support/.
276
2772005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
278
279        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
280        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
281        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
282        Remove RTEMS_GCC_SPECS.
283        * aclocal/check-multiprocessing.m4: Don't require
284        RTEMS_ENABLE_MULTILIB.
285        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
286        GCCSPECS.
287        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
288        RTEMS_CXXFLAGS.
289        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
290        RTEMS_CFLAGS.
291        * aclocal/check-cpuopts.m4: New.
292        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
293        manually set up GCCSPEC (Now setup from inside configure). Remove
294        RTEMS_RELLDFLAGS (Used).
295        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
296        aclocal/multilib.m4: Remove (Unused).
297        * automake/compile.am: Remove CCAS support.
298
2992005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * automake/compile.am: Remove depend.
302        * automake/compile.am: Take contents of amcompile.am.
303        * aclocal/check-posix.m4: Sync with cpukit.
304        * automake/local.am: Remove depend-am.
305        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
306        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
307        Remove.
308        * automake/subdirs.am: Remove depend-recursive.
309        * configure.ac: Sync POSIX and ITRON magic with cpukit.
310        * automake/amcompile.am: New.
311
3122005-09-02      Joel Sherrill <joel@OARcorp.com>
313
314        * aclocal/version.m4: Updated to rtems-4.6.99.2.
315
3162004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
319        is defined.
320        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
321        itron for unix.
322
3232004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
326        * configure.ac, support/configure.ac: Require automake > 1.9.
327
3282004-07-28      Joel Sherrill <joel@OARcorp.com>
329
330        * aclocal/version.m4: Updated to rtems-4.6.99.1.
331
3322004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
335
3362004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
339
3402004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
341
342        * aclocal/rtems-top.m4: Add rtems_rootdir.
343        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
344        $rtems_rootdir.
345        * support/include/tmacros.h: Convert to using c99 fixed size types.
346        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
347        RTEMS_TOP.
348        * aclocal/check-custom-bsp.m4: Fix minor typo.
349        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
350        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
351        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
352        aclocal/enable-tests.m4, aclocal/multilib.m4,
353        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
354        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
355        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
356        Add --enable-rtems-root. Rework RTEMS_ROOT.
357
3582004-03-03      Joel Sherrill <joel@OARcorp.com>
359
360        * support/include/buffer_test_io.h: Correct typo.
361
3622004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
363
364        * aclocal/rtems-top.m4: Rework.
365        * aclocal/project-root.m4: Remove obsolete comments.
366        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
367        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
368        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
369
3702004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Remove subdir tools.
373        * aclocal/target.m4: Remove (Unused).
374
3752004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
376
377        * aclocal/version.m4: 4.6.99.0.
378
3792004-02-03      Joel Sherrill <joel@OARcorp.com>
380
381        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
382        compiler mode.
383
3842004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
385
386        * support/Makefile.am: Add PREINSTALL_DIRS.
387
3882004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
389
390        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
391        PRE/TMPINSTALL_FILES to CLEANFILES.
392
3932004-01-07      Joel Sherrill <joel@OARcorp.com>
394
395        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
396        port more completely covers the MIPS family.
397
3982004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
401        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
402        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
403        Cleanup comments.
404        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
405        Remove build-variants. Hard-code ARCH=o-optimize.
406        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
407        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
408        conditional.
409        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
410        CFLAGS_DEBUG_V.
411        * aclocal/rtems-flags.m4: Remove (Unused).
412        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
413        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
414        (Implicitly handled by automake).
415        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
416        RTEMS_CFLAGS.
417
4182003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
419
420        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
421
4222003-12-17      Joel Sherrill <joel@OARcorp.com>
423
424        * aclocal/version.m4: Updated to rtems-20031217-test.
425
4262003-12-16      Joel Sherrill <joel@OARcorp.com>
427
428        PR 544/tests
429        * support/include/buffer_test_io.h: Various modifications to make
430        tests account for resources and not print at inappropriate times.
431
4322003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
435        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
436
4372003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
438
439        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
440        * automake/compila.am: Remove ARCH.
441        * configure.ac, support/configure.ac: Require automake >= 1.8,
442        autoconf >= 2.59.
443        * support/Makefile.am: Use mkdir_p. Remove dirs from
444        PRE/TMPINSTALL_FILES. Use include_HEADERS.
445        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
446
4472003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
448
449        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
450        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
451        AC_SUBST(dirstamp).
452        * aclocal/lead-dot.m4: New (from automake-1.7f).
453
4542003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
455
456        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
457        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
458        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
459        aclocal/check-networking.m4, aclocal/check-posix.m4,
460        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
461        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
462        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
463        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
464        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
465        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
466        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
467        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
468        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
469        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
470        underquoting to silence automake-1.8.
471
4722003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
473
474        * configure.ac, support/configure.ac: Reflect having moved to
475        testsuites/.
476
4772003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
478
479        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
480        RTEMS Version message.
481
4822003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
483
484        * aclocal/canonical-host.m4: Remove.
485        * configure.ac: Remove RTEMS_CANONICAL_HOST.
486        * aclocal/canonical-target-name.m4: Merge-in
487        aclocal/canonical-host.m4.
488
4892003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
492        * aclocal/bsp_alias.m4: Remove.
493
4942003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
495
496        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
497        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
498        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
499        instead of RTEMS_CHECK_CPU.
500        * aclocal/check-cpu.m4: Remove.
501        * configure.ac: Remove RTEMS_CHECK_CPU.
502
5032003-09-04      Joel Sherrill <joel@OARcorp.com>
504
505        * support/include/tmacros.h: URL for license changed.
506
5072003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/rtems-top.m4: Add RTEMS_API.
510        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
511
5122003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
513
514        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
515        * aclocal/enable-tests.m4: Change to support
516        --enable-tests=no|yes|samples, default is samples.
517        * configure.ac: Reflect changes above.
518
5192003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
522
5232003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
524
525        * automake/local.am, automake/host.am: Remove "debug".
526        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
527        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
528        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
529        aclocal/check-cxx.m4, aclocal/check-itron.m4,
530        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
531        aclocal/check-posix.m4, aclocal/check-tool.m4,
532        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
533        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
534        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
535        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
536        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
537        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
538        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
539        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
540        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
541        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
542        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
543        (Copied from ../../../aclocal).
544
5452003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
546
547        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
548        * automake/compile.am, automake/host.am, automake/leaf.am
549        automake/local.am, automake/subdirs.am: New (copied from
550        ../../../automake).
551
5522003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
553
554        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
555        bug report email address.
556
5572003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
560
5612003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
562
563        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
564        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
565
5662002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
567
568        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
569        Remove autom4te.cache.
570
5712002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
572
573        * support/configure.ac: Reflect changes above.  Take out unnecessary
574        autoconf macros.
575        * support/include/Makefile.am: Remove.
576        * support/Makefile.am: Merge in former include/Makefile.am.
577
5782002-08-01      Joel Sherrill <joel@OARcorp.com>
579
580        * Per PR47 add support for buffered test output.  This involved
581        adding defines to redirect output to a buffer and dump it when full,
582        at "test pause", and at exit.  To avoid problems when redefining
583        exit(), all tests were modified to call rtems_test_exit(). Some
584        tests, notable psxtests, had to be modified to include  the standard
585        test macro .h file (pmacros.h or tmacros.h) to enable this support.
586        * support/include/buffer_test_io.h: New file.
587
5882002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
589
590        * configure.ac: Remove ENABLE_GCC28.
591
5922002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
593
594        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
595        Remove AUTOMAKE_OPTIONS.
596        * configure.ac, support/configure.ac:
597        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
598        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
599
6002001-11-07      Joel Sherrill <joel@OARcorp.com>
601
602        Tracked as PR72 but related to the object id problem (PR36)
603        reported by Todor.Todorov@barco.com.
604        but discovered independently.
605        * support/include/tmacros.h: Added
606        fatal_directive_check_status_only().
607
6082001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
609
610        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
611        2.52.
612        * configure.ac, support/configure.ac: New file, generated from
613        configure.in by autoupdate.
614        * configure.in, support/configure.in: Remove.
615
6162001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
619        handling.
620
6212001-08-16      Joel Sherrill <joel@OARcorp.com>
622
623        * support/include/tmacros.h: Attempt to print errno as further
624        information.
625
6262001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
627
628        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
629        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
630
6312001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
632
633        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
634
6352001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
636
637        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
638        * support/Makefile.am: Remove stubdr, wrapup.
639        * support/stubdr/Makefile.am, support/stubdr/open.c,
640        support/stubdr/close.c, support/stubdr/init.c,
641        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
642        support/stubdr/.cvsignore, support/stubdr/read.c,
643        support/stubdr/write.c, support/wrapup/Makefile.am,
644        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
645
6462000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
647
648        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
649        in ACLOCAL_AMFLAGS.
650
6512000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
654        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
655        $(RTEMS_TOPdir)/aclocal.
656
6572000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
658
659        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
660        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
661
6622000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
663
664        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
665        compile.am
666
6672000-08-10      Joel Sherrill <joel@OARcorp.com>
668
669        * ChangeLog, support/ChangeLog: New file.
670
Note: See TracBrowser for help on using the repository browser.