source: rtems/testsuites/itrontests/ChangeLog @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 4.5 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Reformat.
16        Add autom4te*cache.
17        Remove autom4te.cache.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
30
312002-08-01      Joel Sherrill <joel@OARcorp.com>
32
33        * Per PR47 add support for buffered test output.  This involved
34        adding defines to redirect output to a buffer and dump it when
35        full, at "test pause", and at exit.  To avoid problems when redefining
36        exit(), all tests were modified to call rtems_test_exit().
37        Some tests, notable psxtests, had to be modified to include
38        the standard test macro .h file (pmacros.h or tmacros.h) to
39        enable this support.
40        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
41        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
42        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
43
442002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Remove ENABLE_GCC28.
47
482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac:
51        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
67        * configure.in: Remove.
68        * configure.ac: New file, generated from configure.in by autoupdate.
69
702001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
73
742001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
77        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
78        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
79        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
80        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
81        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
82        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
83        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
84        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
85
862001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
87
88        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
89
902001-04-20      Joel Sherrill <joel@OARcorp.com>
91
92        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
93        itronsem01/itronsem01.scn, itrontime01/init.c: Various
94        adjustments so test output matches screens more reliably.
95
962000-11-20      Joel Sherrill <joel@OARcorp.com>
97
98        * itrontask01/system.h: Configure enough stack memory.
99
1002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
103
1042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
107
1082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
111        Switch to GNU canonicalization.
112        * itrontests.am: Remove DEFS.
113
1142000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * itronhello/Makefile.am, itronmbf01/Makefile.am,
117        itronmbox01/Makefile.am, itronsem01/Makefile.am,
118        itrontask01/Makefile.am, itrontask02/Makefile.am,
119        itrontask03/Makefile.am, itrontask04/Makefile.am,
120        itrontime01/Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.