From d305d75c7eac1018c13788954b6707261b5fd176 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 17 May 2011 20:37:15 +0000 Subject: 2011-05-17 Joel Sherrill * tools/build/.cvsignore, tools/build/ChangeLog, tools/build/Makefile.am, tools/build/README, tools/build/binpatch.c, tools/build/cklength.c, tools/build/configure.ac, tools/build/cvsignore-add.sh, tools/build/doxy-filter, tools/build/eolstrip.c, tools/build/install-if-change.in, tools/build/multigen, tools/build/packhex.c, tools/build/rtems-bin2c.c, tools/build/search-id.sh, tools/build/unhex.c, tools/cpu/.cvsignore, tools/cpu/ChangeLog, tools/cpu/Makefile.am, tools/cpu/configure.ac, tools/cpu/generic/.cvsignore, tools/cpu/generic/ChangeLog, tools/cpu/generic/Makefile.am, tools/cpu/generic/configure.ac, tools/cpu/generic/size_rtems.in, tools/cpu/nios2/.cvsignore, tools/cpu/nios2/ChangeLog, tools/cpu/nios2/Makefile.am, tools/cpu/nios2/README, tools/cpu/nios2/bridges.c, tools/cpu/nios2/bridges.h, tools/cpu/nios2/clocks.c, tools/cpu/nios2/clocks.h, tools/cpu/nios2/configure.ac, tools/cpu/nios2/devices.c, tools/cpu/nios2/devices.h, tools/cpu/nios2/linkcmds.c, tools/cpu/nios2/linkcmds.h, tools/cpu/nios2/memory.c, tools/cpu/nios2/memory.h, tools/cpu/nios2/nios2gen.c, tools/cpu/nios2/output.c, tools/cpu/nios2/output.h, tools/cpu/nios2/ptf.c, tools/cpu/nios2/ptf.h, tools/cpu/nios2/sample.ptf, tools/cpu/sh/.cvsignore, tools/cpu/sh/AUTHORS, tools/cpu/sh/COPYING, tools/cpu/sh/ChangeLog, tools/cpu/sh/Makefile.am, tools/cpu/sh/TODO, tools/cpu/sh/configure.ac, tools/cpu/sh/sci.c, tools/cpu/sh/sci.h, tools/cpu/sh/shgen.c, tools/schedsim/.cvsignore, tools/schedsim/ChangeLog, tools/schedsim/Makefile.am, tools/schedsim/README, tools/schedsim/configure.ac, tools/schedsim/rtems/.cvsignore, tools/schedsim/rtems/ChangeLog, tools/schedsim/rtems/Makefile.am, tools/schedsim/rtems/interr.c, tools/schedsim/rtems/rtems_init.c, tools/schedsim/rtems/rtems_sched.h, tools/schedsim/rtems/wkspace.c, tools/schedsim/rtems/sched_cpu/cpu.c, tools/schedsim/rtems/sched_cpu/cpu_asm.c, tools/schedsim/rtems/sched_cpu/rtems/asm.h, tools/schedsim/rtems/sched_cpu/rtems/stringto.h, tools/schedsim/rtems/sched_cpu/rtems/score/cpu.h, tools/schedsim/rtems/sched_cpu/rtems/score/cpu_asm.h, tools/schedsim/rtems/sched_cpu/rtems/score/cpuopts.h, tools/schedsim/rtems/sched_cpu/rtems/score/no_cpu.h, tools/schedsim/rtems/sched_cpu/rtems/score/types.h, tools/schedsim/shell/.cvsignore, tools/schedsim/shell/ChangeLog, tools/schedsim/shell/Makefile.am, tools/schedsim/shell/schedsim_priority/.cvsignore, tools/schedsim/shell/schedsim_priority/Makefile.am, tools/schedsim/shell/schedsim_priority/config.c, tools/schedsim/shell/schedsim_priority/printheir_executing.c, tools/schedsim/shell/schedsim_priority/schedsim.cc, tools/schedsim/shell/schedsim_priority/wrap_thread_dispatch.c, tools/schedsim/shell/scripts/script01, tools/schedsim/shell/scripts/script02, tools/schedsim/shell/scripts/script03, tools/schedsim/shell/scripts/script04, tools/schedsim/shell/scripts/script05, tools/schedsim/shell/scripts/script06, tools/schedsim/shell/shared/.cvsignore, tools/schedsim/shell/shared/Makefile.am, tools/schedsim/shell/shared/commands.c, tools/schedsim/shell/shared/getopt.c, tools/schedsim/shell/shared/lookup_semaphore.c, tools/schedsim/shell/shared/lookup_task.c, tools/schedsim/shell/shared/main_clocktick.c, tools/schedsim/shell/shared/main_echo.c, tools/schedsim/shell/shared/main_executing.c, tools/schedsim/shell/shared/main_heir.c, tools/schedsim/shell/shared/main_help.c, tools/schedsim/shell/shared/main_rtemsinit.c, tools/schedsim/shell/shared/main_semcreate.c, tools/schedsim/shell/shared/main_semdelete.c, tools/schedsim/shell/shared/main_semflush.c, tools/schedsim/shell/shared/main_semobtain.c, tools/schedsim/shell/shared/main_semrelease.c, tools/schedsim/shell/shared/main_taskcreate.c, tools/schedsim/shell/shared/main_taskdelete.c, tools/schedsim/shell/shared/main_taskmode.c, tools/schedsim/shell/shared/main_taskpriority.c, tools/schedsim/shell/shared/main_taskresume.c, tools/schedsim/shell/shared/main_tasksuspend.c, tools/schedsim/shell/shared/main_taskwakeafter.c, tools/schedsim/shell/shared/schedsim_shell.h, tools/schedsim/shell/shared/shell_cmdset.c, tools/schedsim/shell/shared/shell_makeargs.c, tools/schedsim/shell/shared/include/shell.h, tools/schedsim/shell/shared/include/newlib/_ansi.h, tools/schedsim/shell/shared/include/newlib/getopt.h: Removed. * configure.ac: RTEMS Scheduler Simulator is now in its own CVS module named rtems-schedsim. --- tools/build/ChangeLog | 209 -------------------------------------------------- 1 file changed, 209 deletions(-) delete mode 100644 tools/build/ChangeLog (limited to 'tools/build/ChangeLog') diff --git a/tools/build/ChangeLog b/tools/build/ChangeLog deleted file mode 100644 index e3e344cbcb..0000000000 --- a/tools/build/ChangeLog +++ /dev/null @@ -1,209 +0,0 @@ -2011-02-02 Ralf Corsépius - - * configure.ac: Require autoconf-2.68, automake-1.11.1. - -2010-07-30 Ralf Corsépius - - * rtems-bin2c.c: Fix memory leak in '.c' suffix strip. - Also strip '.h' suffix. - -2010-07-30 Ralf Corsépius - - * rtems-bin2c.c: Make -v (verbose) working. - -2010-07-30 Ralf Corsépius - - * configure.ac: Check for libgen.h, basename. - * rtems-bin2c.c: Use basename(3) instead of strrchr cascade. - Introduce ifbasename. Use ifbasename in generated files. - -2010-07-29 Ralf Corsépius - - * rtems-bin2c.c: Add -C and -H options. - -2010-03-12 Joel Sherrill - - * eolstrip.c: Readdress use of ctype methods per recommendation from - D.J. Delorie on the newlib mailing list. We should pass an unsigned - char into these methods. - -2007-09-18 Joel Sherrill - - * Makefile.am: Rename bin2c to rtems-bin2c. - -2007-09-10 Joel Sherrill - - * bin2c.c: Updated license after author changed it. - -2007-09-07 Joel Sherrill - - * bin2c.c: Update comments. - -2007-09-04 Joel Sherrill - - * bin2c.c: Significant improvements -- add multiple options, generate - both C and H files, do not always generate static. fix indentation, - add comments. - -2007-09-04 Joel Sherrill - - * bin2c.c: New file. - http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images-Bin2c_In_C - -2007-09-04 Joel Sherrill - - * Makefile.am: Add bin2c so we can have a more reliable way to convert - binary files to objects. If they are in C, we can use the correct CPU - CFLAGS and they will link easier. - -2006-12-02 Ralf Corsépius - - * configure.ac: New BUG-REPORT address. - -2006-10-17 Ralf Corsépius - - * configure.ac: Require autoconf-2.60. Require automake-1.10. - -2006-07-13 Ralf Corsepius - - * doxy-filter: New. - * Makefile.am: Add doxy-filter. - -2006-07-11 Ralf Corsepius - - * ampolish3.in: Remove. - * Makefile.am: Remove ampolish3. - * configure.ac: Remove ampolish3, perl. - -2006-01-14 Ralf Corsepius - - * ampolish3.in: Check Makefile.am for SUBDIRS. - Add all-am: for PREINSTALL_FILES. - -2006-01-12 Ralf Corsepius - - * ampolish3.in: Add all: for PREINSTALL_FILES. - Add all-local for TMPINSTALL_FILES. - Misc bug fixes. - -2006-01-12 Ralf Corsepius - - * ampolish3.in: Check if Makefile.am already contains CLEANFILES or - DISTCLEANFILES. - -2006-01-10 Ralf Corsepius - - * ampolish3.in: Update. - -2005-10-25 Ralf Corsepius - - * ampolish3.in: Sync with private bleeding-edge . - -2005-10-24 Ralf Corsepius - - * ampolish3.in: Use @PERL@, partial update from local sources. - -2005-10-24 Ralf Corsepius - - * configure.ac: Add ampolish3. - * Makefile.am: Add ampolish3. - * ampolish3.in: New. - -2004-09-24 Ralf Corsepius - - * configure.ac: Require automake > 1.9. - -2004-02-20 Ralf Corsepius - - * Makefile.am: Add EXTRA_DIST = search-id.sh multigen - cvsignore-add.sh. - -2003-12-12 Ralf Corsepius - - * configure.ac: Require automake >= 1.8, autoconf >= 2.59. - -2003-08-11 Ralf Corsepius - - * configure.ac: Use rtems-bugs@rtems.com as bug report email address. - -2003-03-07 Ralf Corsepius - - * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug - in autoconf-2.57. - -2003-03-06 Ralf Corsepius - - * configure.ac: Remove AC_CONFIG_AUX_DIR. - -2003-03-02 Ralf Corsepius - - * configure.ac: Add AC_CHECK_HEADERS. - -2003-02-11 Ralf Corsepius - - * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). - -2003-02-11 Ralf Corsepius - - * configure.ac: AC_PREREQ(2.57). - -2002-10-21 Ralf Corsepius - - * .cvsignore: Reformat. - Add autom4te*cache. - Remove autom4te.cache. - -2002-10-02 Chris Johns - - * cvsignore-add.sh: Script to append a specific file to all - .cvsignore files if the files exists is a specific directory. - -2002-05-01 Joel Sherrill - - * lock-directory.in, unlock-directory.in: Removed. - * Makefile.am, README, .cvsignore: Updated to reflect above. - -2002-04-01 Ralf Corsepius - - * configure.ac: Remove AC_EXEEXT (obsolete). - -2002-03-27 Ralf Corsepius - - * configure.ac: - AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). - AM_INIT_AUTOMAKE([no-define foreign 1.6]). - * Makefile.am: Remove AUTOMAKE_OPTIONS. - -2001-10-11 Ralf Corsepius - - * .cvsignore: Add autom4te.cache for autoconf > 2.52. - * configure.in: Remove. - * configure.ac: New file, generated from configure.in by autoupdate. - -2001-01-24 Ralf Corsepius - - * config.h.in: Automatically generated. Remove from CVS. - -2000-11-09 Ralf Corsepius - - * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. - -2000-11-02 Ralf Corsepius - - * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. - -2000-10-30 Ralf Corsepius - - * Makefile.am: Switch to GNU-canonicalized autoconf macros. - -2000-08-10 Ralf Corsepius - - * multigen: Fix BARE_CPU_CFLAGS. - -2000-08-06 Ralf Corsepius - - * multigen: Fix usage. - -2000-08-10 Joel Sherrill - - * ChangeLog: New file. -- cgit v1.2.3