source: rtems/testsuites/ChangeLog @ 0e89af8

4.115
Last change on this file since 0e89af8 was 0e89af8, checked in by Joel Sherrill <joel.sherrill@…>, on 04/20/11 at 21:30:36

2011-04-20 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Add fstests.
  • Property mode set to 100644
File size: 26.5 KB
Line 
12011-04-20      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Add fstests.
4
52011-03-04      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
8        Rename RTEMS_API into _RTEMS_API.
9
102011-02-25      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * aclocal/canonical-target-name.m4:
13        Stop pretending no_cpu* was buildable.
14        Derive RTEMS_CPU from "$host_cpu".
15        Error out if "$host" doesn't match "*-*-rtems*".
16
172011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * support/src/tmtests_support.c:
20        loop_overhead and end_time are uint32_t's.
21
222011-02-22      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * support/src/spin.c, support/src/test_support.c,
25        support/src/tmtests_empty_function.c, support/src/tmtests_support.c:
26        Add HAVE_CONFIG_H.
27
282011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
31
322011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Require autoconf-2.68, automake-1.11.1.
35
362010-12-06      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * configure.ac: Add initial small set of POSIX Timing Tests.
39
402010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        PR 1708/build:
43        * aclocal/check-cpuopts.m4: Fix m4-quoting.
44
452010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
48
492010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * automake/compile.am: Remove clean-local:.
52        Use CLEANFILES for cleaning up make-exe by-products.
53
542010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        PR 1532/testing
57        * aclocal/project-root.m4: Add initial tests for untar capabilities.
58
592010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * support/include/test_support.h, support/src/test_support.c: Add
62        Allocate_majority_of_heap().
63
642010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
65
66        * support/src/tmtests_support.c: Fix warning.
67
682010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * support/include/test_support.h, support/src/tmtests_empty_function.c:
71        Add helper so it is easier to write a basic repeated operation
72        tmtest.
73        * support/src/tmtests_support.c: New file.
74
752010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Remove itron.
78
792010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * aclocal/version.m4: Bump RTEMS_API to 4.11.
82        Bump _RTEMS_VERSION to 4.10.99.0.
83
842010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * support/include/tmacros.h: Remove PRIdoff_t.
87
882010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
89
90        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
91        treat all non-zero values of _Thread_Dispatch_disable_level equally.
92
932009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
94
95        * support/include/test_support.h, support/include/tmacros.h,
96        support/src/test_support.c: Added support functions to spin for a
97        number of ticks and to spin until the next tick.
98        * support/src/spin.c: New file.
99
1002009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * support/include/tmacros.h: Use rtems_test_assert() consistently
103        instead of system assert(). rtems_test_assert() is designed to
104        integrate into the RTEMS test suite infrastructure.
105
1062009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * support/include/tmacros.h: Add service to check status returned by
109        POSIX methods which return a pointer which is -1 on error. This
110        eliminated some casts.
111
1122009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
113
114        * support/include/tmacros.h: Include rtems/score/thread.h.
115        Remove _Thread_Dispatch_disable_level.
116
1172009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
120        PRIxblksize_t, PRIxblkcnt_t.
121        Comment cleanups.
122
1232009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * support/include/tmacros.h: Add PRIxrtems_task_priority,
126        PRIxrtems_task_priority, PRIxrtems_signal_set.
127
1282009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
129
130        * support/include/tmacros.h: Add PRIxpthread_t.
131        * support/include/tmacros.h: Add PRIxrtems_event_set.
132        (fatal_posix_service_status_errno) Add local "long" var "statx".
133
1342009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
137        Add PRIdrtems_task_argument.
138
1392009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
140
141        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
142        Add PRIdrtems_interval.
143
1442009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * support/include/tmacros.h: Add PRIdPriority_Control.
147        Change PRIdrtems_task_priority to using PRIdPriority_Control.
148
1492009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
150
151        * support/include/tmacros.h: Add PRIdrtems_task_priority.
152
1532009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * support/include/tmacros.h: Add PRIxrtems_id.
156
1572009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * support/include/tmacros.h: Add PRItime_t.
160
1612009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
162
163        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
164
1652009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
166
167        * support/include/test_support.h: Add missing prototypes.
168        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
169        outside of check_dispatch_disable_level.
170
1712009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * support/src/test_support.c: Add missing prototypes.
174        * support/include/tmacros.h: Include <inttypes.h>.
175        Move extern "C".
176        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
177
1782009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
179
180        * Makefile.am: Add support/include/test_support.h.
181
1822009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * automake/compile.am: Add *.ralf to clean-local.
185
1862009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
189
1902009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
193
1942009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
195
196        * aclocal/canonical-target-name.m4:
197        Remove posix/unix simulator.
198
1992009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
202        case for nanosleep of a very small delay which mathematically is less
203        than a clock tick.
204
2052009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * configure.ac: Some POSIX tests exercise functionality which is
208        enabled when the POSIX threading is disabled. So build this suite all
209        the time and let the psxtests select the specific tests to build.
210
2112009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
214        and get_ticks_per_second() in favor of new
215        rtems_clock_get_ticks_per_second().
216
2172009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
218
219        * support/src/test_support.c: Tinker with longest valid name.
220
2212009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
222
223        * support/include/buffer_test_io.h: Use printk on AVR by default.
224
2252009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
226
227        * support/src/tmtests_empty_function.c: Fix warnings.
228
2292009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
230
231        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
232          toolchains.
233
2342008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
235
236        * aclocal/canonical-target-name.m4: Remove tic4x.
237
2382008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
239
240        * aclocal/version.m4: Bump RTEMS_API to 4.10.
241        Bump _RTEMS_VERSION to 4.9.99.0.
242
2432008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
244
245        * support/src/test_support.c: Convert to "bool".
246
2472008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
248
249        * support/src/tmtests_empty_function.c: New file.
250
2512008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
254        AC_PREREQ(2.62).
255
2562008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
257
258        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
259
2602008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
261
262        * support/include/test_support.h, support/src/test_support.c: New files.
263
2642008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
265
266        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
267        tmacros.h available to all POSIX tests. Add a clock_settime case for
268        < 1988.
269
2702008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * support/include/tmacros.h: Fix put_name to handle unprintable names.
273
2742008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
275
276        * support/include/tmacros.h: Add new rtems_test_assert() which exits
277        rather than calling fatal error.
278
2792007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
280
281        * support/include/tmacros.h: Add new helper for POSIX tests.
282
2832007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * aclocal/version.m4: Bump RTEMS_API to 4.9.
286        Bump RTEMS_VERSION to 4.8.99.0.
287
2882007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
289
290        * support/include/buffer_test_io.h: Add support for using printk for
291        output in tests. This should be followed up by disabling the console
292        driver and other support when the tests are using printk.
293
2942007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
297        rtems/score/cpuopts.h.
298
2992006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
300
301        * configure.ac: New BUG-REPORT address.
302
3032006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
304
305        * aclocal/rtems-top.m4: Remove RTEMS_API.
306        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
307
3082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
309
310        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
311
3122006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * aclocal/version.m4: Bump version to 4.7.99.0.
315
3162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
317
318        * configure.ac: Require autoconf-2.60. Require automake-1.10.
319
3202006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
321
322        * samples/fileio/system.h:
323        (PR1118) make use of the new confdefs.h mechanisms
324        for the IDE/ATA interface
325       
3262006-04-18  Joel Sherrill <joel@OARcorp.com>
327
328        * aclocal/version.m4: Updated to rtems-4.6.99.3.
329
3302006-02-01      Joel Sherrill <joel@OARcorp.com>
331
332        PR 855/tests
333        * support/include/tmacros.h: Fix typo.
334
3352005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
336
337        * aclocal/enable-bare.m4: Remove (Unused).
338        * aclocal/env-rtemsbsp.m4, configure.ac:
339        Remove RTEMS_ENABLE_BARE,
340        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
341
3422005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
343
344        * automake/compile.am: Remove .coff. Remove .obj.
345
3462005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
347
348        * automake/local.am: Remove depend.
349        * automake/host.am: Remove depend.
350        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
351        * automake/local.am: Remove preinstall-am.
352        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
353        Set rtems_testsdir to $libdir/rtems-4.7/tests.
354        * configure.ac: Remove AMPOLISH3 (Unused).
355        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
356        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
357        Remove ARCH. Remove LINK_LIBS.
358        Extend clean-local to catch most temporary files make-exe is
359        creating.
360        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
361        Remove project_includedir.
362        Add rtems_testsdir.
363        * aclocal/rtems-top.m4: Remove dirstamp.
364
3652005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
366
367        * Makefile.am: Remove preinstall.am
368        * preinstall.am: Remove.
369        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
370
3712005-11-10      Joel Sherrill <joel@OARcorp.com>
372
373        * support/.cvsignore: New file.
374
3752005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
376
377        * Makefile.am: Don't preinstall support/include headers.
378        * configure.ac: Fix config-variables of conditionally built subdirs.
379
3802005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
381
382        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
383        aclocal/check-networking.m4, aclocal/check-posix.m4,
384        aclocal/check-tests.m4, aclocal/enable-itron.m4,
385        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
386        aclocal/enable-posix.m4: Remove (Unused).
387
3882005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
389
390        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
391        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
392        GCCSPECS.
393        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
394        up temporary CPPFLAGS to compile check cpuopts.h.
395        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
396        --enable-project-root. Remove --with-project-root.
397        Fix --enable-rtems-root.
398        * automake/compile.am, aclocal/env-rtemsbsp.m4:
399        Assume PROJECT_ROOT to contain RTEMS_BSP.
400
4012005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
404        * Makefile.am: Merge-in support/Makefile.am
405        * aclocal/check-cpuopts.m4: Add config.cache support.
406        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
407        OBJS from LINK_FILES.
408        * configure.ac: Add AMPOLISH3. Remove support/.
409
4102005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
411
412        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
413        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
414        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
415        Remove RTEMS_GCC_SPECS.
416        * aclocal/check-multiprocessing.m4: Don't require
417        RTEMS_ENABLE_MULTILIB.
418        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
419        GCCSPECS.
420        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
421        RTEMS_CXXFLAGS.
422        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
423        RTEMS_CFLAGS.
424        * aclocal/check-cpuopts.m4: New.
425        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
426        manually set up GCCSPEC (Now setup from inside configure). Remove
427        RTEMS_RELLDFLAGS (Used).
428        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
429        aclocal/multilib.m4: Remove (Unused).
430        * automake/compile.am: Remove CCAS support.
431
4322005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
433
434        * automake/compile.am: Remove depend.
435        * automake/compile.am: Take contents of amcompile.am.
436        * aclocal/check-posix.m4: Sync with cpukit.
437        * automake/local.am: Remove depend-am.
438        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
439        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
440        Remove.
441        * automake/subdirs.am: Remove depend-recursive.
442        * configure.ac: Sync POSIX and ITRON magic with cpukit.
443        * automake/amcompile.am: New.
444
4452005-09-02      Joel Sherrill <joel@OARcorp.com>
446
447        * aclocal/version.m4: Updated to rtems-4.6.99.2.
448
4492004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
450
451        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
452        is defined.
453        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
454        itron for unix.
455
4562004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
457
458        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
459        * configure.ac, support/configure.ac: Require automake > 1.9.
460
4612004-07-28      Joel Sherrill <joel@OARcorp.com>
462
463        * aclocal/version.m4: Updated to rtems-4.6.99.1.
464
4652004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
466
467        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
468
4692004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
470
471        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
472
4732004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
474
475        * aclocal/rtems-top.m4: Add rtems_rootdir.
476        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
477        $rtems_rootdir.
478        * support/include/tmacros.h: Convert to using c99 fixed size types.
479        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
480        RTEMS_TOP.
481        * aclocal/check-custom-bsp.m4: Fix minor typo.
482        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
483        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
484        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
485        aclocal/enable-tests.m4, aclocal/multilib.m4,
486        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
487        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
488        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
489        Add --enable-rtems-root. Rework RTEMS_ROOT.
490
4912004-03-03      Joel Sherrill <joel@OARcorp.com>
492
493        * support/include/buffer_test_io.h: Correct typo.
494
4952004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
496
497        * aclocal/rtems-top.m4: Rework.
498        * aclocal/project-root.m4: Remove obsolete comments.
499        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
500        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
501        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
502
5032004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
504
505        * configure.ac: Remove subdir tools.
506        * aclocal/target.m4: Remove (Unused).
507
5082004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
509
510        * aclocal/version.m4: 4.6.99.0.
511
5122004-02-03      Joel Sherrill <joel@OARcorp.com>
513
514        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
515        compiler mode.
516
5172004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
518
519        * support/Makefile.am: Add PREINSTALL_DIRS.
520
5212004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
522
523        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
524        PRE/TMPINSTALL_FILES to CLEANFILES.
525
5262004-01-07      Joel Sherrill <joel@OARcorp.com>
527
528        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
529        port more completely covers the MIPS family.
530
5312004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
532
533        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
534        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
535        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
536        Cleanup comments.
537        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
538        Remove build-variants. Hard-code ARCH=o-optimize.
539        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
540        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
541        conditional.
542        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
543        CFLAGS_DEBUG_V.
544        * aclocal/rtems-flags.m4: Remove (Unused).
545        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
546        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
547        (Implicitly handled by automake).
548        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
549        RTEMS_CFLAGS.
550
5512003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
552
553        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
554
5552003-12-17      Joel Sherrill <joel@OARcorp.com>
556
557        * aclocal/version.m4: Updated to rtems-20031217-test.
558
5592003-12-16      Joel Sherrill <joel@OARcorp.com>
560
561        PR 544/tests
562        * support/include/buffer_test_io.h: Various modifications to make
563        tests account for resources and not print at inappropriate times.
564
5652003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
566
567        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
568        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
569
5702003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
571
572        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
573        * automake/compila.am: Remove ARCH.
574        * configure.ac, support/configure.ac: Require automake >= 1.8,
575        autoconf >= 2.59.
576        * support/Makefile.am: Use mkdir_p. Remove dirs from
577        PRE/TMPINSTALL_FILES. Use include_HEADERS.
578        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
579
5802003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
581
582        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
583        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
584        AC_SUBST(dirstamp).
585        * aclocal/lead-dot.m4: New (from automake-1.7f).
586
5872003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
588
589        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
590        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
591        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
592        aclocal/check-networking.m4, aclocal/check-posix.m4,
593        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
594        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
595        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
596        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
597        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
598        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
599        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
600        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
601        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
602        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
603        underquoting to silence automake-1.8.
604
6052003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac, support/configure.ac: Reflect having moved to
608        testsuites/.
609
6102003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
611
612        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
613        RTEMS Version message.
614
6152003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
616
617        * aclocal/canonical-host.m4: Remove.
618        * configure.ac: Remove RTEMS_CANONICAL_HOST.
619        * aclocal/canonical-target-name.m4: Merge-in
620        aclocal/canonical-host.m4.
621
6222003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
623
624        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
625        * aclocal/bsp_alias.m4: Remove.
626
6272003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
628
629        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
630        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
631        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
632        instead of RTEMS_CHECK_CPU.
633        * aclocal/check-cpu.m4: Remove.
634        * configure.ac: Remove RTEMS_CHECK_CPU.
635
6362003-09-04      Joel Sherrill <joel@OARcorp.com>
637
638        * support/include/tmacros.h: URL for license changed.
639
6402003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
641
642        * aclocal/rtems-top.m4: Add RTEMS_API.
643        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
644
6452003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
646
647        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
648        * aclocal/enable-tests.m4: Change to support
649        --enable-tests=no|yes|samples, default is samples.
650        * configure.ac: Reflect changes above.
651
6522003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
653
654        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
655
6562003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
657
658        * automake/local.am, automake/host.am: Remove "debug".
659        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
660        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
661        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
662        aclocal/check-cxx.m4, aclocal/check-itron.m4,
663        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
664        aclocal/check-posix.m4, aclocal/check-tool.m4,
665        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
666        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
667        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
668        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
669        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
670        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
671        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
672        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
673        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
674        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
675        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
676        (Copied from ../../../aclocal).
677
6782003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
679
680        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
681        * automake/compile.am, automake/host.am, automake/leaf.am
682        automake/local.am, automake/subdirs.am: New (copied from
683        ../../../automake).
684
6852003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
686
687        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
688        bug report email address.
689
6902003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
691
692        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
693
6942003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
695
696        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
697        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
698
6992002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
700
701        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
702        Remove autom4te.cache.
703
7042002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
705
706        * support/configure.ac: Reflect changes above.  Take out unnecessary
707        autoconf macros.
708        * support/include/Makefile.am: Remove.
709        * support/Makefile.am: Merge in former include/Makefile.am.
710
7112002-08-01      Joel Sherrill <joel@OARcorp.com>
712
713        * Per PR47 add support for buffered test output.  This involved
714        adding defines to redirect output to a buffer and dump it when full,
715        at "test pause", and at exit.  To avoid problems when redefining
716        exit(), all tests were modified to call rtems_test_exit(). Some
717        tests, notable psxtests, had to be modified to include  the standard
718        test macro .h file (pmacros.h or tmacros.h) to enable this support.
719        * support/include/buffer_test_io.h: New file.
720
7212002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
722
723        * configure.ac: Remove ENABLE_GCC28.
724
7252002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
726
727        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
728        Remove AUTOMAKE_OPTIONS.
729        * configure.ac, support/configure.ac:
730        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
731        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
732
7332001-11-07      Joel Sherrill <joel@OARcorp.com>
734
735        Tracked as PR72 but related to the object id problem (PR36)
736        reported by Todor.Todorov@barco.com.
737        but discovered independently.
738        * support/include/tmacros.h: Added
739        fatal_directive_check_status_only().
740
7412001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
742
743        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
744        2.52.
745        * configure.ac, support/configure.ac: New file, generated from
746        configure.in by autoupdate.
747        * configure.in, support/configure.in: Remove.
748
7492001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
750
751        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
752        handling.
753
7542001-08-16      Joel Sherrill <joel@OARcorp.com>
755
756        * support/include/tmacros.h: Attempt to print errno as further
757        information.
758
7592001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
760
761        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
762        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
763
7642001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
765
766        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
767
7682001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
769
770        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
771        * support/Makefile.am: Remove stubdr, wrapup.
772        * support/stubdr/Makefile.am, support/stubdr/open.c,
773        support/stubdr/close.c, support/stubdr/init.c,
774        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
775        support/stubdr/.cvsignore, support/stubdr/read.c,
776        support/stubdr/write.c, support/wrapup/Makefile.am,
777        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
778
7792000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
780
781        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
782        in ACLOCAL_AMFLAGS.
783
7842000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
785
786        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
787        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
788        $(RTEMS_TOPdir)/aclocal.
789
7902000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
791
792        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
793        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
794
7952000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
796
797        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
798        compile.am
799
8002000-08-10      Joel Sherrill <joel@OARcorp.com>
801
802        * ChangeLog, support/ChangeLog: New file.
803
Note: See TracBrowser for help on using the repository browser.