source: rtems/c/src/tests/itrontests/ChangeLog @ 2f564fee

4.104.114.84.95
Last change on this file since 2f564fee was 2f564fee, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:53:25

2003-09-04 Joel Sherrill <joel@…>

  • itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h, itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h, itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c, itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c, itrontask01/itrontask01.doc, itrontask01/system.h, itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c, itrontask02/itrontask02.doc, itrontask02/system.h, itrontask03/init.c, itrontask03/itrontask03.doc, itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c, itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c, itrontask04/itrontask04.doc, itrontask04/system.h, itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c, itrontime01/init.c, itrontime01/system.h: URL for license changed.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
4        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
5        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
6        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
7        itrontask01/itrontask01.doc, itrontask01/system.h,
8        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
9        itrontask02/itrontask02.doc, itrontask02/system.h,
10        itrontask03/init.c, itrontask03/itrontask03.doc,
11        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
12        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
13        itrontask04/itrontask04.doc, itrontask04/system.h,
14        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
15        itrontime01/init.c, itrontime01/system.h: URL for license changed.
16
172003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect having moved aclocal/.
20
212003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect having moved automake/.
24        * itronhello/Makefile.am: Reflect having moved automake/.
25        * itronmbf01/Makefile.am: Reflect having moved automake/.
26        * itronmbox01/Makefile.am: Reflect having moved automake/.
27        * itronsem01/Makefile.am: Reflect having moved automake/.
28        * itrontask01/Makefile.am: Reflect having moved automake/.
29        * itrontask02/Makefile.am: Reflect having moved automake/.
30        * itrontask03/Makefile.am: Reflect having moved automake/.
31        * itrontask04/Makefile.am: Reflect having moved automake/.
32        * itrontime01/Makefile.am: Reflect having moved automake/.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
37
382003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
41        CC_CFLAGS_DEFAULT (obsolete).
42
432003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
46        Remove CC_LDFLAGS_PROFILE_V.
47
482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: Remove AC_CONFIG_AUX_DIR.
51
522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
55
562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * configure.ac: AC_PREREQ(2.57).
59
602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * .cvsignore: Reformat.
63        Add autom4te*cache.
64        Remove autom4te.cache.
65
662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-08-01      Joel Sherrill <joel@OARcorp.com>
79
80        * Per PR47 add support for buffered test output.  This involved
81        adding defines to redirect output to a buffer and dump it when
82        full, at "test pause", and at exit.  To avoid problems when redefining
83        exit(), all tests were modified to call rtems_test_exit().
84        Some tests, notable psxtests, had to be modified to include
85        the standard test macro .h file (pmacros.h or tmacros.h) to
86        enable this support.
87        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
88        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
89        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
90
912002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Remove ENABLE_GCC28.
94
952002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac:
98        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
99        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
100        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
110
1112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
114        * configure.in: Remove.
115        * configure.ac: New file, generated from configure.in by autoupdate.
116
1172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
120
1212001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
124        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
125        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
126        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
127        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
128        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
129        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
130        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
131        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
132
1332001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
134
135        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
136
1372001-04-20      Joel Sherrill <joel@OARcorp.com>
138
139        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
140        itronsem01/itronsem01.scn, itrontime01/init.c: Various
141        adjustments so test output matches screens more reliably.
142
1432000-11-20      Joel Sherrill <joel@OARcorp.com>
144
145        * itrontask01/system.h: Configure enough stack memory.
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159        * itrontests.am: Remove DEFS.
160
1612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * itronhello/Makefile.am, itronmbf01/Makefile.am,
164        itronmbox01/Makefile.am, itronsem01/Makefile.am,
165        itrontask01/Makefile.am, itrontask02/Makefile.am,
166        itrontask03/Makefile.am, itrontask04/Makefile.am,
167        itrontime01/Makefile.am: Include compile.am
168
1692000-08-10      Joel Sherrill <joel@OARcorp.com>
170
171        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.