source: rtems/testsuites/ChangeLog @ 31f1a51e

4.115
Last change on this file since 31f1a51e was 3023a1d, checked in by Jennifer Averett <Jennifer.Averett@…>, on 06/29/11 at 19:09:12

2011-06-29 Ricardo Aguirre

  • psxtmtests/Makefile.am, psxtmtests/configure.ac, psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
  • psxtmtests/psxtmnanosleep01/Makefile.am, psxtmtests/psxtmnanosleep01/init.c, psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc, psxtmtests/psxtmnanosleep02/Makefile.am, psxtmtests/psxtmnanosleep02/init.c, psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
  • Property mode set to 100644
File size: 27.4 KB
Line 
12011-06-29      Ricardo Aguirre
2
3        * psxtmtests/Makefile.am, psxtmtests/configure.ac,
4        psxtmtests/psxtmtests_plan.csv: Added nanosleep tests.
5        * psxtmtests/psxtmnanosleep01/Makefile.am,
6        psxtmtests/psxtmnanosleep01/init.c,
7        psxtmtests/psxtmnanosleep01/psxtmnanosleep01.doc,
8        psxtmtests/psxtmnanosleep02/Makefile.am,
9        psxtmtests/psxtmnanosleep02/init.c,
10        psxtmtests/psxtmnanosleep02/psxtmnanosleep02.doc: New files.
11
122011-06-28      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * configure.ac, support/include/test_support.h:
15        * support/src/locked_print.c: New file.
16
172011-04-27      Jennifer Averett <Jennifer.Averett@OARcorp.com>
18
19        PR 1784
20        * sptests/spsize/size.c: Split bspsmp.h into two files smp.h and
21        bspsmp.h
22
232011-04-21      Jennifer Averett <Jennifer.Averett@OARcorp.com
24
25        PR 1777/cpukit
26        * support/include/tmacros.h, tmtests/tm26/task1.c,
27        tmtests/tm27/task1.c: Consolidated access to
28        _Thread_Dispatch_disable_level.
29
302011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * configure.ac: Add fstests.
33
342011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
37        Rename RTEMS_API into _RTEMS_API.
38
392011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * aclocal/canonical-target-name.m4:
42        Stop pretending no_cpu* was buildable.
43        Derive RTEMS_CPU from "$host_cpu".
44        Error out if "$host" doesn't match "*-*-rtems*".
45
462011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * support/src/tmtests_support.c:
49        loop_overhead and end_time are uint32_t's.
50
512011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * support/src/spin.c, support/src/test_support.c,
54        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
55        Add HAVE_CONFIG_H.
56
572011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
60
612011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * configure.ac: Require autoconf-2.68, automake-1.11.1.
64
652010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * configure.ac: Add initial small set of POSIX Timing Tests.
68
692010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        PR 1708/build:
72        * aclocal/check-cpuopts.m4: Fix m4-quoting.
73
742010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
77
782010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * automake/compile.am: Remove clean-local:.
81        Use CLEANFILES for cleaning up make-exe by-products.
82
832010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        PR 1532/testing
86        * aclocal/project-root.m4: Add initial tests for untar capabilities.
87
882010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * support/include/test_support.h, support/src/test_support.c: Add
91        Allocate_majority_of_heap().
92
932010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
94
95        * support/src/tmtests_support.c: Fix warning.
96
972010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
98
99        * support/include/test_support.h, support/src/tmtests_empty_function.c:
100        Add helper so it is easier to write a basic repeated operation
101        tmtest.
102        * support/src/tmtests_support.c: New file.
103
1042010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * configure.ac: Remove itron.
107
1082010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * aclocal/version.m4: Bump RTEMS_API to 4.11.
111        Bump _RTEMS_VERSION to 4.10.99.0.
112
1132010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * support/include/tmacros.h: Remove PRIdoff_t.
116
1172010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
118
119        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
120        treat all non-zero values of _Thread_Dispatch_disable_level equally.
121
1222009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
123
124        * support/include/test_support.h, support/include/tmacros.h,
125        support/src/test_support.c: Added support functions to spin for a
126        number of ticks and to spin until the next tick.
127        * support/src/spin.c: New file.
128
1292009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * support/include/tmacros.h: Use rtems_test_assert() consistently
132        instead of system assert(). rtems_test_assert() is designed to
133        integrate into the RTEMS test suite infrastructure.
134
1352009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
136
137        * support/include/tmacros.h: Add service to check status returned by
138        POSIX methods which return a pointer which is -1 on error. This
139        eliminated some casts.
140
1412009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
142
143        * support/include/tmacros.h: Include rtems/score/thread.h.
144        Remove _Thread_Dispatch_disable_level.
145
1462009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
149        PRIxblksize_t, PRIxblkcnt_t.
150        Comment cleanups.
151
1522009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
153
154        * support/include/tmacros.h: Add PRIxrtems_task_priority,
155        PRIxrtems_task_priority, PRIxrtems_signal_set.
156
1572009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * support/include/tmacros.h: Add PRIxpthread_t.
160        * support/include/tmacros.h: Add PRIxrtems_event_set.
161        (fatal_posix_service_status_errno) Add local "long" var "statx".
162
1632009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
166        Add PRIdrtems_task_argument.
167
1682009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
171        Add PRIdrtems_interval.
172
1732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
174
175        * support/include/tmacros.h: Add PRIdPriority_Control.
176        Change PRIdrtems_task_priority to using PRIdPriority_Control.
177
1782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * support/include/tmacros.h: Add PRIdrtems_task_priority.
181
1822009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * support/include/tmacros.h: Add PRIxrtems_id.
185
1862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * support/include/tmacros.h: Add PRItime_t.
189
1902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
193
1942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * support/include/test_support.h: Add missing prototypes.
197        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
198        outside of check_dispatch_disable_level.
199
2002009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * support/src/test_support.c: Add missing prototypes.
203        * support/include/tmacros.h: Include <inttypes.h>.
204        Move extern "C".
205        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
206
2072009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Add support/include/test_support.h.
210
2112009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
212
213        * automake/compile.am: Add *.ralf to clean-local.
214
2152009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
218
2192009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
222
2232009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
224
225        * aclocal/canonical-target-name.m4:
226        Remove posix/unix simulator.
227
2282009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
229
230        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
231        case for nanosleep of a very small delay which mathematically is less
232        than a clock tick.
233
2342009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * configure.ac: Some POSIX tests exercise functionality which is
237        enabled when the POSIX threading is disabled. So build this suite all
238        the time and let the psxtests select the specific tests to build.
239
2402009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
243        and get_ticks_per_second() in favor of new
244        rtems_clock_get_ticks_per_second().
245
2462009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
247
248        * support/src/test_support.c: Tinker with longest valid name.
249
2502009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
251
252        * support/include/buffer_test_io.h: Use printk on AVR by default.
253
2542009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * support/src/tmtests_empty_function.c: Fix warnings.
257
2582009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
259
260        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
261          toolchains.
262
2632008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
264
265        * aclocal/canonical-target-name.m4: Remove tic4x.
266
2672008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
268
269        * aclocal/version.m4: Bump RTEMS_API to 4.10.
270        Bump _RTEMS_VERSION to 4.9.99.0.
271
2722008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * support/src/test_support.c: Convert to "bool".
275
2762008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
277
278        * support/src/tmtests_empty_function.c: New file.
279
2802008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
281
282        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
283        AC_PREREQ(2.62).
284
2852008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
286
287        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
288
2892008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
290
291        * support/include/test_support.h, support/src/test_support.c: New files.
292
2932008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
294
295        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
296        tmacros.h available to all POSIX tests. Add a clock_settime case for
297        < 1988.
298
2992008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
300
301        * support/include/tmacros.h: Fix put_name to handle unprintable names.
302
3032008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
304
305        * support/include/tmacros.h: Add new rtems_test_assert() which exits
306        rather than calling fatal error.
307
3082007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
309
310        * support/include/tmacros.h: Add new helper for POSIX tests.
311
3122007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * aclocal/version.m4: Bump RTEMS_API to 4.9.
315        Bump RTEMS_VERSION to 4.8.99.0.
316
3172007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
318
319        * support/include/buffer_test_io.h: Add support for using printk for
320        output in tests. This should be followed up by disabling the console
321        driver and other support when the tests are using printk.
322
3232007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
324
325        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
326        rtems/score/cpuopts.h.
327
3282006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
329
330        * configure.ac: New BUG-REPORT address.
331
3322006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/rtems-top.m4: Remove RTEMS_API.
335        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
336
3372006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
338
339        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
340
3412006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
342
343        * aclocal/version.m4: Bump version to 4.7.99.0.
344
3452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
346
347        * configure.ac: Require autoconf-2.60. Require automake-1.10.
348
3492006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
350
351        * samples/fileio/system.h:
352        (PR1118) make use of the new confdefs.h mechanisms
353        for the IDE/ATA interface
354       
3552006-04-18  Joel Sherrill <joel@OARcorp.com>
356
357        * aclocal/version.m4: Updated to rtems-4.6.99.3.
358
3592006-02-01      Joel Sherrill <joel@OARcorp.com>
360
361        PR 855/tests
362        * support/include/tmacros.h: Fix typo.
363
3642005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
365
366        * aclocal/enable-bare.m4: Remove (Unused).
367        * aclocal/env-rtemsbsp.m4, configure.ac:
368        Remove RTEMS_ENABLE_BARE,
369        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
370
3712005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
372
373        * automake/compile.am: Remove .coff. Remove .obj.
374
3752005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * automake/local.am: Remove depend.
378        * automake/host.am: Remove depend.
379        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
380        * automake/local.am: Remove preinstall-am.
381        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
382        Set rtems_testsdir to $libdir/rtems-4.7/tests.
383        * configure.ac: Remove AMPOLISH3 (Unused).
384        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
385        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
386        Remove ARCH. Remove LINK_LIBS.
387        Extend clean-local to catch most temporary files make-exe is
388        creating.
389        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
390        Remove project_includedir.
391        Add rtems_testsdir.
392        * aclocal/rtems-top.m4: Remove dirstamp.
393
3942005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
395
396        * Makefile.am: Remove preinstall.am
397        * preinstall.am: Remove.
398        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
399
4002005-11-10      Joel Sherrill <joel@OARcorp.com>
401
402        * support/.cvsignore: New file.
403
4042005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
405
406        * Makefile.am: Don't preinstall support/include headers.
407        * configure.ac: Fix config-variables of conditionally built subdirs.
408
4092005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
410
411        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
412        aclocal/check-networking.m4, aclocal/check-posix.m4,
413        aclocal/check-tests.m4, aclocal/enable-itron.m4,
414        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
415        aclocal/enable-posix.m4: Remove (Unused).
416
4172005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
418
419        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
420        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
421        GCCSPECS.
422        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
423        up temporary CPPFLAGS to compile check cpuopts.h.
424        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
425        --enable-project-root. Remove --with-project-root.
426        Fix --enable-rtems-root.
427        * automake/compile.am, aclocal/env-rtemsbsp.m4:
428        Assume PROJECT_ROOT to contain RTEMS_BSP.
429
4302005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
431
432        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
433        * Makefile.am: Merge-in support/Makefile.am
434        * aclocal/check-cpuopts.m4: Add config.cache support.
435        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
436        OBJS from LINK_FILES.
437        * configure.ac: Add AMPOLISH3. Remove support/.
438
4392005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
440
441        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
442        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
443        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
444        Remove RTEMS_GCC_SPECS.
445        * aclocal/check-multiprocessing.m4: Don't require
446        RTEMS_ENABLE_MULTILIB.
447        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
448        GCCSPECS.
449        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
450        RTEMS_CXXFLAGS.
451        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
452        RTEMS_CFLAGS.
453        * aclocal/check-cpuopts.m4: New.
454        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
455        manually set up GCCSPEC (Now setup from inside configure). Remove
456        RTEMS_RELLDFLAGS (Used).
457        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
458        aclocal/multilib.m4: Remove (Unused).
459        * automake/compile.am: Remove CCAS support.
460
4612005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
462
463        * automake/compile.am: Remove depend.
464        * automake/compile.am: Take contents of amcompile.am.
465        * aclocal/check-posix.m4: Sync with cpukit.
466        * automake/local.am: Remove depend-am.
467        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
468        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
469        Remove.
470        * automake/subdirs.am: Remove depend-recursive.
471        * configure.ac: Sync POSIX and ITRON magic with cpukit.
472        * automake/amcompile.am: New.
473
4742005-09-02      Joel Sherrill <joel@OARcorp.com>
475
476        * aclocal/version.m4: Updated to rtems-4.6.99.2.
477
4782004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
479
480        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
481        is defined.
482        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
483        itron for unix.
484
4852004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
486
487        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
488        * configure.ac, support/configure.ac: Require automake > 1.9.
489
4902004-07-28      Joel Sherrill <joel@OARcorp.com>
491
492        * aclocal/version.m4: Updated to rtems-4.6.99.1.
493
4942004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
495
496        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
497
4982004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
499
500        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
501
5022004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/rtems-top.m4: Add rtems_rootdir.
505        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
506        $rtems_rootdir.
507        * support/include/tmacros.h: Convert to using c99 fixed size types.
508        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
509        RTEMS_TOP.
510        * aclocal/check-custom-bsp.m4: Fix minor typo.
511        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
512        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
513        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
514        aclocal/enable-tests.m4, aclocal/multilib.m4,
515        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
516        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
517        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
518        Add --enable-rtems-root. Rework RTEMS_ROOT.
519
5202004-03-03      Joel Sherrill <joel@OARcorp.com>
521
522        * support/include/buffer_test_io.h: Correct typo.
523
5242004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/rtems-top.m4: Rework.
527        * aclocal/project-root.m4: Remove obsolete comments.
528        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
529        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
530        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
531
5322004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
533
534        * configure.ac: Remove subdir tools.
535        * aclocal/target.m4: Remove (Unused).
536
5372004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
538
539        * aclocal/version.m4: 4.6.99.0.
540
5412004-02-03      Joel Sherrill <joel@OARcorp.com>
542
543        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
544        compiler mode.
545
5462004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
547
548        * support/Makefile.am: Add PREINSTALL_DIRS.
549
5502004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
551
552        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
553        PRE/TMPINSTALL_FILES to CLEANFILES.
554
5552004-01-07      Joel Sherrill <joel@OARcorp.com>
556
557        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
558        port more completely covers the MIPS family.
559
5602004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
561
562        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
563        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
564        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
565        Cleanup comments.
566        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
567        Remove build-variants. Hard-code ARCH=o-optimize.
568        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
569        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
570        conditional.
571        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
572        CFLAGS_DEBUG_V.
573        * aclocal/rtems-flags.m4: Remove (Unused).
574        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
575        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
576        (Implicitly handled by automake).
577        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
578        RTEMS_CFLAGS.
579
5802003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
581
582        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
583
5842003-12-17      Joel Sherrill <joel@OARcorp.com>
585
586        * aclocal/version.m4: Updated to rtems-20031217-test.
587
5882003-12-16      Joel Sherrill <joel@OARcorp.com>
589
590        PR 544/tests
591        * support/include/buffer_test_io.h: Various modifications to make
592        tests account for resources and not print at inappropriate times.
593
5942003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
595
596        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
597        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
598
5992003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
600
601        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
602        * automake/compila.am: Remove ARCH.
603        * configure.ac, support/configure.ac: Require automake >= 1.8,
604        autoconf >= 2.59.
605        * support/Makefile.am: Use mkdir_p. Remove dirs from
606        PRE/TMPINSTALL_FILES. Use include_HEADERS.
607        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
608
6092003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
610
611        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
612        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
613        AC_SUBST(dirstamp).
614        * aclocal/lead-dot.m4: New (from automake-1.7f).
615
6162003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
617
618        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
619        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
620        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
621        aclocal/check-networking.m4, aclocal/check-posix.m4,
622        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
623        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
624        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
625        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
626        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
627        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
628        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
629        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
630        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
631        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
632        underquoting to silence automake-1.8.
633
6342003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
635
636        * configure.ac, support/configure.ac: Reflect having moved to
637        testsuites/.
638
6392003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
640
641        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
642        RTEMS Version message.
643
6442003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
645
646        * aclocal/canonical-host.m4: Remove.
647        * configure.ac: Remove RTEMS_CANONICAL_HOST.
648        * aclocal/canonical-target-name.m4: Merge-in
649        aclocal/canonical-host.m4.
650
6512003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
654        * aclocal/bsp_alias.m4: Remove.
655
6562003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
657
658        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
659        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
660        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
661        instead of RTEMS_CHECK_CPU.
662        * aclocal/check-cpu.m4: Remove.
663        * configure.ac: Remove RTEMS_CHECK_CPU.
664
6652003-09-04      Joel Sherrill <joel@OARcorp.com>
666
667        * support/include/tmacros.h: URL for license changed.
668
6692003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
670
671        * aclocal/rtems-top.m4: Add RTEMS_API.
672        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
673
6742003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
675
676        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
677        * aclocal/enable-tests.m4: Change to support
678        --enable-tests=no|yes|samples, default is samples.
679        * configure.ac: Reflect changes above.
680
6812003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
682
683        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
684
6852003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * automake/local.am, automake/host.am: Remove "debug".
688        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
689        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
690        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
691        aclocal/check-cxx.m4, aclocal/check-itron.m4,
692        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
693        aclocal/check-posix.m4, aclocal/check-tool.m4,
694        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
695        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
696        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
697        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
698        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
699        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
700        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
701        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
702        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
703        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
704        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
705        (Copied from ../../../aclocal).
706
7072003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
708
709        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
710        * automake/compile.am, automake/host.am, automake/leaf.am
711        automake/local.am, automake/subdirs.am: New (copied from
712        ../../../automake).
713
7142003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
715
716        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
717        bug report email address.
718
7192003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
720
721        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
722
7232003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
724
725        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
726        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
727
7282002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
729
730        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
731        Remove autom4te.cache.
732
7332002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
734
735        * support/configure.ac: Reflect changes above.  Take out unnecessary
736        autoconf macros.
737        * support/include/Makefile.am: Remove.
738        * support/Makefile.am: Merge in former include/Makefile.am.
739
7402002-08-01      Joel Sherrill <joel@OARcorp.com>
741
742        * Per PR47 add support for buffered test output.  This involved
743        adding defines to redirect output to a buffer and dump it when full,
744        at "test pause", and at exit.  To avoid problems when redefining
745        exit(), all tests were modified to call rtems_test_exit(). Some
746        tests, notable psxtests, had to be modified to include  the standard
747        test macro .h file (pmacros.h or tmacros.h) to enable this support.
748        * support/include/buffer_test_io.h: New file.
749
7502002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
751
752        * configure.ac: Remove ENABLE_GCC28.
753
7542002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
755
756        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
757        Remove AUTOMAKE_OPTIONS.
758        * configure.ac, support/configure.ac:
759        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
760        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
761
7622001-11-07      Joel Sherrill <joel@OARcorp.com>
763
764        Tracked as PR72 but related to the object id problem (PR36)
765        reported by Todor.Todorov@barco.com.
766        but discovered independently.
767        * support/include/tmacros.h: Added
768        fatal_directive_check_status_only().
769
7702001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
771
772        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
773        2.52.
774        * configure.ac, support/configure.ac: New file, generated from
775        configure.in by autoupdate.
776        * configure.in, support/configure.in: Remove.
777
7782001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
779
780        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
781        handling.
782
7832001-08-16      Joel Sherrill <joel@OARcorp.com>
784
785        * support/include/tmacros.h: Attempt to print errno as further
786        information.
787
7882001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
789
790        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
791        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
792
7932001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
794
795        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
796
7972001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
798
799        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
800        * support/Makefile.am: Remove stubdr, wrapup.
801        * support/stubdr/Makefile.am, support/stubdr/open.c,
802        support/stubdr/close.c, support/stubdr/init.c,
803        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
804        support/stubdr/.cvsignore, support/stubdr/read.c,
805        support/stubdr/write.c, support/wrapup/Makefile.am,
806        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
807
8082000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
809
810        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
811        in ACLOCAL_AMFLAGS.
812
8132000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
814
815        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
816        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
817        $(RTEMS_TOPdir)/aclocal.
818
8192000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
820
821        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
822        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
823
8242000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
825
826        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
827        compile.am
828
8292000-08-10      Joel Sherrill <joel@OARcorp.com>
830
831        * ChangeLog, support/ChangeLog: New file.
832
Note: See TracBrowser for help on using the repository browser.