source: rtems/testsuites/libtests/ChangeLog @ 5a5b0b52

4.104.114.84.95
Last change on this file since 5a5b0b52 was 5a5b0b52, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/02 at 00:46:40

2002-12-02 Joel Sherrill <joel@…>

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