source: rtems/testsuites/support/ChangeLog @ 5f52d1f

4.104.114.84.95
Last change on this file since 5f52d1f was 5f52d1f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/03 at 21:57:23

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

  • configure.ac: Reflect having moved to testsuites/.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Reflect having moved to testsuites/.
4
52003-09-04      Joel Sherrill <joel@OARcorp.com>
6
7        * include/tmacros.h: URL for license changed.
8
92003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reflect having moved aclocal/.
12
132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved automake/.
16
172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
20
212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Remove AC_CONFIG_AUX_DIR.
24
252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AC_PREREQ(2.57).
32
332002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Reformat.
36        Add autom4te*cache.
37        Remove autom4te.cache.
38
392002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * include/Makefile.am: Remove.
42        * Makefile.am: Merge in former include/Makefile.am.
43        * configure.ac: Reflect changes above.
44        Take out unnecessary autoconf macros.
45
462002-08-01      Joel Sherrill <joel@OARcorp.com>
47
48        * Per PR47 add support for buffered test output.  This involved
49        adding defines to redirect output to a buffer and dump it when
50        full, at "test pause", and at exit.  To avoid problems when redefining
51        exit(), all tests were modified to call rtems_test_exit().
52        Some tests, notable psxtests, had to be modified to include
53        the standard test macro .h file (pmacros.h or tmacros.h) to
54        enable this support.
55        * include/buffer_test_io.h: New file.
56
572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac:
60        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
61        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
62        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * Makefile.am: Remove AUTOMAKE_OPTIONS.
64
652001-11-07      Joel Sherrill <joel@OARcorp.com>
66
67        Tracked as PR72 but related to the object id problem (PR36)
68        reported by Todor.Todorov@barco.com.
69        but discovered independently.
70        * include/tmacros.h: Added fatal_directive_check_status_only().
712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
74        * configure.in: Remove.
75        * configure.ac: New file, generated from configure.in by autoupdate.
76
772001-08-16      Joel Sherrill <joel@OARcorp.com>
78
79        * include/tmacros.h: Attempt to print errno as further information.
80
812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
82
83        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
84
852001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
88        * Makefile.am: Remove stubdr, wrapup.
89        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
90        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
91        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
92        wrapup/: Remove.
93
942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
97
982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
101
1022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
105
1062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
109        Switch to GNU canonicalization.
110
1112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
114
1152000-08-10      Joel Sherrill <joel@OARcorp.com>
116
117        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.