source: rtems/testsuites/samples/ChangeLog @ 6ada2b1e

4.104.114.84.95
Last change on this file since 6ada2b1e was 6ada2b1e, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/02 at 00:56:24

2002-08-01 Joel Sherrill <joel@…>

  • Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support.
  • cdtest/init.c: Modified.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12002-08-01      Joel Sherrill <joel@OARcorp.com>
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        * cdtest/init.c: Modified.
11
122002-07-01      Joel Sherrill <joel@OARcorp.com>
13
14        * unlimited/test1.c: Corrected use of _Objects_Information_table
15        now that it is a two dimensional array based upon API and class.
16
172002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * base_sp/apptask.c: Include <stdlib.h>.
20        * hello/init.c: Ditto.
21        * paranoia/init.c: Ditto.
22        * ticker/tasks.c: Ditto.
23        * unlimited/init.c: Ditto.
24        * unlimited/test1.c: Ditto.
25        * unlimited/test2.c: Ditto.
26        * unlimited/test3.c: Ditto.
27
282002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove ENABLE_GCC28.
31
322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac:
35        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
36        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
37        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
492001-11-26      Ralf Corsepius
50
51        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
52
532001-10-25      Eric Norum <eric.norum@usask.ca>
54
55        * cdtest/system.h: Configure 1 semaphore.  This probably covers
56        up not defining one for the GCC C++ Run-Time Libraries.
57
582001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
61
622001-10-12      Joel Sherrill <joel@OARcorp.com>
63
64        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
65        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
66        Fixed typo.
67
682001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
71        * configure.in: Remove.
72        * configure.ac: New file, generated from configure.in by autoupdate.
73
742001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
77        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
78        * cdtest/Makefile.am: Remove LD_LIBS.
79
802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
83        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
84        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
85        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
86        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
87        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
88        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
89        make-cxx-exe.
90        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
91        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
92
932001-06-14      Joel Sherrill <joel@OARcorp.com>
94
95        * cdtest/system.h: Removed configure of POSIX mutexes since
96        there do not appear to be any used in this test.
97
982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
99
100        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
101
1022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
105
1062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
109
1102000-10-30      Joel Sherrill <joel@OARcorp.com>
111
112        * POSIX include files merged into newlib.  This resulted in
113        some definitions moving to other files and thus some secondary
114        effects in RTEMS source code.
115        * paranoia/paranoia.c: Commented out incorrect and conflicting
116        prototype of read().
117
1182000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
121        Switch to GNU canonicalization.
122        * sample.am: Remove DEFS.
123
1242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
127        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
128        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
129        unlimited/Makefile.am: Include compile.am
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.