source: rtems/testsuites/ChangeLog @ 30e4954

4.115
Last change on this file since 30e4954 was 30e4954, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/11 at 02:31:25

2011-09-30 Ralf Corsépius <ralf.corsepius@…>

  • support/include/pritime.h: New.
  • Makefile.am: Add support/include/pritime.h
  • Property mode set to 100644
File size: 27.5 KB
Line 
12011-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/pritime.h: New.
4        * Makefile.am: Add support/include/pritime.h
5
62011-07-29      Jennifer Averett <Jennifer.Averett@OARcorp.com>
7
8        * support/include/test_support.h: Fixed incorrect name in prototype.
9
102011-07-01      Jennifer Averett <Jennifer.Averett@OARcorp.com>
11
12        * support/include/tmacros.h: Disable the check for dispatch disable
13        level for SMP tests. Another CPU may be inside RTEMS by the time
14        these checks are being done which would result in false failures.
15
162011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * configure.ac, support/include/test_support.h:
19        * support/src/locked_print.c: New file.
20
212011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
22
23        PR 1784
24        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
25        bspsmp.h
26
272011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
28
29        PR 1777/cpukit
30        * support/include/tmacros.h, tmtests/tm26/task1.c,
31        tmtests/tm27/task1.c: Consolidated access to
32        _Thread_Dispatch_disable_level.
33
342011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac: Add fstests.
37
382011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
41        Rename RTEMS_API into _RTEMS_API.
42
432011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * aclocal/canonical-target-name.m4:
46        Stop pretending no_cpu* was buildable.
47        Derive RTEMS_CPU from "$host_cpu".
48        Error out if "$host" doesn't match "*-*-rtems*".
49
502011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * support/src/tmtests_support.c:
53        loop_overhead and end_time are uint32_t's.
54
552011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * support/src/spin.c, support/src/test_support.c,
58        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
59        Add HAVE_CONFIG_H.
60
612011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
64
652011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Require autoconf-2.68, automake-1.11.1.
68
692010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Add initial small set of POSIX Timing Tests.
72
732010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        PR 1708/build:
76        * aclocal/check-cpuopts.m4: Fix m4-quoting.
77
782010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
81
822010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * automake/compile.am: Remove clean-local:.
85        Use CLEANFILES for cleaning up make-exe by-products.
86
872010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        PR 1532/testing
90        * aclocal/project-root.m4: Add initial tests for untar capabilities.
91
922010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * support/include/test_support.h, support/src/test_support.c: Add
95        Allocate_majority_of_heap().
96
972010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
98
99        * support/src/tmtests_support.c: Fix warning.
100
1012010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * support/include/test_support.h, support/src/tmtests_empty_function.c:
104        Add helper so it is easier to write a basic repeated operation
105        tmtest.
106        * support/src/tmtests_support.c: New file.
107
1082010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Remove itron.
111
1122010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * aclocal/version.m4: Bump RTEMS_API to 4.11.
115        Bump _RTEMS_VERSION to 4.10.99.0.
116
1172010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * support/include/tmacros.h: Remove PRIdoff_t.
120
1212010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
122
123        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
124        treat all non-zero values of _Thread_Dispatch_disable_level equally.
125
1262009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
127
128        * support/include/test_support.h, support/include/tmacros.h,
129        support/src/test_support.c: Added support functions to spin for a
130        number of ticks and to spin until the next tick.
131        * support/src/spin.c: New file.
132
1332009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
134
135        * support/include/tmacros.h: Use rtems_test_assert() consistently
136        instead of system assert(). rtems_test_assert() is designed to
137        integrate into the RTEMS test suite infrastructure.
138
1392009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * support/include/tmacros.h: Add service to check status returned by
142        POSIX methods which return a pointer which is -1 on error. This
143        eliminated some casts.
144
1452009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * support/include/tmacros.h: Include rtems/score/thread.h.
148        Remove _Thread_Dispatch_disable_level.
149
1502009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
151
152        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
153        PRIxblksize_t, PRIxblkcnt_t.
154        Comment cleanups.
155
1562009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * support/include/tmacros.h: Add PRIxrtems_task_priority,
159        PRIxrtems_task_priority, PRIxrtems_signal_set.
160
1612009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * support/include/tmacros.h: Add PRIxpthread_t.
164        * support/include/tmacros.h: Add PRIxrtems_event_set.
165        (fatal_posix_service_status_errno) Add local "long" var "statx".
166
1672009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
170        Add PRIdrtems_task_argument.
171
1722009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
175        Add PRIdrtems_interval.
176
1772009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * support/include/tmacros.h: Add PRIdPriority_Control.
180        Change PRIdrtems_task_priority to using PRIdPriority_Control.
181
1822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * support/include/tmacros.h: Add PRIdrtems_task_priority.
185
1862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * support/include/tmacros.h: Add PRIxrtems_id.
189
1902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * support/include/tmacros.h: Add PRItime_t.
193
1942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
197
1982009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * support/include/test_support.h: Add missing prototypes.
201        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
202        outside of check_dispatch_disable_level.
203
2042009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * support/src/test_support.c: Add missing prototypes.
207        * support/include/tmacros.h: Include <inttypes.h>.
208        Move extern "C".
209        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
210
2112009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * Makefile.am: Add support/include/test_support.h.
214
2152009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * automake/compile.am: Add *.ralf to clean-local.
218
2192009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
222
2232009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
226
2272009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
228
229        * aclocal/canonical-target-name.m4:
230        Remove posix/unix simulator.
231
2322009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
233
234        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
235        case for nanosleep of a very small delay which mathematically is less
236        than a clock tick.
237
2382009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
239
240        * configure.ac: Some POSIX tests exercise functionality which is
241        enabled when the POSIX threading is disabled. So build this suite all
242        the time and let the psxtests select the specific tests to build.
243
2442009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
245
246        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
247        and get_ticks_per_second() in favor of new
248        rtems_clock_get_ticks_per_second().
249
2502009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
251
252        * support/src/test_support.c: Tinker with longest valid name.
253
2542009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * support/include/buffer_test_io.h: Use printk on AVR by default.
257
2582009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
259
260        * support/src/tmtests_empty_function.c: Fix warnings.
261
2622009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
263
264        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
265          toolchains.
266
2672008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * aclocal/canonical-target-name.m4: Remove tic4x.
270
2712008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
272
273        * aclocal/version.m4: Bump RTEMS_API to 4.10.
274        Bump _RTEMS_VERSION to 4.9.99.0.
275
2762008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * support/src/test_support.c: Convert to "bool".
279
2802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * support/src/tmtests_empty_function.c: New file.
283
2842008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
285
286        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
287        AC_PREREQ(2.62).
288
2892008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
290
291        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
292
2932008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
294
295        * support/include/test_support.h, support/src/test_support.c: New files.
296
2972008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
298
299        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
300        tmacros.h available to all POSIX tests. Add a clock_settime case for
301        < 1988.
302
3032008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
304
305        * support/include/tmacros.h: Fix put_name to handle unprintable names.
306
3072008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
308
309        * support/include/tmacros.h: Add new rtems_test_assert() which exits
310        rather than calling fatal error.
311
3122007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
313
314        * support/include/tmacros.h: Add new helper for POSIX tests.
315
3162007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * aclocal/version.m4: Bump RTEMS_API to 4.9.
319        Bump RTEMS_VERSION to 4.8.99.0.
320
3212007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
322
323        * support/include/buffer_test_io.h: Add support for using printk for
324        output in tests. This should be followed up by disabling the console
325        driver and other support when the tests are using printk.
326
3272007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
330        rtems/score/cpuopts.h.
331
3322006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * configure.ac: New BUG-REPORT address.
335
3362006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
337
338        * aclocal/rtems-top.m4: Remove RTEMS_API.
339        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
340
3412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
344
3452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * aclocal/version.m4: Bump version to 4.7.99.0.
348
3492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
350
351        * configure.ac: Require autoconf-2.60. Require automake-1.10.
352
3532006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
354
355        * samples/fileio/system.h:
356        (PR1118) make use of the new confdefs.h mechanisms
357        for the IDE/ATA interface
358       
3592006-04-18  Joel Sherrill <joel@OARcorp.com>
360
361        * aclocal/version.m4: Updated to rtems-4.6.99.3.
362
3632006-02-01      Joel Sherrill <joel@OARcorp.com>
364
365        PR 855/tests
366        * support/include/tmacros.h: Fix typo.
367
3682005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
369
370        * aclocal/enable-bare.m4: Remove (Unused).
371        * aclocal/env-rtemsbsp.m4, configure.ac:
372        Remove RTEMS_ENABLE_BARE,
373        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
374
3752005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * automake/compile.am: Remove .coff. Remove .obj.
378
3792005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
380
381        * automake/local.am: Remove depend.
382        * automake/host.am: Remove depend.
383        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
384        * automake/local.am: Remove preinstall-am.
385        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
386        Set rtems_testsdir to $libdir/rtems-4.7/tests.
387        * configure.ac: Remove AMPOLISH3 (Unused).
388        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
389        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
390        Remove ARCH. Remove LINK_LIBS.
391        Extend clean-local to catch most temporary files make-exe is
392        creating.
393        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
394        Remove project_includedir.
395        Add rtems_testsdir.
396        * aclocal/rtems-top.m4: Remove dirstamp.
397
3982005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
399
400        * Makefile.am: Remove preinstall.am
401        * preinstall.am: Remove.
402        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
403
4042005-11-10      Joel Sherrill <joel@OARcorp.com>
405
406        * support/.cvsignore: New file.
407
4082005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * Makefile.am: Don't preinstall support/include headers.
411        * configure.ac: Fix config-variables of conditionally built subdirs.
412
4132005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
414
415        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
416        aclocal/check-networking.m4, aclocal/check-posix.m4,
417        aclocal/check-tests.m4, aclocal/enable-itron.m4,
418        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
419        aclocal/enable-posix.m4: Remove (Unused).
420
4212005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
424        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
425        GCCSPECS.
426        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
427        up temporary CPPFLAGS to compile check cpuopts.h.
428        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
429        --enable-project-root. Remove --with-project-root.
430        Fix --enable-rtems-root.
431        * automake/compile.am, aclocal/env-rtemsbsp.m4:
432        Assume PROJECT_ROOT to contain RTEMS_BSP.
433
4342005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
435
436        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
437        * Makefile.am: Merge-in support/Makefile.am
438        * aclocal/check-cpuopts.m4: Add config.cache support.
439        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
440        OBJS from LINK_FILES.
441        * configure.ac: Add AMPOLISH3. Remove support/.
442
4432005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
444
445        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
446        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
447        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
448        Remove RTEMS_GCC_SPECS.
449        * aclocal/check-multiprocessing.m4: Don't require
450        RTEMS_ENABLE_MULTILIB.
451        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
452        GCCSPECS.
453        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
454        RTEMS_CXXFLAGS.
455        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
456        RTEMS_CFLAGS.
457        * aclocal/check-cpuopts.m4: New.
458        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
459        manually set up GCCSPEC (Now setup from inside configure). Remove
460        RTEMS_RELLDFLAGS (Used).
461        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
462        aclocal/multilib.m4: Remove (Unused).
463        * automake/compile.am: Remove CCAS support.
464
4652005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * automake/compile.am: Remove depend.
468        * automake/compile.am: Take contents of amcompile.am.
469        * aclocal/check-posix.m4: Sync with cpukit.
470        * automake/local.am: Remove depend-am.
471        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
472        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
473        Remove.
474        * automake/subdirs.am: Remove depend-recursive.
475        * configure.ac: Sync POSIX and ITRON magic with cpukit.
476        * automake/amcompile.am: New.
477
4782005-09-02      Joel Sherrill <joel@OARcorp.com>
479
480        * aclocal/version.m4: Updated to rtems-4.6.99.2.
481
4822004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
483
484        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
485        is defined.
486        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
487        itron for unix.
488
4892004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
490
491        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
492        * configure.ac, support/configure.ac: Require automake > 1.9.
493
4942004-07-28      Joel Sherrill <joel@OARcorp.com>
495
496        * aclocal/version.m4: Updated to rtems-4.6.99.1.
497
4982004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
501
5022004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
503
504        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
505
5062004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
507
508        * aclocal/rtems-top.m4: Add rtems_rootdir.
509        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
510        $rtems_rootdir.
511        * support/include/tmacros.h: Convert to using c99 fixed size types.
512        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
513        RTEMS_TOP.
514        * aclocal/check-custom-bsp.m4: Fix minor typo.
515        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
516        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
517        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
518        aclocal/enable-tests.m4, aclocal/multilib.m4,
519        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
520        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
521        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
522        Add --enable-rtems-root. Rework RTEMS_ROOT.
523
5242004-03-03      Joel Sherrill <joel@OARcorp.com>
525
526        * support/include/buffer_test_io.h: Correct typo.
527
5282004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
529
530        * aclocal/rtems-top.m4: Rework.
531        * aclocal/project-root.m4: Remove obsolete comments.
532        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
533        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
534        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
535
5362004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
537
538        * configure.ac: Remove subdir tools.
539        * aclocal/target.m4: Remove (Unused).
540
5412004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
542
543        * aclocal/version.m4: 4.6.99.0.
544
5452004-02-03      Joel Sherrill <joel@OARcorp.com>
546
547        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
548        compiler mode.
549
5502004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
551
552        * support/Makefile.am: Add PREINSTALL_DIRS.
553
5542004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
555
556        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
557        PRE/TMPINSTALL_FILES to CLEANFILES.
558
5592004-01-07      Joel Sherrill <joel@OARcorp.com>
560
561        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
562        port more completely covers the MIPS family.
563
5642004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
565
566        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
567        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
568        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
569        Cleanup comments.
570        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
571        Remove build-variants. Hard-code ARCH=o-optimize.
572        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
573        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
574        conditional.
575        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
576        CFLAGS_DEBUG_V.
577        * aclocal/rtems-flags.m4: Remove (Unused).
578        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
579        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
580        (Implicitly handled by automake).
581        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
582        RTEMS_CFLAGS.
583
5842003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
585
586        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
587
5882003-12-17      Joel Sherrill <joel@OARcorp.com>
589
590        * aclocal/version.m4: Updated to rtems-20031217-test.
591
5922003-12-16      Joel Sherrill <joel@OARcorp.com>
593
594        PR 544/tests
595        * support/include/buffer_test_io.h: Various modifications to make
596        tests account for resources and not print at inappropriate times.
597
5982003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
599
600        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
601        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
602
6032003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
604
605        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
606        * automake/compila.am: Remove ARCH.
607        * configure.ac, support/configure.ac: Require automake >= 1.8,
608        autoconf >= 2.59.
609        * support/Makefile.am: Use mkdir_p. Remove dirs from
610        PRE/TMPINSTALL_FILES. Use include_HEADERS.
611        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
612
6132003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
614
615        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
616        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
617        AC_SUBST(dirstamp).
618        * aclocal/lead-dot.m4: New (from automake-1.7f).
619
6202003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
621
622        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
623        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
624        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
625        aclocal/check-networking.m4, aclocal/check-posix.m4,
626        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
627        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
628        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
629        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
630        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
631        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
632        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
633        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
634        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
635        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
636        underquoting to silence automake-1.8.
637
6382003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
639
640        * configure.ac, support/configure.ac: Reflect having moved to
641        testsuites/.
642
6432003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
644
645        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
646        RTEMS Version message.
647
6482003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
649
650        * aclocal/canonical-host.m4: Remove.
651        * configure.ac: Remove RTEMS_CANONICAL_HOST.
652        * aclocal/canonical-target-name.m4: Merge-in
653        aclocal/canonical-host.m4.
654
6552003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
656
657        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
658        * aclocal/bsp_alias.m4: Remove.
659
6602003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
661
662        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
663        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
664        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
665        instead of RTEMS_CHECK_CPU.
666        * aclocal/check-cpu.m4: Remove.
667        * configure.ac: Remove RTEMS_CHECK_CPU.
668
6692003-09-04      Joel Sherrill <joel@OARcorp.com>
670
671        * support/include/tmacros.h: URL for license changed.
672
6732003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
674
675        * aclocal/rtems-top.m4: Add RTEMS_API.
676        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
677
6782003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
679
680        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
681        * aclocal/enable-tests.m4: Change to support
682        --enable-tests=no|yes|samples, default is samples.
683        * configure.ac: Reflect changes above.
684
6852003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
688
6892003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
690
691        * automake/local.am, automake/host.am: Remove "debug".
692        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
693        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
694        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
695        aclocal/check-cxx.m4, aclocal/check-itron.m4,
696        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
697        aclocal/check-posix.m4, aclocal/check-tool.m4,
698        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
699        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
700        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
701        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
702        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
703        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
704        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
705        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
706        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
707        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
708        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
709        (Copied from ../../../aclocal).
710
7112003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
712
713        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
714        * automake/compile.am, automake/host.am, automake/leaf.am
715        automake/local.am, automake/subdirs.am: New (copied from
716        ../../../automake).
717
7182003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
719
720        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
721        bug report email address.
722
7232003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
726
7272003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
728
729        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
730        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
731
7322002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
733
734        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
735        Remove autom4te.cache.
736
7372002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
738
739        * support/configure.ac: Reflect changes above.  Take out unnecessary
740        autoconf macros.
741        * support/include/Makefile.am: Remove.
742        * support/Makefile.am: Merge in former include/Makefile.am.
743
7442002-08-01      Joel Sherrill <joel@OARcorp.com>
745
746        * Per PR47 add support for buffered test output.  This involved
747        adding defines to redirect output to a buffer and dump it when full,
748        at "test pause", and at exit.  To avoid problems when redefining
749        exit(), all tests were modified to call rtems_test_exit(). Some
750        tests, notable psxtests, had to be modified to include  the standard
751        test macro .h file (pmacros.h or tmacros.h) to enable this support.
752        * support/include/buffer_test_io.h: New file.
753
7542002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
755
756        * configure.ac: Remove ENABLE_GCC28.
757
7582002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
759
760        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
761        Remove AUTOMAKE_OPTIONS.
762        * configure.ac, support/configure.ac:
763        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
764        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
765
7662001-11-07      Joel Sherrill <joel@OARcorp.com>
767
768        Tracked as PR72 but related to the object id problem (PR36)
769        reported by Todor.Todorov@barco.com.
770        but discovered independently.
771        * support/include/tmacros.h: Added
772        fatal_directive_check_status_only().
773
7742001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
775
776        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
777        2.52.
778        * configure.ac, support/configure.ac: New file, generated from
779        configure.in by autoupdate.
780        * configure.in, support/configure.in: Remove.
781
7822001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
783
784        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
785        handling.
786
7872001-08-16      Joel Sherrill <joel@OARcorp.com>
788
789        * support/include/tmacros.h: Attempt to print errno as further
790        information.
791
7922001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
793
794        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
795        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
796
7972001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
798
799        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
800
8012001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
802
803        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
804        * support/Makefile.am: Remove stubdr, wrapup.
805        * support/stubdr/Makefile.am, support/stubdr/open.c,
806        support/stubdr/close.c, support/stubdr/init.c,
807        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
808        support/stubdr/.cvsignore, support/stubdr/read.c,
809        support/stubdr/write.c, support/wrapup/Makefile.am,
810        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
811
8122000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
813
814        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
815        in ACLOCAL_AMFLAGS.
816
8172000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
818
819        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
820        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
821        $(RTEMS_TOPdir)/aclocal.
822
8232000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
824
825        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
826        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
827
8282000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
829
830        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
831        compile.am
832
8332000-08-10      Joel Sherrill <joel@OARcorp.com>
834
835        * ChangeLog, support/ChangeLog: New file.
836
Note: See TracBrowser for help on using the repository browser.