source: rtems/testsuites/ChangeLog @ b1274bd9

4.104.115
Last change on this file since b1274bd9 was 1369978, checked in by Joel Sherrill <joel.sherrill@…>, on 11/09/09 at 14:49:35

2009-11-09 Joel Sherrill <joel.sherrill@…>

  • support/include/tmacros.h: Add service to check status returned by POSIX methods which return a pointer which is -1 on error. This eliminated some casts.
  • Property mode set to 100644
File size: 23.3 KB
Line 
12009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * support/include/tmacros.h: Add service to check status returned by
4        POSIX methods which return a pointer which is -1 on error. This
5        eliminated some casts.
6
72009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * support/include/tmacros.h: Include rtems/score/thread.h.
10        Remove _Thread_Dispatch_disable_level.
11
122009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
15        PRIxblksize_t, PRIxblkcnt_t.
16        Comment cleanups.
17
182009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * support/include/tmacros.h: Add PRIxrtems_task_priority,
21        PRIxrtems_task_priority, PRIxrtems_signal_set.
22
232009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * support/include/tmacros.h: Add PRIxpthread_t.
26        * support/include/tmacros.h: Add PRIxrtems_event_set.
27        (fatal_posix_service_status_errno) Add local "long" var "statx".
28
292009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
32        Add PRIdrtems_task_argument.
33
342009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
37        Add PRIdrtems_interval.
38
392009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * support/include/tmacros.h: Add PRIdPriority_Control.
42        Change PRIdrtems_task_priority to using PRIdPriority_Control.
43
442009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * support/include/tmacros.h: Add PRIdrtems_task_priority.
47
482009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * support/include/tmacros.h: Add PRIxrtems_id.
51
522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * support/include/tmacros.h: Add PRItime_t.
55
562009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
59
602009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * support/include/test_support.h: Add missing prototypes.
63        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
64        outside of check_dispatch_disable_level.
65
662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * support/src/test_support.c: Add missing prototypes.
69        * support/include/tmacros.h: Include <inttypes.h>.
70        Move extern "C".
71        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
72
732009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * Makefile.am: Add support/include/test_support.h.
76
772009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * automake/compile.am: Add *.ralf to clean-local.
80
812009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
84
852009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
88
892009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * aclocal/canonical-target-name.m4:
92        Remove posix/unix simulator.
93
942009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
95
96        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
97        case for nanosleep of a very small delay which mathematically is less
98        than a clock tick.
99
1002009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * configure.ac: Some POSIX tests exercise functionality which is
103        enabled when the POSIX threading is disabled. So build this suite all
104        the time and let the psxtests select the specific tests to build.
105
1062009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
109        and get_ticks_per_second() in favor of new
110        rtems_clock_get_ticks_per_second().
111
1122009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * support/src/test_support.c: Tinker with longest valid name.
115
1162009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
117
118        * support/include/buffer_test_io.h: Use printk on AVR by default.
119
1202009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * support/src/tmtests_empty_function.c: Fix warnings.
123
1242009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
127          toolchains.
128
1292008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * aclocal/canonical-target-name.m4: Remove tic4x.
132
1332008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * aclocal/version.m4: Bump RTEMS_API to 4.10.
136        Bump _RTEMS_VERSION to 4.9.99.0.
137
1382008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * support/src/test_support.c: Convert to "bool".
141
1422008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * support/src/tmtests_empty_function.c: New file.
145
1462008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
149        AC_PREREQ(2.62).
150
1512008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
154
1552008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
156
157        * support/include/test_support.h, support/src/test_support.c: New files.
158
1592008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
162        tmacros.h available to all POSIX tests. Add a clock_settime case for
163        < 1988.
164
1652008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * support/include/tmacros.h: Fix put_name to handle unprintable names.
168
1692008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * support/include/tmacros.h: Add new rtems_test_assert() which exits
172        rather than calling fatal error.
173
1742007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * support/include/tmacros.h: Add new helper for POSIX tests.
177
1782007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * aclocal/version.m4: Bump RTEMS_API to 4.9.
181        Bump RTEMS_VERSION to 4.8.99.0.
182
1832007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * support/include/buffer_test_io.h: Add support for using printk for
186        output in tests. This should be followed up by disabling the console
187        driver and other support when the tests are using printk.
188
1892007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
190
191        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
192        rtems/score/cpuopts.h.
193
1942006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * configure.ac: New BUG-REPORT address.
197
1982006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * aclocal/rtems-top.m4: Remove RTEMS_API.
201        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
202
2032006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
206
2072006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * aclocal/version.m4: Bump version to 4.7.99.0.
210
2112006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * configure.ac: Require autoconf-2.60. Require automake-1.10.
214
2152006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
216
217        * samples/fileio/system.h:
218        (PR1118) make use of the new confdefs.h mechanisms
219        for the IDE/ATA interface
220       
2212006-04-18  Joel Sherrill <joel@OARcorp.com>
222
223        * aclocal/version.m4: Updated to rtems-4.6.99.3.
224
2252006-02-01      Joel Sherrill <joel@OARcorp.com>
226
227        PR 855/tests
228        * support/include/tmacros.h: Fix typo.
229
2302005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
231
232        * aclocal/enable-bare.m4: Remove (Unused).
233        * aclocal/env-rtemsbsp.m4, configure.ac:
234        Remove RTEMS_ENABLE_BARE,
235        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
236
2372005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * automake/compile.am: Remove .coff. Remove .obj.
240
2412005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * automake/local.am: Remove depend.
244        * automake/host.am: Remove depend.
245        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
246        * automake/local.am: Remove preinstall-am.
247        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
248        Set rtems_testsdir to $libdir/rtems-4.7/tests.
249        * configure.ac: Remove AMPOLISH3 (Unused).
250        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
251        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
252        Remove ARCH. Remove LINK_LIBS.
253        Extend clean-local to catch most temporary files make-exe is
254        creating.
255        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
256        Remove project_includedir.
257        Add rtems_testsdir.
258        * aclocal/rtems-top.m4: Remove dirstamp.
259
2602005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * Makefile.am: Remove preinstall.am
263        * preinstall.am: Remove.
264        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
265
2662005-11-10      Joel Sherrill <joel@OARcorp.com>
267
268        * support/.cvsignore: New file.
269
2702005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
271
272        * Makefile.am: Don't preinstall support/include headers.
273        * configure.ac: Fix config-variables of conditionally built subdirs.
274
2752005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
276
277        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
278        aclocal/check-networking.m4, aclocal/check-posix.m4,
279        aclocal/check-tests.m4, aclocal/enable-itron.m4,
280        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
281        aclocal/enable-posix.m4: Remove (Unused).
282
2832005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
286        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
287        GCCSPECS.
288        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
289        up temporary CPPFLAGS to compile check cpuopts.h.
290        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
291        --enable-project-root. Remove --with-project-root.
292        Fix --enable-rtems-root.
293        * automake/compile.am, aclocal/env-rtemsbsp.m4:
294        Assume PROJECT_ROOT to contain RTEMS_BSP.
295
2962005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
297
298        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
299        * Makefile.am: Merge-in support/Makefile.am
300        * aclocal/check-cpuopts.m4: Add config.cache support.
301        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
302        OBJS from LINK_FILES.
303        * configure.ac: Add AMPOLISH3. Remove support/.
304
3052005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
306
307        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
308        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
309        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
310        Remove RTEMS_GCC_SPECS.
311        * aclocal/check-multiprocessing.m4: Don't require
312        RTEMS_ENABLE_MULTILIB.
313        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
314        GCCSPECS.
315        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
316        RTEMS_CXXFLAGS.
317        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
318        RTEMS_CFLAGS.
319        * aclocal/check-cpuopts.m4: New.
320        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
321        manually set up GCCSPEC (Now setup from inside configure). Remove
322        RTEMS_RELLDFLAGS (Used).
323        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
324        aclocal/multilib.m4: Remove (Unused).
325        * automake/compile.am: Remove CCAS support.
326
3272005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * automake/compile.am: Remove depend.
330        * automake/compile.am: Take contents of amcompile.am.
331        * aclocal/check-posix.m4: Sync with cpukit.
332        * automake/local.am: Remove depend-am.
333        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
334        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
335        Remove.
336        * automake/subdirs.am: Remove depend-recursive.
337        * configure.ac: Sync POSIX and ITRON magic with cpukit.
338        * automake/amcompile.am: New.
339
3402005-09-02      Joel Sherrill <joel@OARcorp.com>
341
342        * aclocal/version.m4: Updated to rtems-4.6.99.2.
343
3442004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
345
346        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
347        is defined.
348        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
349        itron for unix.
350
3512004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
352
353        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
354        * configure.ac, support/configure.ac: Require automake > 1.9.
355
3562004-07-28      Joel Sherrill <joel@OARcorp.com>
357
358        * aclocal/version.m4: Updated to rtems-4.6.99.1.
359
3602004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
361
362        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
363
3642004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
367
3682004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/rtems-top.m4: Add rtems_rootdir.
371        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
372        $rtems_rootdir.
373        * support/include/tmacros.h: Convert to using c99 fixed size types.
374        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
375        RTEMS_TOP.
376        * aclocal/check-custom-bsp.m4: Fix minor typo.
377        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
378        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
379        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
380        aclocal/enable-tests.m4, aclocal/multilib.m4,
381        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
382        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
383        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
384        Add --enable-rtems-root. Rework RTEMS_ROOT.
385
3862004-03-03      Joel Sherrill <joel@OARcorp.com>
387
388        * support/include/buffer_test_io.h: Correct typo.
389
3902004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
391
392        * aclocal/rtems-top.m4: Rework.
393        * aclocal/project-root.m4: Remove obsolete comments.
394        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
395        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
396        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
397
3982004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
399
400        * configure.ac: Remove subdir tools.
401        * aclocal/target.m4: Remove (Unused).
402
4032004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/version.m4: 4.6.99.0.
406
4072004-02-03      Joel Sherrill <joel@OARcorp.com>
408
409        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
410        compiler mode.
411
4122004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
413
414        * support/Makefile.am: Add PREINSTALL_DIRS.
415
4162004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
417
418        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
419        PRE/TMPINSTALL_FILES to CLEANFILES.
420
4212004-01-07      Joel Sherrill <joel@OARcorp.com>
422
423        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
424        port more completely covers the MIPS family.
425
4262004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
429        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
430        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
431        Cleanup comments.
432        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
433        Remove build-variants. Hard-code ARCH=o-optimize.
434        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
435        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
436        conditional.
437        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
438        CFLAGS_DEBUG_V.
439        * aclocal/rtems-flags.m4: Remove (Unused).
440        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
441        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
442        (Implicitly handled by automake).
443        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
444        RTEMS_CFLAGS.
445
4462003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
447
448        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
449
4502003-12-17      Joel Sherrill <joel@OARcorp.com>
451
452        * aclocal/version.m4: Updated to rtems-20031217-test.
453
4542003-12-16      Joel Sherrill <joel@OARcorp.com>
455
456        PR 544/tests
457        * support/include/buffer_test_io.h: Various modifications to make
458        tests account for resources and not print at inappropriate times.
459
4602003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
463        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
464
4652003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
466
467        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
468        * automake/compila.am: Remove ARCH.
469        * configure.ac, support/configure.ac: Require automake >= 1.8,
470        autoconf >= 2.59.
471        * support/Makefile.am: Use mkdir_p. Remove dirs from
472        PRE/TMPINSTALL_FILES. Use include_HEADERS.
473        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
474
4752003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
476
477        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
478        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
479        AC_SUBST(dirstamp).
480        * aclocal/lead-dot.m4: New (from automake-1.7f).
481
4822003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
483
484        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
485        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
486        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
487        aclocal/check-networking.m4, aclocal/check-posix.m4,
488        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
489        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
490        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
491        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
492        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
493        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
494        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
495        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
496        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
497        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
498        underquoting to silence automake-1.8.
499
5002003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac, support/configure.ac: Reflect having moved to
503        testsuites/.
504
5052003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
506
507        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
508        RTEMS Version message.
509
5102003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal/canonical-host.m4: Remove.
513        * configure.ac: Remove RTEMS_CANONICAL_HOST.
514        * aclocal/canonical-target-name.m4: Merge-in
515        aclocal/canonical-host.m4.
516
5172003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
520        * aclocal/bsp_alias.m4: Remove.
521
5222003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
525        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
526        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
527        instead of RTEMS_CHECK_CPU.
528        * aclocal/check-cpu.m4: Remove.
529        * configure.ac: Remove RTEMS_CHECK_CPU.
530
5312003-09-04      Joel Sherrill <joel@OARcorp.com>
532
533        * support/include/tmacros.h: URL for license changed.
534
5352003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/rtems-top.m4: Add RTEMS_API.
538        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
539
5402003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
543        * aclocal/enable-tests.m4: Change to support
544        --enable-tests=no|yes|samples, default is samples.
545        * configure.ac: Reflect changes above.
546
5472003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
548
549        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
550
5512003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
552
553        * automake/local.am, automake/host.am: Remove "debug".
554        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
555        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
556        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
557        aclocal/check-cxx.m4, aclocal/check-itron.m4,
558        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
559        aclocal/check-posix.m4, aclocal/check-tool.m4,
560        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
561        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
562        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
563        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
564        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
565        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
566        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
567        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
568        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
569        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
570        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
571        (Copied from ../../../aclocal).
572
5732003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
574
575        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
576        * automake/compile.am, automake/host.am, automake/leaf.am
577        automake/local.am, automake/subdirs.am: New (copied from
578        ../../../automake).
579
5802003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
581
582        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
583        bug report email address.
584
5852003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
586
587        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
588
5892003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
590
591        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
592        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
593
5942002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
595
596        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
597        Remove autom4te.cache.
598
5992002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
600
601        * support/configure.ac: Reflect changes above.  Take out unnecessary
602        autoconf macros.
603        * support/include/Makefile.am: Remove.
604        * support/Makefile.am: Merge in former include/Makefile.am.
605
6062002-08-01      Joel Sherrill <joel@OARcorp.com>
607
608        * Per PR47 add support for buffered test output.  This involved
609        adding defines to redirect output to a buffer and dump it when full,
610        at "test pause", and at exit.  To avoid problems when redefining
611        exit(), all tests were modified to call rtems_test_exit(). Some
612        tests, notable psxtests, had to be modified to include  the standard
613        test macro .h file (pmacros.h or tmacros.h) to enable this support.
614        * support/include/buffer_test_io.h: New file.
615
6162002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * configure.ac: Remove ENABLE_GCC28.
619
6202002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
621
622        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
623        Remove AUTOMAKE_OPTIONS.
624        * configure.ac, support/configure.ac:
625        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
626        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
627
6282001-11-07      Joel Sherrill <joel@OARcorp.com>
629
630        Tracked as PR72 but related to the object id problem (PR36)
631        reported by Todor.Todorov@barco.com.
632        but discovered independently.
633        * support/include/tmacros.h: Added
634        fatal_directive_check_status_only().
635
6362001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
637
638        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
639        2.52.
640        * configure.ac, support/configure.ac: New file, generated from
641        configure.in by autoupdate.
642        * configure.in, support/configure.in: Remove.
643
6442001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
645
646        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
647        handling.
648
6492001-08-16      Joel Sherrill <joel@OARcorp.com>
650
651        * support/include/tmacros.h: Attempt to print errno as further
652        information.
653
6542001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
655
656        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
657        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
658
6592001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
660
661        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
662
6632001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
664
665        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
666        * support/Makefile.am: Remove stubdr, wrapup.
667        * support/stubdr/Makefile.am, support/stubdr/open.c,
668        support/stubdr/close.c, support/stubdr/init.c,
669        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
670        support/stubdr/.cvsignore, support/stubdr/read.c,
671        support/stubdr/write.c, support/wrapup/Makefile.am,
672        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
673
6742000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
675
676        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
677        in ACLOCAL_AMFLAGS.
678
6792000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
680
681        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
682        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
683        $(RTEMS_TOPdir)/aclocal.
684
6852000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
688        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
689
6902000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
691
692        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
693        compile.am
694
6952000-08-10      Joel Sherrill <joel@OARcorp.com>
696
697        * ChangeLog, support/ChangeLog: New file.
698
Note: See TracBrowser for help on using the repository browser.