source: rtems/testsuites/ChangeLog @ d04a7e93

4.115
Last change on this file since d04a7e93 was d04a7e93, checked in by Joel Sherrill <joel.sherrill@…>, on 06/25/10 at 16:59:06

2010-06-25 Joel Sherrill <joel.sherrilL@…>

  • support/src/tmtests_support.c: Fix warning.
  • Property mode set to 100644
File size: 24.7 KB
Line 
12010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * support/src/tmtests_support.c: Fix warning.
4
52010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * support/include/test_support.h, support/src/tmtests_empty_function.c:
8        Add helper so it is easier to write a basic repeated operation
9        tmtest.
10        * support/src/tmtests_support.c: New file.
11
122010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * configure.ac: Remove itron.
15
162010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * aclocal/version.m4: Bump RTEMS_API to 4.11.
19        Bump _RTEMS_VERSION to 4.10.99.0.
20
212010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * support/include/tmacros.h: Remove PRIdoff_t.
24
252010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
26
27        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
28        treat all non-zero values of _Thread_Dispatch_disable_level equally.
29
302009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
31
32        * support/include/test_support.h, support/include/tmacros.h,
33        support/src/test_support.c: Added support functions to spin for a
34        number of ticks and to spin until the next tick.
35        * support/src/spin.c: New file.
36
372009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * support/include/tmacros.h: Use rtems_test_assert() consistently
40        instead of system assert(). rtems_test_assert() is designed to
41        integrate into the RTEMS test suite infrastructure.
42
432009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * support/include/tmacros.h: Add service to check status returned by
46        POSIX methods which return a pointer which is -1 on error. This
47        eliminated some casts.
48
492009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * support/include/tmacros.h: Include rtems/score/thread.h.
52        Remove _Thread_Dispatch_disable_level.
53
542009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
57        PRIxblksize_t, PRIxblkcnt_t.
58        Comment cleanups.
59
602009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * support/include/tmacros.h: Add PRIxrtems_task_priority,
63        PRIxrtems_task_priority, PRIxrtems_signal_set.
64
652009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * support/include/tmacros.h: Add PRIxpthread_t.
68        * support/include/tmacros.h: Add PRIxrtems_event_set.
69        (fatal_posix_service_status_errno) Add local "long" var "statx".
70
712009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
74        Add PRIdrtems_task_argument.
75
762009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
79        Add PRIdrtems_interval.
80
812009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * support/include/tmacros.h: Add PRIdPriority_Control.
84        Change PRIdrtems_task_priority to using PRIdPriority_Control.
85
862009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * support/include/tmacros.h: Add PRIdrtems_task_priority.
89
902009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * support/include/tmacros.h: Add PRIxrtems_id.
93
942009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * support/include/tmacros.h: Add PRItime_t.
97
982009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
101
1022009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * support/include/test_support.h: Add missing prototypes.
105        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
106        outside of check_dispatch_disable_level.
107
1082009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * support/src/test_support.c: Add missing prototypes.
111        * support/include/tmacros.h: Include <inttypes.h>.
112        Move extern "C".
113        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
114
1152009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Add support/include/test_support.h.
118
1192009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * automake/compile.am: Add *.ralf to clean-local.
122
1232009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
126
1272009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
130
1312009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * aclocal/canonical-target-name.m4:
134        Remove posix/unix simulator.
135
1362009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
139        case for nanosleep of a very small delay which mathematically is less
140        than a clock tick.
141
1422009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * configure.ac: Some POSIX tests exercise functionality which is
145        enabled when the POSIX threading is disabled. So build this suite all
146        the time and let the psxtests select the specific tests to build.
147
1482009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
149
150        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
151        and get_ticks_per_second() in favor of new
152        rtems_clock_get_ticks_per_second().
153
1542009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
155
156        * support/src/test_support.c: Tinker with longest valid name.
157
1582009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * support/include/buffer_test_io.h: Use printk on AVR by default.
161
1622009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
163
164        * support/src/tmtests_empty_function.c: Fix warnings.
165
1662009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
167
168        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
169          toolchains.
170
1712008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
172
173        * aclocal/canonical-target-name.m4: Remove tic4x.
174
1752008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
176
177        * aclocal/version.m4: Bump RTEMS_API to 4.10.
178        Bump _RTEMS_VERSION to 4.9.99.0.
179
1802008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
181
182        * support/src/test_support.c: Convert to "bool".
183
1842008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * support/src/tmtests_empty_function.c: New file.
187
1882008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
191        AC_PREREQ(2.62).
192
1932008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
196
1972008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
198
199        * support/include/test_support.h, support/src/test_support.c: New files.
200
2012008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
202
203        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
204        tmacros.h available to all POSIX tests. Add a clock_settime case for
205        < 1988.
206
2072008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
208
209        * support/include/tmacros.h: Fix put_name to handle unprintable names.
210
2112008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
212
213        * support/include/tmacros.h: Add new rtems_test_assert() which exits
214        rather than calling fatal error.
215
2162007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * support/include/tmacros.h: Add new helper for POSIX tests.
219
2202007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * aclocal/version.m4: Bump RTEMS_API to 4.9.
223        Bump RTEMS_VERSION to 4.8.99.0.
224
2252007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
226
227        * support/include/buffer_test_io.h: Add support for using printk for
228        output in tests. This should be followed up by disabling the console
229        driver and other support when the tests are using printk.
230
2312007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
232
233        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
234        rtems/score/cpuopts.h.
235
2362006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * configure.ac: New BUG-REPORT address.
239
2402006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
241
242        * aclocal/rtems-top.m4: Remove RTEMS_API.
243        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
244
2452006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
248
2492006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
250
251        * aclocal/version.m4: Bump version to 4.7.99.0.
252
2532006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
254
255        * configure.ac: Require autoconf-2.60. Require automake-1.10.
256
2572006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
258
259        * samples/fileio/system.h:
260        (PR1118) make use of the new confdefs.h mechanisms
261        for the IDE/ATA interface
262       
2632006-04-18  Joel Sherrill <joel@OARcorp.com>
264
265        * aclocal/version.m4: Updated to rtems-4.6.99.3.
266
2672006-02-01      Joel Sherrill <joel@OARcorp.com>
268
269        PR 855/tests
270        * support/include/tmacros.h: Fix typo.
271
2722005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * aclocal/enable-bare.m4: Remove (Unused).
275        * aclocal/env-rtemsbsp.m4, configure.ac:
276        Remove RTEMS_ENABLE_BARE,
277        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
278
2792005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
280
281        * automake/compile.am: Remove .coff. Remove .obj.
282
2832005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
284
285        * automake/local.am: Remove depend.
286        * automake/host.am: Remove depend.
287        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
288        * automake/local.am: Remove preinstall-am.
289        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
290        Set rtems_testsdir to $libdir/rtems-4.7/tests.
291        * configure.ac: Remove AMPOLISH3 (Unused).
292        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
293        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
294        Remove ARCH. Remove LINK_LIBS.
295        Extend clean-local to catch most temporary files make-exe is
296        creating.
297        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
298        Remove project_includedir.
299        Add rtems_testsdir.
300        * aclocal/rtems-top.m4: Remove dirstamp.
301
3022005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * Makefile.am: Remove preinstall.am
305        * preinstall.am: Remove.
306        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
307
3082005-11-10      Joel Sherrill <joel@OARcorp.com>
309
310        * support/.cvsignore: New file.
311
3122005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
313
314        * Makefile.am: Don't preinstall support/include headers.
315        * configure.ac: Fix config-variables of conditionally built subdirs.
316
3172005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
320        aclocal/check-networking.m4, aclocal/check-posix.m4,
321        aclocal/check-tests.m4, aclocal/enable-itron.m4,
322        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
323        aclocal/enable-posix.m4: Remove (Unused).
324
3252005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
326
327        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
328        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
329        GCCSPECS.
330        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
331        up temporary CPPFLAGS to compile check cpuopts.h.
332        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
333        --enable-project-root. Remove --with-project-root.
334        Fix --enable-rtems-root.
335        * automake/compile.am, aclocal/env-rtemsbsp.m4:
336        Assume PROJECT_ROOT to contain RTEMS_BSP.
337
3382005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
339
340        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
341        * Makefile.am: Merge-in support/Makefile.am
342        * aclocal/check-cpuopts.m4: Add config.cache support.
343        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
344        OBJS from LINK_FILES.
345        * configure.ac: Add AMPOLISH3. Remove support/.
346
3472005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
348
349        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
350        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
351        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
352        Remove RTEMS_GCC_SPECS.
353        * aclocal/check-multiprocessing.m4: Don't require
354        RTEMS_ENABLE_MULTILIB.
355        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
356        GCCSPECS.
357        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
358        RTEMS_CXXFLAGS.
359        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
360        RTEMS_CFLAGS.
361        * aclocal/check-cpuopts.m4: New.
362        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
363        manually set up GCCSPEC (Now setup from inside configure). Remove
364        RTEMS_RELLDFLAGS (Used).
365        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
366        aclocal/multilib.m4: Remove (Unused).
367        * automake/compile.am: Remove CCAS support.
368
3692005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
370
371        * automake/compile.am: Remove depend.
372        * automake/compile.am: Take contents of amcompile.am.
373        * aclocal/check-posix.m4: Sync with cpukit.
374        * automake/local.am: Remove depend-am.
375        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
376        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
377        Remove.
378        * automake/subdirs.am: Remove depend-recursive.
379        * configure.ac: Sync POSIX and ITRON magic with cpukit.
380        * automake/amcompile.am: New.
381
3822005-09-02      Joel Sherrill <joel@OARcorp.com>
383
384        * aclocal/version.m4: Updated to rtems-4.6.99.2.
385
3862004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
387
388        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
389        is defined.
390        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
391        itron for unix.
392
3932004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
394
395        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
396        * configure.ac, support/configure.ac: Require automake > 1.9.
397
3982004-07-28      Joel Sherrill <joel@OARcorp.com>
399
400        * aclocal/version.m4: Updated to rtems-4.6.99.1.
401
4022004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
403
404        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
405
4062004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
407
408        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
409
4102004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
411
412        * aclocal/rtems-top.m4: Add rtems_rootdir.
413        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
414        $rtems_rootdir.
415        * support/include/tmacros.h: Convert to using c99 fixed size types.
416        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
417        RTEMS_TOP.
418        * aclocal/check-custom-bsp.m4: Fix minor typo.
419        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
420        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
421        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
422        aclocal/enable-tests.m4, aclocal/multilib.m4,
423        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
424        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
425        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
426        Add --enable-rtems-root. Rework RTEMS_ROOT.
427
4282004-03-03      Joel Sherrill <joel@OARcorp.com>
429
430        * support/include/buffer_test_io.h: Correct typo.
431
4322004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
433
434        * aclocal/rtems-top.m4: Rework.
435        * aclocal/project-root.m4: Remove obsolete comments.
436        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
437        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
438        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
439
4402004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
441
442        * configure.ac: Remove subdir tools.
443        * aclocal/target.m4: Remove (Unused).
444
4452004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal/version.m4: 4.6.99.0.
448
4492004-02-03      Joel Sherrill <joel@OARcorp.com>
450
451        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
452        compiler mode.
453
4542004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
455
456        * support/Makefile.am: Add PREINSTALL_DIRS.
457
4582004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
459
460        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
461        PRE/TMPINSTALL_FILES to CLEANFILES.
462
4632004-01-07      Joel Sherrill <joel@OARcorp.com>
464
465        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
466        port more completely covers the MIPS family.
467
4682004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
469
470        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
471        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
472        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
473        Cleanup comments.
474        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
475        Remove build-variants. Hard-code ARCH=o-optimize.
476        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
477        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
478        conditional.
479        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
480        CFLAGS_DEBUG_V.
481        * aclocal/rtems-flags.m4: Remove (Unused).
482        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
483        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
484        (Implicitly handled by automake).
485        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
486        RTEMS_CFLAGS.
487
4882003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
489
490        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
491
4922003-12-17      Joel Sherrill <joel@OARcorp.com>
493
494        * aclocal/version.m4: Updated to rtems-20031217-test.
495
4962003-12-16      Joel Sherrill <joel@OARcorp.com>
497
498        PR 544/tests
499        * support/include/buffer_test_io.h: Various modifications to make
500        tests account for resources and not print at inappropriate times.
501
5022003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
505        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
506
5072003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
508
509        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
510        * automake/compila.am: Remove ARCH.
511        * configure.ac, support/configure.ac: Require automake >= 1.8,
512        autoconf >= 2.59.
513        * support/Makefile.am: Use mkdir_p. Remove dirs from
514        PRE/TMPINSTALL_FILES. Use include_HEADERS.
515        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
516
5172003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
518
519        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
520        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
521        AC_SUBST(dirstamp).
522        * aclocal/lead-dot.m4: New (from automake-1.7f).
523
5242003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
525
526        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
527        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
528        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
529        aclocal/check-networking.m4, aclocal/check-posix.m4,
530        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
531        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
532        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
533        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
534        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
535        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
536        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
537        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
538        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
539        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
540        underquoting to silence automake-1.8.
541
5422003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
543
544        * configure.ac, support/configure.ac: Reflect having moved to
545        testsuites/.
546
5472003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
548
549        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
550        RTEMS Version message.
551
5522003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
553
554        * aclocal/canonical-host.m4: Remove.
555        * configure.ac: Remove RTEMS_CANONICAL_HOST.
556        * aclocal/canonical-target-name.m4: Merge-in
557        aclocal/canonical-host.m4.
558
5592003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
560
561        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
562        * aclocal/bsp_alias.m4: Remove.
563
5642003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
565
566        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
567        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
568        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
569        instead of RTEMS_CHECK_CPU.
570        * aclocal/check-cpu.m4: Remove.
571        * configure.ac: Remove RTEMS_CHECK_CPU.
572
5732003-09-04      Joel Sherrill <joel@OARcorp.com>
574
575        * support/include/tmacros.h: URL for license changed.
576
5772003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
578
579        * aclocal/rtems-top.m4: Add RTEMS_API.
580        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
581
5822003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
583
584        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
585        * aclocal/enable-tests.m4: Change to support
586        --enable-tests=no|yes|samples, default is samples.
587        * configure.ac: Reflect changes above.
588
5892003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
592
5932003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
594
595        * automake/local.am, automake/host.am: Remove "debug".
596        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
597        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
598        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
599        aclocal/check-cxx.m4, aclocal/check-itron.m4,
600        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
601        aclocal/check-posix.m4, aclocal/check-tool.m4,
602        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
603        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
604        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
605        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
606        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
607        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
608        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
609        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
610        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
611        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
612        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
613        (Copied from ../../../aclocal).
614
6152003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
616
617        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
618        * automake/compile.am, automake/host.am, automake/leaf.am
619        automake/local.am, automake/subdirs.am: New (copied from
620        ../../../automake).
621
6222003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
623
624        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
625        bug report email address.
626
6272003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
628
629        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
630
6312003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
632
633        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
634        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
635
6362002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
637
638        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
639        Remove autom4te.cache.
640
6412002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
642
643        * support/configure.ac: Reflect changes above.  Take out unnecessary
644        autoconf macros.
645        * support/include/Makefile.am: Remove.
646        * support/Makefile.am: Merge in former include/Makefile.am.
647
6482002-08-01      Joel Sherrill <joel@OARcorp.com>
649
650        * Per PR47 add support for buffered test output.  This involved
651        adding defines to redirect output to a buffer and dump it when full,
652        at "test pause", and at exit.  To avoid problems when redefining
653        exit(), all tests were modified to call rtems_test_exit(). Some
654        tests, notable psxtests, had to be modified to include  the standard
655        test macro .h file (pmacros.h or tmacros.h) to enable this support.
656        * support/include/buffer_test_io.h: New file.
657
6582002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
659
660        * configure.ac: Remove ENABLE_GCC28.
661
6622002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
663
664        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
665        Remove AUTOMAKE_OPTIONS.
666        * configure.ac, support/configure.ac:
667        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
668        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
669
6702001-11-07      Joel Sherrill <joel@OARcorp.com>
671
672        Tracked as PR72 but related to the object id problem (PR36)
673        reported by Todor.Todorov@barco.com.
674        but discovered independently.
675        * support/include/tmacros.h: Added
676        fatal_directive_check_status_only().
677
6782001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
679
680        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
681        2.52.
682        * configure.ac, support/configure.ac: New file, generated from
683        configure.in by autoupdate.
684        * configure.in, support/configure.in: Remove.
685
6862001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
687
688        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
689        handling.
690
6912001-08-16      Joel Sherrill <joel@OARcorp.com>
692
693        * support/include/tmacros.h: Attempt to print errno as further
694        information.
695
6962001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
697
698        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
699        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
700
7012001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
702
703        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
704
7052001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
706
707        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
708        * support/Makefile.am: Remove stubdr, wrapup.
709        * support/stubdr/Makefile.am, support/stubdr/open.c,
710        support/stubdr/close.c, support/stubdr/init.c,
711        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
712        support/stubdr/.cvsignore, support/stubdr/read.c,
713        support/stubdr/write.c, support/wrapup/Makefile.am,
714        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
715
7162000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
717
718        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
719        in ACLOCAL_AMFLAGS.
720
7212000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
722
723        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
724        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
725        $(RTEMS_TOPdir)/aclocal.
726
7272000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
728
729        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
730        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
731
7322000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
733
734        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
735        compile.am
736
7372000-08-10      Joel Sherrill <joel@OARcorp.com>
738
739        * ChangeLog, support/ChangeLog: New file.
740
Note: See TracBrowser for help on using the repository browser.