source: rtems/testsuites/libtests/ChangeLog @ a06eb01

4.104.114.84.95
Last change on this file since a06eb01 was a06eb01, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 22:28:48

2006-02-08 Joel Sherrill <joel@…>

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