source: rtems/testsuites/ChangeLog @ f15fc6a

4.104.115
Last change on this file since f15fc6a was d0f47c22, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/27/09 at 08:12:25

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

  • support/include/tmacros.h: Add PRIxrtems_event_set. (fatal_posix_service_status_errno) Add local "long" var "statx".
  • Property mode set to 100644
File size: 22.6 KB
Line 
12009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/tmacros.h: Add PRIxrtems_event_set.
4        (fatal_posix_service_status_errno) Add local "long" var "statx".
5
62009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
9        Add PRIdrtems_task_argument.
10
112009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
14        Add PRIdrtems_interval.
15
162009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * support/include/tmacros.h: Add PRIdPriority_Control.
19        Change PRIdrtems_task_priority to using PRIdPriority_Control.
20
212009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * support/include/tmacros.h: Add PRIdrtems_task_priority.
24
252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * support/include/tmacros.h: Add PRIxrtems_id.
28
292009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * support/include/tmacros.h: Add PRItime_t.
32
332009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
36
372009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * support/include/test_support.h: Add missing prototypes.
40        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
41        outside of check_dispatch_disable_level.
42
432009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * support/src/test_support.c: Add missing prototypes.
46        * support/include/tmacros.h: Include <inttypes.h>.
47        Move extern "C".
48        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
49
502009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Add support/include/test_support.h.
53
542009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * automake/compile.am: Add *.ralf to clean-local.
57
582009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
61
622009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
65
662009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * aclocal/canonical-target-name.m4:
69        Remove posix/unix simulator.
70
712009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
74        case for nanosleep of a very small delay which mathematically is less
75        than a clock tick.
76
772009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * configure.ac: Some POSIX tests exercise functionality which is
80        enabled when the POSIX threading is disabled. So build this suite all
81        the time and let the psxtests select the specific tests to build.
82
832009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
86        and get_ticks_per_second() in favor of new
87        rtems_clock_get_ticks_per_second().
88
892009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
90
91        * support/src/test_support.c: Tinker with longest valid name.
92
932009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * support/include/buffer_test_io.h: Use printk on AVR by default.
96
972009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * support/src/tmtests_empty_function.c: Fix warnings.
100
1012009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
104          toolchains.
105
1062008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * aclocal/canonical-target-name.m4: Remove tic4x.
109
1102008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * aclocal/version.m4: Bump RTEMS_API to 4.10.
113        Bump _RTEMS_VERSION to 4.9.99.0.
114
1152008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * support/src/test_support.c: Convert to "bool".
118
1192008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * support/src/tmtests_empty_function.c: New file.
122
1232008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
126        AC_PREREQ(2.62).
127
1282008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
131
1322008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
133
134        * support/include/test_support.h, support/src/test_support.c: New files.
135
1362008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
139        tmacros.h available to all POSIX tests. Add a clock_settime case for
140        < 1988.
141
1422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
143
144        * support/include/tmacros.h: Fix put_name to handle unprintable names.
145
1462008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
147
148        * support/include/tmacros.h: Add new rtems_test_assert() which exits
149        rather than calling fatal error.
150
1512007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * support/include/tmacros.h: Add new helper for POSIX tests.
154
1552007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * aclocal/version.m4: Bump RTEMS_API to 4.9.
158        Bump RTEMS_VERSION to 4.8.99.0.
159
1602007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * support/include/buffer_test_io.h: Add support for using printk for
163        output in tests. This should be followed up by disabling the console
164        driver and other support when the tests are using printk.
165
1662007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
169        rtems/score/cpuopts.h.
170
1712006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * configure.ac: New BUG-REPORT address.
174
1752006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * aclocal/rtems-top.m4: Remove RTEMS_API.
178        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
179
1802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
183
1842006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
185
186        * aclocal/version.m4: Bump version to 4.7.99.0.
187
1882006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Require autoconf-2.60. Require automake-1.10.
191
1922006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
193
194        * samples/fileio/system.h:
195        (PR1118) make use of the new confdefs.h mechanisms
196        for the IDE/ATA interface
197       
1982006-04-18  Joel Sherrill <joel@OARcorp.com>
199
200        * aclocal/version.m4: Updated to rtems-4.6.99.3.
201
2022006-02-01      Joel Sherrill <joel@OARcorp.com>
203
204        PR 855/tests
205        * support/include/tmacros.h: Fix typo.
206
2072005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * aclocal/enable-bare.m4: Remove (Unused).
210        * aclocal/env-rtemsbsp.m4, configure.ac:
211        Remove RTEMS_ENABLE_BARE,
212        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
213
2142005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * automake/compile.am: Remove .coff. Remove .obj.
217
2182005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * automake/local.am: Remove depend.
221        * automake/host.am: Remove depend.
222        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
223        * automake/local.am: Remove preinstall-am.
224        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
225        Set rtems_testsdir to $libdir/rtems-4.7/tests.
226        * configure.ac: Remove AMPOLISH3 (Unused).
227        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
228        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
229        Remove ARCH. Remove LINK_LIBS.
230        Extend clean-local to catch most temporary files make-exe is
231        creating.
232        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
233        Remove project_includedir.
234        Add rtems_testsdir.
235        * aclocal/rtems-top.m4: Remove dirstamp.
236
2372005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Remove preinstall.am
240        * preinstall.am: Remove.
241        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
242
2432005-11-10      Joel Sherrill <joel@OARcorp.com>
244
245        * support/.cvsignore: New file.
246
2472005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
248
249        * Makefile.am: Don't preinstall support/include headers.
250        * configure.ac: Fix config-variables of conditionally built subdirs.
251
2522005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
253
254        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
255        aclocal/check-networking.m4, aclocal/check-posix.m4,
256        aclocal/check-tests.m4, aclocal/enable-itron.m4,
257        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
258        aclocal/enable-posix.m4: Remove (Unused).
259
2602005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
263        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
264        GCCSPECS.
265        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
266        up temporary CPPFLAGS to compile check cpuopts.h.
267        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
268        --enable-project-root. Remove --with-project-root.
269        Fix --enable-rtems-root.
270        * automake/compile.am, aclocal/env-rtemsbsp.m4:
271        Assume PROJECT_ROOT to contain RTEMS_BSP.
272
2732005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
274
275        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
276        * Makefile.am: Merge-in support/Makefile.am
277        * aclocal/check-cpuopts.m4: Add config.cache support.
278        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
279        OBJS from LINK_FILES.
280        * configure.ac: Add AMPOLISH3. Remove support/.
281
2822005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
283
284        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
285        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
286        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
287        Remove RTEMS_GCC_SPECS.
288        * aclocal/check-multiprocessing.m4: Don't require
289        RTEMS_ENABLE_MULTILIB.
290        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
291        GCCSPECS.
292        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
293        RTEMS_CXXFLAGS.
294        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
295        RTEMS_CFLAGS.
296        * aclocal/check-cpuopts.m4: New.
297        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
298        manually set up GCCSPEC (Now setup from inside configure). Remove
299        RTEMS_RELLDFLAGS (Used).
300        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
301        aclocal/multilib.m4: Remove (Unused).
302        * automake/compile.am: Remove CCAS support.
303
3042005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * automake/compile.am: Remove depend.
307        * automake/compile.am: Take contents of amcompile.am.
308        * aclocal/check-posix.m4: Sync with cpukit.
309        * automake/local.am: Remove depend-am.
310        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
311        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
312        Remove.
313        * automake/subdirs.am: Remove depend-recursive.
314        * configure.ac: Sync POSIX and ITRON magic with cpukit.
315        * automake/amcompile.am: New.
316
3172005-09-02      Joel Sherrill <joel@OARcorp.com>
318
319        * aclocal/version.m4: Updated to rtems-4.6.99.2.
320
3212004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
322
323        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
324        is defined.
325        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
326        itron for unix.
327
3282004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
331        * configure.ac, support/configure.ac: Require automake > 1.9.
332
3332004-07-28      Joel Sherrill <joel@OARcorp.com>
334
335        * aclocal/version.m4: Updated to rtems-4.6.99.1.
336
3372004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
340
3412004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
344
3452004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/rtems-top.m4: Add rtems_rootdir.
348        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
349        $rtems_rootdir.
350        * support/include/tmacros.h: Convert to using c99 fixed size types.
351        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
352        RTEMS_TOP.
353        * aclocal/check-custom-bsp.m4: Fix minor typo.
354        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
355        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
356        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
357        aclocal/enable-tests.m4, aclocal/multilib.m4,
358        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
359        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
360        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
361        Add --enable-rtems-root. Rework RTEMS_ROOT.
362
3632004-03-03      Joel Sherrill <joel@OARcorp.com>
364
365        * support/include/buffer_test_io.h: Correct typo.
366
3672004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
368
369        * aclocal/rtems-top.m4: Rework.
370        * aclocal/project-root.m4: Remove obsolete comments.
371        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
372        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
373        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
374
3752004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: Remove subdir tools.
378        * aclocal/target.m4: Remove (Unused).
379
3802004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/version.m4: 4.6.99.0.
383
3842004-02-03      Joel Sherrill <joel@OARcorp.com>
385
386        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
387        compiler mode.
388
3892004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
390
391        * support/Makefile.am: Add PREINSTALL_DIRS.
392
3932004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
394
395        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
396        PRE/TMPINSTALL_FILES to CLEANFILES.
397
3982004-01-07      Joel Sherrill <joel@OARcorp.com>
399
400        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
401        port more completely covers the MIPS family.
402
4032004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
404
405        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
406        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
407        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
408        Cleanup comments.
409        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
410        Remove build-variants. Hard-code ARCH=o-optimize.
411        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
412        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
413        conditional.
414        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
415        CFLAGS_DEBUG_V.
416        * aclocal/rtems-flags.m4: Remove (Unused).
417        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
418        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
419        (Implicitly handled by automake).
420        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
421        RTEMS_CFLAGS.
422
4232003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
424
425        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
426
4272003-12-17      Joel Sherrill <joel@OARcorp.com>
428
429        * aclocal/version.m4: Updated to rtems-20031217-test.
430
4312003-12-16      Joel Sherrill <joel@OARcorp.com>
432
433        PR 544/tests
434        * support/include/buffer_test_io.h: Various modifications to make
435        tests account for resources and not print at inappropriate times.
436
4372003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
438
439        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
440        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
441
4422003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
443
444        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
445        * automake/compila.am: Remove ARCH.
446        * configure.ac, support/configure.ac: Require automake >= 1.8,
447        autoconf >= 2.59.
448        * support/Makefile.am: Use mkdir_p. Remove dirs from
449        PRE/TMPINSTALL_FILES. Use include_HEADERS.
450        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
451
4522003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
453
454        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
455        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
456        AC_SUBST(dirstamp).
457        * aclocal/lead-dot.m4: New (from automake-1.7f).
458
4592003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
460
461        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
462        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
463        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
464        aclocal/check-networking.m4, aclocal/check-posix.m4,
465        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
466        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
467        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
468        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
469        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
470        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
471        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
472        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
473        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
474        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
475        underquoting to silence automake-1.8.
476
4772003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac, support/configure.ac: Reflect having moved to
480        testsuites/.
481
4822003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
483
484        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
485        RTEMS Version message.
486
4872003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
488
489        * aclocal/canonical-host.m4: Remove.
490        * configure.ac: Remove RTEMS_CANONICAL_HOST.
491        * aclocal/canonical-target-name.m4: Merge-in
492        aclocal/canonical-host.m4.
493
4942003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
495
496        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
497        * aclocal/bsp_alias.m4: Remove.
498
4992003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
500
501        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
502        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
503        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
504        instead of RTEMS_CHECK_CPU.
505        * aclocal/check-cpu.m4: Remove.
506        * configure.ac: Remove RTEMS_CHECK_CPU.
507
5082003-09-04      Joel Sherrill <joel@OARcorp.com>
509
510        * support/include/tmacros.h: URL for license changed.
511
5122003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
513
514        * aclocal/rtems-top.m4: Add RTEMS_API.
515        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
516
5172003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
520        * aclocal/enable-tests.m4: Change to support
521        --enable-tests=no|yes|samples, default is samples.
522        * configure.ac: Reflect changes above.
523
5242003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
527
5282003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
529
530        * automake/local.am, automake/host.am: Remove "debug".
531        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
532        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
533        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
534        aclocal/check-cxx.m4, aclocal/check-itron.m4,
535        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
536        aclocal/check-posix.m4, aclocal/check-tool.m4,
537        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
538        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
539        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
540        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
541        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
542        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
543        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
544        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
545        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
546        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
547        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
548        (Copied from ../../../aclocal).
549
5502003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
551
552        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
553        * automake/compile.am, automake/host.am, automake/leaf.am
554        automake/local.am, automake/subdirs.am: New (copied from
555        ../../../automake).
556
5572003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
560        bug report email address.
561
5622003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
563
564        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
565
5662003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
567
568        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
569        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
570
5712002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
572
573        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
574        Remove autom4te.cache.
575
5762002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
577
578        * support/configure.ac: Reflect changes above.  Take out unnecessary
579        autoconf macros.
580        * support/include/Makefile.am: Remove.
581        * support/Makefile.am: Merge in former include/Makefile.am.
582
5832002-08-01      Joel Sherrill <joel@OARcorp.com>
584
585        * Per PR47 add support for buffered test output.  This involved
586        adding defines to redirect output to a buffer and dump it when full,
587        at "test pause", and at exit.  To avoid problems when redefining
588        exit(), all tests were modified to call rtems_test_exit(). Some
589        tests, notable psxtests, had to be modified to include  the standard
590        test macro .h file (pmacros.h or tmacros.h) to enable this support.
591        * support/include/buffer_test_io.h: New file.
592
5932002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
594
595        * configure.ac: Remove ENABLE_GCC28.
596
5972002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
598
599        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
600        Remove AUTOMAKE_OPTIONS.
601        * configure.ac, support/configure.ac:
602        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
603        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
604
6052001-11-07      Joel Sherrill <joel@OARcorp.com>
606
607        Tracked as PR72 but related to the object id problem (PR36)
608        reported by Todor.Todorov@barco.com.
609        but discovered independently.
610        * support/include/tmacros.h: Added
611        fatal_directive_check_status_only().
612
6132001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
614
615        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
616        2.52.
617        * configure.ac, support/configure.ac: New file, generated from
618        configure.in by autoupdate.
619        * configure.in, support/configure.in: Remove.
620
6212001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
622
623        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
624        handling.
625
6262001-08-16      Joel Sherrill <joel@OARcorp.com>
627
628        * support/include/tmacros.h: Attempt to print errno as further
629        information.
630
6312001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
632
633        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
634        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
635
6362001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
637
638        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
639
6402001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
641
642        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
643        * support/Makefile.am: Remove stubdr, wrapup.
644        * support/stubdr/Makefile.am, support/stubdr/open.c,
645        support/stubdr/close.c, support/stubdr/init.c,
646        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
647        support/stubdr/.cvsignore, support/stubdr/read.c,
648        support/stubdr/write.c, support/wrapup/Makefile.am,
649        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
650
6512000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
654        in ACLOCAL_AMFLAGS.
655
6562000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
657
658        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
659        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
660        $(RTEMS_TOPdir)/aclocal.
661
6622000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
665        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
666
6672000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
668
669        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
670        compile.am
671
6722000-08-10      Joel Sherrill <joel@OARcorp.com>
673
674        * ChangeLog, support/ChangeLog: New file.
675
Note: See TracBrowser for help on using the repository browser.