source: rtems/tools/build/ChangeLog @ 438997f6

4.104.115
Last change on this file since 438997f6 was 438997f6, checked in by Joel Sherrill <joel.sherrill@…>, on 03/12/10 at 16:27:00

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