source: rtems/testsuites/ChangeLog @ 4d8cd22

4.115
Last change on this file since 4d8cd22 was 4d8cd22, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/31/10 at 03:09:52

2010-07-31 Ralf Corsépius <ralf.corsepius@…>

  • automake/compile.am: Remove clean-local:. Use CLEANFILES for cleaning up make-exe by-products.
  • Property mode set to 100644
File size: 25.1 KB
Line 
12010-07-31      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * automake/compile.am: Remove clean-local:.
4        Use CLEANFILES for cleaning up make-exe by-products.
5
62010-07-27      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        PR 1532/testing
9        * aclocal/project-root.m4: Add initial tests for untar capabilities.
10
112010-07-14      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * support/include/test_support.h, support/src/test_support.c: Add
14        Allocate_majority_of_heap().
15
162010-06-25      Joel Sherrill <joel.sherrilL@OARcorp.com>
17
18        * support/src/tmtests_support.c: Fix warning.
19
202010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * support/include/test_support.h, support/src/tmtests_empty_function.c:
23        Add helper so it is easier to write a basic repeated operation
24        tmtest.
25        * support/src/tmtests_support.c: New file.
26
272010-06-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Remove itron.
30
312010-06-07      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * aclocal/version.m4: Bump RTEMS_API to 4.11.
34        Bump _RTEMS_VERSION to 4.10.99.0.
35
362010-05-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * support/include/tmacros.h: Remove PRIdoff_t.
39
402010-04-22      Sebastian Huber <Sebastian.Huber@embedded-brains.de>
41
42        * support/include/tmacros.h: Changed check_dispatch_disable_level() to
43        treat all non-zero values of _Thread_Dispatch_disable_level equally.
44
452009-12-08      Glenn Humphrey <glenn.humphrey@OARcorp.com>
46
47        * support/include/test_support.h, support/include/tmacros.h,
48        support/src/test_support.c: Added support functions to spin for a
49        number of ticks and to spin until the next tick.
50        * support/src/spin.c: New file.
51
522009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * support/include/tmacros.h: Use rtems_test_assert() consistently
55        instead of system assert(). rtems_test_assert() is designed to
56        integrate into the RTEMS test suite infrastructure.
57
582009-11-09      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * support/include/tmacros.h: Add service to check status returned by
61        POSIX methods which return a pointer which is -1 on error. This
62        eliminated some casts.
63
642009-01-03      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * support/include/tmacros.h: Include rtems/score/thread.h.
67        Remove _Thread_Dispatch_disable_level.
68
692009-01-01      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * support/include/tmacros.h: Add PRIxino_t, PRIdoff_t,
72        PRIxblksize_t, PRIxblkcnt_t.
73        Comment cleanups.
74
752009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * support/include/tmacros.h: Add PRIxrtems_task_priority,
78        PRIxrtems_task_priority, PRIxrtems_signal_set.
79
802009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * support/include/tmacros.h: Add PRIxpthread_t.
83        * support/include/tmacros.h: Add PRIxrtems_event_set.
84        (fatal_posix_service_status_errno) Add local "long" var "statx".
85
862009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * support/include/tmacros.h: Add PRIdThread_Entry_numeric_type.
89        Add PRIdrtems_task_argument.
90
912009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * support/include/tmacros.h: Add PRIdWatchdog_Interval.
94        Add PRIdrtems_interval.
95
962009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * support/include/tmacros.h: Add PRIdPriority_Control.
99        Change PRIdrtems_task_priority to using PRIdPriority_Control.
100
1012009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * support/include/tmacros.h: Add PRIdrtems_task_priority.
104
1052009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * support/include/tmacros.h: Add PRIxrtems_id.
108
1092009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * support/include/tmacros.h: Add PRItime_t.
112
1132009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * support/include/tmacros.h (print_time): Use PRIu32 instead of %d.
116
1172009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * support/include/test_support.h: Add missing prototypes.
120        * support/include/tmacros.h: Move _Thread_Dispatch_disable_level
121        outside of check_dispatch_disable_level.
122
1232009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * support/src/test_support.c: Add missing prototypes.
126        * support/include/tmacros.h: Include <inttypes.h>.
127        Move extern "C".
128        Let put_name use "int" instead "uint32_t" (Arg to putchar must be int).
129
1302009-10-24      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * Makefile.am: Add support/include/test_support.h.
133
1342009-10-23      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * automake/compile.am: Add *.ralf to clean-local.
137
1382009-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * aclocal/check-custom-bsp.m4: Fix up AC_REQUIRES.
141
1422009-10-16      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
145
1462009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * aclocal/canonical-target-name.m4:
149        Remove posix/unix simulator.
150
1512009-09-14      Joel Sherrill <joel.sherrill@OARcorp.com>
152
153        * psxtests/psxclock/init.c, psxtests/psxclock/psxclock.scn: Add test
154        case for nanosleep of a very small delay which mathematically is less
155        than a clock tick.
156
1572009-09-13      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * configure.ac: Some POSIX tests exercise functionality which is
160        enabled when the POSIX threading is disabled. So build this suite all
161        the time and let the psxtests select the specific tests to build.
162
1632009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
164
165        * support/include/tmacros.h: Eliminate test routines TICKS_PER_SECOND
166        and get_ticks_per_second() in favor of new
167        rtems_clock_get_ticks_per_second().
168
1692009-08-06      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * support/src/test_support.c: Tinker with longest valid name.
172
1732009-08-06      Joel Sherrill <joel.sherrill@oarcorp.com>
174
175        * support/include/buffer_test_io.h: Use printk on AVR by default.
176
1772009-05-10      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * support/src/tmtests_empty_function.c: Fix warnings.
180
1812009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * aclocal/prog-cc.m4: Preset ac_cv_exeext=.exe for *-rtems*
184          toolchains.
185
1862008-12-22      Ralf Corsépius <ralf.corsepius@rtems.org>
187
188        * aclocal/canonical-target-name.m4: Remove tic4x.
189
1902008-09-22      Ralf Corsépius <ralf.corsepius@rtems.org>
191
192        * aclocal/version.m4: Bump RTEMS_API to 4.10.
193        Bump _RTEMS_VERSION to 4.9.99.0.
194
1952008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
196
197        * support/src/test_support.c: Convert to "bool".
198
1992008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * support/src/tmtests_empty_function.c: New file.
202
2032008-07-02      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
206        AC_PREREQ(2.62).
207
2082008-02-20      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * aclocal/enable-rtemsbsp.m4: s/AC_HELP/AS_HELP/.
211
2122008-02-04      Jennifer Averett <jennifer.averett@OARcorp.com>
213
214        * support/include/test_support.h, support/src/test_support.c: New files.
215
2162008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
217
218        * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
219        tmacros.h available to all POSIX tests. Add a clock_settime case for
220        < 1988.
221
2222008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
223
224        * support/include/tmacros.h: Fix put_name to handle unprintable names.
225
2262008-01-29      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * support/include/tmacros.h: Add new rtems_test_assert() which exits
229        rather than calling fatal error.
230
2312007-12-17      Joel Sherrill <joel.sherrill@OARcorp.com>
232
233        * support/include/tmacros.h: Add new helper for POSIX tests.
234
2352007-09-21      Ralf Corsépius <ralf.corsepius@rtems.org>
236
237        * aclocal/version.m4: Bump RTEMS_API to 4.9.
238        Bump RTEMS_VERSION to 4.8.99.0.
239
2402007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
241
242        * support/include/buffer_test_io.h: Add support for using printk for
243        output in tests. This should be followed up by disabling the console
244        driver and other support when the tests are using printk.
245
2462007-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
247
248        * aclocal/check-cpuopts.m4: Check rtems/system.h instead of
249        rtems/score/cpuopts.h.
250
2512006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
252
253        * configure.ac: New BUG-REPORT address.
254
2552006-10-18      Ralf Corsépius <ralf.corsepius@rtems.org>
256
257        * aclocal/rtems-top.m4: Remove RTEMS_API.
258        * aclocal/version.m4: Add RTEMS_API. Bump RTEMS_API to 4.8.
259
2602006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * aclocal/prog-cxx.m4: Add AC_PROG_CXXCPP.
263
2642006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
265
266        * aclocal/version.m4: Bump version to 4.7.99.0.
267
2682006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
269
270        * configure.ac: Require autoconf-2.60. Require automake-1.10.
271
2722006-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
273
274        * samples/fileio/system.h:
275        (PR1118) make use of the new confdefs.h mechanisms
276        for the IDE/ATA interface
277       
2782006-04-18  Joel Sherrill <joel@OARcorp.com>
279
280        * aclocal/version.m4: Updated to rtems-4.6.99.3.
281
2822006-02-01      Joel Sherrill <joel@OARcorp.com>
283
284        PR 855/tests
285        * support/include/tmacros.h: Fix typo.
286
2872005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
288
289        * aclocal/enable-bare.m4: Remove (Unused).
290        * aclocal/env-rtemsbsp.m4, configure.ac:
291        Remove RTEMS_ENABLE_BARE,
292        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
293
2942005-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
295
296        * automake/compile.am: Remove .coff. Remove .obj.
297
2982005-11-13      Ralf Corsépius <ralf.corsepius@rtems.org>
299
300        * automake/local.am: Remove depend.
301        * automake/host.am: Remove depend.
302        * automake/subdirs.am: Remove preinstall, preinstall-recursive.
303        * automake/local.am: Remove preinstall-am.
304        * aclocal/env-rtemsbsp.m4: Remove includedir. Remove libdir.
305        Set rtems_testsdir to $libdir/rtems-4.7/tests.
306        * configure.ac: Remove AMPOLISH3 (Unused).
307        * aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
308        * automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
309        Remove ARCH. Remove LINK_LIBS.
310        Extend clean-local to catch most temporary files make-exe is
311        creating.
312        * aclocal/env-rtemsbsp.m4: Remove project_libdir.
313        Remove project_includedir.
314        Add rtems_testsdir.
315        * aclocal/rtems-top.m4: Remove dirstamp.
316
3172005-11-11      Ralf Corsépius <ralf.corsepius@rtems.org>
318
319        * Makefile.am: Remove preinstall.am
320        * preinstall.am: Remove.
321        * support/.cvsignore: Remove (Revert Joel's yesterday's patch).
322
3232005-11-10      Joel Sherrill <joel@OARcorp.com>
324
325        * support/.cvsignore: New file.
326
3272005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
328
329        * Makefile.am: Don't preinstall support/include headers.
330        * configure.ac: Fix config-variables of conditionally built subdirs.
331
3322005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
333
334        * aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
335        aclocal/check-networking.m4, aclocal/check-posix.m4,
336        aclocal/check-tests.m4, aclocal/enable-itron.m4,
337        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
338        aclocal/enable-posix.m4: Remove (Unused).
339
3402005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
341
342        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
343        * aclocal/prog-cc.m4: Apply cpukit_root, project_root to set up
344        GCCSPECS.
345        * aclocal/check-cpuopts.m4: Apply cpukit_root, project_root to set
346        up temporary CPPFLAGS to compile check cpuopts.h.
347        * aclocal/rtems-top.m4: Add --enable-cpukit-root,
348        --enable-project-root. Remove --with-project-root.
349        Fix --enable-rtems-root.
350        * automake/compile.am, aclocal/env-rtemsbsp.m4:
351        Assume PROJECT_ROOT to contain RTEMS_BSP.
352
3532005-11-09      Ralf Corsépius <ralf.corsepius@rtems.org>
354
355        * aclocal/check-cxx.m4: Remove CPLUS_LD_LIBS.
356        * Makefile.am: Merge-in support/Makefile.am
357        * aclocal/check-cpuopts.m4: Add config.cache support.
358        * automake/compile.am: Eliminate PROJECT_LIB. Remove START_FILE,
359        OBJS from LINK_FILES.
360        * configure.ac: Add AMPOLISH3. Remove support/.
361
3622005-11-08      Ralf Corsépius <ralf.corsepius@rtems.org>
363
364        * aclocal/env-rtemsbsp.m4: Don't provide MULTILIB conditional.
365        * aclocal/env-rtemsbsp.m4: Remove GCCSPECS.
366        * aclocal/prog-cc.m4: Remove RTEMS_USE_GCC. Remove RTEMS_GCC_PIPE.
367        Remove RTEMS_GCC_SPECS.
368        * aclocal/check-multiprocessing.m4: Don't require
369        RTEMS_ENABLE_MULTILIB.
370        * aclocal/env-rtemsbsp.m4: Merge RTEMS_BSP_SPECS and GCC_SPECS into
371        GCCSPECS.
372        * automake/compile.am: Remove RTEMS_CPPFLAGS, RTEMS_CFLAGS,
373        RTEMS_CXXFLAGS.
374        * aclocal/prog-cc.m4: Add GCCSPECS. Remove RTEMS_CPPFLAGS. Remove
375        RTEMS_CFLAGS.
376        * aclocal/check-cpuopts.m4: New.
377        * automake/compile.am: Remove RTEMS_BSP_SPECS, GCC_SPECS. Don't
378        manually set up GCCSPEC (Now setup from inside configure). Remove
379        RTEMS_RELLDFLAGS (Used).
380        * aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
381        aclocal/multilib.m4: Remove (Unused).
382        * automake/compile.am: Remove CCAS support.
383
3842005-11-07      Ralf Corsépius <ralf.corsepius@rtems.org>
385
386        * automake/compile.am: Remove depend.
387        * automake/compile.am: Take contents of amcompile.am.
388        * aclocal/check-posix.m4: Sync with cpukit.
389        * automake/local.am: Remove depend-am.
390        * aclocal/config-subdirs.m4, aclocal/path-ksh.m4,
391        aclocal/quoting.m4, aclocal/tool-paths.m4, automake/amcompile.am:
392        Remove.
393        * automake/subdirs.am: Remove depend-recursive.
394        * configure.ac: Sync POSIX and ITRON magic with cpukit.
395        * automake/amcompile.am: New.
396
3972005-09-02      Joel Sherrill <joel@OARcorp.com>
398
399        * aclocal/version.m4: Updated to rtems-4.6.99.2.
400
4012004-11-22      Ralf Corsépius <ralf.corsepius@rtems.org>
402
403        * support/include/buffer_test_io.h: Use iprintf iff _NEWLIB_VERSION
404        is defined.
405        * aclocal/enable-itron.m4, aclocal/check-itron.m4: Allow building
406        itron for unix.
407
4082004-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
409
410        * aclocal/rtems-cpu-subdirs.m4: Remove (unused).
411        * configure.ac, support/configure.ac: Require automake > 1.9.
412
4132004-07-28      Joel Sherrill <joel@OARcorp.com>
414
415        * aclocal/version.m4: Updated to rtems-4.6.99.1.
416
4172004-04-14      Ralf Corsépius <ralf.corsepius@rtems.org>
418
419        * aclocal/rtems-top.m4: Add project_top/with_project_top processing.
420
4212004-03-28      Ralf Corsépius <ralf.corsepius@rtems.org>
422
423        * aclocal/rtems-top.m4: s/RTEMS_RTEMS/RTEMS_ROOT (typo).
424
4252004-03-25      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
426
427        * aclocal/rtems-top.m4: Add rtems_rootdir.
428        * aclocal/check-custom-bsp.m4: Check for $RTEMS_BSP.cfg in
429        $rtems_rootdir.
430        * support/include/tmacros.h: Convert to using c99 fixed size types.
431        * configure.ac, configure.ac, support/configure.ac: Add 2nd arg to
432        RTEMS_TOP.
433        * aclocal/check-custom-bsp.m4: Fix minor typo.
434        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
435        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
436        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
437        aclocal/enable-tests.m4, aclocal/multilib.m4,
438        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
439        * aclocal/rtems-top.m4: Add 2nd arg to RTEMS_TOP. Rework
440        with_project_root/PROJECT_ROOT and with_project_top/PROJECT_TOPdir.
441        Add --enable-rtems-root. Rework RTEMS_ROOT.
442
4432004-03-03      Joel Sherrill <joel@OARcorp.com>
444
445        * support/include/buffer_test_io.h: Correct typo.
446
4472004-02-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
448
449        * aclocal/rtems-top.m4: Rework.
450        * aclocal/project-root.m4: Remove obsolete comments.
451        * aclocal/env-rtemsbsp.m4: Remove RTEMS_ROOT.
452        * aclocal/check-custom-bsp.m4: Sync with c/src/aclocal.
453        * configure.ac: AC_CONFIG_SRCDIR([PROBLEMS]).
454
4552004-02-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
456
457        * configure.ac: Remove subdir tools.
458        * aclocal/target.m4: Remove (Unused).
459
4602004-02-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal/version.m4: 4.6.99.0.
463
4642004-02-03      Joel Sherrill <joel@OARcorp.com>
465
466        * support/include/buffer_test_io.h: Do not use iprintf() if in ANSI
467        compiler mode.
468
4692004-01-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
470
471        * support/Makefile.am: Add PREINSTALL_DIRS.
472
4732004-01-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
474
475        * support/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add
476        PRE/TMPINSTALL_FILES to CLEANFILES.
477
4782004-01-07      Joel Sherrill <joel@OARcorp.com>
479
480        * aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips
481        port more completely covers the MIPS family.
482
4832004-01-06      Ralf Corsépius <ralf.corsepius@rtems.org>
484
485        * automake/compile.am: Remove CONFIG.CC (Unused). Remove CPPFLAGS,
486        CFLAGS, CXXFLAGS, ASFLAGS (Implicitly handled by automake). Add
487        CCAS. Use AM_*FLAGS = RTEMS_*FLAGS. Remove LIB_VARIANT from LINK_*.
488        Cleanup comments.
489        * automake/compile.am: Remove AS, ASCOMPILE, make-rel (Unused).
490        Remove build-variants. Hard-code ARCH=o-optimize.
491        * aclocal/prog-cxx.m4: Let CXXFLAGS default to CFLAGS. Don't invoke
492        _RTEMS_FLAGS to set up RTEMS_CXXFLAGS. Remove am__fastdepCXX
493        conditional.
494        * aclocal/env-rtemsbsp.m4: Remove CPU_CFLAGS, CFLAGS_OPTIMIZE_V,
495        CFLAGS_DEBUG_V.
496        * aclocal/rtems-flags.m4: Remove (Unused).
497        * aclocal/prog-cxx.m4: Re-add am__fastdepCXX conditional.
498        * automake/compile.am: Remove CLEANDIRS (Unused). Remove DEFS
499        (Implicitly handled by automake).
500        * aclocal/prog-cc.m4: Don't invoke _RTEMS_FLAGS to set up
501        RTEMS_CFLAGS.
502
5032003-12-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
504
505        * automake/compile.am: Use $(mkdir_p) instead of $(mkinstalldirs).
506
5072003-12-17      Joel Sherrill <joel@OARcorp.com>
508
509        * aclocal/version.m4: Updated to rtems-20031217-test.
510
5112003-12-16      Joel Sherrill <joel@OARcorp.com>
512
513        PR 544/tests
514        * support/include/buffer_test_io.h: Various modifications to make
515        tests account for resources and not print at inappropriate times.
516
5172003-12-15      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
518
519        * aclocal/env-rtemsbsp.m4: Add PROJECT_LIB.
520        * automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
521
5222003-12-12      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
525        * automake/compila.am: Remove ARCH.
526        * configure.ac, support/configure.ac: Require automake >= 1.8,
527        autoconf >= 2.59.
528        * support/Makefile.am: Use mkdir_p. Remove dirs from
529        PRE/TMPINSTALL_FILES. Use include_HEADERS.
530        * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
531
5322003-12-01      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
533
534        * automake/compile.am: Add $(ARCH)/$(dirstamp) rules.
535        * aclocal/rtems-top.m4: Require AM_SET_LEADING_DOT. Add
536        AC_SUBST(dirstamp).
537        * aclocal/lead-dot.m4: New (from automake-1.7f).
538
5392003-11-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
540
541        * aclocal/canonical-target-name.m4, aclocal/canonicalize-tools.m4,
542        aclocal/check-custom-bsp.m4, aclocal/check-cxx.m4,
543        aclocal/check-itron.m4, aclocal/check-multiprocessing.m4,
544        aclocal/check-networking.m4, aclocal/check-posix.m4,
545        aclocal/check-tool.m4, aclocal/config-subdirs.m4,
546        aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
547        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
548        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
549        aclocal/enable-rtemsbsp.m4, aclocal/enable-tests.m4,
550        aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4,
551        aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/multilib.m4,
552        aclocal/path-ksh.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4,
553        aclocal/project-root.m4, aclocal/rtems-test-no-pause.m4,
554        aclocal/rtems-top.m4, aclocal/target.m4, aclocal/tool-paths.m4: Fix
555        underquoting to silence automake-1.8.
556
5572003-11-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
558
559        * configure.ac, support/configure.ac: Reflect having moved to
560        testsuites/.
561
5622003-10-23      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
563
564        * aclocal/rtems-top.m4: Add support for --with-project-root. Remove
565        RTEMS Version message.
566
5672003-10-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
568
569        * aclocal/canonical-host.m4: Remove.
570        * configure.ac: Remove RTEMS_CANONICAL_HOST.
571        * aclocal/canonical-target-name.m4: Merge-in
572        aclocal/canonical-host.m4.
573
5742003-10-20      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
575
576        * aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
577        * aclocal/bsp_alias.m4: Remove.
578
5792003-10-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
580
581        * aclocal/check-cxx.m4, aclocal/check-itron.m4,
582        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
583        aclocal/check-posix.m4: AC_REQUIRE RTEMS_CANONICAL_TARGET_CPU
584        instead of RTEMS_CHECK_CPU.
585        * aclocal/check-cpu.m4: Remove.
586        * configure.ac: Remove RTEMS_CHECK_CPU.
587
5882003-09-04      Joel Sherrill <joel@OARcorp.com>
589
590        * support/include/tmacros.h: URL for license changed.
591
5922003-08-28      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
593
594        * aclocal/rtems-top.m4: Add RTEMS_API.
595        AC_DEFAULT_PREFIX([/opt/rtems-][RTEMS_API]).
596
5972003-08-22      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
598
599        * aclocal/check-tests.m4: New (Split out from enable-tests.m4).
600        * aclocal/enable-tests.m4: Change to support
601        --enable-tests=no|yes|samples, default is samples.
602        * configure.ac: Reflect changes above.
603
6042003-08-18      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
605
606        * Makefile.am, support/Makefile.am: Reflect having moved aclocal/.
607
6082003-08-17      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
609
610        * automake/local.am, automake/host.am: Remove "debug".
611        * aclocal/bsp-alias.m4, aclocal/canonical-host.m4,
612        aclocal/canonicalize-tools.m4, aclocal/canonical-target-name.m4,
613        aclocal/check-cpu.m4, aclocal/check-custom-bsp.m4,
614        aclocal/check-cxx.m4, aclocal/check-itron.m4,
615        aclocal/check-multiprocessing.m4, aclocal/check-networking.m4,
616        aclocal/check-posix.m4, aclocal/check-tool.m4,
617        aclocal/config-subdirs.m4, aclocal/enable-bare.m4,
618        aclocal/enable-cxx.m4, aclocal/enable-itron.m4,
619        aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
620        aclocal/enable-posix.m4, aclocal/enable-rtemsbsp.m4,
621        aclocal/enable-tests.m4, aclocal/env-rtemsbsp.m4,
622        aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4,
623        aclocal/multilib.m4, aclocal/path-ksh.m4, aclocal/prog-cc.m4,
624        aclocal/prog-cxx.m4, aclocal/project-root.m4, aclocal/quoting.m4,
625        aclocal/rtems-cpu-subdirs.m4, aclocal/rtems-flags.m4,
626        aclocal/rtems-test-no-pause.m4, aclocal/rtems-top.m4,
627        aclocal/target.m4, aclocal/tool-paths.m4, aclocal/version.m4: New
628        (Copied from ../../../aclocal).
629
6302003-08-16      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
631
632        * Makefile.am, support/Makefile.am: Reflect having moved automake/.
633        * automake/compile.am, automake/host.am, automake/leaf.am
634        automake/local.am, automake/subdirs.am: New (copied from
635        ../../../automake).
636
6372003-08-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
638
639        * configure.ac, support/configure.ac: Use rtems-bugs@rtems.com as
640        bug report email address.
641
6422003-03-06      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
643
644        * configure.ac, support/configure.ac: Remove AC_CONFIG_AUX_DIR.
645
6462003-02-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
647
648        * configure.ac, support/configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
649        * configure.ac, support/configure.ac: AC_PREREQ(2.57).
650
6512002-10-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
652
653        * .cvsignore, support/.cvsignore: Reformat. Add autom4te*cache.
654        Remove autom4te.cache.
655
6562002-08-21      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
657
658        * support/configure.ac: Reflect changes above.  Take out unnecessary
659        autoconf macros.
660        * support/include/Makefile.am: Remove.
661        * support/Makefile.am: Merge in former include/Makefile.am.
662
6632002-08-01      Joel Sherrill <joel@OARcorp.com>
664
665        * Per PR47 add support for buffered test output.  This involved
666        adding defines to redirect output to a buffer and dump it when full,
667        at "test pause", and at exit.  To avoid problems when redefining
668        exit(), all tests were modified to call rtems_test_exit(). Some
669        tests, notable psxtests, had to be modified to include  the standard
670        test macro .h file (pmacros.h or tmacros.h) to enable this support.
671        * support/include/buffer_test_io.h: New file.
672
6732002-04-14      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
674
675        * configure.ac: Remove ENABLE_GCC28.
676
6772002-03-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
678
679        * Makefile.am, support/include/Makefile.am, support/Makefile.am:
680        Remove AUTOMAKE_OPTIONS.
681        * configure.ac, support/configure.ac:
682        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
683        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
684
6852001-11-07      Joel Sherrill <joel@OARcorp.com>
686
687        Tracked as PR72 but related to the object id problem (PR36)
688        reported by Todor.Todorov@barco.com.
689        but discovered independently.
690        * support/include/tmacros.h: Added
691        fatal_directive_check_status_only().
692
6932001-10-11      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
694
695        * .cvsignore, support/.cvsignore: Add autom4te.cache for autoconf >
696        2.52.
697        * configure.ac, support/configure.ac: New file, generated from
698        configure.in by autoupdate.
699        * configure.in, support/configure.in: Remove.
700
7012001-09-13      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
702
703        * configure.in: autoupdate to autoconf-2.52, new CONFIG_SUBDIRS
704        handling.
705
7062001-08-16      Joel Sherrill <joel@OARcorp.com>
707
708        * support/include/tmacros.h: Attempt to print errno as further
709        information.
710
7112001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
712
713        * configure.in: Remove RTEMS_PROG_CC_FOR_TARGET,
714        RTEMS_PROG_CXX_FOR_TARGET, RTEMS_CANONICALIZE_TOOLS.
715
7162001-05-10      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
717
718        * support/configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
719
7202001-01-26      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
721
722        * support/configure.in: Remove stubdr, wrapup, AC_INIT(include).
723        * support/Makefile.am: Remove stubdr, wrapup.
724        * support/stubdr/Makefile.am, support/stubdr/open.c,
725        support/stubdr/close.c, support/stubdr/init.c,
726        support/stubdr/stubdrv.h, support/stubdr/cntrl.c,
727        support/stubdr/.cvsignore, support/stubdr/read.c,
728        support/stubdr/write.c, support/wrapup/Makefile.am,
729        support/wrapup/.cvsignore, support/stubdr/, support/wrapup/: Remove.
730
7312000-11-09      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
732
733        * Makefile.am, support/Makefile.am: Use ... instead of RTEMS_TOPdir
734        in ACLOCAL_AMFLAGS.
735
7362000-11-02      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
737
738        * support/stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
739        * Makefile.am, support/Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
740        $(RTEMS_TOPdir)/aclocal.
741
7422000-10-27      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
743
744        * Makefile.am, support/Makefile.am: ACLOCAL_AMFLAGS= -I
745        $(RTEMS_TOPdir)/macros. Switch to GNU canonicalization.
746
7472000-09-04      Ralf Corsépius <corsepiu@faw.uni-ulm.de>
748
749        * support/stubdr/Makefile.am, support/wrapup/Makefile.am: Include
750        compile.am
751
7522000-08-10      Joel Sherrill <joel@OARcorp.com>
753
754        * ChangeLog, support/ChangeLog: New file.
755
Note: See TracBrowser for help on using the repository browser.