source: rtems/testsuites/libtests/ChangeLog @ af6ad5d

4.104.114.84.95
Last change on this file since af6ad5d was af6ad5d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:35:35
  • cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
4        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
5        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
6
72005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * Makefile.am: Cleanup.
10
112005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
14        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
15        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
16        stackchk/Makefile.am, termios/Makefile.am:
17        Partial conversion to automake.
18
192005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * rtems++/Makefile.am: Remove LIB_VARIANT.
22
232004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * configure.ac: Remove -ansi to prevent folks from further damaging
26        the code with broken prototypes.
27        * putenvtest/init.c: Remove broken putenv prototype.
28        * termios/init.c (print_c_cc): Don't loop over NCCS.
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
37        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
38        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
39        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
40        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
41        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
42        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
43        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
44
452004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
48        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
49        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
50        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
51        using c99 fixed size types.
52
532004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Add 2nd arg to RTEMS_TOP.
56
572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
60        Add PRE/TMPINSTALL_FILES to CLEANFILES.
61        * malloctest/Makefile.am: Ditto.
62        * monitor/Makefile.am: Ditto.
63        * putenvtest/Makefile.am: Ditto.
64        * rtems++/Makefile.am: Ditto.
65        * rtmonuse/Makefile.am: Ditto.
66        * stackchk/Makefile.am: Ditto.
67        * termios/Makefile.am: Ditto.
68
692003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * libtests.am: Add dirstamp support.
72
732003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
76
772003-12-16      Joel Sherrill <joel@OARcorp.com>
78
79        PR 544/tests
80        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
81        tests account for resources and not print at inappropriate times.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
86
872003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
90        * malloctest/Makefile.am: Remove all-local: $(ARCH).
91        * monitor/Makefile.am: Remove all-local: $(ARCH).
92        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
93        * rtems++/Makefile.am: Remove all-local: $(ARCH).
94        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
95        * stackchk/Makefile.am: Remove all-local: $(ARCH).
96        * termios/Makefile.am: Remove all-local: $(ARCH).
97
982003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Reflect having moved to testsuites/.
101
1022003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Remove RTEMS_CANONICAL_HOST.
105
1062003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac:Remove RTEMS_CHECK_CPU.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
113        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
114        malloctest/system.h, malloctest/task1.c, monitor/init.c,
115        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
116        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
117        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
118        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
119        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
120        stackchk/task1.c: URL for license changed.
121
1222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Reflect having moved aclocal/.
125
1262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect having moved automake/.
129        * cpuuse/Makefile.am: Reflect having moved automake/.
130        * malloctest/Makefile.am: Reflect having moved automake/.
131        * monitor/Makefile.am: Reflect having moved automake/.
132        * putenvtest/Makefile.am: Reflect having moved automake/.
133        * rtems++/Makefile.am: Reflect having moved automake/.
134        * rtmonuse/Makefile.am: Reflect having moved automake/.
135        * stackchk/Makefile.am: Reflect having moved automake/.
136        * termios/Makefile.am: Reflect having moved automake/.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove AC_CONFIG_AUX_DIR.
145
1462003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Unconditionally check for CXX.
149        Require autoconf-2.57, automake-1.7.2.
150        * rtems++: Eliminate CC_O_FILES.
151
1522002-12-02      Joel Sherrill <joel@OARcorp.com>
153
154        * malloctest/init.c: Tasks should be floating point.
155
1562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Reformat.
159        Add autom4te*cache.
160        Remove autom4te.cache.
161
1622002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
165        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
166        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
167        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
168        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
169        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
170        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
171        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
172
1732002-08-01      Joel Sherrill <joel@OARcorp.com>
174
175        * Per PR47 add support for buffered test output.  This involved
176        adding defines to redirect output to a buffer and dump it when
177        full, at "test pause", and at exit.  To avoid problems when redefining
178        exit(), all tests were modified to call rtems_test_exit().
179        Some tests, notable psxtests, had to be modified to include
180        the standard test macro .h file (pmacros.h or tmacros.h) to
181        enable this support.
182        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
183        rtmonuse/task1.c, termios/init.c: Modified.
184
1852002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove ENABLE_GCC28.
188
1892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac:
192        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
193        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
194        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
203
2042001-11-01      Joel Sherrill <joel@OARcorp.com>
205
206        * rtems++/Makefile.am: Make sure debug variant of librtems++
207        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
208        and processed as PR78.
209
2102001-10-25      Joel Sherrill <joel@OARcorp.com>
211
212        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
213
2142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
217        * configure.in: Remove.
218        * configure.ac: New file, generated from configure.in by autoupdate.
219
2202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
223        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
224
2252001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
228        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
229        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
230        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
231        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
232        make-cxx-exe.
233        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
234        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
235        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
236
2372001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
238
239        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
240
2412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
244
2452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
248
2492000-11-01      Joel Sherrill <joel@OARcorp.com>
250
251        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
252        libcsupport.h moved from libc to lib/include/rtems and now must
253        be referenced as <rtems/XXX.h>. 
254
2552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
258        Switch to GNU canonicalization.
259        * libtests.am: Remove DEFS.
260
2612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
264        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
265        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
266
2672000-08-10      Joel Sherrill <joel@OARcorp.com>
268
269        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.