source: rtems/testsuites/libtests/ChangeLog @ 6da99727

4.104.114.84.95
Last change on this file since 6da99727 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

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