source: rtems/testsuites/tmitrontests/ChangeLog @ ac3a07ae

4.104.114.84.95
Last change on this file since ac3a07ae was ac3a07ae, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/30/04 at 11:17:24

2004-03-30 Ralf Corsepius <ralf_corsepius@…>

  • include/timesys.h: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/timesys.h: Convert to using c99 fixed size types.
4
52004-03-26      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/Makefile.am: Remove.
8        * Makefile.am: Merge-in include/Makefile.am.
9        * configure.ac: Reflect changes above.
10
112004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Add 2nd arg to RTEMS_TOP.
14
152004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * tmitronsem01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
18        Add PRE/TMPINSTALL_FILES to CLEANFILES.
19
202003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * tmitrontests.am: Add dirstamp support.
23
242003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
31
322003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * include/Makefile.am: Reformat.
35        * tmitronsem01/Makefile.am: Remove all-local: $(ARCH).
36
372003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Reflect having moved to testsuites/.
40
412003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Remove RTEMS_CANONICAL_HOST.
44
452003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac:Remove RTEMS_CHECK_CPU.
48
492003-09-04      Joel Sherrill <joel@OARcorp.com>
50
51        * include/timesys.h, tmitronsem01/init.c, tmitronsem01/system.h,
52        tmitronsem01/tmitronsem01.doc: URL for license changed.
53
542003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect having moved aclocal/.
57
582003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect having moved automake/.
61        * include/Makefile.am: Reflect having moved automake/.
62        * tmitronsem01/Makefile.am: Reflect having moved automake/.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
67
682003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
71        CC_CFLAGS_DEFAULT (obsolete).
72
732003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
76        Remove CC_LDFLAGS_PROFILE_V.
77
782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Remove AC_CONFIG_AUX_DIR.
81
822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
85
862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: AC_PREREQ(2.57).
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
99
1002002-08-01      Joel Sherrill <joel@OARcorp.com>
101
102        * Per PR47 add support for buffered test output.  This involved
103        adding defines to redirect output to a buffer and dump it when
104        full, at "test pause", and at exit.  To avoid problems when redefining
105        exit(), all tests were modified to call rtems_test_exit().
106        Some tests, notable psxtests, had to be modified to include
107        the standard test macro .h file (pmacros.h or tmacros.h) to
108        enable this support.
109        * tmitronsem01/init.c: Modified.
110
1112002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove ENABLE_GCC28.
114
1152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac:
118        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
119        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
120        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
123
1242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
127        * configure.in: Remove.
128        * configure.ac: New file, generated from configure.in by autoupdate.
129
1302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
133
1342001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
137
1382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
141
1422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
145
1462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
149
1502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
153        Switch to GNU canonicalization.
154        * tmitrontests.am: Remove DEFS.
155
1562000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * tmitronsem01/Makefile.am: Include compile.am
159
1602000-08-10      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.