source: rtems/c/src/tests/libtests/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

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

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