]> git.ipfire.org Git - thirdparty/gcc.git/blame - contrib/ChangeLog
Change comment style to one we normally use.
[thirdparty/gcc.git] / contrib / ChangeLog
CommitLineData
892c1fce
DM
12017-05-31 David Malcolm <dmalcolm@redhat.com>
2 Martin Liska <mliska@suse.cz>
3
4 * filter_params.py: New, porting the perl script to python,
5 adding a test suite.
6 * filter_gcc_for_doxygen_new: New file.
7
59075bc8
ML
82017-05-30 Martin Liska <mliska@suse.cz>
9
10 * analyze_brprob.py: Add new argument to parse and modify
11 predict.def file.
12 * analyze_brprob_spec.py: Likewise.
13
0a71c876
TV
142017-05-29 Tom de Vries <tom@codesourcery.com>
15
16 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
17 trailing eol.
18 (TrailingWhitespaceTest): New unit test.
19 (check_GNU_style_file): Remove eol before checking.
20
75017bb9
TV
212017-05-29 Tom de Vries <tom@codesourcery.com>
22
23 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
24 file handle. Add and handle file_encoding argument.
25 * check_GNU_style.py (main): Handle '-' file argument. Call
26 check_GNU_style_file with file handle as argument.
27
76baf5ca
TV
282017-05-29 Tom de Vries <tom@codesourcery.com>
29
30 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
31 (import_pip3): New function.
32
b7fc9ae0
TV
332017-05-24 Tom de Vries <tom@codesourcery.com>
34
35 * check_GNU_style_lib.py: New file, factored out of ...
36 * check_GNU_style.py: ... here. Call main unconditionally.
37
850098eb
ML
382017-05-19 Martin Liska <mliska@suse.cz>
39
40 * check_GNU_style.py: New file.
41
f47337ae
JL
422007-05-03 Jeff Law <law@redhat.com>
43
44 * config-list.mk (am33_2.0-linux): Remove from list of targets
45 to build.
46
03dc1f5f
JJ
472017-05-02 Jakub Jelinek <jakub@redhat.com>
48
49 * gennews (files): Add files for GCC 7.
50
9f06c15a
TV
512017-04-26 Tom de Vries <tom@codesourcery.com>
52
53 * gen_autofdo_event.py: Fix comment.
54
b1c0468f
DR
552017-04-11 Damian Rouson <damian@sourceryinstitute.org>
56
57 * download_prerequisites (md5_check): New function emulates Linux
58 'md5 --check' on macOS. Modified script for macOS compatibility.
59
154cc77e
PD
602017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
61
62 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
63 riscv64-unknown-linux-gnu.
64
357a7731
BRF
652017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
66
67 * update-copyright.py (Copyright.process_file): Retain original
68 file mode.
69
23075ebe
GP
702017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
71
72 * update-copyright.py: Fix the name of this script in examples.
73
e6d55103
JJ
742017-01-26 Jakub Jelinek <jakub@redhat.com>
75
76 * update-copyright.py: Add libhsail-rt to self.default_dirs
77 and call self.add_dir on it. Add Intel Corporation to external
78 authors.
79
4703b555
TS
802017-01-25 Thomas Schwinge <thomas@codesourcery.com>
81
82 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
83
f9e37186
GP
842017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
85
86 * patch_tester.sh (TESTLOGS): Remove
87 $TARGET/libjava/testsuite/libjava.sum.
88
eec5428b
GP
892017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
90
91 * warn_summary: Remove the -java option.
92
a395b2e5 932017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
b2bcb1b3 94
a395b2e5
GP
95 * update-copyright.py (LibJavaFilter): Remove.
96
972017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
98
b2bcb1b3
GP
99 * gcc_update: Remove entries related to GCJ and libgcj.
100 Complete copyright years and adjust my e-mail address.
101
a92ffb3e
RE
1022017-01-11 Richard Earnshaw <rearnsha@arm.com>
103
104 * gcc_update: Adjust touch list for ARM.
105
1243c42d
GP
1062017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
107
108 * download_ecj: Remove.
6438c2f4
ML
109
1102017-01-05 Martin Liska <mliska@suse.cz>
111
112 * vimrc: Update indentation definition.
113
d0a0bfd9
JJ
1142017-01-04 Jakub Jelinek <jakub@redhat.com>
115
116 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
117 libssp, libvtv and lto-plugin to default_dirs.
118
ae12c0f0
JJ
1192017-01-01 Jakub Jelinek <jakub@redhat.com>
120
121 * update-copyright.py (TestsuiteFilter): Skip params/README.
122 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
123
ca3b6071
ML
1242016-12-14 Martin Liska <mliska@suse.cz>
125
126 * analyze_brprob.py: Add new column to output and new sorting
127 option. Fix coding style to not exceed 80 characters.
128 * analyze_brprob_spec.py: Add new sorting
129 option. Fix coding style to not exceed 80 characters.
130
38000825
MK
1312016-10-24 Moritz Klammler <moritz@glammler.eu>
132
6ddefaa7 133 PR other/61439
38000825
MK
134 * download_prerequisites: Conditionally verify checksums of
135 downloaded pacakges. Add help text.
136 * prerequisites.md5: New file.
137 * prerequisites.sha512: New file.
138
e77cf8c6
KT
1392016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
140
141 * check_GNU_style.sh (remove_testsuite): New function.
142 Use it to remove testsuite from the diff.
143
643e0854
RO
1442016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
145
146 * dg-extract-results.sh: Revert bogus change.
147
aa9baacf
CL
1482016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
149
150 * dg-extract-results.py: Report DejaGnu error in the final
151 summary.
152 * dg-extract-results.sh: Likewise.
153
b0a5704b
CL
1542016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
155
156 * compare_tests: Take ERROR messages into account when
157 comparing.
158
abe95ef6
ML
1592016-08-17 Martin Liska <mliska@suse.cz>
160
161 * mark_spam.py: Mark as spam all comments done by a creator.
162
28619cd7
ML
1632016-08-15 Martin Liska <mliska@suse.cz>
164
165 * mark_spam.py: Add error handling and reset
166 another properties of attachments and bugs.
167
3f1b3373
ML
1682016-08-11 Martin Liska <mliska@suse.cz>
169
170 * mark_spam.py: Mark attachments as obsolete and rename them.
171
612a6ffe
EG
1722016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
173
174 * download_prerequisites: Explicitly remove existing symlinks
175 before trying to create new ones.
176
ce84ada3
ML
1772016-07-28 Martin Liska <mliska@suse.cz>
178
179 * mark_spam.py: New file.
180
88617fe4
ML
1812016-07-21 Martin Liska <mliska@suse.cz>
182
183 * analyze_brprob.py: If there's no loop, do not calculate
184 average number of loop iterations.
185
199b1891
ML
1862016-06-24 Martin Liska <mliska@suse.cz>
187
188 * analyze_brprob.py: Parse and display average number
189 of loop iterations.
190
7b72d14a
AK
1912016-06-23 Andi Kleen <ak@linux.intel.com>
192
193 * gen_autofdo_event.py: New file to regenerate
194 gcc-auto-profile.
195
0609abda
TS
1962016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
197
198 * config-list.mk: Stop testing mep-elf.
199
3e326935
TS
2002016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
201
202 * config-list.mk: Stop testing avr-rtems.
203
914b155c
TS
2042016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
205
206 * config-list.mk: Stop testing m32r-rtems.
207
5ebf89bd
TS
2082016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
209
210 * config-list.mk: Remove h8300-rtems support.
211
8466af06
TS
2122016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
213
214 * config-list.mk: stop testing knetbsd.
215
d980e738
TS
2162016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
217
218 * config-list.mk: Stop testing openbsd3.0.
219
ee2499b4
TS
2202016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
221
222 * config-list.mk: Remove interix target.
223
316ded53
DE
2242016-06-21 David Edelsohn <dje.gcc@gmail.com>
225
226 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
227 rs6000-ibm-aix5.2.
228 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
229 Add rs6000-ibm-aix7.1.
230
69071d86
ML
2312016-06-17 Martin Liska <mliska@suse.cz>
232
233 * analyze_brprob.py: Fix columns of script output.
234
50a593c7
RB
2352016-06-13 Richard Biener <rguenther@suse.de>
236
237 * download_prerequisites (ISL): Bump version to 0.16.1
238
22d222d2
AH
2392016-06-10 Alan Hayward <alan.hayward@arm.com>
240
241 * check_GNU_style.sh: Fix paste args for BSD
242
f8fdb10e
DM
2432016-06-09 David Malcolm <dmalcolm@redhat.com>
244
245 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
246 h8300-rtems, m32r-rtems, mep-elf.
247
54951c63
DM
2482016-06-09 David Malcolm <dmalcolm@redhat.com>
249
250 * config-list.mk (GCC_SRC_DIR): New variable.
251 (make-log-dir): Use GCC_SRC_DIR.
252 ($(LIST)): Likewise.
253
fdf3a386
ML
2542016-06-09 Martin Liska <mliska@suse.cz>
255
256 * analyze_brprob_spec.py: New file.
257
0d73e480
ML
2582016-06-09 Martin Liska <mliska@suse.cz>
259
260 * analyze_brprob.py: Add new argument --sorting.
261
e49efc14
ML
2622016-06-09 Martin Liska <mliska@suse.cz>
263
264 * analyze_brprob.py: Cover new dump output format.
265
48eae472
RO
2662016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
267
268 * update-copyright.py (LibMudflapFilter): Remove.
269 (GCCCmdLine.__init__): Add gotools, libcc1.
270 Remove libmudflap.
271 List unhandled intl, libcilkrts, libgo, liboffloadmic,
272 maintainer-scripts.
273
00f35794
BE
2742016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
275
276 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
277
bc6d9014
OE
2782016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
279
280 * compare-all-tests: Remove SH5 support.
281 * config-list.mk: Likewise.
282
4877829b
ML
2832016-04-28 Martin Liska <mliska@suse.cz>
284
285 * analyze_brprob: Remove.
286 * analyze_brprob.py: New file.
287
9364c30e
JJ
2882016-04-27 Jakub Jelinek <jakub@redhat.com>
289
290 * gennews (files): Add files for GCC 6.
291
d0e037eb
JH
2922016-04-17 Jan Hubicka <jh@suse.cz>
293
294 * analyze_brprob: Update comment.
295
2ecc0c83
MS
2962016-04-13 Martin Sebor <msebor@redhat.com>
297
298 * check_GNU_style.sh: Avoid false posivies in trailing operator
299 checks.
300
55a82b66
MS
3012016-03-07 Martin Sebor <msebor@redhat.com>
302
303 * check_GNU_style.sh (color): New global variable.
304 Add checks for trailing operators and spaces before left brackets.
305 Tightened up a check for a trailing left curly brace.
306 (g, ag, vg): Use color.
307 (col): Don't complain about excessively long lines with DejaGnu
308 directives.
309
1f347c50
TS
3102016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
311
312 * mklog: Look for the ChangeLog file in $cwd.
313
7d081272
JS
3142016-02-26 Joel Sherrill <joel@rtems.org>
315
316 * config-list.mk: Add aarch64-rtems and x86_64-rtems
317
4a8c29cc
JW
3182016-01-19 Jonathan Wakely <jwakely@redhat.com>
319
320 * uninclude: Fix third argument to gensub.
321
f29fa917
JJ
3222016-01-04 Jakub Jelinek <jakub@redhat.com>
323
324 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
325 as external author.
326
7ce9105f
JBG
3272015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
328
329 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
330 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
331
f78590bb
TB
3322015-12-06 Tobias Burnus <burnus@net-b.de>
333
334 * download_prerequisites: Download ISL 0.15 instead of 0.14.
335
e06b54c2
ML
3362015-11-20 Martin Liska <mliska@suse.cz>
337
338 * clang-format: Split content of a list to multiple
339 lines.
340
0f3594af
ML
3412015-11-19 Martin Liska <mliska@suse.cz>
342
343 * clang-format: Enhance list of FOR_EACH macros.
344
daa53f38
ML
3452015-11-19 Martin Liska <mliska@suse.cz>
346
347 * clang-format: New file.
348
bd94906f
AM
3492015-11-11 Andrew MacLeod <amacleod@redhat.com>
350
351 * header-tools: New. Directory containing a set of tools for
352 manipulating header files.
353
27776f55
NS
3542015-10-30 Nathan Sidwell <nathan@acm.org>
355
356 * config-list.mk (nvptx-none): Add it.
357
78c56a5a
MT
3582015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
359
360 * download_prerequisites: Make sure that script is run from
361 top level source directory.
362
dfa37515
RO
3632015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
364
365 * update-copyright.py (GCCCmdLine): Add libvtv.
366
4b5ed6cf
UB
3672015-08-04 Uros Bizjak <ubizjak@gmail.com>
368
369 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
370
7392b090
TV
3712015-07-15 Tom de Vries <tom@codesourcery.com>
372
373 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
374
1a607203
SE
3752015-06-02 Steve Ellcey <sellcey@imgtec.com>
376
377 * test_installed (--target=): New option.
378
ec3dfdac
MM
3792015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
380
381 * gimple.vim: New file.
382
323eb6e3
TV
3832015-05-18 Tom de Vries <tom@codesourcery.com>
384
385 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
386 (cat_with_prefix): New function, using global variable prefix.
387 (col): Make prefix a global variable. Rewrite to process file at a time
388 rather than line at a time. Print part longer than 80 chars in red.
389
ad7f0dfe
TV
3902015-05-18 Tom de Vries <tom@codesourcery.com>
391
392 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
393
847b6e15
TV
3942015-05-18 Tom de Vries <tom@codesourcery.com>
395
396 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
397
7e425ad6
TV
3982015-05-18 Tom de Vries <tom@codesourcery.com>
399
400 * check_GNU_style.sh: Improve readability function calls.
401
36805406
JL
4022015-05-16 James Bowman <james.bowman@ftdichip.com>
403
404 * config-list.mk: Add FT32.
405
cc1e0483
TV
4062015-05-12 Tom de Vries <tom@codesourcery.com>
407
408 * check_GNU_style.sh (col): Fix tab size.
409
a22e33d0
TV
4102015-05-12 Tom de Vries <tom@codesourcery.com>
411
412 * check_GNU_style.sh: Put stdin into a temp file.
413
7f167be6
TV
4142015-05-12 Tom de Vries <tom@codesourcery.com>
415
416 * check_GNU_style.sh: Read either from stdin, or from files.
417
0648b807
TV
4182015-05-12 Tom de Vries <tom@codesourcery.com>
419
420 * check_GNU_style.sh: Check if files exists.
421
4171ffe9
TV
4222015-05-12 Tom de Vries <tom@codesourcery.com>
423
424 * check_GNU_style.sh: Don't use a filename prefix if we're only
425 processing one patch file.
426
a92a1c27
YG
4272015-05-12 Yury Gribov <y.gribov@samsung.com>
428
429 * mklog: Ignore preprocessor directives.
430
a497da4c
JJ
4312015-04-22 Jakub Jelinek <jakub@redhat.com>
432
433 * gennews (files): Add files for GCC 5.
434
74d35315
BE
4352015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
436
437 * dg-extract-results.sh: Check that the necessary python modules exist.
438
4ed8ef26
IV
4392015-02-05 Ilya Verbin <ilya.verbin@intel.com>
440
441 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
442 liboffloadmic/plugin.
443
8fced9b9
RS
4442015-01-15 Richard Sandiford <richard.sandiford@arm.com>
445
446 * update-copyright.py (Copyright.__init__): Add a regexp for
447 "copyright = u'".
448 (Copyright.update_copyright): Don't add a space before the year
449 in that case.
450
41dbbb37
TS
4512015-01-15 Thomas Schwinge <thomas@codesourcery.com>
452
453 * gcc_update (files_and_dependencies): Update rules for new
454 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
455
6e7bdfac
YG
4562015-01-12 Yury Gribov <y.gribov@samsung.com>
457
458 * check_GNU_style.sh: Support patches coming from stdin.
459 Check that spaces are converted to tabs.
460 Make double-space-after-dot check more precice.
461
d3d514a9
EB
4622015-01-06 Eric Botcazou <ebotcazou@adacore.com>
463
464 * config-list.mk (LIST): Add visium-elf.
465
04a11c01
JBG
4662015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
467
468 * config-list.mk: Use shortest match for OPT to find the actual
469 target name.
470
64e6d5c4
SDJ
4712014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
472
473 * dg-extract-results.sh: Use --text with grep to avoid issues with
474 binary files. Fall back to cat -v, if that doesn't work.
475
923e09ee
CJW
4762014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
477
478 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
479
c3e1e693
YG
4802014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
481 Yury Gribov <y.gribov@samsung.com>
482
483 * vimrc: New file.
484
83f41b24
TP
4852014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
486
487 * check_GNU_style.sh: Warn for incorrect number of spaces in function
488 call only if 0 or 2+ spaces found.
489
f5d5b88f
TB
4902014-12-02 Tobias Burnus <burnus@net-b.de>
491
492 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
493
fdb424cf
TV
4942014-11-25 Tom de Vries <tom@codesourcery.com>
495 Peter Bergner <bergner@vnet.ibm.com>
496
497 * mklog: Handle .mklog. Use git setting independent of presence .git
498 directory.
499
78d7f09f
TV
5002014-11-14 Tom de Vries <tom@codesourcery.com>
501
502 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
503 to orig_diff_lines. Use orig_diff_lines when appending patch.
504
35485da9
DM
5052014-11-11 David Malcolm <dmalcolm@redhat.com>
506
507 * ChangeLog.jit: New.
508 * jit-coverage-report.py: New file: a script to print crude
509 code-coverage information for the libgccjit API.
510
67183c4d
MZ
5112014-11-11 Marat Zakirov <m.zakirov@samsung.com>
512
4b5ed6cf 513 * mklog: Symbol '}' stops search for changes.
67183c4d 514
51f784f5
TB
5152014-11-11 Tobias Burnus <burnus@net-b.de>
516
517 * download_prerequisites: Stop downloading CLooG.
518
a8cfbbdc
MZ
5192014-11-07 Marat Zakirov <m.zakirov@samsung.com>
520
4b5ed6cf
UB
521 * mklog: Always doubt in functions.
522 Add EOF protection.
a8cfbbdc 523
1335a8ca
JBG
5242014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
525
526 * config-list.mk: Don't build Go for certain targets.
527
3daa7bbf
TS
5282014-10-04 Trevor Saunders <tsaunders@mozilla.com>
529
530 * compare-all-tests: Don't test score-*.
531 * config-list.mk: Likewise.
532
c19adb17
SB
5332014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
534
535 * dg-extract-results.py (output_variation): Always sort if do_sum.
536
38278d8a
TV
5372014-09-22 Tom de Vries <tom@codesourcery.com>
538
539 * mklog: Add --inline option.
540
813271fc
SB
5412014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
542
543 * dg-extract-results.py (Prog.result_re): Include options in test name.
544
3a8fe7c6
OH
5452014-09-19 Olivier Hainque <hainque@adacore.com>
546
547 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
548
f4d5fe47
JS
5492014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
550
551 * config-list.mk (LIST): Add v850-rtems.
552
b060c217
SH
5532014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
554
555 * config-list.mk (LIST): Add arm-rtems.
556 Add nios2-rtems. Remove extra option from powerpc-rtems.
557
157e859f
TS
5582014-09-08 Trevor Saunders <tsaunders@mozilla.com>
559
560 * compare-all-tests: Don't test picochip.
561 * config-list.mk: Likewise.
562
6f853fd4
MX
5632014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
564
565 * texi2pod.pl (postprocess): Move command process for '@sc' to the
566 front of '@dfn'. Add a new command process for '@t{...}', just print
567 the content.
568
863aa163 5692014-07-21 Trevor Saunders <tsaunders@mozilla.com>
633e5fbb 570 Yury Gribov <y.gribov@samsung.com>
863aa163 571
633e5fbb
TS
572 * mklog: Run mklog as a filter.
573
5742014-07-21 Trevor Saunders <tsaunders@mozilla.com>
575
576 * mklog: Read name and email from git config when available.
863aa163 577
16a4b3b9
RB
5782014-06-28 Richard Biener <rguenther@suse.de>
579
580 * gennews: Use gcc-3.0/index.html.
581
e6120abe
RS
5822014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
583
584 * dg-extract-results.py: For Python 3, force sys.stdout to handle
585 surrogate escape sequences.
586 (safe_open): New function.
587 (output_segment, main): Use it.
588
ae242e3f
RS
5892014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
590
591 * dg-extract-results.py (Named): Remove __cmp__ method.
592 (output_variation): Use a key to sort variation.harnesses.
593
386c4027
UB
5942014-05-24 Uros Bizjak <ubizjak@gmail.com>
595
596 * texi2pod.pl: Force .pod file to not be a numbered list.
597
768b94bc
RS
5982014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
599
600 * dg-extract-results.py (parse_run): Handle warnings that are printed
601 before a test harness is run.
602
3ce2cd36
JBG
6032014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
604
605 * config-list.mk (show): New target.
606
0af7b53a
RS
6072014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
608
609 * dg-extract-results.py: New file.
610 * dg-extract-results.sh: Use it if the environment seems suitable.
611
d9f069ab
RO
6122014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
613
614 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
615
b716608c
JJ
6162013-04-22 Jakub Jelinek <jakub@redhat.com>
617
618 * gennews (files): Add files for GCC 4.9.
619
341c653c
WL
6202014-02-24 Walter Lee <walt@tilera.com>
621
622 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
623
662dae0d
RB
6242014-02-13 Richard Biener <rguenther@suse.de>
625
626 * download_prerequisites: Update ISL and CLOOG versions.
627
37f14a0d
BM
6282014-01-31 Brooks Moses <bmoses@google.com>
629
630 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
631
69b09963
YG
6322014-01-29 Yury Gribov <y.gribov@samsung.com>
633
634 * mklog: Improve support of context diffs.
635
e8b37cb6
TU
6362014-01-21 Tatiana Udalova <t.udalova@samsung.com>
637
638 * mklog: Avoid adding falsely changed functions to ChangeLog.
639
e430824f
CLT
6402013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
641
642 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
643 ordering of some configs.
644
b654717c
YG
6452013-12-23 Yury Gribov <y.gribov@samsung.com>
646
647 * mklog: Automatically insert comments in trivial cases.
648
26b08681
YG
6492013-12-19 Yury Gribov <y.gribov@samsung.com>
650
651 * mklog: Split generated message in parts.
652
9304f876
CJW
6532013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
654
655 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
656
8a1a4544
TB
6572013-10-29 Tobias Burnus <burnus@net-b.de>
658
659 * gcc_update (files_and_dependencies): Add rules for
660 libcilkrts.
661
cd13be9b
TS
6622013-10-11 Thomas Schwinge <thomas@codesourcery.com>
663
664 * gcc_update (files_and_dependencies): Fix rule for
665 libgomp/testsuite/Makefile.in.
666
53426f6c
JR
6672013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
668
669 * config-list.mk: Add arc configurations.
670
f6113c27
DN
6712013-09-27 Diego Novillo <dnovillo@google.com>
672
673 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
674
f6a83b4a
DD
6752013-09-12 DJ Delorie <dj@redhat.com>
676
677 * config-list.mk: Add msp430-elf.
678
cdc35a2e
DN
6792013-08-31 Diego Novillo <dnovillo@google.com>
680
681 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
682
6e39ee0c
MS
6832013-08-29 Mike Stump <mikestump@comcast.net>
684
685 * gcc_update (configure): Update to handle svn 1.8.1.
686
ecdbd01a 6872013-08-03 Caroline Tice <cmtice@google.com>
2077db1b
CT
688
689 * gcc_update: Add libvtv files.
386c4027 690
76ba1222
BM
6912013-06-06 Brooks Moses <bmoses@google.com>
692
693 * testsuite-management/validate_failures.py: Fix handling of
694 summary lines with "|" characters or empty description fields.
695
a8db5990
CJW
6962013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
697
698 * download_prerequisites: Download isl and cloog conditionally.
699
f3e4f44c
DM
7002013-05-21 David Malcolm <dmalcolm@redhat.com>
701
dd1c676f 702 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
f3e4f44c 703
0baddc45
RO
7042013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
705
706 * config-list.mk (LIST): Add -enable-obsolete for
707 sparc-sun-solaris2.9, i686-solaris2.9.
708
aa7e6aad
MS
7092013-05-13 Mike Stump <mikestump@comcast.net>
710
711 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
712 X 10.8.3 doesn't like long lines (those 2055 characters or more).
713
a46d0aff
SN
7142013-04-22 Sofiane Naci <sofiane.naci@arm.com>
715
716 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
717
18d5a76d
DN
7182013-04-18 Diego Novillo <dnovillo@google.com>
719
720 * validate_failures.py: Fix typo.
721
89cbb85b
DN
7222013-04-18 Diego Novillo <dnovillo@google.com>
723
724 * validate_failures.py: Loosen check for build directory.
725 State what failed if we couldn't find the source tree or
726 the target triplet.
727
1faae6ef
JJ
7282013-03-22 Jakub Jelinek <jakub@redhat.com>
729
730 * gennews (files): Add files for GCC 4.8.
731
34d3a672
TB
7322013-03-06 Tobias Burnus <burnus@net-b.de>
733
734 * make-obstacks-texi.pl: New.
735
d809887a
RO
7362013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
737
738 * make_sunver.pl: Enforce C locale.
739
b96299a1
RS
7402013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
741
742 * update-copyright.py: Add libdecnumber to the default list.
743 Remove libquadmath and libssp.
744
144f2e52
DN
7452013-02-06 Diego Novillo <dnovillo@google.com>
746
747 * testsuite-management/validate_failures.py: Fix typo.
748
828e50c5
DN
7492013-02-06 Diego Novillo <dnovillo@google.com>
750
751 * testsuite-management/validate_failures.py: Update
752 Copyright years.
753 Request contributions not to use Python features newer
754 than 2.4.
755 (GetBuildData): If this is not a build directory,
756 emit an error only if --results or --manifest are missing.
757
143c83f1
BRF
7582013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
759
760 * testsuite-management/validate_failures.py
761 (IsInterestingResult): Fix performance regression
762
240d6348
RS
7632013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
764
b3dc7102 765 * update-copyright.py: New file.
240d6348 766
1faae6ef 7672013-01-15 David Blaikie <dblaikie@gmail.com>
16dd2667
DB
768
769 * dg-extract-results.sh: Handle KPASSes.
770
9fa633fc
DB
771 * dg-extract-results.sh: Constrain the start-of-log pattern.
772
db065268
DB
773 * dg-extract-results.sh: Fix order of summary counts.
774
7fb1e592
BRF
7752012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
776
777 * testsuite-management/validate_failures.py
778 (IsInterestingResult): Only strip line a second time if we did split.
779 Rephrase return statement while at it.
780 (CollectSumFiles): Also ignore .git directory.
781
f15b9727
DN
7822012-12-03 Diego Novillo <dnovillo@google.com>
783
784 * testsuite-management/validate_failures.py: Fix stale
785 use of 'options'.
786
f6fce951
DE
7872012-11-30 Doug Evans <dje@google.com>
788
d5651dcf
DE
789 * testsuite-management/validate_failures.py: Add support for @include,
790 @remove directives in manifest files.
791
f6fce951
DE
792 * testsuite-management/validate_failures.py: Add function
793 GetManifestPath. New global _MANIFEST_SUBDIR.
794
b4b5e1f7
DE
7952012-11-29 Doug Evans <dje@google.com>
796
74df1ad0
DE
797 * testsuite-management/validate_failures.py: Remove pass/fail
798 indicator from result of GetBuildData.
799
bc5e01b1
DE
800 * testsuite-management/validate_failures.py: Store options in global
801 variable _OPTIONS.
802
cd1d95bd
DE
803 * testsuite-management/validate_failures.py: Rename variable
804 manifest_name to manifest_path everywhere.
805
b4b5e1f7
DE
806 * testsuite-management/validate_failures.py (CompareBuilds): Pass
807 options.results to GetSumFiles for clean build.
808
b3891de4
DE
8092012-11-28 Doug Evans <dje@google.com>
810
1099bb0a
DE
811 * testsuite-management/validate_failures.py: Use <target_alias> instead
812 of <target>. Minor whitespace changes.
813
b3891de4
DE
814 * testsuite-management/validate_failures.py: Record ordinal with
815 TestResult.
816
a59a2c21
MS
8172012-11-19 Mike Stump <mikestump@comcast.net>
818
819 * compare_tests: Add export LC_ALL=C to make sort happier.
820
451a210d
L
8212012-11-14 H.J. Lu <hongjiu.lu@intel.com>
822
823 * gcc_update: Update libsanitizer generated files.
824
36a41ef1
TB
8252012-11-12 Tobias Burnus <burnus@net-b.de>
826
827 * gcc_update: Add libquadmath generated files.
828
6671a4e4
L
8292012-11-12 H.J. Lu <hongjiu.lu@intel.com>
830
831 * gcc_update: Add libsanitizer generated files.
832
bff0e529
LC
8332012-11-05 Lawrence Crowl <crowl@google.com>
834
835 * compare_two_ftime_report_sets: New.
836
b436bf38
DN
8372012-11-02 Diego Novillo <dnovillo@google.com>
838
839 * testsuite-management/validate_failures.py: Add option
840 --clean_build to compare test results against another
841 build.
842
3b1de8eb
DN
8432012-10-31 Diego Novillo <dnovillo@google.com>
844
845 * testsuite-management/validate_failures.py: Fix parsing
846 of summary lines.
847
6119d95c
DN
8482012-10-29 Diego Novillo <dnovillo@google.com>
849
850 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
851
1996c0a6
DN
8522012-10-06 Diego Novillo <dnovillo@google.com>
853
854 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
855
c8ae7abf
CL
8562012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
857
858 * check_GNU_style.sh: Remove temporay file upon exit.
859
f3633f55
JR
8602012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
861
862 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
863 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
864 Use --enable-obsolete for picochip-elf.
865
5ad7a43e
DN
8662012-09-10 Diego Novillo <dnovillo@google.com>
867
868 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
869
0e9f719a
EB
8702012-09-04 Eric Botcazou <ebotcazou@adacore.com>
871
872 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
873
e8f6d046
DN
8742012-08-24 Diego Novillo <dnovillo@google.com>
875
876 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
386c4027 877
18da4303
DN
8782012-08-14 Diego Novillo <dnovillo@google.com>
879
880 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
881
a327112f
DN
8822012-08-13 Diego Novillo <dnovillo@google.com>
883
884 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
885 comment.
886
6baa7225
DN
8872012-08-13 Diego Novillo <dnovillo@google.com>
888
889 * testsuite-management/validate_failures.py (ParseSummary): Fix
890 comment.
891
c577382e
DN
8922012-08-13 Diego Novillo <dnovillo@google.com>
893
894 * testsuite-management/validate_failures.py: Import datetime.
895 (TestResult.ExpirationDate): New.
896 (TestResult.HasExpired): New.
897 (ParseSummary): Call it. If it returns True, warn that the
898 expected failure has expired and do not add it to the set of
899 expected results.
900 (GetResults): Clarify documentation.
901
55b073ba
DN
9022012-07-26 Diego Novillo <dnovillo@google.com>
903
904 * testsuite-management/validate_failures.py: Do not use
905 'with ... as ...' constructs.
906
29476fe1
DN
9072012-07-19 Diego Novillo <dnovillo@google.com>
908
909 * testsuite-management/validate_failures.py (CollectSumFiles):
910 Rename from GetSumFiles.
911 (GetSumFiles): Factor out of CheckExpectedResults.
912 (CheckExpectedResults): Call it.
913 (ProduceManifest): Call it.
914
89d223b3
DN
9152012-07-18 Diego Novillo <dnovillo@google.com>
916
917 * testsuite-management/validate_failures.py: Fix
918 /usr/bin/python invocation.
919
c85fd25b
SB
9202012-06-19 Steven Bosscher <steven@gcc.gnu.org>
921
922 * check_makefile_deps.sh: Look for c-common.o in c-family/.
923 Add a few more crt* files to the list of files to skip.
924
9adf6490
MP
9252012-05-31 Marek Polacek <polacek@redhat.com>
926
4b5ed6cf 927 * mklog: Prevent printing three spaces after the date.
9adf6490 928
4da37205
DN
9292012-06-04 Diego Novillo <dnovillo@google.com>
930
931 * testsuite-management/validate_failures.py (GetResults):
932 Change argument to accept list of summary files to analyze.
933 Update callers.
934 (CheckExpectedResults): Handle options.manifest, options.results
935 and options.ignore_missing_failures.
936 (Main): Add options --manifest, --results and --ignore_missing_failures.
937
ba0d684e
DN
9382012-05-31 Diego Novillo <dnovillo@google.com>
939 Cary Coutant <ccoutant@google.com>
940
941 * mklog: New.
942
c7046906
L
9432012-05-25 H.J. Lu <hongjiu.lu@intel.com>
944
945 PR bootstrap/53472
946 * contrib/compare-debug (remove_comment): New function.
947 Remove any .comment sections if the first cmp failed.
948
c75e90f3
DE
9492012-05-09 David Edelsohn <dje.gcc@gmail.com>
950
951 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
952
48310492
RH
9532012-05-01 Richard Henderson <rth@redhat.com>
954
955 * gcc_update: Add libatomic generated files.
956
af13465f
MLI
9572012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
958
959 * compare_tests: Append '/' to make 'find' traverse
960 symlinked directories.
961
034a3fcd
RO
9622012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
963
964 * testsuite-management/validate_failures.py (GetBuildData): Use
965 target_alias.
966
a0806f33
DE
9672012-04-06 Doug Evans <dje@google.com>
968
969 * dg-extract-results.sh: Handle KFAILs.
970
b24513a1
RO
9712012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
972
973 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
974
bfdac9a1
JM
9752012-03-13 Joseph Myers <joseph@codesourcery.com>
976
977 * gennews (files): Add files for GCC 4.7.
978
c4bc5c25
RO
9792012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
980
981 * config-list.mk (LIST): Remove mips-openbsd.
982
5c30094f
RO
9832012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
984
985 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
986
acb3748d
DN
9872012-03-02 Diego Novillo <dnovillo@google.com>
988
989 * testsuite-management/validate_failures.py (class TestResult): Fix
990 match pattern for the summary line. If there is a parsing failure,
991 show the line we failed to parse.
992
cc2de92d
RO
9932012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
994
995 PR libstdc++/52188
996 * make_sunver.pl: Remove #ifdef handling.
997
4ad29d0d
DK
9982012-02-17 Doug Kwan <dougkwan@google.com>
999
1000 * contrib/testsuite-management/validate_failures.py
1001 (GetMakefileValue): Check for cross compilers.
1002
e53182b7
QN
10032012-02-15 Quentin Neill <quentin.neill@amd.com>
1004
1005 * compare_tests: Fix trailing paths in dir arguments.
1006 Handle sum1/sum2 temp files with others.
1007
dd552284
WL
10082012-02-14 Walter Lee <walt@tilera.com>
1009
1010 * config-list.mk (LIST): Add tilegx-linux-gnu and
1011 tilepro-linux-gnu.
1012 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
1013 (gcc/config/tilepro/mul-tables.c): New dependencies.
1014
44414d2f
MS
10152012-02-11 Mike Stump <mikestump@comcast.net>
1016
1017 * compare_tests (exit_status): Fix.
1018
a8fc9855
DN
10192012-02-10 Diego Novillo <dnovillo@google.com>
1020
1021 * repro_fail: Add --debug and --debug-tui flags.
1022
1faae6ef
JJ
10232012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1024 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b25364a0
S
1025
1026 * config-list.mk (LIST): Add cr16-elf.
1027
884f56d1
GJL
10282012-01-02 Georg-Johann Lay <avr@gjlay.de>
1029
1030 PR target/51345
1031 * gcc_update (files_and_dependencies): Add
1032 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
1033
85b8555e
DD
10342011-11-29 DJ Delorie <dj@redhat.com>
1035
1036 * config-list.mk (LIST): Add rl78-elf.
1037
adcd36bc
RO
10382011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1039
1040 * make_sunver.pl: Convert '?' in glob patterns to '.'.
1041
0a35513e
AH
10422011-11-07 Richard Henderson <rth@redhat.com>
1043
1044 Merged from transactional-memory.
1045
1046 * gcc_update: Add libitm to touch data.
1047
cf7716a2
QN
10482011-11-07 Quentin Neill <quentin.neill@amd.com>
1049
1050 * compare_tests: Add ability to compare all .sum
1051 files from two build directories.
1052
feeeff5c
JR
10532011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1054
1055 * contrib-list.mk: Add Epiphany configurations.
1056
a5baf3b8
DN
10572011-09-13 Diego Novillo <dnovillo@google.com>
1058
1059 * testsuite-management: New.
1060 * testsuite-management/validate_failures.py: New.
1061
39b75e51
RO
10622011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1063
1064 * gcc_update: Determine svn branch from hg convert_revision.
1065
e44dbbe1
RO
10662011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1067
1068 * config-list.mk (i586-netware): Remove.
1069 (.PHONY): Remove make-script-dir dependency.
1070 (make-script-dir): Remove.
1071 ($(LIST)): Remove make-script-dir dependency.
1072
bcead286
BS
10732011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1074
1075 * gcc_update: Add C6X generated files.
1076 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
1077
e35fceb5
RO
10782011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1079
1080 * config-list.mk (LIST): Append OPT-enable-obsolete to
1081 alpha-dec-osf5.1, mips-sgi-irix6.5.
1082
23d11384
DN
10832011-06-24 Diego Novillo <dnovillo@google.com>
1084
1085 * repro_fail: New.
1086
1b916ca6
JM
10872011-06-21 Joseph Myers <joseph@codesourcery.com>
1088
1089 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
1090
12d844c8
JM
10912011-05-19 Joseph Myers <joseph@codesourcery.com>
1092
1093 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
1094 gcc/config/arm/arm-fpus.def.
1095
f10d3ac9
JM
10962011-05-10 Joseph Myers <joseph@codesourcery.com>
1097
1098 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
1099 dependencies.
1100
d371df6f
JM
11012011-05-09 Joseph Myers <joseph@codesourcery.com>
1102
1103 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
1104
adad1007
JR
11052010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
1106
1107 * config-list.mk: New file.
1108
47c94d21
JM
11092011-05-02 Joseph Myers <joseph@codesourcery.com>
1110
1111 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
1112
e5b0dad8
JK
11132011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1114
1115 * paranoia.cc (ENUM_BITFIELD): Remove.
1116
ad7be009
JM
11172011-04-08 Joseph Myers <joseph@codesourcery.com>
1118
1119 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
1120
ebb9f8b0
JM
11212011-03-22 Joseph Myers <joseph@codesourcery.com>
1122
1123 * compare-all-tests (all_targets): Remove crx and m68hc11.
1124
084239f4
RO
11252011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1126
1127 PR bootstrap/48135
1128 * make_sunver.pl: Don't use File::Glob.
1129
20a52ab9
JM
11302011-03-05 Joseph Myers <joseph@codesourcery.com>
1131
1132 * gennews (files): Add files for GCC 4.6.
1133
a7150b3d
DK
11342011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
1135
1136 * patch_tester.sh (nopristinecache): New shell var, set according
1137 to presence or absence of new -nopristinecache option.
1138 (usage): Document new option.
1139 (bootntest_pristine): Implement it.
1140
f7598845
RO
11412010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1142
1143 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
1144 readelf -s otherwise.
1145
79770339
EB
11462010-11-08 Eric Botcazou <ebotcazou@adacore.com>
1147
1148 * make_sunver.pl: Ignore entries without symbol name first. Then do
1149 not ignore symbols marked as 'R'.
1150
fda9c731
AK
11512010-10-18 Andi Kleen <ak@linux.intel.com>
1152
1153 * gccbug.el: Remove.
1154
6832435e
RO
11552010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1156
1157 * gcc_update: Run $GCC_HG pull and update separately.
1158 Check parents for SVN revision.
1159
6c009867
RW
11602010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1161
1162 * test_recheck: New script.
1163
ab940b73
RW
11642010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1165
1166 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
1167 Also escape characters with grave accents, to be fixed ...
1168 (unmunge): ... here.
1169 (postprocess): Also handle @/ and @acronym{...}.
1170
8cab7c13
SP
11712010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1172
1173 * check_GNU_style.sh: Do not print warning messages when there are
1174 no occurences.
1175
97075d3b
RO
11762010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1177
1178 * gcc_update: Handle hg, too.
1179
5653ef60
EB
11802010-07-08 Eric Botcazou <ebotcazou@adacore.com>
1181
1182 * make_sunver.pl: Remove extra whitespace in regexp.
1183
f3e3b476
SP
11842010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1185
1186 * check_GNU_style.sh: New.
1187
c18dc5cc
RO
11882010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1189
1190 * make_sunver.pl: New file.
1191
9a082684
IS
11922010-07-02 Iain Sandoe <iains@gcc.gnu.org>
1193
4b5ed6cf
UB
1194 * compare-debug (Darwin): Remove '-x' flag from ld-based object
1195 stripping. Add a comment as to why we do it this way.
9a082684 1196
339325b3
AO
11972010-06-20 Alexandre Oliva <aoliva@redhat.com>
1198
1199 * compare-debug: Drop LTO sections.
1200
e31a6dc2
BRF
12012010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1202
1203 * gcc_update: Support updating a git clone.
1204
fb340c3c
RO
12052010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1206
1207 * test_summary: Don't use diff -u.
1208 Adapt egrep regex.
1209
69baf0a3
AH
12102010-06-02 Andrew Haley <aph@redhat.com>
1211
1212 * download_prerequisites: New script.
1213
bc492e47
RO
12142010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1215
1216 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1217 of grep -q.
1218
c334c130
BS
12192010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
1220
1221 * gcc_update: Sets the locale to C.
1222
02e698d7
JM
12232010-04-06 Joseph Myers <joseph@codesourcery.com>
1224
1225 * gennews (files): Add files for GCC 4.5.
1226
fccff341
JK
12272010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1228
1229 Fix *.log tests output containing "===".
1230 * dg-extract-results.sh (/\===/): Rename to ...
1231 (/^\t\t=== .* ===$/): ... this pattern.
1232
54bceaf3
RO
12332010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1234
1235 * dg-extract-results.sh: Fix result order to match sequential case.
1236
2fdb618d
RW
12372010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1238
1239 * check_warning_flags.sh: Use \012 instead of \n with tr.
1240
5392f6be
RO
12412010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1242
1243 * dg-extract-results.sh: Don't use tail -n.
1244
d7f09764
DN
12452009-10-03 H.J. Lu <hongjiu.lu@intel.com>
1246 Richard Guenther <rguenther@suse.de>
1247
1248 PR lto/39216
1249 * gcc_update: Adjust file timestamps for lto-plugin.
1250
bb59df52
IS
12512009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
1252
1253 PR bootstrap/41245
1254 * compare-debug: Handle stripping of dwarf debug sections from darwin
1255 mach-o objects.
1256
c45ae2c8
AO
12572009-09-04 Alexandre Oliva <aoliva@redhat.com>
1258
1259 * compare-debug: Grep for blank before dash to avoid grep -e.
1260
8fc68cba
AO
12612009-09-01 Alexandre Oliva <aoliva@redhat.com>
1262
1263 * compare-debug: Look for .gkd files and compare them.
1264
0930984e
RW
12652009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1266
1267 PR testsuite/41166
1268 * test_summary: Invoke config.status, rather than trying to
1269 parse it. Adjust awk script.
1270
5830150a
AO
12712009-08-18 Alexandre Oliva <aoliva@redhat.com>
1272
1273 * compare-debug: Drop .eh_frame relocations too.
1274
c2d88223
L
12752009-08-18 H.J. Lu <hongjiu.lu@intel.com>
1276
1277 PR testsuite/40704
386c4027 1278 * test_summary: Filter out "\r".
c2d88223 1279
2feb56e6
AO
12802009-06-02 Alexandre Oliva <aoliva@redhat.com>
1281
1282 * compare-debug: Don't fail just because of .eh_frame differences.
1283
060717fc
JJ
12842009-04-27 Jakub Jelinek <jakub@redhat.com>
1285
1286 PR testsuite/39807
1287 * dg-extract-results.sh: Close open files and use >> instead of >
1288 to decrease number of concurrently open files from awk. Avoid
1289 = at the beginning of a regexp and redirect to a file determined
1290 by curfile variable rather than concatenated strings to workaround
1291 Solaris nawk bug.
1292
7527cf21
GP
12932009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
1294
1295 * test_summary: Only include LAST_UPDATED if it exists.
1296 Complete copyright years.
1297
0455c7f4
PB
12982009-04-16 Paolo Bonzini <bonzini@gnu.org>
1299
1300 * compare-all-tests: New.
1301
50e8c6d2
JJ
13022009-04-14 Jakub Jelinek <jakub@redhat.com>
1303
1304 * gennews (files): Reference GCC 4.4 web pages.
1305
748086b7
JJ
13062009-04-09 Jakub Jelinek <jakub@redhat.com>
1307
1308 * reghunt/date_based/reg_periodic: Change copyright header to refer
1309 to version 3 of the GNU General Public License and to point readers
1310 at the COPYING3 file and the FSF's license web page.
1311 * reghunt/date_based/reg_search: Likewise.
1312 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
1313 * regression/btest-gcc.sh: Likewise.
1314 * regression/objs-gcc.sh: Likewise.
1315
a072f1cf
RW
13162009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1317
1318 * check_warning_flags.sh: Update flag exceptions.
1319
7a401a0d
BE
13202008-11-18 Ben Elliston <bje@au.ibm.com>
1321
1322 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
1323 be opened; print a more meaningful error instead.
1324
7134e605
JJ
13252008-10-24 Janis Johnson <janis187@us.ibm.com>
1326 Jakub Jelinek <jakub@redhat.com>
1327
1328 * dg-extract-results.sh: New file.
1329
e63ea00c
RW
13302008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1331
1332 * check_makefile_deps.sh: New file.
1333
a3ced85e
SP
13342008-05-08 Sebastian Pop <sebastian.pop@amd.com>
1335
1336 * patch_tester.sh (report): Do not print "Checker: ".
1337
24170ff9
SP
13382008-04-23 Sebastian Pop <sebastian.pop@amd.com>
1339
1340 * patch_tester.sh (report): Do not print the time.
1341
7f9766e4
JM
13422008-04-01 Joseph Myers <joseph@codesourcery.com>
1343
1344 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
1345 Handle @heading. Handle enumerated lists with starting numbers
1346 and extra headings.
1347
1d4edfd6
JJ
13482008-03-10 Janis Johnson <janis187@us.ibm.com>
1349
1350 * patch_tester.sh (initialization): Initialize svnpatch and stop.
386c4027 1351 (usage): Add -svnpath and -stop.
1d4edfd6
JJ
1352 (makedir): New.
1353 (argument handling): Process -stop and -svnpath.
1354 (setup code): Use makedir, error out if initial svn checkout fails.
1355 (update): Use svnpath. Invoke contrib/gcc_update.
1356 (apply_patch): Require that patch was created at top level. Use eval
1357 with option variables. Don't use bootstrap target for make. Verify
1358 that some tests were run.
1359 (bootntest_patched): Use snvpath.
1360 (main loop): For -stop, exit when there are no more patches to test.
1361
802e3f8c
RW
13622008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1363
1364 * check_warning_flags.sh: Instead of invoke.texi, take the path
1365 to the doc directory as argument. Check that warnings listed in
1366 'gcc --help' are accepted by the compiler, and listed in the
1367 manuals.
1368
3825be8c
TT
13692008-03-06 Tom Tromey <tromey@redhat.com>
1370
1371 * patch_tester.sh (usage): Watermark is not lexicographic.
1372 Load $STATE/defaults if it exists.
1373 (selfexec): Use $0.
1374 (apply_patch): Handle deletions.
1375 (bootntest): Handle default settings.
1376
a7d95bfe
JJ
13772008-03-05 Jakub Jelinek <jakub@redhat.com>
1378
1379 * gennews (files): Reference GCC 4.3 web pages.
1380
1a1f7588
RW
13812008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1382
1383 * check_warning_flags.sh: New file.
1384
8d8da227
JM
13852008-01-25 Joseph Myers <joseph@codesourcery.com>
1386
1387 * paranoia.cc (main): Remove handling of c4x_single and
1388 c4x_extended formats.
1389
3dfb41c5
SP
13902007-12-26 Sebastian Pop <sebastian.pop@amd.com>
1391
1392 * compareSumTests3: Changed to GPLv3.
1393 * prepare_patch.sh: Same.
1394 * uninclude: Same.
1395 * dglib.pm: Same.
1396 * gennews: Same.
1397 * texi2pod.pl: Same.
1398 * analyze_brprob: Same.
1399 * gcc_build: Same.
1400
66d3504c
SP
14012007-12-26 Sebastian Pop <sebastian.pop@amd.com>
1402
1403 * patch_tester.sh: Changed to GPLv3.
1404
cf79e386
SP
14052007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1406
1407 * patch_tester.sh: Don't save the script anymore.
1408
0f55312a
SP
14092007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1410
1411 * patch_tester.sh: New.
1412 * prepare_patch.sh: New.
1413
3a3b6beb
AO
14142007-11-26 Alexandre Oliva <aoliva@redhat.com>
1415
1416 * compare-debug: Introduce -p flag to preserve .stripped files.
1417
7b6cb843
MLI
14182007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1419
1420 * texi2pod.pl: Handle @asis.
1421 (postprocess): Move @gccoptlist{} after all formatting commands.
386c4027 1422
a64036a7
AO
14232007-10-01 Alexandre Oliva <aoliva@redhat.com>
1424
1425 * compare-debug: Avoid spurious errors when .stripped files
1426 exist.
1427
1733c7eb
HPN
14282007-09-22 Hans-Peter Nilsson <hp@axis.com>
1429
1430 * warn_summary (srcdirFilter): Add fixincludes, sim,
1431 newlib and mpfr.
1432
0cb58062
L
14332007-08-23 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 * gcc_update: Handle different URL paths and tags.
1436
bb286d71
AO
14372007-08-16 Alexandre Oliva <aoliva@redhat.com>
1438
1439 * compare-debug: New.
1440
36dcf055 14412007-08-16 H.J. Lu <hongjiu.lu@intel.com>
1faae6ef 1442 Andreas Schwab <schwab@suse.de>
36dcf055
L
1443
1444 * gcc_update: Use "svn info" for revision number. Create
1445 gcc/REVISION with branch name and revision number.
1446
c749c2ee
DN
14472007-08-10 Diego Novillo <dnovillo@google.com>
1448
1449 * gcc.doxy: Rename from tree-ssa.doxy.
1450
cfa66dc1
DN
14512007-08-10 Diego Novillo <dnovillo@google.com>
1452
1453 * tree-ssa.doxy: Update for doxygen 1.5.
1454 Include all the files in the middle and back ends.
1455
6d409e8a
HPN
14562007-06-30 Hans-Peter Nilsson <hp@axis.com>
1457
1458 * gcc_update (files_and_dependencies): Handle
e9a57dc1 1459 gcc/testsuite/gcc.dg/cpp/direct2s.c.
6d409e8a 1460
6d707d08
MM
14612007-05-13 Mark Mitchell <mark@codesourcery.com>
1462
1463 * gennews (files): Reference GCC 4.2 web pages.
1464
3caecafa
ZW
14652007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
1466
1467 * texi2pod.pl: Correct handling of @itemize with no argument.
1468
a8af9c34
HPN
14692007-03-17 Hans-Peter Nilsson <hp@axis.com>
1470
1471 * uninclude: New utility, from Alexandre Oliva.
1472
7276d368
DH
14732007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
1474
1475 * test_installed: Adjust to the move from g77 to gfortran.
1476
d0fc3f06
MK
14772007-02-16 Matthias Klose <doko@debian.org>
1478
1479 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
1480
ce0d943a
HPN
14812007-02-10 Hans-Peter Nilsson <hp@axis.com>
1482
1483 * test_summary (configflags): Adjust for changes in the
1484 config.status format due to update to autoconf 2.59.
1485
61930fe5
DJ
14862007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1487
1488 * gcc_update: Update for configure.in -> configure.ac.
1489
427e84f7
RS
14902007-02-06 Richard Sandiford <richard@codesourcery.com>
1491
1492 * texi2pod.pl: Handle @multitable.
1493
69403237
TT
14942007-01-15 Tom Tromey <tromey@redhat.com>
1495
1496 * download_ecj: New file.
1497
7f5b8ff7
MS
14982006-09-27 Matthew Sachs <msachs@apple.com>
1499
1500 * compareSumTests3: POD syntax fix.
1501
ed5ce4e0
MS
15022006-09-27 Matthew Sachs <msachs@apple.com>
1503
1504 * dglib.pm: Initial commit.
1505 * compareSumTests3: Initial commit.
1506
c3382fba
BF
15072006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
1508
1509 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
1510 and not non-existing nm[old].
1511
27b56ba6
PE
15122006-07-06 Paul Eggert <eggert@cs.ucla.edu>
1513
1514 Port to hosts whose 'sort' and 'tail' implementations
1515 treat operands with leading '+' as file names, as POSIX
1516 has required since 2001. However, make sure the code still
1517 works on pre-POSIX hosts.
1518 * compare_tests: Don't assume "sort +2" is equivalent to
1519 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
1520
afef9a5b
JL
15212006-06-05 James Lemke <jwlemke@wasabisystems.com>
1522
1523 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
1524
e58b87f7
RE
15252006-06-02 Richard Earnshaw <rearnsha@arm.com>
1526 Mike Stump <mrs@apple.com>
1527
1528 * compare_tests: Handle multilibs better.
1529
5dd59f65
DJ
15302006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
1531
1532 * texi2pod.pl: Correct handling of absolute @include.
1533
597fb86c 15342006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
84309a32
DJ
1535
1536 * texi2pod.pl: Handle -I.
1537
b7ded1e0
MM
15382006-02-28 Mark Mitchell <mark@codesourcery.com>
1539
1540 * gennews (files): Update for GCC 4.1.
1541
46852b9b
DN
15422006-01-24 Diego Novillo <dnovillo@redhat.com>
1543
1544 * gcc_update (files_and_dependencies): Handle
1545 libgomp/testsuite/Makefile.in.
1546
953ff289
DN
15472006-01-18 Richard Henderson <rth@redhat.com>
1548 Diego Novillo <dnovillo@redhat.com>
1549
1550 * gcc_update (files_and_dependencies): Add libgomp files.
1551
7a774079
BE
15522005-12-06 Ben Elliston <bje@au.ibm.com>
1553
1554 * newcvsroot: Remove.
1555
f2bd1eb9
SB
15562005-11-03 Steven Bosscher <stevenb@suse.de>
1557
1558 * gcc_build: Fix my previous checking.
1559
f415efe3
JM
15602005-11-01 Joseph S. Myers <joseph@codesourcery.com>
1561
1562 * gcc_update: Include revision number in LAST_UPDATED.
1563
133f4c87
SB
15642005-10-30 Steven Bosscher <stevenb@suse.de>
1565
1566 * gcc_build: Use gcc.gnu.org as the default server. Set up
1567 SVN_REPOSITORY correctly. Add support for checking out branches.
1568
8f5c9c3d
AP
15692005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1570
1571 * gcc_update: When svn update is called and
1572 --silent is used, pass -q.
1573
7dcd894f
AP
15742005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1575
1576 * gcc_update: Remove the -q from svn invocation.
1577
6c301b82
AP
15782005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
1579
1580 * gcc_build: Remove -d from the call to gcc_update.
1581
1b9f940b 15822005-10-28 Daniel Berlin <dberlin@dberlin.org>
1faae6ef 1583 Ben Elliston <bje@au1.ibm.com>
386c4027 1584
1b9f940b
DB
1585 * gcc_update: Update for svn.
1586 * newcvsroot: Ditto.
1587 * gcc_build: Ditto.
1588
901097db
MM
15892005-10-21 Mark Mitchell <mark@codesourcery.com>
1590
386c4027 1591 * texi2pod.pl: Substitue for @value even when part of @include.
901097db 1592
0928f405
BW
15932005-10-21 Bob Wilson <bob.wilson@acm.org>
1594
1595 * texi2pod.pl: Convert two single quotes or two backquotes to
1596 double quotes.
1597
5464337b
BE
15982005-08-23 Ben Elliston <bje@au.ibm.com>
1599
1600 * gcc_update: Update dependencies for libjava/aclocal.m4.
1601
89ee9c70
KC
16022005-08-14 Kelley Cook <kcook@gcc.gnu.org>
1603
1604 * All files: Update with new FSF address.
1605
d0e71b9c
BE
16062005-07-14 Ben Elliston <bje@au.ibm.com>
1607
1608 * filter_params.pl: Typo fix.
1609 * filter_knr2ansi.pl: Likewise.
1610
bfac631b
GP
16112005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
1612
1613 * gennews (files): Update for egcs-1.0 release pages consolidation.
1614
492f761a
JM
16152005-04-17 Joseph S. Myers <joseph@codesourcery.com>
1616
1617 * gennews (files): Update for GCC 4.0.
1618
7e3c8f17
AO
16192005-03-18 Alexandre Oliva <aoliva@redhat.com>
1620
1621 * gcc_update (silent): Unset instead of initializing to null.
1622
d028e149
AS
16232005-03-18 Andreas Schwab <schwab@suse.de>
1624
1625 * gcc_update (apply_patch): Properly quote $1.
1626
2d072788
ZW
16272005-03-18 Zack Weinberg <zack@codesourcery.com>
1628
1629 * gcc_update: Add --silent option.
1630
be932466
KG
16312005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1632
1633 * warn_summary (keywordFilter): Update sed pattern for new quoting
1634 style in warnings.
1635
1f43e92e
KG
16362005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1637
1638 * warn_summary: Add -fortran subdir flag.
1639 (subdirectoryFilter): Fix missing ada subdir.
1640
9eaf7da0
HPN
16412004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
1642
1643 * gcc_update (touch_files): Don't rely on "make" being GNU make;
1644 grep for "Touching" to determine that the rule executes.
1645
18ccc7e0
HPN
16462004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
1647
1648 * gcc_update (touch_files): Explicitly pass --no-print-directory.
1649
9a399055
AP
16502004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
1651
1652 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
1653
71b5d516
PB
16542004-08-04 Paolo Bonzini <bonzini@gnu.org>
1655
1656 * gcc_update: Add fixincludes.
1657
df6e87bf 16582004-08-26 Matthias Klose <doko@debian.org>
1249691b 1659
df6e87bf
MK
1660 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
1661
16622004-08-26 Matthias Klose <doko@debian.org>
1663
1664 * test_summary: Include baseline used for libstdc++-v3 abi check
1665 in test summary.
1249691b 1666
5b292a4b
BE
16672004-08-25 Ben Elliston <bje@au.ibm.com>
1668
1669 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
1670
8b84ead6
AT
16712004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
1672
1673 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
1674 update done.
1675
71b5d516 16762004-08-04 Paolo Bonzini <bonzini@gnu.org>
d0921255
PB
1677
1678 * gcc_update: libjava/configure.ac -> configure.in. Automake
1679 1.4 does not handle configure.ac properly.
1680
da96112d
AS
16812004-08-04 Andreas Schwab <schwab@suse.de>
1682
1683 * gcc_update: libjava/configure.in -> configure.ac.
1684
1faae6ef 16852004-08-03 Richard Earnshaw <rearnsha@arm.com>
1e45521f
RE
1686
1687 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
1688
7eacb691
JL
16892004-07-16 Jeff Law <law@redhat.com>
1690
1691 * analyze_brprob: Fix comments. More consistent output format.
1692
5bed2809
DN
16932004-06-17 Diego Novillo <dnovillo@redhat.com>
1694
1695 * tree-ssa.doxy: Update for doxygen 1.3.5.
1696
cc605afe
AJ
16972004-06-14 Andreas Jaeger <aj@suse.de>
1698
1699 * gcc_update: boehm-gc/configure.in -> configure.ac.
1700
bf9a420e
PB
17012004-06-16 Paolo Bonzini <bonzini@gnu.org>
1702
1703 * gcc_update (boehm-gc/configure): Depend on
1704 boehm-gc/configure.ac instead of boehm-gc/configure.in
1705
5a4f1818
PB
17062004-06-14 Paolo Bonzini <bonzini@gnu.org>
1707
1708 * gcc_update (libmudflap/configure): Depend on
1709 libmudflap/configure.ac instead of libmudflap/configure.in
1710
d5ad6feb
AJ
17112004-06-14 Andreas Jaeger <aj@suse.de>
1712
1713 * gcc_update: Add libcpp.
1714
dbfa8d15
AJ
17152004-06-10 Andreas Jaeger <aj@suse.de>
1716
1717 * gcc_update: Add libgfortran.
1718
9e953fed
AP
17192004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
1720
1721 * gcc_update (libbanshee/configure): Depend on
1722 libbanshee/configure.ac instead of libbanshee/configure.in
1723
b4117c30
ZW
17242004-05-17 Zack Weinberg <zack@codesourcery.com>
1725
1726 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
1727 from list of files to be touched.
1728 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
1729
e3d26d7b
JM
17302004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
1731
1732 * gennews: Update for GCC 3.4.
1733
6de9cd9a
DN
17342004-05-13 Diego Novillo <dnovillo@redhat.com>
1735
1736 Merge from tree-ssa-20020619-branch.
1737
1738 * filter_gcc_for_doxygen: New file.
1739 * filter_knr2ansi.pl: New file.
1740 * filter_params.pl: New file.
1741 * tree-ssa.doxy: New file.
1742 * contrib/gcc_update (files_and_dependencies): Handle
1743 libbanshee and libmudflap.
1744
5b03e555 17452004-04-12 Kelley Cook <kcook@gcc.gnu.org>
b4117c30 1746 Andreas Jaeger <aj@suse.de>
5b03e555
KC
1747
1748 * gcc_update (files_and_dependencies): Insert zlib dependencies.
1749
3adc31d1
NN
17502004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
1751
1752 * gcc_update (files_and_dependencies): libobjc/configure now
1753 depends on configure.ac, not configure.in.
1754
b52d4110
KC
17552004-04-01 Kelley Cook <kcook@gcc.gnu.org>
1756
1757 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
1758
7de53bca
AT
17592004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
1760
1761 * gcc_update (files_and_dependencies): Insert libffi dependencies.
1762
8ab705be
KC
17632004-03-10 Kelley Cook <kcook@gcc.gnu.org>
1764
1765 * gcc_update (files_and_dependencies): Insert libada/configure.
1766
61c3ff8f
AP
17672004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
1768
1769 * gcc_update (files_and_dependencies): Update intl/configure.in
1770 to intl/configure.ac.
1771
a4b0b8f1
KC
17722004-01-09 Kelley Cook <kcook@gcc.gnu.org>
1773
1774 * gcc_update (files_and_dependencies): Update fastjar/configure.in
1775 to fastjar/configure.ac
1776
102d3176
KC
17772004-01-07 Kelley Cook <kcook@gcc.gnu.org>
1778
1779 * gcc_update (files_and_dependencies): Remove non-existant files.
1780
dedebde1
KC
17812004-01-05 Kelley Cook <kcook@gcc.gnu.org>
1782
1783 * gcc_update (files_generated): Revert 2003-12-18 change.
1784
c5d1156b
AP
17852004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
1786
1787 * gcc_update (files_and_dependencies): For gcc directory,
1788 rename configure.in to configure.ac.
1789
d9b000b1
AT
17902003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
1791
1792 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1793 remove acconfig.h. No longer used.
1794
90c2f1de
KC
17952003-12-18 Kelley Cook <kcook@gcc.gnu.org>
1796
1797 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
1798 gcc/ada/gnat_ug_* to use it.
1799
3a816711
JW
18002003-12-16 James E Wilson <wilson@specifixinc.com>
1801
1802 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
1803 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
1804
90ff9ff3
KC
18052003-12-11 Kelley Cook <kcook@gcc.gnu.org>
1806
1807 * gcc_update (files_and_dependencies): Correct typo in the filename
1808 gnat_ug_wnt.texi.
1809
c41affc7
AC
18102003-12-08 Arnaud Charlet <charlet@act-europe.fr
1811
1812 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
1813 treeprs.ads.
1814
8f850e49
MM
18152003-10-16 Mark Mitchell <mark@codesourcery.com>
1816
1817 * gennews (files): Add GCC 3.3 files.
1818
9d3d50d2
MM
18192003-08-21 Mark Mitchell <mark@codesourcery.com>
1820
1821 * gcc_build: Fix handling of -t option. Add -x option.
1822
5bea01be
MK
18232003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
1824
1825 * texi2pod.pl: Remove extra line.
1826
9fa09038
MK
18272003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
1828
1829 * texi2pod.pl: Default @itemize's parameter to @bullet.
1830
0c6a2903
ZW
18312003-07-12 Zack Weinberg <zack@codesourcery.com>
1832
1833 * gcc_update: gcc/acconfig.h no longer exists.
1834
c3c35932
MK
18352003-07-11 Matthias Klose <doko@debian.org>
1836
1837 * test_installed: Add options to run objc tests.
1838 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
1839
6eb95e99
ZW
18402003-07-04 Zack Weinberg <zack@codesourcery.com>
1841
1842 * gcc_update: Remove gcc/intl/plural.c from list.
1843 Add new generated files intl/plural.c, intl/configure,
1844 intl/config.h.in.
1845
e4048ffc
JT
18462003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
1847
1848 * gcc_update (files_and_dependencies): Add
1849 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
1850 gcc/testsuite/gcc.dg/cpp/mi1c.h.
1851
1faae6ef 18522003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
487a9427 1853
281b1732
NN
1854 * paranoia.cc: Fix spelling error.
1855
487a9427
NN
1856 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
1857 to GCC.
1858
112a0bfd
MS
18592003-04-04 Mike Stump <mrs@apple.com>
1860
1861 * compare_tests: Fix exit status and be more flexible with spacing.
1862
5ce810b7
PE
18632003-03-08 Phil Edwards <pme@gcc.gnu.org>
1864
1865 * test_summary: Add -h, print existing comments as help.
1866
1faae6ef 18672003-03-03 H.J. Lu <hjl@gnu.org>
b47d9efd
L
1868
1869 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
1870 * gcc_update: Likewise.
1871
d25fc1b5
AO
18722003-01-19 Alexandre Oliva <aoliva@redhat.com>
1873
1874 * test_summary (configflags): Only use the first match. Remove
1875 excess space. Use sub instead of gsub where possible. Use `none'
1876 if no configure flags were given.
1877
6787cc15
LR
18782003-01-10 Loren J. Rittle <ljrittle@acm.org>
1879
1880 * test_summary (configflags): awk portability.
1881
ce985125
AO
18822003-01-07 Alexandre Oliva <aoliva@redhat.com>
1883
1884 * test_summary (configflags): Compute correctly with both
1885 autoconfiscated and Cygnus-style top-level.
1886
029d882c
KG
18872003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1888
1889 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
1890 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
1891 gcc/java/keyword.gperf
1892
695a8bcf
GP
18932002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1894
1895 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
1896 depending on gcc/intl/plural.y.
1897
e1c1b6a5
AO
18982002-12-28 Alexandre Oliva <aoliva@redhat.com>
1899
e4029133 1900 * gcc_update (configure): Depend on config/acx.m4 as well.
6eb95e99 1901
e1c1b6a5
AO
1902 * gcc_update (configure): Depend on configure.in.
1903
d6bef02d
JM
19042002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
1905
1906 * texi2pod.pl: Skip contents of @copying.
1907
4977bab6
ZW
19082002-11-09 Zack Weinberg <zack@codesourcery.com>
1909
1910 * gthr_supp_vxw_5x.c: New file.
1911
ad03e4c4
RH
19122002-10-21 Richard Henderson <rth@redhat.com>
1913
1914 * paranoia.cc (real_c_float::image): Accomodate size of
1915 real_internal format.
1916 (main): Unbuffer stdio. Add real_internal format.
1917 (floor_log2_wide): New.
1918
fc76a969
RH
19192002-10-16 Richard Henderson <rth@redhat.com>
1920
1921 * paranoia.cc (ENUM_BITFIELD): New.
1922 (class): Define as klass around real.h.
1923 (real_c_float): Not a template any longer; define MODE as a
1924 class static constant; use real_format elements for SIZE.
1925 Update uses of real_to_decimal and real_to_hexadecimal.
1926 (main): Change -g argument to use a format name.
1927 (mode_for_size): Remove.
1928
efdc7e19
RH
19292002-09-16 Richard Henderson <rth@redhat.com>
1930
1931 * paranoia.cc: New file.
1932
7fd6c930
RH
19332002-09-04 Richard Henderson <rth@redhat.com>
1934
1935 * enquire.c: Remove.
1936
72c41e5a
MM
19372002-08-14 Mark Mitchell <mark@codesourcery.com>
1938
1939 * gennews (files): Add GCC 3.2 files.
1940
1899ba3e
GP
19412002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1942
1943 * gennews (files): Add proper files for the GCC 3.1 release series.
1944 Simplify and reformat introductory wording.
1945
39cef914
NN
19462002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
1947
1948 * enquire.c: Move from gcc.
1949
1faae6ef 19502002-07-16 H.J. Lu <hjl@gnu.org>
554b8111
L
1951
1952 * gcc_update (touch_files): Pass -s to ${MAKE}.
1953
dd6773cd
ZW
19542002-06-26 Zack Weinberg <zack@codesourcery.com>
1955
1956 * texi2pod.pl: Correct handling of the internal R<> sequence.
1957
ba9e1571
FW
19582002-05-31 Florian Weimer <fw@deneb.enyo.de>
1959
1960 * gcc_update (files_and_dependencies): Add generated Texinfo files
1961 for Ada.
1962
1e6347d8
RO
19632002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1964
1965 * test_installed: Allow for PWDCMD to override hardcoded pwd.
1966 * test_summary: Likewise.
1967
29a948c8
GK
19682002-04-18 Geoffrey Keating <geoffk@redhat.com>
1969
1970 * gcc_update (touch_files): Don't have empty for loop.
1971
b8d70bee
RH
19722002-04-16 Richard Henderson <rth@redhat.com>
1973
1974 * gcc_update: Remove libchill.
1975
28852cc6
ZW
19762002-03-25 Zack Weinberg <zack@codesourcery.com>
1977
1978 * texi2pod.pl: Handle @end ftable and @end vtable.
1979
049b03f4
ZW
19802002-03-11 Zack Weinberg <zack@codesourcery.com>
1981
1982 * texi2pod.pl: Handle @include, @ftable, @vtable.
1983 Reformat some code for clarity.
1984
719bb4e3 19852002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
506d4ef6
CJ
1986
1987 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
1988 WARNING and ERROR output from the *.sum files.
1989
66b8f5d7
GP
19902002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1991
1992 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
1993 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
1994 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
1995
c10a75a7
GP
19962002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1997
1998 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
1999 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
2000 egcs-1.1/index.html.
2001
99e9e773
KG
20022002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2003
2004 * warn_summary: Add -ada subdirectory flag.
2005
3da33af3
MK
20062001-12-12 Matthias Klose <doko@debian.org>
2007
2008 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
2009 generation of more than one man page from one source.
2010 Add '-' to set of valid chars for an identifier.
2011 Let -D option accept flags of the form <flag>=<value>.
2012 Use \s+ for whitespace detection in '@c man' lines.
2013 Handle @set and @clear independent of $output.
2014 Substitute all @value{}'s in a line.
2015
77bd67cb
JM
20162001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
2017
2018 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
2019 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
2020 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
2021 greater than 9 in enumerations.
2022
1faae6ef 20232001-11-07 Laurent Guerby <guerby@acm.org>
178612c9
LG
2024
2025 * gcc_update (files_and_dependencies): Add Ada dependencies.
2026
bbd300a9
JM
20272001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2028
2029 * snapshot: Remove.
2030
b5f20931
RS
20312001-09-07 Richard Sandiford <rsandifo@redhat.com>
2032
2033 Revert:
3da33af3 2034 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
b5f20931
RS
2035 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2036 touch.
2037
1faae6ef 20382001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
e7503d92 2039
3da33af3 2040 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
e7503d92
DB
2041 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2042 touch.
2043
e961606c
JH
2044Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
2045
2046 * analyze_brprob: Update for changes in gcc debug output.
2047
ffd15534
JH
2048Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2049
2050 * analyze_brprob: Avoid more overflows.
2051
da397f8e
RH
20522001-07-27 Richard Henderson <rth@redhat.com>
2053
2054 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
2055
92e3cac8
JH
2056Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
2057
2058 * analyze_brprob: Avoid overflows.
2059
2a08c780
RH
20602001-07-27 Richard Henderson <rth@redhat.com>
2061
2062 * gcc_update: Dump timestamp in LAST_UPDATED.
2063
3da33af3 20642001-07-26 Andreas Jaeger <aj@suse.de>,
1faae6ef 2065 Hans-Peter Nilsson <hp@bitrange.com>
a6ed70ef
AJ
2066
2067 * analyze_brprob: Fix documentation.
2068
4edc91ae
JH
2069Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
2070
2071 * analyze_brprob: Fix awk compatibility problems; update comment.
2072
f981f97b
AJ
20732001-07-23 Andreas Jaeger <aj@suse.de>
2074
2075 * analyze_brprob: Fix more typos.
2076
075cc945
AJ
20772001-07-23 Andreas Jaeger <aj@suse.de>
2078
2079 * analyze_brprob: Fix typos.
2080
aee96fe9
JM
20812001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2082
2083 * texi2pod.pl: Handle @r inside @item.
2084
51817b10
ZW
20852001-07-02 Zack Weinberg <zackw@stanford.edu>
2086
2087 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
2088
1faae6ef 20892001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
e5149841
ZF
2090
2091 * warn_summary: Fix typo in a comment.
2092
894b7c63
ACY
20932001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
2094
4977bab6 2095 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
894b7c63 2096
acabb596
MM
20972001-06-13 Mark Mitchell <mark@codesourcery.com>
2098
2099 * gennews: Set TERM to vt100 for Lynx.
2100
9f293893
GP
21012001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2102
2103 * release: Remove.
2104
17d6c819
JH
2105Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
2106
2107 * analyze_brprob: New file.
2108
72e0bae5
MM
21092001-06-11 Mark Mitchell <mark@codesourcery.com>
2110
a6ed70ef 2111 * gcc_build: Output information about the commands used to
72e0bae5
MM
2112 configure the compiler.
2113
47c2a318
JM
21142001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
2115
2116 * gennews: Update for GCC 3.0.
2117
aff5d053
JM
21182001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
2119
2120 * gcc_update: Update for move of documentation to gcc/doc.
2121
26d8af06
RO
21222001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2123
2124 * contrib/test_summary (files): Sort before evaluating.
2125
6cf735a7
GP
21262001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2127
2128 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
2129
47816305
MM
21302001-05-21 Mark Mitchell <mark@codesourcery.com>
2131
2132 * gcc_build: Use -d when invoking gcc_update.
2133
f3e16a47
AJ
21342001-05-18 Andreas Jaeger <aj@suse.de>
2135
2136 * gcc_update: Add rules for libf2c/libI77.
2137
e8dc2763
AO
21382001-05-17 Alexandre Oliva <aoliva@redhat.com>
2139
2140 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
2141
af22667e
LR
21422001-05-14 Loren J. Rittle <ljrittle@acm.org>
2143
2144 * gcc_update (touch_files): Enhance make portability.
2145
e8b073c1
AO
21462001-05-14 Alexandre Oliva <aoliva@redhat.com>
2147
2148 * gcc_update (touch_files): Use a Makefile to touch files.
2149
6e26f4aa
JM
21502001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
2151
2152 * texi2pod.pl: Add copyright and GPL notices.
2153
445c435a
JM
21542001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
2155
2156 * texi2pod.pl: Handle "\,".
2157
3f896fc2
JM
21582001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
2159
2160 * texi2pod.pl: Fix regular expression for @r to avoid exponential
2161 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
2162 version check.
2163
c2b31703
KG
21642001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2165
2166 * warn_summary (stageNfilter): Update for recent changes in
2167 bootstrap logic.
2168
150d3c00
JM
21692001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
2170
2171 * texi2pod.pl: Require at least perl 5.6.0.
2172
4bc1997b
JM
21732001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
2174
2175 * gcc_update: Add gcc/gcc.1 to generated files.
2176 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
2177 discarding to end of sentence with @xref where the sentence has an
2178 interior "." in markup, and handle discarding parentheses around
2179 such a sentence.
2180
d2796d4e
BS
21812001-01-11 Bernd Schmidt <bernds@redhat.com>
2182
2183 * gennews: Add gcc-2.95.3.
2184
2642624b
JM
21852001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2186
2187 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
2188 @command. Format URLs and email addresses in bold.
2189
fd939e46
JM
21902001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
2191
6bfa3dac
JM
2192 * gcc_update: Add cpp.1 to the list of generated files.
2193
fd939e46
JM
2194 * texi2pod.pl: Handle @option and @env.
2195
79424a4f
MS
21962001-01-03 Mike Stump <mrs@wrs.com>
2197
2198 * snapshot: Update to account for java libraries.
2199
5da01bc1
JO
22002000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
2201
2202 * test_summary: Export filesuffix, not fileprefix.
2203
2d6fd5fd
JM
22042000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
2205
2206 * release: Change some EGCS references to GCC.
2207
c097fab6
KG
22082000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2209
2210 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
2211 subdirectory flags. Add source directory prefix filtering.
2212 Redirect diagnostic output to stderr.
2213
f4e8dec6
ZW
22142000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2215
2216 * texi2pod.pl: If multiple @c man sections with the same tag
2217 appear, concatenate them in the final output. When skipping,
2218 ignore block commands that can't cause skipping, and honor
2219 those that can. Ensure that verbatim blocks are separate
2220 paragraphs.
2221
beb039fe
JM
22222000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2223
2224 * gcc_update: Don't touch tradcif.c or java/parse.h.
2225
b75d998f
ZW
22262000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
2227
2228 * texi2pod.pl: Restructure for comprehensibility, add
2229 comments. Merge handling of @ignore and @ifxxx. Handle a
2230 whole bunch more Texinfo commands. Use consistent formatting
2231 style.
2232
c4f0b011
JM
22332000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2234
2235 * gennews: New script.
2236
d9ddcc6a
GP
22372000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2238
2239 * gcc_update: Update a comment as we now require bison for CVS users.
2240
c01a508e
JM
22412000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
2242
2243 * gcc_update: Add gcov.1 to the list of generated files.
2244
c132c0e3
MM
22452000-11-21 Mark Mitchell <mark@codesourcery.com>
2246
2247 * gcc_build: Remove code to put information in a log file.
2248
3d6f4d76
ZW
22492000-11-19 Zack Weinberg <zackw@stanford.edu>
2250
2251 * texi2pod.pl:
2252 - Add real command line parsing.
2253 - Support @ifset, @ifclear, @set, @value, -D switch.
2254 - Support @sc. Improve handling of @ref and friends.
2255 - Discard @subsection, @need, @node lines.
2256 - Un-nest font changes to match texinfo semantics.
2257 - Handle @{ and @}. Oops.
2258 - Don't emit E<> directives inside verbatim blocks.
2259
f6820157
BK
22602000-11-12 Bruce Korb <bkorb@gnu.org>
2261
2262 * release: generalize the release script a bit.
2263
8a3d997e
MM
2264Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
2265
2266 * gcc_build: Add -o option for setting the objdir to use.
2267
1e8ba2a3
JL
22682000-11-11 Jeff Law <law@redhat.com>,
2269
2270 * release: New file.
2271
09ff8283
JL
22722000-11-08 Jeff Law <law@redhat.com>,
2273 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2274
2275 * snapshot: New file.
2276
37ac3c7f
JO
22772000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
2278
2279 * gcc_build (bootstrap_gcc): New function.
2280 (configure_gcc): Likewise.
2281 (build_gcc): Rewritten to use configure and bootstrap.
2282 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
2283
9f56c004
MM
22842000-10-31 Mark Mitchell <mark@codesourcery.com>
2285
2286 * gcc_build (MAKE): New variable.
2287 (build_gcc): Use it. Fix logging of errors.
2288 (install_gcc): Likewise.
2289
d3d6410d
MM
22902000-10-29 Mark Mitchell <mark@codesourcery.com>
2291
2292 * gcc_build: Save the output from CVS into the logfile as well.
2293
59c341cb
MM
22942000-10-25 Mark Mitchell <mark@codesourcery.com>
2295
2296 * gcc_build: Fix typos.
2297
f4d48ea9
JM
22982000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
2299
2300 * gperf-2.7-19981006.pat: Remove.
2301
6f298a0a
JM
23022000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2303
2304 * test_installed: Change EGCS references to refer to GCC.
2305
2d89ce6a
GP
23062000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2307
2308 * gcc_update (touch_files): Add some informative output.
f3e16a47 2309
12acf3a9
AJ
23102000-09-16 Andreas Jaeger <aj@suse.de>
2311
2312 * gcc_update: Remove gcc/c-parse.gperf.
2313
41343a8f
GP
23142000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
2315 Alexandre Oliva <aoliva@redhat.com>
2316
2317 * gcc_update: Execute touch_files_reexec even if `cvs update`
2318 failed.
2319
e50d2932
AO
23202000-08-09 Alexandre Oliva <aoliva@redhat.com>
2321
2322 * test_summary: AWK breaks with filenames containing `='.
2323
b9faa6b6
MM
2324Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
2325
2326 * gcc_build: New script.
2327
1735b35f
MM
23282000-07-13 Mark Mitchell <mark@codesourcery.com>
2329
2330 * gcc_update (files_and_dependencies): Remove generated YACC files.
2331
792abd35
MM
23322000-07-12 Mark Mitchell <mark@codesourcery.com>
2333
2334 * gcc_update (files_and_dependencies): Remove generated YACC files.
2335
84d6d72f
MM
23362000-06-04 Mark Mitchell <mark@codesourcery.com>
2337
2338 * newcvsroot: Handle filenames that contain spaces.
2339
dd5330e8
ZW
23402000-06-03 Zack Weinberg <zack@wolery.cumb.org>
2341
2342 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
2343 Elide --with-gcc-version-trigger and --norecursion from
2344 configure flags. Remove code to report status of haifa scheduler.
2345
fda73e41
AO
23462000-05-18 Alexandre Oliva <aoliva@cygnus.com>
2347
2348 * gcc_update (self): Set to `$0'.
2349 (touch_files_reexec): Use `$self' instead of `$0'.
fda73e41 2350
25a9b3e5
AO
23512000-05-12 Alexandre Oliva <aoliva@cygnus.com>
2352
2353 * gcc_update (touch_files_reexec): New function, run after the
2354 tree is modified.
2355
bdcabcd4
RH
23562000-05-08 Richard Hendeson <rth@cygnus.com>
2357
2358 * gcc_update: Remove references to inclhack.tpl.
2359
62014cb3
JM
23602000-04-28 Jason Merrill <jason@casey.cygnus.com>
2361
2362 * index-prop: Use a single pattern. Also support *** cdiffs.
2363
1faae6ef 23642000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
62014cb3
JM
2365
2366 * index-prop: Don't change /dev/null.
2367
b9550bfb
GP
23682000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2369
2370 * gcc_update: Refer to GCC and gcc_update instead of egcs and
12acf3a9 2371 egcs_update.
b9550bfb 2372
db6a1df0
JL
23732000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
2374
b9550bfb 2375 * index-prop: Fix occasional problem when using cvs diff -p.
db6a1df0 2376
86702e31
ZW
23772000-04-18 Zack Weinberg <zack@wolery.cumb.org>
2378
2379 * gcc_update: Remove references to cexp.c/cexp.y.
2380
05e1739f
GP
23811999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2382
2383 * newcvsroot: Add check on the number of command-line arguments.
2384 Add usage.
2385
5c96cc3b
WB
2386Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
2387
2388 * gcc_update: Allow patches compressed by bzip2.
2389
1faae6ef 23901999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
ba33cb50
ML
2391
2392 * newcvsroot: New file.
2393
697f6b2f
CB
23941999-09-11 Craig Burley <craig@jcb-sc.com>
2395
2396 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
2397
ecdea017
GP
23981999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2399
2400 * gcc_update: New file.
2401 * egcs_update: Renamed to gcc_update.
2402
83694b61
RL
24031999-08-09 Robert Lipe <robertlipe@usa.net>
2404
2405 * test_summary: Quote curly braces in 1999-07-03 change.
2406
1a618a5a
AO
24071999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2408
2409 * egcs_update (files_and_dependencies): Fixed typo in
2410 gcc/cstamp-h.in. Added gcc/config.in.
2411
94b82f2b
AO
24121999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
2413
2414 * egcs_update (files_and_dependencies): New function, with
2415 complete list of files to be updated, as well as their
2416 dependencies.
2417 (touch_files): Check the timestamp of each generated file against
2418 its dependencies'.
2419 (main): New flags --touch, --list and --help. Remove the
2420 pre-update step.
2421
bc8735ed 24221999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
12acf3a9 2423
bc8735ed
AO
2424 * test_summary: Replace egcs with gcc. Update e-mail address.
2425
9d59f307 24261999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1faae6ef 2427 Jerry Quinn <jquinn@nortelnetworks.com>
9d59f307
GP
2428
2429 * egcs_update (touch_files, apply_patch): New functions.
2430 Use them. New command-line option --patch. Split test of local
2431 tree into two parts. Add comments.
2432
069550be
AO
24331999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
2434
12acf3a9 2435 * test_summary: If Target is `unix{*}', append the Target variants
069550be
AO
2436 to Host.
2437
6f482ae3
AO
24381999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
2439
2440 * test_summary: Set default mail-address and version for egcs
2441 instead of relying on unpredictable pathnames.
2442 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2443
2fa6b2d2
JL
2444Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
2445
2446 * fixinc/*: Delete obsolete files.
2447
7a19950e
RL
24481999-02-04 Robert Lipe <robertlipe@usa.net>
2449
12acf3a9
AJ
2450 * egcs_update: Test return values of 'cvs update'. Propogate
2451 to caller as exit values.
7a19950e 2452
bdf32ae5
GP
24531999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2454
2455 * egcs_update: Use "if" instead of "&&". Touch generated files
12acf3a9 2456 only after the corresponding *.y files.
bdf32ae5 2457
3243be28
GP
24581999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2459
2460 * egcs_update: Do not use xargs, but a backquote construct.
2461
692c4bf5
AO
24621999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
2463
ceff9b14
AO
2464 * test_summary (version): Remove carriage return that gawk inserts
2465 in the version string for some reason.
692c4bf5 2466
5eff2ed5
GP
24671998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2468
2469 * egcs_update: Only touch files that already exist.
2470
cae94af8
AO
24711998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
2472
ceff9b14 2473 * test_summary (EOF): Remove double backslash.
cae94af8
AO
2474 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2475
ddf469cc
AO
24761998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2477
ceff9b14 2478 * test_summary (address): Set to egcs-testresults mailing list.
ddf469cc 2479
aa4d18c9
AO
24801998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
2481
ceff9b14
AO
2482 * test_summary (address): Added Marc Lehmann's testsuite-results
2483 to the default e-mail address.
aa4d18c9 2484
0a955618
AO
24851998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
2486
ceff9b14
AO
2487 * test_summary (-p, prepend_logs): Add these before the summary.
2488 (Compiler, Platform): Print these just before configflags.
0a955618 2489
0d4f7920
KG
2490Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2491
2492 * warn_summary (longLineFilter): New shell function to encapsulate
12acf3a9
AJ
2493 this functionality. It is off by default, only active if -llf
2494 flag is specified.
2495 (subdirectoryFilter): Fix bug in filtering which made some
2496 subdirectory warnings erroneously appear in the toplevel set.
2497 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
2498 warnings from stage1 as well as stage0, which means warnings from
2499 outside the bootstrap directory. Eg, the libraries, etc.
2500 (warningFilter): New shell function to encapsulate this
2501 functionality.
0d4f7920 2502 (keywordFilter): New shell function to encapsulate this
12acf3a9 2503 functionality.
0d4f7920
KG
2504
2505 Store data in a temp file rather than calculating it 3x. Arrange
2506 to remove it on exit and signals.
2507
2508 Add -pass/-wpass flags to do "pass through" (i.e. manual
12acf3a9
AJ
2509 inspection) of bootstrap output from a particular stageN as well
2510 as language subdirs.
0d4f7920 2511
12acf3a9 2512 Add better comments/documentation.
0d4f7920 2513
415634f6
GP
2514Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2515
2516 * egcs_update: Add comment about keeping the FAQ synchronized.
2517
0999b4b8
JL
2518Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
2519
2520 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
2521 in the repo again.
2522
1faae6ef 2523Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
318b0430
BK
2524
2525 * egcs_update: Added gcc/fixinc/* generated files to touch list.
2526
788169db
JL
2527Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
2528
2529 * egcs_update: Remove gcc/java/parse.c from list of files to
2530 touch.
2531
8173d477
KG
2532Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2533
2534 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
2535
a3225b7a
KG
2536Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2537
2538 * warn_summary (subdirectoryFilter): New shell function to
12acf3a9
AJ
2539 optionally filter in/out gcc subdirectories when summarizing
2540 warnings. Add new flags to support subdirectory filtering.
2541
a3225b7a 2542 Also, ensure the bootstrap stage is a number. Add some more C
12acf3a9
AJ
2543 keywords that are preserved in the "warning type" summary and
2544 tighten up the "arg ???" regexp.
a3225b7a 2545
1faae6ef 2546Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
3b0e5534
BK
2547
2548 * fixinc/inclhack.def: Not all C++ comments in C headers
2549 were treated alike. They are now. Also fixed syntax
2550 of sed expression in "systypes" fix.
2551
2552 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
2553
2554 * egcs_update: Added fixinc/* generated files to touch list.
2555
f06e7a27
KG
2556Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2557
2558 * egcs_update: Additionally touch gcc/java/parse.[ch].
2559
1faae6ef 2560Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
12acf3a9 2561
430c3d7b
BK
2562 * fixinc/inclhack.def: Added two files required by
2563 SCO's Open Server 5's avoid_bool fix.
2564 Regenerated fixinc.x and inclhack.sh to incorporate
2565 the update.
2566
aecb0339
RL
2567Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
2568
2569 * egcs_update: Do the pass 1 CVS update only for files that
12acf3a9 2570 may reasonably be under CVS control.
aecb0339 2571
49e921be
AO
25721998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
2573
ceff9b14 2574 * test_installed: New script for testing already-installed
12acf3a9 2575 gcc/g++/g77.
49e921be 2576
23a05d03
GP
2577Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2578
2579 * egcs_update: Assigned copyright to FSF.
2580
9b14b81c 2581Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4977bab6 2582 Alexandre Oliva <oliva@dcc.unicamp.br>
9b14b81c
GP
2583
2584 * egcs_update: New switch --nostdflags and documentation
2585 enhancements.
2586
f717c7e4
GP
2587Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2588
2589 * egcs_update: New script.
2590
1faae6ef 25911998-08-05 Bruce Korb <korbb@datadesign.com>
7c3b5ba5
BK
2592
2593 * fixinc/Makefile
2594 Added define for target machine so machine-specific tests
2595 can be selected for or against.
2596
2597 * fixinc/fixincl.c
2598 Added an array of string pointers to machines to select
2599 or avoid, depending on a FD_MACH_IFNOT bit flag.
2600 Used a shell script to match the defined TARGET_MACHINE
2601 with any of the given match patterns.
2602
2603 * fixinc/fixincl.tpl
2604 Generate the array of strings and bit flag, as needed,
2605 depending on "mach" and "not_machine" attributes for a fix.
2606
2607 * fixinc/mkfixinc.sh
2608 Invoke the make with TARGET assigned the value of the
2609 machine name argument.
2610
31e9c6ed
MS
2611Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
2612
2613 * compare_tests: New script.
2614
91fa313b
AO
26151998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2616
ceff9b14 2617 * test_summary: Assigned copyright to FSF.
91fa313b 2618
18aca902
GP
2619Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2620
2621 * test_summary: Corrected script name in comments providing
2622 documentation. Added linebreaks for lines with > 80 characters.
2623
1faae6ef 2624Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3e5fb7a9 2625
ceff9b14
AO
2626 * test_summary: New switch, -i, and environment variable,
2627 append_logs, for including files in the report.
3e5fb7a9 2628
91af92df
MH
26291998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
2630
2631 * warn_summary: Update to Kaveh's latest version allowing to
2632 specify the last stage built.
2633
1faae6ef 26341998-05-29 Bruce Korb <korbb@datadesign.com>
91af92df 2635
a681b39b
BK
2636 * fixinc/mkfixinc.sh
2637 Changes to make it easier to invoke on platforms that
2638 normally do not invoke fixincludes.
2639
2640 * fixinc/inclhack.def
2641 Applied fixes from egcs/gcc/fixincludes from the past several
2642 months.
2643
1faae6ef 26441998-05-28 Bruce Korb <korbb@datadesign.com>
91af92df 2645
8a5b8e20
BK
2646 * fixinc/*: Updated most everything for a first real
2647 try at getting "fast_fixincludes" working.
2648
be3a14bb
JM
26491998-05-28 Jason Merrill <jason@yorick.cygnus.com>
2650
2651 * index-prop: New file.
2652
269df0f8
JL
2653Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
2654
2655 * test_summary: find good awk (copied from warn_summary).
2656
2657Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
2658
2659 * test_summary, warn_summary: New files