source: rtems/testsuites/ChangeLog @ 0422fde5

4.104.114.95
Last change on this file since 0422fde5 was 0422fde5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 03:40:05

2008-09-06 Ralf Corsépius <ralf.corsepius@…>

  • support/src/test_support.c: Convert to "bool".
  • Property mode set to 100644
File size: 19.1 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * support/src/test_support.c: Convert to "bool".
4
52008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * support/src/tmtests_empty_function.c: New file.
8
92008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
12        AC_PREREQ(2.62).
13
142008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
17
182008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
19
20        * support/include/test_support.h, support/src/test_support.c: New files.
21
222008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
25        tmacros.h available to all POSIX tests. Add a clock_settime case for
26        < 1988.
27
282008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * support/include/tmacros.h: Fix put_name to handle unprintable names.
31
322008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * support/include/tmacros.h: Add new rtems_test_assert() which exits
35        rather than calling fatal error.
36
372007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * support/include/tmacros.h: Add new helper for POSIX tests.
40
412007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * aclocal/version.m4: Bump RTEMS_API to 4.9.
44        Bump RTEMS_VERSION to 4.8.99.0.
45
462007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
47
48        * support/include/buffer_test_io.h: Add support for using printk for
49        output in tests. This should be followed up by disabling the console
50        driver and other support when the tests are using printk.
51
522007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
55        rtems/score/cpuopts.h.
56
572006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
58
59        * configure.ac: New BUG-REPORT address.
60
612006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * aclocal/rtems-top.m4: Remove RTEMS_API.
64        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
65
662006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
69
702006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * aclocal/version.m4: Bump version to 4.7.99.0.
73
742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * configure.ac: Require autoconf-2.60. Require automake-1.10.
77
782006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
79
80        * samples/fileio/system.h:
81        (PR1118) make use of the new confdefs.h mechanisms
82        for the IDE/ATA interface
83       
842006-04-18  Joel Sherrill <joel@OARcorp.com>
85
86        * aclocal/version.m4: Updated to rtems-4.6.99.3.
87
882006-02-01      Joel Sherrill <joel@OARcorp.com>
89
90        PR 855/tests
91        * support/include/tmacros.h: Fix typo.
92
932005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * aclocal/enable-bare.m4: Remove (Unused).
96        * aclocal/env-rtemsbsp.m4, configure.ac:
97        Remove RTEMS_ENABLE_BARE,
98        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
99
1002005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * automake/compile.am: Remove .coff. Remove .obj.
103
1042005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * automake/local.am: Remove depend.
107        * automake/host.am: Remove depend.
108        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
109        * automake/local.am: Remove preinstall-am.
110        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
111        Set rtems_testsdir to $libdir/rtems-4.7/tests.
112        * configure.ac: Remove AMPOLISH3 (Unused).
113        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
114        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
115        Remove ARCH. Remove LINK_LIBS.
116        Extend clean-local to catch most temporary files make-exe is
117        creating.
118        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
119        Remove project_includedir.
120        Add rtems_testsdir.
121        * aclocal/rtems-top.m4: Remove dirstamp.
122
1232005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove preinstall.am
126        * preinstall.am: Remove.
127        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
128
1292005-11-10      Joel Sherrill <joel@OARcorp.com>
130
131        * support/.cvsignore: New file.
132
1332005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * Makefile.am: Don't preinstall support/include headers.
136        * configure.ac: Fix config-variables of conditionally built subdirs.
137
1382005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
141        aclocal/check-networking.m4, aclocal/check-posix.m4,
142        aclocal/check-tests.m4, aclocal/enable-itron.m4,
143        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
144        aclocal/enable-posix.m4: Remove (Unused).
145
1462005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
149        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
150        GCCSPECS.
151        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
152        up temporary CPPFLAGS to compile check cpuopts.h.
153        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
154        --enable-project-root. Remove --with-project-root.
155        Fix --enable-rtems-root.
156        * automake/compile.am, aclocal/env-rtemsbsp.m4:
157        Assume PROJECT_ROOT to contain RTEMS_BSP.
158
1592005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
162        * Makefile.am: Merge-in support/Makefile.am
163        * aclocal/check-cpuopts.m4: Add config.cache support.
164        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
165        OBJS from LINK_FILES.
166        * configure.ac: Add AMPOLISH3. Remove support/.
167
1682005-11-08      Ralf Corsepius <ralf.corsepius@rtems.org>
169
170        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
171        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
172        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
173        Remove RTEMS_GCC_SPECS.
174        * aclocal/check-multiprocessing.m4: Don't require
175        RTEMS_ENABLE_MULTILIB.
176        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
177        GCCSPECS.
178        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
179        RTEMS_CXXFLAGS.
180        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
181        RTEMS_CFLAGS.
182        * aclocal/check-cpuopts.m4: New.
183        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
184        manually set up GCCSPEC (Now setup from inside configure). Remove
185        RTEMS_RELLDFLAGS (Used).
186        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
187        aclocal/multilib.m4: Remove (Unused).
188        * automake/compile.am: Remove CCAS support.
189
1902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * automake/compile.am: Remove depend.
193        * automake/compile.am: Take contents of amcompile.am.
194        * aclocal/check-posix.m4: Sync with cpukit.
195        * automake/local.am: Remove depend-am.
196        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
197        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
198        Remove.
199        * automake/subdirs.am: Remove depend-recursive.
200        * configure.ac: Sync POSIX and ITRON magic with cpukit.
201        * automake/amcompile.am: New.
202
2032005-09-02      Joel Sherrill <joel@OARcorp.com>
204
205        * aclocal/version.m4: Updated to rtems-4.6.99.2.
206
2072004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
208
209        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
210        is defined.
211        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
212        itron for unix.
213
2142004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
217        * configure.ac, support/configure.ac: Require automake > 1.9.
218
2192004-07-28      Joel Sherrill <joel@OARcorp.com>
220
221        * aclocal/version.m4: Updated to rtems-4.6.99.1.
222
2232004-04-14      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
226
2272004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
228
229        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
230
2312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * aclocal/rtems-top.m4: Add rtems_rootdir.
234        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
235        $rtems_rootdir.
236        * support/include/tmacros.h: Convert to using c99 fixed size types.
237        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
238        RTEMS_TOP.
239        * aclocal/check-custom-bsp.m4: Fix minor typo.
240        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
241        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
242        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
243        aclocal/enable-tests.m4, aclocal/multilib.m4,
244        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
245        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
246        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
247        Add --enable-rtems-root. Rework RTEMS_ROOT.
248
2492004-03-03      Joel Sherrill <joel@OARcorp.com>
250
251        * support/include/buffer_test_io.h: Correct typo.
252
2532004-02-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * aclocal/rtems-top.m4: Rework.
256        * aclocal/project-root.m4: Remove obsolete comments.
257        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
258        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
259        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
260
2612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: Remove subdir tools.
264        * aclocal/target.m4: Remove (Unused).
265
2662004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * aclocal/version.m4: 4.6.99.0.
269
2702004-02-03      Joel Sherrill <joel@OARcorp.com>
271
272        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
273        compiler mode.
274
2752004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * support/Makefile.am: Add PREINSTALL_DIRS.
278
2792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
282        PRE/TMPINSTALL_FILES to CLEANFILES.
283
2842004-01-07      Joel Sherrill <joel@OARcorp.com>
285
286        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
287        port more completely covers the MIPS family.
288
2892004-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
290
291        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
292        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
293        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
294        Cleanup comments.
295        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
296        Remove build-variants. Hard-code ARCH=o-optimize.
297        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
298        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
299        conditional.
300        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
301        CFLAGS_DEBUG_V.
302        * aclocal/rtems-flags.m4: Remove (Unused).
303        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
304        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
305        (Implicitly handled by automake).
306        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
307        RTEMS_CFLAGS.
308
3092003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
312
3132003-12-17      Joel Sherrill <joel@OARcorp.com>
314
315        * aclocal/version.m4: Updated to rtems-20031217-test.
316
3172003-12-16      Joel Sherrill <joel@OARcorp.com>
318
319        PR 544/tests
320        * support/include/buffer_test_io.h: Various modifications to make
321        tests account for resources and not print at inappropriate times.
322
3232003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
326        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
327
3282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
331        * automake/compila.am: Remove ARCH.
332        * configure.ac, support/configure.ac: Require automake >= 1.8,
333        autoconf >= 2.59.
334        * support/Makefile.am: Use mkdir_p. Remove dirs from
335        PRE/TMPINSTALL_FILES. Use include_HEADERS.
336        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
337
3382003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
341        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
342        AC_SUBST(dirstamp).
343        * aclocal/lead-dot.m4: New (from automake-1.7f).
344
3452003-11-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
348        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
349        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
350        aclocal/check-networking.m4, aclocal/check-posix.m4,
351        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
352        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
353        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
354        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
355        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
356        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
357        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
358        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
359        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
360        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
361        underquoting to silence automake-1.8.
362
3632003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac, support/configure.ac: Reflect having moved to
366        testsuites/.
367
3682003-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
371        RTEMS Version message.
372
3732003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * aclocal/canonical-host.m4: Remove.
376        * configure.ac: Remove RTEMS_CANONICAL_HOST.
377        * aclocal/canonical-target-name.m4: Merge-in
378        aclocal/canonical-host.m4.
379
3802003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
383        * aclocal/bsp_alias.m4: Remove.
384
3852003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
388        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
389        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
390        instead of RTEMS_CHECK_CPU.
391        * aclocal/check-cpu.m4: Remove.
392        * configure.ac: Remove RTEMS_CHECK_CPU.
393
3942003-09-04      Joel Sherrill <joel@OARcorp.com>
395
396        * support/include/tmacros.h: URL for license changed.
397
3982003-08-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * aclocal/rtems-top.m4: Add RTEMS_API.
401        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
402
4032003-08-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
406        * aclocal/enable-tests.m4: Change to support
407        --enable-tests=no|yes|samples, default is samples.
408        * configure.ac: Reflect changes above.
409
4102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
413
4142003-08-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * automake/local.am, automake/host.am: Remove "debug".
417        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
418        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
419        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
420        aclocal/check-cxx.m4, aclocal/check-itron.m4,
421        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
422        aclocal/check-posix.m4, aclocal/check-tool.m4,
423        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
424        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
425        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
426        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
427        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
428        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
429        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
430        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
431        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
432        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
433        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
434        (Copied from ../../../aclocal).
435
4362003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
439        * automake/compile.am, automake/host.am, automake/leaf.am
440        automake/local.am, automake/subdirs.am: New (copied from
441        ../../../automake).
442
4432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
446        bug report email address.
447
4482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
451
4522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
455        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
456
4572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
460        Remove autom4te.cache.
461
4622002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * support/configure.ac: Reflect changes above.  Take out unnecessary
465        autoconf macros.
466        * support/include/Makefile.am: Remove.
467        * support/Makefile.am: Merge in former include/Makefile.am.
468
4692002-08-01      Joel Sherrill <joel@OARcorp.com>
470
471        * Per PR47 add support for buffered test output.  This involved
472        adding defines to redirect output to a buffer and dump it when full,
473        at "test pause", and at exit.  To avoid problems when redefining
474        exit(), all tests were modified to call rtems_test_exit(). Some
475        tests, notable psxtests, had to be modified to include  the standard
476        test macro .h file (pmacros.h or tmacros.h) to enable this support.
477        * support/include/buffer_test_io.h: New file.
478
4792002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Remove ENABLE_GCC28.
482
4832002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
486        Remove AUTOMAKE_OPTIONS.
487        * configure.ac, support/configure.ac:
488        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
489        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
490
4912001-11-07      Joel Sherrill <joel@OARcorp.com>
492
493        Tracked as PR72 but related to the object id problem (PR36)
494        reported by Todor.Todorov@barco.com.
495        but discovered independently.
496        * support/include/tmacros.h: Added
497        fatal_directive_check_status_only().
498
4992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
502        2.52.
503        * configure.ac, support/configure.ac: New file, generated from
504        configure.in by autoupdate.
505        * configure.in, support/configure.in: Remove.
506
5072001-09-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
510        handling.
511
5122001-08-16      Joel Sherrill <joel@OARcorp.com>
513
514        * support/include/tmacros.h: Attempt to print errno as further
515        information.
516
5172001-05-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
520        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
521
5222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
523
524        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
525
5262001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
527
528        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
529        * support/Makefile.am: Remove stubdr, wrapup.
530        * support/stubdr/Makefile.am, support/stubdr/open.c,
531        support/stubdr/close.c, support/stubdr/init.c,
532        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
533        support/stubdr/.cvsignore, support/stubdr/read.c,
534        support/stubdr/write.c, support/wrapup/Makefile.am,
535        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
536
5372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
540        in ACLOCAL_AMFLAGS.
541
5422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
545        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
546        $(RTEMS_TOPdir)/aclocal.
547
5482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
549
550        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
551        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
552
5532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
556        compile.am
557
5582000-08-10      Joel Sherrill <joel@OARcorp.com>
559
560        * ChangeLog, support/ChangeLog: New file.
561
Note: See TracBrowser for help on using the repository browser.