source: rtems/c/src/tests/support/ChangeLog @ b18646c9

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

2003-03-06 Ralf Corsepius <corsepiu@…>

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