source: rtems/testsuites/itrontests/ChangeLog @ 5f52d1f

4.104.114.84.95
Last change on this file since 5f52d1f was 5f52d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/03 at 21:57:23

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

  • configure.ac: Reflect having moved to testsuites/.
  • Property mode set to 100644
File size: 6.7 KB
RevLine 
[5f52d1f]12003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect having moved to testsuites/.
4
[c6328bee]52003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CANONICAL_HOST.
8
[5445ee60]92003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:Remove RTEMS_CHECK_CPU.
12
[2f564fee]132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
16        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
17        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
18        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
19        itrontask01/itrontask01.doc, itrontask01/system.h,
20        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
21        itrontask02/itrontask02.doc, itrontask02/system.h,
22        itrontask03/init.c, itrontask03/itrontask03.doc,
23        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
24        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
25        itrontask04/itrontask04.doc, itrontask04/system.h,
26        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
27        itrontime01/init.c, itrontime01/system.h: URL for license changed.
28
[7862f888]292003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved aclocal/.
32
[34c1b16]332003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
[61d9371]35        * Makefile.am: Reflect having moved automake/.
36        * itronhello/Makefile.am: Reflect having moved automake/.
37        * itronmbf01/Makefile.am: Reflect having moved automake/.
38        * itronmbox01/Makefile.am: Reflect having moved automake/.
39        * itronsem01/Makefile.am: Reflect having moved automake/.
40        * itrontask01/Makefile.am: Reflect having moved automake/.
41        * itrontask02/Makefile.am: Reflect having moved automake/.
42        * itrontask03/Makefile.am: Reflect having moved automake/.
43        * itrontask04/Makefile.am: Reflect having moved automake/.
44        * itrontime01/Makefile.am: Reflect having moved automake/.
[34c1b16]45
[7dcc3fe]462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
49
[c98849ef]502003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
53        CC_CFLAGS_DEFAULT (obsolete).
54
[78bea14]552003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
58        Remove CC_LDFLAGS_PROFILE_V.
59
[3c55718]602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove AC_CONFIG_AUX_DIR.
63
[ccd81b60]642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
67
[9b5c258]682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: AC_PREREQ(2.57).
71
[8730f45]722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * .cvsignore: Reformat.
75        Add autom4te*cache.
76        Remove autom4te.cache.
77
[ab2fce0]782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
89
[6b9d16f]902002-08-01      Joel Sherrill <joel@OARcorp.com>
91
92        * Per PR47 add support for buffered test output.  This involved
93        adding defines to redirect output to a buffer and dump it when
94        full, at "test pause", and at exit.  To avoid problems when redefining
95        exit(), all tests were modified to call rtems_test_exit().
96        Some tests, notable psxtests, had to be modified to include
97        the standard test macro .h file (pmacros.h or tmacros.h) to
98        enable this support.
99        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
100        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
101        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
102
[cb9b2bfc]1032002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Remove ENABLE_GCC28.
106
[a7d158ab]1072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac:
110        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
111        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
112        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
122
[df25c998]1232001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
126        * configure.in: Remove.
127        * configure.ac: New file, generated from configure.in by autoupdate.
128
[a2c13f0]1292001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
132
[cd0e68b0]1332001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
136        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
137        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
138        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
139        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
140        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
141        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
142        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
143        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
144
[95083c0]1452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
146
147        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
148
[80526fa]1492001-04-20      Joel Sherrill <joel@OARcorp.com>
150
151        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
152        itronsem01/itronsem01.scn, itrontime01/init.c: Various
153        adjustments so test output matches screens more reliably.
154
[51252af]1552000-11-20      Joel Sherrill <joel@OARcorp.com>
156
157        * itrontask01/system.h: Configure enough stack memory.
158
[feead226]1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
162
[a314d3b4]1632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
166
[db3644c]1672000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
170        Switch to GNU canonicalization.
171        * itrontests.am: Remove DEFS.
172
[e9200df]1732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * itronhello/Makefile.am, itronmbf01/Makefile.am,
176        itronmbox01/Makefile.am, itronsem01/Makefile.am,
177        itrontask01/Makefile.am, itrontask02/Makefile.am,
178        itrontask03/Makefile.am, itrontask04/Makefile.am,
179        itrontime01/Makefile.am: Include compile.am
180
[e94ad1fe]1812000-08-10      Joel Sherrill <joel@OARcorp.com>
182
183        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.