source: rtems/c/src/tests/libtests/ChangeLog @ 9f33e26

4.104.114.84.95
Last change on this file since 9f33e26 was 9f33e26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 04:56:59

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

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