source: rtems/testsuites/libtests/ChangeLog @ dda9a682

4.104.114.84.95
Last change on this file since dda9a682 was dda9a682, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/22/04 at 10:38:22

2004-11-22 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Remove -ansi to prevent folks from further damaging the code with broken prototypes.
  • putenvtest/init.c: Remove broken putenv prototype.
  • termios/init.c (print_c_cc): Don't loop over NCCS.
  • Property mode set to 100644
File size: 8.8 KB
Line 
12004-11-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Remove -ansi to prevent folks from further damaging
4        the code with broken prototypes.
5        * putenvtest/init.c: Remove broken putenv prototype.
6        * termios/init.c (print_c_cc): Don't loop over NCCS.
7
82004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * configure.ac: Require automake > 1.9.
11
122004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
15        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
16        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
17        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
18        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
19        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
20        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
21        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
22
232004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
26        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
27        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
28        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
29        using c99 fixed size types.
30
312004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add 2nd arg to RTEMS_TOP.
34
352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
38        Add PRE/TMPINSTALL_FILES to CLEANFILES.
39        * malloctest/Makefile.am: Ditto.
40        * monitor/Makefile.am: Ditto.
41        * putenvtest/Makefile.am: Ditto.
42        * rtems++/Makefile.am: Ditto.
43        * rtmonuse/Makefile.am: Ditto.
44        * stackchk/Makefile.am: Ditto.
45        * termios/Makefile.am: Ditto.
46
472003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * libtests.am: Add dirstamp support.
50
512003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
54
552003-12-16      Joel Sherrill <joel@OARcorp.com>
56
57        PR 544/tests
58        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
59        tests account for resources and not print at inappropriate times.
60
612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
64
652003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
68        * malloctest/Makefile.am: Remove all-local: $(ARCH).
69        * monitor/Makefile.am: Remove all-local: $(ARCH).
70        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
71        * rtems++/Makefile.am: Remove all-local: $(ARCH).
72        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
73        * stackchk/Makefile.am: Remove all-local: $(ARCH).
74        * termios/Makefile.am: Remove all-local: $(ARCH).
75
762003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Reflect having moved to testsuites/.
79
802003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove RTEMS_CANONICAL_HOST.
83
842003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac:Remove RTEMS_CHECK_CPU.
87
882003-09-04      Joel Sherrill <joel@OARcorp.com>
89
90        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
91        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
92        malloctest/system.h, malloctest/task1.c, monitor/init.c,
93        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
94        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
95        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
96        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
97        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
98        stackchk/task1.c: URL for license changed.
99
1002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect having moved aclocal/.
103
1042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Reflect having moved automake/.
107        * cpuuse/Makefile.am: Reflect having moved automake/.
108        * malloctest/Makefile.am: Reflect having moved automake/.
109        * monitor/Makefile.am: Reflect having moved automake/.
110        * putenvtest/Makefile.am: Reflect having moved automake/.
111        * rtems++/Makefile.am: Reflect having moved automake/.
112        * rtmonuse/Makefile.am: Reflect having moved automake/.
113        * stackchk/Makefile.am: Reflect having moved automake/.
114        * termios/Makefile.am: Reflect having moved automake/.
115
1162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
119
1202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Remove AC_CONFIG_AUX_DIR.
123
1242003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Unconditionally check for CXX.
127        Require autoconf-2.57, automake-1.7.2.
128        * rtems++: Eliminate CC_O_FILES.
129
1302002-12-02      Joel Sherrill <joel@OARcorp.com>
131
132        * malloctest/init.c: Tasks should be floating point.
133
1342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Reformat.
137        Add autom4te*cache.
138        Remove autom4te.cache.
139
1402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
143        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
144        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
145        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
146        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
147        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
148        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
149        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
150
1512002-08-01      Joel Sherrill <joel@OARcorp.com>
152
153        * Per PR47 add support for buffered test output.  This involved
154        adding defines to redirect output to a buffer and dump it when
155        full, at "test pause", and at exit.  To avoid problems when redefining
156        exit(), all tests were modified to call rtems_test_exit().
157        Some tests, notable psxtests, had to be modified to include
158        the standard test macro .h file (pmacros.h or tmacros.h) to
159        enable this support.
160        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
161        rtmonuse/task1.c, termios/init.c: Modified.
162
1632002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Remove ENABLE_GCC28.
166
1672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac:
170        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
171        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
172        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
181
1822001-11-01      Joel Sherrill <joel@OARcorp.com>
183
184        * rtems++/Makefile.am: Make sure debug variant of librtems++
185        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
186        and processed as PR78.
187
1882001-10-25      Joel Sherrill <joel@OARcorp.com>
189
190        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
201        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
202
2032001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
206        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
207        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
208        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
209        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
210        make-cxx-exe.
211        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
212        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
213        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
214
2152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
216
217        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
218
2192000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
222
2232000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
226
2272000-11-01      Joel Sherrill <joel@OARcorp.com>
228
229        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
230        libcsupport.h moved from libc to lib/include/rtems and now must
231        be referenced as <rtems/XXX.h>. 
232
2332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
236        Switch to GNU canonicalization.
237        * libtests.am: Remove DEFS.
238
2392000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
242        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
243        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
244
2452000-08-10      Joel Sherrill <joel@OARcorp.com>
246
247        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.