source: rtems/testsuites/samples/ChangeLog @ 7ab11c0

4.104.114.84.95
Last change on this file since 7ab11c0 was 7ab11c0, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 22:55:54

2003-01-03 Joel Sherrill <joel@…>

  • unlimited/system.h, unlimited/test1.c: Backed off previous modification as it does not compile.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-01-03      Joel Sherrill <joel@OARcorp.com>
2
3        * unlimited/system.h, unlimited/test1.c: Backed off previous
4        modification as it does not compile.
5
62002-10-31      Chris Johns <ccj@acm.org>
7
8        * unlimited/test1.c: PR296. Only fails if more tasks than allowed
9        can be created. 
10        * unlimited/system.h: PR296. Reference the number of tasks in the
11        configuration table rather than a hardcoded number.
12
132002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Unconditionally check for CXX (Hack to bug in
16        autoconf > 2.54).
17
182002-10-31      Joel Sherrill <joel@OARcorp.com>
19
20        * base_mp/apptask.c: Removed warning.
21
222002-10-28      Joel Sherrill <joel@OARcorp.com>
23
24        * base_mp/apptask.c: Add include of <unistd.h> to eliminate warning.
25
262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * .cvsignore: Reformat.
29        Add autom4te*cache.
30        Remove autom4te.cache.
31
322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * hello/Makefile.am: Use .$(OBJEXT) instead of .o.
39        * minimum/Makefile.am: Use .$(OBJEXT) instead of .o.
40        * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o.
41        * ticker/Makefile.am: Use .$(OBJEXT) instead of .o.
42        * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
43
442002-08-01      Joel Sherrill <joel@OARcorp.com>
45
46        * Per PR47 add support for buffered test output.  This involved
47        adding defines to redirect output to a buffer and dump it when
48        full, at "test pause", and at exit.  To avoid problems when redefining
49        exit(), all tests were modified to call rtems_test_exit().
50        Some tests, notable psxtests, had to be modified to include
51        the standard test macro .h file (pmacros.h or tmacros.h) to
52        enable this support.
53        * cdtest/init.c: Modified.
54
552002-07-01      Joel Sherrill <joel@OARcorp.com>
56
57        * unlimited/test1.c: Corrected use of _Objects_Information_table
58        now that it is a two dimensional array based upon API and class.
59
602002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * base_sp/apptask.c: Include <stdlib.h>.
63        * hello/init.c: Ditto.
64        * paranoia/init.c: Ditto.
65        * ticker/tasks.c: Ditto.
66        * unlimited/init.c: Ditto.
67        * unlimited/test1.c: Ditto.
68        * unlimited/test2.c: Ditto.
69        * unlimited/test3.c: Ditto.
70
712002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove ENABLE_GCC28.
74
752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac:
78        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
79        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
80        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
91
922001-11-26      Ralf Corsepius
93
94        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
95
962001-10-25      Eric Norum <eric.norum@usask.ca>
97
98        * cdtest/system.h: Configure 1 semaphore.  This probably covers
99        up not defining one for the GCC C++ Run-Time Libraries.
100
1012001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
104
1052001-10-12      Joel Sherrill <joel@OARcorp.com>
106
107        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
108        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
109        Fixed typo.
110
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
120        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
121        * cdtest/Makefile.am: Remove LD_LIBS.
122
1232001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
126        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
127        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
128        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
129        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
130        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
131        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
132        make-cxx-exe.
133        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
134        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
135
1362001-06-14      Joel Sherrill <joel@OARcorp.com>
137
138        * cdtest/system.h: Removed configure of POSIX mutexes since
139        there do not appear to be any used in this test.
140
1412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
142
143        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
144
1452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
148
1492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
152
1532000-10-30      Joel Sherrill <joel@OARcorp.com>
154
155        * POSIX include files merged into newlib.  This resulted in
156        some definitions moving to other files and thus some secondary
157        effects in RTEMS source code.
158        * paranoia/paranoia.c: Commented out incorrect and conflicting
159        prototype of read().
160
1612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
164        Switch to GNU canonicalization.
165        * sample.am: Remove DEFS.
166
1672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
170        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
171        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
172        unlimited/Makefile.am: Include compile.am
173
1742000-08-10      Joel Sherrill <joel@OARcorp.com>
175
176        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.