source: rtems/testsuites/libtests/ChangeLog @ 3c8fa15

4.104.114.84.95
Last change on this file since 3c8fa15 was c6328bee, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/22/03 at 10:05:17

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

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