source: rtems/testsuites/libtests/ChangeLog @ e42cb8b

4.104.114.84.95
Last change on this file since e42cb8b was 5f52d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/03 at 21:57:23

2003-11-10 Ralf Corsepius <corsepiu@…>

  • configure.ac: Reflect having moved to testsuites/.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect having moved to testsuites/.
4
52003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_CANONICAL_HOST.
8
92003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:Remove RTEMS_CHECK_CPU.
12
132003-09-04      Joel Sherrill <joel@OARcorp.com>
14
15        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
16        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
17        malloctest/system.h, malloctest/task1.c, monitor/init.c,
18        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
19        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
20        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
21        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
22        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
23        stackchk/task1.c: URL for license changed.
24
252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect having moved aclocal/.
28
292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Reflect having moved automake/.
32        * cpuuse/Makefile.am: Reflect having moved automake/.
33        * malloctest/Makefile.am: Reflect having moved automake/.
34        * monitor/Makefile.am: Reflect having moved automake/.
35        * putenvtest/Makefile.am: Reflect having moved automake/.
36        * rtems++/Makefile.am: Reflect having moved automake/.
37        * rtmonuse/Makefile.am: Reflect having moved automake/.
38        * stackchk/Makefile.am: Reflect having moved automake/.
39        * termios/Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove AC_CONFIG_AUX_DIR.
48
492003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Unconditionally check for CXX.
52        Require autoconf-2.57, automake-1.7.2.
53        * rtems++: Eliminate CC_O_FILES.
54
552002-12-02      Joel Sherrill <joel@OARcorp.com>
56
57        * malloctest/init.c: Tasks should be floating point.
58
592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * .cvsignore: Reformat.
62        Add autom4te*cache.
63        Remove autom4te.cache.
64
652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
68        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
69        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
70        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
71        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
72        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
73        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
74        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
75
762002-08-01      Joel Sherrill <joel@OARcorp.com>
77
78        * Per PR47 add support for buffered test output.  This involved
79        adding defines to redirect output to a buffer and dump it when
80        full, at "test pause", and at exit.  To avoid problems when redefining
81        exit(), all tests were modified to call rtems_test_exit().
82        Some tests, notable psxtests, had to be modified to include
83        the standard test macro .h file (pmacros.h or tmacros.h) to
84        enable this support.
85        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
86        rtmonuse/task1.c, termios/init.c: Modified.
87
882002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Remove ENABLE_GCC28.
91
922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
106
1072001-11-01      Joel Sherrill <joel@OARcorp.com>
108
109        * rtems++/Makefile.am: Make sure debug variant of librtems++
110        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
111        and processed as PR78.
112
1132001-10-25      Joel Sherrill <joel@OARcorp.com>
114
115        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
116
1172001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
120        * configure.in: Remove.
121        * configure.ac: New file, generated from configure.in by autoupdate.
122
1232001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
126        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
127
1282001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
131        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
132        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
133        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
134        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
135        make-cxx-exe.
136        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
137        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
138        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
139
1402001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
141
142        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
143
1442000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
147
1482000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
151
1522000-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
155        libcsupport.h moved from libc to lib/include/rtems and now must
156        be referenced as <rtems/XXX.h>. 
157
1582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
161        Switch to GNU canonicalization.
162        * libtests.am: Remove DEFS.
163
1642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
167        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
168        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
169
1702000-08-10      Joel Sherrill <joel@OARcorp.com>
171
172        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.