source: rtems/c/src/tests/samples/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: 6.5 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-27      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am, configure.ac: Added new test loopback which shows how to
8        use the loopback interface. Thank you Eric Norum for a portable
9        target independent test which exercises the TCP/IP. This should
10        prevent massive failures in the TCP/IP stack from reaching the
11        street.
12        * loopback/.cvsignore, loopback/Makefile.am, loopback/README,
13        loopback/init.c, loopback/loopback.scn: New files.
14
152003-01-03      Joel Sherrill <joel@OARcorp.com>
16
17        * unlimited/system.h, unlimited/test1.c: Backed off previous
18        modification as it does not compile.
19
202002-10-31      Chris Johns <ccj@acm.org>
21
22        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
23        can be created. 
24        * unlimited/system.h: PR296. Reference the number of tasks in the
25        configuration table rather than a hardcoded number.
26
272002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Unconditionally check for CXX (Hack to bug in
30        autoconf > 2.54).
31
322002-10-31      Joel Sherrill <joel@OARcorp.com>
33
34        * base_mp/apptask.c: Removed warning.
35
362002-10-28      Joel Sherrill <joel@OARcorp.com>
37
38        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
39
402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * .cvsignore: Reformat.
43        Add autom4te*cache.
44        Remove autom4te.cache.
45
462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
57
582002-08-01      Joel Sherrill <joel@OARcorp.com>
59
60        * Per PR47 add support for buffered test output.  This involved
61        adding defines to redirect output to a buffer and dump it when
62        full, at "test pause", and at exit.  To avoid problems when redefining
63        exit(), all tests were modified to call rtems_test_exit().
64        Some tests, notable psxtests, had to be modified to include
65        the standard test macro .h file (pmacros.h or tmacros.h) to
66        enable this support.
67        * cdtest/init.c: Modified.
68
692002-07-01      Joel Sherrill <joel@OARcorp.com>
70
71        * unlimited/test1.c: Corrected use of _Objects_Information_table
72        now that it is a two dimensional array based upon API and class.
73
742002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * base_sp/apptask.c: Include <stdlib.h>.
77        * hello/init.c: Ditto.
78        * paranoia/init.c: Ditto.
79        * ticker/tasks.c: Ditto.
80        * unlimited/init.c: Ditto.
81        * unlimited/test1.c: Ditto.
82        * unlimited/test2.c: Ditto.
83        * unlimited/test3.c: Ditto.
84
852002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove ENABLE_GCC28.
88
892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac:
92        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
93        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
94        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
105
1062001-11-26      Ralf Corsepius
107
108        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
109
1102001-10-25      Eric Norum <eric.norum@usask.ca>
111
112        * cdtest/system.h: Configure 1 semaphore.  This probably covers
113        up not defining one for the GCC C++ Run-Time Libraries.
114
1152001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
118
1192001-10-12      Joel Sherrill <joel@OARcorp.com>
120
121        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
122        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
123        Fixed typo.
124
1252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
128        * configure.in: Remove.
129        * configure.ac: New file, generated from configure.in by autoupdate.
130
1312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
134        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
135        * cdtest/Makefile.am: Remove LD_LIBS.
136
1372001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
140        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
141        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
142        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
143        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
144        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
145        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
146        make-cxx-exe.
147        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
148        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
149
1502001-06-14      Joel Sherrill <joel@OARcorp.com>
151
152        * cdtest/system.h: Removed configure of POSIX mutexes since
153        there do not appear to be any used in this test.
154
1552001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
156
157        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
158
1592000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
162
1632000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
166
1672000-10-30      Joel Sherrill <joel@OARcorp.com>
168
169        * POSIX include files merged into newlib.  This resulted in
170        some definitions moving to other files and thus some secondary
171        effects in RTEMS source code.
172        * paranoia/paranoia.c: Commented out incorrect and conflicting
173        prototype of read().
174
1752000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
178        Switch to GNU canonicalization.
179        * sample.am: Remove DEFS.
180
1812000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
184        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
185        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
186        unlimited/Makefile.am: Include compile.am
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.