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

4.104.114.84.95
Last change on this file since b7d1ffe0 was e3e310f7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:48

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.

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