source: rtems/c/src/tests/tmtests/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

2003-02-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
18        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
19        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
20        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
21        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
22        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
23        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
24        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
25        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
26        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
27        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
28        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
29        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
30        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
31        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
32        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
33        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
34        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
35        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
36        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
37        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
38        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
39        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
40        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
41        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
42        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
43        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
44        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
45        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
46        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
47        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
48
492002-08-01      Joel Sherrill <joel@OARcorp.com>
50
51        * Per PR47 add support for buffered test output.  This involved
52        adding defines to redirect output to a buffer and dump it when
53        full, at "test pause", and at exit.  To avoid problems when redefining
54        exit(), all tests were modified to call rtems_test_exit().
55        Some tests, notable psxtests, had to be modified to include
56        the standard test macro .h file (pmacros.h or tmacros.h) to
57        enable this support.
58        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
59        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
60        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
61        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
62        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
63        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
64        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
652002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove ENABLE_GCC28.
68
692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac:
72        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
73        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
74        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
107
1082001-11-08      Jiri Gaisler <jiri@gaisler.com>
109
110        This fix is response to test results reported by Jerry Needell
111        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
112        * tm27/task1.c: Account for overhead in starting and stopping
113        the timer.
114
1152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
118        * configure.in: Remove.
119        * configure.ac: New file, generated from configure.in by autoupdate.
120
1212001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
124
1252001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
128        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
129        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
130        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
131        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
132        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
133        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
134        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
135        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
136        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
137        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
138        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
139        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
140        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
141        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
142        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
143        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
144        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
145        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
146        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
147        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
148        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
149        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
150        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
151        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
152        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
153        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
154        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
155        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
156        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
157        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
158
1592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
160
161        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
162
1632001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * tm20/Makefile.am: Remove stubdir.rel
166
1672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
170
1712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
174
1752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
178        Switch to GNU canonicalization.
179        * tmtests.am: Remove DEFS.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
184        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
185        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
186        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
187        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
188        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
189        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
190        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
191        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
192        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
193        tmoverhd/Makefile.am: Include compile.am
194
1952000-08-10      Joel Sherrill <joel@OARcorp.com>
196
197        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.