source: rtems/testsuites/ChangeLog @ af2af2b4

4.104.115
Last change on this file since af2af2b4 was 6196ded, checked in by Joel Sherrill <joel.sherrill@…>, on 04/28/10 at 16:37:20

2010-04-22 Sebastian Huber <Sebastian.Huber@…>

  • support/include/tmacros.h: Changed check_dispatch_disable_level() to treat all non-zero values of _Thread_Dispatch_disable_level equally.
  • Property mode set to 100644
File size: 24.0 KB
Line 
12010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
2
3        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
4        treat all non-zero values of _Thread_Dispatch_disable_level equally.
5
62009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
7
8        * support/include/test_support.h, support/include/tmacros.h,
9        support/src/test_support.c: Added support functions to spin for a
10        number of ticks and to spin until the next tick.
11        * support/src/spin.c: New file.
12
132009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * support/include/tmacros.h: Use rtems_test_assert() consistently
16        instead of system assert(). rtems_test_assert() is designed to
17        integrate into the RTEMS test suite infrastructure.
18
192009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
20
21        * support/include/tmacros.h: Add service to check status returned by
22        POSIX methods which return a pointer which is -1 on error. This
23        eliminated some casts.
24
252009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * support/include/tmacros.h: Include rtems/score/thread.h.
28        Remove _Thread_Dispatch_disable_level.
29
302009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
33        PRIxblksize_t, PRIxblkcnt_t.
34        Comment cleanups.
35
362009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * support/include/tmacros.h: Add PRIxrtems_task_priority,
39        PRIxrtems_task_priority, PRIxrtems_signal_set.
40
412009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * support/include/tmacros.h: Add PRIxpthread_t.
44        * support/include/tmacros.h: Add PRIxrtems_event_set.
45        (fatal_posix_service_status_errno) Add local "long" var "statx".
46
472009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
50        Add PRIdrtems_task_argument.
51
522009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
55        Add PRIdrtems_interval.
56
572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * support/include/tmacros.h: Add PRIdPriority_Control.
60        Change PRIdrtems_task_priority to using PRIdPriority_Control.
61
622009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * support/include/tmacros.h: Add PRIdrtems_task_priority.
65
662009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * support/include/tmacros.h: Add PRIxrtems_id.
69
702009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * support/include/tmacros.h: Add PRItime_t.
73
742009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
77
782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * support/include/test_support.h: Add missing prototypes.
81        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
82        outside of check_dispatch_disable_level.
83
842009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * support/src/test_support.c: Add missing prototypes.
87        * support/include/tmacros.h: Include <inttypes.h>.
88        Move extern "C".
89        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
90
912009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * Makefile.am: Add support/include/test_support.h.
94
952009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * automake/compile.am: Add *.ralf to clean-local.
98
992009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
102
1032009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
106
1072009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * aclocal/canonical-target-name.m4:
110        Remove posix/unix simulator.
111
1122009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
113
114        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
115        case for nanosleep of a very small delay which mathematically is less
116        than a clock tick.
117
1182009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        * configure.ac: Some POSIX tests exercise functionality which is
121        enabled when the POSIX threading is disabled. So build this suite all
122        the time and let the psxtests select the specific tests to build.
123
1242009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
127        and get_ticks_per_second() in favor of new
128        rtems_clock_get_ticks_per_second().
129
1302009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
131
132        * support/src/test_support.c: Tinker with longest valid name.
133
1342009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
135
136        * support/include/buffer_test_io.h: Use printk on AVR by default.
137
1382009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * support/src/tmtests_empty_function.c: Fix warnings.
141
1422009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
145          toolchains.
146
1472008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * aclocal/canonical-target-name.m4: Remove tic4x.
150
1512008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * aclocal/version.m4: Bump RTEMS_API to 4.10.
154        Bump _RTEMS_VERSION to 4.9.99.0.
155
1562008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * support/src/test_support.c: Convert to "bool".
159
1602008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * support/src/tmtests_empty_function.c: New file.
163
1642008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
165
166        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
167        AC_PREREQ(2.62).
168
1692008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
170
171        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
172
1732008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
174
175        * support/include/test_support.h, support/src/test_support.c: New files.
176
1772008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
180        tmacros.h available to all POSIX tests. Add a clock_settime case for
181        < 1988.
182
1832008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
184
185        * support/include/tmacros.h: Fix put_name to handle unprintable names.
186
1872008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * support/include/tmacros.h: Add new rtems_test_assert() which exits
190        rather than calling fatal error.
191
1922007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
193
194        * support/include/tmacros.h: Add new helper for POSIX tests.
195
1962007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * aclocal/version.m4: Bump RTEMS_API to 4.9.
199        Bump RTEMS_VERSION to 4.8.99.0.
200
2012007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * support/include/buffer_test_io.h: Add support for using printk for
204        output in tests. This should be followed up by disabling the console
205        driver and other support when the tests are using printk.
206
2072007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
210        rtems/score/cpuopts.h.
211
2122006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * configure.ac: New BUG-REPORT address.
215
2162006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * aclocal/rtems-top.m4: Remove RTEMS_API.
219        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
220
2212006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
224
2252006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * aclocal/version.m4: Bump version to 4.7.99.0.
228
2292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * configure.ac: Require autoconf-2.60. Require automake-1.10.
232
2332006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
234
235        * samples/fileio/system.h:
236        (PR1118) make use of the new confdefs.h mechanisms
237        for the IDE/ATA interface
238       
2392006-04-18  Joel Sherrill <joel@OARcorp.com>
240
241        * aclocal/version.m4: Updated to rtems-4.6.99.3.
242
2432006-02-01      Joel Sherrill <joel@OARcorp.com>
244
245        PR 855/tests
246        * support/include/tmacros.h: Fix typo.
247
2482005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
249
250        * aclocal/enable-bare.m4: Remove (Unused).
251        * aclocal/env-rtemsbsp.m4, configure.ac:
252        Remove RTEMS_ENABLE_BARE,
253        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
254
2552005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * automake/compile.am: Remove .coff. Remove .obj.
258
2592005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
260
261        * automake/local.am: Remove depend.
262        * automake/host.am: Remove depend.
263        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
264        * automake/local.am: Remove preinstall-am.
265        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
266        Set rtems_testsdir to $libdir/rtems-4.7/tests.
267        * configure.ac: Remove AMPOLISH3 (Unused).
268        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
269        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
270        Remove ARCH. Remove LINK_LIBS.
271        Extend clean-local to catch most temporary files make-exe is
272        creating.
273        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
274        Remove project_includedir.
275        Add rtems_testsdir.
276        * aclocal/rtems-top.m4: Remove dirstamp.
277
2782005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
279
280        * Makefile.am: Remove preinstall.am
281        * preinstall.am: Remove.
282        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
283
2842005-11-10      Joel Sherrill <joel@OARcorp.com>
285
286        * support/.cvsignore: New file.
287
2882005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
289
290        * Makefile.am: Don't preinstall support/include headers.
291        * configure.ac: Fix config-variables of conditionally built subdirs.
292
2932005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
296        aclocal/check-networking.m4, aclocal/check-posix.m4,
297        aclocal/check-tests.m4, aclocal/enable-itron.m4,
298        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
299        aclocal/enable-posix.m4: Remove (Unused).
300
3012005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
302
303        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
304        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
305        GCCSPECS.
306        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
307        up temporary CPPFLAGS to compile check cpuopts.h.
308        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
309        --enable-project-root. Remove --with-project-root.
310        Fix --enable-rtems-root.
311        * automake/compile.am, aclocal/env-rtemsbsp.m4:
312        Assume PROJECT_ROOT to contain RTEMS_BSP.
313
3142005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
315
316        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
317        * Makefile.am: Merge-in support/Makefile.am
318        * aclocal/check-cpuopts.m4: Add config.cache support.
319        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
320        OBJS from LINK_FILES.
321        * configure.ac: Add AMPOLISH3. Remove support/.
322
3232005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
326        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
327        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
328        Remove RTEMS_GCC_SPECS.
329        * aclocal/check-multiprocessing.m4: Don't require
330        RTEMS_ENABLE_MULTILIB.
331        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
332        GCCSPECS.
333        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
334        RTEMS_CXXFLAGS.
335        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
336        RTEMS_CFLAGS.
337        * aclocal/check-cpuopts.m4: New.
338        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
339        manually set up GCCSPEC (Now setup from inside configure). Remove
340        RTEMS_RELLDFLAGS (Used).
341        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
342        aclocal/multilib.m4: Remove (Unused).
343        * automake/compile.am: Remove CCAS support.
344
3452005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * automake/compile.am: Remove depend.
348        * automake/compile.am: Take contents of amcompile.am.
349        * aclocal/check-posix.m4: Sync with cpukit.
350        * automake/local.am: Remove depend-am.
351        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
352        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
353        Remove.
354        * automake/subdirs.am: Remove depend-recursive.
355        * configure.ac: Sync POSIX and ITRON magic with cpukit.
356        * automake/amcompile.am: New.
357
3582005-09-02      Joel Sherrill <joel@OARcorp.com>
359
360        * aclocal/version.m4: Updated to rtems-4.6.99.2.
361
3622004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
365        is defined.
366        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
367        itron for unix.
368
3692004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
372        * configure.ac, support/configure.ac: Require automake > 1.9.
373
3742004-07-28      Joel Sherrill <joel@OARcorp.com>
375
376        * aclocal/version.m4: Updated to rtems-4.6.99.1.
377
3782004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
379
380        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
381
3822004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
383
384        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
385
3862004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
387
388        * aclocal/rtems-top.m4: Add rtems_rootdir.
389        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
390        $rtems_rootdir.
391        * support/include/tmacros.h: Convert to using c99 fixed size types.
392        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
393        RTEMS_TOP.
394        * aclocal/check-custom-bsp.m4: Fix minor typo.
395        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
396        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
397        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
398        aclocal/enable-tests.m4, aclocal/multilib.m4,
399        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
400        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
401        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
402        Add --enable-rtems-root. Rework RTEMS_ROOT.
403
4042004-03-03      Joel Sherrill <joel@OARcorp.com>
405
406        * support/include/buffer_test_io.h: Correct typo.
407
4082004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
409
410        * aclocal/rtems-top.m4: Rework.
411        * aclocal/project-root.m4: Remove obsolete comments.
412        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
413        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
414        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
415
4162004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Remove subdir tools.
419        * aclocal/target.m4: Remove (Unused).
420
4212004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
422
423        * aclocal/version.m4: 4.6.99.0.
424
4252004-02-03      Joel Sherrill <joel@OARcorp.com>
426
427        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
428        compiler mode.
429
4302004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
431
432        * support/Makefile.am: Add PREINSTALL_DIRS.
433
4342004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
435
436        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
437        PRE/TMPINSTALL_FILES to CLEANFILES.
438
4392004-01-07      Joel Sherrill <joel@OARcorp.com>
440
441        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
442        port more completely covers the MIPS family.
443
4442004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
447        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
448        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
449        Cleanup comments.
450        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
451        Remove build-variants. Hard-code ARCH=o-optimize.
452        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
453        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
454        conditional.
455        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
456        CFLAGS_DEBUG_V.
457        * aclocal/rtems-flags.m4: Remove (Unused).
458        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
459        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
460        (Implicitly handled by automake).
461        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
462        RTEMS_CFLAGS.
463
4642003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
465
466        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
467
4682003-12-17      Joel Sherrill <joel@OARcorp.com>
469
470        * aclocal/version.m4: Updated to rtems-20031217-test.
471
4722003-12-16      Joel Sherrill <joel@OARcorp.com>
473
474        PR 544/tests
475        * support/include/buffer_test_io.h: Various modifications to make
476        tests account for resources and not print at inappropriate times.
477
4782003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
479
480        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
481        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
482
4832003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
484
485        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
486        * automake/compila.am: Remove ARCH.
487        * configure.ac, support/configure.ac: Require automake >= 1.8,
488        autoconf >= 2.59.
489        * support/Makefile.am: Use mkdir_p. Remove dirs from
490        PRE/TMPINSTALL_FILES. Use include_HEADERS.
491        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
492
4932003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
494
495        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
496        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
497        AC_SUBST(dirstamp).
498        * aclocal/lead-dot.m4: New (from automake-1.7f).
499
5002003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
501
502        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
503        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
504        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
505        aclocal/check-networking.m4, aclocal/check-posix.m4,
506        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
507        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
508        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
509        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
510        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
511        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
512        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
513        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
514        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
515        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
516        underquoting to silence automake-1.8.
517
5182003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac, support/configure.ac: Reflect having moved to
521        testsuites/.
522
5232003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
524
525        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
526        RTEMS Version message.
527
5282003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
529
530        * aclocal/canonical-host.m4: Remove.
531        * configure.ac: Remove RTEMS_CANONICAL_HOST.
532        * aclocal/canonical-target-name.m4: Merge-in
533        aclocal/canonical-host.m4.
534
5352003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
536
537        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
538        * aclocal/bsp_alias.m4: Remove.
539
5402003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
543        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
544        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
545        instead of RTEMS_CHECK_CPU.
546        * aclocal/check-cpu.m4: Remove.
547        * configure.ac: Remove RTEMS_CHECK_CPU.
548
5492003-09-04      Joel Sherrill <joel@OARcorp.com>
550
551        * support/include/tmacros.h: URL for license changed.
552
5532003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
554
555        * aclocal/rtems-top.m4: Add RTEMS_API.
556        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
557
5582003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
559
560        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
561        * aclocal/enable-tests.m4: Change to support
562        --enable-tests=no|yes|samples, default is samples.
563        * configure.ac: Reflect changes above.
564
5652003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
568
5692003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
570
571        * automake/local.am, automake/host.am: Remove "debug".
572        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
573        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
574        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
575        aclocal/check-cxx.m4, aclocal/check-itron.m4,
576        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
577        aclocal/check-posix.m4, aclocal/check-tool.m4,
578        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
579        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
580        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
581        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
582        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
583        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
584        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
585        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
586        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
587        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
588        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
589        (Copied from ../../../aclocal).
590
5912003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
592
593        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
594        * automake/compile.am, automake/host.am, automake/leaf.am
595        automake/local.am, automake/subdirs.am: New (copied from
596        ../../../automake).
597
5982003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
601        bug report email address.
602
6032003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
604
605        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
606
6072003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
608
609        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
610        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
611
6122002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
613
614        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
615        Remove autom4te.cache.
616
6172002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
618
619        * support/configure.ac: Reflect changes above.  Take out unnecessary
620        autoconf macros.
621        * support/include/Makefile.am: Remove.
622        * support/Makefile.am: Merge in former include/Makefile.am.
623
6242002-08-01      Joel Sherrill <joel@OARcorp.com>
625
626        * Per PR47 add support for buffered test output.  This involved
627        adding defines to redirect output to a buffer and dump it when full,
628        at "test pause", and at exit.  To avoid problems when redefining
629        exit(), all tests were modified to call rtems_test_exit(). Some
630        tests, notable psxtests, had to be modified to include  the standard
631        test macro .h file (pmacros.h or tmacros.h) to enable this support.
632        * support/include/buffer_test_io.h: New file.
633
6342002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac: Remove ENABLE_GCC28.
637
6382002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
639
640        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
641        Remove AUTOMAKE_OPTIONS.
642        * configure.ac, support/configure.ac:
643        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
644        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
645
6462001-11-07      Joel Sherrill <joel@OARcorp.com>
647
648        Tracked as PR72 but related to the object id problem (PR36)
649        reported by Todor.Todorov@barco.com.
650        but discovered independently.
651        * support/include/tmacros.h: Added
652        fatal_directive_check_status_only().
653
6542001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
655
656        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
657        2.52.
658        * configure.ac, support/configure.ac: New file, generated from
659        configure.in by autoupdate.
660        * configure.in, support/configure.in: Remove.
661
6622001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
663
664        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
665        handling.
666
6672001-08-16      Joel Sherrill <joel@OARcorp.com>
668
669        * support/include/tmacros.h: Attempt to print errno as further
670        information.
671
6722001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
673
674        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
675        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
676
6772001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
678
679        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
680
6812001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
682
683        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
684        * support/Makefile.am: Remove stubdr, wrapup.
685        * support/stubdr/Makefile.am, support/stubdr/open.c,
686        support/stubdr/close.c, support/stubdr/init.c,
687        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
688        support/stubdr/.cvsignore, support/stubdr/read.c,
689        support/stubdr/write.c, support/wrapup/Makefile.am,
690        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
691
6922000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
693
694        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
695        in ACLOCAL_AMFLAGS.
696
6972000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
698
699        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
700        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
701        $(RTEMS_TOPdir)/aclocal.
702
7032000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
704
705        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
706        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
707
7082000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
709
710        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
711        compile.am
712
7132000-08-10      Joel Sherrill <joel@OARcorp.com>
714
715        * ChangeLog, support/ChangeLog: New file.
716
Note: See TracBrowser for help on using the repository browser.