source: rtems/c/src/tests/support/ChangeLog @ 304cdca

4.104.114.84.95
Last change on this file since 304cdca was 304cdca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/21/02 at 10:04:45

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

  • include/Makefile.am: Remove.
  • Makefile.am: Merge in former include/Makefile.am.
  • configure.ac: Reflect changes above. Take out unnecessary autoconf macros.
  • Property mode set to 100644
File size: 2.6 KB
Line 
12002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * include/Makefile.am: Remove.
4        * Makefile.am: Merge in former include/Makefile.am.
5        * configure.ac: Reflect changes above.
6        Take out unnecessary autoconf macros.
7
82002-08-01      Joel Sherrill <joel@OARcorp.com>
9
10        * Per PR47 add support for buffered test output.  This involved
11        adding defines to redirect output to a buffer and dump it when
12        full, at "test pause", and at exit.  To avoid problems when redefining
13        exit(), all tests were modified to call rtems_test_exit().
14        Some tests, notable psxtests, had to be modified to include
15        the standard test macro .h file (pmacros.h or tmacros.h) to
16        enable this support.
17        * include/buffer_test_io.h: New file.
18
192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac:
22        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
23        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
24        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * Makefile.am: Remove AUTOMAKE_OPTIONS.
26
272001-11-07      Joel Sherrill <joel@OARcorp.com>
28
29        Tracked as PR72 but related to the object id problem (PR36)
30        reported by Todor.Todorov@barco.com.
31        but discovered independently.
32        * include/tmacros.h: Added fatal_directive_check_status_only().
332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
36        * configure.in: Remove.
37        * configure.ac: New file, generated from configure.in by autoupdate.
38
392001-08-16      Joel Sherrill <joel@OARcorp.com>
40
41        * include/tmacros.h: Attempt to print errno as further information.
42
432001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
44
45        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
46
472001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
50        * Makefile.am: Remove stubdr, wrapup.
51        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
52        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
53        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
54        wrapup/: Remove.
55
562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
59
602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
63
642000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
67
682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
71        Switch to GNU canonicalization.
72
732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
76
772000-08-10      Joel Sherrill <joel@OARcorp.com>
78
79        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.