source: rtems/testsuites/ChangeLog @ cea60077

4.10
Last change on this file since cea60077 was cea60077, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/11 at 06:40:11

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

  • support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
  • Property mode set to 100644
File size: 24.6 KB
RevLine 
[cea60077]12011-02-08      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/include/tmacros.h: Remove PRIxblksize_t, PRIxblkcnt_t.
4
[53328c8f]52011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.68, automake-1.11.1.
8
[7f099977]92010-10-01      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        PR 1708/build:
12        * aclocal/check-cpuopts.m4: Fix m4-quoting.
13
[a7a7d28]142010-09-23      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * aclocal/check-cpuopts.m4: Add AC_LANG_SOURCE.
17
[45215d2]182010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * support/include/tmacros.h: Remove PRIdoff_t.
21
[6196ded]222010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
23
24        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
25        treat all non-zero values of _Thread_Dispatch_disable_level equally.
26
[6cc1c29]272009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
28
29        * support/include/test_support.h, support/include/tmacros.h,
30        support/src/test_support.c: Added support functions to spin for a
31        number of ticks and to spin until the next tick.
32        * support/src/spin.c: New file.
33
[0654c588]342009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * support/include/tmacros.h: Use rtems_test_assert() consistently
37        instead of system assert(). rtems_test_assert() is designed to
38        integrate into the RTEMS test suite infrastructure.
39
[1369978]402009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * support/include/tmacros.h: Add service to check status returned by
43        POSIX methods which return a pointer which is -1 on error. This
44        eliminated some casts.
45
[f62c4673]462009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * support/include/tmacros.h: Include rtems/score/thread.h.
49        Remove _Thread_Dispatch_disable_level.
50
[9158114]512009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
54        PRIxblksize_t, PRIxblkcnt_t.
55        Comment cleanups.
56
[f22a8260]572009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * support/include/tmacros.h: Add PRIxrtems_task_priority,
60        PRIxrtems_task_priority, PRIxrtems_signal_set.
61
[d0f47c22]622009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
63
[b3acedb5]64        * support/include/tmacros.h: Add PRIxpthread_t.
[d0f47c22]65        * support/include/tmacros.h: Add PRIxrtems_event_set.
66        (fatal_posix_service_status_errno) Add local "long" var "statx".
67
[7354b34]682009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
71        Add PRIdrtems_task_argument.
72
[e693be45]732009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
74
75        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
76        Add PRIdrtems_interval.
77
[ddff7ef]782009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * support/include/tmacros.h: Add PRIdPriority_Control.
81        Change PRIdrtems_task_priority to using PRIdPriority_Control.
82
[f5c70d3]832009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
84
85        * support/include/tmacros.h: Add PRIdrtems_task_priority.
86
[e71c81b3]872009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * support/include/tmacros.h: Add PRIxrtems_id.
90
[b701261]912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * support/include/tmacros.h: Add PRItime_t.
94
[88f692da]952009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
98
[f440089]992009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
[aea32337]101        * support/include/test_support.h: Add missing prototypes.
[f440089]102        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
103        outside of check_dispatch_disable_level.
104
[7eb9ea6]1052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
[a00d2e5f]107        * support/src/test_support.c: Add missing prototypes.
[7eb9ea6]108        * support/include/tmacros.h: Include <inttypes.h>.
109        Move extern "C".
110        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
111
1122009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
[0b74b13f]113
114        * Makefile.am: Add support/include/test_support.h.
115
[7eb9ea6]1162009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
[8f53ef7]117
118        * automake/compile.am: Add *.ralf to clean-local.
119
[7eb9ea6]1202009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
[4f8237f]121
122        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
123
[7eb9ea6]1242009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
[29d4ee9]125
126        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
127
[7eb9ea6]1282009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
[6e4787a]129
130        * aclocal/canonical-target-name.m4:
131        Remove posix/unix simulator.
132
[ab2422c]1332009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
136        case for nanosleep of a very small delay which mathematically is less
137        than a clock tick.
138
[46605724]1392009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * configure.ac: Some POSIX tests exercise functionality which is
142        enabled when the POSIX threading is disabled. So build this suite all
143        the time and let the psxtests select the specific tests to build.
144
[4e76c71]1452009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
148        and get_ticks_per_second() in favor of new
149        rtems_clock_get_ticks_per_second().
150
[288f8498]1512009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * support/src/test_support.c: Tinker with longest valid name.
154
[cba16514]1552009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * support/include/buffer_test_io.h: Use printk on AVR by default.
158
[072d2a09]1592009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
160
161        * support/src/tmtests_empty_function.c: Fix warnings.
162
[dea3a9ca]1632009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
164
165        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
166          toolchains.
167
[fd9d071]1682008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * aclocal/canonical-target-name.m4: Remove tic4x.
171
[f8f2e41]1722008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * aclocal/version.m4: Bump RTEMS_API to 4.10.
175        Bump _RTEMS_VERSION to 4.9.99.0.
176
[0422fde5]1772008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * support/src/test_support.c: Convert to "bool".
180
[35eb543d]1812008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
182
183        * support/src/tmtests_empty_function.c: New file.
184
[e03da15]1852008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
186
187        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
188        AC_PREREQ(2.62).
189
[7bb36b05]1902008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
193
[ccc4203]1942008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
195
196        * support/include/test_support.h, support/src/test_support.c: New files.
197
[d5a36d3]1982008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
199
200        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
201        tmacros.h available to all POSIX tests. Add a clock_settime case for
202        < 1988.
203
[1dd2318]2042008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
205
206        * support/include/tmacros.h: Fix put_name to handle unprintable names.
207
[83a66aa]2082008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * support/include/tmacros.h: Add new rtems_test_assert() which exits
211        rather than calling fatal error.
212
[81be799]2132007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
214
215        * support/include/tmacros.h: Add new helper for POSIX tests.
216
[90a51d8a]2172007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
218
219        * aclocal/version.m4: Bump RTEMS_API to 4.9.
220        Bump RTEMS_VERSION to 4.8.99.0.
221
[71531a6]2222007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * support/include/buffer_test_io.h: Add support for using printk for
225        output in tests. This should be followed up by disabling the console
226        driver and other support when the tests are using printk.
227
[ffabba3]2282007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
231        rtems/score/cpuopts.h.
232
[fcb0cd46]2332006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * configure.ac: New BUG-REPORT address.
236
[9b5e72b]2372006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
238
239        * aclocal/rtems-top.m4: Remove RTEMS_API.
240        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
241
[d6a6cff2]2422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
243
244        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
245
[2e28876]2462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * aclocal/version.m4: Bump version to 4.7.99.0.
249
[ba2c04f]2502006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
251
252        * configure.ac: Require autoconf-2.60. Require automake-1.10.
253
[8eb78a20]2542006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
255
256        * samples/fileio/system.h:
257        (PR1118) make use of the new confdefs.h mechanisms
258        for the IDE/ATA interface
259       
[c5a67176]2602006-04-18  Joel Sherrill <joel@OARcorp.com>
261
[84c86f2]262        * aclocal/version.m4: Updated to rtems-4.6.99.3.
[c5a67176]263
[104c492]2642006-02-01      Joel Sherrill <joel@OARcorp.com>
265
266        PR 855/tests
267        * support/include/tmacros.h: Fix typo.
268
[7eb9ea6]2692005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[1fd1595]270
[bcf2752c]271        * aclocal/enable-bare.m4: Remove (Unused).
[e6c977e3]272        * aclocal/env-rtemsbsp.m4, configure.ac:
273        Remove RTEMS_ENABLE_BARE,
[1fd1595]274        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
275
[7eb9ea6]2762005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[ee844b4]277
[8cd556a]278        * automake/compile.am: Remove .coff. Remove .obj.
[ee844b4]279
[7eb9ea6]2802005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
[d6a83a46]281
[780d010]282        * automake/local.am: Remove depend.
283        * automake/host.am: Remove depend.
[cbbf31a]284        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
285        * automake/local.am: Remove preinstall-am.
[8cf8799d]286        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
287        Set rtems_testsdir to $libdir/rtems-4.7/tests.
[ae097c0]288        * configure.ac: Remove AMPOLISH3 (Unused).
[5036495]289        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
[e3f801eb]290        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
291        Remove ARCH. Remove LINK_LIBS.
292        Extend clean-local to catch most temporary files make-exe is
293        creating.
[955ea2c]294        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
295        Remove project_includedir.
296        Add rtems_testsdir.
[d6a83a46]297        * aclocal/rtems-top.m4: Remove dirstamp.
298
[7eb9ea6]2992005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
[8601baed]300
[f7abc85]301        * Makefile.am: Remove preinstall.am
302        * preinstall.am: Remove.
[8601baed]303        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
304
[f343bba5]3052005-11-10      Joel Sherrill <joel@OARcorp.com>
306
307        * support/.cvsignore: New file.
308
[7eb9ea6]3092005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[fbe6a00]310
[5ddf9698]311        * Makefile.am: Don't preinstall support/include headers.
[fbe6a00]312        * configure.ac: Fix config-variables of conditionally built subdirs.
313
[7eb9ea6]3142005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[a3ae8a98]315
316        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
317        aclocal/check-networking.m4, aclocal/check-posix.m4,
318        aclocal/check-tests.m4, aclocal/enable-itron.m4,
319        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
320        aclocal/enable-posix.m4: Remove (Unused).
321
[7eb9ea6]3222005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[c5ff2470]323
[44502ae]324        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
[f28d5a46]325        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
326        GCCSPECS.
[6056475]327        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
328        up temporary CPPFLAGS to compile check cpuopts.h.
[b74d63c]329        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
330        --enable-project-root. Remove --with-project-root.
331        Fix --enable-rtems-root.
[c5ff2470]332        * automake/compile.am, aclocal/env-rtemsbsp.m4:
333        Assume PROJECT_ROOT to contain RTEMS_BSP.
334
[7eb9ea6]3352005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
[146bfee4]336
[7cbc7cc]337        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
[146bfee4]338        * Makefile.am: Merge-in support/Makefile.am
[eacd7f8c]339        * aclocal/check-cpuopts.m4: Add config.cache support.
[7cbc7cc]340        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
341        OBJS from LINK_FILES.
342        * configure.ac: Add AMPOLISH3. Remove support/.
[eacd7f8c]343
[7eb9ea6]3442005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
[07aef0b]345
[7cbc7cc]346        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
[07aef0b]347        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
[7cbc7cc]348        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
349        Remove RTEMS_GCC_SPECS.
[5dbe362]350        * aclocal/check-multiprocessing.m4: Don't require
351        RTEMS_ENABLE_MULTILIB.
[7cbc7cc]352        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
353        GCCSPECS.
354        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
355        RTEMS_CXXFLAGS.
356        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
357        RTEMS_CFLAGS.
358        * aclocal/check-cpuopts.m4: New.
359        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
360        manually set up GCCSPEC (Now setup from inside configure). Remove
361        RTEMS_RELLDFLAGS (Used).
362        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
363        aclocal/multilib.m4: Remove (Unused).
364        * automake/compile.am: Remove CCAS support.
[2127da14]365
[7eb9ea6]3662005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
[f6d9b6f]367
[1306582]368        * automake/compile.am: Remove depend.
[7cbc7cc]369        * automake/compile.am: Take contents of amcompile.am.
370        * aclocal/check-posix.m4: Sync with cpukit.
[1306582]371        * automake/local.am: Remove depend-am.
[7cbc7cc]372        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
373        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
374        Remove.
[c65f30c3]375        * automake/subdirs.am: Remove depend-recursive.
[7cbc7cc]376        * configure.ac: Sync POSIX and ITRON magic with cpukit.
[91c0a83]377        * automake/amcompile.am: New.
[e698e68]378
[7cbc7cc]3792005-09-02      Joel Sherrill <joel@OARcorp.com>
[1a8f056c]380
[086c1c3]381        * aclocal/version.m4: Updated to rtems-4.6.99.2.
[1a8f056c]382
[7eb9ea6]3832004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
[713791a1]384
[7cbc7cc]385        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
386        is defined.
387        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
388        itron for unix.
[97891e5e]389
[7eb9ea6]3902004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
[7129fae]391
392        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
[7cbc7cc]393        * configure.ac, support/configure.ac: Require automake > 1.9.
[7129fae]394
[7cbc7cc]3952004-07-28      Joel Sherrill <joel@OARcorp.com>
[90a33a8]396
[7cbc7cc]397        * aclocal/version.m4: Updated to rtems-4.6.99.1.
[90a33a8]398
[7eb9ea6]3992004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
[0d0528d3]400
401        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
402
[7eb9ea6]4032004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
[c50e978]404
405        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
406
[7eb9ea6]4072004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[d04abc83]408
409        * aclocal/rtems-top.m4: Add rtems_rootdir.
[7cbc7cc]410        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
411        $rtems_rootdir.
412        * support/include/tmacros.h: Convert to using c99 fixed size types.
413        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
414        RTEMS_TOP.
415        * aclocal/check-custom-bsp.m4: Fix minor typo.
[e84c2a46]416        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
417        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
418        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
419        aclocal/enable-tests.m4, aclocal/multilib.m4,
420        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
[7cbc7cc]421        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
422        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
423        Add --enable-rtems-root. Rework RTEMS_ROOT.
[e84c2a46]424
[7cbc7cc]4252004-03-03      Joel Sherrill <joel@OARcorp.com>
[7c48a2e8]426
[7cbc7cc]427        * support/include/buffer_test_io.h: Correct typo.
[7c48a2e8]428
[7eb9ea6]4292004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[17ad82c]430
[7cbc7cc]431        * aclocal/rtems-top.m4: Rework.
[17ad82c]432        * aclocal/project-root.m4: Remove obsolete comments.
433        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
[7cbc7cc]434        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
435        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
[17ad82c]436
[7eb9ea6]4372004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7974c4b]438
439        * configure.ac: Remove subdir tools.
[20b80be]440        * aclocal/target.m4: Remove (Unused).
441
[7eb9ea6]4422004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[31ffd58]443
444        * aclocal/version.m4: 4.6.99.0.
445
[7cbc7cc]4462004-02-03      Joel Sherrill <joel@OARcorp.com>
447
448        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
449        compiler mode.
450
[7eb9ea6]4512004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]452
453        * support/Makefile.am: Add PREINSTALL_DIRS.
454
[7eb9ea6]4552004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]456
457        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
458        PRE/TMPINSTALL_FILES to CLEANFILES.
459
[6416628]4602004-01-07      Joel Sherrill <joel@OARcorp.com>
461
[7cbc7cc]462        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
463        port more completely covers the MIPS family.
[6416628]464
[7eb9ea6]4652004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
[44652f8]466
[7cbc7cc]467        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
468        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
469        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
470        Cleanup comments.
471        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
472        Remove build-variants. Hard-code ARCH=o-optimize.
473        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
474        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
475        conditional.
476        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
477        CFLAGS_DEBUG_V.
478        * aclocal/rtems-flags.m4: Remove (Unused).
479        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
480        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
481        (Implicitly handled by automake).
482        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
483        RTEMS_CFLAGS.
[44652f8]484
[7eb9ea6]4852003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[4470b40a]486
487        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
488
[7cbc7cc]4892003-12-17      Joel Sherrill <joel@OARcorp.com>
[d7e0507]490
[7cbc7cc]491        * aclocal/version.m4: Updated to rtems-20031217-test.
[d7e0507]492
[7cbc7cc]4932003-12-16      Joel Sherrill <joel@OARcorp.com>
[55f441e3]494
[7cbc7cc]495        PR 544/tests
496        * support/include/buffer_test_io.h: Various modifications to make
497        tests account for resources and not print at inappropriate times.
[55f441e3]498
[7eb9ea6]4992003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[3d02fadb]500
[7cbc7cc]501        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
502        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
[3d02fadb]503
[7eb9ea6]5042003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[810720b6]505
[7cbc7cc]506        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
507        * automake/compila.am: Remove ARCH.
508        * configure.ac, support/configure.ac: Require automake >= 1.8,
509        autoconf >= 2.59.
510        * support/Makefile.am: Use mkdir_p. Remove dirs from
511        PRE/TMPINSTALL_FILES. Use include_HEADERS.
512        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
[810720b6]513
[7eb9ea6]5142003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[c17ed71]515
516        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
[7cbc7cc]517        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
518        AC_SUBST(dirstamp).
[c17ed71]519        * aclocal/lead-dot.m4: New (from automake-1.7f).
520
[7eb9ea6]5212003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[0e8262cf]522
523        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
524        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
525        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
526        aclocal/check-networking.m4, aclocal/check-posix.m4,
527        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
528        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
529        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
530        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
531        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
532        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
[7cbc7cc]533        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
534        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
[0e8262cf]535        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
[7cbc7cc]536        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
537        underquoting to silence automake-1.8.
[0e8262cf]538
[7eb9ea6]5392003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[5f52d1f]540
[7cbc7cc]541        * configure.ac, support/configure.ac: Reflect having moved to
542        testsuites/.
[5f52d1f]543
[7eb9ea6]5442003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[c3643e7]545
[7cbc7cc]546        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
547        RTEMS Version message.
[c3643e7]548
[7eb9ea6]5492003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[5f7d7640]550
551        * aclocal/canonical-host.m4: Remove.
[6a8a114]552        * configure.ac: Remove RTEMS_CANONICAL_HOST.
[7cbc7cc]553        * aclocal/canonical-target-name.m4: Merge-in
554        aclocal/canonical-host.m4.
[6a8a114]555
[7eb9ea6]5562003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[6c3e328]557
558        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
559        * aclocal/bsp_alias.m4: Remove.
560
[7eb9ea6]5612003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[98e88aa3]562
563        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
564        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
[7cbc7cc]565        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
566        instead of RTEMS_CHECK_CPU.
567        * aclocal/check-cpu.m4: Remove.
568        * configure.ac: Remove RTEMS_CHECK_CPU.
569
5702003-09-04      Joel Sherrill <joel@OARcorp.com>
571
572        * support/include/tmacros.h: URL for license changed.
[98e88aa3]573
[7eb9ea6]5742003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ac3786b]575
576        * aclocal/rtems-top.m4: Add RTEMS_API.
577        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
578
[7eb9ea6]5792003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[e41e3fe7]580
[a5e62aba]581        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
[e41e3fe7]582        * aclocal/enable-tests.m4: Change to support
583        --enable-tests=no|yes|samples, default is samples.
584        * configure.ac: Reflect changes above.
585
[7eb9ea6]5862003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7862f888]587
[7cbc7cc]588        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
[3c69a774]589
[7eb9ea6]5902003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[94e18016]591
592        * automake/local.am, automake/host.am: Remove "debug".
[7cbc7cc]593        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
594        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
595        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
596        aclocal/check-cxx.m4, aclocal/check-itron.m4,
597        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
598        aclocal/check-posix.m4, aclocal/check-tool.m4,
599        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
600        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
601        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
602        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
603        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
604        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
605        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
606        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
607        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
608        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
609        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
610        (Copied from ../../../aclocal).
[94e18016]611
[7eb9ea6]6122003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[e3e310f7]613
[7cbc7cc]614        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
[4cd2df9]615        * automake/compile.am, automake/host.am, automake/leaf.am
616        automake/local.am, automake/subdirs.am: New (copied from
617        ../../../automake).
618
[7eb9ea6]6192003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7dcc3fe]620
[7cbc7cc]621        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
622        bug report email address.
[7dcc3fe]623
[7eb9ea6]6242003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[3c55718]625
[7cbc7cc]626        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
[3c55718]627
[7eb9ea6]6282003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ccd81b60]629
[7cbc7cc]630        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
631        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
[9b5c258]632
[7eb9ea6]6332002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[8730f45]634
[7cbc7cc]635        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
[8730f45]636        Remove autom4te.cache.
637
[7eb9ea6]6382002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]639
640        * support/configure.ac: Reflect changes above.  Take out unnecessary
641        autoconf macros.
642        * support/include/Makefile.am: Remove.
643        * support/Makefile.am: Merge in former include/Makefile.am.
644
6452002-08-01      Joel Sherrill <joel@OARcorp.com>
646
647        * Per PR47 add support for buffered test output.  This involved
648        adding defines to redirect output to a buffer and dump it when full,
649        at "test pause", and at exit.  To avoid problems when redefining
650        exit(), all tests were modified to call rtems_test_exit(). Some
651        tests, notable psxtests, had to be modified to include  the standard
652        test macro .h file (pmacros.h or tmacros.h) to enable this support.
653        * support/include/buffer_test_io.h: New file.
654
[7eb9ea6]6552002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[cb9b2bfc]656
657        * configure.ac: Remove ENABLE_GCC28.
658
[7eb9ea6]6592002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7273b6e]660
[7cbc7cc]661        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
662        Remove AUTOMAKE_OPTIONS.
663        * configure.ac, support/configure.ac:
[7273b6e]664        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
665        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
[7cbc7cc]666
6672001-11-07      Joel Sherrill <joel@OARcorp.com>
668
669        Tracked as PR72 but related to the object id problem (PR36)
670        reported by Todor.Todorov@barco.com.
671        but discovered independently.
672        * support/include/tmacros.h: Added
673        fatal_directive_check_status_only().
[7273b6e]674
[7eb9ea6]6752001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[df25c998]676
[7cbc7cc]677        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
678        2.52.
679        * configure.ac, support/configure.ac: New file, generated from
680        configure.in by autoupdate.
681        * configure.in, support/configure.in: Remove.
[df25c998]682
[7eb9ea6]6832001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[a3ac20f]684
685        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
686        handling.
687
[7cbc7cc]6882001-08-16      Joel Sherrill <joel@OARcorp.com>
689
690        * support/include/tmacros.h: Attempt to print errno as further
691        information.
692
[7eb9ea6]6932001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[9c0bd65]694
695        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
696        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
697
[7eb9ea6]6982001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]699
700        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
701
[7eb9ea6]7022001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]703
704        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
705        * support/Makefile.am: Remove stubdr, wrapup.
706        * support/stubdr/Makefile.am, support/stubdr/open.c,
707        support/stubdr/close.c, support/stubdr/init.c,
708        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
709        support/stubdr/.cvsignore, support/stubdr/read.c,
710        support/stubdr/write.c, support/wrapup/Makefile.am,
711        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
712
[7eb9ea6]7132000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[feead226]714
[7cbc7cc]715        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
716        in ACLOCAL_AMFLAGS.
[feead226]717
[7eb9ea6]7182000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[a314d3b4]719
[7cbc7cc]720        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
721        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
722        $(RTEMS_TOPdir)/aclocal.
[a314d3b4]723
[7eb9ea6]7242000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[ae1cce4e]725
[7cbc7cc]726        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
727        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
728
[7eb9ea6]7292000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
[7cbc7cc]730
731        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
732        compile.am
[ae1cce4e]733
[e94ad1fe]7342000-08-10      Joel Sherrill <joel@OARcorp.com>
735
[7cbc7cc]736        * ChangeLog, support/ChangeLog: New file.
737
Note: See TracBrowser for help on using the repository browser.