source: rtems/c/src/tests/support/ChangeLog @ 23e7d308

Last change on this file since 23e7d308 was 23e7d308, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/06 at 19:44:09

2006-02-01 Joel Sherrill <joel@…>

PR 855/tests

  • include/tmacros.h: Fix typo.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12006-02-01      Joel Sherrill <joel@OARcorp.com>
2
3        PR 855/tests
4        * include/tmacros.h: Fix typo.
5
62004-02-03      Joel Sherrill <joel@OARcorp.com>
7
8        * include/buffer_test_io.h: Do not use iprintf() if in ANSI compiler
9        mode.
10
112003-12-16      Joel Sherrill <joel@OARcorp.com>
12
13        PR 544/tests
14        * include/buffer_test_io.h: Various modifications to make tests account
15        for resources and not print at inappropriate times.
16
172003-09-04      Joel Sherrill <joel@OARcorp.com>
18
19        * include/tmacros.h: URL for license changed.
20
212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove AC_CONFIG_AUX_DIR.
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AC_PREREQ(2.57).
36
372002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * .cvsignore: Reformat.
40        Add autom4te*cache.
41        Remove autom4te.cache.
42
432002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * include/Makefile.am: Remove.
46        * Makefile.am: Merge in former include/Makefile.am.
47        * configure.ac: Reflect changes above.
48        Take out unnecessary autoconf macros.
49
502002-08-01      Joel Sherrill <joel@OARcorp.com>
51
52        * Per PR47 add support for buffered test output.  This involved
53        adding defines to redirect output to a buffer and dump it when
54        full, at "test pause", and at exit.  To avoid problems when redefining
55        exit(), all tests were modified to call rtems_test_exit().
56        Some tests, notable psxtests, had to be modified to include
57        the standard test macro .h file (pmacros.h or tmacros.h) to
58        enable this support.
59        * include/buffer_test_io.h: New file.
60
612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac:
64        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
65        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
66        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * Makefile.am: Remove AUTOMAKE_OPTIONS.
68
692001-11-07      Joel Sherrill <joel@OARcorp.com>
70
71        Tracked as PR72 but related to the object id problem (PR36)
72        reported by Todor.Todorov@barco.com.
73        but discovered independently.
74        * include/tmacros.h: Added fatal_directive_check_status_only().
752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
78        * configure.in: Remove.
79        * configure.ac: New file, generated from configure.in by autoupdate.
80
812001-08-16      Joel Sherrill <joel@OARcorp.com>
82
83        * include/tmacros.h: Attempt to print errno as further information.
84
852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
86
87        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
88
892001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.in: Remove stubdr, wrapup, AC_INIT(include).
92        * Makefile.am: Remove stubdr, wrapup.
93        * stubdr/Makefile.am, stubdr/open.c, stubdr/close.c, stubdr/init.c,
94        stubdr/stubdrv.h, stubdr/cntrl.c, stubdr/.cvsignore, stubdr/read.c,
95        stubdr/write.c, wrapup/Makefile.am, wrapup/.cvsignore, stubdr/,
96        wrapup/: Remove.
97
982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
101
1022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
105
1062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
109
1102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
113        Switch to GNU canonicalization.
114
1152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * stubdr/Makefile.am, wrapup/Makefile.am: Include compile.am
118
1192000-08-10      Joel Sherrill <joel@OARcorp.com>
120
121        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.