summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/ChangeLog
diff options
context:
space:
mode:
authorGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
committerGedare Bloom <gedare@rtems.org>2013-03-08 15:55:06 -0500
commitfad2d38a9f1b9cd380c5bb891c5d1583af0b0a65 (patch)
tree53b406924f5c554a437e114f343988de699e5b99 /testsuites/tmtests/ChangeLog
parentlibchip: Fix prototypes (diff)
downloadrtems-fad2d38a9f1b9cd380c5bb891c5d1583af0b0a65.tar.bz2
RTEMS: Delete ChangeLog files.
This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
Diffstat (limited to 'testsuites/tmtests/ChangeLog')
-rw-r--r--testsuites/tmtests/ChangeLog908
1 files changed, 0 insertions, 908 deletions
diff --git a/testsuites/tmtests/ChangeLog b/testsuites/tmtests/ChangeLog
deleted file mode 100644
index 7165c94652..0000000000
--- a/testsuites/tmtests/ChangeLog
+++ /dev/null
@@ -1,908 +0,0 @@
-2011-12-13 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm30/init.c: Make benchmark_barrier_create,
- benchmark_barrier_ident, benchmark_barrier_delete static.
-
-2011-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- PR 1589/build
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
- tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
- manager capability.
-
-2011-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm26/fptest.h: Use PRIu32 to print uint32_t.
-
-2011-05-09 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm26/system.h, tm27/system.h: Ensure these tests use the correct
- scheduler.
-
-2011-05-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm15/task1.c: Remove
- warnings.
-
-2011-03-16 Jennifer Averett <jennifer.averett@OARcorp.com>
-
- PR 1743/cpu
- * tm26/task1.c, tm27/task1.c: Add Simple Priority Scheduler as
- complement to existing Deterministic Priority Scheduler. Modify these
- tests to verify the scheduler they are designed to work with is the
- default scheduler.
-
-2011-03-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * tm26/task1.c: Update for API change.
-
-2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Add AC_CONFIG_HEADER(config.h).
-
-2011-02-22 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
- tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
- tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
- tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
- tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
- tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tm30/init.c,
- tmck/task1.c, tmoverhd/empty.c, tmoverhd/testtask.c: Add HAVE_CONFIG_H.
-
-2011-02-18 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm26/task1.c, tm27/task1.c: Adjust for name changes.
-
-2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.68, automake-1.11.1.
-
-2010-12-06 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * README: Add initial small set of POSIX Timing Tests.
-
-2010-11-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * tm26/task1.c, tm27/task1.c: Update for API changes.
-
-2010-11-24 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1647/cpukit
- * tm26/task1.c, tm27/task1.c: Update documentation to reflect
- refactoring of SuperCore to add Scheduler Handler.
-
-2010-10-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
-
- * tm26/task1.c, tm27/task1.c: Do not violate chain API.
-
-2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
-
- PR 1599/cpukit
- * tm26/task1.c, tm27/task1.c: Rename _Context_Switch_necessary to
- _Thread_Dispatch_necessary to more properly reflect the intent.
-
-2010-06-21 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * Makefile.am, configure.ac: New test for barrier create, ident, and
- delete.
- * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
- files.
-
-2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm20/task1.c: Use rtems_test_assert() consistently instead of system
- assert(). rtems_test_assert() is designed to integrate into the RTEMS
- test suite infrastructure.
-
-2009-11-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
- * tmoverhd/dumrtems.h: Rework undef/define cascade.
- Add RTEMS_GCC_NOWARN_USED.
- * tmoverhd/system.h: Add prototype for Empty_directive();
-
-2009-11-01 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
- * tm15/task1.c: Make time_set a "bool".
- Eliminate TRUE/FALSE.
-
-2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tmck/task1.c: Use PRIu32 to print uint32_t's.
-
-2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
- tmoverhd/system.h: Add missing prototypes.
-
-2009-10-20 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Don't add -ansi -fasm to CFLAGS.
-
-2009-10-14 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tmck/task1.c: Ignore numbers that are too large but keep going -- do
- not abort.
-
-2009-10-14 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tmck/task1.c: Remove support for "unix".
-
-2009-08-10 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
- RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
-
-2009-04-03 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
- tmoverhd/Makefile.am: Eliminate _exe_/.exe.
-
-2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/timesys.h: Array of task names should be of type rtems_name
- not rtems_id.
-
-2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
- tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
- tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
- tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
- tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
- tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
- successfully with maxixum number of priorities as 16 instead of 256.
- This was done by temporarily modifying the score priority.h maximum.
- This allowed testing of all API code to ensure that it worked
- properly with a reduced number of priorities. Most modifications were
- to switch from hard-coded maximum to using the API provided methods
- to determine maximum number of priority levels.
-
-2008-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm26/task1.c: Fix typo.
-
-2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm22/system.h, tm22/task1.c: Account for message buffers used.
-
-2008-10-02 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/timesys.h: Use inttypes.h.
- * tmck/task1.c: Use uint32_t for count.
-
-2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
- CONFIGURE_STACK_CHECKER_ENABLED.
-
-2008-09-08 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm09/system.h, tm09/task1.c: Account for message buffer memory.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
- tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
- tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
- tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
- tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
- tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
- tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
- tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
- tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
- tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
- tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
- tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
- tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
- tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
- tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
- tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
- from every benchmark timer driver. Fix spelling.
-
-2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
- tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
- tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
- tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
- tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
- tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
- tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
- programming conventions.
-
-2008-06-05 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tm02/system.h, tm10/system.h: Make configurations more accurate.
-
-2008-05-12 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
- to rtems_initialize_data_structures, rtems_initialize_before_drivers,
- rtems_initialize_device_drivers, and
- rtems_initialize_start_multitasking. This opened the sequence up so
- that bootcard() could provide a more robust and flexible framework
- which is easier to explain and understand. This also lays the
- groundwork for sharing the division of available memory between the
- RTEMS workspace and heap and the C library initialization across all
- BSPs.
-
-2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
- tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
- tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
- tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
- tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
- tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
- tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
- tmacros.h available to all POSIX tests. Add a clock_settime case for
- < 1988.
-
-2007-12-05 Joel Sherrill <joel.sherrill@oarcorp.com>
-
- * tmoverhd/testtask.c: Spacing and remove call to obsolete
- rtems_initialize_executive().
-
-2007-12-04 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
- to Configuration Table. Eliminate CPU Table from all ports. Delete
- references to CPU Table in all forms.
-
-2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
-
- * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
- tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
- tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
- tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
- tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
- tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
- tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
- tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
- tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
- Makefiles. Clean up test cases so last output line follows END OF
- pattern. Make sure test case all run. All tests appeared ok on sis.
-
-2007-02-06 Joel Sherrill <joel@OARcorp.com>
-
- * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
- tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
- message queue tests.
-
-2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: New BUG-REPORT address.
-
-2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require autoconf-2.60. Require automake-1.10.
-
-2006-07-11 Ralf Corsépius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
- instead.
-
-2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Remove RTEMS_ENABLE_BARE,
- BARE_CPU_CFLAGS, BARE_CPU_MODEL.
-
-2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am,
- tm03/Makefile.am, tm04/Makefile.am,
- tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am,
- tm09/Makefile.am, tm10/Makefile.am,
- tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am,
- tm15/Makefile.am, tm16/Makefile.am,
- tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am,
- tm21/Makefile.am, tm22/Makefile.am,
- tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am,
- tm27/Makefile.am, tm28/Makefile.am,
- tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am,
- tm03/Makefile.am, tm04/Makefile.am,
- tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am,
- tm09/Makefile.am, tm10/Makefile.am,
- tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am,
- tm15/Makefile.am, tm16/Makefile.am,
- tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am,
- tm21/Makefile.am, tm22/Makefile.am,
- tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am,
- tm27/Makefile.am, tm28/Makefile.am,
- tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Rework.
-
-2005-11-11 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Expand tmtests.am.
- * tmtests.am: Remove.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
-
-2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Remove noinst_HEADERS.
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Add ../include/systime.h.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tmtests.am: Remove LIB_VARIANT.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * Makefile.am: Cleanup.
-
-2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am:
- Partial conversion to automake.
-
-2004-09-24 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * configure.ac: Require automake > 1.9.
-
-2004-04-23 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- PR 610/bsps
- * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
- Unconditionally include <tm27.h>.
-
-2004-04-21 Joel Sherrill <joel@OARcorp.com>
-
- PR 611/bsps
- * tm27/task1.c: Follow conventions for tm27 and do not add another
- macro definition.
-
-2004-04-01 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
- * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
-
-2004-03-30 David Querbach <querbach@realtime.bc.ca>
-
- PR 597/tests
- * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
- tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
- tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
- tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
- tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
- tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
- tm27/task1.c, tm29/system.h: The actual workspace needed by the
- tmtests depends on OPERATION_COUNT, but the definitions of
- CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
- this. This results in unnecessary memory exhaustion on small-memory
- systems such as the SS555.
-
-2004-03-28 Ralf Corsepius <ralf.corsepius@rtems.org>
-
- * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
- tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
- tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
- tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
- tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
- tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
- tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
- tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
- c99 fixed size types.
-
-2004-03-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Add 2nd arg to RTEMS_TOP.
-
-2004-02-26 Joel Sherrill <joel@OARcorp.com>
-
- PR 583/tests
- * tm26/task1.c, tm27/task1.c: Correctly reset
- _Thread_Dispatch_disable_level so printing is safe.
-
-2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
- Add PRE/TMPINSTALL_FILES to CLEANFILES.
- * tm02/Makefile.am: Ditto.
- * tm03/Makefile.am: Ditto.
- * tm04/Makefile.am: Ditto.
- * tm05/Makefile.am: Ditto.
- * tm06/Makefile.am: Ditto.
- * tm07/Makefile.am: Ditto.
- * tm08/Makefile.am: Ditto.
- * tm09/Makefile.am: Ditto.
- * tm10/Makefile.am: Ditto.
- * tm11/Makefile.am: Ditto.
- * tm12/Makefile.am: Ditto.
- * tm13/Makefile.am: Ditto.
- * tm14/Makefile.am: Ditto.
- * tm15/Makefile.am: Ditto.
- * tm16/Makefile.am: Ditto.
- * tm17/Makefile.am: Ditto.
- * tm18/Makefile.am: Ditto.
- * tm19/Makefile.am: Ditto.
- * tm20/Makefile.am: Ditto.
- * tm21/Makefile.am: Ditto.
- * tm22/Makefile.am: Ditto.
- * tm23/Makefile.am: Ditto.
- * tm24/Makefile.am: Ditto.
- * tm25/Makefile.am: Ditto.
- * tm26/Makefile.am: Ditto.
- * tm27/Makefile.am: Ditto.
- * tm28/Makefile.am: Ditto.
- * tm29/Makefile.am: Ditto.
- * tmck/Makefile.am: Ditto.
- * tmoverhd/Makefile.am: Ditto.
-
-2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tmtests.am: Add dirstamp support.
-
-2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
-
-2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
-
-2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * include/Makefile.am: Reformat.
- * tm01/Makefile.am: Remove all-local: $(ARCH).
- * tm02/Makefile.am: Remove all-local: $(ARCH).
- * tm03/Makefile.am: Remove all-local: $(ARCH).
- * tm04/Makefile.am: Remove all-local: $(ARCH).
- * tm05/Makefile.am: Remove all-local: $(ARCH).
- * tm06/Makefile.am: Remove all-local: $(ARCH).
- * tm07/Makefile.am: Remove all-local: $(ARCH).
- * tm08/Makefile.am: Remove all-local: $(ARCH).
- * tm09/Makefile.am: Remove all-local: $(ARCH).
- * tm10/Makefile.am: Remove all-local: $(ARCH).
- * tm11/Makefile.am: Remove all-local: $(ARCH).
- * tm12/Makefile.am: Remove all-local: $(ARCH).
- * tm13/Makefile.am: Remove all-local: $(ARCH).
- * tm14/Makefile.am: Remove all-local: $(ARCH).
- * tm15/Makefile.am: Remove all-local: $(ARCH).
- * tm16/Makefile.am: Remove all-local: $(ARCH).
- * tm17/Makefile.am: Remove all-local: $(ARCH).
- * tm18/Makefile.am: Remove all-local: $(ARCH).
- * tm19/Makefile.am: Remove all-local: $(ARCH).
- * tm20/Makefile.am: Remove all-local: $(ARCH).
- * tm21/Makefile.am: Remove all-local: $(ARCH).
- * tm22/Makefile.am: Remove all-local: $(ARCH).
- * tm23/Makefile.am: Remove all-local: $(ARCH).
- * tm24/Makefile.am: Remove all-local: $(ARCH).
- * tm25/Makefile.am: Remove all-local: $(ARCH).
- * tm26/Makefile.am: Remove all-local: $(ARCH).
- * tm27/Makefile.am: Remove all-local: $(ARCH).
- * tm28/Makefile.am: Remove all-local: $(ARCH).
- * tm29/Makefile.am: Remove all-local: $(ARCH).
- * tmck/Makefile.am: Remove all-local: $(ARCH).
- * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
-
-2003-11-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Reflect having moved to testsuites/.
-
-2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove RTEMS_CANONICAL_HOST.
-
-2003-10-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac:Remove RTEMS_CHECK_CPU.
-
-2003-09-04 Joel Sherrill <joel@OARcorp.com>
-
- * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
- tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
- tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
- tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
- tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
- tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
- tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
- tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
- tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
- tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
- tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
- tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
- tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
- tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
- tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
- tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
- tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
- tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
- tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
- tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
- tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
- tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
- tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
- tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
- tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
-
-2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved aclocal/.
-
-2003-08-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Reflect having moved automake/.
- * include/Makefile.am: Reflect having moved automake/.
- * tm01/Makefile.am: Reflect having moved automake/.
- * tm02/Makefile.am: Reflect having moved automake/.
- * tm03/Makefile.am: Reflect having moved automake/.
- * tm04/Makefile.am: Reflect having moved automake/.
- * tm05/Makefile.am: Reflect having moved automake/.
- * tm06/Makefile.am: Reflect having moved automake/.
- * tm07/Makefile.am: Reflect having moved automake/.
- * tm08/Makefile.am: Reflect having moved automake/.
- * tm09/Makefile.am: Reflect having moved automake/.
- * tm10/Makefile.am: Reflect having moved automake/.
- * tm11/Makefile.am: Reflect having moved automake/.
- * tm12/Makefile.am: Reflect having moved automake/.
- * tm13/Makefile.am: Reflect having moved automake/.
- * tm14/Makefile.am: Reflect having moved automake/.
- * tm15/Makefile.am: Reflect having moved automake/.
- * tm16/Makefile.am: Reflect having moved automake/.
- * tm17/Makefile.am: Reflect having moved automake/.
- * tm18/Makefile.am: Reflect having moved automake/.
- * tm19/Makefile.am: Reflect having moved automake/.
- * tm20/Makefile.am: Reflect having moved automake/.
- * tm21/Makefile.am: Reflect having moved automake/.
- * tm22/Makefile.am: Reflect having moved automake/.
- * tm23/Makefile.am: Reflect having moved automake/.
- * tm24/Makefile.am: Reflect having moved automake/.
- * tm25/Makefile.am: Reflect having moved automake/.
- * tm26/Makefile.am: Reflect having moved automake/.
- * tm27/Makefile.am: Reflect having moved automake/.
- * tm28/Makefile.am: Reflect having moved automake/.
- * tm29/Makefile.am: Reflect having moved automake/.
- * tmck/Makefile.am: Reflect having moved automake/.
- * tmoverhd/Makefile.am: Reflect having moved automake/.
-
-2003-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
-
-2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove CC_CFLAGS_DEBUG_V.
- CC_CFLAGS_DEFAULT (obsolete).
-
-2003-05-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove CC_CFLAGS_PROFILE_V.
- Remove CC_LDFLAGS_PROFILE_V.
-
-2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove AC_CONFIG_AUX_DIR.
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
-
-2003-02-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: AC_PREREQ(2.57).
-
-2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Reformat.
- Add autom4te*cache.
- Remove autom4te.cache.
-
-2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
- * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
- * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
- * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
-
-2002-08-01 Joel Sherrill <joel@OARcorp.com>
-
- * 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.
- * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
- tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
- tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
- tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
- tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
- tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
- tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
-2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac: Remove ENABLE_GCC28.
-
-2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.ac:
- AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
- AM_INIT_AUTOMAKE([no-define foreign 1.6]).
- * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
- * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
-
-2001-11-08 Jiri Gaisler <jiri@gaisler.com>
-
- This fix is response to test results reported by Jerry Needell
- <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
- * tm27/task1.c: Account for overhead in starting and stopping
- the timer.
-
-2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * .cvsignore: Add autom4te.cache for autoconf > 2.52.
- * configure.in: Remove.
- * configure.ac: New file, generated from configure.in by autoupdate.
-
-2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
-
-2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
- * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
- * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
- * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
-
-2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
-
-2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tm20/Makefile.am: Remove stubdir.rel
-
-2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
-
-2000-11-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
-
-2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
- Switch to GNU canonicalization.
- * tmtests.am: Remove DEFS.
-
-2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
-
- * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
- tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
- tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
- tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
- tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
- tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
- tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
- tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
- tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
- tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
- tmoverhd/Makefile.am: Include compile.am
-
-2000-08-10 Joel Sherrill <joel@OARcorp.com>
-
- * ChangeLog: New file.