source: rtems/c/src/tests/support/ChangeLog @ 7f9e5908

4.104.114.84.95
Last change on this file since 7f9e5908 was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 3.2 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * .cvsignore: Reformat.
20        Add autom4te*cache.
21        Remove autom4te.cache.
22
232002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * include/Makefile.am: Remove.
26        * Makefile.am: Merge in former include/Makefile.am.
27        * configure.ac: Reflect changes above.
28        Take out unnecessary autoconf macros.
29
302002-08-01      Joel Sherrill <joel@OARcorp.com>
31
32        * Per PR47 add support for buffered test output.  This involved
33        adding defines to redirect output to a buffer and dump it when
34        full, at "test pause", and at exit.  To avoid problems when redefining
35        exit(), all tests were modified to call rtems_test_exit().
36        Some tests, notable psxtests, had to be modified to include
37        the standard test macro .h file (pmacros.h or tmacros.h) to
38        enable this support.
39        * include/buffer_test_io.h: New file.
40
412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac:
44        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
45        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
46        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * Makefile.am: Remove AUTOMAKE_OPTIONS.
48
492001-11-07      Joel Sherrill <joel@OARcorp.com>
50
51        Tracked as PR72 but related to the object id problem (PR36)
52        reported by Todor.Todorov@barco.com.
53        but discovered independently.
54        * include/tmacros.h: Added fatal_directive_check_status_only().
552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
58        * configure.in: Remove.
59        * configure.ac: New file, generated from configure.in by autoupdate.
60
612001-08-16      Joel Sherrill <joel@OARcorp.com>
62
63        * include/tmacros.h: Attempt to print errno as further information.
64
652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
66
67        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
68
692001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
72        * Makefile.am: Remove stubdr, wrapup.
73        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
74        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
75        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
76        wrapup/: Remove.
77
782000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
81
822000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
85
862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
89
902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
93        Switch to GNU canonicalization.
94
952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
98
992000-08-10      Joel Sherrill <joel@OARcorp.com>
100
101        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.