source: rtems/c/src/tests/libtests/ChangeLog @ 06908af6

4.104.114.84.95
Last change on this file since 06908af6 was 06908af6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/03 at 01:16:14

2003-02-03 Ralf Corsepius <corsepiu@…>

  • configure.ac: Unconditionally check for CXX. Require autoconf-2.57, automake-1.7.2.
  • rtems++: Eliminate CC_O_FILES.
  • Property mode set to 100644
File size: 4.4 KB
Line 
12003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Unconditionally check for CXX.
4        Require autoconf-2.57, automake-1.7.2.
5        * rtems++: Eliminate CC_O_FILES.
6
72002-12-02      Joel Sherrill <joel@OARcorp.com>
8
9        * malloctest/init.c: Tasks should be floating point.
10
112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * .cvsignore: Reformat.
14        Add autom4te*cache.
15        Remove autom4te.cache.
16
172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
20        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
21        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
22        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
23        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
24        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
25        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
26        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
27
282002-08-01      Joel Sherrill <joel@OARcorp.com>
29
30        * Per PR47 add support for buffered test output.  This involved
31        adding defines to redirect output to a buffer and dump it when
32        full, at "test pause", and at exit.  To avoid problems when redefining
33        exit(), all tests were modified to call rtems_test_exit().
34        Some tests, notable psxtests, had to be modified to include
35        the standard test macro .h file (pmacros.h or tmacros.h) to
36        enable this support.
37        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
38        rtmonuse/task1.c, termios/init.c: Modified.
39
402002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove ENABLE_GCC28.
43
442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac:
47        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
48        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
49        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592001-11-01      Joel Sherrill <joel@OARcorp.com>
60
61        * rtems++/Makefile.am: Make sure debug variant of librtems++
62        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
63        and processed as PR78.
64
652001-10-25      Joel Sherrill <joel@OARcorp.com>
66
67        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
68
692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
72        * configure.in: Remove.
73        * configure.ac: New file, generated from configure.in by autoupdate.
74
752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
78        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
79
802001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
83        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
84        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
85        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
86        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
87        make-cxx-exe.
88        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
89        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
90        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
91
922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
93
94        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
95
962000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
99
1002000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
103
1042000-11-01      Joel Sherrill <joel@OARcorp.com>
105
106        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
107        libcsupport.h moved from libc to lib/include/rtems and now must
108        be referenced as <rtems/XXX.h>. 
109
1102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
113        Switch to GNU canonicalization.
114        * libtests.am: Remove DEFS.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
119        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
120        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
121
1222000-08-10      Joel Sherrill <joel@OARcorp.com>
123
124        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.