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

4.104.114.84.95
Last change on this file since bd5efa92 was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

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