source: rtems/testsuites/itrontests/ChangeLog @ c32fb8f

4.104.114.84.95
Last change on this file since c32fb8f was c32fb8f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:43:52

2005-11-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Cleanup.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup.
4
52005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
8        * itronhello/Makefile.am, itronmbf01/Makefile.am,
9        itronmbox01/Makefile.am, itronsem01/Makefile.am,
10        itrontask01/Makefile.am, itrontask02/Makefile.am,
11        itrontask03/Makefile.am, itrontask04/Makefile.am,
12        itrontime01/Makefile.am:
13        Partial conversion to automake.
14
152004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        PR 721/tests
18        * itronsem01/init.c: Fix bogus assert.
19
202004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * configure.ac: Require automake > 1.9.
23
242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
27        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
28        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
29        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
30        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
31        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
32        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
33        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
34        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
35
362004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
39        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
40        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
41        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
42        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
43        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
44        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
45        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
46        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
47
482004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Add 2nd arg to RTEMS_TOP.
51
522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
55        Add PRE/TMPINSTALL_FILES to CLEANFILES.
56        * itronmbf01/Makefile.am: Ditto.
57        * itronmbox01/Makefile.am: Ditto.
58        * itronsem01/Makefile.am: Ditto.
59        * itrontask01/Makefile.am: Ditto.
60        * itrontask02/Makefile.am: Ditto.
61        * itrontask03/Makefile.am: Ditto.
62        * itrontask04/Makefile.am: Ditto.
63        * itrontime01/Makefile.am: Ditto.
64
652003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * itrontests.am: Add dirstamp support.
68
692003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
72
732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
76
772003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * itronhello/Makefile.am: Remove all-local: $(ARCH).
80        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
81        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
82        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
83        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
84        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
85        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
86        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
87        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
88
892003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Reflect having moved to testsuites/.
92
932003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Remove RTEMS_CANONICAL_HOST.
96
972003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac:Remove RTEMS_CHECK_CPU.
100
1012003-09-04      Joel Sherrill <joel@OARcorp.com>
102
103        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
104        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
105        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
106        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
107        itrontask01/itrontask01.doc, itrontask01/system.h,
108        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
109        itrontask02/itrontask02.doc, itrontask02/system.h,
110        itrontask03/init.c, itrontask03/itrontask03.doc,
111        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
112        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
113        itrontask04/itrontask04.doc, itrontask04/system.h,
114        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
115        itrontime01/init.c, itrontime01/system.h: URL for license changed.
116
1172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Reflect having moved aclocal/.
120
1212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved automake/.
124        * itronhello/Makefile.am: Reflect having moved automake/.
125        * itronmbf01/Makefile.am: Reflect having moved automake/.
126        * itronmbox01/Makefile.am: Reflect having moved automake/.
127        * itronsem01/Makefile.am: Reflect having moved automake/.
128        * itrontask01/Makefile.am: Reflect having moved automake/.
129        * itrontask02/Makefile.am: Reflect having moved automake/.
130        * itrontask03/Makefile.am: Reflect having moved automake/.
131        * itrontask04/Makefile.am: Reflect having moved automake/.
132        * itrontime01/Makefile.am: Reflect having moved automake/.
133
1342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
137
1382003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
141        CC_CFLAGS_DEFAULT (obsolete).
142
1432003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
146        Remove CC_LDFLAGS_PROFILE_V.
147
1482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove AC_CONFIG_AUX_DIR.
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AC_PREREQ(2.57).
159
1602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Reformat.
163        Add autom4te*cache.
164        Remove autom4te.cache.
165
1662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
177
1782002-08-01      Joel Sherrill <joel@OARcorp.com>
179
180        * Per PR47 add support for buffered test output.  This involved
181        adding defines to redirect output to a buffer and dump it when
182        full, at "test pause", and at exit.  To avoid problems when redefining
183        exit(), all tests were modified to call rtems_test_exit().
184        Some tests, notable psxtests, had to be modified to include
185        the standard test macro .h file (pmacros.h or tmacros.h) to
186        enable this support.
187        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
188        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
189        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
190
1912002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove ENABLE_GCC28.
194
1952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac:
198        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
199        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
200        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
214        * configure.in: Remove.
215        * configure.ac: New file, generated from configure.in by autoupdate.
216
2172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
220
2212001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
224        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
225        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
226        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
227        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
228        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
229        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
230        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
231        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
232
2332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
234
235        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
236
2372001-04-20      Joel Sherrill <joel@OARcorp.com>
238
239        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
240        itronsem01/itronsem01.scn, itrontime01/init.c: Various
241        adjustments so test output matches screens more reliably.
242
2432000-11-20      Joel Sherrill <joel@OARcorp.com>
244
245        * itrontask01/system.h: Configure enough stack memory.
246
2472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
250
2512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
254
2552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
258        Switch to GNU canonicalization.
259        * itrontests.am: Remove DEFS.
260
2612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * itronhello/Makefile.am, itronmbf01/Makefile.am,
264        itronmbox01/Makefile.am, itronsem01/Makefile.am,
265        itrontask01/Makefile.am, itrontask02/Makefile.am,
266        itrontask03/Makefile.am, itrontask04/Makefile.am,
267        itrontime01/Makefile.am: Include compile.am
268
2692000-08-10      Joel Sherrill <joel@OARcorp.com>
270
271        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.