source: rtems/testsuites/libtests/ChangeLog @ 8d8571e2

4.104.114.84.95
Last change on this file since 8d8571e2 was dfd2947f, checked in by Joel Sherrill <joel.sherrill@…>, on 03/13/07 at 20:02:45

2007-03-13 Joel Sherrill <joel@…>

  • tztest/init.c: Call tzset() even though it may be called for us implicitly along the way.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12007-03-13      Joel Sherrill <joel@OARcorp.com>
2
3        * tztest/init.c: Call tzset() even though it may be called for us
4        implicitly along the way.
5
62007-03-13      Joel Sherrill <joel@OARcorp.com>
7
8        * tztest/.cvsignore: New file.
9
102007-03-13      Joel Sherrill <joel@OARcorp.com>
11
12        * Makefile.am, configure.ac: Added timezone test.
13        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
14        tztest/tztest.scn: New files.
15
162007-03-05      Joel Sherrill <joel@OARcorp.com>
17
18        * malloctest/init.c: Be explicit about need for default and floating
19        point attributes. This is just a style change.
20
212007-02-06      Joel Sherrill <joel@OARcorp.com>
22
23        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
24        issues in message queue tests.
25
262006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: New BUG-REPORT address.
29
302006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Require autoconf-2.60. Require automake-1.10.
33
342006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
37        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
38        docdir. Use rtems_testsdir instead.
39
402006-02-08      Joel Sherrill <joel@OARcorp.com>
41
42        * rtems++/Task1.cc: Fix warnings.
43
442005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Remove RTEMS_ENABLE_BARE,
47        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
48
492005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
52        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
53        stackchk/Makefile.am, termios/Makefile.am:
54        Convert to using *_PROGRAMS.
55
562005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * cpuuse/Makefile.am, malloctest/Makefile.am,
59        monitor/Makefile.am, putenvtest/Makefile.am,
60        rtems++/Makefile.am, rtmonuse/Makefile.am,
61        stackchk/Makefile.am, termios/Makefile.am: Rework.
62
632005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
66        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
67        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
68        * libtests.am: Remove.
69
702005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
73        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
74        stackchk/Makefile.am, termios/Makefile.am:
75        AM_CPPFLAGS += -I..../support/include.
76
772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
80        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
81
822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * libtests.am: Remove LIB_VARIANT.
85
862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
89        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
90        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
91
922005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * Makefile.am: Cleanup.
95
962005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
99        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
100        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
101        stackchk/Makefile.am, termios/Makefile.am:
102        Partial conversion to automake.
103
1042005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * rtems++/Makefile.am: Remove LIB_VARIANT.
107
1082004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Remove -ansi to prevent folks from further damaging
111        the code with broken prototypes.
112        * putenvtest/init.c: Remove broken putenv prototype.
113        * termios/init.c (print_c_cc): Don't loop over NCCS.
114
1152004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * configure.ac: Require automake > 1.9.
118
1192004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
122        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
123        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
124        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
125        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
126        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
127        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
128        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
129
1302004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
131
132        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
133        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
134        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
135        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
136        using c99 fixed size types.
137
1382004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add 2nd arg to RTEMS_TOP.
141
1422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
145        Add PRE/TMPINSTALL_FILES to CLEANFILES.
146        * malloctest/Makefile.am: Ditto.
147        * monitor/Makefile.am: Ditto.
148        * putenvtest/Makefile.am: Ditto.
149        * rtems++/Makefile.am: Ditto.
150        * rtmonuse/Makefile.am: Ditto.
151        * stackchk/Makefile.am: Ditto.
152        * termios/Makefile.am: Ditto.
153
1542003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * libtests.am: Add dirstamp support.
157
1582003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
161
1622003-12-16      Joel Sherrill <joel@OARcorp.com>
163
164        PR 544/tests
165        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
166        tests account for resources and not print at inappropriate times.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
171
1722003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
175        * malloctest/Makefile.am: Remove all-local: $(ARCH).
176        * monitor/Makefile.am: Remove all-local: $(ARCH).
177        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
178        * rtems++/Makefile.am: Remove all-local: $(ARCH).
179        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
180        * stackchk/Makefile.am: Remove all-local: $(ARCH).
181        * termios/Makefile.am: Remove all-local: $(ARCH).
182
1832003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Reflect having moved to testsuites/.
186
1872003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Remove RTEMS_CANONICAL_HOST.
190
1912003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac:Remove RTEMS_CHECK_CPU.
194
1952003-09-04      Joel Sherrill <joel@OARcorp.com>
196
197        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
198        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
199        malloctest/system.h, malloctest/task1.c, monitor/init.c,
200        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
201        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
202        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
203        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
204        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
205        stackchk/task1.c: URL for license changed.
206
2072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect having moved aclocal/.
210
2112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Reflect having moved automake/.
214        * cpuuse/Makefile.am: Reflect having moved automake/.
215        * malloctest/Makefile.am: Reflect having moved automake/.
216        * monitor/Makefile.am: Reflect having moved automake/.
217        * putenvtest/Makefile.am: Reflect having moved automake/.
218        * rtems++/Makefile.am: Reflect having moved automake/.
219        * rtmonuse/Makefile.am: Reflect having moved automake/.
220        * stackchk/Makefile.am: Reflect having moved automake/.
221        * termios/Makefile.am: Reflect having moved automake/.
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
226
2272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Remove AC_CONFIG_AUX_DIR.
230
2312003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Unconditionally check for CXX.
234        Require autoconf-2.57, automake-1.7.2.
235        * rtems++: Eliminate CC_O_FILES.
236
2372002-12-02      Joel Sherrill <joel@OARcorp.com>
238
239        * malloctest/init.c: Tasks should be floating point.
240
2412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * .cvsignore: Reformat.
244        Add autom4te*cache.
245        Remove autom4te.cache.
246
2472002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
250        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
251        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
252        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
253        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
254        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
255        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
256        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
257
2582002-08-01      Joel Sherrill <joel@OARcorp.com>
259
260        * Per PR47 add support for buffered test output.  This involved
261        adding defines to redirect output to a buffer and dump it when
262        full, at "test pause", and at exit.  To avoid problems when redefining
263        exit(), all tests were modified to call rtems_test_exit().
264        Some tests, notable psxtests, had to be modified to include
265        the standard test macro .h file (pmacros.h or tmacros.h) to
266        enable this support.
267        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
268        rtmonuse/task1.c, termios/init.c: Modified.
269
2702002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove ENABLE_GCC28.
273
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac:
277        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
278        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
279        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
288
2892001-11-01      Joel Sherrill <joel@OARcorp.com>
290
291        * rtems++/Makefile.am: Make sure debug variant of librtems++
292        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
293        and processed as PR78.
294
2952001-10-25      Joel Sherrill <joel@OARcorp.com>
296
297        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
298
2992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
302        * configure.in: Remove.
303        * configure.ac: New file, generated from configure.in by autoupdate.
304
3052001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
308        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
309
3102001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
313        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
314        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
315        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
316        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
317        make-cxx-exe.
318        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
319        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
320        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
321
3222001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
325
3262000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
329
3302000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
333
3342000-11-01      Joel Sherrill <joel@OARcorp.com>
335
336        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
337        libcsupport.h moved from libc to lib/include/rtems and now must
338        be referenced as <rtems/XXX.h>. 
339
3402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
343        Switch to GNU canonicalization.
344        * libtests.am: Remove DEFS.
345
3462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
349        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
350        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
351
3522000-08-10      Joel Sherrill <joel@OARcorp.com>
353
354        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.