source: rtems/testsuites/ChangeLog @ abe5612

4.115
Last change on this file since abe5612 was abe5612, checked in by Sebastian Huber <sebastian.huber@…>, on 11/04/11 at 09:55:04

2011-11-04 Sebastian Huber <sebastian.huber@…>

  • support/src/test_support.c: Avoid magic numbers.
  • Property mode set to 100644
File size: 28.0 KB
Line 
12011-11-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * support/src/test_support.c: Avoid magic numbers.
4
52011-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * support/include/tmacros.h:
8        Remove fatal_posix_service_pointer_minus_one (unused).
9
102011-10-13      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * support/include/primode.h: New.
13        * Makefile.am: Add support/include/primode.h
14
152011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * support/include/tmacros.h: Remove PRItime_t.
18
192011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * support/include/pritime.h: New.
22        * Makefile.am: Add support/include/pritime.h
23
242011-07-29      Jennifer Averett <Jennifer.Averett@OARcorp.com>
25
26        * support/include/test_support.h: Fixed incorrect name in prototype.
27
282011-07-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
29
30        * support/include/tmacros.h: Disable the check for dispatch disable
31        level for SMP tests. Another CPU may be inside RTEMS by the time
32        these checks are being done which would result in false failures.
33
342011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac, support/include/test_support.h:
37        * support/src/locked_print.c: New file.
38
392011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
40
41        PR 1784
42        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
43        bspsmp.h
44
452011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
46
47        PR 1777/cpukit
48        * support/include/tmacros.h, tmtests/tm26/task1.c,
49        tmtests/tm27/task1.c: Consolidated access to
50        _Thread_Dispatch_disable_level.
51
522011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Add fstests.
55
562011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
59        Rename RTEMS_API into _RTEMS_API.
60
612011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * aclocal/canonical-target-name.m4:
64        Stop pretending no_cpu* was buildable.
65        Derive RTEMS_CPU from "$host_cpu".
66        Error out if "$host" doesn't match "*-*-rtems*".
67
682011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * support/src/tmtests_support.c:
71        loop_overhead and end_time are uint32_t's.
72
732011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * support/src/spin.c, support/src/test_support.c,
76        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
77        Add HAVE_CONFIG_H.
78
792011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
82
832011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * configure.ac: Require autoconf-2.68, automake-1.11.1.
86
872010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * configure.ac: Add initial small set of POSIX Timing Tests.
90
912010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        PR 1708/build:
94        * aclocal/check-cpuopts.m4: Fix m4-quoting.
95
962010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
99
1002010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * automake/compile.am: Remove clean-local:.
103        Use CLEANFILES for cleaning up make-exe by-products.
104
1052010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
106
107        PR 1532/testing
108        * aclocal/project-root.m4: Add initial tests for untar capabilities.
109
1102010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * support/include/test_support.h, support/src/test_support.c: Add
113        Allocate_majority_of_heap().
114
1152010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
116
117        * support/src/tmtests_support.c: Fix warning.
118
1192010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
120
121        * support/include/test_support.h, support/src/tmtests_empty_function.c:
122        Add helper so it is easier to write a basic repeated operation
123        tmtest.
124        * support/src/tmtests_support.c: New file.
125
1262010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Remove itron.
129
1302010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * aclocal/version.m4: Bump RTEMS_API to 4.11.
133        Bump _RTEMS_VERSION to 4.10.99.0.
134
1352010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * support/include/tmacros.h: Remove PRIdoff_t.
138
1392010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
140
141        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
142        treat all non-zero values of _Thread_Dispatch_disable_level equally.
143
1442009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
145
146        * support/include/test_support.h, support/include/tmacros.h,
147        support/src/test_support.c: Added support functions to spin for a
148        number of ticks and to spin until the next tick.
149        * support/src/spin.c: New file.
150
1512009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * support/include/tmacros.h: Use rtems_test_assert() consistently
154        instead of system assert(). rtems_test_assert() is designed to
155        integrate into the RTEMS test suite infrastructure.
156
1572009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * support/include/tmacros.h: Add service to check status returned by
160        POSIX methods which return a pointer which is -1 on error. This
161        eliminated some casts.
162
1632009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * support/include/tmacros.h: Include rtems/score/thread.h.
166        Remove _Thread_Dispatch_disable_level.
167
1682009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
171        PRIxblksize_t, PRIxblkcnt_t.
172        Comment cleanups.
173
1742009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
175
176        * support/include/tmacros.h: Add PRIxrtems_task_priority,
177        PRIxrtems_task_priority, PRIxrtems_signal_set.
178
1792009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * support/include/tmacros.h: Add PRIxpthread_t.
182        * support/include/tmacros.h: Add PRIxrtems_event_set.
183        (fatal_posix_service_status_errno) Add local "long" var "statx".
184
1852009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
188        Add PRIdrtems_task_argument.
189
1902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
193        Add PRIdrtems_interval.
194
1952009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * support/include/tmacros.h: Add PRIdPriority_Control.
198        Change PRIdrtems_task_priority to using PRIdPriority_Control.
199
2002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * support/include/tmacros.h: Add PRIdrtems_task_priority.
203
2042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * support/include/tmacros.h: Add PRIxrtems_id.
207
2082009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * support/include/tmacros.h: Add PRItime_t.
211
2122009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
215
2162009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
217
218        * support/include/test_support.h: Add missing prototypes.
219        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
220        outside of check_dispatch_disable_level.
221
2222009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * support/src/test_support.c: Add missing prototypes.
225        * support/include/tmacros.h: Include <inttypes.h>.
226        Move extern "C".
227        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
228
2292009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Add support/include/test_support.h.
232
2332009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * automake/compile.am: Add *.ralf to clean-local.
236
2372009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
240
2412009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
244
2452009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * aclocal/canonical-target-name.m4:
248        Remove posix/unix simulator.
249
2502009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
253        case for nanosleep of a very small delay which mathematically is less
254        than a clock tick.
255
2562009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
257
258        * configure.ac: Some POSIX tests exercise functionality which is
259        enabled when the POSIX threading is disabled. So build this suite all
260        the time and let the psxtests select the specific tests to build.
261
2622009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
263
264        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
265        and get_ticks_per_second() in favor of new
266        rtems_clock_get_ticks_per_second().
267
2682009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
269
270        * support/src/test_support.c: Tinker with longest valid name.
271
2722009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
273
274        * support/include/buffer_test_io.h: Use printk on AVR by default.
275
2762009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * support/src/tmtests_empty_function.c: Fix warnings.
279
2802009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
283          toolchains.
284
2852008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * aclocal/canonical-target-name.m4: Remove tic4x.
288
2892008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * aclocal/version.m4: Bump RTEMS_API to 4.10.
292        Bump _RTEMS_VERSION to 4.9.99.0.
293
2942008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * support/src/test_support.c: Convert to "bool".
297
2982008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
299
300        * support/src/tmtests_empty_function.c: New file.
301
3022008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
305        AC_PREREQ(2.62).
306
3072008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
310
3112008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
312
313        * support/include/test_support.h, support/src/test_support.c: New files.
314
3152008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
316
317        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
318        tmacros.h available to all POSIX tests. Add a clock_settime case for
319        < 1988.
320
3212008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * support/include/tmacros.h: Fix put_name to handle unprintable names.
324
3252008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
326
327        * support/include/tmacros.h: Add new rtems_test_assert() which exits
328        rather than calling fatal error.
329
3302007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
331
332        * support/include/tmacros.h: Add new helper for POSIX tests.
333
3342007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
335
336        * aclocal/version.m4: Bump RTEMS_API to 4.9.
337        Bump RTEMS_VERSION to 4.8.99.0.
338
3392007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
340
341        * support/include/buffer_test_io.h: Add support for using printk for
342        output in tests. This should be followed up by disabling the console
343        driver and other support when the tests are using printk.
344
3452007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
348        rtems/score/cpuopts.h.
349
3502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
351
352        * configure.ac: New BUG-REPORT address.
353
3542006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
355
356        * aclocal/rtems-top.m4: Remove RTEMS_API.
357        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
358
3592006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
360
361        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
362
3632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * aclocal/version.m4: Bump version to 4.7.99.0.
366
3672006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * configure.ac: Require autoconf-2.60. Require automake-1.10.
370
3712006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
372
373        * samples/fileio/system.h:
374        (PR1118) make use of the new confdefs.h mechanisms
375        for the IDE/ATA interface
376       
3772006-04-18  Joel Sherrill <joel@OARcorp.com>
378
379        * aclocal/version.m4: Updated to rtems-4.6.99.3.
380
3812006-02-01      Joel Sherrill <joel@OARcorp.com>
382
383        PR 855/tests
384        * support/include/tmacros.h: Fix typo.
385
3862005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * aclocal/enable-bare.m4: Remove (Unused).
389        * aclocal/env-rtemsbsp.m4, configure.ac:
390        Remove RTEMS_ENABLE_BARE,
391        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
392
3932005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * automake/compile.am: Remove .coff. Remove .obj.
396
3972005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
398
399        * automake/local.am: Remove depend.
400        * automake/host.am: Remove depend.
401        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
402        * automake/local.am: Remove preinstall-am.
403        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
404        Set rtems_testsdir to $libdir/rtems-4.7/tests.
405        * configure.ac: Remove AMPOLISH3 (Unused).
406        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
407        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
408        Remove ARCH. Remove LINK_LIBS.
409        Extend clean-local to catch most temporary files make-exe is
410        creating.
411        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
412        Remove project_includedir.
413        Add rtems_testsdir.
414        * aclocal/rtems-top.m4: Remove dirstamp.
415
4162005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
417
418        * Makefile.am: Remove preinstall.am
419        * preinstall.am: Remove.
420        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
421
4222005-11-10      Joel Sherrill <joel@OARcorp.com>
423
424        * support/.cvsignore: New file.
425
4262005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
427
428        * Makefile.am: Don't preinstall support/include headers.
429        * configure.ac: Fix config-variables of conditionally built subdirs.
430
4312005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
432
433        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
434        aclocal/check-networking.m4, aclocal/check-posix.m4,
435        aclocal/check-tests.m4, aclocal/enable-itron.m4,
436        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
437        aclocal/enable-posix.m4: Remove (Unused).
438
4392005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
442        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
443        GCCSPECS.
444        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
445        up temporary CPPFLAGS to compile check cpuopts.h.
446        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
447        --enable-project-root. Remove --with-project-root.
448        Fix --enable-rtems-root.
449        * automake/compile.am, aclocal/env-rtemsbsp.m4:
450        Assume PROJECT_ROOT to contain RTEMS_BSP.
451
4522005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
455        * Makefile.am: Merge-in support/Makefile.am
456        * aclocal/check-cpuopts.m4: Add config.cache support.
457        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
458        OBJS from LINK_FILES.
459        * configure.ac: Add AMPOLISH3. Remove support/.
460
4612005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
464        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
465        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
466        Remove RTEMS_GCC_SPECS.
467        * aclocal/check-multiprocessing.m4: Don't require
468        RTEMS_ENABLE_MULTILIB.
469        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
470        GCCSPECS.
471        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
472        RTEMS_CXXFLAGS.
473        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
474        RTEMS_CFLAGS.
475        * aclocal/check-cpuopts.m4: New.
476        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
477        manually set up GCCSPEC (Now setup from inside configure). Remove
478        RTEMS_RELLDFLAGS (Used).
479        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
480        aclocal/multilib.m4: Remove (Unused).
481        * automake/compile.am: Remove CCAS support.
482
4832005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * automake/compile.am: Remove depend.
486        * automake/compile.am: Take contents of amcompile.am.
487        * aclocal/check-posix.m4: Sync with cpukit.
488        * automake/local.am: Remove depend-am.
489        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
490        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
491        Remove.
492        * automake/subdirs.am: Remove depend-recursive.
493        * configure.ac: Sync POSIX and ITRON magic with cpukit.
494        * automake/amcompile.am: New.
495
4962005-09-02      Joel Sherrill <joel@OARcorp.com>
497
498        * aclocal/version.m4: Updated to rtems-4.6.99.2.
499
5002004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
501
502        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
503        is defined.
504        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
505        itron for unix.
506
5072004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
508
509        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
510        * configure.ac, support/configure.ac: Require automake > 1.9.
511
5122004-07-28      Joel Sherrill <joel@OARcorp.com>
513
514        * aclocal/version.m4: Updated to rtems-4.6.99.1.
515
5162004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
517
518        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
519
5202004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
523
5242004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/rtems-top.m4: Add rtems_rootdir.
527        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
528        $rtems_rootdir.
529        * support/include/tmacros.h: Convert to using c99 fixed size types.
530        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
531        RTEMS_TOP.
532        * aclocal/check-custom-bsp.m4: Fix minor typo.
533        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
534        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
535        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
536        aclocal/enable-tests.m4, aclocal/multilib.m4,
537        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
538        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
539        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
540        Add --enable-rtems-root. Rework RTEMS_ROOT.
541
5422004-03-03      Joel Sherrill <joel@OARcorp.com>
543
544        * support/include/buffer_test_io.h: Correct typo.
545
5462004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
547
548        * aclocal/rtems-top.m4: Rework.
549        * aclocal/project-root.m4: Remove obsolete comments.
550        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
551        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
552        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
553
5542004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
555
556        * configure.ac: Remove subdir tools.
557        * aclocal/target.m4: Remove (Unused).
558
5592004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
560
561        * aclocal/version.m4: 4.6.99.0.
562
5632004-02-03      Joel Sherrill <joel@OARcorp.com>
564
565        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
566        compiler mode.
567
5682004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
569
570        * support/Makefile.am: Add PREINSTALL_DIRS.
571
5722004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
573
574        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
575        PRE/TMPINSTALL_FILES to CLEANFILES.
576
5772004-01-07      Joel Sherrill <joel@OARcorp.com>
578
579        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
580        port more completely covers the MIPS family.
581
5822004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
583
584        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
585        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
586        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
587        Cleanup comments.
588        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
589        Remove build-variants. Hard-code ARCH=o-optimize.
590        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
591        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
592        conditional.
593        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
594        CFLAGS_DEBUG_V.
595        * aclocal/rtems-flags.m4: Remove (Unused).
596        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
597        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
598        (Implicitly handled by automake).
599        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
600        RTEMS_CFLAGS.
601
6022003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
603
604        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
605
6062003-12-17      Joel Sherrill <joel@OARcorp.com>
607
608        * aclocal/version.m4: Updated to rtems-20031217-test.
609
6102003-12-16      Joel Sherrill <joel@OARcorp.com>
611
612        PR 544/tests
613        * support/include/buffer_test_io.h: Various modifications to make
614        tests account for resources and not print at inappropriate times.
615
6162003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
619        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
620
6212003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
622
623        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
624        * automake/compila.am: Remove ARCH.
625        * configure.ac, support/configure.ac: Require automake >= 1.8,
626        autoconf >= 2.59.
627        * support/Makefile.am: Use mkdir_p. Remove dirs from
628        PRE/TMPINSTALL_FILES. Use include_HEADERS.
629        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
630
6312003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
632
633        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
634        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
635        AC_SUBST(dirstamp).
636        * aclocal/lead-dot.m4: New (from automake-1.7f).
637
6382003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
639
640        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
641        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
642        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
643        aclocal/check-networking.m4, aclocal/check-posix.m4,
644        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
645        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
646        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
647        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
648        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
649        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
650        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
651        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
652        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
653        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
654        underquoting to silence automake-1.8.
655
6562003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
657
658        * configure.ac, support/configure.ac: Reflect having moved to
659        testsuites/.
660
6612003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
662
663        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
664        RTEMS Version message.
665
6662003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
667
668        * aclocal/canonical-host.m4: Remove.
669        * configure.ac: Remove RTEMS_CANONICAL_HOST.
670        * aclocal/canonical-target-name.m4: Merge-in
671        aclocal/canonical-host.m4.
672
6732003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
674
675        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
676        * aclocal/bsp_alias.m4: Remove.
677
6782003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
681        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
682        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
683        instead of RTEMS_CHECK_CPU.
684        * aclocal/check-cpu.m4: Remove.
685        * configure.ac: Remove RTEMS_CHECK_CPU.
686
6872003-09-04      Joel Sherrill <joel@OARcorp.com>
688
689        * support/include/tmacros.h: URL for license changed.
690
6912003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
692
693        * aclocal/rtems-top.m4: Add RTEMS_API.
694        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
695
6962003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
697
698        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
699        * aclocal/enable-tests.m4: Change to support
700        --enable-tests=no|yes|samples, default is samples.
701        * configure.ac: Reflect changes above.
702
7032003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
704
705        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
706
7072003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
708
709        * automake/local.am, automake/host.am: Remove "debug".
710        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
711        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
712        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
713        aclocal/check-cxx.m4, aclocal/check-itron.m4,
714        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
715        aclocal/check-posix.m4, aclocal/check-tool.m4,
716        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
717        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
718        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
719        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
720        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
721        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
722        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
723        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
724        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
725        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
726        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
727        (Copied from ../../../aclocal).
728
7292003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
730
731        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
732        * automake/compile.am, automake/host.am, automake/leaf.am
733        automake/local.am, automake/subdirs.am: New (copied from
734        ../../../automake).
735
7362003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
737
738        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
739        bug report email address.
740
7412003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
742
743        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
744
7452003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
746
747        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
748        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
749
7502002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
751
752        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
753        Remove autom4te.cache.
754
7552002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
756
757        * support/configure.ac: Reflect changes above.  Take out unnecessary
758        autoconf macros.
759        * support/include/Makefile.am: Remove.
760        * support/Makefile.am: Merge in former include/Makefile.am.
761
7622002-08-01      Joel Sherrill <joel@OARcorp.com>
763
764        * Per PR47 add support for buffered test output.  This involved
765        adding defines to redirect output to a buffer and dump it when full,
766        at "test pause", and at exit.  To avoid problems when redefining
767        exit(), all tests were modified to call rtems_test_exit(). Some
768        tests, notable psxtests, had to be modified to include  the standard
769        test macro .h file (pmacros.h or tmacros.h) to enable this support.
770        * support/include/buffer_test_io.h: New file.
771
7722002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
773
774        * configure.ac: Remove ENABLE_GCC28.
775
7762002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
777
778        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
779        Remove AUTOMAKE_OPTIONS.
780        * configure.ac, support/configure.ac:
781        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
782        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
783
7842001-11-07      Joel Sherrill <joel@OARcorp.com>
785
786        Tracked as PR72 but related to the object id problem (PR36)
787        reported by Todor.Todorov@barco.com.
788        but discovered independently.
789        * support/include/tmacros.h: Added
790        fatal_directive_check_status_only().
791
7922001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
793
794        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
795        2.52.
796        * configure.ac, support/configure.ac: New file, generated from
797        configure.in by autoupdate.
798        * configure.in, support/configure.in: Remove.
799
8002001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
801
802        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
803        handling.
804
8052001-08-16      Joel Sherrill <joel@OARcorp.com>
806
807        * support/include/tmacros.h: Attempt to print errno as further
808        information.
809
8102001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
811
812        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
813        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
814
8152001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
816
817        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
818
8192001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
820
821        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
822        * support/Makefile.am: Remove stubdr, wrapup.
823        * support/stubdr/Makefile.am, support/stubdr/open.c,
824        support/stubdr/close.c, support/stubdr/init.c,
825        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
826        support/stubdr/.cvsignore, support/stubdr/read.c,
827        support/stubdr/write.c, support/wrapup/Makefile.am,
828        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
829
8302000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
831
832        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
833        in ACLOCAL_AMFLAGS.
834
8352000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
836
837        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
838        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
839        $(RTEMS_TOPdir)/aclocal.
840
8412000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
842
843        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
844        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
845
8462000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
847
848        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
849        compile.am
850
8512000-08-10      Joel Sherrill <joel@OARcorp.com>
852
853        * ChangeLog, support/ChangeLog: New file.
854
Note: See TracBrowser for help on using the repository browser.