source: rtems/testsuites/support/ChangeLog @ ccd81b60

4.104.114.84.95
Last change on this file since ccd81b60 was ccd81b60, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:47:49

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

  • configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
  • Property mode set to 100644
File size: 2.9 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AC_PREREQ(2.57).
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * include/Makefile.am: Remove.
18        * Makefile.am: Merge in former include/Makefile.am.
19        * configure.ac: Reflect changes above.
20        Take out unnecessary autoconf macros.
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        * include/buffer_test_io.h: New file.
32
332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac:
36        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
37        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
38        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * Makefile.am: Remove AUTOMAKE_OPTIONS.
40
412001-11-07      Joel Sherrill <joel@OARcorp.com>
42
43        Tracked as PR72 but related to the object id problem (PR36)
44        reported by Todor.Todorov@barco.com.
45        but discovered independently.
46        * include/tmacros.h: Added fatal_directive_check_status_only().
472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
50        * configure.in: Remove.
51        * configure.ac: New file, generated from configure.in by autoupdate.
52
532001-08-16      Joel Sherrill <joel@OARcorp.com>
54
55        * include/tmacros.h: Attempt to print errno as further information.
56
572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
58
59        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
60
612001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
64        * Makefile.am: Remove stubdr, wrapup.
65        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
66        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
67        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
68        wrapup/: Remove.
69
702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
73
742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
77
782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
81
822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
85        Switch to GNU canonicalization.
86
872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
90
912000-08-10      Joel Sherrill <joel@OARcorp.com>
92
93        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.