source: rtems/testsuites/support/ChangeLog @ 65a7488

4.104.114.84.95
Last change on this file since 65a7488 was 65a7488, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 15:22:13

2004-01-21 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add PREINSTALL_DIRS.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4
52004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
8        Add PRE/TMPINSTALL_FILES to CLEANFILES.
9
102003-12-16      Joel Sherrill <joel@OARcorp.com>
11
12        PR 544/tests
13        * include/buffer_test_io.h: Various modifications to make tests account
14        for resources and not print at inappropriate times.
15
162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
19        Use include_HEADERS.
20
212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
24
252003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Reflect having moved to testsuites/.
28
292003-09-04      Joel Sherrill <joel@OARcorp.com>
30
31        * include/tmacros.h: URL for license changed.
32
332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect having moved aclocal/.
36
372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved automake/.
40
412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
44
452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Remove AC_CONFIG_AUX_DIR.
48
492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AC_PREREQ(2.57).
56
572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * .cvsignore: Reformat.
60        Add autom4te*cache.
61        Remove autom4te.cache.
62
632002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * include/Makefile.am: Remove.
66        * Makefile.am: Merge in former include/Makefile.am.
67        * configure.ac: Reflect changes above.
68        Take out unnecessary autoconf macros.
69
702002-08-01      Joel Sherrill <joel@OARcorp.com>
71
72        * Per PR47 add support for buffered test output.  This involved
73        adding defines to redirect output to a buffer and dump it when
74        full, at "test pause", and at exit.  To avoid problems when redefining
75        exit(), all tests were modified to call rtems_test_exit().
76        Some tests, notable psxtests, had to be modified to include
77        the standard test macro .h file (pmacros.h or tmacros.h) to
78        enable this support.
79        * include/buffer_test_io.h: New file.
80
812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac:
84        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
85        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
86        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * Makefile.am: Remove AUTOMAKE_OPTIONS.
88
892001-11-07      Joel Sherrill <joel@OARcorp.com>
90
91        Tracked as PR72 but related to the object id problem (PR36)
92        reported by Todor.Todorov@barco.com.
93        but discovered independently.
94        * include/tmacros.h: Added fatal_directive_check_status_only().
952001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
98        * configure.in: Remove.
99        * configure.ac: New file, generated from configure.in by autoupdate.
100
1012001-08-16      Joel Sherrill <joel@OARcorp.com>
102
103        * include/tmacros.h: Attempt to print errno as further information.
104
1052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
106
107        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
108
1092001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
112        * Makefile.am: Remove stubdr, wrapup.
113        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
114        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
115        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
116        wrapup/: Remove.
117
1182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
121
1222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
133        Switch to GNU canonicalization.
134
1352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
138
1392000-08-10      Joel Sherrill <joel@OARcorp.com>
140
141        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.