source: rtems/testsuites/libtests/ChangeLog @ 5840b03

4.104.114.84.95
Last change on this file since 5840b03 was 5840b03, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:40:06
  • cpuuse/Makefile.am: Rework.
  • malloctest/Makefile.am: Rework.
  • monitor/Makefile.am: Rework.
  • putenvtest/Makefile.am: Rework.
  • rtems++/Makefile.am: Rework.
  • rtmonuse/Makefile.am: Rework.
  • stackchk/Makefile.am: Rework.
  • termios/Makefile.am: Rework.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * libtests/cpuuse/Makefile.am, libtests/malloctest/Makefile.am,
4        libtests/monitor/Makefile.am, libtests/putenvtest/Makefile.am,
5        libtests/rtems++/Makefile.am, libtests/rtmonuse/Makefile.am,
6        libtests/stackchk/Makefile.am, libtests/termios/Makefile.am: Rework.
7
82005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
9
10        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
11        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
12        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
13        * libtests.am: Remove.
14
152005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
18        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
19        stackchk/Makefile.am, termios/Makefile.am:
20        AM_CPPFLAGS += -I..../support/include.
21
222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
25        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
26
272005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
28
29        * libtests.am: Remove LIB_VARIANT.
30
312005-11-07      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: Remove SRC, PRINT_SRC.
36
372005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Cleanup.
40
412005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
44        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
45        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
46        stackchk/Makefile.am, termios/Makefile.am:
47        Partial conversion to automake.
48
492005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * rtems++/Makefile.am: Remove LIB_VARIANT.
52
532004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Remove -ansi to prevent folks from further damaging
56        the code with broken prototypes.
57        * putenvtest/init.c: Remove broken putenv prototype.
58        * termios/init.c (print_c_cc): Don't loop over NCCS.
59
602004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * configure.ac: Require automake > 1.9.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
67        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
68        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
69        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
70        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
71        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
72        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
73        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
74
752004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
78        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
79        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
80        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
81        using c99 fixed size types.
82
832004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Add 2nd arg to RTEMS_TOP.
86
872004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
90        Add PRE/TMPINSTALL_FILES to CLEANFILES.
91        * malloctest/Makefile.am: Ditto.
92        * monitor/Makefile.am: Ditto.
93        * putenvtest/Makefile.am: Ditto.
94        * rtems++/Makefile.am: Ditto.
95        * rtmonuse/Makefile.am: Ditto.
96        * stackchk/Makefile.am: Ditto.
97        * termios/Makefile.am: Ditto.
98
992003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * libtests.am: Add dirstamp support.
102
1032003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
106
1072003-12-16      Joel Sherrill <joel@OARcorp.com>
108
109        PR 544/tests
110        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
111        tests account for resources and not print at inappropriate times.
112
1132003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
116
1172003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
120        * malloctest/Makefile.am: Remove all-local: $(ARCH).
121        * monitor/Makefile.am: Remove all-local: $(ARCH).
122        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
123        * rtems++/Makefile.am: Remove all-local: $(ARCH).
124        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
125        * stackchk/Makefile.am: Remove all-local: $(ARCH).
126        * termios/Makefile.am: Remove all-local: $(ARCH).
127
1282003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Reflect having moved to testsuites/.
131
1322003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Remove RTEMS_CANONICAL_HOST.
135
1362003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:Remove RTEMS_CHECK_CPU.
139
1402003-09-04      Joel Sherrill <joel@OARcorp.com>
141
142        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
143        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
144        malloctest/system.h, malloctest/task1.c, monitor/init.c,
145        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
146        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
147        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
148        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
149        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
150        stackchk/task1.c: URL for license changed.
151
1522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Reflect having moved aclocal/.
155
1562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect having moved automake/.
159        * cpuuse/Makefile.am: Reflect having moved automake/.
160        * malloctest/Makefile.am: Reflect having moved automake/.
161        * monitor/Makefile.am: Reflect having moved automake/.
162        * putenvtest/Makefile.am: Reflect having moved automake/.
163        * rtems++/Makefile.am: Reflect having moved automake/.
164        * rtmonuse/Makefile.am: Reflect having moved automake/.
165        * stackchk/Makefile.am: Reflect having moved automake/.
166        * termios/Makefile.am: Reflect having moved automake/.
167
1682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175
1762003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Unconditionally check for CXX.
179        Require autoconf-2.57, automake-1.7.2.
180        * rtems++: Eliminate CC_O_FILES.
181
1822002-12-02      Joel Sherrill <joel@OARcorp.com>
183
184        * malloctest/init.c: Tasks should be floating point.
185
1862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Reformat.
189        Add autom4te*cache.
190        Remove autom4te.cache.
191
1922002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
195        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
196        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
197        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
198        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
199        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
200        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
201        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
202
2032002-08-01      Joel Sherrill <joel@OARcorp.com>
204
205        * Per PR47 add support for buffered test output.  This involved
206        adding defines to redirect output to a buffer and dump it when
207        full, at "test pause", and at exit.  To avoid problems when redefining
208        exit(), all tests were modified to call rtems_test_exit().
209        Some tests, notable psxtests, had to be modified to include
210        the standard test macro .h file (pmacros.h or tmacros.h) to
211        enable this support.
212        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
213        rtmonuse/task1.c, termios/init.c: Modified.
214
2152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Remove ENABLE_GCC28.
218
2192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac:
222        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
223        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
224        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
233
2342001-11-01      Joel Sherrill <joel@OARcorp.com>
235
236        * rtems++/Makefile.am: Make sure debug variant of librtems++
237        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
238        and processed as PR78.
239
2402001-10-25      Joel Sherrill <joel@OARcorp.com>
241
242        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
243
2442001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
247        * configure.in: Remove.
248        * configure.ac: New file, generated from configure.in by autoupdate.
249
2502001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
253        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
254
2552001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
258        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
259        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
260        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
261        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
262        make-cxx-exe.
263        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
264        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
265        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
266
2672001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
268
269        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
270
2712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
274
2752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
278
2792000-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
282        libcsupport.h moved from libc to lib/include/rtems and now must
283        be referenced as <rtems/XXX.h>. 
284
2852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
288        Switch to GNU canonicalization.
289        * libtests.am: Remove DEFS.
290
2912000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
294        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
295        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
296
2972000-08-10      Joel Sherrill <joel@OARcorp.com>
298
299        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.