1 |
1026 |
ivang |
2002-08-01 Joel Sherrill
|
2 |
|
|
|
3 |
|
|
* Per PR47 add support for buffered test output. This involved
|
4 |
|
|
adding defines to redirect output to a buffer and dump it when
|
5 |
|
|
full, at "test pause", and at exit. To avoid problems when redefining
|
6 |
|
|
exit(), all tests were modified to call rtems_test_exit().
|
7 |
|
|
Some tests, notable psxtests, had to be modified to include
|
8 |
|
|
the standard test macro .h file (pmacros.h or tmacros.h) to
|
9 |
|
|
enable this support.
|
10 |
|
|
* itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
|
11 |
|
|
itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
|
12 |
|
|
itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
|
13 |
|
|
|
14 |
|
|
2002-04-14 Ralf Corsepius
|
15 |
|
|
|
16 |
|
|
* configure.ac: Remove ENABLE_GCC28.
|
17 |
|
|
|
18 |
|
|
2002-03-27 Ralf Corsepius
|
19 |
|
|
|
20 |
|
|
* configure.ac:
|
21 |
|
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
22 |
|
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
23 |
|
|
* itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
24 |
|
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
25 |
|
|
* itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
26 |
|
|
* itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
27 |
|
|
* itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
28 |
|
|
* itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
29 |
|
|
* itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
30 |
|
|
* itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
31 |
|
|
* itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
32 |
|
|
* itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
33 |
|
|
|
34 |
|
|
2001-10-11 Ralf Corsepius
|
35 |
|
|
|
36 |
|
|
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
|
37 |
|
|
* configure.in: Remove.
|
38 |
|
|
* configure.ac: New file, generated from configure.in by autoupdate.
|
39 |
|
|
|
40 |
|
|
2001-09-22 Ralf Corsepius
|
41 |
|
|
|
42 |
|
|
* itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
|
43 |
|
|
|
44 |
|
|
2001-09-19 Ralf Corsepius
|
45 |
|
|
|
46 |
|
|
* itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
|
47 |
|
|
* itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
|
48 |
|
|
* itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
|
49 |
|
|
* itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
|
50 |
|
|
* itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
|
51 |
|
|
* itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
|
52 |
|
|
* itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
|
53 |
|
|
* itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
|
54 |
|
|
* itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
|
55 |
|
|
|
56 |
|
|
2001-05-10 Ralf Corsepius
|
57 |
|
|
|
58 |
|
|
* configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
|
59 |
|
|
|
60 |
|
|
2001-04-20 Joel Sherrill
|
61 |
|
|
|
62 |
|
|
* itronmbf01/itronmbf01.scn, itronmbox01/init.c,
|
63 |
|
|
itronsem01/itronsem01.scn, itrontime01/init.c: Various
|
64 |
|
|
adjustments so test output matches screens more reliably.
|
65 |
|
|
|
66 |
|
|
2000-11-20 Joel Sherrill
|
67 |
|
|
|
68 |
|
|
* itrontask01/system.h: Configure enough stack memory.
|
69 |
|
|
|
70 |
|
|
2000-11-09 Ralf Corsepius
|
71 |
|
|
|
72 |
|
|
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
|
73 |
|
|
|
74 |
|
|
2000-11-02 Ralf Corsepius
|
75 |
|
|
|
76 |
|
|
* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
|
77 |
|
|
|
78 |
|
|
2000-10-27 Ralf Corsepius
|
79 |
|
|
|
80 |
|
|
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
|
81 |
|
|
Switch to GNU canonicalization.
|
82 |
|
|
* itrontests.am: Remove DEFS.
|
83 |
|
|
|
84 |
|
|
2000-09-04 Ralf Corsepius
|
85 |
|
|
|
86 |
|
|
* itronhello/Makefile.am, itronmbf01/Makefile.am,
|
87 |
|
|
itronmbox01/Makefile.am, itronsem01/Makefile.am,
|
88 |
|
|
itrontask01/Makefile.am, itrontask02/Makefile.am,
|
89 |
|
|
itrontask03/Makefile.am, itrontask04/Makefile.am,
|
90 |
|
|
itrontime01/Makefile.am: Include compile.am
|
91 |
|
|
|
92 |
|
|
2000-08-10 Joel Sherrill
|
93 |
|
|
|
94 |
|
|
* ChangeLog: New file.
|