source: rtems/c/src/tests/samples/ChangeLog @ 35290c9

4.104.114.84.95
Last change on this file since 35290c9 was 35290c9, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:13:03

2002-07-01 Joel Sherrill <joel@…>

  • unlimited/test1.c: Corrected use of _Objects_Information_table now that it is a two dimensional array based upon API and class.
  • Property mode set to 100644
File size: 4.1 KB
Line 
12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * unlimited/test1.c: Corrected use of _Objects_Information_table
4        now that it is a two dimensional array based upon API and class.
5
62002-04-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * base_sp/apptask.c: Include <stdlib.h>.
9        * hello/init.c: Ditto.
10        * paranoia/init.c: Ditto.
11        * ticker/tasks.c: Ditto.
12        * unlimited/init.c: Ditto.
13        * unlimited/test1.c: Ditto.
14        * unlimited/test2.c: Ditto.
15        * unlimited/test3.c: Ditto.
16
172002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove ENABLE_GCC28.
20
212002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac:
24        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
25        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
26        * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
37
382001-11-26      Ralf Corsepius
39
40        * cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
41
422001-10-25      Eric Norum <eric.norum@usask.ca>
43
44        * cdtest/system.h: Configure 1 semaphore.  This probably covers
45        up not defining one for the GCC C++ Run-Time Libraries.
46
472001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
50
512001-10-12      Joel Sherrill <joel@OARcorp.com>
52
53        * unlimited/init.c, unlimited/system.h, unlimited/test1.c,
54        unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
55        Fixed typo.
56
572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
60        * configure.in: Remove.
61        * configure.ac: New file, generated from configure.in by autoupdate.
62
632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * minimum/Makefile.am: Fix comments to make automake-1.5 happy.
66        * sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
67        * cdtest/Makefile.am: Remove LD_LIBS.
68
692001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * unlimited/Makefile.am: include leaf.am instead of leaf.cfg.
72        * base_mp/node2/Makefile.am: include leaf.am instead of leaf.cfg.
73        * base_mp/node1/Makefile.am: include leaf.am instead of leaf.cfg.
74        * hello/Makefile.am: include leaf.am instead of leaf.cfg.
75        * base_sp/Makefile.am: include leaf.am instead of leaf.cfg.
76        * paranoia/Makefile.am: include leaf.am instead of leaf.cfg.
77        * cdtest/Makefile.am: include leaf.am instead of leaf.cfg, use
78        make-cxx-exe.
79        * ticker/Makefile.am: include leaf.am instead of leaf.cfg.
80        * minimum/Makefile.am: include leaf.am instead of leaf.cfg.
81
822001-06-14      Joel Sherrill <joel@OARcorp.com>
83
84        * cdtest/system.h: Removed configure of POSIX mutexes since
85        there do not appear to be any used in this test.
86
872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
90
912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
992000-10-30      Joel Sherrill <joel@OARcorp.com>
100
101        * POSIX include files merged into newlib.  This resulted in
102        some definitions moving to other files and thus some secondary
103        effects in RTEMS source code.
104        * paranoia/paranoia.c: Commented out incorrect and conflicting
105        prototype of read().
106
1072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
110        Switch to GNU canonicalization.
111        * sample.am: Remove DEFS.
112
1132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
116        base_sp/Makefile.am, cdtest/Makefile.am, hello/Makefile.am,
117        minimum/Makefile.am, paranoia/Makefile.am, ticker/Makefile.am,
118        unlimited/Makefile.am: Include compile.am
119
1202000-08-10      Joel Sherrill <joel@OARcorp.com>
121
122        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.