source: rtems/c/src/tests/samples/ChangeLog @ 8730f45

4.104.114.84.95
Last change on this file since 8730f45 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

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