source: rtems/c/src/tests/support/ChangeLog @ 6fd0b53

Last change on this file since 6fd0b53 was 6fd0b53, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 23:35:54

2003-12-16 Joel Sherrill <joel@…>

PR 544/tests

  • include/buffer_test_io.h: Various modifications to make tests account for resources and not print at inappropriate times.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12003-12-16      Joel Sherrill <joel@OARcorp.com>
2
3        PR 544/tests
4        * include/buffer_test_io.h: Various modifications to make tests account
5        for resources and not print at inappropriate times.
6
72003-09-04      Joel Sherrill <joel@OARcorp.com>
8
9        * include/tmacros.h: URL for license changed.
10
112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * .cvsignore: Reformat.
30        Add autom4te*cache.
31        Remove autom4te.cache.
32
332002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * include/Makefile.am: Remove.
36        * Makefile.am: Merge in former include/Makefile.am.
37        * configure.ac: Reflect changes above.
38        Take out unnecessary autoconf macros.
39
402002-08-01      Joel Sherrill <joel@OARcorp.com>
41
42        * Per PR47 add support for buffered test output.  This involved
43        adding defines to redirect output to a buffer and dump it when
44        full, at "test pause", and at exit.  To avoid problems when redefining
45        exit(), all tests were modified to call rtems_test_exit().
46        Some tests, notable psxtests, had to be modified to include
47        the standard test macro .h file (pmacros.h or tmacros.h) to
48        enable this support.
49        * include/buffer_test_io.h: New file.
50
512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac:
54        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
55        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
56        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * Makefile.am: Remove AUTOMAKE_OPTIONS.
58
592001-11-07      Joel Sherrill <joel@OARcorp.com>
60
61        Tracked as PR72 but related to the object id problem (PR36)
62        reported by Todor.Todorov@barco.com.
63        but discovered independently.
64        * include/tmacros.h: Added fatal_directive_check_status_only().
652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
68        * configure.in: Remove.
69        * configure.ac: New file, generated from configure.in by autoupdate.
70
712001-08-16      Joel Sherrill <joel@OARcorp.com>
72
73        * include/tmacros.h: Attempt to print errno as further information.
74
752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
76
77        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
78
792001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
82        * Makefile.am: Remove stubdr, wrapup.
83        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
84        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
85        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
86        wrapup/: Remove.
87
882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
91
922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
95
962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
99
1002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
103        Switch to GNU canonicalization.
104
1052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
108
1092000-08-10      Joel Sherrill <joel@OARcorp.com>
110
111        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.