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

4.104.114.84.95
Last change on this file since 6bd96fc7 was 2595580, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/05/02 at 07:27:51

2002-11-05 Ralf Corsepius <corsepiu@…>

  • configure.ac: Unconditionally check for CXX (Hack to bug in autoconf > 2.54).
  • Property mode set to 100644
File size: 5.6 KB
Line 
12002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Unconditionally check for CXX (Hack to bug in
4        autoconf > 2.54).
5
62002-10-31      Joel Sherrill <joel@OARcorp.com>
7
8        * base_mp/apptask.c: Removed warning.
9
102002-10-28      Joel Sherrill <joel@OARcorp.com>
11
12        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
13
142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * .cvsignore: Reformat.
17        Add autom4te*cache.
18        Remove autom4te.cache.
19
202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
31
322002-08-01      Joel Sherrill <joel@OARcorp.com>
33
34        * Per PR47 add support for buffered test output.  This involved
35        adding defines to redirect output to a buffer and dump it when
36        full, at "test pause", and at exit.  To avoid problems when redefining
37        exit(), all tests were modified to call rtems_test_exit().
38        Some tests, notable psxtests, had to be modified to include
39        the standard test macro .h file (pmacros.h or tmacros.h) to
40        enable this support.
41        * cdtest/init.c: Modified.
42
432002-07-01      Joel Sherrill <joel@OARcorp.com>
44
45        * unlimited/test1.c: Corrected use of _Objects_Information_table
46        now that it is a two dimensional array based upon API and class.
47
482002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * base_sp/apptask.c: Include <stdlib.h>.
51        * hello/init.c: Ditto.
52        * paranoia/init.c: Ditto.
53        * ticker/tasks.c: Ditto.
54        * unlimited/init.c: Ditto.
55        * unlimited/test1.c: Ditto.
56        * unlimited/test2.c: Ditto.
57        * unlimited/test3.c: Ditto.
58
592002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Remove ENABLE_GCC28.
62
632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac:
66        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
67        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
68        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
79
802001-11-26      Ralf Corsepius
81
82        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
83
842001-10-25      Eric Norum <eric.norum@usask.ca>
85
86        * cdtest/system.h: Configure 1 semaphore.  This probably covers
87        up not defining one for the GCC C++ Run-Time Libraries.
88
892001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
92
932001-10-12      Joel Sherrill <joel@OARcorp.com>
94
95        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
96        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
97        Fixed typo.
98
992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
102        * configure.in: Remove.
103        * configure.ac: New file, generated from configure.in by autoupdate.
104
1052001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
108        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
109        * cdtest/Makefile.am: Remove LD_LIBS.
110
1112001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
114        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
115        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
116        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
117        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
118        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
119        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
120        make-cxx-exe.
121        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
122        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
123
1242001-06-14      Joel Sherrill <joel@OARcorp.com>
125
126        * cdtest/system.h: Removed configure of POSIX mutexes since
127        there do not appear to be any used in this test.
128
1292001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
130
131        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
132
1332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
136
1372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
140
1412000-10-30      Joel Sherrill <joel@OARcorp.com>
142
143        * POSIX include files merged into newlib.  This resulted in
144        some definitions moving to other files and thus some secondary
145        effects in RTEMS source code.
146        * paranoia/paranoia.c: Commented out incorrect and conflicting
147        prototype of read().
148
1492000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
152        Switch to GNU canonicalization.
153        * sample.am: Remove DEFS.
154
1552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
158        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
159        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
160        unlimited/Makefile.am: Include compile.am
161
1622000-08-10      Joel Sherrill <joel@OARcorp.com>
163
164        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.