source: rtems/testsuites/ChangeLog @ ae55da72

4.115
Last change on this file since ae55da72 was ac165341, checked in by Ralf Corsépius <ralf.corsepius@…>, on 03/02/12 at 17:16:33

2011-03-02 Ralf Corsépius <ralf.corsepius@…>

  • support/src/spin.c: Include "test_support.h".
  • Property mode set to 100644
File size: 28.4 KB
Line 
12011-03-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/src/spin.c: Include "test_support.h".
4
52011-12-11      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add support/include/tmtests_empty_function.h.
8        * support/include/tmtests_empty_function.h: New.
9        * support/src/tmtests_empty_function.c,
10        support/src/tmtests_support.c:
11        Include "tmtests_empty_function.h".
12        Remove local decls (Missing prototypes).
13
142011-11-04      Sebastian Huber <sebastian.huber@embedded-brains.de>
15
16        * support/src/test_support.c: Avoid magic numbers.
17
182011-10-25      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * support/include/tmacros.h:
21        Remove fatal_posix_service_pointer_minus_one (unused).
22
232011-10-13      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * support/include/primode.h: New.
26        * Makefile.am: Add support/include/primode.h
27
282011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * support/include/tmacros.h: Remove PRItime_t.
31
322011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * support/include/pritime.h: New.
35        * Makefile.am: Add support/include/pritime.h
36
372011-07-29      Jennifer Averett <Jennifer.Averett@OARcorp.com>
38
39        * support/include/test_support.h: Fixed incorrect name in prototype.
40
412011-07-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
42
43        * support/include/tmacros.h: Disable the check for dispatch disable
44        level for SMP tests. Another CPU may be inside RTEMS by the time
45        these checks are being done which would result in false failures.
46
472011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * configure.ac, support/include/test_support.h:
50        * support/src/locked_print.c: New file.
51
522011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
53
54        PR 1784
55        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
56        bspsmp.h
57
582011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
59
60        PR 1777/cpukit
61        * support/include/tmacros.h, tmtests/tm26/task1.c,
62        tmtests/tm27/task1.c: Consolidated access to
63        _Thread_Dispatch_disable_level.
64
652011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Add fstests.
68
692011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
72        Rename RTEMS_API into _RTEMS_API.
73
742011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * aclocal/canonical-target-name.m4:
77        Stop pretending no_cpu* was buildable.
78        Derive RTEMS_CPU from "$host_cpu".
79        Error out if "$host" doesn't match "*-*-rtems*".
80
812011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * support/src/tmtests_support.c:
84        loop_overhead and end_time are uint32_t's.
85
862011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * support/src/spin.c, support/src/test_support.c,
89        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
90        Add HAVE_CONFIG_H.
91
922011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
95
962011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Require autoconf-2.68, automake-1.11.1.
99
1002010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * configure.ac: Add initial small set of POSIX Timing Tests.
103
1042010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        PR 1708/build:
107        * aclocal/check-cpuopts.m4: Fix m4-quoting.
108
1092010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
112
1132010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * automake/compile.am: Remove clean-local:.
116        Use CLEANFILES for cleaning up make-exe by-products.
117
1182010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        PR 1532/testing
121        * aclocal/project-root.m4: Add initial tests for untar capabilities.
122
1232010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * support/include/test_support.h, support/src/test_support.c: Add
126        Allocate_majority_of_heap().
127
1282010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
129
130        * support/src/tmtests_support.c: Fix warning.
131
1322010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
133
134        * support/include/test_support.h, support/src/tmtests_empty_function.c:
135        Add helper so it is easier to write a basic repeated operation
136        tmtest.
137        * support/src/tmtests_support.c: New file.
138
1392010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * configure.ac: Remove itron.
142
1432010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * aclocal/version.m4: Bump RTEMS_API to 4.11.
146        Bump _RTEMS_VERSION to 4.10.99.0.
147
1482010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * support/include/tmacros.h: Remove PRIdoff_t.
151
1522010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
153
154        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
155        treat all non-zero values of _Thread_Dispatch_disable_level equally.
156
1572009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
158
159        * support/include/test_support.h, support/include/tmacros.h,
160        support/src/test_support.c: Added support functions to spin for a
161        number of ticks and to spin until the next tick.
162        * support/src/spin.c: New file.
163
1642009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * support/include/tmacros.h: Use rtems_test_assert() consistently
167        instead of system assert(). rtems_test_assert() is designed to
168        integrate into the RTEMS test suite infrastructure.
169
1702009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
171
172        * support/include/tmacros.h: Add service to check status returned by
173        POSIX methods which return a pointer which is -1 on error. This
174        eliminated some casts.
175
1762009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
177
178        * support/include/tmacros.h: Include rtems/score/thread.h.
179        Remove _Thread_Dispatch_disable_level.
180
1812009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
184        PRIxblksize_t, PRIxblkcnt_t.
185        Comment cleanups.
186
1872009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * support/include/tmacros.h: Add PRIxrtems_task_priority,
190        PRIxrtems_task_priority, PRIxrtems_signal_set.
191
1922009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
193
194        * support/include/tmacros.h: Add PRIxpthread_t.
195        * support/include/tmacros.h: Add PRIxrtems_event_set.
196        (fatal_posix_service_status_errno) Add local "long" var "statx".
197
1982009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
201        Add PRIdrtems_task_argument.
202
2032009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
206        Add PRIdrtems_interval.
207
2082009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * support/include/tmacros.h: Add PRIdPriority_Control.
211        Change PRIdrtems_task_priority to using PRIdPriority_Control.
212
2132009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
214
215        * support/include/tmacros.h: Add PRIdrtems_task_priority.
216
2172009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * support/include/tmacros.h: Add PRIxrtems_id.
220
2212009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
222
223        * support/include/tmacros.h: Add PRItime_t.
224
2252009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
228
2292009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * support/include/test_support.h: Add missing prototypes.
232        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
233        outside of check_dispatch_disable_level.
234
2352009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * support/src/test_support.c: Add missing prototypes.
238        * support/include/tmacros.h: Include <inttypes.h>.
239        Move extern "C".
240        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
241
2422009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * Makefile.am: Add support/include/test_support.h.
245
2462009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * automake/compile.am: Add *.ralf to clean-local.
249
2502009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
253
2542009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
255
256        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
257
2582009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * aclocal/canonical-target-name.m4:
261        Remove posix/unix simulator.
262
2632009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
264
265        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
266        case for nanosleep of a very small delay which mathematically is less
267        than a clock tick.
268
2692009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
270
271        * configure.ac: Some POSIX tests exercise functionality which is
272        enabled when the POSIX threading is disabled. So build this suite all
273        the time and let the psxtests select the specific tests to build.
274
2752009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
276
277        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
278        and get_ticks_per_second() in favor of new
279        rtems_clock_get_ticks_per_second().
280
2812009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * support/src/test_support.c: Tinker with longest valid name.
284
2852009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
286
287        * support/include/buffer_test_io.h: Use printk on AVR by default.
288
2892009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
290
291        * support/src/tmtests_empty_function.c: Fix warnings.
292
2932009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
296          toolchains.
297
2982008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * aclocal/canonical-target-name.m4: Remove tic4x.
301
3022008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * aclocal/version.m4: Bump RTEMS_API to 4.10.
305        Bump _RTEMS_VERSION to 4.9.99.0.
306
3072008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
308
309        * support/src/test_support.c: Convert to "bool".
310
3112008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
312
313        * support/src/tmtests_empty_function.c: New file.
314
3152008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
316
317        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
318        AC_PREREQ(2.62).
319
3202008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
321
322        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
323
3242008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
325
326        * support/include/test_support.h, support/src/test_support.c: New files.
327
3282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
329
330        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
331        tmacros.h available to all POSIX tests. Add a clock_settime case for
332        < 1988.
333
3342008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
335
336        * support/include/tmacros.h: Fix put_name to handle unprintable names.
337
3382008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
339
340        * support/include/tmacros.h: Add new rtems_test_assert() which exits
341        rather than calling fatal error.
342
3432007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
344
345        * support/include/tmacros.h: Add new helper for POSIX tests.
346
3472007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * aclocal/version.m4: Bump RTEMS_API to 4.9.
350        Bump RTEMS_VERSION to 4.8.99.0.
351
3522007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
353
354        * support/include/buffer_test_io.h: Add support for using printk for
355        output in tests. This should be followed up by disabling the console
356        driver and other support when the tests are using printk.
357
3582007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
359
360        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
361        rtems/score/cpuopts.h.
362
3632006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
364
365        * configure.ac: New BUG-REPORT address.
366
3672006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
368
369        * aclocal/rtems-top.m4: Remove RTEMS_API.
370        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
371
3722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
373
374        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
375
3762006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
377
378        * aclocal/version.m4: Bump version to 4.7.99.0.
379
3802006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * configure.ac: Require autoconf-2.60. Require automake-1.10.
383
3842006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
385
386        * samples/fileio/system.h:
387        (PR1118) make use of the new confdefs.h mechanisms
388        for the IDE/ATA interface
389       
3902006-04-18  Joel Sherrill <joel@OARcorp.com>
391
392        * aclocal/version.m4: Updated to rtems-4.6.99.3.
393
3942006-02-01      Joel Sherrill <joel@OARcorp.com>
395
396        PR 855/tests
397        * support/include/tmacros.h: Fix typo.
398
3992005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
400
401        * aclocal/enable-bare.m4: Remove (Unused).
402        * aclocal/env-rtemsbsp.m4, configure.ac:
403        Remove RTEMS_ENABLE_BARE,
404        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
405
4062005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * automake/compile.am: Remove .coff. Remove .obj.
409
4102005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * automake/local.am: Remove depend.
413        * automake/host.am: Remove depend.
414        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
415        * automake/local.am: Remove preinstall-am.
416        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
417        Set rtems_testsdir to $libdir/rtems-4.7/tests.
418        * configure.ac: Remove AMPOLISH3 (Unused).
419        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
420        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
421        Remove ARCH. Remove LINK_LIBS.
422        Extend clean-local to catch most temporary files make-exe is
423        creating.
424        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
425        Remove project_includedir.
426        Add rtems_testsdir.
427        * aclocal/rtems-top.m4: Remove dirstamp.
428
4292005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
430
431        * Makefile.am: Remove preinstall.am
432        * preinstall.am: Remove.
433        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
434
4352005-11-10      Joel Sherrill <joel@OARcorp.com>
436
437        * support/.cvsignore: New file.
438
4392005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * Makefile.am: Don't preinstall support/include headers.
442        * configure.ac: Fix config-variables of conditionally built subdirs.
443
4442005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
445
446        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
447        aclocal/check-networking.m4, aclocal/check-posix.m4,
448        aclocal/check-tests.m4, aclocal/enable-itron.m4,
449        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
450        aclocal/enable-posix.m4: Remove (Unused).
451
4522005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
453
454        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
455        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
456        GCCSPECS.
457        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
458        up temporary CPPFLAGS to compile check cpuopts.h.
459        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
460        --enable-project-root. Remove --with-project-root.
461        Fix --enable-rtems-root.
462        * automake/compile.am, aclocal/env-rtemsbsp.m4:
463        Assume PROJECT_ROOT to contain RTEMS_BSP.
464
4652005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
468        * Makefile.am: Merge-in support/Makefile.am
469        * aclocal/check-cpuopts.m4: Add config.cache support.
470        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
471        OBJS from LINK_FILES.
472        * configure.ac: Add AMPOLISH3. Remove support/.
473
4742005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
475
476        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
477        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
478        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
479        Remove RTEMS_GCC_SPECS.
480        * aclocal/check-multiprocessing.m4: Don't require
481        RTEMS_ENABLE_MULTILIB.
482        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
483        GCCSPECS.
484        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
485        RTEMS_CXXFLAGS.
486        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
487        RTEMS_CFLAGS.
488        * aclocal/check-cpuopts.m4: New.
489        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
490        manually set up GCCSPEC (Now setup from inside configure). Remove
491        RTEMS_RELLDFLAGS (Used).
492        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
493        aclocal/multilib.m4: Remove (Unused).
494        * automake/compile.am: Remove CCAS support.
495
4962005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
497
498        * automake/compile.am: Remove depend.
499        * automake/compile.am: Take contents of amcompile.am.
500        * aclocal/check-posix.m4: Sync with cpukit.
501        * automake/local.am: Remove depend-am.
502        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
503        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
504        Remove.
505        * automake/subdirs.am: Remove depend-recursive.
506        * configure.ac: Sync POSIX and ITRON magic with cpukit.
507        * automake/amcompile.am: New.
508
5092005-09-02      Joel Sherrill <joel@OARcorp.com>
510
511        * aclocal/version.m4: Updated to rtems-4.6.99.2.
512
5132004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
514
515        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
516        is defined.
517        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
518        itron for unix.
519
5202004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
521
522        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
523        * configure.ac, support/configure.ac: Require automake > 1.9.
524
5252004-07-28      Joel Sherrill <joel@OARcorp.com>
526
527        * aclocal/version.m4: Updated to rtems-4.6.99.1.
528
5292004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
530
531        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
532
5332004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
534
535        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
536
5372004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/rtems-top.m4: Add rtems_rootdir.
540        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
541        $rtems_rootdir.
542        * support/include/tmacros.h: Convert to using c99 fixed size types.
543        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
544        RTEMS_TOP.
545        * aclocal/check-custom-bsp.m4: Fix minor typo.
546        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
547        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
548        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
549        aclocal/enable-tests.m4, aclocal/multilib.m4,
550        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
551        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
552        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
553        Add --enable-rtems-root. Rework RTEMS_ROOT.
554
5552004-03-03      Joel Sherrill <joel@OARcorp.com>
556
557        * support/include/buffer_test_io.h: Correct typo.
558
5592004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
560
561        * aclocal/rtems-top.m4: Rework.
562        * aclocal/project-root.m4: Remove obsolete comments.
563        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
564        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
565        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
566
5672004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
568
569        * configure.ac: Remove subdir tools.
570        * aclocal/target.m4: Remove (Unused).
571
5722004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
573
574        * aclocal/version.m4: 4.6.99.0.
575
5762004-02-03      Joel Sherrill <joel@OARcorp.com>
577
578        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
579        compiler mode.
580
5812004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
582
583        * support/Makefile.am: Add PREINSTALL_DIRS.
584
5852004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
586
587        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
588        PRE/TMPINSTALL_FILES to CLEANFILES.
589
5902004-01-07      Joel Sherrill <joel@OARcorp.com>
591
592        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
593        port more completely covers the MIPS family.
594
5952004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
596
597        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
598        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
599        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
600        Cleanup comments.
601        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
602        Remove build-variants. Hard-code ARCH=o-optimize.
603        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
604        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
605        conditional.
606        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
607        CFLAGS_DEBUG_V.
608        * aclocal/rtems-flags.m4: Remove (Unused).
609        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
610        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
611        (Implicitly handled by automake).
612        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
613        RTEMS_CFLAGS.
614
6152003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
616
617        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
618
6192003-12-17      Joel Sherrill <joel@OARcorp.com>
620
621        * aclocal/version.m4: Updated to rtems-20031217-test.
622
6232003-12-16      Joel Sherrill <joel@OARcorp.com>
624
625        PR 544/tests
626        * support/include/buffer_test_io.h: Various modifications to make
627        tests account for resources and not print at inappropriate times.
628
6292003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
630
631        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
632        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
633
6342003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
635
636        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
637        * automake/compila.am: Remove ARCH.
638        * configure.ac, support/configure.ac: Require automake >= 1.8,
639        autoconf >= 2.59.
640        * support/Makefile.am: Use mkdir_p. Remove dirs from
641        PRE/TMPINSTALL_FILES. Use include_HEADERS.
642        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
643
6442003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
645
646        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
647        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
648        AC_SUBST(dirstamp).
649        * aclocal/lead-dot.m4: New (from automake-1.7f).
650
6512003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
654        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
655        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
656        aclocal/check-networking.m4, aclocal/check-posix.m4,
657        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
658        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
659        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
660        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
661        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
662        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
663        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
664        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
665        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
666        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
667        underquoting to silence automake-1.8.
668
6692003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
670
671        * configure.ac, support/configure.ac: Reflect having moved to
672        testsuites/.
673
6742003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
675
676        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
677        RTEMS Version message.
678
6792003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
680
681        * aclocal/canonical-host.m4: Remove.
682        * configure.ac: Remove RTEMS_CANONICAL_HOST.
683        * aclocal/canonical-target-name.m4: Merge-in
684        aclocal/canonical-host.m4.
685
6862003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
687
688        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
689        * aclocal/bsp_alias.m4: Remove.
690
6912003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
692
693        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
694        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
695        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
696        instead of RTEMS_CHECK_CPU.
697        * aclocal/check-cpu.m4: Remove.
698        * configure.ac: Remove RTEMS_CHECK_CPU.
699
7002003-09-04      Joel Sherrill <joel@OARcorp.com>
701
702        * support/include/tmacros.h: URL for license changed.
703
7042003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
705
706        * aclocal/rtems-top.m4: Add RTEMS_API.
707        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
708
7092003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
710
711        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
712        * aclocal/enable-tests.m4: Change to support
713        --enable-tests=no|yes|samples, default is samples.
714        * configure.ac: Reflect changes above.
715
7162003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
717
718        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
719
7202003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
721
722        * automake/local.am, automake/host.am: Remove "debug".
723        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
724        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
725        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
726        aclocal/check-cxx.m4, aclocal/check-itron.m4,
727        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
728        aclocal/check-posix.m4, aclocal/check-tool.m4,
729        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
730        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
731        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
732        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
733        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
734        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
735        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
736        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
737        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
738        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
739        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
740        (Copied from ../../../aclocal).
741
7422003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
743
744        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
745        * automake/compile.am, automake/host.am, automake/leaf.am
746        automake/local.am, automake/subdirs.am: New (copied from
747        ../../../automake).
748
7492003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
750
751        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
752        bug report email address.
753
7542003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
757
7582003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
759
760        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
761        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
762
7632002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
764
765        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
766        Remove autom4te.cache.
767
7682002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
769
770        * support/configure.ac: Reflect changes above.  Take out unnecessary
771        autoconf macros.
772        * support/include/Makefile.am: Remove.
773        * support/Makefile.am: Merge in former include/Makefile.am.
774
7752002-08-01      Joel Sherrill <joel@OARcorp.com>
776
777        * Per PR47 add support for buffered test output.  This involved
778        adding defines to redirect output to a buffer and dump it when full,
779        at "test pause", and at exit.  To avoid problems when redefining
780        exit(), all tests were modified to call rtems_test_exit(). Some
781        tests, notable psxtests, had to be modified to include  the standard
782        test macro .h file (pmacros.h or tmacros.h) to enable this support.
783        * support/include/buffer_test_io.h: New file.
784
7852002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
786
787        * configure.ac: Remove ENABLE_GCC28.
788
7892002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
790
791        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
792        Remove AUTOMAKE_OPTIONS.
793        * configure.ac, support/configure.ac:
794        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
795        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
796
7972001-11-07      Joel Sherrill <joel@OARcorp.com>
798
799        Tracked as PR72 but related to the object id problem (PR36)
800        reported by Todor.Todorov@barco.com.
801        but discovered independently.
802        * support/include/tmacros.h: Added
803        fatal_directive_check_status_only().
804
8052001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
806
807        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
808        2.52.
809        * configure.ac, support/configure.ac: New file, generated from
810        configure.in by autoupdate.
811        * configure.in, support/configure.in: Remove.
812
8132001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
814
815        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
816        handling.
817
8182001-08-16      Joel Sherrill <joel@OARcorp.com>
819
820        * support/include/tmacros.h: Attempt to print errno as further
821        information.
822
8232001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
824
825        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
826        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
827
8282001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
829
830        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
831
8322001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
833
834        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
835        * support/Makefile.am: Remove stubdr, wrapup.
836        * support/stubdr/Makefile.am, support/stubdr/open.c,
837        support/stubdr/close.c, support/stubdr/init.c,
838        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
839        support/stubdr/.cvsignore, support/stubdr/read.c,
840        support/stubdr/write.c, support/wrapup/Makefile.am,
841        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
842
8432000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
844
845        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
846        in ACLOCAL_AMFLAGS.
847
8482000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
849
850        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
851        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
852        $(RTEMS_TOPdir)/aclocal.
853
8542000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
855
856        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
857        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
858
8592000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
860
861        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
862        compile.am
863
8642000-08-10      Joel Sherrill <joel@OARcorp.com>
865
866        * ChangeLog, support/ChangeLog: New file.
867
Note: See TracBrowser for help on using the repository browser.