source: rtems/c/src/tests/tmitrontests/ChangeLog @ 0428ddf3

4.104.114.84.95
Last change on this file since 0428ddf3 was 0428ddf3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/02/02 at 00:53:54

2002-08-01 Joel Sherrill <joel@…>

  • Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support.
  • tmitronsem01/init.c: Modified.
  • Property mode set to 100644
File size: 2.0 KB
Line 
12002-08-01      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR47 add support for buffered test output.  This involved
4        adding defines to redirect output to a buffer and dump it when
5        full, at "test pause", and at exit.  To avoid problems when redefining
6        exit(), all tests were modified to call rtems_test_exit().
7        Some tests, notable psxtests, had to be modified to include
8        the standard test macro .h file (pmacros.h or tmacros.h) to
9        enable this support.
10        * tmitronsem01/init.c: Modified.
11
122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * configure.ac: Remove ENABLE_GCC28.
15
162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac:
19        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
20        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
21        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
24
252001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
28        * configure.in: Remove.
29        * configure.ac: New file, generated from configure.in by autoupdate.
30
312001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
34
352001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
38
392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
40
41        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
42
432000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
46
472000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
50
512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
54        Switch to GNU canonicalization.
55        * tmitrontests.am: Remove DEFS.
56
572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * tmitronsem01/Makefile.am: Include compile.am
60
612000-08-10      Joel Sherrill <joel@OARcorp.com>
62
63        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.