source: rtems/testsuites/itrontests/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe 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: 4.9 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        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
43        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
44
452002-08-01      Joel Sherrill <joel@OARcorp.com>
46
47        * Per PR47 add support for buffered test output.  This involved
48        adding defines to redirect output to a buffer and dump it when
49        full, at "test pause", and at exit.  To avoid problems when redefining
50        exit(), all tests were modified to call rtems_test_exit().
51        Some tests, notable psxtests, had to be modified to include
52        the standard test macro .h file (pmacros.h or tmacros.h) to
53        enable this support.
54        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
55        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
56        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
57
582002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Remove ENABLE_GCC28.
61
622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac:
65        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
66        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
67        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
77
782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
81        * configure.in: Remove.
82        * configure.ac: New file, generated from configure.in by autoupdate.
83
842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
87
882001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
91        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
92        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
93        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
94        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
95        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
96        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
97        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
98        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
99
1002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
101
102        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
103
1042001-04-20      Joel Sherrill <joel@OARcorp.com>
105
106        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
107        itronsem01/itronsem01.scn, itrontime01/init.c: Various
108        adjustments so test output matches screens more reliably.
109
1102000-11-20      Joel Sherrill <joel@OARcorp.com>
111
112        * itrontask01/system.h: Configure enough stack memory.
113
1142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
117
1182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
121
1222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
125        Switch to GNU canonicalization.
126        * itrontests.am: Remove DEFS.
127
1282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * itronhello/Makefile.am, itronmbf01/Makefile.am,
131        itronmbox01/Makefile.am, itronsem01/Makefile.am,
132        itrontask01/Makefile.am, itrontask02/Makefile.am,
133        itrontask03/Makefile.am, itrontask04/Makefile.am,
134        itrontime01/Makefile.am: Include compile.am
135
1362000-08-10      Joel Sherrill <joel@OARcorp.com>
137
138        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.