source: rtems/testsuites/libtests/ChangeLog @ 1053dcd

4.104.114.84.95
Last change on this file since 1053dcd was 1053dcd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:26:59

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
cpuuse/Makefile.am: Reflect having moved automake.
malloctest/Makefile.am: Reflect having moved automake.
monitor/Makefile.am: Reflect having moved automake.
putenvtest/Makefile.am: Reflect having moved automake.
rtems++/Makefile.am: Reflect having moved automake.
rtmonuse/Makefile.am: Reflect having moved automake.
stackchk/Makefile.am: Reflect having moved automake.
termios/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 5.1 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        Makefile.am: Reflect having moved automake.
4        cpuuse/Makefile.am: Reflect having moved automake.
5        malloctest/Makefile.am: Reflect having moved automake.
6        monitor/Makefile.am: Reflect having moved automake.
7        putenvtest/Makefile.am: Reflect having moved automake.
8        rtems++/Makefile.am: Reflect having moved automake.
9        rtmonuse/Makefile.am: Reflect having moved automake.
10        stackchk/Makefile.am: Reflect having moved automake.
11        termios/Makefile.am: Reflect having moved automake.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
16
172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Remove AC_CONFIG_AUX_DIR.
20
212003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Unconditionally check for CXX.
24        Require autoconf-2.57, automake-1.7.2.
25        * rtems++: Eliminate CC_O_FILES.
26
272002-12-02      Joel Sherrill <joel@OARcorp.com>
28
29        * malloctest/init.c: Tasks should be floating point.
30
312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * .cvsignore: Reformat.
34        Add autom4te*cache.
35        Remove autom4te.cache.
36
372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
40        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
41        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
42        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
43        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
44        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
45        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
46        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
47
482002-08-01      Joel Sherrill <joel@OARcorp.com>
49
50        * Per PR47 add support for buffered test output.  This involved
51        adding defines to redirect output to a buffer and dump it when
52        full, at "test pause", and at exit.  To avoid problems when redefining
53        exit(), all tests were modified to call rtems_test_exit().
54        Some tests, notable psxtests, had to be modified to include
55        the standard test macro .h file (pmacros.h or tmacros.h) to
56        enable this support.
57        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
58        rtmonuse/task1.c, termios/init.c: Modified.
59
602002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove ENABLE_GCC28.
63
642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac:
67        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
68        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
69        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
78
792001-11-01      Joel Sherrill <joel@OARcorp.com>
80
81        * rtems++/Makefile.am: Make sure debug variant of librtems++
82        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
83        and processed as PR78.
84
852001-10-25      Joel Sherrill <joel@OARcorp.com>
86
87        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
88
892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
92        * configure.in: Remove.
93        * configure.ac: New file, generated from configure.in by autoupdate.
94
952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
98        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
99
1002001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
103        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
104        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
105        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
106        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
107        make-cxx-exe.
108        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
109        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
110        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
111
1122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
113
114        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
115
1162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
119
1202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
123
1242000-11-01      Joel Sherrill <joel@OARcorp.com>
125
126        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
127        libcsupport.h moved from libc to lib/include/rtems and now must
128        be referenced as <rtems/XXX.h>. 
129
1302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
133        Switch to GNU canonicalization.
134        * libtests.am: Remove DEFS.
135
1362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
139        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
140        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
141
1422000-08-10      Joel Sherrill <joel@OARcorp.com>
143
144        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.