source: rtems/testsuites/support/ChangeLog @ ef2ce2e2

4.104.114.84.95
Last change on this file since ef2ce2e2 was ef2ce2e2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:53:50

2003-09-04 Joel Sherrill <joel@…>

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