]> git.ipfire.org Git - thirdparty/gcc.git/blob - contrib/ChangeLog
Add libcc1 to bug components
[thirdparty/gcc.git] / contrib / ChangeLog
1 2024-02-23 Richard Biener <rguenther@suse.de>
2
3 PR target/90785
4 * config-list.mk (LIST): --enable-obsolete for ia64*-*-*.
5
6 2024-02-05 Jakub Jelinek <jakub@redhat.com>
7
8 * test_installed: Fill in HOSTCC, HOSTCXX, HOSTCFLAGS and
9 HOSTCXXFLAGS.
10
11 2024-02-04 Jonathan Wakely <jwakely@redhat.com>
12
13 * unicode/gen_libstdcxx_unicode_data.py: Add copyright and
14 license text to the output.
15
16 2024-01-11 Paul Iannetta <piannetta@kalrayinc.com>
17
18 * dg-extract-results.py: Make the test_run regex case
19 insensitive.
20
21 2024-01-09 Jonathan Wakely <jwakely@redhat.com>
22
23 * unicode/gen_libstdcxx_unicode_data.py: Print out Gcb_property
24 enumerators in the order they're seen, not alphabetical order.
25
26 2024-01-08 Jonathan Wakely <jwakely@redhat.com>
27
28 * unicode/README: Add notes about generating libstdc++ tables.
29 * unicode/GraphemeBreakProperty.txt: New file.
30 * unicode/emoji-data.txt: New file.
31 * unicode/gen_libstdcxx_unicode_data.py: New file.
32
33 2024-01-05 Jonathan Wakely <jwakely@redhat.com>
34
35 * analyze_brprob.py: Remove stray text at end of comment.
36 * analyze_brprob_spec.py: Likewise.
37 * check-params-in-docs.py: Likewise.
38 * check_GNU_style.py: Likewise.
39 * check_GNU_style_lib.py: Likewise.
40 * filter-clang-warnings.py: Likewise.
41 * gcc-changelog/git_check_commit.py: Likewise.
42 * gcc-changelog/git_commit.py: Likewise.
43 * gcc-changelog/git_email.py: Likewise.
44 * gcc-changelog/git_repository.py: Likewise.
45 * gcc-changelog/git_update_version.py: Likewise.
46 * gcc-changelog/test_email.py: Likewise.
47 * gen_autofdo_event.py: Likewise.
48 * mark_spam.py: Likewise.
49 * unicode/gen-box-drawing-chars.py: Likewise.
50 * unicode/gen-combining-chars.py: Likewise.
51 * unicode/gen-printable-chars.py: Likewise.
52 * unicode/gen_wcwidth.py: Likewise.
53
54 2024-01-05 Jonathan Wakely <jwakely@redhat.com>
55
56 * unicode/gen_wcwidth.py: Add sys.argv[0] to usage error.
57
58 2024-01-03 Jakub Jelinek <jakub@redhat.com>
59
60 * update-copyright.py (GenericFilter): Skip gpl_v3_without_node.texi.
61 (GCCFilter): Skip GmcOptions.cc.
62
63 2023-12-21 Alexandre Oliva <oliva@adacore.com>
64
65 * compare_tests: Add tool to test lines. Match tabs besides
66 blanks to insert tool and target. Don't print undefined fname.
67
68 2023-12-20 Jason Merrill <jason@redhat.com>
69
70 * gcc-git-customization.sh: Add git gcc-style alias.
71
72 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
73 Arthur Cohen <arthur.cohen@embecosm.com>
74
75 * gcc_update: Add libgrust file dependencies.
76
77 2023-12-14 Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
78 Arthur Cohen <arthur.cohen@embecosm.com>
79
80 * gcc-changelog/git_commit.py: Add libgrust.
81
82 2023-12-13 Arsen Arsenović <arsen@aarsen.me>
83
84 * download_prerequisites
85 <arg parse>: Parse --only-gettext.
86 (echo_archives): Check only_gettext and stop early if true.
87 (helptext): Document --only-gettext.
88
89 2023-12-02 Richard Sandiford <richard.sandiford@arm.com>
90
91 * config-list.mk (OPT_IN_LANGUAGES): New variable.
92 ($(LIST)): Replace --enable-languages=all with a specifc list.
93 Disable fortran on bpf and mmix. Enable the languages in
94 OPT_IN_LANGUAGES.
95
96 2023-11-14 Jakub Jelinek <jakub@redhat.com>
97
98 * unicode/README: Adjust glibc git commit hash, number of Unicode
99 data files to be updated and latest Unicode version.
100 * unicode/from_glibc/utf8_gen.py: Update from glibc.
101 * unicode/UnicodeData.txt: Update from Unicode 15.1.
102 * unicode/EastAsianWidth.txt: Likewise.
103 * unicode/DerivedNormalizationProps.txt: Likewise.
104 * unicode/NameAliases.txt: Likewise.
105 * unicode/DerivedCoreProperties.txt: Likewise.
106 * unicode/PropList.txt: Likewise.
107
108 2023-11-14 Jakub Jelinek <jakub@redhat.com>
109
110 * gcc-changelog/git_update_version.py: Add
111 040e5b0edbca861196d9e2ea2af5e805769c8d5d to ignored commits.
112
113 2023-11-13 Arsen Arsenović <arsen@aarsen.me>
114
115 * prerequisites.sha512: Add gettext.
116 * prerequisites.md5: Add gettext.
117 * download_prerequisites: Add gettext.
118
119 2023-10-05 Andrea Corallo <andrea.corallo@arm.com>
120
121 * mdcompact/mdcompact-testsuite.el: New file.
122 * mdcompact/mdcompact.el: Likewise.
123 * mdcompact/tests/1.md: Likewise.
124 * mdcompact/tests/1.md.out: Likewise.
125 * mdcompact/tests/2.md: Likewise.
126 * mdcompact/tests/2.md.out: Likewise.
127 * mdcompact/tests/3.md: Likewise.
128 * mdcompact/tests/3.md.out: Likewise.
129 * mdcompact/tests/4.md: Likewise.
130 * mdcompact/tests/4.md.out: Likewise.
131 * mdcompact/tests/5.md: Likewise.
132 * mdcompact/tests/5.md.out: Likewise.
133 * mdcompact/tests/6.md: Likewise.
134 * mdcompact/tests/6.md.out: Likewise.
135 * mdcompact/tests/7.md: Likewise.
136 * mdcompact/tests/7.md.out: Likewise.
137
138 2023-10-03 Martin Jambor <mjambor@suse.cz>
139
140 * mklog.py (skip_line_in_changelog): Compare to None using is instead
141 of ==, add an extra newline after the function.
142
143 2023-10-02 Iain Sandoe <iain@sandoe.co.uk>
144
145 * config-list.mk: Add newer Darwin versions, trim one older.
146 Remove cases with no OS version, which is not supported for cross-
147 compilers.
148
149 2023-09-29 Patrick O'Neill <patrick@rivosinc.com>
150
151 * check_GNU_style_lib.py: Skip machine description file bracket linting.
152
153 2023-09-29 Paul Iannetta <piannetta@kalrayinc.com>
154
155 * dg-extract-results.py: Print the "Test run" line.
156 * dg-extract-results.sh: Print the "Host" line.
157
158 2023-09-12 Jonathan Wakely <jwakely@redhat.com>
159
160 PR other/111360
161 * gcc_update: Quote variable.
162
163 2023-09-11 Jonathan Wakely <jwakely@redhat.com>
164
165 PR other/111359
166 * gcc-git-customization.sh: Check for getent before using it.
167 Use id on macOS.
168
169 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
170
171 * gcc-changelog/git_commit.py (GitCommit.__init__,
172 to_changelog_entries): Fix lost wording fix.
173
174 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
175
176 * gcc-changelog/git_commit.py (GitCommit.__init__):
177 Handle commit_to_info_hook = None; otherwise, if None,
178 regard it as error.
179 (to_changelog_entries): Handle commit_to_info_hook = None;
180 if info is None, create a warning for it.
181 * gcc-changelog/git_email.py (GitEmail.__init__):
182 call super() with commit_to_info_hook=None instead
183 of a lambda function.
184
185 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
186
187 Revert:
188 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
189
190 * gcc-changelog/git_commit.py (GitCommit.__init__):
191 Handle commit_to_info_hook = None; otherwise, if None,
192 regard it as error.
193 (to_changelog_entries): Handle commit_to_info_hook = None;
194 if info is None, create a warning for it.
195 * gcc-changelog/git_email.py (GitEmail.__init__):
196 call super() with commit_to_info_hook=None instead
197 of a lamda function.
198
199 2023-09-07 Tobias Burnus <tobias@codesourcery.com>
200
201 * gcc-changelog/git_commit.py (GitCommit.__init__):
202 Handle commit_to_info_hook = None; otherwise, if None,
203 regard it as error.
204 (to_changelog_entries): Handle commit_to_info_hook = None;
205 if info is None, create a warning for it.
206 * gcc-changelog/git_email.py (GitEmail.__init__):
207 call super() with commit_to_info_hook=None instead
208 of a lamda function.
209
210 2023-09-04 Marc Poulhiès <dkm@kataplop.net>
211
212 * mklog.py: Leave SOB lines after changelog.
213 * prepare-commit-msg: Apply most shellcheck suggestions.
214
215 2023-08-29 Lehua Ding <lehua.ding@rivai.ai>
216
217 * mklog.py: Fix bugs.
218
219 2023-08-16 Andrew Pinski <apinski@marvell.com>
220
221 * gcc_update: Add libstdc++-v3/include/bits/version.h.
222
223 2023-07-13 Lehua Ding <lehua.ding@rivai.ai>
224
225 * mklog.py: Add --append option.
226
227 2023-07-07 Richard Biener <rguenther@suse.de>
228
229 * gcc-changelog/git_update_version.py: Remove GCC 10 from
230 active_refs.
231
232 2023-06-22 David Malcolm <dmalcolm@redhat.com>
233
234 * unicode/gen-box-drawing-chars.py: New file.
235 * unicode/gen-combining-chars.py: New file.
236 * unicode/gen-printable-chars.py: New file.
237
238 2023-06-17 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
239
240 * testsuite-management/validate_failures.py (IsInterestingResult):
241 Add result_set argument and use it. Adjust callers.
242
243 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
244
245 * testsuite-management/validate_failures.py (TestResult,)
246 (ParseManifestWorker, ParseSummary, Main): Handle new option
247 "--srcpath <regex>".
248
249 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
250
251 * testsuite-management/validate_failures.py (TestResult): Update.
252 (Main): Handle new option "--expiry_date YYYYMMDD".
253
254 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
255
256 * testsuite-management/validate_failures.py (ResultSet.update,)
257 (ResultSet.HasTestsuite): New methods.
258 (GetResults): Update.
259 (ParseSummary, CompareResults, PerformComparison, Main): Handle new
260 option --invert_match.
261
262 2023-06-14 Thiago Bauermann <thiago.bauermann@linaro.org>
263
264 * testsuite-management/validate_failures.py (TestResult): Improve error
265 output.
266
267 2023-06-14 Christophe Lyon <christophe.lyon@linaro.org>
268
269 * testsuite-management/validate_failures.py (_EXP_LINE_FORMAT,)
270 (_EXP_LINE_REX, ResultSet): Support "$tool:" prefix in exp names.
271
272 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
273
274 * testsuite-management/validate_failures.py (Main): Use exit code "2"
275 to indicate regression.
276
277 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
278
279 * testsuite-management/validate_failures.py (_VALID_TEST_RESULTS_REX):
280 Update.
281 (TestResult): Use _VALID_TEST_RESULTS_REX.
282
283 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
284
285 * testsuite-management/validate_failures.py: Add more verbosity levels.
286
287 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
288
289 * testsuite-management/validate_failures.py: Simplify GetManifestPath().
290
291 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
292
293 * testsuite-management/validate_failures.py (GetResults): Update.
294 (CompareBuilds): Read in manifest.
295
296 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
297
298 * testsuite-management/validate_failures.py (ParseManifestWorker):
299 Support expiry attributes in manifests.
300 (ParseSummary): Add a comment.
301
302 2023-06-14 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
303
304 * testsuite-management/validate_failures.py: Avoid testsuite
305 aliasing.
306
307 2023-06-13 Andi Kleen <ak@linux.intel.com>
308
309 * gen_autofdo_event.py: Update for download server changes
310
311 2023-06-03 Lehua Ding <lehua.ding@rivai.ai>
312
313 * clang-format (ForEachMacros): Add missing cases
314 for EXECUTE_IF_... macros.
315
316 2023-05-18 Jonathan Wakely <jwakely@redhat.com>
317
318 PR bootstrap/105831
319 * bench-stringop: Use = operator instead of ==.
320 * repro_fail: Likewise.
321
322 2023-04-28 Martin Liska <mliska@suse.cz>
323
324 * filter_gcc_for_doxygen: Use python3 and not python2.
325 * filter_params.py: Likewise.
326
327 2023-04-26 Jakub Jelinek <jakub@redhat.com>
328
329 * gennews (files): Add files for GCC 13.
330
331 2023-04-17 Jakub Jelinek <jakub@redhat.com>
332
333 * gcc-changelog/git_update_version.py (active_refs): Add
334 releases/gcc-13.
335
336 2023-03-16 Jakub Jelinek <jakub@redhat.com>
337
338 * unicode/README: Update to mention also makeuname2c.
339 * unicode/NameAliases.txt: New file.
340
341 2023-03-13 Lewis Hyatt <lhyatt@gmail.com>
342
343 * unicode/DerivedCoreProperties.txt: Update to Unicode 15.
344 * unicode/DerivedNormalizationProps.txt: Likewise.
345 * unicode/EastAsianWidth.txt: Likwise.
346 * unicode/PropList.txt: Likewise.
347 * unicode/README: Likewise.
348 * unicode/UnicodeData.txt: Likewise.
349
350 2023-02-22 Thomas Schwinge <thomas@codesourcery.com>
351
352 * config-list.mk (LIST): Clarify i686-symbolics-gnu to i686-gnu.
353
354 2023-02-17 Petr Sumbera <petr.sumbera@oracle.com>
355
356 * make_sunver.pl: Escape brace.
357
358 2023-02-10 Flavio Cruz <flaviocruz@gmail.com>
359
360 * config-list.mk: Add x86_64-gnu to list of archs.
361
362 2023-01-19 Gaius Mulley <gaiusmod2@gmail.com>
363
364 * gcc_update (files_and_dependencies): Add dependencies for
365 gcc/m2/gm2config.h.in, gcc/m2/configure,
366 gcc/m2/gm2-libs/config-host, libgm2/Makefile.in,
367 libgm2/aclocal.m4, libgm2/libm2cor/Makefile.in,
368 libgm2/libm2pim/Makefile.in, libgm2/libm2iso/Makefile.in,
369 libgm2/libm2log/Makefile.in and libgm2/libm2min/Makefile.in.
370
371 2023-01-17 Martin Liska <mliska@suse.cz>
372
373 * update-copyright.py: Ignore test_patches.txt.
374
375 2023-01-17 Martin Liska <mliska@suse.cz>
376
377 * gcc-changelog/test_patches.txt: The CR character was removed
378 with ./contrib/update-copyright.py which I'm going to change.
379
380 2023-01-16 Jakub Jelinek <jakub@redhat.com>
381
382 PR other/108413
383 * update-copyright.py (LibPhobosFilter): Add __builtins.di to
384 skipped files.
385
386 2023-01-16 Jakub Jelinek <jakub@redhat.com>
387
388 PR other/108413
389 * update-copyright.py (TestsuiteFilter): Add .mod and .rs extensions.
390 (GCCCopyright): Add 'The fast_float authors' as external author.
391
392 2023-01-15 Gerald Pfeifer <gerald@pfeifer.com>
393
394 * config-list.mk: Update FreeBSD targets to version 13.
395 Add aarch64-freebsd13.
396
397 2023-01-12 Gerald Pfeifer <gerald@pfeifer.com>
398
399 * config-list.mk: Remove i486-freebsd4, ia64-freebsd6, and
400 sparc64-freebsd6.
401
402 2023-01-06 Martin Liska <mliska@suse.cz>
403
404 * update-copyright.py: Add contrib as a default dir.
405
406 2022-12-28 Martin Liska <mliska@suse.cz>
407
408 * update-copyright.py: Add contrib folder.
409
410 2022-12-23 Arsen Arsenović <arsen@aarsen.me>
411
412 * dg-out-generator.pl: New file.
413
414 2022-12-21 Martin Liska <mliska@suse.cz>
415
416 * filter-clang-warnings.py: Simplify.
417
418 2022-12-21 Martin Liska <mliska@suse.cz>
419
420 * filter-clang-warnings.py: Skip Makefile and libffi warnings.
421
422 2022-12-19 Martin Liska <mliska@suse.cz>
423
424 * gcc-changelog/git_commit.py: Support digits in PR's
425 component in subject.
426
427 2022-12-19 Martin Liska <mliska@suse.cz>
428
429 * gcc-changelog/test_email.py: Add new test.
430 * gcc-changelog/test_patches.txt: Add new patch.
431
432 2022-12-19 Martin Liska <mliska@suse.cz>
433
434 * gcc-changelog/git_commit.py: Allow digit in component name.
435
436 2022-12-19 Tobias Burnus <tobias@codesourcery.com>
437
438 * gcc-changelog/git_check_commit.py (__main__): With -v print a
439 warning for the auto-added files.
440 * gcc-changelog/git_commit.py (GitCommit.__init__): Add self.warnings.
441 (GitCommit.check_mentioned_files): Add warning for auto-added files.
442 (GitCommit.print_warnings): New function.
443 * gcc-changelog/git_email.py (__main__): Remove bogus argument to
444 GitEmail constructor; print auto-added-files warning.
445 * gcc-changelog/test_email.py (test_auto_add_file_1,
446 test_auto_add_file_2): New tests.
447 * gcc-changelog/test_patches.txt: Add two test cases.
448
449 2022-12-19 Martin Liska <mliska@suse.cz>
450
451 * gcc-changelog/setup.cfg: Do not use flake8 pytest plug-in.
452
453 2022-12-16 Martin Liska <mliska@suse.cz>
454
455 * filter-clang-warnings.py: Print each warning only one time.
456
457 2022-12-16 Martin Liska <mliska@suse.cz>
458
459 * gcc-changelog/git_email.py: Use PatchSet constructor
460 as newline argument is not supported with older unidiff
461 library.
462
463 2022-12-16 Tobias Burnus <tobias@codesourcery.com>
464
465 * gcc-changelog/git_email.py (GitEmail:__init__): Support older
466 unidiff.PatchSet that do not have a newline= argument
467 of from_filename.
468
469 2022-12-14 Martin Liska <mliska@suse.cz>
470
471 * analyze_brprob.py: Add copyright header.
472 * analyze_brprob_spec.py: Likewise.
473 * check-params-in-docs.py: Likewise.
474 * check_GNU_style.py: Likewise.
475 * check_GNU_style_lib.py: Likewise.
476 * filter-clang-warnings.py: Likewise.
477 * gcc-changelog/git_check_commit.py: Likewise.
478 * gcc-changelog/git_commit.py: Likewise.
479 * gcc-changelog/git_email.py: Likewise.
480 * gcc-changelog/git_repository.py: Likewise.
481 * gcc-changelog/git_update_version.py: Likewise.
482 * gcc-changelog/test_email.py: Likewise.
483 * mark_spam.py: Likewise.
484
485 2022-12-14 Martin Liska <mliska@suse.cz>
486
487 * mklog.py: Check for number of hunks and not if a modified
488 file is binary.
489
490 2022-12-12 Martin Liska <mliska@suse.cz>
491
492 * mklog.py: Do not search PR entry in a file that is binary.
493
494 2022-12-11 Martin Liska <mliska@suse.cz>
495
496 * check_GNU_style.py: Use newline=\n.
497 * check_GNU_style_lib.py: Simplify.
498 * gcc-changelog/git_commit.py: Fix issues seen
499 Rust patchset.
500 * gcc-changelog/git_email.py: Use newline argument.
501 * gcc-changelog/test_email.py: New test.
502 * gcc-changelog/test_patches.txt: New test.
503 * mklog.py: Use newline argument.
504
505 2022-12-10 Thomas Schwinge <thomas@codesourcery.com>
506
507 * gcc-changelog/git_commit.py (default_changelog_locations): Add
508 'gcc/rust'.
509 (bug_components): Add 'rust'.
510
511 2022-12-10 Gaius Mulley <gaiusmod2@gmail.com>
512
513 * gcc-changelog/git_commit.py (default_changelog_locations):
514 New entry for gcc/m2. New entry for libgm2.
515
516 2022-12-06 David Malcolm <dmalcolm@redhat.com>
517
518 * gcc.doxy (INPUT): Add gcc/analyzer subdirectory.
519
520 2022-11-25 Martin Liska <mliska@suse.cz>
521
522 Revert:
523 2022-11-25 Martin Liska <mliska@suse.cz>
524
525 * gcc-changelog/git_commit.py: Temporarily disable
526 check_line.start.
527
528 2022-11-25 Martin Liska <mliska@suse.cz>
529
530 * gcc-changelog/git_commit.py: Temporarily disable
531 check_line.start.
532
533 2022-11-21 Martin Liska <mliska@suse.cz>
534
535 Revert:
536 2022-11-20 Martin Liska <mliska@suse.cz>
537
538 * gcc-changelog/git_commit.py: Temporarily disable
539 check_line.start.
540
541 2022-11-20 Martin Liska <mliska@suse.cz>
542
543 * gcc-changelog/git_commit.py: Temporarily disable
544 check_line.start.
545
546 2022-11-18 Jakub Jelinek <jakub@redhat.com>
547
548 * gcc-changelog/git_update_version.py: Add
549 1957bedf29a1b2cc231972aba680fe80199d5498 to ignored commits.
550
551 2022-11-15 Martin Liska <mliska@suse.cz>
552
553 * gcc-changelog/git_commit.py: Revert temporary rule
554 relaxation.
555
556 2022-11-14 Martin Liska <mliska@suse.cz>
557
558 * gcc-changelog/git_commit.py: Temporarily disable
559 check_line.start.
560
561 2022-11-11 Martin Liska <mliska@suse.cz>
562
563 * gcc-changelog/git_commit.py: Check for a space after leading
564 tab.
565 * gcc-changelog/test_email.py: Likewise.
566 * gcc-changelog/test_patches.txt: Likewise.
567
568 2022-11-06 Jakub Jelinek <jakub@redhat.com>
569
570 * gcc-changelog/git_update_version.py: Add
571 e4cba49413ca429dc82f6aa2e88129ecb3fdd943 to ignored commits.
572
573 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
574
575 * gcc-changelog/git_commit.py (default_changelog_locations):
576 Remove 'liboffloadmic'.
577 * gcc_update (files_and_dependencies): Remove 'liboffloadmic'
578 files.
579 * update-copyright.py (GCCCmdLine): Remove 'liboffloadmic'
580 comment.
581
582 2022-10-20 Jonathan Wakely <jwakely@redhat.com>
583 Ulrich Drepper <drepper@redhat.com>
584
585 * gcc_update: Add rule for gcc/cp/std-name-hint.gperf.
586
587 2022-10-07 Martin Liska <mliska@suse.cz>
588
589 * gcc-changelog/git_update_version.py: Remove extra fetch.
590
591 2022-10-06 Martin Liska <mliska@suse.cz>
592
593 * gcc-changelog/git_update_version.py: Use logging module
594 and provide robust debugging output.
595
596 2022-10-05 Martin Liska <mliska@suse.cz>
597
598 * gcc-changelog/git_update_version.py: Do fetch before a push.
599
600 2022-09-20 Martin Liska <mliska@suse.cz>
601
602 * filter-clang-warnings.py: Skip egrep: warning: egrep is
603 obsolescent; using grep -E.
604
605 2022-08-31 Martin Liska <mliska@suse.cz>
606
607 * config-list.mk: Remove deprecated ports.
608
609 2022-08-30 Ulrich Drepper <drepper@gmail.com>
610
611 * gcc_update (files_and_dependencies): Add rule for
612 gcc/cp/std-name-hint.h.
613
614 2022-08-30 Martin Liska <mliska@suse.cz>
615
616 * config-list.mk: Remove the port.
617
618 2022-08-27 Xi Ruoyao <xry111@xry111.site>
619
620 * gen_autofdo_event.py: Port to Python 3, and use grep -E
621 instead of egrep.
622
623 2022-08-26 Martin Liska <mliska@suse.cz>
624
625 * config-list.mk: Remove cr16.
626
627 2022-08-19 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com>
628
629 * clang-format: Add further FOR_EACH_ macros.
630
631 2022-08-18 Andrea Corallo <andrea.corallo@arm.com>
632
633 * git-fetch-vendor.sh : Fix typo.
634
635 2022-08-02 Martin Liska <mliska@suse.cz>
636
637 * gcc-changelog/git_commit.py: Do not deduce changelog for root ChangeLog.
638
639 2022-07-22 Martin Liska <mliska@suse.cz>
640
641 * git-commit-mklog.py: Do not parse -b argument.
642 Pass mklog_args as json environment variable.
643 * mklog.py: Parse GCC_MKLOG_ARGS and append it to sys.argv.
644 * prepare-commit-msg: Do not append GCC_MKLOG_ARGS to args.
645
646 2022-07-22 Martin Liska <mliska@suse.cz>
647
648 * mklog.py: Use component: [PR xyz] only when one PR is used.
649
650 2022-07-04 Martin Liska <mliska@suse.cz>
651
652 * git-descr.sh: By default print revision for HEAD.
653
654 2022-06-28 Lewis Hyatt <lhyatt@gmail.com>
655
656 * unicode/README: Added instructions for updating ucnid.h.
657 * unicode/DerivedCoreProperties.txt: New file added to source
658 control from Unicode 14.0 release.
659 * unicode/DerivedNormalizationProps.txt: Likewise.
660
661 2022-06-26 Lewis Hyatt <lhyatt@gmail.com>
662
663 * unicode/EastAsianWidth.txt: Update to Unicode 14.0.0.
664 * unicode/PropList.txt: Likewise.
665 * unicode/README: Likewise.
666 * unicode/UnicodeData.txt: Likewise.
667
668 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
669
670 * config-list.mk: Remove tilegx and tilepro entries.
671 * gcc_update: Remove tilegx and tilepro entries.
672
673 2022-05-27 Richard Biener <rguenther@suse.de>
674
675 * gcc-changelog/git_update_version.py (active_refs): Remove
676 releases/gcc-9.
677
678 2022-05-06 Jakub Jelinek <jakub@redhat.com>
679
680 * gennews (files): Add files for GCC 12.
681
682 2022-04-28 Jakub Jelinek <jakub@redhat.com>
683
684 * gcc-changelog/git_update_version.py (active_refs): Add
685 releases/gcc-12.
686
687 2022-04-25 Martin Liska <mliska@suse.cz>
688
689 * filter-clang-warnings.py: Filter out
690 -Wc++20-attribute-extensions in lex.cc.
691
692 2022-04-25 Martin Liska <mliska@suse.cz>
693
694 * filter-clang-warnings.py: Filter out
695 -Wbitwise-instead-of-logical.
696
697 2022-04-04 Martin Liska <mliska@suse.cz>
698
699 * gcc-changelog/git_update_version.py: Ignore the revision.
700
701 2022-03-31 Jakub Jelinek <jakub@redhat.com>
702 Joseph Myers <joseph@codesourcery.com>
703
704 PR other/105114
705 * gcc_update: Fix up spelling of
706 gcc/config/loongarch/genopts/loongarch-strings dependency.
707
708 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
709 Lulu Cheng <chenglulu@loongson.cn>
710
711 * config-list.mk: Add LoongArch triplet.
712
713 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
714 Lulu Cheng <chenglulu@loongson.cn>
715
716 * gcc_update (files_and_dependencies): Add
717 config/loongarch/loongarch.opt and config/loongarch/loongarch-str.h.
718
719 2022-03-28 Martin Liska <mliska@suse.cz>
720
721 * gcc-changelog/git_commit.py: Match trailing dot literally.
722
723 2022-03-28 Martin Liska <mliska@suse.cz>
724
725 * gcc-changelog/git_commit.py: Make the parsing stricter.
726
727 2022-03-26 Jakub Jelinek <jakub@redhat.com>
728
729 * gcc-changelog/git_update_version.py: Add
730 3ab5c8cd03d92bf4ec41e351820349d92fbc40c4 to ignored commits.
731
732 2022-03-10 Jonathan Wakely <jwakely@redhat.com>
733
734 PR other/102664
735 * gcc-git-customization.sh: Fix non-portable commands.
736
737 2022-03-10 Jakub Jelinek <jakub@redhat.com>
738
739 PR other/102664
740 * git-descr.sh: Replace all [1-9] occurrences with [0-9].
741 * git-undescr.sh: Likewise.
742
743 2022-03-09 Jonathan Wakely <jwakely@redhat.com>
744
745 PR other/102664
746 * git-descr.sh: Use portable sed commands.
747 * git-undescr.sh: Likewise.
748
749 2022-03-08 Jonathan Wakely <jwakely@redhat.com>
750
751 PR other/102664
752 * git-descr.sh: Use portable form of expr match.
753
754 2022-01-31 Martin Liska <mliska@suse.cz>
755
756 * analyze_brprob.py: Support more formatted predict.def file.
757 * analyze_brprob_spec.py: Improve output and documentation.
758
759 2022-01-27 Martin Liska <mliska@suse.cz>
760
761 * git-undescr.sh: Support full output of git-descr.sh.
762
763 2022-01-27 Martin Liska <mliska@suse.cz>
764 Martin Jambor <mjambor@suse.cz>
765
766 * git-descr.sh: New file.
767 * git-undescr.sh: New file.
768 Support optional arguments --long, --short and default
769 to 14 characters of git hash.
770 * gcc-git-customization.sh: Use the created files.
771
772 2022-01-24 Martin Liska <mliska@suse.cz>
773
774 * gcc-changelog/git_commit.py: New files in toplev must
775 be explicitly marked as "New file".
776 * gcc-changelog/test_email.py: Test.
777 * gcc-changelog/test_patches.txt: Add test.
778
779 2022-01-23 Martin Liska <mliska@suse.cz>
780
781 * filter-clang-warnings.py: Filter out one another warning
782 for sse.md.
783
784 2022-01-19 Martin Liska <mliska@suse.cz>
785
786 * check_GNU_style_lib.py: Skip Python files.
787
788 2022-01-19 Martin Liska <mliska@suse.cz>
789
790 * git-backport.py: Use it.
791 * git-fix-changelog.py: New file.
792 * gcc-git-customization.sh: Add new alias git gcc-fix-changelog.
793
794 2022-01-17 Martin Liska <mliska@suse.cz>
795
796 * git-backport.py: Support renaming of .cc files.
797
798 2022-01-17 Martin Liska <mliska@suse.cz>
799
800 * filter-clang-warnings.py: Rename .c names to .cc.
801 * gcc_update: Likewise.
802 * paranoia.cc: Likewise.
803
804 2022-01-17 Martin Liska <mliska@suse.cz>
805
806 * maintainers-verify.sh: Removed.
807
808 2022-01-13 Martin Liska <mliska@suse.cz>
809
810 * git-backport.py: Simplify the script as pre-auto-ChangeLog era
811 is 14 months old.
812
813 2022-01-11 Martin Liska <mliska@suse.cz>
814
815 * check-MAINTAINERS.py: Use sys.argv[1] as path to MAINTAINERS.
816
817 2022-01-11 Martin Liska <mliska@suse.cz>
818
819 * check-MAINTAINERS.py: New file.
820
821 2022-01-03 Jakub Jelinek <jakub@redhat.com>
822
823 * update-copyright.py: Add University of Illinois as external author.
824
825 2021-12-16 Xionghu Luo <luoxhu@linux.ibm.com>
826
827 * analyze_brprob_spec.py: Add verbose argument.
828
829 2021-12-06 Martin Liska <mliska@suse.cz>
830
831 * filter-clang-warnings.py: Filter out one warning.
832
833 2021-11-24 Tobias Burnus <tobias@codesourcery.com>
834
835 * download_prerequisites: Update to gmp-6.2.1, mpfr-4.1.0,
836 mpc-1.2.1 and isl-0.24.
837 * prerequisites.md5: Update hash.
838 * prerequisites.sha512: Likewise.
839
840 2021-11-23 Martin Liska <mliska@suse.cz>
841
842 * filter-clang-warnings.py: Filter -Wc++20-extensions as it does
843 not respect proper attribute detection.
844
845 2021-11-23 Martin Liska <mliska@suse.cz>
846
847 * check-params-in-docs.py: Support @itemx in param documentation
848 and support multi-line documentation for parameters.
849
850 2021-11-08 Thomas Schwinge <thomas@codesourcery.com>
851
852 * update-copyright.py (class BadYear): Derive from 'Exception'.
853
854 2021-11-05 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
855
856 * testsuite-management/validate_failures.py: 2to3
857
858 2021-11-04 Martin Liska <mliska@suse.cz>
859
860 * gcc-changelog/git_check_commit.py: Add -v option.
861 * gcc-changelog/git_commit.py: Print verbose diff for wrong
862 filename.
863
864 2021-11-02 Martin Liska <mliska@suse.cz>
865
866 * check-internal-format-escaping.py: Fix flake8 errors.
867
868 2021-11-01 David Malcolm <dmalcolm@redhat.com>
869
870 * unicode/utf8-dump.py: New file.
871
872 2021-10-20 H.J. Lu <hjl.tools@gmail.com>
873
874 * gcc-changelog/git_commit.py (ignored_prefixes): Add libffi/.
875
876 2021-10-18 Martin Liska <mliska@suse.cz>
877
878 * gcc-changelog/git_commit.py: Update location of
879 'bad parentheses wrapping'.
880 * gcc-changelog/test_email.py: Test it.
881
882 2021-10-02 Martin Liska <mliska@suse.cz>
883
884 * filter-clang-warnings.py: Filter out -Wtautological-compare
885 for the file.
886
887 2021-09-20 Richard Biener <rguenther@suse.de>
888
889 * config-list.mk: --enable-obsolete for hppa2.0-hpux10.1 and
890 hppa2.0-hpux11.9.
891
892 2021-09-15 Martin Liska <mliska@suse.cz>
893
894 * gcc-changelog/git_commit.py: Add FIXME note.
895
896 2021-09-15 Martin Liska <mliska@suse.cz>
897
898 * gcc-changelog/git_commit.py: Check commit email.
899 * gcc-changelog/test_email.py: Add new test.
900 * gcc-changelog/test_patches.txt: Likewise.
901
902 2021-09-15 Richard Biener <rguenther@suse.de>
903
904 * config-list.mk: Remove vax-openbsd.
905
906 2021-09-15 Richard Biener <rguenther@suse.de>
907
908 * config-list.mk: Remove m68k-openbsd.
909
910 2021-09-13 Andrew Pinski <apinski@marvell.com>
911
912 * config-list.mk: Remove m32r-linux and m32rle-linux
913 from the list.
914
915 2021-09-13 Jan-Benedict Glaw <jbglaw@lug-owl.de>
916
917 * config-list.mk (LIST): --enable-obsolete for cr16-elf.
918
919 2021-09-06 Serge Belyshev <belyshev@depni.sinp.msu.ru>
920
921 * gcc_update: Derive human readable name for HEAD using git describe
922 like "git gcc-descr" with short commit hash. Drop "revision" from
923 gcc/REVISION.
924
925 2021-08-30 Andrew Pinski <apinski@marvell.com>
926
927 * download_prerequisites (md5_check): Replace == inside
928 test with = to be more portable.
929
930 2021-08-26 Martin Liska <mliska@suse.cz>
931
932 * mklog.py: Use file.{source,target}_file for proper rename
933 handling.
934
935 2021-08-24 Andrew Pinski <apinski@marvell.com>
936
937 PR other/82704
938 * download_prerequisites: Fix issues with --md5 and
939 --sha512 options.
940
941 2021-08-18 Martin Liska <mliska@suse.cz>
942
943 * gcc-git-customization.sh: Wrap $@ in quotes.
944 * git-commit-mklog.py: Add new argument --co.
945 * mklog.py: Skip the Co-Authored-By lines.
946
947 2021-08-10 Martin Liska <mliska@suse.cz>
948
949 * mklog.py: Support additional PRs without PR prefix.
950
951 2021-08-03 Martin Liska <mliska@suse.cz>
952
953 * gcc-changelog/git_update_version.py: Ignore problematic
954 commit.
955
956 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
957
958 * vimrc (textwidth): Change non-gitcommit length to 79.
959
960 2021-07-02 Eugene Rozenfeld <erozen@microsoft.com>
961
962 * gen_autofdo_event.py: handle stepping, non-working PEBS
963
964 2021-06-28 Martin Liska <mliska@suse.cz>
965
966 * mklog.py: Handle correctly long lines.
967 * test_mklog.py: Test it.
968
969 2021-06-23 Martin Liska <mliska@suse.cz>
970
971 * gcc-git-customization.sh: Use the new wrapper.
972 * git-commit-mklog.py: New file.
973 * prepare-commit-msg: Support GCC_MKLOG_ARGS.
974
975 2021-06-22 Martin Liska <mliska@suse.cz>
976
977 * mklog.py: Fix flake8 issue.
978
979 2021-06-21 Tobias Burnus <tobias@codesourcery.com>
980 Martin Sebor <msebor@redhat.com>
981
982 * mklog.py (bugzilla_url): Fetch also component.
983 (pr_filename_regex): New.
984 (get_pr_titles): Update PR string with correct format and component.
985 (generate_changelog): Take additional PRs; extract PR from the
986 filename.
987 (__main__): Add -b/--pr-numbers argument.
988 * test_mklog.py (EXPECTED4): Update to expect a PR for the new file.
989
990 2021-06-17 Jason Merrill <jason@redhat.com>
991
992 * mklog.py: Add an initial component: [PRnnnnn] line when
993 we have a PR.
994
995 2021-06-13 Tobias Burnus <tobias@codesourcery.com>
996
997 * gcc-changelog/git_commit.py (pr_regex): Add ?P<pr> for group('pr').
998 (subject_pr_regex, subject_pr2_regex): New.
999 (GitInfo.__init__, GitCommit.parse_changelog): Check subject PRs.
1000 * gcc-changelog/git_email.py (SUBJECT_PREFIX, subject_patch_regex): New.
1001 (GitEmail.__init__): Parse 'Subject:' and pass it to GitInfo.
1002 * gcc-changelog/test_email.py (test_pr_only_in_subject,
1003 test_wrong_pr_comp_in_subject, test_copyright_years): New.
1004 * gcc-changelog/test_patches.txt (0030-PR-c-92746, pr-check1.patch):
1005 Update to avoid triggering the new check.
1006 (0001-rs6000-Support-doubleword, pr-wrong-comp.patch,
1007 copyright-years.patch): New.
1008
1009 2021-06-11 Martin Liska <mliska@suse.cz>
1010
1011 * gcc-changelog/git_update_version.py: Ignore commit that
1012 violates rules and was somehow pushed.
1013
1014 2021-05-25 Jakub Jelinek <jakub@redhat.com>
1015
1016 * update-copyright.py: Add c++tools.
1017
1018 2021-05-24 Martin Liska <mliska@suse.cz>
1019
1020 * gcc-changelog/git_commit.py: Add note that ChangeLog entries
1021 are added automatically.
1022 * gcc-changelog/test_email.py: Update test.
1023
1024 2021-05-18 Jonathan Wakely <jwakely@redhat.com>
1025
1026 * gcc-changelog/git_email.py: Remove use of non-strict mode.
1027
1028 2021-05-17 Richard Biener <rguenther@suse.de>
1029
1030 * download_prerequisites: Update mpfr version to 3.1.6.
1031 * prerequisites.md5: Update.
1032 * prerequisites.sha512: Likewise.
1033
1034 2021-05-17 Richard Biener <rguenther@suse.de>
1035
1036 Revert:
1037 2021-05-14 Martin Liska <mliska@suse.cz>
1038
1039 * download_prerequisites: Use version 4.1.0.
1040
1041 2021-05-14 Martin Liska <mliska@suse.cz>
1042
1043 * download_prerequisites: Use version 4.1.0.
1044
1045 2021-05-14 Jakub Jelinek <jakub@redhat.com>
1046
1047 * gcc-changelog/git_update_version.py: Remove releases/gcc-8 from
1048 active_refs.
1049
1050 2021-05-14 Martin Liska <mliska@suse.cz>
1051
1052 * gcc-changelog/git_commit.py: Support Co-Authored-By before
1053 a first ChangeLog entry.
1054
1055 2021-05-13 Martin Liska <mliska@suse.cz>
1056
1057 * mklog.py: Put PR entries before all ChangeLog entries
1058 (will be added to all ChangeLog locations by Daily bump script).
1059 * test_mklog.py: Test the new behavior.
1060
1061 2021-05-12 Martin Liska <mliska@suse.cz>
1062
1063 * gcc-changelog/git_commit.py: Simplify needle lookup.
1064 * gcc-changelog/git_update_version.py: Pass ref_name to
1065 parse_git_revisions.
1066
1067 2021-05-11 Martin Liska <mliska@suse.cz>
1068
1069 * gcc_update: Remove libhsail-rt folder.
1070 * update-copyright.py: Likewise.
1071
1072 2021-05-11 Martin Liska <mliska@suse.cz>
1073
1074 * gcc-changelog/git_check_commit.py: Remove --non-strict-mode.
1075 * gcc-changelog/git_commit.py: Remove strict mode.
1076 * gcc-changelog/git_email.py: Likewise.
1077 * gcc-changelog/git_repository.py: Likewise.
1078 * gcc-changelog/test_email.py: Likewise.
1079 * gcc-changelog/test_patches.txt: Update patches so that they
1080 don't contain a ChangeLog file changes.
1081
1082 2021-05-11 Martin Liska <mliska@suse.cz>
1083
1084 * gcc-changelog/git_commit.py: Remove ChangeLog locations
1085 based on ref_name.
1086 * gcc-changelog/git_repository.py: Likewise.
1087
1088 2021-05-10 Martin Liska <mliska@suse.cz>
1089
1090 * gcc-changelog/git_email.py: Remove newlines when --help
1091 is used.
1092
1093 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
1094
1095 * gcc-changelog/git_check_commit.py (__Main__): State in --help
1096 the default value for 'revisions'.
1097 * gcc-changelog/git_email.py (show_help): Add.
1098 (__main__): Handle -h and --help.
1099
1100 2021-05-10 Tobias Burnus <tobias@codesourcery.com>
1101
1102 * gcc-changelog/git_commit.py (Error.__repr__): Add space after the colon.
1103 (GitCommit.check_mentioned_files): Check whether the same file has been
1104 specified multiple times.
1105 * gcc-changelog/test_email.py (TestGccChangelog.test_multi_same_file): New.
1106 * gcc-changelog/test_patches.txt (0001-OpenMP-Fix-SIMT): New test.
1107
1108 2021-05-10 Martin Liska <mliska@suse.cz>
1109
1110 Revert:
1111 2021-05-10 Martin Liska <mliska@suse.cz>
1112
1113 * gcc-changelog/git_commit.py: Remove components that will be
1114 removed.
1115
1116 2021-05-10 Martin Liska <mliska@suse.cz>
1117
1118 * gcc_update: Start using reload.c instead of version.c.
1119
1120 2021-05-10 Martin Liska <mliska@suse.cz>
1121
1122 * gcc-changelog/git_commit.py: Remove components that will be
1123 removed.
1124
1125 2021-04-27 Jakub Jelinek <jakub@redhat.com>
1126
1127 * gennews (files): Add files for GCC 10 and GCC 11.
1128
1129 2021-04-22 David Edelsohn <dje.gcc@gmail.com>
1130
1131 * config-list.mk: Remove rs6000-ibm-aix6.1.
1132 Rename rs6000-ibm-aix7.1 to powerpc-ibm-aix7.1.
1133 Add powerpc-ibm-aix7.2.
1134
1135 2021-04-20 Jakub Jelinek <jakub@redhat.com>
1136
1137 * gcc-changelog/git_update_version.py (active_refs): Add
1138 releases/gcc-11.
1139
1140 2021-04-12 Martin Liska <mliska@suse.cz>
1141
1142 * gcc-changelog/git_commit.py: Do not allow space in long lines.
1143
1144 2021-04-12 Martin Liska <mliska@suse.cz>
1145
1146 * gcc-changelog/git_commit.py: Support long filenames
1147 in entries.
1148 * gcc-changelog/test_email.py: Test it.
1149 * gcc-changelog/test_patches.txt: Likewise.
1150
1151 2021-03-23 Martin Liska <mliska@suse.cz>
1152
1153 * mklog.py: Fix broken tests.
1154
1155 2021-03-22 Martin Liska <mliska@suse.cz>
1156
1157 * mklog.py: Add --directory argument.
1158
1159 2021-03-19 Matthias Klose <doko@ubuntu.com>
1160
1161 * texi2pod.pl: Substitute @tie{} with a space for the man pages.
1162
1163 2021-03-16 Martin Liska <mliska@suse.cz>
1164
1165 * gcc-changelog/git_update_version.py: Skip one problematic
1166 commit.
1167
1168 2021-03-12 Martin Liska <mliska@suse.cz>
1169
1170 * gcc-changelog/git_commit.py: Allow deletion of ChangeLog
1171 files.
1172 * gcc-changelog/setup.cfg: Set line limit to 120 characters.
1173 * gcc-changelog/test_email.py: Add test.
1174 * gcc-changelog/test_patches.txt: Likewise.
1175 * gcc-changelog/git_email.py: Fix parsing of deleted files.
1176
1177 2021-02-08 Mike Frysinger <vapier@gentoo.org>
1178
1179 * mklog.py (generated_files): New set.
1180 (generate_changelog): Add entries based on generated_files.
1181
1182 2021-02-03 Aaron Sawdey <acsawdey@linux.ibm.com>
1183
1184 * gcc_update (files_and_dependencies): Add dependency for
1185 gcc/config/rs6000/fusion.md on gcc/config/rs6000/genfusion.md.
1186
1187 2021-01-28 Eric Botcazou <ebotcazou@adacore.com>
1188
1189 PR lto/85574
1190 * compare-lto: Deal with PE-COFF executables specifically.
1191
1192 2021-01-14 Martin Liska <mliska@suse.cz>
1193
1194 * mklog.py: Fix infinite loop for unsupported files.
1195
1196 2021-01-13 Martin Liska <mliska@suse.cz>
1197
1198 * gcc-changelog/git_commit.py: Support wrapping of functions
1199 in parentheses that can take multiple lines.
1200 * gcc-changelog/test_email.py: Add tests for it.
1201 * gcc-changelog/test_patches.txt: Add 2 patches.
1202
1203 2021-01-13 Martin Liska <mliska@suse.cz>
1204
1205 * mklog.py: Parse also define_insn_and_split and similar
1206 directives in .md files.
1207 * test_mklog.py: Test.
1208
1209 2021-01-13 Martin Liska <mliska@suse.cz>
1210
1211 * gcc-changelog/git_commit.py: Allow modifications of older
1212 ChangeLog (or specific) files without need to make a ChangeLog
1213 entry.
1214 * gcc-changelog/test_email.py: Test it.
1215 * gcc-changelog/test_patches.txt: Add new patch.
1216
1217 2021-01-11 Martin Liska <mliska@suse.cz>
1218
1219 * update-copyright.py: Port to python3 by guessing encoding
1220 (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
1221
1222 2021-01-06 Martin Liska <mliska@suse.cz>
1223
1224 * gcc-changelog/git_commit.py: Add decode_path function.
1225 * gcc-changelog/git_email.py: Use it in order to solve
1226 utf8 encoding filename issues.
1227 * gcc-changelog/git_repository.py: Likewise.
1228 * gcc-changelog/test_email.py: Test it.
1229
1230 2021-01-04 Jakub Jelinek <jakub@redhat.com>
1231
1232 * update-copyright.py: Add AMD and Ulf Adams as external authors.
1233
1234 2021-01-04 Jakub Jelinek <jakub@redhat.com>
1235
1236 * update-copyright.py: Use 8 spaces instead of tab to indent.
1237
1238 2021-01-04 Martin Liska <mliska@suse.cz>
1239
1240 * mklog.py: Add --update-copyright option which adds:
1241 "Update copyright years." to ChangeLog files belonging
1242 to a modified file.
1243
1244 2021-01-04 Martin Liska <mliska@suse.cz>
1245
1246 * gcc-changelog/git_commit.py: Skip Update copyright
1247 years commits.
1248
1249 2020-12-21 Martin Liska <mliska@suse.cz>
1250
1251 * gcc-changelog/git_commit.py: Add new error for quoted
1252 filenames.
1253 * gcc-changelog/test_email.py: Test it.
1254 * gcc-changelog/test_patches.txt: Test it.
1255
1256 2020-12-21 Martin Liska <mliska@suse.cz>
1257
1258 * gcc-changelog/test_email.py: New test.
1259 * gcc-changelog/test_patches.txt: Likewise.
1260
1261 2020-12-17 Nathan Sidwell <nathan@acm.org>
1262
1263 PR bootstrap/98300
1264 * gcc_update: Add c++tools/config.h.in.
1265
1266 2020-12-15 Nathan Sidwell <nathan@acm.org>
1267
1268 * gcc_update: Add c++tools & libcody.
1269
1270 2020-12-15 Nathan Sidwell <nathan@acm.org>
1271
1272 * gcc-changelog/git_commit.py (changelog_locations): Add
1273 libcody, c++tools.
1274
1275 2020-12-08 Martin Liska <mliska@suse.cz>
1276
1277 * filter-clang-warnings.py: Filter more cases.
1278
1279 2020-12-08 Martin Liska <mliska@suse.cz>
1280
1281 * filter-clang-warnings.py: Modernize and filter 2 more
1282 patterns.
1283
1284 2020-12-04 Martin Liska <mliska@suse.cz>
1285
1286 * check-params-in-docs.py: use flake8 and add some
1287 tweaks to ignore aarch64 params.
1288
1289 2020-12-02 Jason Merrill <jason@redhat.com>
1290
1291 * gcc-git-customization.sh: Configure sendemail.to.
1292
1293 2020-11-30 Martin Liska <mliska@suse.cz>
1294
1295 * gcc-changelog/git_commit.py: Suggest close file for
1296 'unchanged file mentioned in a ChangeLog' error.
1297 * gcc-changelog/test_email.py: Test it.
1298
1299 2020-11-30 Martin Liska <mliska@suse.cz>
1300
1301 * gcc-changelog/git_commit.py: Allow sub-directory wildcard
1302 changelog entry. Fix a typo caused by apostrophe escaping.
1303 * gcc-changelog/test_email.py: Test it.
1304 * gcc-changelog/test_patches.txt: Likewise.
1305
1306 2020-11-30 Jonathan Wakely <jwakely@redhat.com>
1307
1308 * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
1309 testsuite directory.
1310
1311 2020-11-30 Martin Liska <mliska@suse.cz>
1312
1313 * gcc-changelog/git_commit.py: Allow wildcard pattern only.
1314
1315 2020-11-27 Martin Liska <mliska@suse.cz>
1316
1317 * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
1318 * gcc-changelog/test_email.py: Test it.
1319 * gcc-changelog/test_patches.txt: Likewise.
1320
1321 2020-11-25 Martin Liska <mliska@suse.cz>
1322
1323 * gcc-changelog/git_commit.py: Use revert_regex instead
1324 of string prefix. Convert sets to literals.
1325
1326 2020-11-16 Martin Liska <mliska@suse.cz>
1327
1328 * mklog.py: Do not call read on an input stream.
1329 Fix some flake8 issues.
1330
1331 2020-11-07 Lewis Hyatt <lhyatt@gmail.com>
1332
1333 * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
1334 * unicode/PropList.txt: Likewise.
1335 * unicode/README: Likewise.
1336 * unicode/UnicodeData.txt: Likewise.
1337 * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
1338 * unicode/from_glibc/utf8_gen.py: Likewise.
1339
1340 2020-11-06 Martin Liska <mliska@suse.cz>
1341
1342 * gcc-changelog/git_commit.py: Add new check.
1343 * gcc-changelog/test_email.py: Test it.
1344 * gcc-changelog/test_patches.txt: Add new patch.
1345
1346 2020-11-04 Martin Liska <mliska@suse.cz>
1347
1348 * gcc-changelog/git_repository.py: Set strict=True
1349 for parse_git_revisions as a default.
1350
1351 2020-11-04 Tobias Burnus <tobias@codesourcery.com>
1352
1353 * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
1354 item_parenthesis_regex): Add.
1355 (check_for_empty_description): Use them.
1356 * gcc-changelog/test_email.py (test_emptry_entry_desc,
1357 test_emptry_entry_desc_2): Add.
1358 * gcc-changelog/test_patches.txt: Add two testcases for it.
1359
1360 2020-11-03 Tobias Burnus <tobias@codesourcery.com>
1361
1362 * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
1363
1364 2020-11-03 Martin Liska <mliska@suse.cz>
1365
1366 * gcc-changelog/setup.cfg: New file.
1367
1368 2020-10-30 Martin Liska <mliska@suse.cz>
1369
1370 * gcc-changelog/git_commit.py: Handle empty groups in
1371 file description.
1372 * gcc-changelog/test_email.py: New test.
1373 * gcc-changelog/test_patches.txt: Likewise.
1374
1375 2020-09-21 Tobias Burnus <tobias@codesourcery.com>
1376
1377 * mklog.py: Parse first 10 lines for PR/DR number
1378 not only the first line.
1379
1380 2020-09-17 Dimitrij Mojoski <dmjpp@hotmail.com>
1381
1382 * clang-format: Autodetect C++ standard in use rather than
1383 forcing C++03.
1384
1385 2020-08-26 Iain Buclaw <ibuclaw@gdcproject.org>
1386
1387 * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
1388 tilegxbe-linux-gnu, and tilepro-linux-gnu.
1389
1390 2020-07-29 Martin Liska <mliska@suse.cz>
1391
1392 * git-backport.py: fix how are ChangeLog paths combined.
1393
1394 2020-07-23 Patrick Palka <ppalka@redhat.com>
1395
1396 * vimrc (SetStyle): Also inspect &filetype to determine whether
1397 a file is C-like.
1398
1399 2020-07-23 Martin Liska <mliska@suse.cz>
1400
1401 * gcc-changelog/git_commit.py: When reverting a backport,
1402 we should print only Revert header.
1403
1404 2020-07-17 Jonathan Wakely <jwakely@redhat.com>
1405
1406 * gcc-changelog/git_update_version.py: Fix typo.
1407
1408 2020-07-10 Mike Nolta <mike@nolta.net>
1409
1410 * download_prerequisites: Don't pass wget options to curl.
1411
1412 2020-07-07 Alexandre Oliva <oliva@adacore.com>
1413 Martin Liska <mliska@suse.cz>
1414
1415 * gcc-changelog/git_commit.py: Support CASE and COND.
1416 * gcc-changelog/test_patches.txt: Add test.
1417 * gcc-changelog/test_email.py: Add test.
1418
1419 2020-06-30 Martin Liska <mliska@suse.cz>
1420
1421 * gcc-changelog/git_repository.py: Support older releases of
1422 GitPython when renamed_file was named renamed.
1423
1424 2020-06-30 Martin Liska <mliska@suse.cz>
1425
1426 * gcc-changelog/git_check_commit.py: Print revision
1427 of original_info.
1428 * gcc-changelog/git_commit.py: Support Revert commits.
1429
1430 2020-06-30 Martin Liska <mliska@suse.cz>
1431
1432 * gcc-changelog/git_check_commit.py: Use GitInfo
1433 * gcc-changelog/git_commit.py: Add GitInfo class.
1434 * gcc-changelog/git_email.py: Use GitInfo class.
1435 * gcc-changelog/git_repository.py: Likewise.
1436
1437 2020-06-24 Ilya Leoshkevich <iii@linux.ibm.com>
1438
1439 * download_prerequisites: Support AIX and OpenBSD unames.
1440 Pipe `{gzip,bzip2} -d` to `tar -xf -`.
1441
1442 2020-06-18 Martin Liska <mliska@suse.cz>
1443
1444 * gcc-changelog/git_update_version.py: First checkout and then
1445 run git pull ---rebase.
1446
1447 2020-06-18 Martin Liska <mliska@suse.cz>
1448
1449 * gcc-changelog/git_update_version.py: Support merge commits
1450 and walk only on the branch that is being merged and generate
1451 missing ChangeLog entries.
1452
1453 2020-06-18 Martin Liska <mliska@suse.cz>
1454
1455 * gcc-changelog/git_commit.py: Fix Backported from timestamp when
1456 use_commit_ts=True is used.
1457
1458 2020-06-17 Martin Liska <mliska@suse.cz>
1459
1460 * gcc-changelog/git_commit.py: Print 'Backported from master'
1461 heading to backported commits.
1462 * gcc-changelog/test_email.py: Test it.
1463 * gcc-changelog/test_patches.txt: Add new patch.
1464 * gcc-changelog/git_repository.py: Add commit_to_date hook.
1465 * gcc-changelog/git_email.py: Add fuzzy implementation
1466 of commit_to_date_hook.
1467
1468 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1469
1470 * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
1471 config key instead of the GCC_FORCE_MKLOG environment variable.
1472 Optionally disable generating a new ChangeLog template for
1473 amended commits when the existing log is still OK.
1474
1475 2020-06-11 Martin Liska <mliska@suse.cz>
1476
1477 * gcc-changelog/git_update_version.py: Add --curent argument.
1478
1479 2020-06-11 Martin Liska <mliska@suse.cz>
1480
1481 * prepare-commit-msg: Replace ENV variable with a git config
1482 value.
1483
1484 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
1485
1486 * prepare-commit-msg: Use 'tee' to save the diff to a file
1487 instead of running 'git diff' twice.
1488
1489 2020-06-10 Martin Liska <mliska@suse.cz>
1490
1491 * gcc-changelog/git_commit.py: Fix renamed files in
1492 parse_git_name_status.
1493 * gcc-changelog/test_email.py: Add test for it.
1494
1495 2020-06-10 Martin Liska <mliska@suse.cz>
1496
1497 * gcc-changelog/git_commit.py: Add more supported prefixes.
1498 * gcc-changelog/test_email.py: Fix one flake8 error.
1499 * gcc-changelog/test_patches.txt: Add tested for newly
1500 supported prefixes.
1501
1502 2020-06-10 Jonathan Wakely <jwakely@redhat.com>
1503
1504 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
1505 Improve error strings.
1506 * gcc-changelog/test_email.py: Update expected errors.
1507
1508 2020-06-09 Jonathan Wakely <jwakely@redhat.com>
1509
1510 * gcc-changelog/git_email.py: Set exit status on error.
1511
1512 2020-06-09 Martin Liska <mliska@suse.cz>
1513
1514 * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
1515 match the top-level ChangeLog.
1516 * gcc-changelog/test_email.py: Add test.
1517 * gcc-changelog/test_patches.txt: Likewise.
1518
1519 2020-06-02 Martin Liska <mliska@suse.cz>
1520
1521 * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
1522 wildcard_prefixes locations.
1523 * gcc-changelog/test_email.py: Test it.
1524 * gcc-changelog/test_patches.txt: Add 3 new patches.
1525
1526 2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
1527
1528 * gcc-changelog/git_commit.py (ignored_prefixes): Add
1529 gcc/testsuite/gdc.test/.
1530
1531 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1532
1533 * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
1534 Update expected error message.
1535
1536 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1537
1538 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
1539 grammar.
1540
1541 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1542
1543 * prepare-commit-msg: Do nothing if the mklog.py script isn't
1544 present.
1545
1546 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
1547
1548 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
1549 Improve error text.
1550
1551 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1552
1553 * config-list.mk (LIST): Add v850e1-elf.
1554
1555 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1556
1557 * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
1558
1559 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1560
1561 * config-list.mk (LIST): Remove arm-wrs-vxworks.
1562
1563 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1564
1565 * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
1566 crisv32-linux.
1567
1568 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
1569
1570 * config-list.mk (LIST): Add pru-elf.
1571
1572 2020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
1573
1574 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
1575
1576 2020-05-29 Martin Liska <mliska@suse.cz>
1577
1578 * gcc-changelog/git_commit.py: Find empty change descriptions.
1579 * gcc-changelog/test_email.py: New test.
1580 * gcc-changelog/test_patches.txt: New patch that tests that.
1581
1582 2020-05-29 Martin Liska <mliska@suse.cz>
1583
1584 * git-backport.py: The script did 'git co HEAD~' when
1585 there was no modified ChangeLog file in a successful
1586 git cherry pick.
1587 Run cherry-pick --continue without editor.
1588
1589 2020-05-29 Martin Liska <mliska@suse.cz>
1590
1591 * gcc-changelog/git_commit.py: Properly
1592 handle duplicite authors.
1593 * gcc-changelog/test_email.py: New test.
1594 * gcc-changelog/test_patches.txt: New patch.
1595
1596 2020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
1597
1598 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
1599 renamings as a file deletion plus a file addition.
1600 * gcc-changelog/git_repository.py (parse_git_revisions):
1601 Likewise.
1602 * gcc-changelog/test_email.py: New testcase.
1603 * gcc-changelog/test_patches.txt: New testcase.
1604
1605 2020-05-28 Martin Liska <mliska@suse.cz>
1606
1607 * check-params-in-docs.py: Update to new format
1608 of help. Apply flake8 corrections.
1609
1610 2020-05-28 Martin Liska <mliska@suse.cz>
1611
1612 * mklog.py: Support renaming of files.
1613 One needs unidiff 0.6.0+.
1614 * test_mklog.py: Test it.
1615
1616 2020-05-27 Martin Liska <mliska@suse.cz>
1617
1618 * gcc-git-customization.sh: Use git-backport.py to drop
1619 all changes for ChangeLog files.
1620 * git-backport.py: New file.
1621
1622 2020-05-27 Martin Liska <mliska@suse.cz>
1623
1624 * gcc-git-customization.sh: Rename
1625 commit-mklog to gcc-commit-mklog.
1626
1627 2020-05-27 Martin Liska <mliska@suse.cz>
1628
1629 * prepare-commit-msg: Save diff to a file if
1630 the GCC_GIT_DIFF_FILE variable is set.
1631
1632 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1633
1634 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
1635 with multi-line file lists.
1636 * gcc-changelog/test_email.py: New testcase.
1637 * gcc-changelog/test_patches.txt: Likewise.
1638
1639 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
1640
1641 * gcc-changelog/git_update_version.py: Close file objects after
1642 use.
1643 * gcc-changelog/git_email.py: Likewise.
1644 * gcc-changelog/test_email.py: Likewise.
1645
1646 2020-05-26 Martin Liska <mliska@suse.cz>
1647
1648 * gcc-changelog/git_update_version.py: Add 2 new options.
1649
1650 2020-05-26 Alexandre Oliva <oliva@gnu.org>
1651
1652 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
1653 'for' prefix.
1654
1655 2020-05-26 Alexandre Oliva <oliva@adacore.com>
1656
1657 * compare-debug: Adjust for .gkd files named as dump files,
1658 with the source suffix rather than the object suffix.
1659
1660 2020-05-26 Martin Liska <mliska@suse.cz>
1661
1662 * gcc-changelog/git_commit.py: Parse changelog entries for
1663 ignored locations.
1664 * gcc-changelog/test_email.py: Add new test for it.
1665 * gcc-changelog/test_patches.txt: Likewise.
1666
1667 2020-05-26 Jason Merrill <jason@redhat.com>
1668
1669 * prepare-commit-msg: New file.
1670 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
1671 * mklog.py: Add new option -c which appends
1672 to a ChangeLog file.
1673
1674 2020-05-25 Martin Liska <mliska@suse.cz>
1675
1676 * gcc-changelog/git_commit.py: Add trailing '/'
1677 for libdruntime. Allow empty changelog for
1678 only ignored files.
1679 * gcc-changelog/test_email.py: New test for go
1680 patch in ignored location.
1681 * gcc-changelog/test_patches.txt: Add test.
1682
1683 2020-05-22 Jakub Jelinek <jakub@redhat.com>
1684
1685 * gcc-changelog/git_commit.py: Add trailing / to
1686 gcc/testsuite/go.test/test and replace gcc/go/frontend/
1687 with gcc/go/gofrontend/ in ignored locations.
1688
1689 2020-05-22 Martin Liska <mliska@suse.cz>
1690
1691 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
1692 to ignored locations.
1693
1694 2020-05-21 Martin Liska <mliska@suse.cz>
1695
1696 * gcc-changelog/git_update_version.py: Prepare the script, the
1697 only missing piece is pushing of the updated branches.
1698
1699 2020-05-21 Martin Liska <mliska@suse.cz>
1700
1701 * gcc-changelog/git_commit.py: Support DR entries/
1702 * gcc-changelog/test_email.py: New test for it.
1703 * gcc-changelog/test_patches.txt: New patch for it.
1704
1705 2020-05-21 Martin Liska <mliska@suse.cz>
1706
1707 * mklog.py: Support DR parsing.
1708 * test_mklog.py: New test for DR parsing.
1709
1710 2020-05-20 Martin Liska <mliska@suse.cz>
1711
1712 * gcc-changelog/git_commit.py: Add author_tuple
1713 only if not present in author_lines.
1714 * gcc-changelog/test_email.py: New test.
1715 * gcc-changelog/test_patches.txt: Add new patch.
1716
1717 2020-05-20 Martin Liska <mliska@suse.cz>
1718
1719 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
1720 * gcc-changelog/test_email.py: Add new test.
1721 * gcc-changelog/test_patches.txt: Add new patch.
1722
1723 2020-05-20 Frederik Harwath <frederik@codesourcery.com>
1724
1725 * gcc-changelog/git_commit.py: Skip over lines starting
1726 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
1727
1728 2020-05-20 Martin Liska <mliska@suse.cz>
1729
1730 * gcc-changelog/git_check_commit.py: Change
1731 --allow-non-strict-mode to --non-strict-mode.
1732
1733 2020-05-20 Martin Liska <mliska@suse.cz>
1734
1735 * gcc-changelog/git_commit.py: Support cherry pick
1736 prefix.
1737 * gcc-changelog/test_email.py: Test it.
1738 * gcc-changelog/test_patches.txt: Add new patch.
1739 * gcc-git-customization.sh: Add gcc-backport.
1740
1741 2020-05-19 Martin Liska <mliska@suse.cz>
1742
1743 * mklog.py: Use REST API for bug title downloading.
1744
1745 2020-05-19 Martin Liska <mliska@suse.cz>
1746
1747 * gcc-changelog/git_commit.py: Add param use_commit_ts
1748 for to_changelog_entries.
1749 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
1750
1751 2020-05-19 Martin Liska <mliska@suse.cz>
1752
1753 * mklog.py: Skip GTY for struct names. Make flake8 happy.
1754 * test_mklog.py: Add test for GTY.
1755
1756 2020-05-19 Martin Liska <mliska@suse.cz>
1757
1758 * gcc-changelog/git_update_version.py:
1759 Fill up entries in reverse order.
1760
1761 2020-05-19 Martin Liska <mliska@suse.cz>
1762
1763 * gcc-git-customization.sh: Add
1764 alias.gcc-mklog new hook.
1765 * mklog.py: New file.
1766 * test_mklog.py: New file.
1767
1768 2020-05-19 Martin Liska <mliska@suse.cz>
1769
1770 * legacy/mklog: Moved from mklog.
1771 * legacy/mklog.pl: Moved from mklog.pl.
1772
1773 2020-05-19 Martin Liska <mliska@suse.cz>
1774
1775 * gcc-git-customization.sh: Add gcc-verify alias
1776 that uses contrib/gcc-changelog/git_check_commit.py.
1777
1778 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
1779
1780 * dg-extract-results.py: Handle GDB specific test types.
1781 * dg-extract-results.sh: Likewise.
1782
1783 2020-05-14 Martin Liska <mliska@suse.cz>
1784
1785 * gcc-changelog/test_email.py: New file.
1786 * gcc-changelog/test_patches.txt: New file.
1787
1788 2020-05-13 Patrick Palka <ppalka@redhat.com>
1789
1790 * vimrc: Reduce textwidth to 72 for Git commit messages.
1791
1792 2020-05-13 Martin Liska <mliska@suse.cz>
1793
1794 * gcc-changelog/git_check_commit.py: Add default argument HEAD
1795 for revisions and improve error message output.
1796
1797 2020-05-13 Martin Liska <mliska@suse.cz>
1798
1799 * gcc-changelog/git_commit.py: Restore print_output syntax
1800 in git_commit.py.
1801
1802 2020-05-13 Martin Liska <mliska@suse.cz>
1803
1804 * gcc-changelog/git_check_commit.py: New file.
1805 * gcc-changelog/git_commit.py: New file.
1806 * gcc-changelog/git_email.py: New file.
1807 * gcc-changelog/git_repository.py: New file.
1808 * gcc-changelog/git_update_version.py: New file.
1809
1810 2020-04-17 Martin Liska <mliska@suse.cz>
1811
1812 * vimrc: We do not want to modify tab options
1813 for Python files.
1814
1815 2020-04-16 Jakub Jelinek <jakub@redhat.com>
1816
1817 PR bootstrap/92008
1818 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
1819
1820 2020-04-03 Martin Liska <mliska@suse.cz>
1821
1822 * gcc-git-customization.sh: Search for the pattern
1823 at line beginning only.
1824
1825 2020-01-24 Richard Earnshaw <rearnsha@arm.com>
1826
1827 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
1828 rather than just <pfx>. Convert existing personal branches to the
1829 new remote.
1830 * git-add-user-branch.sh: New file.
1831
1832 2020-01-22 Richard Earnshaw <rearnsha@arm.com>
1833
1834 * git-add-vendor-branch.sh: New file.
1835
1836 2020-01-20 Richard Earnshaw <rearnsha@arm.com>
1837
1838 * gcc-git-customization.sh: Check that user-supplied remote
1839 name exists before continuting. Use a separate remotes for the
1840 personal commit area. Convert existing personal and vendor
1841 fetch rules to new layout.
1842 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
1843 option.
1844
1845 2020-01-17 Hans-Peter Nilsson <hp@axis.com>
1846
1847 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
1848 not "--pretty=%p:%t:%H".
1849
1850 2020-01-16 Andreas Schwab <schwab@linux-m68k.org>
1851
1852 * gcc-git-customization.sh: Avoid double expansion.
1853
1854 2020-01-16 Richard Earnshaw <rearnsha@arm.com>
1855
1856 * gcc-git-customization.sh: Check that user.name and user.email
1857 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
1858 using eval.
1859
1860 2020-01-16 Jakub Jelinek <jakub@redhat.com>
1861
1862 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
1863 the corresponding remote release branch (or master), otherwise print
1864 nothing.
1865
1866 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1867 Jakub Jelinek <jakub@redhat.com>
1868
1869 * gcc-git-customization.sh: Change uses to use in comment.
1870
1871 2020-01-15 Jakub Jelinek <jakub@redhat.com>
1872
1873 * gcc-git-customization.sh: Handle output of older git which doesn't
1874 print tags/ prefixes before branchpoint/gcc-.
1875
1876 2010-01-15 Richard Earnshaw <rearnsha@arm.com>
1877
1878 * gcc-git-customization.sh: Explain why we want the user's
1879 upstream account name. Don't add push rules. Check if push rules
1880 have been added and suggest that they should be removed.
1881 * git-fetch-vendor.sh: Don't add push rules.
1882
1883 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1884
1885 Revert:
1886 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1887
1888 * gcc-git-customization.sh: Add back the default rule that
1889 is lost by adding a custom push rule.
1890 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1891
1892 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1893
1894 * gcc-git-customization.sh: Add back the default rule that
1895 is lost by adding a custom push rule.
1896 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
1897
1898 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1899
1900 * contrib/git-fetch-vendor.sh: New file.
1901
1902 2020-01-13 Jakub Jelinek <jakub@redhat.com>
1903
1904 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
1905 aliases.
1906
1907 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
1908
1909 * gcc-git-customization.sh: New file.
1910
1911 2020-01-01 Jakub Jelinek <jakub@redhat.com>
1912
1913 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
1914 Sato as external authors. Skip LICENSE.txt files.
1915
1916 2019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1917
1918 * config-list.mk: Add msp430-elfbare.
1919
1920 2019-12-09 Lewis Hyatt <lhyatt@gmail.com>
1921
1922 PR preprocessor/49973
1923 * unicode/from_glibc/unicode_utils.py: Support script from
1924 glibc (commit 464cd3) to extract character widths from Unicode data
1925 files.
1926 * unicode/from_glibc/utf8_gen.py: Likewise.
1927 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
1928 * unicode/EastAsianWidth.txt: Likewise.
1929 * unicode/PropList.txt: Likewise.
1930 * unicode/gen_wcwidth.py: New utility to generate
1931 libcpp/generated_cpp_wcwidth.h with help from the glibc support
1932 scripts and the Unicode data files.
1933 * unicode/unicode-license.txt: Added.
1934 * unicode/README: New explanatory file.
1935
1936 2019-12-07 Richard Sandiford <richard.sandiford@arm.com>
1937
1938 * texi2pod.pl: Handle @headitems in @multitables, printing them
1939 in italics. Push an empty item code onto the stack.
1940
1941 2019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
1942
1943 * download_prerequisites: Use http instead of ftp for downloading.
1944
1945 2019-11-08 Martin Liska <mliska@suse.cz>
1946
1947 * mklog: The script fails for patches that contain:
1948 '---param=foo=bar xyz'.
1949
1950 2019-09-18 Martin Liska <mliska@suse.cz>
1951
1952 * clang-format: Tweak configuration based on new
1953 options offered.
1954
1955 2019-09-09 Jose E. Marchesi <jemarch@gnu.org>
1956
1957 * config-list.mk (LIST): Disable go in bpf-*-* targets.
1958
1959 2019-09-04 Martin Liska <mliska@suse.cz>
1960
1961 * mklog: Do not print changed functions for
1962 testsuite files.
1963
1964 2019-09-04 Martin Liska <mliska@suse.cz>
1965
1966 * mklog: Parse PR references from newly added
1967 test files.
1968
1969 2019-09-04 Martin Liska <mliska@suse.cz>
1970
1971 * mklog: Use argparse instead of getopt.
1972
1973 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1974
1975 * compare-all-tests (all_targets): Remove references to spu.
1976 * config-list.mk (LIST): Likewise.
1977
1978 2019-09-02 Alexander Monakov <amonakov@ispras.ru>
1979
1980 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
1981 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
1982 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
1983 files, not just C-like files.
1984
1985 2019-09-02 Martin Liska <mliska@suse.cz>
1986
1987 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
1988
1989 2019-08-13 Uros Bizjak <ubizjak@gmail.com>
1990
1991 * test_summary: Do not escape "=".
1992
1993 2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
1994
1995 PR other/91048
1996 * mklog (read_user_info): Open ~/.mklog in string mode.
1997
1998 2019-06-19 Martin Liska <mliska@suse.cz>
1999
2000 * bench-stringop: New file.
2001
2002 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
2003
2004 * mklog: Open files in text mode.
2005
2006 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
2007
2008 * mklog: Convert to Python 3.
2009
2010 2019-05-03 Jakub Jelinek <jakub@redhat.com>
2011
2012 * gennews (files): Add files for GCC 9.
2013
2014 2019-04-30 Roland Illig <roland.illig@gmx.de>
2015
2016 * check-internal-format-escaping.py: New version using polib.
2017
2018 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
2019
2020 PR translation/90118
2021 * check-internal-format-escaping.py: Check that %< is not next to
2022 a word.
2023
2024 2019-04-17 Jakub Jelinek <jakub@redhat.com>
2025
2026 * dg-extract-results.sh: Only handle WARNING: program timed out
2027 lines specially in "$MODE" == "sum". Restore previous behavior
2028 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
2029 a different variant or curfile is empty.
2030 * dg-extract-results.py: Fix a typo.
2031
2032 2019-04-05 Martin Liska <mliska@suse.cz>
2033
2034 PR translation/89936
2035 * check-internal-format-escaping.py: Properly detect wrong
2036 apostrophes.
2037
2038 2019-03-11 Martin Liska <mliska@suse.cz>
2039
2040 * check-internal-format-escaping.py: Uncomment apostrophes
2041 check.
2042
2043 2019-03-11 Martin Liska <mliska@suse.cz>
2044
2045 * check-internal-format-escaping.py: New file.
2046
2047 2019-03-10 Tommy Nguyen <remyabel@gmail.com>
2048
2049 PR contrib/82704
2050 * download_prerequisites: Use -c instead of --check for sha512sum.
2051
2052 2019-03-06 Martin Liska <mliska@suse.cz>
2053
2054 * check-params-in-docs.py: Ignore a param.
2055
2056 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
2057
2058 contrib/
2059 * dg-extract-results.py: Handle case where a WARNING happens with
2060 the first test of a harness.
2061
2062 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
2063
2064 contrib/
2065 * dg-extract-results.sh: Fix order of WARNING and following test
2066 result.
2067
2068 2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
2069
2070 contrib/
2071 * dg-extract-results.py: Keep timeout warnings next to their
2072 matching test.
2073 * dg-extract-results.sh: Likewise.
2074
2075 2019-01-01 Jakub Jelinek <jakub@redhat.com>
2076
2077 * update-copyright.py: Add Gerard Jungman as external author.
2078
2079 2018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
2080
2081 * update-copyright.py (TestsuiteFilter): Skip .d tests.
2082 (LibPhobosFilter): Add filter for upstream D sources.
2083 (GCCCopyright): Add D Language Foundation as external author.
2084 (GCCCmdLine): Add libphobos.
2085
2086 2018-11-19 Martin Liska <mliska@suse.cz>
2087
2088 * check_GNU_style_lib.py: Detect mixed usage
2089 of spaces and tabs.
2090
2091 2018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2092
2093 * gcc_update (files_and_dependencies): Handle libphobos.
2094
2095 2018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2096
2097 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
2098 default verbosity.
2099
2100 2018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 * config-list.mk (LIST): Switch to i686-solaris2.11,
2103 sparc64-sun-solaris2.11.
2104
2105 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2106
2107 * unused_functions.py: Handle archive files.
2108
2109 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2110
2111 * unused_functions.py: New file.
2112
2113 2018-09-25 Martin Liska <mliska@suse.cz>
2114
2115 * filter-rtags-warnings.py: New file.
2116
2117 2018-09-25 Martin Liska <mliska@suse.cz>
2118
2119 PR middle-end/86078
2120 * check-params-in-docs.py: New file.
2121
2122 2018-08-17 Jojo <jijie_rong@c-sky.com>
2123 Huibin Wang <huibin_wang@c-sky.com>
2124 Sandra Loosemore <sandra@codesourcery.com>
2125 Chung-Lin Tang <cltang@codesourcery.com>
2126 Andrew Jenner <andrew@codesourcery.com>
2127
2128 C-SKY port: Configury
2129
2130 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
2131
2132 2018-07-13 Tom de Vries <tdevries@suse.de>
2133
2134 * maintainers-verify.sh: New file.
2135
2136 2018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
2137
2138 * compare_tests: Print number of tests in each category.
2139
2140 2018-06-19 Alexander Monakov <amonakov@ispras.ru>
2141
2142 * vim-gcc-dev/README: New file.
2143 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
2144 * vim-gcc-dev/syntax/gcc-match.vim: New file.
2145 * gimple.vim: Move under vim-gcc-dev/syntax/.
2146 * gcc-rtl.vim: Likewise.
2147
2148 2018-06-19 Martin Liska <mliska@suse.cz>
2149
2150 * gcc-rtl.vim: New file.
2151
2152 2018-06-12 Jeff Law <law@redhat.com>
2153
2154 * config-list.mk (LIST): Remove alpha-freebsd6.
2155
2156 2018-05-08 Richard Biener <rguenther@suse.de>
2157
2158 PR bootstrap/85571
2159 * compare-lto: New script derived from compare-debug.
2160
2161 2018-05-02 Jakub Jelinek <jakub@redhat.com>
2162
2163 * gennews (files): Add files for GCC 8.
2164
2165 2018-05-01 Jim Wilson <jimw@sifive.com>
2166
2167 * gcc_update: Check for .git as a file.
2168
2169 2018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
2170
2171 * test_summary: Match possible single quotes in configure path.
2172
2173 2018-03-02 Thomas Schwinge <thomas@codesourcery.com>
2174
2175 * update-copyright.py: Remove "libcilkrts" reference.
2176
2177 2018-02-19 Yury Gribov <tetra2005@gmail.com>
2178
2179 * compare_tests: Use TMPDIR when set.
2180 * dg-cmp-results.sh: Ditto.
2181 * warn_summary: Ditto.
2182
2183 2018-01-29 Jonathan Wakely <jwakely@redhat.com>
2184
2185 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
2186
2187 2018-01-19 Martin Liska <mliska@suse.cz>
2188
2189 * analyze_brprob.py: Support new format that can be easily
2190 parsed. Add new column to report.
2191
2192 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2193
2194 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
2195
2196 2017-11-28 Julia Koval <julia.koval@intel.com>
2197 Sebastian Peryt <sebastian.peryt@intel.com>
2198
2199 * contrib/gcc_update: Ditto.
2200
2201 2017-11-08 Martin Liska <mliska@suse.cz>
2202
2203 * analyze_brprob.py: Fix abbreviations for SI units.
2204
2205 2017-10-02 Thomas Schwinge <thomas@codesourcery.com>
2206
2207 * gcc_update (files_and_dependencies): Handle libbacktrace.
2208
2209 2017-09-18 Richard Biener <rguenther@suse.de>
2210
2211 * download_prerequisites (isl): Bump version to 0.18.
2212
2213 2017-08-02 Yury Gribov <tetra2005@gmail.com>
2214
2215 * mklog: Added new implementation.
2216
2217 2017-08-02 Yury Gribov <tetra2005@gmail.com>
2218
2219 * mklog: Rename to ...
2220 * mklog.pl: this.
2221
2222 2017-07-17 Yury Gribov <tetra2005@gmail.com>
2223
2224 * mklog: Fix extraction of changed file name.
2225
2226 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
2227
2228 * gcc_update (files_and_dependencies)
2229 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
2230
2231 2017-06-28 Martin Liska <mliska@suse.cz>
2232
2233 * gcc.doxy: Add default location for filters and output folder.
2234 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
2235 * filter_params.pl: Remove.
2236
2237 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
2238
2239 * dg-cmp-results.sh: Restore filtering on target variant.
2240
2241 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
2242
2243 * dg-cmp-results.sh: Keep test result lines rather than throwing
2244 header and summary to support sum files with multiple tools.
2245
2246 2017-05-31 Martin Liska <mliska@suse.cz>
2247
2248 * filter_params.py:
2249 Transform ENUM_BITFIELD and comments starting with '/**'
2250
2251 2017-05-31 David Malcolm <dmalcolm@redhat.com>
2252 Martin Liska <mliska@suse.cz>
2253
2254 * filter_params.py: New, porting the perl script to python,
2255 adding a test suite.
2256 * filter_gcc_for_doxygen_new: New file.
2257
2258 2017-05-30 Martin Liska <mliska@suse.cz>
2259
2260 * analyze_brprob.py: Add new argument to parse and modify
2261 predict.def file.
2262 * analyze_brprob_spec.py: Likewise.
2263
2264 2017-05-29 Tom de Vries <tom@codesourcery.com>
2265
2266 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
2267 trailing eol.
2268 (TrailingWhitespaceTest): New unit test.
2269 (check_GNU_style_file): Remove eol before checking.
2270
2271 2017-05-29 Tom de Vries <tom@codesourcery.com>
2272
2273 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
2274 file handle. Add and handle file_encoding argument.
2275 * check_GNU_style.py (main): Handle '-' file argument. Call
2276 check_GNU_style_file with file handle as argument.
2277
2278 2017-05-29 Tom de Vries <tom@codesourcery.com>
2279
2280 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
2281 (import_pip3): New function.
2282
2283 2017-05-24 Tom de Vries <tom@codesourcery.com>
2284
2285 * check_GNU_style_lib.py: New file, factored out of ...
2286 * check_GNU_style.py: ... here. Call main unconditionally.
2287
2288 2017-05-19 Martin Liska <mliska@suse.cz>
2289
2290 * check_GNU_style.py: New file.
2291
2292 2007-05-03 Jeff Law <law@redhat.com>
2293
2294 * config-list.mk (am33_2.0-linux): Remove from list of targets
2295 to build.
2296
2297 2017-05-02 Jakub Jelinek <jakub@redhat.com>
2298
2299 * gennews (files): Add files for GCC 7.
2300
2301 2017-04-26 Tom de Vries <tom@codesourcery.com>
2302
2303 * gen_autofdo_event.py: Fix comment.
2304
2305 2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
2306
2307 * download_prerequisites (md5_check): New function emulates Linux
2308 'md5 --check' on macOS. Modified script for macOS compatibility.
2309
2310 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
2311
2312 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
2313 riscv64-unknown-linux-gnu.
2314
2315 2017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2316
2317 * update-copyright.py (Copyright.process_file): Retain original
2318 file mode.
2319
2320 2017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
2321
2322 * update-copyright.py: Fix the name of this script in examples.
2323
2324 2017-01-26 Jakub Jelinek <jakub@redhat.com>
2325
2326 * update-copyright.py: Add libhsail-rt to self.default_dirs
2327 and call self.add_dir on it. Add Intel Corporation to external
2328 authors.
2329
2330 2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
2331
2332 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
2333
2334 2017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
2335
2336 * patch_tester.sh (TESTLOGS): Remove
2337 $TARGET/libjava/testsuite/libjava.sum.
2338
2339 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
2340
2341 * warn_summary: Remove the -java option.
2342
2343 2017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2344
2345 * update-copyright.py (LibJavaFilter): Remove.
2346
2347 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
2348
2349 * gcc_update: Remove entries related to GCJ and libgcj.
2350 Complete copyright years and adjust my e-mail address.
2351
2352 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
2353
2354 * gcc_update: Adjust touch list for ARM.
2355
2356 2017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
2357
2358 * download_ecj: Remove.
2359
2360 2017-01-05 Martin Liska <mliska@suse.cz>
2361
2362 * vimrc: Update indentation definition.
2363
2364 2017-01-04 Jakub Jelinek <jakub@redhat.com>
2365
2366 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
2367 libssp, libvtv and lto-plugin to default_dirs.
2368
2369 2017-01-01 Jakub Jelinek <jakub@redhat.com>
2370
2371 * update-copyright.py (TestsuiteFilter): Skip params/README.
2372 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
2373
2374 2016-12-14 Martin Liska <mliska@suse.cz>
2375
2376 * analyze_brprob.py: Add new column to output and new sorting
2377 option. Fix coding style to not exceed 80 characters.
2378 * analyze_brprob_spec.py: Add new sorting
2379 option. Fix coding style to not exceed 80 characters.
2380
2381 2016-10-24 Moritz Klammler <moritz@glammler.eu>
2382
2383 PR other/61439
2384 * download_prerequisites: Conditionally verify checksums of
2385 downloaded pacakges. Add help text.
2386 * prerequisites.md5: New file.
2387 * prerequisites.sha512: New file.
2388
2389 2016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2390
2391 * check_GNU_style.sh (remove_testsuite): New function.
2392 Use it to remove testsuite from the diff.
2393
2394 2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2395
2396 * dg-extract-results.sh: Revert bogus change.
2397
2398 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2399
2400 * dg-extract-results.py: Report DejaGnu error in the final
2401 summary.
2402 * dg-extract-results.sh: Likewise.
2403
2404 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
2405
2406 * compare_tests: Take ERROR messages into account when
2407 comparing.
2408
2409 2016-08-17 Martin Liska <mliska@suse.cz>
2410
2411 * mark_spam.py: Mark as spam all comments done by a creator.
2412
2413 2016-08-15 Martin Liska <mliska@suse.cz>
2414
2415 * mark_spam.py: Add error handling and reset
2416 another properties of attachments and bugs.
2417
2418 2016-08-11 Martin Liska <mliska@suse.cz>
2419
2420 * mark_spam.py: Mark attachments as obsolete and rename them.
2421
2422 2016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
2423
2424 * download_prerequisites: Explicitly remove existing symlinks
2425 before trying to create new ones.
2426
2427 2016-07-28 Martin Liska <mliska@suse.cz>
2428
2429 * mark_spam.py: New file.
2430
2431 2016-07-21 Martin Liska <mliska@suse.cz>
2432
2433 * analyze_brprob.py: If there's no loop, do not calculate
2434 average number of loop iterations.
2435
2436 2016-06-24 Martin Liska <mliska@suse.cz>
2437
2438 * analyze_brprob.py: Parse and display average number
2439 of loop iterations.
2440
2441 2016-06-23 Andi Kleen <ak@linux.intel.com>
2442
2443 * gen_autofdo_event.py: New file to regenerate
2444 gcc-auto-profile.
2445
2446 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2447
2448 * config-list.mk: Stop testing mep-elf.
2449
2450 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2451
2452 * config-list.mk: Stop testing avr-rtems.
2453
2454 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2455
2456 * config-list.mk: Stop testing m32r-rtems.
2457
2458 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2459
2460 * config-list.mk: Remove h8300-rtems support.
2461
2462 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2463
2464 * config-list.mk: stop testing knetbsd.
2465
2466 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2467
2468 * config-list.mk: Stop testing openbsd3.0.
2469
2470 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2471
2472 * config-list.mk: Remove interix target.
2473
2474 2016-06-21 David Edelsohn <dje.gcc@gmail.com>
2475
2476 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
2477 rs6000-ibm-aix5.2.
2478 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
2479 Add rs6000-ibm-aix7.1.
2480
2481 2016-06-17 Martin Liska <mliska@suse.cz>
2482
2483 * analyze_brprob.py: Fix columns of script output.
2484
2485 2016-06-13 Richard Biener <rguenther@suse.de>
2486
2487 * download_prerequisites (ISL): Bump version to 0.16.1
2488
2489 2016-06-10 Alan Hayward <alan.hayward@arm.com>
2490
2491 * check_GNU_style.sh: Fix paste args for BSD
2492
2493 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2494
2495 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
2496 h8300-rtems, m32r-rtems, mep-elf.
2497
2498 2016-06-09 David Malcolm <dmalcolm@redhat.com>
2499
2500 * config-list.mk (GCC_SRC_DIR): New variable.
2501 (make-log-dir): Use GCC_SRC_DIR.
2502 ($(LIST)): Likewise.
2503
2504 2016-06-09 Martin Liska <mliska@suse.cz>
2505
2506 * analyze_brprob_spec.py: New file.
2507
2508 2016-06-09 Martin Liska <mliska@suse.cz>
2509
2510 * analyze_brprob.py: Add new argument --sorting.
2511
2512 2016-06-09 Martin Liska <mliska@suse.cz>
2513
2514 * analyze_brprob.py: Cover new dump output format.
2515
2516 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2517
2518 * update-copyright.py (LibMudflapFilter): Remove.
2519 (GCCCmdLine.__init__): Add gotools, libcc1.
2520 Remove libmudflap.
2521 List unhandled intl, libcilkrts, libgo, liboffloadmic,
2522 maintainer-scripts.
2523
2524 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2525
2526 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
2527
2528 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2529
2530 * compare-all-tests: Remove SH5 support.
2531 * config-list.mk: Likewise.
2532
2533 2016-04-28 Martin Liska <mliska@suse.cz>
2534
2535 * analyze_brprob: Remove.
2536 * analyze_brprob.py: New file.
2537
2538 2016-04-27 Jakub Jelinek <jakub@redhat.com>
2539
2540 * gennews (files): Add files for GCC 6.
2541
2542 2016-04-17 Jan Hubicka <jh@suse.cz>
2543
2544 * analyze_brprob: Update comment.
2545
2546 2016-04-13 Martin Sebor <msebor@redhat.com>
2547
2548 * check_GNU_style.sh: Avoid false posivies in trailing operator
2549 checks.
2550
2551 2016-03-07 Martin Sebor <msebor@redhat.com>
2552
2553 * check_GNU_style.sh (color): New global variable.
2554 Add checks for trailing operators and spaces before left brackets.
2555 Tightened up a check for a trailing left curly brace.
2556 (g, ag, vg): Use color.
2557 (col): Don't complain about excessively long lines with DejaGnu
2558 directives.
2559
2560 2016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2561
2562 * mklog: Look for the ChangeLog file in $cwd.
2563
2564 2016-02-26 Joel Sherrill <joel@rtems.org>
2565
2566 * config-list.mk: Add aarch64-rtems and x86_64-rtems
2567
2568 2016-01-19 Jonathan Wakely <jwakely@redhat.com>
2569
2570 * uninclude: Fix third argument to gensub.
2571
2572 2016-01-04 Jakub Jelinek <jakub@redhat.com>
2573
2574 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
2575 as external author.
2576
2577 2015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2578
2579 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
2580 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
2581
2582 2015-12-06 Tobias Burnus <burnus@net-b.de>
2583
2584 * download_prerequisites: Download ISL 0.15 instead of 0.14.
2585
2586 2015-11-20 Martin Liska <mliska@suse.cz>
2587
2588 * clang-format: Split content of a list to multiple
2589 lines.
2590
2591 2015-11-19 Martin Liska <mliska@suse.cz>
2592
2593 * clang-format: Enhance list of FOR_EACH macros.
2594
2595 2015-11-19 Martin Liska <mliska@suse.cz>
2596
2597 * clang-format: New file.
2598
2599 2015-11-11 Andrew MacLeod <amacleod@redhat.com>
2600
2601 * header-tools: New. Directory containing a set of tools for
2602 manipulating header files.
2603
2604 2015-10-30 Nathan Sidwell <nathan@acm.org>
2605
2606 * config-list.mk (nvptx-none): Add it.
2607
2608 2015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
2609
2610 * download_prerequisites: Make sure that script is run from
2611 top level source directory.
2612
2613 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2614
2615 * update-copyright.py (GCCCmdLine): Add libvtv.
2616
2617 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
2618
2619 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
2620
2621 2015-07-15 Tom de Vries <tom@codesourcery.com>
2622
2623 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
2624
2625 2015-06-02 Steve Ellcey <sellcey@imgtec.com>
2626
2627 * test_installed (--target=): New option.
2628
2629 2015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
2630
2631 * gimple.vim: New file.
2632
2633 2015-05-18 Tom de Vries <tom@codesourcery.com>
2634
2635 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
2636 (cat_with_prefix): New function, using global variable prefix.
2637 (col): Make prefix a global variable. Rewrite to process file at a time
2638 rather than line at a time. Print part longer than 80 chars in red.
2639
2640 2015-05-18 Tom de Vries <tom@codesourcery.com>
2641
2642 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
2643
2644 2015-05-18 Tom de Vries <tom@codesourcery.com>
2645
2646 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
2647
2648 2015-05-18 Tom de Vries <tom@codesourcery.com>
2649
2650 * check_GNU_style.sh: Improve readability function calls.
2651
2652 2015-05-16 James Bowman <james.bowman@ftdichip.com>
2653
2654 * config-list.mk: Add FT32.
2655
2656 2015-05-12 Tom de Vries <tom@codesourcery.com>
2657
2658 * check_GNU_style.sh (col): Fix tab size.
2659
2660 2015-05-12 Tom de Vries <tom@codesourcery.com>
2661
2662 * check_GNU_style.sh: Put stdin into a temp file.
2663
2664 2015-05-12 Tom de Vries <tom@codesourcery.com>
2665
2666 * check_GNU_style.sh: Read either from stdin, or from files.
2667
2668 2015-05-12 Tom de Vries <tom@codesourcery.com>
2669
2670 * check_GNU_style.sh: Check if files exists.
2671
2672 2015-05-12 Tom de Vries <tom@codesourcery.com>
2673
2674 * check_GNU_style.sh: Don't use a filename prefix if we're only
2675 processing one patch file.
2676
2677 2015-05-12 Yury Gribov <y.gribov@samsung.com>
2678
2679 * mklog: Ignore preprocessor directives.
2680
2681 2015-04-22 Jakub Jelinek <jakub@redhat.com>
2682
2683 * gennews (files): Add files for GCC 5.
2684
2685 2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
2686
2687 * dg-extract-results.sh: Check that the necessary python modules exist.
2688
2689 2015-02-05 Ilya Verbin <ilya.verbin@intel.com>
2690
2691 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
2692 liboffloadmic/plugin.
2693
2694 2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
2695
2696 * update-copyright.py (Copyright.__init__): Add a regexp for
2697 "copyright = u'".
2698 (Copyright.update_copyright): Don't add a space before the year
2699 in that case.
2700
2701 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
2702
2703 * gcc_update (files_and_dependencies): Update rules for new
2704 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
2705
2706 2015-01-12 Yury Gribov <y.gribov@samsung.com>
2707
2708 * check_GNU_style.sh: Support patches coming from stdin.
2709 Check that spaces are converted to tabs.
2710 Make double-space-after-dot check more precice.
2711
2712 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2713
2714 * config-list.mk (LIST): Add visium-elf.
2715
2716 2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2717
2718 * config-list.mk: Use shortest match for OPT to find the actual
2719 target name.
2720
2721 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
2722
2723 * dg-extract-results.sh: Use --text with grep to avoid issues with
2724 binary files. Fall back to cat -v, if that doesn't work.
2725
2726 2014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
2727
2728 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
2729
2730 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2731 Yury Gribov <y.gribov@samsung.com>
2732
2733 * vimrc: New file.
2734
2735 2014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2736
2737 * check_GNU_style.sh: Warn for incorrect number of spaces in function
2738 call only if 0 or 2+ spaces found.
2739
2740 2014-12-02 Tobias Burnus <burnus@net-b.de>
2741
2742 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
2743
2744 2014-11-25 Tom de Vries <tom@codesourcery.com>
2745 Peter Bergner <bergner@vnet.ibm.com>
2746
2747 * mklog: Handle .mklog. Use git setting independent of presence .git
2748 directory.
2749
2750 2014-11-14 Tom de Vries <tom@codesourcery.com>
2751
2752 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
2753 to orig_diff_lines. Use orig_diff_lines when appending patch.
2754
2755 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2756
2757 * ChangeLog.jit: New.
2758 * jit-coverage-report.py: New file: a script to print crude
2759 code-coverage information for the libgccjit API.
2760
2761 2014-11-11 Marat Zakirov <m.zakirov@samsung.com>
2762
2763 * mklog: Symbol '}' stops search for changes.
2764
2765 2014-11-11 Tobias Burnus <burnus@net-b.de>
2766
2767 * download_prerequisites: Stop downloading CLooG.
2768
2769 2014-11-07 Marat Zakirov <m.zakirov@samsung.com>
2770
2771 * mklog: Always doubt in functions.
2772 Add EOF protection.
2773
2774 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2775
2776 * config-list.mk: Don't build Go for certain targets.
2777
2778 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
2779
2780 * compare-all-tests: Don't test score-*.
2781 * config-list.mk: Likewise.
2782
2783 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
2784
2785 * dg-extract-results.py (output_variation): Always sort if do_sum.
2786
2787 2014-09-22 Tom de Vries <tom@codesourcery.com>
2788
2789 * mklog: Add --inline option.
2790
2791 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
2792
2793 * dg-extract-results.py (Prog.result_re): Include options in test name.
2794
2795 2014-09-19 Olivier Hainque <hainque@adacore.com>
2796
2797 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
2798
2799 2014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
2800
2801 * config-list.mk (LIST): Add v850-rtems.
2802
2803 2014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
2804
2805 * config-list.mk (LIST): Add arm-rtems.
2806 Add nios2-rtems. Remove extra option from powerpc-rtems.
2807
2808 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
2809
2810 * compare-all-tests: Don't test picochip.
2811 * config-list.mk: Likewise.
2812
2813 2014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
2814
2815 * texi2pod.pl (postprocess): Move command process for '@sc' to the
2816 front of '@dfn'. Add a new command process for '@t{...}', just print
2817 the content.
2818
2819 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
2820 Yury Gribov <y.gribov@samsung.com>
2821
2822 * mklog: Run mklog as a filter.
2823
2824 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
2825
2826 * mklog: Read name and email from git config when available.
2827
2828 2014-06-28 Richard Biener <rguenther@suse.de>
2829
2830 * gennews: Use gcc-3.0/index.html.
2831
2832 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
2833
2834 * dg-extract-results.py: For Python 3, force sys.stdout to handle
2835 surrogate escape sequences.
2836 (safe_open): New function.
2837 (output_segment, main): Use it.
2838
2839 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
2840
2841 * dg-extract-results.py (Named): Remove __cmp__ method.
2842 (output_variation): Use a key to sort variation.harnesses.
2843
2844 2014-05-24 Uros Bizjak <ubizjak@gmail.com>
2845
2846 * texi2pod.pl: Force .pod file to not be a numbered list.
2847
2848 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
2849
2850 * dg-extract-results.py (parse_run): Handle warnings that are printed
2851 before a test harness is run.
2852
2853 2014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2854
2855 * config-list.mk (show): New target.
2856
2857 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
2858
2859 * dg-extract-results.py: New file.
2860 * dg-extract-results.sh: Use it if the environment seems suitable.
2861
2862 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2863
2864 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
2865
2866 2013-04-22 Jakub Jelinek <jakub@redhat.com>
2867
2868 * gennews (files): Add files for GCC 4.9.
2869
2870 2014-02-24 Walter Lee <walt@tilera.com>
2871
2872 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
2873
2874 2014-02-13 Richard Biener <rguenther@suse.de>
2875
2876 * download_prerequisites: Update ISL and CLOOG versions.
2877
2878 2014-01-31 Brooks Moses <bmoses@google.com>
2879
2880 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
2881
2882 2014-01-29 Yury Gribov <y.gribov@samsung.com>
2883
2884 * mklog: Improve support of context diffs.
2885
2886 2014-01-21 Tatiana Udalova <t.udalova@samsung.com>
2887
2888 * mklog: Avoid adding falsely changed functions to ChangeLog.
2889
2890 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2891
2892 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
2893 ordering of some configs.
2894
2895 2013-12-23 Yury Gribov <y.gribov@samsung.com>
2896
2897 * mklog: Automatically insert comments in trivial cases.
2898
2899 2013-12-19 Yury Gribov <y.gribov@samsung.com>
2900
2901 * mklog: Split generated message in parts.
2902
2903 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
2904
2905 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
2906
2907 2013-10-29 Tobias Burnus <burnus@net-b.de>
2908
2909 * gcc_update (files_and_dependencies): Add rules for
2910 libcilkrts.
2911
2912 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
2913
2914 * gcc_update (files_and_dependencies): Fix rule for
2915 libgomp/testsuite/Makefile.in.
2916
2917 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
2918
2919 * config-list.mk: Add arc configurations.
2920
2921 2013-09-27 Diego Novillo <dnovillo@google.com>
2922
2923 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2924
2925 2013-09-12 DJ Delorie <dj@redhat.com>
2926
2927 * config-list.mk: Add msp430-elf.
2928
2929 2013-08-31 Diego Novillo <dnovillo@google.com>
2930
2931 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
2932
2933 2013-08-29 Mike Stump <mikestump@comcast.net>
2934
2935 * gcc_update (configure): Update to handle svn 1.8.1.
2936
2937 2013-08-03 Caroline Tice <cmtice@google.com>
2938
2939 * gcc_update: Add libvtv files.
2940
2941 2013-06-06 Brooks Moses <bmoses@google.com>
2942
2943 * testsuite-management/validate_failures.py: Fix handling of
2944 summary lines with "|" characters or empty description fields.
2945
2946 2013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
2947
2948 * download_prerequisites: Download isl and cloog conditionally.
2949
2950 2013-05-21 David Malcolm <dmalcolm@redhat.com>
2951
2952 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
2953
2954 2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2955
2956 * config-list.mk (LIST): Add -enable-obsolete for
2957 sparc-sun-solaris2.9, i686-solaris2.9.
2958
2959 2013-05-13 Mike Stump <mikestump@comcast.net>
2960
2961 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
2962 X 10.8.3 doesn't like long lines (those 2055 characters or more).
2963
2964 2013-04-22 Sofiane Naci <sofiane.naci@arm.com>
2965
2966 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
2967
2968 2013-04-18 Diego Novillo <dnovillo@google.com>
2969
2970 * validate_failures.py: Fix typo.
2971
2972 2013-04-18 Diego Novillo <dnovillo@google.com>
2973
2974 * validate_failures.py: Loosen check for build directory.
2975 State what failed if we couldn't find the source tree or
2976 the target triplet.
2977
2978 2013-03-22 Jakub Jelinek <jakub@redhat.com>
2979
2980 * gennews (files): Add files for GCC 4.8.
2981
2982 2013-03-06 Tobias Burnus <burnus@net-b.de>
2983
2984 * make-obstacks-texi.pl: New.
2985
2986 2013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2987
2988 * make_sunver.pl: Enforce C locale.
2989
2990 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
2991
2992 * update-copyright.py: Add libdecnumber to the default list.
2993 Remove libquadmath and libssp.
2994
2995 2013-02-06 Diego Novillo <dnovillo@google.com>
2996
2997 * testsuite-management/validate_failures.py: Fix typo.
2998
2999 2013-02-06 Diego Novillo <dnovillo@google.com>
3000
3001 * testsuite-management/validate_failures.py: Update
3002 Copyright years.
3003 Request contributions not to use Python features newer
3004 than 2.4.
3005 (GetBuildData): If this is not a build directory,
3006 emit an error only if --results or --manifest are missing.
3007
3008 2013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3009
3010 * testsuite-management/validate_failures.py
3011 (IsInterestingResult): Fix performance regression
3012
3013 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
3014
3015 * update-copyright.py: New file.
3016
3017 2013-01-15 David Blaikie <dblaikie@gmail.com>
3018
3019 * dg-extract-results.sh: Handle KPASSes.
3020
3021 * dg-extract-results.sh: Constrain the start-of-log pattern.
3022
3023 * dg-extract-results.sh: Fix order of summary counts.
3024
3025 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3026
3027 * testsuite-management/validate_failures.py
3028 (IsInterestingResult): Only strip line a second time if we did split.
3029 Rephrase return statement while at it.
3030 (CollectSumFiles): Also ignore .git directory.
3031
3032 2012-12-03 Diego Novillo <dnovillo@google.com>
3033
3034 * testsuite-management/validate_failures.py: Fix stale
3035 use of 'options'.
3036
3037 2012-11-30 Doug Evans <dje@google.com>
3038
3039 * testsuite-management/validate_failures.py: Add support for @include,
3040 @remove directives in manifest files.
3041
3042 * testsuite-management/validate_failures.py: Add function
3043 GetManifestPath. New global _MANIFEST_SUBDIR.
3044
3045 2012-11-29 Doug Evans <dje@google.com>
3046
3047 * testsuite-management/validate_failures.py: Remove pass/fail
3048 indicator from result of GetBuildData.
3049
3050 * testsuite-management/validate_failures.py: Store options in global
3051 variable _OPTIONS.
3052
3053 * testsuite-management/validate_failures.py: Rename variable
3054 manifest_name to manifest_path everywhere.
3055
3056 * testsuite-management/validate_failures.py (CompareBuilds): Pass
3057 options.results to GetSumFiles for clean build.
3058
3059 2012-11-28 Doug Evans <dje@google.com>
3060
3061 * testsuite-management/validate_failures.py: Use <target_alias> instead
3062 of <target>. Minor whitespace changes.
3063
3064 * testsuite-management/validate_failures.py: Record ordinal with
3065 TestResult.
3066
3067 2012-11-19 Mike Stump <mikestump@comcast.net>
3068
3069 * compare_tests: Add export LC_ALL=C to make sort happier.
3070
3071 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
3072
3073 * gcc_update: Update libsanitizer generated files.
3074
3075 2012-11-12 Tobias Burnus <burnus@net-b.de>
3076
3077 * gcc_update: Add libquadmath generated files.
3078
3079 2012-11-12 H.J. Lu <hongjiu.lu@intel.com>
3080
3081 * gcc_update: Add libsanitizer generated files.
3082
3083 2012-11-05 Lawrence Crowl <crowl@google.com>
3084
3085 * compare_two_ftime_report_sets: New.
3086
3087 2012-11-02 Diego Novillo <dnovillo@google.com>
3088
3089 * testsuite-management/validate_failures.py: Add option
3090 --clean_build to compare test results against another
3091 build.
3092
3093 2012-10-31 Diego Novillo <dnovillo@google.com>
3094
3095 * testsuite-management/validate_failures.py: Fix parsing
3096 of summary lines.
3097
3098 2012-10-29 Diego Novillo <dnovillo@google.com>
3099
3100 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3101
3102 2012-10-06 Diego Novillo <dnovillo@google.com>
3103
3104 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3105
3106 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
3107
3108 * check_GNU_style.sh: Remove temporay file upon exit.
3109
3110 2012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
3111
3112 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
3113 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
3114 Use --enable-obsolete for picochip-elf.
3115
3116 2012-09-10 Diego Novillo <dnovillo@google.com>
3117
3118 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3119
3120 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
3121
3122 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
3123
3124 2012-08-24 Diego Novillo <dnovillo@google.com>
3125
3126 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
3127
3128 2012-08-14 Diego Novillo <dnovillo@google.com>
3129
3130 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
3131
3132 2012-08-13 Diego Novillo <dnovillo@google.com>
3133
3134 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
3135 comment.
3136
3137 2012-08-13 Diego Novillo <dnovillo@google.com>
3138
3139 * testsuite-management/validate_failures.py (ParseSummary): Fix
3140 comment.
3141
3142 2012-08-13 Diego Novillo <dnovillo@google.com>
3143
3144 * testsuite-management/validate_failures.py: Import datetime.
3145 (TestResult.ExpirationDate): New.
3146 (TestResult.HasExpired): New.
3147 (ParseSummary): Call it. If it returns True, warn that the
3148 expected failure has expired and do not add it to the set of
3149 expected results.
3150 (GetResults): Clarify documentation.
3151
3152 2012-07-26 Diego Novillo <dnovillo@google.com>
3153
3154 * testsuite-management/validate_failures.py: Do not use
3155 'with ... as ...' constructs.
3156
3157 2012-07-19 Diego Novillo <dnovillo@google.com>
3158
3159 * testsuite-management/validate_failures.py (CollectSumFiles):
3160 Rename from GetSumFiles.
3161 (GetSumFiles): Factor out of CheckExpectedResults.
3162 (CheckExpectedResults): Call it.
3163 (ProduceManifest): Call it.
3164
3165 2012-07-18 Diego Novillo <dnovillo@google.com>
3166
3167 * testsuite-management/validate_failures.py: Fix
3168 /usr/bin/python invocation.
3169
3170 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
3171
3172 * check_makefile_deps.sh: Look for c-common.o in c-family/.
3173 Add a few more crt* files to the list of files to skip.
3174
3175 2012-05-31 Marek Polacek <polacek@redhat.com>
3176
3177 * mklog: Prevent printing three spaces after the date.
3178
3179 2012-06-04 Diego Novillo <dnovillo@google.com>
3180
3181 * testsuite-management/validate_failures.py (GetResults):
3182 Change argument to accept list of summary files to analyze.
3183 Update callers.
3184 (CheckExpectedResults): Handle options.manifest, options.results
3185 and options.ignore_missing_failures.
3186 (Main): Add options --manifest, --results and --ignore_missing_failures.
3187
3188 2012-05-31 Diego Novillo <dnovillo@google.com>
3189 Cary Coutant <ccoutant@google.com>
3190
3191 * mklog: New.
3192
3193 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
3194
3195 PR bootstrap/53472
3196 * contrib/compare-debug (remove_comment): New function.
3197 Remove any .comment sections if the first cmp failed.
3198
3199 2012-05-09 David Edelsohn <dje.gcc@gmail.com>
3200
3201 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
3202
3203 2012-05-01 Richard Henderson <rth@redhat.com>
3204
3205 * gcc_update: Add libatomic generated files.
3206
3207 2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
3208
3209 * compare_tests: Append '/' to make 'find' traverse
3210 symlinked directories.
3211
3212 2012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3213
3214 * testsuite-management/validate_failures.py (GetBuildData): Use
3215 target_alias.
3216
3217 2012-04-06 Doug Evans <dje@google.com>
3218
3219 * dg-extract-results.sh: Handle KFAILs.
3220
3221 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3222
3223 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
3224
3225 2012-03-13 Joseph Myers <joseph@codesourcery.com>
3226
3227 * gennews (files): Add files for GCC 4.7.
3228
3229 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3230
3231 * config-list.mk (LIST): Remove mips-openbsd.
3232
3233 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3234
3235 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
3236
3237 2012-03-02 Diego Novillo <dnovillo@google.com>
3238
3239 * testsuite-management/validate_failures.py (class TestResult): Fix
3240 match pattern for the summary line. If there is a parsing failure,
3241 show the line we failed to parse.
3242
3243 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3244
3245 PR libstdc++/52188
3246 * make_sunver.pl: Remove #ifdef handling.
3247
3248 2012-02-17 Doug Kwan <dougkwan@google.com>
3249
3250 * contrib/testsuite-management/validate_failures.py
3251 (GetMakefileValue): Check for cross compilers.
3252
3253 2012-02-15 Quentin Neill <quentin.neill@amd.com>
3254
3255 * compare_tests: Fix trailing paths in dir arguments.
3256 Handle sum1/sum2 temp files with others.
3257
3258 2012-02-14 Walter Lee <walt@tilera.com>
3259
3260 * config-list.mk (LIST): Add tilegx-linux-gnu and
3261 tilepro-linux-gnu.
3262 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
3263 (gcc/config/tilepro/mul-tables.c): New dependencies.
3264
3265 2012-02-11 Mike Stump <mikestump@comcast.net>
3266
3267 * compare_tests (exit_status): Fix.
3268
3269 2012-02-10 Diego Novillo <dnovillo@google.com>
3270
3271 * repro_fail: Add --debug and --debug-tui flags.
3272
3273 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3274 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3275
3276 * config-list.mk (LIST): Add cr16-elf.
3277
3278 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
3279
3280 PR target/51345
3281 * gcc_update (files_and_dependencies): Add
3282 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
3283
3284 2011-11-29 DJ Delorie <dj@redhat.com>
3285
3286 * config-list.mk (LIST): Add rl78-elf.
3287
3288 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3289
3290 * make_sunver.pl: Convert '?' in glob patterns to '.'.
3291
3292 2011-11-07 Richard Henderson <rth@redhat.com>
3293
3294 Merged from transactional-memory.
3295
3296 * gcc_update: Add libitm to touch data.
3297
3298 2011-11-07 Quentin Neill <quentin.neill@amd.com>
3299
3300 * compare_tests: Add ability to compare all .sum
3301 files from two build directories.
3302
3303 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
3304
3305 * contrib-list.mk: Add Epiphany configurations.
3306
3307 2011-09-13 Diego Novillo <dnovillo@google.com>
3308
3309 * testsuite-management: New.
3310 * testsuite-management/validate_failures.py: New.
3311
3312 2011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3313
3314 * gcc_update: Determine svn branch from hg convert_revision.
3315
3316 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3317
3318 * config-list.mk (i586-netware): Remove.
3319 (.PHONY): Remove make-script-dir dependency.
3320 (make-script-dir): Remove.
3321 ($(LIST)): Remove make-script-dir dependency.
3322
3323 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3324
3325 * gcc_update: Add C6X generated files.
3326 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
3327
3328 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3329
3330 * config-list.mk (LIST): Append OPT-enable-obsolete to
3331 alpha-dec-osf5.1, mips-sgi-irix6.5.
3332
3333 2011-06-24 Diego Novillo <dnovillo@google.com>
3334
3335 * repro_fail: New.
3336
3337 2011-06-21 Joseph Myers <joseph@codesourcery.com>
3338
3339 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
3340
3341 2011-05-19 Joseph Myers <joseph@codesourcery.com>
3342
3343 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
3344 gcc/config/arm/arm-fpus.def.
3345
3346 2011-05-10 Joseph Myers <joseph@codesourcery.com>
3347
3348 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
3349 dependencies.
3350
3351 2011-05-09 Joseph Myers <joseph@codesourcery.com>
3352
3353 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
3354
3355 2010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
3356
3357 * config-list.mk: New file.
3358
3359 2011-05-02 Joseph Myers <joseph@codesourcery.com>
3360
3361 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
3362
3363 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * paranoia.cc (ENUM_BITFIELD): Remove.
3366
3367 2011-04-08 Joseph Myers <joseph@codesourcery.com>
3368
3369 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
3370
3371 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3372
3373 * compare-all-tests (all_targets): Remove crx and m68hc11.
3374
3375 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3376
3377 PR bootstrap/48135
3378 * make_sunver.pl: Don't use File::Glob.
3379
3380 2011-03-05 Joseph Myers <joseph@codesourcery.com>
3381
3382 * gennews (files): Add files for GCC 4.6.
3383
3384 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
3385
3386 * patch_tester.sh (nopristinecache): New shell var, set according
3387 to presence or absence of new -nopristinecache option.
3388 (usage): Document new option.
3389 (bootntest_pristine): Implement it.
3390
3391 2010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3392
3393 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
3394 readelf -s otherwise.
3395
3396 2010-11-08 Eric Botcazou <ebotcazou@adacore.com>
3397
3398 * make_sunver.pl: Ignore entries without symbol name first. Then do
3399 not ignore symbols marked as 'R'.
3400
3401 2010-10-18 Andi Kleen <ak@linux.intel.com>
3402
3403 * gccbug.el: Remove.
3404
3405 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3406
3407 * gcc_update: Run $GCC_HG pull and update separately.
3408 Check parents for SVN revision.
3409
3410 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3411
3412 * test_recheck: New script.
3413
3414 2010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3415
3416 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
3417 Also escape characters with grave accents, to be fixed ...
3418 (unmunge): ... here.
3419 (postprocess): Also handle @/ and @acronym{...}.
3420
3421 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3422
3423 * check_GNU_style.sh: Do not print warning messages when there are
3424 no occurences.
3425
3426 2010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3427
3428 * gcc_update: Handle hg, too.
3429
3430 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
3431
3432 * make_sunver.pl: Remove extra whitespace in regexp.
3433
3434 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
3435
3436 * check_GNU_style.sh: New.
3437
3438 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3439
3440 * make_sunver.pl: New file.
3441
3442 2010-07-02 Iain Sandoe <iains@gcc.gnu.org>
3443
3444 * compare-debug (Darwin): Remove '-x' flag from ld-based object
3445 stripping. Add a comment as to why we do it this way.
3446
3447 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
3448
3449 * compare-debug: Drop LTO sections.
3450
3451 2010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3452
3453 * gcc_update: Support updating a git clone.
3454
3455 2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3456
3457 * test_summary: Don't use diff -u.
3458 Adapt egrep regex.
3459
3460 2010-06-02 Andrew Haley <aph@redhat.com>
3461
3462 * download_prerequisites: New script.
3463
3464 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3465
3466 * dg-extract-results.sh: Redirect grep output to /dev/null instead
3467 of grep -q.
3468
3469 2010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
3470
3471 * gcc_update: Sets the locale to C.
3472
3473 2010-04-06 Joseph Myers <joseph@codesourcery.com>
3474
3475 * gennews (files): Add files for GCC 4.5.
3476
3477 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3478
3479 Fix *.log tests output containing "===".
3480 * dg-extract-results.sh (/\===/): Rename to ...
3481 (/^\t\t=== .* ===$/): ... this pattern.
3482
3483 2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3484
3485 * dg-extract-results.sh: Fix result order to match sequential case.
3486
3487 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3488
3489 * check_warning_flags.sh: Use \012 instead of \n with tr.
3490
3491 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3492
3493 * dg-extract-results.sh: Don't use tail -n.
3494
3495 2009-10-03 H.J. Lu <hongjiu.lu@intel.com>
3496 Richard Guenther <rguenther@suse.de>
3497
3498 PR lto/39216
3499 * gcc_update: Adjust file timestamps for lto-plugin.
3500
3501 2009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
3502
3503 PR bootstrap/41245
3504 * compare-debug: Handle stripping of dwarf debug sections from darwin
3505 mach-o objects.
3506
3507 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
3508
3509 * compare-debug: Grep for blank before dash to avoid grep -e.
3510
3511 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
3512
3513 * compare-debug: Look for .gkd files and compare them.
3514
3515 2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3516
3517 PR testsuite/41166
3518 * test_summary: Invoke config.status, rather than trying to
3519 parse it. Adjust awk script.
3520
3521 2009-08-18 Alexandre Oliva <aoliva@redhat.com>
3522
3523 * compare-debug: Drop .eh_frame relocations too.
3524
3525 2009-08-18 H.J. Lu <hongjiu.lu@intel.com>
3526
3527 PR testsuite/40704
3528 * test_summary: Filter out "\r".
3529
3530 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
3531
3532 * compare-debug: Don't fail just because of .eh_frame differences.
3533
3534 2009-04-27 Jakub Jelinek <jakub@redhat.com>
3535
3536 PR testsuite/39807
3537 * dg-extract-results.sh: Close open files and use >> instead of >
3538 to decrease number of concurrently open files from awk. Avoid
3539 = at the beginning of a regexp and redirect to a file determined
3540 by curfile variable rather than concatenated strings to workaround
3541 Solaris nawk bug.
3542
3543 2009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
3544
3545 * test_summary: Only include LAST_UPDATED if it exists.
3546 Complete copyright years.
3547
3548 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
3549
3550 * compare-all-tests: New.
3551
3552 2009-04-14 Jakub Jelinek <jakub@redhat.com>
3553
3554 * gennews (files): Reference GCC 4.4 web pages.
3555
3556 2009-04-09 Jakub Jelinek <jakub@redhat.com>
3557
3558 * reghunt/date_based/reg_periodic: Change copyright header to refer
3559 to version 3 of the GNU General Public License and to point readers
3560 at the COPYING3 file and the FSF's license web page.
3561 * reghunt/date_based/reg_search: Likewise.
3562 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
3563 * regression/btest-gcc.sh: Likewise.
3564 * regression/objs-gcc.sh: Likewise.
3565
3566 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3567
3568 * check_warning_flags.sh: Update flag exceptions.
3569
3570 2008-11-18 Ben Elliston <bje@au.ibm.com>
3571
3572 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
3573 be opened; print a more meaningful error instead.
3574
3575 2008-10-24 Janis Johnson <janis187@us.ibm.com>
3576 Jakub Jelinek <jakub@redhat.com>
3577
3578 * dg-extract-results.sh: New file.
3579
3580 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3581
3582 * check_makefile_deps.sh: New file.
3583
3584 2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
3585
3586 * patch_tester.sh (report): Do not print "Checker: ".
3587
3588 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
3589
3590 * patch_tester.sh (report): Do not print the time.
3591
3592 2008-04-01 Joseph Myers <joseph@codesourcery.com>
3593
3594 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
3595 Handle @heading. Handle enumerated lists with starting numbers
3596 and extra headings.
3597
3598 2008-03-10 Janis Johnson <janis187@us.ibm.com>
3599
3600 * patch_tester.sh (initialization): Initialize svnpatch and stop.
3601 (usage): Add -svnpath and -stop.
3602 (makedir): New.
3603 (argument handling): Process -stop and -svnpath.
3604 (setup code): Use makedir, error out if initial svn checkout fails.
3605 (update): Use svnpath. Invoke contrib/gcc_update.
3606 (apply_patch): Require that patch was created at top level. Use eval
3607 with option variables. Don't use bootstrap target for make. Verify
3608 that some tests were run.
3609 (bootntest_patched): Use snvpath.
3610 (main loop): For -stop, exit when there are no more patches to test.
3611
3612 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3613
3614 * check_warning_flags.sh: Instead of invoke.texi, take the path
3615 to the doc directory as argument. Check that warnings listed in
3616 'gcc --help' are accepted by the compiler, and listed in the
3617 manuals.
3618
3619 2008-03-06 Tom Tromey <tromey@redhat.com>
3620
3621 * patch_tester.sh (usage): Watermark is not lexicographic.
3622 Load $STATE/defaults if it exists.
3623 (selfexec): Use $0.
3624 (apply_patch): Handle deletions.
3625 (bootntest): Handle default settings.
3626
3627 2008-03-05 Jakub Jelinek <jakub@redhat.com>
3628
3629 * gennews (files): Reference GCC 4.3 web pages.
3630
3631 2008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3632
3633 * check_warning_flags.sh: New file.
3634
3635 2008-01-25 Joseph Myers <joseph@codesourcery.com>
3636
3637 * paranoia.cc (main): Remove handling of c4x_single and
3638 c4x_extended formats.
3639
3640 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3641
3642 * compareSumTests3: Changed to GPLv3.
3643 * prepare_patch.sh: Same.
3644 * uninclude: Same.
3645 * dglib.pm: Same.
3646 * gennews: Same.
3647 * texi2pod.pl: Same.
3648 * analyze_brprob: Same.
3649 * gcc_build: Same.
3650
3651 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
3652
3653 * patch_tester.sh: Changed to GPLv3.
3654
3655 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3656
3657 * patch_tester.sh: Don't save the script anymore.
3658
3659 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
3660
3661 * patch_tester.sh: New.
3662 * prepare_patch.sh: New.
3663
3664 2007-11-26 Alexandre Oliva <aoliva@redhat.com>
3665
3666 * compare-debug: Introduce -p flag to preserve .stripped files.
3667
3668 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3669
3670 * texi2pod.pl: Handle @asis.
3671 (postprocess): Move @gccoptlist{} after all formatting commands.
3672
3673 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
3674
3675 * compare-debug: Avoid spurious errors when .stripped files
3676 exist.
3677
3678 2007-09-22 Hans-Peter Nilsson <hp@axis.com>
3679
3680 * warn_summary (srcdirFilter): Add fixincludes, sim,
3681 newlib and mpfr.
3682
3683 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
3684
3685 * gcc_update: Handle different URL paths and tags.
3686
3687 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
3688
3689 * compare-debug: New.
3690
3691 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
3692 Andreas Schwab <schwab@suse.de>
3693
3694 * gcc_update: Use "svn info" for revision number. Create
3695 gcc/REVISION with branch name and revision number.
3696
3697 2007-08-10 Diego Novillo <dnovillo@google.com>
3698
3699 * gcc.doxy: Rename from tree-ssa.doxy.
3700
3701 2007-08-10 Diego Novillo <dnovillo@google.com>
3702
3703 * tree-ssa.doxy: Update for doxygen 1.5.
3704 Include all the files in the middle and back ends.
3705
3706 2007-06-30 Hans-Peter Nilsson <hp@axis.com>
3707
3708 * gcc_update (files_and_dependencies): Handle
3709 gcc/testsuite/gcc.dg/cpp/direct2s.c.
3710
3711 2007-05-13 Mark Mitchell <mark@codesourcery.com>
3712
3713 * gennews (files): Reference GCC 4.2 web pages.
3714
3715 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
3716
3717 * texi2pod.pl: Correct handling of @itemize with no argument.
3718
3719 2007-03-17 Hans-Peter Nilsson <hp@axis.com>
3720
3721 * uninclude: New utility, from Alexandre Oliva.
3722
3723 2007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
3724
3725 * test_installed: Adjust to the move from g77 to gfortran.
3726
3727 2007-02-16 Matthias Klose <doko@debian.org>
3728
3729 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
3730
3731 2007-02-10 Hans-Peter Nilsson <hp@axis.com>
3732
3733 * test_summary (configflags): Adjust for changes in the
3734 config.status format due to update to autoconf 2.59.
3735
3736 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
3737
3738 * gcc_update: Update for configure.in -> configure.ac.
3739
3740 2007-02-06 Richard Sandiford <richard@codesourcery.com>
3741
3742 * texi2pod.pl: Handle @multitable.
3743
3744 2007-01-15 Tom Tromey <tromey@redhat.com>
3745
3746 * download_ecj: New file.
3747
3748 2006-09-27 Matthew Sachs <msachs@apple.com>
3749
3750 * compareSumTests3: POD syntax fix.
3751
3752 2006-09-27 Matthew Sachs <msachs@apple.com>
3753
3754 * dglib.pm: Initial commit.
3755 * compareSumTests3: Initial commit.
3756
3757 2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
3758
3759 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
3760 and not non-existing nm[old].
3761
3762 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
3763
3764 Port to hosts whose 'sort' and 'tail' implementations
3765 treat operands with leading '+' as file names, as POSIX
3766 has required since 2001. However, make sure the code still
3767 works on pre-POSIX hosts.
3768 * compare_tests: Don't assume "sort +2" is equivalent to
3769 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
3770
3771 2006-06-05 James Lemke <jwlemke@wasabisystems.com>
3772
3773 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
3774
3775 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
3776 Mike Stump <mrs@apple.com>
3777
3778 * compare_tests: Handle multilibs better.
3779
3780 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
3781
3782 * texi2pod.pl: Correct handling of absolute @include.
3783
3784 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
3785
3786 * texi2pod.pl: Handle -I.
3787
3788 2006-02-28 Mark Mitchell <mark@codesourcery.com>
3789
3790 * gennews (files): Update for GCC 4.1.
3791
3792 2006-01-24 Diego Novillo <dnovillo@redhat.com>
3793
3794 * gcc_update (files_and_dependencies): Handle
3795 libgomp/testsuite/Makefile.in.
3796
3797 2006-01-18 Richard Henderson <rth@redhat.com>
3798 Diego Novillo <dnovillo@redhat.com>
3799
3800 * gcc_update (files_and_dependencies): Add libgomp files.
3801
3802 2005-12-06 Ben Elliston <bje@au.ibm.com>
3803
3804 * newcvsroot: Remove.
3805
3806 2005-11-03 Steven Bosscher <stevenb@suse.de>
3807
3808 * gcc_build: Fix my previous checking.
3809
3810 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
3811
3812 * gcc_update: Include revision number in LAST_UPDATED.
3813
3814 2005-10-30 Steven Bosscher <stevenb@suse.de>
3815
3816 * gcc_build: Use gcc.gnu.org as the default server. Set up
3817 SVN_REPOSITORY correctly. Add support for checking out branches.
3818
3819 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3820
3821 * gcc_update: When svn update is called and
3822 --silent is used, pass -q.
3823
3824 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3825
3826 * gcc_update: Remove the -q from svn invocation.
3827
3828 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
3829
3830 * gcc_build: Remove -d from the call to gcc_update.
3831
3832 2005-10-28 Daniel Berlin <dberlin@dberlin.org>
3833 Ben Elliston <bje@au1.ibm.com>
3834
3835 * gcc_update: Update for svn.
3836 * newcvsroot: Ditto.
3837 * gcc_build: Ditto.
3838
3839 2005-10-21 Mark Mitchell <mark@codesourcery.com>
3840
3841 * texi2pod.pl: Substitue for @value even when part of @include.
3842
3843 2005-10-21 Bob Wilson <bob.wilson@acm.org>
3844
3845 * texi2pod.pl: Convert two single quotes or two backquotes to
3846 double quotes.
3847
3848 2005-08-23 Ben Elliston <bje@au.ibm.com>
3849
3850 * gcc_update: Update dependencies for libjava/aclocal.m4.
3851
3852 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
3853
3854 * All files: Update with new FSF address.
3855
3856 2005-07-14 Ben Elliston <bje@au.ibm.com>
3857
3858 * filter_params.pl: Typo fix.
3859 * filter_knr2ansi.pl: Likewise.
3860
3861 2005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
3862
3863 * gennews (files): Update for egcs-1.0 release pages consolidation.
3864
3865 2005-04-17 Joseph S. Myers <joseph@codesourcery.com>
3866
3867 * gennews (files): Update for GCC 4.0.
3868
3869 2005-03-18 Alexandre Oliva <aoliva@redhat.com>
3870
3871 * gcc_update (silent): Unset instead of initializing to null.
3872
3873 2005-03-18 Andreas Schwab <schwab@suse.de>
3874
3875 * gcc_update (apply_patch): Properly quote $1.
3876
3877 2005-03-18 Zack Weinberg <zack@codesourcery.com>
3878
3879 * gcc_update: Add --silent option.
3880
3881 2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3882
3883 * warn_summary (keywordFilter): Update sed pattern for new quoting
3884 style in warnings.
3885
3886 2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3887
3888 * warn_summary: Add -fortran subdir flag.
3889 (subdirectoryFilter): Fix missing ada subdir.
3890
3891 2004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
3892
3893 * gcc_update (touch_files): Don't rely on "make" being GNU make;
3894 grep for "Touching" to determine that the rule executes.
3895
3896 2004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
3897
3898 * gcc_update (touch_files): Explicitly pass --no-print-directory.
3899
3900 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
3901
3902 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
3903
3904 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
3905
3906 * gcc_update: Add fixincludes.
3907
3908 2004-08-26 Matthias Klose <doko@debian.org>
3909
3910 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
3911
3912 2004-08-26 Matthias Klose <doko@debian.org>
3913
3914 * test_summary: Include baseline used for libstdc++-v3 abi check
3915 in test summary.
3916
3917 2004-08-25 Ben Elliston <bje@au.ibm.com>
3918
3919 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
3920
3921 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
3922
3923 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
3924 update done.
3925
3926 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
3927
3928 * gcc_update: libjava/configure.ac -> configure.in. Automake
3929 1.4 does not handle configure.ac properly.
3930
3931 2004-08-04 Andreas Schwab <schwab@suse.de>
3932
3933 * gcc_update: libjava/configure.in -> configure.ac.
3934
3935 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
3936
3937 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
3938
3939 2004-07-16 Jeff Law <law@redhat.com>
3940
3941 * analyze_brprob: Fix comments. More consistent output format.
3942
3943 2004-06-17 Diego Novillo <dnovillo@redhat.com>
3944
3945 * tree-ssa.doxy: Update for doxygen 1.3.5.
3946
3947 2004-06-14 Andreas Jaeger <aj@suse.de>
3948
3949 * gcc_update: boehm-gc/configure.in -> configure.ac.
3950
3951 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
3952
3953 * gcc_update (boehm-gc/configure): Depend on
3954 boehm-gc/configure.ac instead of boehm-gc/configure.in
3955
3956 2004-06-14 Paolo Bonzini <bonzini@gnu.org>
3957
3958 * gcc_update (libmudflap/configure): Depend on
3959 libmudflap/configure.ac instead of libmudflap/configure.in
3960
3961 2004-06-14 Andreas Jaeger <aj@suse.de>
3962
3963 * gcc_update: Add libcpp.
3964
3965 2004-06-10 Andreas Jaeger <aj@suse.de>
3966
3967 * gcc_update: Add libgfortran.
3968
3969 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
3970
3971 * gcc_update (libbanshee/configure): Depend on
3972 libbanshee/configure.ac instead of libbanshee/configure.in
3973
3974 2004-05-17 Zack Weinberg <zack@codesourcery.com>
3975
3976 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
3977 from list of files to be touched.
3978 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
3979
3980 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
3981
3982 * gennews: Update for GCC 3.4.
3983
3984 2004-05-13 Diego Novillo <dnovillo@redhat.com>
3985
3986 Merge from tree-ssa-20020619-branch.
3987
3988 * filter_gcc_for_doxygen: New file.
3989 * filter_knr2ansi.pl: New file.
3990 * filter_params.pl: New file.
3991 * tree-ssa.doxy: New file.
3992 * contrib/gcc_update (files_and_dependencies): Handle
3993 libbanshee and libmudflap.
3994
3995 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
3996 Andreas Jaeger <aj@suse.de>
3997
3998 * gcc_update (files_and_dependencies): Insert zlib dependencies.
3999
4000 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
4001
4002 * gcc_update (files_and_dependencies): libobjc/configure now
4003 depends on configure.ac, not configure.in.
4004
4005 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>
4006
4007 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
4008
4009 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
4010
4011 * gcc_update (files_and_dependencies): Insert libffi dependencies.
4012
4013 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
4014
4015 * gcc_update (files_and_dependencies): Insert libada/configure.
4016
4017 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
4018
4019 * gcc_update (files_and_dependencies): Update intl/configure.in
4020 to intl/configure.ac.
4021
4022 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
4023
4024 * gcc_update (files_and_dependencies): Update fastjar/configure.in
4025 to fastjar/configure.ac
4026
4027 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
4028
4029 * gcc_update (files_and_dependencies): Remove non-existant files.
4030
4031 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
4032
4033 * gcc_update (files_generated): Revert 2003-12-18 change.
4034
4035 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
4036
4037 * gcc_update (files_and_dependencies): For gcc directory,
4038 rename configure.in to configure.ac.
4039
4040 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
4041
4042 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4043 remove acconfig.h. No longer used.
4044
4045 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
4046
4047 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
4048 gcc/ada/gnat_ug_* to use it.
4049
4050 2003-12-16 James E Wilson <wilson@specifixinc.com>
4051
4052 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
4053 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
4054
4055 2003-12-11 Kelley Cook <kcook@gcc.gnu.org>
4056
4057 * gcc_update (files_and_dependencies): Correct typo in the filename
4058 gnat_ug_wnt.texi.
4059
4060 2003-12-08 Arnaud Charlet <charlet@act-europe.fr
4061
4062 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
4063 treeprs.ads.
4064
4065 2003-10-16 Mark Mitchell <mark@codesourcery.com>
4066
4067 * gennews (files): Add GCC 3.3 files.
4068
4069 2003-08-21 Mark Mitchell <mark@codesourcery.com>
4070
4071 * gcc_build: Fix handling of -t option. Add -x option.
4072
4073 2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
4074
4075 * texi2pod.pl: Remove extra line.
4076
4077 2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
4078
4079 * texi2pod.pl: Default @itemize's parameter to @bullet.
4080
4081 2003-07-12 Zack Weinberg <zack@codesourcery.com>
4082
4083 * gcc_update: gcc/acconfig.h no longer exists.
4084
4085 2003-07-11 Matthias Klose <doko@debian.org>
4086
4087 * test_installed: Add options to run objc tests.
4088 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
4089
4090 2003-07-04 Zack Weinberg <zack@codesourcery.com>
4091
4092 * gcc_update: Remove gcc/intl/plural.c from list.
4093 Add new generated files intl/plural.c, intl/configure,
4094 intl/config.h.in.
4095
4096 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
4097
4098 * gcc_update (files_and_dependencies): Add
4099 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
4100 gcc/testsuite/gcc.dg/cpp/mi1c.h.
4101
4102 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
4103
4104 * paranoia.cc: Fix spelling error.
4105
4106 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
4107 to GCC.
4108
4109 2003-04-04 Mike Stump <mrs@apple.com>
4110
4111 * compare_tests: Fix exit status and be more flexible with spacing.
4112
4113 2003-03-08 Phil Edwards <pme@gcc.gnu.org>
4114
4115 * test_summary: Add -h, print existing comments as help.
4116
4117 2003-03-03 H.J. Lu <hjl@gnu.org>
4118
4119 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
4120 * gcc_update: Likewise.
4121
4122 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
4123
4124 * test_summary (configflags): Only use the first match. Remove
4125 excess space. Use sub instead of gsub where possible. Use `none'
4126 if no configure flags were given.
4127
4128 2003-01-10 Loren J. Rittle <ljrittle@acm.org>
4129
4130 * test_summary (configflags): awk portability.
4131
4132 2003-01-07 Alexandre Oliva <aoliva@redhat.com>
4133
4134 * test_summary (configflags): Compute correctly with both
4135 autoconfiscated and Cygnus-style top-level.
4136
4137 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4138
4139 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
4140 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
4141 gcc/java/keyword.gperf
4142
4143 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4144
4145 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
4146 depending on gcc/intl/plural.y.
4147
4148 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
4149
4150 * gcc_update (configure): Depend on config/acx.m4 as well.
4151
4152 * gcc_update (configure): Depend on configure.in.
4153
4154 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
4155
4156 * texi2pod.pl: Skip contents of @copying.
4157
4158 2002-11-09 Zack Weinberg <zack@codesourcery.com>
4159
4160 * gthr_supp_vxw_5x.c: New file.
4161
4162 2002-10-21 Richard Henderson <rth@redhat.com>
4163
4164 * paranoia.cc (real_c_float::image): Accomodate size of
4165 real_internal format.
4166 (main): Unbuffer stdio. Add real_internal format.
4167 (floor_log2_wide): New.
4168
4169 2002-10-16 Richard Henderson <rth@redhat.com>
4170
4171 * paranoia.cc (ENUM_BITFIELD): New.
4172 (class): Define as klass around real.h.
4173 (real_c_float): Not a template any longer; define MODE as a
4174 class static constant; use real_format elements for SIZE.
4175 Update uses of real_to_decimal and real_to_hexadecimal.
4176 (main): Change -g argument to use a format name.
4177 (mode_for_size): Remove.
4178
4179 2002-09-16 Richard Henderson <rth@redhat.com>
4180
4181 * paranoia.cc: New file.
4182
4183 2002-09-04 Richard Henderson <rth@redhat.com>
4184
4185 * enquire.c: Remove.
4186
4187 2002-08-14 Mark Mitchell <mark@codesourcery.com>
4188
4189 * gennews (files): Add GCC 3.2 files.
4190
4191 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4192
4193 * gennews (files): Add proper files for the GCC 3.1 release series.
4194 Simplify and reformat introductory wording.
4195
4196 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
4197
4198 * enquire.c: Move from gcc.
4199
4200 2002-07-16 H.J. Lu <hjl@gnu.org>
4201
4202 * gcc_update (touch_files): Pass -s to ${MAKE}.
4203
4204 2002-06-26 Zack Weinberg <zack@codesourcery.com>
4205
4206 * texi2pod.pl: Correct handling of the internal R<> sequence.
4207
4208 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
4209
4210 * gcc_update (files_and_dependencies): Add generated Texinfo files
4211 for Ada.
4212
4213 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4214
4215 * test_installed: Allow for PWDCMD to override hardcoded pwd.
4216 * test_summary: Likewise.
4217
4218 2002-04-18 Geoffrey Keating <geoffk@redhat.com>
4219
4220 * gcc_update (touch_files): Don't have empty for loop.
4221
4222 2002-04-16 Richard Henderson <rth@redhat.com>
4223
4224 * gcc_update: Remove libchill.
4225
4226 2002-03-25 Zack Weinberg <zack@codesourcery.com>
4227
4228 * texi2pod.pl: Handle @end ftable and @end vtable.
4229
4230 2002-03-11 Zack Weinberg <zack@codesourcery.com>
4231
4232 * texi2pod.pl: Handle @include, @ftable, @vtable.
4233 Reformat some code for clarity.
4234
4235 2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
4236
4237 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
4238 WARNING and ERROR output from the *.sum files.
4239
4240 2002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4241
4242 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
4243 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
4244 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
4245
4246 2002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4247
4248 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
4249 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
4250 egcs-1.1/index.html.
4251
4252 2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4253
4254 * warn_summary: Add -ada subdirectory flag.
4255
4256 2001-12-12 Matthias Klose <doko@debian.org>
4257
4258 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
4259 generation of more than one man page from one source.
4260 Add '-' to set of valid chars for an identifier.
4261 Let -D option accept flags of the form <flag>=<value>.
4262 Use \s+ for whitespace detection in '@c man' lines.
4263 Handle @set and @clear independent of $output.
4264 Substitute all @value{}'s in a line.
4265
4266 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
4267
4268 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
4269 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
4270 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
4271 greater than 9 in enumerations.
4272
4273 2001-11-07 Laurent Guerby <guerby@acm.org>
4274
4275 * gcc_update (files_and_dependencies): Add Ada dependencies.
4276
4277 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4278
4279 * snapshot: Remove.
4280
4281 2001-09-07 Richard Sandiford <rsandifo@redhat.com>
4282
4283 Revert:
4284 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4285 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4286 touch.
4287
4288 2001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
4289
4290 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
4291 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
4292 touch.
4293
4294 Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
4295
4296 * analyze_brprob: Update for changes in gcc debug output.
4297
4298 Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
4299
4300 * analyze_brprob: Avoid more overflows.
4301
4302 2001-07-27 Richard Henderson <rth@redhat.com>
4303
4304 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
4305
4306 Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
4307
4308 * analyze_brprob: Avoid overflows.
4309
4310 2001-07-27 Richard Henderson <rth@redhat.com>
4311
4312 * gcc_update: Dump timestamp in LAST_UPDATED.
4313
4314 2001-07-26 Andreas Jaeger <aj@suse.de>,
4315 Hans-Peter Nilsson <hp@bitrange.com>
4316
4317 * analyze_brprob: Fix documentation.
4318
4319 Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
4320
4321 * analyze_brprob: Fix awk compatibility problems; update comment.
4322
4323 2001-07-23 Andreas Jaeger <aj@suse.de>
4324
4325 * analyze_brprob: Fix more typos.
4326
4327 2001-07-23 Andreas Jaeger <aj@suse.de>
4328
4329 * analyze_brprob: Fix typos.
4330
4331 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
4332
4333 * texi2pod.pl: Handle @r inside @item.
4334
4335 2001-07-02 Zack Weinberg <zackw@stanford.edu>
4336
4337 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
4338
4339 2001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
4340
4341 * warn_summary: Fix typo in a comment.
4342
4343 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
4344
4345 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
4346
4347 2001-06-13 Mark Mitchell <mark@codesourcery.com>
4348
4349 * gennews: Set TERM to vt100 for Lynx.
4350
4351 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4352
4353 * release: Remove.
4354
4355 Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
4356
4357 * analyze_brprob: New file.
4358
4359 2001-06-11 Mark Mitchell <mark@codesourcery.com>
4360
4361 * gcc_build: Output information about the commands used to
4362 configure the compiler.
4363
4364 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
4365
4366 * gennews: Update for GCC 3.0.
4367
4368 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
4369
4370 * gcc_update: Update for move of documentation to gcc/doc.
4371
4372 2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
4373
4374 * contrib/test_summary (files): Sort before evaluating.
4375
4376 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4377
4378 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
4379
4380 2001-05-21 Mark Mitchell <mark@codesourcery.com>
4381
4382 * gcc_build: Use -d when invoking gcc_update.
4383
4384 2001-05-18 Andreas Jaeger <aj@suse.de>
4385
4386 * gcc_update: Add rules for libf2c/libI77.
4387
4388 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
4389
4390 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
4391
4392 2001-05-14 Loren J. Rittle <ljrittle@acm.org>
4393
4394 * gcc_update (touch_files): Enhance make portability.
4395
4396 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
4397
4398 * gcc_update (touch_files): Use a Makefile to touch files.
4399
4400 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
4401
4402 * texi2pod.pl: Add copyright and GPL notices.
4403
4404 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
4405
4406 * texi2pod.pl: Handle "\,".
4407
4408 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
4409
4410 * texi2pod.pl: Fix regular expression for @r to avoid exponential
4411 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
4412 version check.
4413
4414 2001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4415
4416 * warn_summary (stageNfilter): Update for recent changes in
4417 bootstrap logic.
4418
4419 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
4420
4421 * texi2pod.pl: Require at least perl 5.6.0.
4422
4423 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
4424
4425 * gcc_update: Add gcc/gcc.1 to generated files.
4426 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
4427 discarding to end of sentence with @xref where the sentence has an
4428 interior "." in markup, and handle discarding parentheses around
4429 such a sentence.
4430
4431 2001-01-11 Bernd Schmidt <bernds@redhat.com>
4432
4433 * gennews: Add gcc-2.95.3.
4434
4435 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
4436
4437 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
4438 @command. Format URLs and email addresses in bold.
4439
4440 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
4441
4442 * gcc_update: Add cpp.1 to the list of generated files.
4443
4444 * texi2pod.pl: Handle @option and @env.
4445
4446 2001-01-03 Mike Stump <mrs@wrs.com>
4447
4448 * snapshot: Update to account for java libraries.
4449
4450 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
4451
4452 * test_summary: Export filesuffix, not fileprefix.
4453
4454 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
4455
4456 * release: Change some EGCS references to GCC.
4457
4458 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4459
4460 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
4461 subdirectory flags. Add source directory prefix filtering.
4462 Redirect diagnostic output to stderr.
4463
4464 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
4465
4466 * texi2pod.pl: If multiple @c man sections with the same tag
4467 appear, concatenate them in the final output. When skipping,
4468 ignore block commands that can't cause skipping, and honor
4469 those that can. Ensure that verbatim blocks are separate
4470 paragraphs.
4471
4472 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
4473
4474 * gcc_update: Don't touch tradcif.c or java/parse.h.
4475
4476 2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
4477
4478 * texi2pod.pl: Restructure for comprehensibility, add
4479 comments. Merge handling of @ignore and @ifxxx. Handle a
4480 whole bunch more Texinfo commands. Use consistent formatting
4481 style.
4482
4483 2000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
4484
4485 * gennews: New script.
4486
4487 2000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4488
4489 * gcc_update: Update a comment as we now require bison for CVS users.
4490
4491 2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
4492
4493 * gcc_update: Add gcov.1 to the list of generated files.
4494
4495 2000-11-21 Mark Mitchell <mark@codesourcery.com>
4496
4497 * gcc_build: Remove code to put information in a log file.
4498
4499 2000-11-19 Zack Weinberg <zackw@stanford.edu>
4500
4501 * texi2pod.pl:
4502 - Add real command line parsing.
4503 - Support @ifset, @ifclear, @set, @value, -D switch.
4504 - Support @sc. Improve handling of @ref and friends.
4505 - Discard @subsection, @need, @node lines.
4506 - Un-nest font changes to match texinfo semantics.
4507 - Handle @{ and @}. Oops.
4508 - Don't emit E<> directives inside verbatim blocks.
4509
4510 2000-11-12 Bruce Korb <bkorb@gnu.org>
4511
4512 * release: generalize the release script a bit.
4513
4514 Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
4515
4516 * gcc_build: Add -o option for setting the objdir to use.
4517
4518 2000-11-11 Jeff Law <law@redhat.com>,
4519
4520 * release: New file.
4521
4522 2000-11-08 Jeff Law <law@redhat.com>,
4523 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4524
4525 * snapshot: New file.
4526
4527 2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
4528
4529 * gcc_build (bootstrap_gcc): New function.
4530 (configure_gcc): Likewise.
4531 (build_gcc): Rewritten to use configure and bootstrap.
4532 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
4533
4534 2000-10-31 Mark Mitchell <mark@codesourcery.com>
4535
4536 * gcc_build (MAKE): New variable.
4537 (build_gcc): Use it. Fix logging of errors.
4538 (install_gcc): Likewise.
4539
4540 2000-10-29 Mark Mitchell <mark@codesourcery.com>
4541
4542 * gcc_build: Save the output from CVS into the logfile as well.
4543
4544 2000-10-25 Mark Mitchell <mark@codesourcery.com>
4545
4546 * gcc_build: Fix typos.
4547
4548 2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
4549
4550 * gperf-2.7-19981006.pat: Remove.
4551
4552 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
4553
4554 * test_installed: Change EGCS references to refer to GCC.
4555
4556 2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4557
4558 * gcc_update (touch_files): Add some informative output.
4559
4560 2000-09-16 Andreas Jaeger <aj@suse.de>
4561
4562 * gcc_update: Remove gcc/c-parse.gperf.
4563
4564 2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
4565 Alexandre Oliva <aoliva@redhat.com>
4566
4567 * gcc_update: Execute touch_files_reexec even if `cvs update`
4568 failed.
4569
4570 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
4571
4572 * test_summary: AWK breaks with filenames containing `='.
4573
4574 Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
4575
4576 * gcc_build: New script.
4577
4578 2000-07-13 Mark Mitchell <mark@codesourcery.com>
4579
4580 * gcc_update (files_and_dependencies): Remove generated YACC files.
4581
4582 2000-07-12 Mark Mitchell <mark@codesourcery.com>
4583
4584 * gcc_update (files_and_dependencies): Remove generated YACC files.
4585
4586 2000-06-04 Mark Mitchell <mark@codesourcery.com>
4587
4588 * newcvsroot: Handle filenames that contain spaces.
4589
4590 2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
4591
4592 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
4593 Elide --with-gcc-version-trigger and --norecursion from
4594 configure flags. Remove code to report status of haifa scheduler.
4595
4596 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
4597
4598 * gcc_update (self): Set to `$0'.
4599 (touch_files_reexec): Use `$self' instead of `$0'.
4600
4601 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
4602
4603 * gcc_update (touch_files_reexec): New function, run after the
4604 tree is modified.
4605
4606 2000-05-08 Richard Hendeson <rth@cygnus.com>
4607
4608 * gcc_update: Remove references to inclhack.tpl.
4609
4610 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
4611
4612 * index-prop: Use a single pattern. Also support *** cdiffs.
4613
4614 2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
4615
4616 * index-prop: Don't change /dev/null.
4617
4618 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4619
4620 * gcc_update: Refer to GCC and gcc_update instead of egcs and
4621 egcs_update.
4622
4623 2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
4624
4625 * index-prop: Fix occasional problem when using cvs diff -p.
4626
4627 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
4628
4629 * gcc_update: Remove references to cexp.c/cexp.y.
4630
4631 1999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4632
4633 * newcvsroot: Add check on the number of command-line arguments.
4634 Add usage.
4635
4636 Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
4637
4638 * gcc_update: Allow patches compressed by bzip2.
4639
4640 1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
4641
4642 * newcvsroot: New file.
4643
4644 1999-09-11 Craig Burley <craig@jcb-sc.com>
4645
4646 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
4647
4648 1999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4649
4650 * gcc_update: New file.
4651 * egcs_update: Renamed to gcc_update.
4652
4653 1999-08-09 Robert Lipe <robertlipe@usa.net>
4654
4655 * test_summary: Quote curly braces in 1999-07-03 change.
4656
4657 1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4658
4659 * egcs_update (files_and_dependencies): Fixed typo in
4660 gcc/cstamp-h.in. Added gcc/config.in.
4661
4662 1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4663
4664 * egcs_update (files_and_dependencies): New function, with
4665 complete list of files to be updated, as well as their
4666 dependencies.
4667 (touch_files): Check the timestamp of each generated file against
4668 its dependencies'.
4669 (main): New flags --touch, --list and --help. Remove the
4670 pre-update step.
4671
4672 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
4673
4674 * test_summary: Replace egcs with gcc. Update e-mail address.
4675
4676 1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4677 Jerry Quinn <jquinn@nortelnetworks.com>
4678
4679 * egcs_update (touch_files, apply_patch): New functions.
4680 Use them. New command-line option --patch. Split test of local
4681 tree into two parts. Add comments.
4682
4683 1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
4684
4685 * test_summary: If Target is `unix{*}', append the Target variants
4686 to Host.
4687
4688 1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
4689
4690 * test_summary: Set default mail-address and version for egcs
4691 instead of relying on unpredictable pathnames.
4692 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
4693
4694 Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
4695
4696 * fixinc/*: Delete obsolete files.
4697
4698 1999-02-04 Robert Lipe <robertlipe@usa.net>
4699
4700 * egcs_update: Test return values of 'cvs update'. Propogate
4701 to caller as exit values.
4702
4703 1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4704
4705 * egcs_update: Use "if" instead of "&&". Touch generated files
4706 only after the corresponding *.y files.
4707
4708 1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4709
4710 * egcs_update: Do not use xargs, but a backquote construct.
4711
4712 1999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
4713
4714 * test_summary (version): Remove carriage return that gawk inserts
4715 in the version string for some reason.
4716
4717 1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4718
4719 * egcs_update: Only touch files that already exist.
4720
4721 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
4722
4723 * test_summary (EOF): Remove double backslash.
4724 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4725
4726 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4727
4728 * test_summary (address): Set to egcs-testresults mailing list.
4729
4730 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
4731
4732 * test_summary (address): Added Marc Lehmann's testsuite-results
4733 to the default e-mail address.
4734
4735 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
4736
4737 * test_summary (-p, prepend_logs): Add these before the summary.
4738 (Compiler, Platform): Print these just before configflags.
4739
4740 Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4741
4742 * warn_summary (longLineFilter): New shell function to encapsulate
4743 this functionality. It is off by default, only active if -llf
4744 flag is specified.
4745 (subdirectoryFilter): Fix bug in filtering which made some
4746 subdirectory warnings erroneously appear in the toplevel set.
4747 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
4748 warnings from stage1 as well as stage0, which means warnings from
4749 outside the bootstrap directory. Eg, the libraries, etc.
4750 (warningFilter): New shell function to encapsulate this
4751 functionality.
4752 (keywordFilter): New shell function to encapsulate this
4753 functionality.
4754
4755 Store data in a temp file rather than calculating it 3x. Arrange
4756 to remove it on exit and signals.
4757
4758 Add -pass/-wpass flags to do "pass through" (i.e. manual
4759 inspection) of bootstrap output from a particular stageN as well
4760 as language subdirs.
4761
4762 Add better comments/documentation.
4763
4764 Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4765
4766 * egcs_update: Add comment about keeping the FAQ synchronized.
4767
4768 Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
4769
4770 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
4771 in the repo again.
4772
4773 Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
4774
4775 * egcs_update: Added gcc/fixinc/* generated files to touch list.
4776
4777 Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
4778
4779 * egcs_update: Remove gcc/java/parse.c from list of files to
4780 touch.
4781
4782 Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4783
4784 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
4785
4786 Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4787
4788 * warn_summary (subdirectoryFilter): New shell function to
4789 optionally filter in/out gcc subdirectories when summarizing
4790 warnings. Add new flags to support subdirectory filtering.
4791
4792 Also, ensure the bootstrap stage is a number. Add some more C
4793 keywords that are preserved in the "warning type" summary and
4794 tighten up the "arg ???" regexp.
4795
4796 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
4797
4798 * fixinc/inclhack.def: Not all C++ comments in C headers
4799 were treated alike. They are now. Also fixed syntax
4800 of sed expression in "systypes" fix.
4801
4802 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
4803
4804 * egcs_update: Added fixinc/* generated files to touch list.
4805
4806 Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4807
4808 * egcs_update: Additionally touch gcc/java/parse.[ch].
4809
4810 Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
4811
4812 * fixinc/inclhack.def: Added two files required by
4813 SCO's Open Server 5's avoid_bool fix.
4814 Regenerated fixinc.x and inclhack.sh to incorporate
4815 the update.
4816
4817 Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
4818
4819 * egcs_update: Do the pass 1 CVS update only for files that
4820 may reasonably be under CVS control.
4821
4822 1998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
4823
4824 * test_installed: New script for testing already-installed
4825 gcc/g++/g77.
4826
4827 Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4828
4829 * egcs_update: Assigned copyright to FSF.
4830
4831 Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4832 Alexandre Oliva <oliva@dcc.unicamp.br>
4833
4834 * egcs_update: New switch --nostdflags and documentation
4835 enhancements.
4836
4837 Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4838
4839 * egcs_update: New script.
4840
4841 1998-08-05 Bruce Korb <korbb@datadesign.com>
4842
4843 * fixinc/Makefile
4844 Added define for target machine so machine-specific tests
4845 can be selected for or against.
4846
4847 * fixinc/fixincl.c
4848 Added an array of string pointers to machines to select
4849 or avoid, depending on a FD_MACH_IFNOT bit flag.
4850 Used a shell script to match the defined TARGET_MACHINE
4851 with any of the given match patterns.
4852
4853 * fixinc/fixincl.tpl
4854 Generate the array of strings and bit flag, as needed,
4855 depending on "mach" and "not_machine" attributes for a fix.
4856
4857 * fixinc/mkfixinc.sh
4858 Invoke the make with TARGET assigned the value of the
4859 machine name argument.
4860
4861 Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
4862
4863 * compare_tests: New script.
4864
4865 1998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
4866
4867 * test_summary: Assigned copyright to FSF.
4868
4869 Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4870
4871 * test_summary: Corrected script name in comments providing
4872 documentation. Added linebreaks for lines with > 80 characters.
4873
4874 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4875
4876 * test_summary: New switch, -i, and environment variable,
4877 append_logs, for including files in the report.
4878
4879 1998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
4880
4881 * warn_summary: Update to Kaveh's latest version allowing to
4882 specify the last stage built.
4883
4884 1998-05-29 Bruce Korb <korbb@datadesign.com>
4885
4886 * fixinc/mkfixinc.sh
4887 Changes to make it easier to invoke on platforms that
4888 normally do not invoke fixincludes.
4889
4890 * fixinc/inclhack.def
4891 Applied fixes from egcs/gcc/fixincludes from the past several
4892 months.
4893
4894 1998-05-28 Bruce Korb <korbb@datadesign.com>
4895
4896 * fixinc/*: Updated most everything for a first real
4897 try at getting "fast_fixincludes" working.
4898
4899 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
4900
4901 * index-prop: New file.
4902
4903 Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
4904
4905 * test_summary: find good awk (copied from warn_summary).
4906
4907 Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
4908
4909 * test_summary, warn_summary: New files