source: rtems/c/src/tests/itrontests/ChangeLog @ 61d9371

4.104.114.84.95
Last change on this file since 61d9371 was 61d9371, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/17/03 at 12:59:28

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 5.5 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * itronhello/Makefile.am: Reflect having moved automake/.
5        * itronmbf01/Makefile.am: Reflect having moved automake/.
6        * itronmbox01/Makefile.am: Reflect having moved automake/.
7        * itronsem01/Makefile.am: Reflect having moved automake/.
8        * itrontask01/Makefile.am: Reflect having moved automake/.
9        * itrontask02/Makefile.am: Reflect having moved automake/.
10        * itrontask03/Makefile.am: Reflect having moved automake/.
11        * itrontask04/Makefile.am: Reflect having moved automake/.
12        * itrontime01/Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
17
182003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
21        CC_CFLAGS_DEFAULT (obsolete).
22
232003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
26        Remove CC_LDFLAGS_PROFILE_V.
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * itrontime01/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        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
68        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
69        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
70
712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove ENABLE_GCC28.
74
752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
90
912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
94        * configure.in: Remove.
95        * configure.ac: New file, generated from configure.in by autoupdate.
96
972001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
100
1012001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
104        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
105        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
106        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
107        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
108        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
109        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
110        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
111        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
112
1132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
114
115        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
116
1172001-04-20      Joel Sherrill <joel@OARcorp.com>
118
119        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
120        itronsem01/itronsem01.scn, itrontime01/init.c: Various
121        adjustments so test output matches screens more reliably.
122
1232000-11-20      Joel Sherrill <joel@OARcorp.com>
124
125        * itrontask01/system.h: Configure enough stack memory.
126
1272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
130
1312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
134
1352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139        * itrontests.am: Remove DEFS.
140
1412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * itronhello/Makefile.am, itronmbf01/Makefile.am,
144        itronmbox01/Makefile.am, itronsem01/Makefile.am,
145        itrontask01/Makefile.am, itrontask02/Makefile.am,
146        itrontask03/Makefile.am, itrontask04/Makefile.am,
147        itrontime01/Makefile.am: Include compile.am
148
1492000-08-10      Joel Sherrill <joel@OARcorp.com>
150
151        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.