source: rtems/testsuites/libtests/ChangeLog @ e6c977e3

4.104.114.84.95
Last change on this file since e6c977e3 was 1fd1595, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/05 at 15:30:31

2005-11-22 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_ENABLE_BARE, BARE_CPU_CFLAGS, BARE_CPU_MODEL.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_ENABLE_BARE,
4        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
5
62005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
9        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
10        stackchk/Makefile.am, termios/Makefile.am:
11        Convert to using *_PROGRAMS.
12
132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * cpuuse/Makefile.am, malloctest/Makefile.am,
16        monitor/Makefile.am, putenvtest/Makefile.am,
17        rtems++/Makefile.am, rtmonuse/Makefile.am,
18        stackchk/Makefile.am, termios/Makefile.am: Rework.
19
202005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
23        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
24        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
25        * libtests.am: Remove.
26
272005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
30        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
31        stackchk/Makefile.am, termios/Makefile.am:
32        AM_CPPFLAGS += -I..../support/include.
33
342005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
37        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
38
392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * libtests.am: Remove LIB_VARIANT.
42
432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
46        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
47        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
48
492005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Cleanup.
52
532005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
56        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
57        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
58        stackchk/Makefile.am, termios/Makefile.am:
59        Partial conversion to automake.
60
612005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * rtems++/Makefile.am: Remove LIB_VARIANT.
64
652004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * configure.ac: Remove -ansi to prevent folks from further damaging
68        the code with broken prototypes.
69        * putenvtest/init.c: Remove broken putenv prototype.
70        * termios/init.c (print_c_cc): Don't loop over NCCS.
71
722004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Require automake > 1.9.
75
762004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
79        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
80        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
81        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
82        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
83        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
84        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
85        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
86
872004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
90        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
91        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
92        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
93        using c99 fixed size types.
94
952004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add 2nd arg to RTEMS_TOP.
98
992004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
102        Add PRE/TMPINSTALL_FILES to CLEANFILES.
103        * malloctest/Makefile.am: Ditto.
104        * monitor/Makefile.am: Ditto.
105        * putenvtest/Makefile.am: Ditto.
106        * rtems++/Makefile.am: Ditto.
107        * rtmonuse/Makefile.am: Ditto.
108        * stackchk/Makefile.am: Ditto.
109        * termios/Makefile.am: Ditto.
110
1112003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * libtests.am: Add dirstamp support.
114
1152003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
118
1192003-12-16      Joel Sherrill <joel@OARcorp.com>
120
121        PR 544/tests
122        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
123        tests account for resources and not print at inappropriate times.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
128
1292003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
132        * malloctest/Makefile.am: Remove all-local: $(ARCH).
133        * monitor/Makefile.am: Remove all-local: $(ARCH).
134        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
135        * rtems++/Makefile.am: Remove all-local: $(ARCH).
136        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
137        * stackchk/Makefile.am: Remove all-local: $(ARCH).
138        * termios/Makefile.am: Remove all-local: $(ARCH).
139
1402003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Reflect having moved to testsuites/.
143
1442003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove RTEMS_CANONICAL_HOST.
147
1482003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac:Remove RTEMS_CHECK_CPU.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
155        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
156        malloctest/system.h, malloctest/task1.c, monitor/init.c,
157        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
158        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
159        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
160        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
161        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
162        stackchk/task1.c: URL for license changed.
163
1642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved aclocal/.
167
1682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved automake/.
171        * cpuuse/Makefile.am: Reflect having moved automake/.
172        * malloctest/Makefile.am: Reflect having moved automake/.
173        * monitor/Makefile.am: Reflect having moved automake/.
174        * putenvtest/Makefile.am: Reflect having moved automake/.
175        * rtems++/Makefile.am: Reflect having moved automake/.
176        * rtmonuse/Makefile.am: Reflect having moved automake/.
177        * stackchk/Makefile.am: Reflect having moved automake/.
178        * termios/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
183
1842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove AC_CONFIG_AUX_DIR.
187
1882003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Unconditionally check for CXX.
191        Require autoconf-2.57, automake-1.7.2.
192        * rtems++: Eliminate CC_O_FILES.
193
1942002-12-02      Joel Sherrill <joel@OARcorp.com>
195
196        * malloctest/init.c: Tasks should be floating point.
197
1982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * .cvsignore: Reformat.
201        Add autom4te*cache.
202        Remove autom4te.cache.
203
2042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
207        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
208        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
209        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
210        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
211        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
212        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
213        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
214
2152002-08-01      Joel Sherrill <joel@OARcorp.com>
216
217        * Per PR47 add support for buffered test output.  This involved
218        adding defines to redirect output to a buffer and dump it when
219        full, at "test pause", and at exit.  To avoid problems when redefining
220        exit(), all tests were modified to call rtems_test_exit().
221        Some tests, notable psxtests, had to be modified to include
222        the standard test macro .h file (pmacros.h or tmacros.h) to
223        enable this support.
224        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
225        rtmonuse/task1.c, termios/init.c: Modified.
226
2272002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove ENABLE_GCC28.
230
2312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac:
234        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
235        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
236        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
245
2462001-11-01      Joel Sherrill <joel@OARcorp.com>
247
248        * rtems++/Makefile.am: Make sure debug variant of librtems++
249        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
250        and processed as PR78.
251
2522001-10-25      Joel Sherrill <joel@OARcorp.com>
253
254        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
255
2562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
259        * configure.in: Remove.
260        * configure.ac: New file, generated from configure.in by autoupdate.
261
2622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
265        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
266
2672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
270        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
271        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
272        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
273        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
274        make-cxx-exe.
275        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
276        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
277        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
278
2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
2832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
286
2872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
290
2912000-11-01      Joel Sherrill <joel@OARcorp.com>
292
293        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
294        libcsupport.h moved from libc to lib/include/rtems and now must
295        be referenced as <rtems/XXX.h>. 
296
2972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
300        Switch to GNU canonicalization.
301        * libtests.am: Remove DEFS.
302
3032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
306        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
307        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
308
3092000-08-10      Joel Sherrill <joel@OARcorp.com>
310
311        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.