source: rtems/testsuites/samples/ChangeLog @ cb9b2bfc

4.104.114.84.95
Last change on this file since cb9b2bfc was cb9b2bfc, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/02 at 13:53:23

2002-04-14 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove ENABLE_GCC28.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove ENABLE_GCC28.
4
52002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac:
8        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
9        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
10        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
21
222001-11-26      Ralf Corsepius
23
24        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
25
262001-10-25      Eric Norum <eric.norum@usask.ca>
27
28        * cdtest/system.h: Configure 1 semaphore.  This probably covers
29        up not defining one for the GCC C++ Run-Time Libraries.
30
312001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
34
352001-10-12      Joel Sherrill <joel@OARcorp.com>
36
37        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
38        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
39        Fixed typo.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
50        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
51        * cdtest/Makefile.am: Remove LD_LIBS.
52
532001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
56        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
57        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
58        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
59        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
60        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
61        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
62        make-cxx-exe.
63        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
64        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
65
662001-06-14      Joel Sherrill <joel@OARcorp.com>
67
68        * cdtest/system.h: Removed configure of POSIX mutexes since
69        there do not appear to be any used in this test.
70
712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
72
73        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
74
752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
78
792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
82
832000-10-30      Joel Sherrill <joel@OARcorp.com>
84
85        * POSIX include files merged into newlib.  This resulted in
86        some definitions moving to other files and thus some secondary
87        effects in RTEMS source code.
88        * paranoia/paranoia.c: Commented out incorrect and conflicting
89        prototype of read().
90
912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
94        Switch to GNU canonicalization.
95        * sample.am: Remove DEFS.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
100        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
101        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
102        unlimited/Makefile.am: Include compile.am
103
1042000-08-10      Joel Sherrill <joel@OARcorp.com>
105
106        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.