source: rtems/testsuites/support/ChangeLog @ 6da99727

4.104.114.84.95
Last change on this file since 6da99727 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

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

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