source: rtems/testsuites/itrontests/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 4.3 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * .cvsignore: Reformat.
8        Add autom4te*cache.
9        Remove autom4te.cache.
10
112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
22
232002-08-01      Joel Sherrill <joel@OARcorp.com>
24
25        * Per PR47 add support for buffered test output.  This involved
26        adding defines to redirect output to a buffer and dump it when
27        full, at "test pause", and at exit.  To avoid problems when redefining
28        exit(), all tests were modified to call rtems_test_exit().
29        Some tests, notable psxtests, had to be modified to include
30        the standard test macro .h file (pmacros.h or tmacros.h) to
31        enable this support.
32        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
33        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
34        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
35
362002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Remove ENABLE_GCC28.
39
402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac:
43        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
59        * configure.in: Remove.
60        * configure.ac: New file, generated from configure.in by autoupdate.
61
622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
65
662001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
69        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
70        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
71        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
72        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
73        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
74        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
75        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
76        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
77
782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
79
80        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
81
822001-04-20      Joel Sherrill <joel@OARcorp.com>
83
84        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
85        itronsem01/itronsem01.scn, itrontime01/init.c: Various
86        adjustments so test output matches screens more reliably.
87
882000-11-20      Joel Sherrill <joel@OARcorp.com>
89
90        * itrontask01/system.h: Configure enough stack memory.
91
922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
95
962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
99
1002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
103        Switch to GNU canonicalization.
104        * itrontests.am: Remove DEFS.
105
1062000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * itronhello/Makefile.am, itronmbf01/Makefile.am,
109        itronmbox01/Makefile.am, itronsem01/Makefile.am,
110        itrontask01/Makefile.am, itrontask02/Makefile.am,
111        itrontask03/Makefile.am, itrontask04/Makefile.am,
112        itrontime01/Makefile.am: Include compile.am
113
1142000-08-10      Joel Sherrill <joel@OARcorp.com>
115
116        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.