source: rtems/testsuites/itrontests/ChangeLog @ 4ef462ee

4.104.114.84.95
Last change on this file since 4ef462ee was 4ef462ee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/18/03 at 09:47:17

2003-12-18 Ralf Corsepius <corsepiu@…>

  • itrontests.am: Add dirstamp support.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * itrontests.am: Add dirstamp support.
4
52003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
8
92003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
12
132003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * itronhello/Makefile.am: Remove all-local: $(ARCH).
16        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
17        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
18        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
19        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
20        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
21        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
22        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
23        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
24
252003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Reflect having moved to testsuites/.
28
292003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove RTEMS_CANONICAL_HOST.
32
332003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac:Remove RTEMS_CHECK_CPU.
36
372003-09-04      Joel Sherrill <joel@OARcorp.com>
38
39        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
40        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
41        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
42        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
43        itrontask01/itrontask01.doc, itrontask01/system.h,
44        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
45        itrontask02/itrontask02.doc, itrontask02/system.h,
46        itrontask03/init.c, itrontask03/itrontask03.doc,
47        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
48        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
49        itrontask04/itrontask04.doc, itrontask04/system.h,
50        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
51        itrontime01/init.c, itrontime01/system.h: URL for license changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * itronhello/Makefile.am: Reflect having moved automake/.
61        * itronmbf01/Makefile.am: Reflect having moved automake/.
62        * itronmbox01/Makefile.am: Reflect having moved automake/.
63        * itronsem01/Makefile.am: Reflect having moved automake/.
64        * itrontask01/Makefile.am: Reflect having moved automake/.
65        * itrontask02/Makefile.am: Reflect having moved automake/.
66        * itrontask03/Makefile.am: Reflect having moved automake/.
67        * itrontask04/Makefile.am: Reflect having moved automake/.
68        * itrontime01/Makefile.am: Reflect having moved automake/.
69
702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
73
742003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
77        CC_CFLAGS_DEFAULT (obsolete).
78
792003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
82        Remove CC_LDFLAGS_PROFILE_V.
83
842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove AC_CONFIG_AUX_DIR.
87
882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
91
922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: AC_PREREQ(2.57).
95
962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * .cvsignore: Reformat.
99        Add autom4te*cache.
100        Remove autom4te.cache.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
113
1142002-08-01      Joel Sherrill <joel@OARcorp.com>
115
116        * Per PR47 add support for buffered test output.  This involved
117        adding defines to redirect output to a buffer and dump it when
118        full, at "test pause", and at exit.  To avoid problems when redefining
119        exit(), all tests were modified to call rtems_test_exit().
120        Some tests, notable psxtests, had to be modified to include
121        the standard test macro .h file (pmacros.h or tmacros.h) to
122        enable this support.
123        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
124        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
125        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
126
1272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove ENABLE_GCC28.
130
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
146
1472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
150        * configure.in: Remove.
151        * configure.ac: New file, generated from configure.in by autoupdate.
152
1532001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
156
1572001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
160        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
161        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
162        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
163        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
164        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
165        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
166        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
167        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
168
1692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
170
171        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
172
1732001-04-20      Joel Sherrill <joel@OARcorp.com>
174
175        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
176        itronsem01/itronsem01.scn, itrontime01/init.c: Various
177        adjustments so test output matches screens more reliably.
178
1792000-11-20      Joel Sherrill <joel@OARcorp.com>
180
181        * itrontask01/system.h: Configure enough stack memory.
182
1832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
186
1872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
190
1912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
194        Switch to GNU canonicalization.
195        * itrontests.am: Remove DEFS.
196
1972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * itronhello/Makefile.am, itronmbf01/Makefile.am,
200        itronmbox01/Makefile.am, itronsem01/Makefile.am,
201        itrontask01/Makefile.am, itrontask02/Makefile.am,
202        itrontask03/Makefile.am, itrontask04/Makefile.am,
203        itrontime01/Makefile.am: Include compile.am
204
2052000-08-10      Joel Sherrill <joel@OARcorp.com>
206
207        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.