source: rtems/c/src/tests/samples/ChangeLog @ 3d9f688e

4.104.114.84.95
Last change on this file since 3d9f688e was 3d9f688e, checked in by Joel Sherrill <joel.sherrill@…>, on 01/03/03 at 20:51:34

2002-10-31 Chris Johns <ccj@…>

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