source: rtems/tools/build/ChangeLog @ bafe269d

4.115
Last change on this file since bafe269d was bafe269d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/29/10 at 17:12:38

2010-07-29 Ralf Corsépius <ralf.corsepius@…>

  • rtems-bin2c.c: Add -C and -H options.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12010-07-29      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * rtems-bin2c.c: Add -C and -H options.
4
52010-03-12      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * eolstrip.c: Readdress use of ctype methods per recommendation from
8        D.J. Delorie on the newlib mailing list. We should pass an unsigned
9        char into these methods.
10
112007-09-18      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am: Rename bin2c to rtems-bin2c.
14
152007-09-10      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * bin2c.c: Updated license after author changed it.
18
192007-09-07      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * bin2c.c: Update comments.
22
232007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * bin2c.c: Significant improvements -- add multiple options, generate
26        both C and H files, do not always generate static. fix indentation,
27        add comments.
28
292007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * bin2c.c: New file.
32        http://www.wxwidgets.org/wiki/index.php/Embedding_PNG_Images-Bin2c_In_C
33
342007-09-04      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am: Add bin2c so we can have a more reliable way to convert
37        binary files to objects. If they are in C, we can use the correct CPU
38        CFLAGS and they will link easier.
39
402006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * configure.ac: New BUG-REPORT address.
43
442006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * configure.ac: Require autoconf-2.60. Require automake-1.10.
47
482006-07-13      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * doxy-filter: New.
51        * Makefile.am: Add doxy-filter.
52
532006-07-11      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * ampolish3.in: Remove.
56        * Makefile.am: Remove ampolish3.
57        * configure.ac: Remove ampolish3, perl.
58
592006-01-14      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * ampolish3.in: Check Makefile.am for SUBDIRS.
62        Add all-am: for PREINSTALL_FILES.
63
642006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
65
66        * ampolish3.in: Add all: for PREINSTALL_FILES.
67        Add all-local for TMPINSTALL_FILES.
68        Misc bug fixes.
69
702006-01-12      Ralf Corsepius <ralf.corsepius@rtems.org>
71
72        * ampolish3.in: Check if Makefile.am already contains CLEANFILES or
73        DISTCLEANFILES.
74
752006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * ampolish3.in: Update.
78
792005-10-25      Ralf Corsepius <ralf.corsepius@rtems.org>
80
81        * ampolish3.in: Sync with private bleeding-edge .
82
832005-10-24      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * ampolish3.in: Use @PERL@, partial update from local sources.
86
872005-10-24      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Add ampolish3.
90        * Makefile.am: Add ampolish3.
91        * ampolish3.in: New.
92
932004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * configure.ac: Require automake > 1.9.
96
972004-02-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add EXTRA_DIST = search-id.sh multigen
100        cvsignore-add.sh.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
109
1102003-03-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add AC_CHECK_HEADERS(getopt.h) to work around a bug
113        in autoconf-2.57.
114
1152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove AC_CONFIG_AUX_DIR.
118
1192003-03-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add AC_CHECK_HEADERS.
122
1232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
126
1272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: AC_PREREQ(2.57).
130
1312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * .cvsignore: Reformat.
134        Add autom4te*cache.
135        Remove autom4te.cache.
136
1372002-10-02  Chris Johns  <cjohns@cybertec.com.au>
138
139        * cvsignore-add.sh: Script to append a specific file to all
140        .cvsignore files if the files exists is a specific directory.
141
1422002-05-01      Joel Sherrill <joel@OARcorp.com>
143
144        * lock-directory.in, unlock-directory.in: Removed.
145        * Makefile.am, README, .cvsignore: Updated to reflect above.
146
1472002-04-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Remove AC_EXEEXT (obsolete).
150
1512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac:
154        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
155        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
156        * Makefile.am: Remove AUTOMAKE_OPTIONS.
157
1582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
161        * configure.in: Remove.
162        * configure.ac: New file, generated from configure.in by autoupdate.
163
1642001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * config.h.in: Automatically generated.  Remove from CVS.
167
1682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
171
1722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
175
1762000-10-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Switch to GNU-canonicalized autoconf macros.
179
1802000-08-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * multigen: Fix BARE_CPU_CFLAGS.
183
1842000-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * multigen: Fix usage.
187
1882000-08-10      Joel Sherrill <joel@OARcorp.com>
189
190        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.