source: rtems/c/src/tests/tmtests/ChangeLog @ 78bea14

4.104.114.84.95
Last change on this file since 78bea14 was 78bea14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 07:18:07

2003-05-27 Ralf Corsepius <corsepiu@…>

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