summaryrefslogtreecommitdiffstats
path: root/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-182002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021118.
2002-11-182002-11-18 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021118.
2002-11-182002-11-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Added support for Motorola MTX603e.
2002-11-182002-11-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* acinclude.m4: Use AS_IF instead of if/then/else/endif. * configure.ac: Ditto.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V, CXXFLAGS_DEBUG_OPTIMIZE_V, LDFLAGS_DEBUG_V, CFLAGS_DEFAULT. Support @CFLAGS@, @CXXFLAGS@.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* bootstrap: Allow autoconf-2.56.
2002-11-152002-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
* acinclude.m4: Add CXX_FOR_*, CXXFLAGS_FOR_*. Fix stupid typo (continue/configure). * aclocal/prog-cc.m4: Remove obsolete comments. Acknowledge CFLAGS.
2002-11-142002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* acinclude.m4: _RTEMS_OUTPUT_SUBDIRS: Move ac_subconfigure_vars to the end of the args passed to sub-configure-scripts. (Reported by Wulf Hofbauer <wh73@cornell.edu>)
2002-11-122002-11-12 Joel Sherrill <joel@OARcorp.com>Ralf Corsepius1-0/+4
* configure.ac: Remove make/compilers/Makefile.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021111.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021111.
2002-11-112002-11-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-082002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* automake/compile.am: Remove rel rule.
2002-11-072002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* bootstrap: Allow autoconf > 2.52, automake > 1.6.
2002-11-072002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* configure.ac: Remove make/Templates/Makefile. * README.configure: Minor massaging.
2002-11-062002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
Further preparations for autoconf > 2.52: * aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else. * aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg. * aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
2002-11-052002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* acinclude.m4: Adapations to autoconf > 2.52.
2002-11-012002-11-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-24/+3
* ChangeLog: Corrected.
2002-11-01Till Straumann's patch to:Eric Norum1-0/+16
use bootp option 129 to get command line string change inet_ntoa->inet_ntop
2002-10-31Reflect changes to signal names in newlib sys/signal.h.Eric Norum1-0/+3
2002-10-30Add vprintk function for kernel printing from routinesEric Norum1-0/+6
which have already obtained the va_list pointer.
2002-10-302002-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+7
* bootstrap: Add generate_bspdir_acinclude to automatically update c/src/lib/libbsp/<cpu>/acinclude.m4. Use #! /bin/sh instead of #!/bin/sh. Remove autom4te*.cache during ./bootstrap --clean.
2002-10-292002-10-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+15
* aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING. * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING. (autoconf > 2.54 seems to have problems with the old form of quoting).
2002-10-282002-10-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
2002-10-212002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-20021021-test.
2002-10-212002-10-21 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-20021021-test.
2002-10-212002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
2002-10-112002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/ppc.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-112002-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* aclocal/quoting.m4: New (Implements RTEMS_CONFIGURE_ARGS_QUOTE). * acinclude.m4: Apply RTEMS_CONFIGURE_ARGS_QUOTE.
2002-10-092002-10-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* bootstrap: Add autoconf/automake version checks by popular demand. [FWIW: I dislike this.]
2002-10-072002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021007.
2002-10-072002-10-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021007.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-JUNK.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-JUNK.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-8/+0
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* VERSION: Updated to rtems-ss-20021004.
2002-10-042002-10-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20021004.
2002-08-292002-08-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* aclocal/bsp-configure.m4: Create bspopts.h on the fly, filter out autoconf-2.53 PACKAGE crap.
2002-08-282002-08-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/prog-gnat.m4: New.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/bsp-configure.m4: Fix small typo in comment.
2002-08-112002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
2002-08-092002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+6
* aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
2002-08-072002-08-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* aclocal/version.m4: Updated to rtems-ss-20020807.
2002-08-062002-08-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+4
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
2002-07-312002-07-31 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+5
* aclocal/rtems-cpu-subdirs.m4: Removed the or16 port was just a stub and only the OR32 port is getting worked on.
2002-07-222002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius1-0/+5
* aclocal/subdirs.m4: Remove. * acinclude.m4: New (Replaces aclocal/subdirs.m4).