source: rtems/tools/build/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 5.7 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * rtems-bin2c.c: Fix memory leak in '.c' suffix strip.
8        Also strip '.h' suffix.
9
102010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * rtems-bin2c.c: Make -v (verbose) working.
13
142010-07-30      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Check for libgen.h, basename.
17        * rtems-bin2c.c: Use basename(3) instead of strrchr cascade.
18        Introduce ifbasename. Use ifbasename in generated files.
19
202010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * rtems-bin2c.c: Add -C and -H options.
23
242010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * eolstrip.c: Readdress use of ctype methods per recommendation from
27        D.J. Delorie on the newlib mailing list. We should pass an unsigned
28        char into these methods.
29
302007-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * Makefile.am: Rename bin2c to rtems-bin2c.
33
342007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * bin2c.c: Updated license after author changed it.
37
382007-09-07      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * bin2c.c: Update comments.
41
422007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * bin2c.c: Significant improvements -- add multiple options, generate
45        both C and H files, do not always generate static. fix indentation,
46        add comments.
47
482007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * bin2c.c: New file.
51        http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images-Bin2c_In_C
52
532007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am: Add bin2c so we can have a more reliable way to convert
56        binary files to objects. If they are in C, we can use the correct CPU
57        CFLAGS and they will link easier.
58
592006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * configure.ac: New BUG-REPORT address.
62
632006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * configure.ac: Require autoconf-2.60. Require automake-1.10.
66
672006-07-13      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * doxy-filter: New.
70        * Makefile.am: Add doxy-filter.
71
722006-07-11      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * ampolish3.in: Remove.
75        * Makefile.am: Remove ampolish3.
76        * configure.ac: Remove ampolish3, perl.
77
782006-01-14      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * ampolish3.in: Check Makefile.am for SUBDIRS.
81        Add all-am: for PREINSTALL_FILES.
82
832006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * ampolish3.in: Add all: for PREINSTALL_FILES.
86        Add all-local for TMPINSTALL_FILES.
87        Misc bug fixes.
88
892006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * ampolish3.in: Check if Makefile.am already contains CLEANFILES or
92        DISTCLEANFILES.
93
942006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * ampolish3.in: Update.
97
982005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * ampolish3.in: Sync with private bleeding-edge .
101
1022005-10-24      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * ampolish3.in: Use @PERL@, partial update from local sources.
105
1062005-10-24      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * configure.ac: Add ampolish3.
109        * Makefile.am: Add ampolish3.
110        * ampolish3.in: New.
111
1122004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * configure.ac: Require automake > 1.9.
115
1162004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add EXTRA_DIST = search-id.sh multigen
119        cvsignore-add.sh.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
124
1252003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
128
1292003-03-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug
132        in autoconf-2.57.
133
1342003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Remove AC_CONFIG_AUX_DIR.
137
1382003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Add AC_CHECK_HEADERS.
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AC_PREREQ(2.57).
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-10-02  Chris Johns  <cjohns@cybertec.com.au>
157
158        * cvsignore-add.sh: Script to append a specific file to all
159        .cvsignore files if the files exists is a specific directory.
160
1612002-05-01      Joel Sherrill <joel@OARcorp.com>
162
163        * lock-directory.in, unlock-directory.in: Removed.
164        * Makefile.am, README, .cvsignore: Updated to reflect above.
165
1662002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Remove AC_EXEEXT (obsolete).
169
1702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac:
173        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
174        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
175        * Makefile.am: Remove AUTOMAKE_OPTIONS.
176
1772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
180        * configure.in: Remove.
181        * configure.ac: New file, generated from configure.in by autoupdate.
182
1832001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * config.h.in: Automatically generated.  Remove from CVS.
186
1872000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
190
1912000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
194
1952000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to GNU-canonicalized autoconf macros.
198
1992000-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * multigen: Fix BARE_CPU_CFLAGS.
202
2032000-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * multigen: Fix usage.
206
2072000-08-10      Joel Sherrill <joel@OARcorp.com>
208
209        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.