source: rtems/testsuites/tmitrontests/ChangeLog @ 8f71a36

4.104.114.84.95
Last change on this file since 8f71a36 was 1aac900, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 15:16:32
  • tmitronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
  • Property mode set to 100644
File size: 4.9 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * tmitronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * tmitronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
8
92004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * include/timesys.h: Convert to using c99 fixed size types.
12
132004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * include/Makefile.am: Remove.
16        * Makefile.am: Merge-in include/Makefile.am.
17        * configure.ac: Reflect changes above.
18
192004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Add 2nd arg to RTEMS_TOP.
22
232004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * tmitronsem01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
26        Add PRE/TMPINSTALL_FILES to CLEANFILES.
27
282003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * tmitrontests.am: Add dirstamp support.
31
322003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
39
402003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * include/Makefile.am: Reformat.
43        * tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
44
452003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Reflect having moved to testsuites/.
48
492003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove RTEMS_CANONICAL_HOST.
52
532003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac:Remove RTEMS_CHECK_CPU.
56
572003-09-04      Joel Sherrill <joel@OARcorp.com>
58
59        * include/timesys.h, tmitronsem01/init.c, tmitronsem01/system.h,
60        tmitronsem01/tmitronsem01.doc: URL for license changed.
61
622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect having moved aclocal/.
65
662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect having moved automake/.
69        * include/Makefile.am: Reflect having moved automake/.
70        * tmitronsem01/Makefile.am: Reflect having moved automake/.
71
722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
75
762003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
79        CC_CFLAGS_DEFAULT (obsolete).
80
812003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
84        Remove CC_LDFLAGS_PROFILE_V.
85
862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Remove AC_CONFIG_AUX_DIR.
89
902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
93
942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: AC_PREREQ(2.57).
97
982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Reformat.
101        Add autom4te*cache.
102        Remove autom4te.cache.
103
1042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
107
1082002-08-01      Joel Sherrill <joel@OARcorp.com>
109
110        * Per PR47 add support for buffered test output.  This involved
111        adding defines to redirect output to a buffer and dump it when
112        full, at "test pause", and at exit.  To avoid problems when redefining
113        exit(), all tests were modified to call rtems_test_exit().
114        Some tests, notable psxtests, had to be modified to include
115        the standard test macro .h file (pmacros.h or tmacros.h) to
116        enable this support.
117        * tmitronsem01/init.c: Modified.
118
1192002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Remove ENABLE_GCC28.
122
1232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac:
126        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
127        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
128        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
131
1322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
135        * configure.in: Remove.
136        * configure.ac: New file, generated from configure.in by autoupdate.
137
1382001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
141
1422001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
145
1462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162        * tmitrontests.am: Remove DEFS.
163
1642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * tmitronsem01/Makefile.am: Include compile.am
167
1682000-08-10      Joel Sherrill <joel@OARcorp.com>
169
170        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.