source: rtems/c/src/tests/samples/ChangeLog @ 42b7ce27

4.104.114.84.95
Last change on this file since 42b7ce27 was 42b7ce27, checked in by Joel Sherrill <joel.sherrill@…>, on 10/28/02 at 13:58:19

2002-10-28 Joel Sherrill <joel@…>

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