Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(242)

Side by Side Diff: gcc/fixincludes/ChangeLog

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gcc/depcomp ('k') | gcc/fixincludes/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2010-01-21 Release Manager 1 2010-07-31 Release Manager
2 2
3 » * GCC 4.4.3 released. 3 » * GCC 4.5.1 released.
4 4
5 2009-10-15 Release Manager 5 2010-07-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6 6
7 » * GCC 4.4.2 released. 7 » Backport from mainline:
8 8 » 2010-07-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9 2009-07-22 Release Manager 9
10 10 » * inclhack.def (solaris_cond_init): New fix.
11 » * GCC 4.4.1 released. 11 » * fixincl.x: Regenerate.
12 12 » * tests/base/pthread.h [SOLARIS_COND_INIT_CHECK]: New test.
13 2009-04-21 Release Manager 13 » [SOLARIS_MUTEX_INIT_2_CHECK]: Adapt.
14 14
15 » * GCC 4.4.0 released. 15 2010-04-14 Release Manager
16 16
17 * GCC 4.5.0 released.
18
19 2010-04-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
20
21 * aclocal.m4: Regenerate.
22
23 2010-03-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
24
25 * inclhack.def (alpha_assert): Allow for more whitespace in
26 select.
27 * fixincl.x: Regenerate.
28
29 2010-03-28 H.J. Lu <hongjiu.lu@intel.com>
30
31 PR target/40722
32 * mkfixinc.sh: Revert the last change for mingw.
33
34 2010-03-24 Joseph Myers <joseph@codesourcery.com>
35
36 * inclhack.def (glibc_strncpy): New fix.
37 * fixincl.x: Regenerate.
38 * tests/base/bits/string2.h: Update.
39
40 2010-03-23 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR target/40722
43 * mkfixinc.sh: Fix stdlib.h for mingw.
44
45 2010-02-19 Bruce Korb <bkorb@gnu.org>
46
47 * inclhack.def: remove vestiges of inadvertently committed changes
48
49 2010-02-10 Bruce Korb <bkorb@gnu.org>
50
51 * README: fix up references to old gcc/fixinc directory
52
53 2010-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
54
55 * inclhack.def (solaris_int_limits_3): New fix.
56 * fixincl.x: Regenerate.
57 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_3_CHECK]: New
58 test.
59
60 * inclhack.def (solaris_int_const, solaris_int_limits_1,
61 solaris_int_limits_2 ): Applies to Solaris 2 in general.
62 Remove select.
63 Add mach for *-*-solaris2*.
64 Change second c_fix_arg to select.
65 Remove #pragma ident from test_text.
66 * fixincl.x: Regenerate.
67 * tests/base/sys/int_const.h [SOLARIS_INT_CONST_CHECK]: Remove
68 #pragma trigger text.
69 * tests/base/sys/int_limits.h [SOLARIS_INT_LIMITS_1_CHECK,
70 SOLARIS_INT_LIMITS_2_CHECK]: Likewise.
71
72 2010-01-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
73
74 * inclhack.def (aix_stdint_1): Add stdint-aix.h to files.
75 (aix_stdint_2): Likewise.
76 (aix_stdint_3): Likewise.
77 (aix_stdint_4): Likewise.
78 (aix_stdint_5): Likewise.
79 (darwin_stdint_1): Add stdint-darwin.h to files.
80 (darwin_stdint_2): Likewise.
81 (darwin_stdint_3): Likewise.
82 (darwin_stdint_4): Likewise.
83 (darwin_stdint_5): Likewise.
84 (darwin_stdint_6): Likewise.
85 (darwin_stdint_7): Likewise.
86 (hpux_c99_intptr): Add stdint-hpux11.h to files.
87 (hpux_c99_inttypes): Likewise.
88 (hpux_c99_inttypes2): Likewise.
89 (hpux_stdint_least_fast): Likewise.
90 (irix_stdint_c99): Renamed to irix_stdint_c99_mode.
91 (irix_stdint_c99_types): New fix.
92 (irix_stdint_c99_macros): New fix.
93 (newlib_stdint_1): Add stdint-newlib.h to files.
94 (newlib_stdint_2): Likewise.
95 fixincl.x: Regenerate.
96 tests/base/stdint-aix.h: New file.
97 tests/base/stdint.h [AIX_STDINT_1_CHECK, AIX_STDINT_2_CHECK,
98 AIX_STDINT_3_CHECK, AIX_STDINT_4_CHECK, AIX_STDINT_5_CHECK]: Moved ...
99 tests/base/stdint-aix.h: ... here.
100 [AIX_STDINT_3_CHECK]: Updated to match aix_stdint_3 fix.
101 [AIX_STDINT_4_CHECK]: Updated to match aix_stdint_4 fix.
102 [AIX_STDINT_5_CHECK]: Updated to match aix_stdint_5 fix.
103 tests/base/stdint-darwin.h: New file.
104 tests/base/stdint.h [DARWIN_STDINT_1_CHECK, DARWIN_STDINT_2_CHECK,
105 DARWIN_STDINT_3_CHECK, DARWIN_STDINT_4_CHECK,
106 DARWIN_STDINT_5_CHECK, DARWIN_STDINT_6_CHECK]: Moved ...
107 tests/base/stdint-darwin.h: ... here.
108 [DARWIN_STDINT_1_CHECK]: Updated to match darwin_stdint_1 fix.
109 [DARWIN_STDINT_4_CHECK]: Updated to match darwin_stdint_4 fix.
110 [DARWIN_STDINT_6_CHECK]: Updated to match darwin_stdint_6 fix.
111 tests/base/stdint-hpux11.h: New file.
112 tests/base/stdint.h [HPUX_C99_INTPTR_CHECK,
113 HPUX_C99_INTTYPES2_CHECK, HPUX_STDINT_LEAST_FAST_CHECK]: Moved ...
114 tests/base/stdint-hpux11.h: ... here.
115 [HPUX_C99_INTPTR_CHECK]: Updated to match hpux_c99_intptr fix.
116 [HPUX_C99_INTTYPES2_CHECK]: Updated to match hpux_c99_inttypes2 fix.
117 tests/base/stdint.h [IRIX_STDINT_C99_CHECK]: Renamed guard to
118 IRIX_STDINT_C99_MODE_CHECK.
119 tests/base/stdint-irix65.h: New file.
120 tests/base/stdint-newlib.h: New file.
121 tests/base/stdint.h [NEWLIB_STDINT_1_CHECK,
122 NEWLIB_STDINT_2_CHECK]: Moved ...
123 tests/base/stdint-newlib.h: ... here.
124
125 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
126
127 * configure: Regenerate.
128
129 2009-10-21 Steve Ellcey <sje@cup.hp.com>
130
131 * inclhack.def (hpux_stdint_least_fast): Simplify.
132 * fixincl.x: Regenerate.
133 * tests/base/stdint.h: Update.
134
135 2009-09-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
136
137 * inclhack.def (isc_fmod, isc_omits_with_stdc)
138 (nested_sys_limits, sco_math): Remove.
139 * tests/base/math.h (ISC_FMOD_CHECK, SCO_MATH_CHECK): Remove.
140 * tests/base/stdio.h (ISC_OMITS_WITH_STDC_CHECK): Remove.
141 * tests/base/sys/limits.h: Remove.
142 * fixincl.x: Regenerate.
143
144 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
145
146 PR testsuite/29737
147 PR bootstrap/35938
148 PR testsuite/39655
149 * check.tpl: Fix typos.
150 * README: Likewise. Also, document that 'select' uses ERE.
151 * mkheaders.in: Update copyright years in --version output.
152 * inclhack.def (sco_math): Add missing final newline in sed
153 script 'a', 'c', or 'i' commands, for BSD sed.
154 (sco_math): In the text of 'a', 'c', or 'i' sed
155 commands, prepend leading white space with a backslash to avoid
156 the whitespace to be removed by BSD sed.
157 (sco_math): Match plain 'C++' instead of 'C\+\+' in sed regex.
158 (x11_new): Fix sed expression, for BSD sed.
159 (glibc_mutex_init): Fix newlines in sed 's' command replacement
160 part, for GNU sed 3.02 and Solaris sed.
161 (glibc_mutex_init): Replace unportable \+ sed regex operator
162 with \{1,\}.
163 (glibc_c99_inline_2, glibc_mutex_init): Avoid unportable sed
164 alternation \| regex operator.
165 (solaris_complex): Remove superfluous backslashes from
166 replacement string. Replace \+ operator with \{1,\}.
167 * tests/base/Xm/Traversal.h: This is fixed for BSD sed now.
168 * fixincl.x: Regenerate.
169
170 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
171
172 PR libfortran/41169
173 * inclhack.def (irix_complex): New fix.
174 (solaris_complex): Likewise.
175 * fixincl.x: Regenerate.
176 * tests/base/complex.h [IRIX_COMPLEX_CHECK, SOLARIS_COMPLEX_CHECK]:
177 New tests.
178
179 2009-08-28 Bruce Korb <bkorb@gnu.org>
180 Steve Ellcey <sje@cup.hp.com>
181
182 * README (files): Describe files entry.
183 * inclhack.def (hpux_stdint_least): Remove.
184 (hpux_stdint_fast): Remove.
185 (hpux_stdint_fast): Remove.
186 (hpux_stdint_least_fast): New.
187 (hpux_inttype_int_least8_t): Remove.
188 (hpux_inttype_int8_t): Modify.
189 * fixincl.x: Regenerate.
190 * tests/base/stdint.h: Update.
191 * tests/base/sys/_inttypes.h: Update.
192
193 2009-08-28 Steve Ellcey <sje@cup.hp.com>
194
195 * inclhack.def (hpux_imaginary_i): Remove spaces.
196 * fixincl.x: Regenerate.
197 * tests/base/stdint.h: Update AIX fixes.
198 * tests/base/complex.h: Change HPUX_IMAGINARY_I_CHECK fix.
199
200 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
201
202 * configure.ac (AC_PREREQ): Bump to 2.64.
203
204 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
205
206 * aclocal.m4: Regenerate.
207 * configure: Regenerate.
208 * config.h.in: Regenerate.
209
210 2009-08-17 David Edelsohn <edelsohn@gnu.org>
211
212 * inclhack.def (aix_complex): Redefine _Complex_I. Do not
213 redefine I.
214 * (aix_stdint_[12345]): New fixes.
215 * fixincl.x: Regenerate.
216 * tests/base/complex.h: Update check.
217 * tests/base/stdint.h: Add AIX stdint.h checks.
218
219 2009-08-14 Steve Ellcey <sje@cup.hp.com>
220
221 * inclhack.def (hpux_imaginary_i): New fix.
222 * fixincl.x: Regenerate.
223 * tests/base/complex.h: New file.
224
225 2009-08-12 David Edelsohn <edelsohn@gnu.org>
226
227 * inclhack.def (aix_complex): New fix.
228 * fixincl.x: Regenerate.
229
230 2009-08-01 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
231
232 * inclhack.def (hpux_inttype_int_least8_t): Also apply on hpux10*.
233 (hpux_inttype_int8_t): Likewise.
234 * fixincl.x: Regenerate.
235
236 2009-07-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
237
238 * Makefile.in (AUTOCONF, AUTOHEADER, ACLOCAL, ACLOCAL_AMFLAGS):
239 New variables.
240 ($(srcdir)/configure, $(srcdir)/config.h.in, $(srcdir)/aclocal.m4):
241 Use them.
242
243 2009-07-04 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
244
245 * inclhack.def (darwin_stdint_5, darwin_stdint_6,
246 darwin_stdint_7): New fixes.
247 * fixincl.x: Regenerate.
248 * tests/base/stdint.h: Adjust test for new fixes.
249
250 2009-07-03 Eric Botcazou <ebotcazou@adacore.com>
251
252 * inclhack.def (solaris_int_types): New fix.
253 * fixincl.x: Regenerate.
254 * tests/base/sys/int_types.h: New file.
255
256 2009-06-09 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
257
258 * inclhack.def (darwin_stdint_1, darwin_stdint_2, darwin_stdint_3,
259 darwin_stdint_4): New fixes.
260 * tests/base/stdint.h: Adjust test results for new fixes.
261 * fixincl.x: Regenerate.
262
263 2009-05-29 Eric Botcazou <ebotcazou@adacore.com>
264
265 * inclhack.def (solaris_int_const): New fix.
266 (solaris_int_limits_1): Likewise.
267 (solaris_int_limits_2): Likewise.
268 * fixincl.x: Regenerate.
269 * tests/base/sys/int_const.h: New file.
270 * tests/base/sys/int_limits.h: Likewise.
271
272 2009-05-15 Joseph Myers <joseph@codesourcery.com>
273
274 * inclhack.def (glibc_tgmath): Correct bypass.
275 * fixincl.x: Regenerate.
276
277 2009-04-28 Steve Ellcey <sje@cup.hp.com>
278
279 * inclhack.def (hpux11_uint32_c): Remove.
280 (hpux_long_double): Disable on hpux11.3*.
281 (hpux_long_double_2): New.
282 (hpux_c99_intptr): New.
283 (hpux_c99_inttypes): New.
284 (hpux_c99_inttypes2): New.
285 (hpux_stdint_least): New.
286 (hpux_stdint_fast): New.
287 (hpux_inttype_int_least8_t): New.
288 (hpux_inttype_int8_t): New.
289 * fixincl.x: Regenerate.
290 * tests/base/sys/_inttypes.h: New.
291 * tests/base/inttypes.h: Update.
292 * tests/base/stdlib.h: Update.
293 * tests/base/stdint.h: Update.
294
295 2009-04-28 Joseph Myers <joseph@codesourcery.com>
296
297 * inclhack.def (glibc_stdint): New fix.
298 * fixincl.x: Regenerate.
299 * tests/base/stdint.h: Update.
300
17 2009-04-09 Jakub Jelinek <jakub@redhat.com> 301 2009-04-09 Jakub Jelinek <jakub@redhat.com>
18 302
19 * Makefile.in: Change copyright header to refer to version 303 * Makefile.in: Change copyright header to refer to version
20 3 of the GNU General Public License and to point readers at the 304 3 of the GNU General Public License and to point readers at the
21 COPYING3 file and the FSF's license web page. 305 COPYING3 file and the FSF's license web page.
22 * fixfixes.c: Likewise. 306 * fixfixes.c: Likewise.
23 * fixinc.in: Likewise. 307 * fixinc.in: Likewise.
24 * fixincl.c: Likewise. 308 * fixincl.c: Likewise.
25 * fixlib.c: Likewise. 309 * fixlib.c: Likewise.
26 * fixlib.h: Likewise. 310 * fixlib.h: Likewise.
27 * fixopts.c: Likewise. 311 * fixopts.c: Likewise.
28 * fixtests.c: Likewise. 312 * fixtests.c: Likewise.
29 * genfixes: Likewise. 313 * genfixes: Likewise.
30 * mkheaders.in: Likewise. 314 * mkheaders.in: Likewise.
31 * system.h: Likewise. 315 * system.h: Likewise.
32 316
317 2009-03-31 Joseph Myers <joseph@codesourcery.com>
318
319 PR c/448
320 * inclhack.def (newlib_stdint_1, newlib_stdint_2): New fixes.
321 * fixincl.x: Regenerate.
322 * tests/base/stdint.h: Update.
323
324 2009-03-29 Joseph Myers <joseph@codesourcery.com>
325
326 * tests/base/math.h, tests/base/pthread.h, tests/base/sys/wait.h:
327 Update.
328
329 2009-03-29 Joseph Myers <joseph@codesourcery.com>
330
331 PR c/456
332 PR c/5675
333 PR c/19976
334 PR c/29116
335 PR c/31871
336 PR c/35198
337 * inclhack.def (glibc_tgmath): New fix.
338 * fixincl.x: Regenerate.
339 * tests/base/tgmath.h: New.
340
341 2009-03-28 Joseph Myers <joseph@codesourcery.com>
342
343 * inclhack.def (aix_syswait, exception_structure,
344 pthread_page_size): Remove.
345 (math_exception): Remove mention of fixproto in comment.
346 * fixincl.x: Regenerate.
347 * mkheaders.in: Do not handle STMP_FIXPROTO.
348
349 2009-03-27 Sandra Loosemore <sandra@codesourcery.com>
350
351 * server.c (run_shell): Quote directory name passed to cd.
352
33 2009-03-01 Bruce Korb <bkorb@gnu.org> 353 2009-03-01 Bruce Korb <bkorb@gnu.org>
34 Apply a positively ancient patch: 354 Apply a positively ancient patch:
35 355
36 2004-10-15 Giovanni Bajo <giovannibajo@libero.it> 356 2004-10-15 Giovanni Bajo <giovannibajo@libero.it>
37 357
38 * inclhack.def (alpha_if_semicolon): new fix from long, long ago 358 * inclhack.def (alpha_if_semicolon): new fix from long, long ago
39 * tests/base/net/if.h: Add new test. 359 * tests/base/net/if.h: Add new test.
40 360
41 2009-01-06 Andreas Tobler <a.tobler@schweiz.org> 361 2009-01-06 Andreas Tobler <a.tobler@schweiz.org>
42 362
(...skipping 805 matching lines...) Expand 10 before | Expand all | Expand 10 after
848 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully 1168 * Makefile.in: From gcc/fixinc/Makefile.in, making it fully
849 autoconfiscated. 1169 autoconfiscated.
850 * configure.ac: New. 1170 * configure.ac: New.
851 * config.h.in: Generate. 1171 * config.h.in: Generate.
852 * configure: Generate. 1172 * configure: Generate.
853 * aclocal.m4: New. 1173 * aclocal.m4: New.
854 * fixlib.h: Remove inclusions of gcc files. 1174 * fixlib.h: Remove inclusions of gcc files.
855 * system.h: New. 1175 * system.h: New.
856 1176
857 Other files copied from gcc/fixinc. 1177 Other files copied from gcc/fixinc.
OLDNEW
« no previous file with comments | « gcc/depcomp ('k') | gcc/fixincludes/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698