source: rtems/c/src/tests/samples/ChangeLog @ d25d17b

4.104.114.84.95
Last change on this file since d25d17b was d25d17b, checked in by Joel Sherrill <joel.sherrill@…>, on 04/17/02 at 14:01:40

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

  • base_sp/apptask.c: Include <stdlib.h>.
  • hello/init.c: Ditto.
  • paranoia/init.c: Ditto.
  • ticker/tasks.c: Ditto.
  • unlimited/init.c: Ditto.
  • unlimited/test1.c: Ditto.
  • unlimited/test2.c: Ditto.
  • unlimited/test3.c: Ditto.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * base_sp/apptask.c: Include <stdlib.h>.
4        * hello/init.c: Ditto.
5        * paranoia/init.c: Ditto.
6        * ticker/tasks.c: Ditto.
7        * unlimited/init.c: Ditto.
8        * unlimited/test1.c: Ditto.
9        * unlimited/test2.c: Ditto.
10        * unlimited/test3.c: Ditto.
11
122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove ENABLE_GCC28.
15
162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac:
19        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
20        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
21        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332001-11-26      Ralf Corsepius
34
35        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
36
372001-10-25      Eric Norum <eric.norum@usask.ca>
38
39        * cdtest/system.h: Configure 1 semaphore.  This probably covers
40        up not defining one for the GCC C++ Run-Time Libraries.
41
422001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
45
462001-10-12      Joel Sherrill <joel@OARcorp.com>
47
48        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
49        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
50        Fixed typo.
51
522001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
55        * configure.in: Remove.
56        * configure.ac: New file, generated from configure.in by autoupdate.
57
582001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
61        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
62        * cdtest/Makefile.am: Remove LD_LIBS.
63
642001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
67        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
68        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
69        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
70        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
71        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
72        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
73        make-cxx-exe.
74        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
75        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
76
772001-06-14      Joel Sherrill <joel@OARcorp.com>
78
79        * cdtest/system.h: Removed configure of POSIX mutexes since
80        there do not appear to be any used in this test.
81
822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
85
862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
89
902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
93
942000-10-30      Joel Sherrill <joel@OARcorp.com>
95
96        * POSIX include files merged into newlib.  This resulted in
97        some definitions moving to other files and thus some secondary
98        effects in RTEMS source code.
99        * paranoia/paranoia.c: Commented out incorrect and conflicting
100        prototype of read().
101
1022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
105        Switch to GNU canonicalization.
106        * sample.am: Remove DEFS.
107
1082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
111        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
112        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
113        unlimited/Makefile.am: Include compile.am
114
1152000-08-10      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.