]> git.ipfire.org Git - thirdparty/gcc.git/blob - contrib/ChangeLog
Daily bump.
[thirdparty/gcc.git] / contrib / ChangeLog
1 2021-01-11 Martin Liska <mliska@suse.cz>
2
3 * update-copyright.py: Port to python3 by guessing encoding
4 (first utf8, then iso8859). Add 2 more ignores: .png and .pyc.
5
6 2021-01-06 Martin Liska <mliska@suse.cz>
7
8 * gcc-changelog/git_commit.py: Add decode_path function.
9 * gcc-changelog/git_email.py: Use it in order to solve
10 utf8 encoding filename issues.
11 * gcc-changelog/git_repository.py: Likewise.
12 * gcc-changelog/test_email.py: Test it.
13
14 2021-01-04 Jakub Jelinek <jakub@redhat.com>
15
16 * update-copyright.py: Add AMD and Ulf Adams as external authors.
17
18 2021-01-04 Jakub Jelinek <jakub@redhat.com>
19
20 * update-copyright.py: Use 8 spaces instead of tab to indent.
21
22 2021-01-04 Martin Liska <mliska@suse.cz>
23
24 * mklog.py: Add --update-copyright option which adds:
25 "Update copyright years." to ChangeLog files belonging
26 to a modified file.
27
28 2021-01-04 Martin Liska <mliska@suse.cz>
29
30 * gcc-changelog/git_commit.py: Skip Update copyright
31 years commits.
32
33 2020-12-21 Martin Liska <mliska@suse.cz>
34
35 * gcc-changelog/git_commit.py: Add new error for quoted
36 filenames.
37 * gcc-changelog/test_email.py: Test it.
38 * gcc-changelog/test_patches.txt: Test it.
39
40 2020-12-21 Martin Liska <mliska@suse.cz>
41
42 * gcc-changelog/test_email.py: New test.
43 * gcc-changelog/test_patches.txt: Likewise.
44
45 2020-12-17 Nathan Sidwell <nathan@acm.org>
46
47 PR bootstrap/98300
48 * gcc_update: Add c++tools/config.h.in.
49
50 2020-12-15 Nathan Sidwell <nathan@acm.org>
51
52 * gcc_update: Add c++tools & libcody.
53
54 2020-12-15 Nathan Sidwell <nathan@acm.org>
55
56 * gcc-changelog/git_commit.py (changelog_locations): Add
57 libcody, c++tools.
58
59 2020-12-08 Martin Liska <mliska@suse.cz>
60
61 * filter-clang-warnings.py: Filter more cases.
62
63 2020-12-08 Martin Liska <mliska@suse.cz>
64
65 * filter-clang-warnings.py: Modernize and filter 2 more
66 patterns.
67
68 2020-12-04 Martin Liska <mliska@suse.cz>
69
70 * check-params-in-docs.py: use flake8 and add some
71 tweaks to ignore aarch64 params.
72
73 2020-12-02 Jason Merrill <jason@redhat.com>
74
75 * gcc-git-customization.sh: Configure sendemail.to.
76
77 2020-11-30 Martin Liska <mliska@suse.cz>
78
79 * gcc-changelog/git_commit.py: Suggest close file for
80 'unchanged file mentioned in a ChangeLog' error.
81 * gcc-changelog/test_email.py: Test it.
82
83 2020-11-30 Martin Liska <mliska@suse.cz>
84
85 * gcc-changelog/git_commit.py: Allow sub-directory wildcard
86 changelog entry. Fix a typo caused by apostrophe escaping.
87 * gcc-changelog/test_email.py: Test it.
88 * gcc-changelog/test_patches.txt: Likewise.
89
90 2020-11-30 Jonathan Wakely <jwakely@redhat.com>
91
92 * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++
93 testsuite directory.
94
95 2020-11-30 Martin Liska <mliska@suse.cz>
96
97 * gcc-changelog/git_commit.py: Allow wildcard pattern only.
98
99 2020-11-27 Martin Liska <mliska@suse.cz>
100
101 * gcc-changelog/git_commit.py: Use regex for cherry pick prefix.
102 * gcc-changelog/test_email.py: Test it.
103 * gcc-changelog/test_patches.txt: Likewise.
104
105 2020-11-25 Martin Liska <mliska@suse.cz>
106
107 * gcc-changelog/git_commit.py: Use revert_regex instead
108 of string prefix. Convert sets to literals.
109
110 2020-11-16 Martin Liska <mliska@suse.cz>
111
112 * mklog.py: Do not call read on an input stream.
113 Fix some flake8 issues.
114
115 2020-11-07 Lewis Hyatt <lhyatt@gmail.com>
116
117 * unicode/EastAsianWidth.txt: Update to Unicode 13.0.0.
118 * unicode/PropList.txt: Likewise.
119 * unicode/README: Likewise.
120 * unicode/UnicodeData.txt: Likewise.
121 * unicode/from_glibc/unicode_utils.py: Update to latest glibc version.
122 * unicode/from_glibc/utf8_gen.py: Likewise.
123
124 2020-11-06 Martin Liska <mliska@suse.cz>
125
126 * gcc-changelog/git_commit.py: Add new check.
127 * gcc-changelog/test_email.py: Test it.
128 * gcc-changelog/test_patches.txt: Add new patch.
129
130 2020-11-04 Martin Liska <mliska@suse.cz>
131
132 * gcc-changelog/git_repository.py: Set strict=True
133 for parse_git_revisions as a default.
134
135 2020-11-04 Tobias Burnus <tobias@codesourcery.com>
136
137 * gcc-changelog/git_commit.py (item_parenthesis_empty_regex,
138 item_parenthesis_regex): Add.
139 (check_for_empty_description): Use them.
140 * gcc-changelog/test_email.py (test_emptry_entry_desc,
141 test_emptry_entry_desc_2): Add.
142 * gcc-changelog/test_patches.txt: Add two testcases for it.
143
144 2020-11-03 Tobias Burnus <tobias@codesourcery.com>
145
146 * gcc-changelog/git_email.py: Add unidiff_supports_renaming check.
147
148 2020-11-03 Martin Liska <mliska@suse.cz>
149
150 * gcc-changelog/setup.cfg: New file.
151
152 2020-10-30 Martin Liska <mliska@suse.cz>
153
154 * gcc-changelog/git_commit.py: Handle empty groups in
155 file description.
156 * gcc-changelog/test_email.py: New test.
157 * gcc-changelog/test_patches.txt: Likewise.
158
159 2020-09-21 Tobias Burnus <tobias@codesourcery.com>
160
161 * mklog.py: Parse first 10 lines for PR/DR number
162 not only the first line.
163
164 2020-09-17 Dimitrij Mojoski <dmjpp@hotmail.com>
165
166 * clang-format: Autodetect C++ standard in use rather than
167 forcing C++03.
168
169 2020-08-26 Iain Buclaw <ibuclaw@gdcproject.org>
170
171 * config-list.mk (LIST): Add OPT-enable-obsolete to tilegx-linux-gnu,
172 tilegxbe-linux-gnu, and tilepro-linux-gnu.
173
174 2020-07-29 Martin Liska <mliska@suse.cz>
175
176 * git-backport.py: fix how are ChangeLog paths combined.
177
178 2020-07-23 Patrick Palka <ppalka@redhat.com>
179
180 * vimrc (SetStyle): Also inspect &filetype to determine whether
181 a file is C-like.
182
183 2020-07-23 Martin Liska <mliska@suse.cz>
184
185 * gcc-changelog/git_commit.py: When reverting a backport,
186 we should print only Revert header.
187
188 2020-07-17 Jonathan Wakely <jwakely@redhat.com>
189
190 * gcc-changelog/git_update_version.py: Fix typo.
191
192 2020-07-10 Mike Nolta <mike@nolta.net>
193
194 * download_prerequisites: Don't pass wget options to curl.
195
196 2020-07-07 Alexandre Oliva <oliva@adacore.com>
197 Martin Liska <mliska@suse.cz>
198
199 * gcc-changelog/git_commit.py: Support CASE and COND.
200 * gcc-changelog/test_patches.txt: Add test.
201 * gcc-changelog/test_email.py: Add test.
202
203 2020-06-30 Martin Liska <mliska@suse.cz>
204
205 * gcc-changelog/git_repository.py: Support older releases of
206 GitPython when renamed_file was named renamed.
207
208 2020-06-30 Martin Liska <mliska@suse.cz>
209
210 * gcc-changelog/git_check_commit.py: Print revision
211 of original_info.
212 * gcc-changelog/git_commit.py: Support Revert commits.
213
214 2020-06-30 Martin Liska <mliska@suse.cz>
215
216 * gcc-changelog/git_check_commit.py: Use GitInfo
217 * gcc-changelog/git_commit.py: Add GitInfo class.
218 * gcc-changelog/git_email.py: Use GitInfo class.
219 * gcc-changelog/git_repository.py: Likewise.
220
221 2020-06-24 Ilya Leoshkevich <iii@linux.ibm.com>
222
223 * download_prerequisites: Support AIX and OpenBSD unames.
224 Pipe `{gzip,bzip2} -d` to `tar -xf -`.
225
226 2020-06-18 Martin Liska <mliska@suse.cz>
227
228 * gcc-changelog/git_update_version.py: First checkout and then
229 run git pull ---rebase.
230
231 2020-06-18 Martin Liska <mliska@suse.cz>
232
233 * gcc-changelog/git_update_version.py: Support merge commits
234 and walk only on the branch that is being merged and generate
235 missing ChangeLog entries.
236
237 2020-06-18 Martin Liska <mliska@suse.cz>
238
239 * gcc-changelog/git_commit.py: Fix Backported from timestamp when
240 use_commit_ts=True is used.
241
242 2020-06-17 Martin Liska <mliska@suse.cz>
243
244 * gcc-changelog/git_commit.py: Print 'Backported from master'
245 heading to backported commits.
246 * gcc-changelog/test_email.py: Test it.
247 * gcc-changelog/test_patches.txt: Add new patch.
248 * gcc-changelog/git_repository.py: Add commit_to_date hook.
249 * gcc-changelog/git_email.py: Add fuzzy implementation
250 of commit_to_date_hook.
251
252 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
253
254 * prepare-commit-msg: Use the gcc-config.mklog-hook-type Git
255 config key instead of the GCC_FORCE_MKLOG environment variable.
256 Optionally disable generating a new ChangeLog template for
257 amended commits when the existing log is still OK.
258
259 2020-06-11 Martin Liska <mliska@suse.cz>
260
261 * gcc-changelog/git_update_version.py: Add --curent argument.
262
263 2020-06-11 Martin Liska <mliska@suse.cz>
264
265 * prepare-commit-msg: Replace ENV variable with a git config
266 value.
267
268 2020-06-11 Jonathan Wakely <jwakely@redhat.com>
269
270 * prepare-commit-msg: Use 'tee' to save the diff to a file
271 instead of running 'git diff' twice.
272
273 2020-06-10 Martin Liska <mliska@suse.cz>
274
275 * gcc-changelog/git_commit.py: Fix renamed files in
276 parse_git_name_status.
277 * gcc-changelog/test_email.py: Add test for it.
278
279 2020-06-10 Martin Liska <mliska@suse.cz>
280
281 * gcc-changelog/git_commit.py: Add more supported prefixes.
282 * gcc-changelog/test_email.py: Fix one flake8 error.
283 * gcc-changelog/test_patches.txt: Add tested for newly
284 supported prefixes.
285
286 2020-06-10 Jonathan Wakely <jwakely@redhat.com>
287
288 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
289 Improve error strings.
290 * gcc-changelog/test_email.py: Update expected errors.
291
292 2020-06-09 Jonathan Wakely <jwakely@redhat.com>
293
294 * gcc-changelog/git_email.py: Set exit status on error.
295
296 2020-06-09 Martin Liska <mliska@suse.cz>
297
298 * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
299 match the top-level ChangeLog.
300 * gcc-changelog/test_email.py: Add test.
301 * gcc-changelog/test_patches.txt: Likewise.
302
303 2020-06-02 Martin Liska <mliska@suse.cz>
304
305 * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
306 wildcard_prefixes locations.
307 * gcc-changelog/test_email.py: Test it.
308 * gcc-changelog/test_patches.txt: Add 3 new patches.
309
310 2020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
311
312 * gcc-changelog/git_commit.py (ignored_prefixes): Add
313 gcc/testsuite/gdc.test/.
314
315 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
316
317 * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
318 Update expected error message.
319
320 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
321
322 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
323 grammar.
324
325 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
326
327 * prepare-commit-msg: Do nothing if the mklog.py script isn't
328 present.
329
330 2020-06-02 Jonathan Wakely <jwakely@redhat.com>
331
332 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
333 Improve error text.
334
335 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
336
337 * config-list.mk (LIST): Add v850e1-elf.
338
339 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
340
341 * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
342
343 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
344
345 * config-list.mk (LIST): Remove arm-wrs-vxworks.
346
347 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
348
349 * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
350 crisv32-linux.
351
352 2020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
353
354 * config-list.mk (LIST): Add pru-elf.
355
356 2020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
357
358 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
359
360 2020-05-29 Martin Liska <mliska@suse.cz>
361
362 * gcc-changelog/git_commit.py: Find empty change descriptions.
363 * gcc-changelog/test_email.py: New test.
364 * gcc-changelog/test_patches.txt: New patch that tests that.
365
366 2020-05-29 Martin Liska <mliska@suse.cz>
367
368 * git-backport.py: The script did 'git co HEAD~' when
369 there was no modified ChangeLog file in a successful
370 git cherry pick.
371 Run cherry-pick --continue without editor.
372
373 2020-05-29 Martin Liska <mliska@suse.cz>
374
375 * gcc-changelog/git_commit.py: Properly
376 handle duplicite authors.
377 * gcc-changelog/test_email.py: New test.
378 * gcc-changelog/test_patches.txt: New patch.
379
380 2020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
381
382 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
383 renamings as a file deletion plus a file addition.
384 * gcc-changelog/git_repository.py (parse_git_revisions):
385 Likewise.
386 * gcc-changelog/test_email.py: New testcase.
387 * gcc-changelog/test_patches.txt: New testcase.
388
389 2020-05-28 Martin Liska <mliska@suse.cz>
390
391 * check-params-in-docs.py: Update to new format
392 of help. Apply flake8 corrections.
393
394 2020-05-28 Martin Liska <mliska@suse.cz>
395
396 * mklog.py: Support renaming of files.
397 One needs unidiff 0.6.0+.
398 * test_mklog.py: Test it.
399
400 2020-05-27 Martin Liska <mliska@suse.cz>
401
402 * gcc-git-customization.sh: Use git-backport.py to drop
403 all changes for ChangeLog files.
404 * git-backport.py: New file.
405
406 2020-05-27 Martin Liska <mliska@suse.cz>
407
408 * gcc-git-customization.sh: Rename
409 commit-mklog to gcc-commit-mklog.
410
411 2020-05-27 Martin Liska <mliska@suse.cz>
412
413 * prepare-commit-msg: Save diff to a file if
414 the GCC_GIT_DIFF_FILE variable is set.
415
416 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
417
418 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
419 with multi-line file lists.
420 * gcc-changelog/test_email.py: New testcase.
421 * gcc-changelog/test_patches.txt: Likewise.
422
423 2020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
424
425 * gcc-changelog/git_update_version.py: Close file objects after
426 use.
427 * gcc-changelog/git_email.py: Likewise.
428 * gcc-changelog/test_email.py: Likewise.
429
430 2020-05-26 Martin Liska <mliska@suse.cz>
431
432 * gcc-changelog/git_update_version.py: Add 2 new options.
433
434 2020-05-26 Alexandre Oliva <oliva@gnu.org>
435
436 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
437 'for' prefix.
438
439 2020-05-26 Alexandre Oliva <oliva@adacore.com>
440
441 * compare-debug: Adjust for .gkd files named as dump files,
442 with the source suffix rather than the object suffix.
443
444 2020-05-26 Martin Liska <mliska@suse.cz>
445
446 * gcc-changelog/git_commit.py: Parse changelog entries for
447 ignored locations.
448 * gcc-changelog/test_email.py: Add new test for it.
449 * gcc-changelog/test_patches.txt: Likewise.
450
451 2020-05-26 Jason Merrill <jason@redhat.com>
452
453 * prepare-commit-msg: New file.
454 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
455 * mklog.py: Add new option -c which appends
456 to a ChangeLog file.
457
458 2020-05-25 Martin Liska <mliska@suse.cz>
459
460 * gcc-changelog/git_commit.py: Add trailing '/'
461 for libdruntime. Allow empty changelog for
462 only ignored files.
463 * gcc-changelog/test_email.py: New test for go
464 patch in ignored location.
465 * gcc-changelog/test_patches.txt: Add test.
466
467 2020-05-22 Jakub Jelinek <jakub@redhat.com>
468
469 * gcc-changelog/git_commit.py: Add trailing / to
470 gcc/testsuite/go.test/test and replace gcc/go/frontend/
471 with gcc/go/gofrontend/ in ignored locations.
472
473 2020-05-22 Martin Liska <mliska@suse.cz>
474
475 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
476 to ignored locations.
477
478 2020-05-21 Martin Liska <mliska@suse.cz>
479
480 * gcc-changelog/git_update_version.py: Prepare the script, the
481 only missing piece is pushing of the updated branches.
482
483 2020-05-21 Martin Liska <mliska@suse.cz>
484
485 * gcc-changelog/git_commit.py: Support DR entries/
486 * gcc-changelog/test_email.py: New test for it.
487 * gcc-changelog/test_patches.txt: New patch for it.
488
489 2020-05-21 Martin Liska <mliska@suse.cz>
490
491 * mklog.py: Support DR parsing.
492 * test_mklog.py: New test for DR parsing.
493
494 2020-05-20 Martin Liska <mliska@suse.cz>
495
496 * gcc-changelog/git_commit.py: Add author_tuple
497 only if not present in author_lines.
498 * gcc-changelog/test_email.py: New test.
499 * gcc-changelog/test_patches.txt: Add new patch.
500
501 2020-05-20 Martin Liska <mliska@suse.cz>
502
503 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
504 * gcc-changelog/test_email.py: Add new test.
505 * gcc-changelog/test_patches.txt: Add new patch.
506
507 2020-05-20 Frederik Harwath <frederik@codesourcery.com>
508
509 * gcc-changelog/git_commit.py: Skip over lines starting
510 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
511
512 2020-05-20 Martin Liska <mliska@suse.cz>
513
514 * gcc-changelog/git_check_commit.py: Change
515 --allow-non-strict-mode to --non-strict-mode.
516
517 2020-05-20 Martin Liska <mliska@suse.cz>
518
519 * gcc-changelog/git_commit.py: Support cherry pick
520 prefix.
521 * gcc-changelog/test_email.py: Test it.
522 * gcc-changelog/test_patches.txt: Add new patch.
523 * gcc-git-customization.sh: Add gcc-backport.
524
525 2020-05-19 Martin Liska <mliska@suse.cz>
526
527 * mklog.py: Use REST API for bug title downloading.
528
529 2020-05-19 Martin Liska <mliska@suse.cz>
530
531 * gcc-changelog/git_commit.py: Add param use_commit_ts
532 for to_changelog_entries.
533 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
534
535 2020-05-19 Martin Liska <mliska@suse.cz>
536
537 * mklog.py: Skip GTY for struct names. Make flake8 happy.
538 * test_mklog.py: Add test for GTY.
539
540 2020-05-19 Martin Liska <mliska@suse.cz>
541
542 * gcc-changelog/git_update_version.py:
543 Fill up entries in reverse order.
544
545 2020-05-19 Martin Liska <mliska@suse.cz>
546
547 * gcc-git-customization.sh: Add
548 alias.gcc-mklog new hook.
549 * mklog.py: New file.
550 * test_mklog.py: New file.
551
552 2020-05-19 Martin Liska <mliska@suse.cz>
553
554 * legacy/mklog: Moved from mklog.
555 * legacy/mklog.pl: Moved from mklog.pl.
556
557 2020-05-19 Martin Liska <mliska@suse.cz>
558
559 * gcc-git-customization.sh: Add gcc-verify alias
560 that uses contrib/gcc-changelog/git_check_commit.py.
561
562 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
563
564 * dg-extract-results.py: Handle GDB specific test types.
565 * dg-extract-results.sh: Likewise.
566
567 2020-05-14 Martin Liska <mliska@suse.cz>
568
569 * gcc-changelog/test_email.py: New file.
570 * gcc-changelog/test_patches.txt: New file.
571
572 2020-05-13 Patrick Palka <ppalka@redhat.com>
573
574 * vimrc: Reduce textwidth to 72 for Git commit messages.
575
576 2020-05-13 Martin Liska <mliska@suse.cz>
577
578 * gcc-changelog/git_check_commit.py: Add default argument HEAD
579 for revisions and improve error message output.
580
581 2020-05-13 Martin Liska <mliska@suse.cz>
582
583 * gcc-changelog/git_commit.py: Restore print_output syntax
584 in git_commit.py.
585
586 2020-05-13 Martin Liska <mliska@suse.cz>
587
588 * gcc-changelog/git_check_commit.py: New file.
589 * gcc-changelog/git_commit.py: New file.
590 * gcc-changelog/git_email.py: New file.
591 * gcc-changelog/git_repository.py: New file.
592 * gcc-changelog/git_update_version.py: New file.
593
594 2020-04-17 Martin Liska <mliska@suse.cz>
595
596 * vimrc: We do not want to modify tab options
597 for Python files.
598
599 2020-04-16 Jakub Jelinek <jakub@redhat.com>
600
601 PR bootstrap/92008
602 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
603
604 2020-04-03 Martin Liska <mliska@suse.cz>
605
606 * gcc-git-customization.sh: Search for the pattern
607 at line beginning only.
608
609 2020-01-24 Richard Earnshaw <rearnsha@arm.com>
610
611 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
612 rather than just <pfx>. Convert existing personal branches to the
613 new remote.
614 * git-add-user-branch.sh: New file.
615
616 2020-01-22 Richard Earnshaw <rearnsha@arm.com>
617
618 * git-add-vendor-branch.sh: New file.
619
620 2020-01-20 Richard Earnshaw <rearnsha@arm.com>
621
622 * gcc-git-customization.sh: Check that user-supplied remote
623 name exists before continuting. Use a separate remotes for the
624 personal commit area. Convert existing personal and vendor
625 fetch rules to new layout.
626 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
627 option.
628
629 2020-01-17 Hans-Peter Nilsson <hp@axis.com>
630
631 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
632 not "--pretty=%p:%t:%H".
633
634 2020-01-16 Andreas Schwab <schwab@linux-m68k.org>
635
636 * gcc-git-customization.sh: Avoid double expansion.
637
638 2020-01-16 Richard Earnshaw <rearnsha@arm.com>
639
640 * gcc-git-customization.sh: Check that user.name and user.email
641 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
642 using eval.
643
644 2020-01-16 Jakub Jelinek <jakub@redhat.com>
645
646 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
647 the corresponding remote release branch (or master), otherwise print
648 nothing.
649
650 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
651 Jakub Jelinek <jakub@redhat.com>
652
653 * gcc-git-customization.sh: Change uses to use in comment.
654
655 2020-01-15 Jakub Jelinek <jakub@redhat.com>
656
657 * gcc-git-customization.sh: Handle output of older git which doesn't
658 print tags/ prefixes before branchpoint/gcc-.
659
660 2010-01-15 Richard Earnshaw <rearnsha@arm.com>
661
662 * gcc-git-customization.sh: Explain why we want the user's
663 upstream account name. Don't add push rules. Check if push rules
664 have been added and suggest that they should be removed.
665 * git-fetch-vendor.sh: Don't add push rules.
666
667 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
668
669 Revert:
670 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
671
672 * gcc-git-customization.sh: Add back the default rule that
673 is lost by adding a custom push rule.
674 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
675
676 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
677
678 * gcc-git-customization.sh: Add back the default rule that
679 is lost by adding a custom push rule.
680 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
681
682 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
683
684 * contrib/git-fetch-vendor.sh: New file.
685
686 2020-01-13 Jakub Jelinek <jakub@redhat.com>
687
688 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
689 aliases.
690
691 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
692
693 * gcc-git-customization.sh: New file.
694
695 2020-01-01 Jakub Jelinek <jakub@redhat.com>
696
697 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
698 Sato as external authors. Skip LICENSE.txt files.
699
700 2019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
701
702 * config-list.mk: Add msp430-elfbare.
703
704 2019-12-09 Lewis Hyatt <lhyatt@gmail.com>
705
706 PR preprocessor/49973
707 * unicode/from_glibc/unicode_utils.py: Support script from
708 glibc (commit 464cd3) to extract character widths from Unicode data
709 files.
710 * unicode/from_glibc/utf8_gen.py: Likewise.
711 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
712 * unicode/EastAsianWidth.txt: Likewise.
713 * unicode/PropList.txt: Likewise.
714 * unicode/gen_wcwidth.py: New utility to generate
715 libcpp/generated_cpp_wcwidth.h with help from the glibc support
716 scripts and the Unicode data files.
717 * unicode/unicode-license.txt: Added.
718 * unicode/README: New explanatory file.
719
720 2019-12-07 Richard Sandiford <richard.sandiford@arm.com>
721
722 * texi2pod.pl: Handle @headitems in @multitables, printing them
723 in italics. Push an empty item code onto the stack.
724
725 2019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
726
727 * download_prerequisites: Use http instead of ftp for downloading.
728
729 2019-11-08 Martin Liska <mliska@suse.cz>
730
731 * mklog: The script fails for patches that contain:
732 '---param=foo=bar xyz'.
733
734 2019-09-18 Martin Liska <mliska@suse.cz>
735
736 * clang-format: Tweak configuration based on new
737 options offered.
738
739 2019-09-09 Jose E. Marchesi <jemarch@gnu.org>
740
741 * config-list.mk (LIST): Disable go in bpf-*-* targets.
742
743 2019-09-04 Martin Liska <mliska@suse.cz>
744
745 * mklog: Do not print changed functions for
746 testsuite files.
747
748 2019-09-04 Martin Liska <mliska@suse.cz>
749
750 * mklog: Parse PR references from newly added
751 test files.
752
753 2019-09-04 Martin Liska <mliska@suse.cz>
754
755 * mklog: Use argparse instead of getopt.
756
757 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
758
759 * compare-all-tests (all_targets): Remove references to spu.
760 * config-list.mk (LIST): Likewise.
761
762 2019-09-02 Alexander Monakov <amonakov@ispras.ru>
763
764 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
765 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
766 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
767 files, not just C-like files.
768
769 2019-09-02 Martin Liska <mliska@suse.cz>
770
771 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
772
773 2019-08-13 Uros Bizjak <ubizjak@gmail.com>
774
775 * test_summary: Do not escape "=".
776
777 2019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
778
779 PR other/91048
780 * mklog (read_user_info): Open ~/.mklog in string mode.
781
782 2019-06-19 Martin Liska <mliska@suse.cz>
783
784 * bench-stringop: New file.
785
786 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
787
788 * mklog: Open files in text mode.
789
790 2019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
791
792 * mklog: Convert to Python 3.
793
794 2019-05-03 Jakub Jelinek <jakub@redhat.com>
795
796 * gennews (files): Add files for GCC 9.
797
798 2019-04-30 Roland Illig <roland.illig@gmx.de>
799
800 * check-internal-format-escaping.py: New version using polib.
801
802 2019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
803
804 PR translation/90118
805 * check-internal-format-escaping.py: Check that %< is not next to
806 a word.
807
808 2019-04-17 Jakub Jelinek <jakub@redhat.com>
809
810 * dg-extract-results.sh: Only handle WARNING: program timed out
811 lines specially in "$MODE" == "sum". Restore previous behavior
812 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
813 a different variant or curfile is empty.
814 * dg-extract-results.py: Fix a typo.
815
816 2019-04-05 Martin Liska <mliska@suse.cz>
817
818 PR translation/89936
819 * check-internal-format-escaping.py: Properly detect wrong
820 apostrophes.
821
822 2019-03-11 Martin Liska <mliska@suse.cz>
823
824 * check-internal-format-escaping.py: Uncomment apostrophes
825 check.
826
827 2019-03-11 Martin Liska <mliska@suse.cz>
828
829 * check-internal-format-escaping.py: New file.
830
831 2019-03-10 Tommy Nguyen <remyabel@gmail.com>
832
833 PR contrib/82704
834 * download_prerequisites: Use -c instead of --check for sha512sum.
835
836 2019-03-06 Martin Liska <mliska@suse.cz>
837
838 * check-params-in-docs.py: Ignore a param.
839
840 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
841
842 contrib/
843 * dg-extract-results.py: Handle case where a WARNING happens with
844 the first test of a harness.
845
846 2019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
847
848 contrib/
849 * dg-extract-results.sh: Fix order of WARNING and following test
850 result.
851
852 2019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
853
854 contrib/
855 * dg-extract-results.py: Keep timeout warnings next to their
856 matching test.
857 * dg-extract-results.sh: Likewise.
858
859 2019-01-01 Jakub Jelinek <jakub@redhat.com>
860
861 * update-copyright.py: Add Gerard Jungman as external author.
862
863 2018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
864
865 * update-copyright.py (TestsuiteFilter): Skip .d tests.
866 (LibPhobosFilter): Add filter for upstream D sources.
867 (GCCCopyright): Add D Language Foundation as external author.
868 (GCCCmdLine): Add libphobos.
869
870 2018-11-19 Martin Liska <mliska@suse.cz>
871
872 * check_GNU_style_lib.py: Detect mixed usage
873 of spaces and tabs.
874
875 2018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
876
877 * gcc_update (files_and_dependencies): Handle libphobos.
878
879 2018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
880
881 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
882 default verbosity.
883
884 2018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
885
886 * config-list.mk (LIST): Switch to i686-solaris2.11,
887 sparc64-sun-solaris2.11.
888
889 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
890
891 * unused_functions.py: Handle archive files.
892
893 2018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
894
895 * unused_functions.py: New file.
896
897 2018-09-25 Martin Liska <mliska@suse.cz>
898
899 * filter-rtags-warnings.py: New file.
900
901 2018-09-25 Martin Liska <mliska@suse.cz>
902
903 PR middle-end/86078
904 * check-params-in-docs.py: New file.
905
906 2018-08-17 Jojo <jijie_rong@c-sky.com>
907 Huibin Wang <huibin_wang@c-sky.com>
908 Sandra Loosemore <sandra@codesourcery.com>
909 Chung-Lin Tang <cltang@codesourcery.com>
910 Andrew Jenner <andrew@codesourcery.com>
911
912 C-SKY port: Configury
913
914 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
915
916 2018-07-13 Tom de Vries <tdevries@suse.de>
917
918 * maintainers-verify.sh: New file.
919
920 2018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
921
922 * compare_tests: Print number of tests in each category.
923
924 2018-06-19 Alexander Monakov <amonakov@ispras.ru>
925
926 * vim-gcc-dev/README: New file.
927 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
928 * vim-gcc-dev/syntax/gcc-match.vim: New file.
929 * gimple.vim: Move under vim-gcc-dev/syntax/.
930 * gcc-rtl.vim: Likewise.
931
932 2018-06-19 Martin Liska <mliska@suse.cz>
933
934 * gcc-rtl.vim: New file.
935
936 2018-06-12 Jeff Law <law@redhat.com>
937
938 * config-list.mk (LIST): Remove alpha-freebsd6.
939
940 2018-05-08 Richard Biener <rguenther@suse.de>
941
942 PR bootstrap/85571
943 * compare-lto: New script derived from compare-debug.
944
945 2018-05-02 Jakub Jelinek <jakub@redhat.com>
946
947 * gennews (files): Add files for GCC 8.
948
949 2018-05-01 Jim Wilson <jimw@sifive.com>
950
951 * gcc_update: Check for .git as a file.
952
953 2018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
954
955 * test_summary: Match possible single quotes in configure path.
956
957 2018-03-02 Thomas Schwinge <thomas@codesourcery.com>
958
959 * update-copyright.py: Remove "libcilkrts" reference.
960
961 2018-02-19 Yury Gribov <tetra2005@gmail.com>
962
963 * compare_tests: Use TMPDIR when set.
964 * dg-cmp-results.sh: Ditto.
965 * warn_summary: Ditto.
966
967 2018-01-29 Jonathan Wakely <jwakely@redhat.com>
968
969 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
970
971 2018-01-19 Martin Liska <mliska@suse.cz>
972
973 * analyze_brprob.py: Support new format that can be easily
974 parsed. Add new column to report.
975
976 2018-01-03 Jakub Jelinek <jakub@redhat.com>
977
978 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
979
980 2017-11-28 Julia Koval <julia.koval@intel.com>
981 Sebastian Peryt <sebastian.peryt@intel.com>
982
983 * contrib/gcc_update: Ditto.
984
985 2017-11-08 Martin Liska <mliska@suse.cz>
986
987 * analyze_brprob.py: Fix abbreviations for SI units.
988
989 2017-10-02 Thomas Schwinge <thomas@codesourcery.com>
990
991 * gcc_update (files_and_dependencies): Handle libbacktrace.
992
993 2017-09-18 Richard Biener <rguenther@suse.de>
994
995 * download_prerequisites (isl): Bump version to 0.18.
996
997 2017-08-02 Yury Gribov <tetra2005@gmail.com>
998
999 * mklog: Added new implementation.
1000
1001 2017-08-02 Yury Gribov <tetra2005@gmail.com>
1002
1003 * mklog: Rename to ...
1004 * mklog.pl: this.
1005
1006 2017-07-17 Yury Gribov <tetra2005@gmail.com>
1007
1008 * mklog: Fix extraction of changed file name.
1009
1010 2017-07-17 Georg-Johann Lay <avr@gjlay.de>
1011
1012 * gcc_update (files_and_dependencies)
1013 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
1014
1015 2017-06-28 Martin Liska <mliska@suse.cz>
1016
1017 * gcc.doxy: Add default location for filters and output folder.
1018 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
1019 * filter_params.pl: Remove.
1020
1021 2017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
1022
1023 * dg-cmp-results.sh: Restore filtering on target variant.
1024
1025 2017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
1026
1027 * dg-cmp-results.sh: Keep test result lines rather than throwing
1028 header and summary to support sum files with multiple tools.
1029
1030 2017-05-31 Martin Liska <mliska@suse.cz>
1031
1032 * filter_params.py:
1033 Transform ENUM_BITFIELD and comments starting with '/**'
1034
1035 2017-05-31 David Malcolm <dmalcolm@redhat.com>
1036 Martin Liska <mliska@suse.cz>
1037
1038 * filter_params.py: New, porting the perl script to python,
1039 adding a test suite.
1040 * filter_gcc_for_doxygen_new: New file.
1041
1042 2017-05-30 Martin Liska <mliska@suse.cz>
1043
1044 * analyze_brprob.py: Add new argument to parse and modify
1045 predict.def file.
1046 * analyze_brprob_spec.py: Likewise.
1047
1048 2017-05-29 Tom de Vries <tom@codesourcery.com>
1049
1050 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
1051 trailing eol.
1052 (TrailingWhitespaceTest): New unit test.
1053 (check_GNU_style_file): Remove eol before checking.
1054
1055 2017-05-29 Tom de Vries <tom@codesourcery.com>
1056
1057 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
1058 file handle. Add and handle file_encoding argument.
1059 * check_GNU_style.py (main): Handle '-' file argument. Call
1060 check_GNU_style_file with file handle as argument.
1061
1062 2017-05-29 Tom de Vries <tom@codesourcery.com>
1063
1064 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
1065 (import_pip3): New function.
1066
1067 2017-05-24 Tom de Vries <tom@codesourcery.com>
1068
1069 * check_GNU_style_lib.py: New file, factored out of ...
1070 * check_GNU_style.py: ... here. Call main unconditionally.
1071
1072 2017-05-19 Martin Liska <mliska@suse.cz>
1073
1074 * check_GNU_style.py: New file.
1075
1076 2007-05-03 Jeff Law <law@redhat.com>
1077
1078 * config-list.mk (am33_2.0-linux): Remove from list of targets
1079 to build.
1080
1081 2017-05-02 Jakub Jelinek <jakub@redhat.com>
1082
1083 * gennews (files): Add files for GCC 7.
1084
1085 2017-04-26 Tom de Vries <tom@codesourcery.com>
1086
1087 * gen_autofdo_event.py: Fix comment.
1088
1089 2017-04-11 Damian Rouson <damian@sourceryinstitute.org>
1090
1091 * download_prerequisites (md5_check): New function emulates Linux
1092 'md5 --check' on macOS. Modified script for macOS compatibility.
1093
1094 2017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
1095
1096 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
1097 riscv64-unknown-linux-gnu.
1098
1099 2017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1100
1101 * update-copyright.py (Copyright.process_file): Retain original
1102 file mode.
1103
1104 2017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
1105
1106 * update-copyright.py: Fix the name of this script in examples.
1107
1108 2017-01-26 Jakub Jelinek <jakub@redhat.com>
1109
1110 * update-copyright.py: Add libhsail-rt to self.default_dirs
1111 and call self.add_dir on it. Add Intel Corporation to external
1112 authors.
1113
1114 2017-01-25 Thomas Schwinge <thomas@codesourcery.com>
1115
1116 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
1117
1118 2017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
1119
1120 * patch_tester.sh (TESTLOGS): Remove
1121 $TARGET/libjava/testsuite/libjava.sum.
1122
1123 2017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
1124
1125 * warn_summary: Remove the -java option.
1126
1127 2017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
1128
1129 * update-copyright.py (LibJavaFilter): Remove.
1130
1131 2017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
1132
1133 * gcc_update: Remove entries related to GCJ and libgcj.
1134 Complete copyright years and adjust my e-mail address.
1135
1136 2017-01-11 Richard Earnshaw <rearnsha@arm.com>
1137
1138 * gcc_update: Adjust touch list for ARM.
1139
1140 2017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
1141
1142 * download_ecj: Remove.
1143
1144 2017-01-05 Martin Liska <mliska@suse.cz>
1145
1146 * vimrc: Update indentation definition.
1147
1148 2017-01-04 Jakub Jelinek <jakub@redhat.com>
1149
1150 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
1151 libssp, libvtv and lto-plugin to default_dirs.
1152
1153 2017-01-01 Jakub Jelinek <jakub@redhat.com>
1154
1155 * update-copyright.py (TestsuiteFilter): Skip params/README.
1156 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
1157
1158 2016-12-14 Martin Liska <mliska@suse.cz>
1159
1160 * analyze_brprob.py: Add new column to output and new sorting
1161 option. Fix coding style to not exceed 80 characters.
1162 * analyze_brprob_spec.py: Add new sorting
1163 option. Fix coding style to not exceed 80 characters.
1164
1165 2016-10-24 Moritz Klammler <moritz@glammler.eu>
1166
1167 PR other/61439
1168 * download_prerequisites: Conditionally verify checksums of
1169 downloaded pacakges. Add help text.
1170 * prerequisites.md5: New file.
1171 * prerequisites.sha512: New file.
1172
1173 2016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1174
1175 * check_GNU_style.sh (remove_testsuite): New function.
1176 Use it to remove testsuite from the diff.
1177
1178 2016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1179
1180 * dg-extract-results.sh: Revert bogus change.
1181
1182 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
1183
1184 * dg-extract-results.py: Report DejaGnu error in the final
1185 summary.
1186 * dg-extract-results.sh: Likewise.
1187
1188 2016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
1189
1190 * compare_tests: Take ERROR messages into account when
1191 comparing.
1192
1193 2016-08-17 Martin Liska <mliska@suse.cz>
1194
1195 * mark_spam.py: Mark as spam all comments done by a creator.
1196
1197 2016-08-15 Martin Liska <mliska@suse.cz>
1198
1199 * mark_spam.py: Add error handling and reset
1200 another properties of attachments and bugs.
1201
1202 2016-08-11 Martin Liska <mliska@suse.cz>
1203
1204 * mark_spam.py: Mark attachments as obsolete and rename them.
1205
1206 2016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
1207
1208 * download_prerequisites: Explicitly remove existing symlinks
1209 before trying to create new ones.
1210
1211 2016-07-28 Martin Liska <mliska@suse.cz>
1212
1213 * mark_spam.py: New file.
1214
1215 2016-07-21 Martin Liska <mliska@suse.cz>
1216
1217 * analyze_brprob.py: If there's no loop, do not calculate
1218 average number of loop iterations.
1219
1220 2016-06-24 Martin Liska <mliska@suse.cz>
1221
1222 * analyze_brprob.py: Parse and display average number
1223 of loop iterations.
1224
1225 2016-06-23 Andi Kleen <ak@linux.intel.com>
1226
1227 * gen_autofdo_event.py: New file to regenerate
1228 gcc-auto-profile.
1229
1230 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1231
1232 * config-list.mk: Stop testing mep-elf.
1233
1234 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1235
1236 * config-list.mk: Stop testing avr-rtems.
1237
1238 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1239
1240 * config-list.mk: Stop testing m32r-rtems.
1241
1242 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1243
1244 * config-list.mk: Remove h8300-rtems support.
1245
1246 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1247
1248 * config-list.mk: stop testing knetbsd.
1249
1250 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1251
1252 * config-list.mk: Stop testing openbsd3.0.
1253
1254 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1255
1256 * config-list.mk: Remove interix target.
1257
1258 2016-06-21 David Edelsohn <dje.gcc@gmail.com>
1259
1260 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
1261 rs6000-ibm-aix5.2.
1262 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
1263 Add rs6000-ibm-aix7.1.
1264
1265 2016-06-17 Martin Liska <mliska@suse.cz>
1266
1267 * analyze_brprob.py: Fix columns of script output.
1268
1269 2016-06-13 Richard Biener <rguenther@suse.de>
1270
1271 * download_prerequisites (ISL): Bump version to 0.16.1
1272
1273 2016-06-10 Alan Hayward <alan.hayward@arm.com>
1274
1275 * check_GNU_style.sh: Fix paste args for BSD
1276
1277 2016-06-09 David Malcolm <dmalcolm@redhat.com>
1278
1279 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
1280 h8300-rtems, m32r-rtems, mep-elf.
1281
1282 2016-06-09 David Malcolm <dmalcolm@redhat.com>
1283
1284 * config-list.mk (GCC_SRC_DIR): New variable.
1285 (make-log-dir): Use GCC_SRC_DIR.
1286 ($(LIST)): Likewise.
1287
1288 2016-06-09 Martin Liska <mliska@suse.cz>
1289
1290 * analyze_brprob_spec.py: New file.
1291
1292 2016-06-09 Martin Liska <mliska@suse.cz>
1293
1294 * analyze_brprob.py: Add new argument --sorting.
1295
1296 2016-06-09 Martin Liska <mliska@suse.cz>
1297
1298 * analyze_brprob.py: Cover new dump output format.
1299
1300 2016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1301
1302 * update-copyright.py (LibMudflapFilter): Remove.
1303 (GCCCmdLine.__init__): Add gotools, libcc1.
1304 Remove libmudflap.
1305 List unhandled intl, libcilkrts, libgo, liboffloadmic,
1306 maintainer-scripts.
1307
1308 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1309
1310 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
1311
1312 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1313
1314 * compare-all-tests: Remove SH5 support.
1315 * config-list.mk: Likewise.
1316
1317 2016-04-28 Martin Liska <mliska@suse.cz>
1318
1319 * analyze_brprob: Remove.
1320 * analyze_brprob.py: New file.
1321
1322 2016-04-27 Jakub Jelinek <jakub@redhat.com>
1323
1324 * gennews (files): Add files for GCC 6.
1325
1326 2016-04-17 Jan Hubicka <jh@suse.cz>
1327
1328 * analyze_brprob: Update comment.
1329
1330 2016-04-13 Martin Sebor <msebor@redhat.com>
1331
1332 * check_GNU_style.sh: Avoid false posivies in trailing operator
1333 checks.
1334
1335 2016-03-07 Martin Sebor <msebor@redhat.com>
1336
1337 * check_GNU_style.sh (color): New global variable.
1338 Add checks for trailing operators and spaces before left brackets.
1339 Tightened up a check for a trailing left curly brace.
1340 (g, ag, vg): Use color.
1341 (col): Don't complain about excessively long lines with DejaGnu
1342 directives.
1343
1344 2016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1345
1346 * mklog: Look for the ChangeLog file in $cwd.
1347
1348 2016-02-26 Joel Sherrill <joel@rtems.org>
1349
1350 * config-list.mk: Add aarch64-rtems and x86_64-rtems
1351
1352 2016-01-19 Jonathan Wakely <jwakely@redhat.com>
1353
1354 * uninclude: Fix third argument to gensub.
1355
1356 2016-01-04 Jakub Jelinek <jakub@redhat.com>
1357
1358 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
1359 as external author.
1360
1361 2015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1362
1363 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
1364 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
1365
1366 2015-12-06 Tobias Burnus <burnus@net-b.de>
1367
1368 * download_prerequisites: Download ISL 0.15 instead of 0.14.
1369
1370 2015-11-20 Martin Liska <mliska@suse.cz>
1371
1372 * clang-format: Split content of a list to multiple
1373 lines.
1374
1375 2015-11-19 Martin Liska <mliska@suse.cz>
1376
1377 * clang-format: Enhance list of FOR_EACH macros.
1378
1379 2015-11-19 Martin Liska <mliska@suse.cz>
1380
1381 * clang-format: New file.
1382
1383 2015-11-11 Andrew MacLeod <amacleod@redhat.com>
1384
1385 * header-tools: New. Directory containing a set of tools for
1386 manipulating header files.
1387
1388 2015-10-30 Nathan Sidwell <nathan@acm.org>
1389
1390 * config-list.mk (nvptx-none): Add it.
1391
1392 2015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
1393
1394 * download_prerequisites: Make sure that script is run from
1395 top level source directory.
1396
1397 2015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1398
1399 * update-copyright.py (GCCCmdLine): Add libvtv.
1400
1401 2015-08-04 Uros Bizjak <ubizjak@gmail.com>
1402
1403 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
1404
1405 2015-07-15 Tom de Vries <tom@codesourcery.com>
1406
1407 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
1408
1409 2015-06-02 Steve Ellcey <sellcey@imgtec.com>
1410
1411 * test_installed (--target=): New option.
1412
1413 2015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
1414
1415 * gimple.vim: New file.
1416
1417 2015-05-18 Tom de Vries <tom@codesourcery.com>
1418
1419 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
1420 (cat_with_prefix): New function, using global variable prefix.
1421 (col): Make prefix a global variable. Rewrite to process file at a time
1422 rather than line at a time. Print part longer than 80 chars in red.
1423
1424 2015-05-18 Tom de Vries <tom@codesourcery.com>
1425
1426 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
1427
1428 2015-05-18 Tom de Vries <tom@codesourcery.com>
1429
1430 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
1431
1432 2015-05-18 Tom de Vries <tom@codesourcery.com>
1433
1434 * check_GNU_style.sh: Improve readability function calls.
1435
1436 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1437
1438 * config-list.mk: Add FT32.
1439
1440 2015-05-12 Tom de Vries <tom@codesourcery.com>
1441
1442 * check_GNU_style.sh (col): Fix tab size.
1443
1444 2015-05-12 Tom de Vries <tom@codesourcery.com>
1445
1446 * check_GNU_style.sh: Put stdin into a temp file.
1447
1448 2015-05-12 Tom de Vries <tom@codesourcery.com>
1449
1450 * check_GNU_style.sh: Read either from stdin, or from files.
1451
1452 2015-05-12 Tom de Vries <tom@codesourcery.com>
1453
1454 * check_GNU_style.sh: Check if files exists.
1455
1456 2015-05-12 Tom de Vries <tom@codesourcery.com>
1457
1458 * check_GNU_style.sh: Don't use a filename prefix if we're only
1459 processing one patch file.
1460
1461 2015-05-12 Yury Gribov <y.gribov@samsung.com>
1462
1463 * mklog: Ignore preprocessor directives.
1464
1465 2015-04-22 Jakub Jelinek <jakub@redhat.com>
1466
1467 * gennews (files): Add files for GCC 5.
1468
1469 2015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
1470
1471 * dg-extract-results.sh: Check that the necessary python modules exist.
1472
1473 2015-02-05 Ilya Verbin <ilya.verbin@intel.com>
1474
1475 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
1476 liboffloadmic/plugin.
1477
1478 2015-01-15 Richard Sandiford <richard.sandiford@arm.com>
1479
1480 * update-copyright.py (Copyright.__init__): Add a regexp for
1481 "copyright = u'".
1482 (Copyright.update_copyright): Don't add a space before the year
1483 in that case.
1484
1485 2015-01-15 Thomas Schwinge <thomas@codesourcery.com>
1486
1487 * gcc_update (files_and_dependencies): Update rules for new
1488 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
1489
1490 2015-01-12 Yury Gribov <y.gribov@samsung.com>
1491
1492 * check_GNU_style.sh: Support patches coming from stdin.
1493 Check that spaces are converted to tabs.
1494 Make double-space-after-dot check more precice.
1495
1496 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1497
1498 * config-list.mk (LIST): Add visium-elf.
1499
1500 2015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1501
1502 * config-list.mk: Use shortest match for OPT to find the actual
1503 target name.
1504
1505 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1506
1507 * dg-extract-results.sh: Use --text with grep to avoid issues with
1508 binary files. Fall back to cat -v, if that doesn't work.
1509
1510 2014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
1511
1512 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
1513
1514 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1515 Yury Gribov <y.gribov@samsung.com>
1516
1517 * vimrc: New file.
1518
1519 2014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1520
1521 * check_GNU_style.sh: Warn for incorrect number of spaces in function
1522 call only if 0 or 2+ spaces found.
1523
1524 2014-12-02 Tobias Burnus <burnus@net-b.de>
1525
1526 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
1527
1528 2014-11-25 Tom de Vries <tom@codesourcery.com>
1529 Peter Bergner <bergner@vnet.ibm.com>
1530
1531 * mklog: Handle .mklog. Use git setting independent of presence .git
1532 directory.
1533
1534 2014-11-14 Tom de Vries <tom@codesourcery.com>
1535
1536 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
1537 to orig_diff_lines. Use orig_diff_lines when appending patch.
1538
1539 2014-11-11 David Malcolm <dmalcolm@redhat.com>
1540
1541 * ChangeLog.jit: New.
1542 * jit-coverage-report.py: New file: a script to print crude
1543 code-coverage information for the libgccjit API.
1544
1545 2014-11-11 Marat Zakirov <m.zakirov@samsung.com>
1546
1547 * mklog: Symbol '}' stops search for changes.
1548
1549 2014-11-11 Tobias Burnus <burnus@net-b.de>
1550
1551 * download_prerequisites: Stop downloading CLooG.
1552
1553 2014-11-07 Marat Zakirov <m.zakirov@samsung.com>
1554
1555 * mklog: Always doubt in functions.
1556 Add EOF protection.
1557
1558 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1559
1560 * config-list.mk: Don't build Go for certain targets.
1561
1562 2014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1563
1564 * compare-all-tests: Don't test score-*.
1565 * config-list.mk: Likewise.
1566
1567 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1568
1569 * dg-extract-results.py (output_variation): Always sort if do_sum.
1570
1571 2014-09-22 Tom de Vries <tom@codesourcery.com>
1572
1573 * mklog: Add --inline option.
1574
1575 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1576
1577 * dg-extract-results.py (Prog.result_re): Include options in test name.
1578
1579 2014-09-19 Olivier Hainque <hainque@adacore.com>
1580
1581 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1582
1583 2014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
1584
1585 * config-list.mk (LIST): Add v850-rtems.
1586
1587 2014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
1588
1589 * config-list.mk (LIST): Add arm-rtems.
1590 Add nios2-rtems. Remove extra option from powerpc-rtems.
1591
1592 2014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1593
1594 * compare-all-tests: Don't test picochip.
1595 * config-list.mk: Likewise.
1596
1597 2014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
1598
1599 * texi2pod.pl (postprocess): Move command process for '@sc' to the
1600 front of '@dfn'. Add a new command process for '@t{...}', just print
1601 the content.
1602
1603 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
1604 Yury Gribov <y.gribov@samsung.com>
1605
1606 * mklog: Run mklog as a filter.
1607
1608 2014-07-21 Trevor Saunders <tsaunders@mozilla.com>
1609
1610 * mklog: Read name and email from git config when available.
1611
1612 2014-06-28 Richard Biener <rguenther@suse.de>
1613
1614 * gennews: Use gcc-3.0/index.html.
1615
1616 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1617
1618 * dg-extract-results.py: For Python 3, force sys.stdout to handle
1619 surrogate escape sequences.
1620 (safe_open): New function.
1621 (output_segment, main): Use it.
1622
1623 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1624
1625 * dg-extract-results.py (Named): Remove __cmp__ method.
1626 (output_variation): Use a key to sort variation.harnesses.
1627
1628 2014-05-24 Uros Bizjak <ubizjak@gmail.com>
1629
1630 * texi2pod.pl: Force .pod file to not be a numbered list.
1631
1632 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1633
1634 * dg-extract-results.py (parse_run): Handle warnings that are printed
1635 before a test harness is run.
1636
1637 2014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1638
1639 * config-list.mk (show): New target.
1640
1641 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1642
1643 * dg-extract-results.py: New file.
1644 * dg-extract-results.sh: Use it if the environment seems suitable.
1645
1646 2014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1647
1648 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1649
1650 2013-04-22 Jakub Jelinek <jakub@redhat.com>
1651
1652 * gennews (files): Add files for GCC 4.9.
1653
1654 2014-02-24 Walter Lee <walt@tilera.com>
1655
1656 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
1657
1658 2014-02-13 Richard Biener <rguenther@suse.de>
1659
1660 * download_prerequisites: Update ISL and CLOOG versions.
1661
1662 2014-01-31 Brooks Moses <bmoses@google.com>
1663
1664 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
1665
1666 2014-01-29 Yury Gribov <y.gribov@samsung.com>
1667
1668 * mklog: Improve support of context diffs.
1669
1670 2014-01-21 Tatiana Udalova <t.udalova@samsung.com>
1671
1672 * mklog: Avoid adding falsely changed functions to ChangeLog.
1673
1674 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1675
1676 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1677 ordering of some configs.
1678
1679 2013-12-23 Yury Gribov <y.gribov@samsung.com>
1680
1681 * mklog: Automatically insert comments in trivial cases.
1682
1683 2013-12-19 Yury Gribov <y.gribov@samsung.com>
1684
1685 * mklog: Split generated message in parts.
1686
1687 2013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
1688
1689 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1690
1691 2013-10-29 Tobias Burnus <burnus@net-b.de>
1692
1693 * gcc_update (files_and_dependencies): Add rules for
1694 libcilkrts.
1695
1696 2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
1697
1698 * gcc_update (files_and_dependencies): Fix rule for
1699 libgomp/testsuite/Makefile.in.
1700
1701 2013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
1702
1703 * config-list.mk: Add arc configurations.
1704
1705 2013-09-27 Diego Novillo <dnovillo@google.com>
1706
1707 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1708
1709 2013-09-12 DJ Delorie <dj@redhat.com>
1710
1711 * config-list.mk: Add msp430-elf.
1712
1713 2013-08-31 Diego Novillo <dnovillo@google.com>
1714
1715 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1716
1717 2013-08-29 Mike Stump <mikestump@comcast.net>
1718
1719 * gcc_update (configure): Update to handle svn 1.8.1.
1720
1721 2013-08-03 Caroline Tice <cmtice@google.com>
1722
1723 * gcc_update: Add libvtv files.
1724
1725 2013-06-06 Brooks Moses <bmoses@google.com>
1726
1727 * testsuite-management/validate_failures.py: Fix handling of
1728 summary lines with "|" characters or empty description fields.
1729
1730 2013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
1731
1732 * download_prerequisites: Download isl and cloog conditionally.
1733
1734 2013-05-21 David Malcolm <dmalcolm@redhat.com>
1735
1736 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
1737
1738 2013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1739
1740 * config-list.mk (LIST): Add -enable-obsolete for
1741 sparc-sun-solaris2.9, i686-solaris2.9.
1742
1743 2013-05-13 Mike Stump <mikestump@comcast.net>
1744
1745 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
1746 X 10.8.3 doesn't like long lines (those 2055 characters or more).
1747
1748 2013-04-22 Sofiane Naci <sofiane.naci@arm.com>
1749
1750 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1751
1752 2013-04-18 Diego Novillo <dnovillo@google.com>
1753
1754 * validate_failures.py: Fix typo.
1755
1756 2013-04-18 Diego Novillo <dnovillo@google.com>
1757
1758 * validate_failures.py: Loosen check for build directory.
1759 State what failed if we couldn't find the source tree or
1760 the target triplet.
1761
1762 2013-03-22 Jakub Jelinek <jakub@redhat.com>
1763
1764 * gennews (files): Add files for GCC 4.8.
1765
1766 2013-03-06 Tobias Burnus <burnus@net-b.de>
1767
1768 * make-obstacks-texi.pl: New.
1769
1770 2013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1771
1772 * make_sunver.pl: Enforce C locale.
1773
1774 2013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
1775
1776 * update-copyright.py: Add libdecnumber to the default list.
1777 Remove libquadmath and libssp.
1778
1779 2013-02-06 Diego Novillo <dnovillo@google.com>
1780
1781 * testsuite-management/validate_failures.py: Fix typo.
1782
1783 2013-02-06 Diego Novillo <dnovillo@google.com>
1784
1785 * testsuite-management/validate_failures.py: Update
1786 Copyright years.
1787 Request contributions not to use Python features newer
1788 than 2.4.
1789 (GetBuildData): If this is not a build directory,
1790 emit an error only if --results or --manifest are missing.
1791
1792 2013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1793
1794 * testsuite-management/validate_failures.py
1795 (IsInterestingResult): Fix performance regression
1796
1797 2013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
1798
1799 * update-copyright.py: New file.
1800
1801 2013-01-15 David Blaikie <dblaikie@gmail.com>
1802
1803 * dg-extract-results.sh: Handle KPASSes.
1804
1805 * dg-extract-results.sh: Constrain the start-of-log pattern.
1806
1807 * dg-extract-results.sh: Fix order of summary counts.
1808
1809 2012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1810
1811 * testsuite-management/validate_failures.py
1812 (IsInterestingResult): Only strip line a second time if we did split.
1813 Rephrase return statement while at it.
1814 (CollectSumFiles): Also ignore .git directory.
1815
1816 2012-12-03 Diego Novillo <dnovillo@google.com>
1817
1818 * testsuite-management/validate_failures.py: Fix stale
1819 use of 'options'.
1820
1821 2012-11-30 Doug Evans <dje@google.com>
1822
1823 * testsuite-management/validate_failures.py: Add support for @include,
1824 @remove directives in manifest files.
1825
1826 * testsuite-management/validate_failures.py: Add function
1827 GetManifestPath. New global _MANIFEST_SUBDIR.
1828
1829 2012-11-29 Doug Evans <dje@google.com>
1830
1831 * testsuite-management/validate_failures.py: Remove pass/fail
1832 indicator from result of GetBuildData.
1833
1834 * testsuite-management/validate_failures.py: Store options in global
1835 variable _OPTIONS.
1836
1837 * testsuite-management/validate_failures.py: Rename variable
1838 manifest_name to manifest_path everywhere.
1839
1840 * testsuite-management/validate_failures.py (CompareBuilds): Pass
1841 options.results to GetSumFiles for clean build.
1842
1843 2012-11-28 Doug Evans <dje@google.com>
1844
1845 * testsuite-management/validate_failures.py: Use <target_alias> instead
1846 of <target>. Minor whitespace changes.
1847
1848 * testsuite-management/validate_failures.py: Record ordinal with
1849 TestResult.
1850
1851 2012-11-19 Mike Stump <mikestump@comcast.net>
1852
1853 * compare_tests: Add export LC_ALL=C to make sort happier.
1854
1855 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
1856
1857 * gcc_update: Update libsanitizer generated files.
1858
1859 2012-11-12 Tobias Burnus <burnus@net-b.de>
1860
1861 * gcc_update: Add libquadmath generated files.
1862
1863 2012-11-12 H.J. Lu <hongjiu.lu@intel.com>
1864
1865 * gcc_update: Add libsanitizer generated files.
1866
1867 2012-11-05 Lawrence Crowl <crowl@google.com>
1868
1869 * compare_two_ftime_report_sets: New.
1870
1871 2012-11-02 Diego Novillo <dnovillo@google.com>
1872
1873 * testsuite-management/validate_failures.py: Add option
1874 --clean_build to compare test results against another
1875 build.
1876
1877 2012-10-31 Diego Novillo <dnovillo@google.com>
1878
1879 * testsuite-management/validate_failures.py: Fix parsing
1880 of summary lines.
1881
1882 2012-10-29 Diego Novillo <dnovillo@google.com>
1883
1884 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1885
1886 2012-10-06 Diego Novillo <dnovillo@google.com>
1887
1888 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1889
1890 2012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
1891
1892 * check_GNU_style.sh: Remove temporay file upon exit.
1893
1894 2012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
1895
1896 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
1897 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
1898 Use --enable-obsolete for picochip-elf.
1899
1900 2012-09-10 Diego Novillo <dnovillo@google.com>
1901
1902 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1903
1904 2012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1905
1906 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
1907
1908 2012-08-24 Diego Novillo <dnovillo@google.com>
1909
1910 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1911
1912 2012-08-14 Diego Novillo <dnovillo@google.com>
1913
1914 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
1915
1916 2012-08-13 Diego Novillo <dnovillo@google.com>
1917
1918 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
1919 comment.
1920
1921 2012-08-13 Diego Novillo <dnovillo@google.com>
1922
1923 * testsuite-management/validate_failures.py (ParseSummary): Fix
1924 comment.
1925
1926 2012-08-13 Diego Novillo <dnovillo@google.com>
1927
1928 * testsuite-management/validate_failures.py: Import datetime.
1929 (TestResult.ExpirationDate): New.
1930 (TestResult.HasExpired): New.
1931 (ParseSummary): Call it. If it returns True, warn that the
1932 expected failure has expired and do not add it to the set of
1933 expected results.
1934 (GetResults): Clarify documentation.
1935
1936 2012-07-26 Diego Novillo <dnovillo@google.com>
1937
1938 * testsuite-management/validate_failures.py: Do not use
1939 'with ... as ...' constructs.
1940
1941 2012-07-19 Diego Novillo <dnovillo@google.com>
1942
1943 * testsuite-management/validate_failures.py (CollectSumFiles):
1944 Rename from GetSumFiles.
1945 (GetSumFiles): Factor out of CheckExpectedResults.
1946 (CheckExpectedResults): Call it.
1947 (ProduceManifest): Call it.
1948
1949 2012-07-18 Diego Novillo <dnovillo@google.com>
1950
1951 * testsuite-management/validate_failures.py: Fix
1952 /usr/bin/python invocation.
1953
1954 2012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1955
1956 * check_makefile_deps.sh: Look for c-common.o in c-family/.
1957 Add a few more crt* files to the list of files to skip.
1958
1959 2012-05-31 Marek Polacek <polacek@redhat.com>
1960
1961 * mklog: Prevent printing three spaces after the date.
1962
1963 2012-06-04 Diego Novillo <dnovillo@google.com>
1964
1965 * testsuite-management/validate_failures.py (GetResults):
1966 Change argument to accept list of summary files to analyze.
1967 Update callers.
1968 (CheckExpectedResults): Handle options.manifest, options.results
1969 and options.ignore_missing_failures.
1970 (Main): Add options --manifest, --results and --ignore_missing_failures.
1971
1972 2012-05-31 Diego Novillo <dnovillo@google.com>
1973 Cary Coutant <ccoutant@google.com>
1974
1975 * mklog: New.
1976
1977 2012-05-25 H.J. Lu <hongjiu.lu@intel.com>
1978
1979 PR bootstrap/53472
1980 * contrib/compare-debug (remove_comment): New function.
1981 Remove any .comment sections if the first cmp failed.
1982
1983 2012-05-09 David Edelsohn <dje.gcc@gmail.com>
1984
1985 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
1986
1987 2012-05-01 Richard Henderson <rth@redhat.com>
1988
1989 * gcc_update: Add libatomic generated files.
1990
1991 2012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
1992
1993 * compare_tests: Append '/' to make 'find' traverse
1994 symlinked directories.
1995
1996 2012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1997
1998 * testsuite-management/validate_failures.py (GetBuildData): Use
1999 target_alias.
2000
2001 2012-04-06 Doug Evans <dje@google.com>
2002
2003 * dg-extract-results.sh: Handle KFAILs.
2004
2005 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2006
2007 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
2008
2009 2012-03-13 Joseph Myers <joseph@codesourcery.com>
2010
2011 * gennews (files): Add files for GCC 4.7.
2012
2013 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2014
2015 * config-list.mk (LIST): Remove mips-openbsd.
2016
2017 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2018
2019 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
2020
2021 2012-03-02 Diego Novillo <dnovillo@google.com>
2022
2023 * testsuite-management/validate_failures.py (class TestResult): Fix
2024 match pattern for the summary line. If there is a parsing failure,
2025 show the line we failed to parse.
2026
2027 2012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2028
2029 PR libstdc++/52188
2030 * make_sunver.pl: Remove #ifdef handling.
2031
2032 2012-02-17 Doug Kwan <dougkwan@google.com>
2033
2034 * contrib/testsuite-management/validate_failures.py
2035 (GetMakefileValue): Check for cross compilers.
2036
2037 2012-02-15 Quentin Neill <quentin.neill@amd.com>
2038
2039 * compare_tests: Fix trailing paths in dir arguments.
2040 Handle sum1/sum2 temp files with others.
2041
2042 2012-02-14 Walter Lee <walt@tilera.com>
2043
2044 * config-list.mk (LIST): Add tilegx-linux-gnu and
2045 tilepro-linux-gnu.
2046 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
2047 (gcc/config/tilepro/mul-tables.c): New dependencies.
2048
2049 2012-02-11 Mike Stump <mikestump@comcast.net>
2050
2051 * compare_tests (exit_status): Fix.
2052
2053 2012-02-10 Diego Novillo <dnovillo@google.com>
2054
2055 * repro_fail: Add --debug and --debug-tui flags.
2056
2057 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
2058 Jayant R Sonar <jayant.sonar@kpitcummins.com>
2059
2060 * config-list.mk (LIST): Add cr16-elf.
2061
2062 2012-01-02 Georg-Johann Lay <avr@gjlay.de>
2063
2064 PR target/51345
2065 * gcc_update (files_and_dependencies): Add
2066 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
2067
2068 2011-11-29 DJ Delorie <dj@redhat.com>
2069
2070 * config-list.mk (LIST): Add rl78-elf.
2071
2072 2011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2073
2074 * make_sunver.pl: Convert '?' in glob patterns to '.'.
2075
2076 2011-11-07 Richard Henderson <rth@redhat.com>
2077
2078 Merged from transactional-memory.
2079
2080 * gcc_update: Add libitm to touch data.
2081
2082 2011-11-07 Quentin Neill <quentin.neill@amd.com>
2083
2084 * compare_tests: Add ability to compare all .sum
2085 files from two build directories.
2086
2087 2011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
2088
2089 * contrib-list.mk: Add Epiphany configurations.
2090
2091 2011-09-13 Diego Novillo <dnovillo@google.com>
2092
2093 * testsuite-management: New.
2094 * testsuite-management/validate_failures.py: New.
2095
2096 2011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2097
2098 * gcc_update: Determine svn branch from hg convert_revision.
2099
2100 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2101
2102 * config-list.mk (i586-netware): Remove.
2103 (.PHONY): Remove make-script-dir dependency.
2104 (make-script-dir): Remove.
2105 ($(LIST)): Remove make-script-dir dependency.
2106
2107 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
2108
2109 * gcc_update: Add C6X generated files.
2110 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
2111
2112 2011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2113
2114 * config-list.mk (LIST): Append OPT-enable-obsolete to
2115 alpha-dec-osf5.1, mips-sgi-irix6.5.
2116
2117 2011-06-24 Diego Novillo <dnovillo@google.com>
2118
2119 * repro_fail: New.
2120
2121 2011-06-21 Joseph Myers <joseph@codesourcery.com>
2122
2123 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
2124
2125 2011-05-19 Joseph Myers <joseph@codesourcery.com>
2126
2127 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
2128 gcc/config/arm/arm-fpus.def.
2129
2130 2011-05-10 Joseph Myers <joseph@codesourcery.com>
2131
2132 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
2133 dependencies.
2134
2135 2011-05-09 Joseph Myers <joseph@codesourcery.com>
2136
2137 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
2138
2139 2010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
2140
2141 * config-list.mk: New file.
2142
2143 2011-05-02 Joseph Myers <joseph@codesourcery.com>
2144
2145 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
2146
2147 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
2148
2149 * paranoia.cc (ENUM_BITFIELD): Remove.
2150
2151 2011-04-08 Joseph Myers <joseph@codesourcery.com>
2152
2153 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
2154
2155 2011-03-22 Joseph Myers <joseph@codesourcery.com>
2156
2157 * compare-all-tests (all_targets): Remove crx and m68hc11.
2158
2159 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2160
2161 PR bootstrap/48135
2162 * make_sunver.pl: Don't use File::Glob.
2163
2164 2011-03-05 Joseph Myers <joseph@codesourcery.com>
2165
2166 * gennews (files): Add files for GCC 4.6.
2167
2168 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
2169
2170 * patch_tester.sh (nopristinecache): New shell var, set according
2171 to presence or absence of new -nopristinecache option.
2172 (usage): Document new option.
2173 (bootntest_pristine): Implement it.
2174
2175 2010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2176
2177 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
2178 readelf -s otherwise.
2179
2180 2010-11-08 Eric Botcazou <ebotcazou@adacore.com>
2181
2182 * make_sunver.pl: Ignore entries without symbol name first. Then do
2183 not ignore symbols marked as 'R'.
2184
2185 2010-10-18 Andi Kleen <ak@linux.intel.com>
2186
2187 * gccbug.el: Remove.
2188
2189 2010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2190
2191 * gcc_update: Run $GCC_HG pull and update separately.
2192 Check parents for SVN revision.
2193
2194 2010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2195
2196 * test_recheck: New script.
2197
2198 2010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2199
2200 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
2201 Also escape characters with grave accents, to be fixed ...
2202 (unmunge): ... here.
2203 (postprocess): Also handle @/ and @acronym{...}.
2204
2205 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
2206
2207 * check_GNU_style.sh: Do not print warning messages when there are
2208 no occurences.
2209
2210 2010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2211
2212 * gcc_update: Handle hg, too.
2213
2214 2010-07-08 Eric Botcazou <ebotcazou@adacore.com>
2215
2216 * make_sunver.pl: Remove extra whitespace in regexp.
2217
2218 2010-07-02 Sebastian Pop <sebastian.pop@amd.com>
2219
2220 * check_GNU_style.sh: New.
2221
2222 2010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2223
2224 * make_sunver.pl: New file.
2225
2226 2010-07-02 Iain Sandoe <iains@gcc.gnu.org>
2227
2228 * compare-debug (Darwin): Remove '-x' flag from ld-based object
2229 stripping. Add a comment as to why we do it this way.
2230
2231 2010-06-20 Alexandre Oliva <aoliva@redhat.com>
2232
2233 * compare-debug: Drop LTO sections.
2234
2235 2010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2236
2237 * gcc_update: Support updating a git clone.
2238
2239 2010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2240
2241 * test_summary: Don't use diff -u.
2242 Adapt egrep regex.
2243
2244 2010-06-02 Andrew Haley <aph@redhat.com>
2245
2246 * download_prerequisites: New script.
2247
2248 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2249
2250 * dg-extract-results.sh: Redirect grep output to /dev/null instead
2251 of grep -q.
2252
2253 2010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
2254
2255 * gcc_update: Sets the locale to C.
2256
2257 2010-04-06 Joseph Myers <joseph@codesourcery.com>
2258
2259 * gennews (files): Add files for GCC 4.5.
2260
2261 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 Fix *.log tests output containing "===".
2264 * dg-extract-results.sh (/\===/): Rename to ...
2265 (/^\t\t=== .* ===$/): ... this pattern.
2266
2267 2010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2268
2269 * dg-extract-results.sh: Fix result order to match sequential case.
2270
2271 2010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2272
2273 * check_warning_flags.sh: Use \012 instead of \n with tr.
2274
2275 2010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2276
2277 * dg-extract-results.sh: Don't use tail -n.
2278
2279 2009-10-03 H.J. Lu <hongjiu.lu@intel.com>
2280 Richard Guenther <rguenther@suse.de>
2281
2282 PR lto/39216
2283 * gcc_update: Adjust file timestamps for lto-plugin.
2284
2285 2009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2286
2287 PR bootstrap/41245
2288 * compare-debug: Handle stripping of dwarf debug sections from darwin
2289 mach-o objects.
2290
2291 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
2292
2293 * compare-debug: Grep for blank before dash to avoid grep -e.
2294
2295 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
2296
2297 * compare-debug: Look for .gkd files and compare them.
2298
2299 2009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2300
2301 PR testsuite/41166
2302 * test_summary: Invoke config.status, rather than trying to
2303 parse it. Adjust awk script.
2304
2305 2009-08-18 Alexandre Oliva <aoliva@redhat.com>
2306
2307 * compare-debug: Drop .eh_frame relocations too.
2308
2309 2009-08-18 H.J. Lu <hongjiu.lu@intel.com>
2310
2311 PR testsuite/40704
2312 * test_summary: Filter out "\r".
2313
2314 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
2315
2316 * compare-debug: Don't fail just because of .eh_frame differences.
2317
2318 2009-04-27 Jakub Jelinek <jakub@redhat.com>
2319
2320 PR testsuite/39807
2321 * dg-extract-results.sh: Close open files and use >> instead of >
2322 to decrease number of concurrently open files from awk. Avoid
2323 = at the beginning of a regexp and redirect to a file determined
2324 by curfile variable rather than concatenated strings to workaround
2325 Solaris nawk bug.
2326
2327 2009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
2328
2329 * test_summary: Only include LAST_UPDATED if it exists.
2330 Complete copyright years.
2331
2332 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
2333
2334 * compare-all-tests: New.
2335
2336 2009-04-14 Jakub Jelinek <jakub@redhat.com>
2337
2338 * gennews (files): Reference GCC 4.4 web pages.
2339
2340 2009-04-09 Jakub Jelinek <jakub@redhat.com>
2341
2342 * reghunt/date_based/reg_periodic: Change copyright header to refer
2343 to version 3 of the GNU General Public License and to point readers
2344 at the COPYING3 file and the FSF's license web page.
2345 * reghunt/date_based/reg_search: Likewise.
2346 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
2347 * regression/btest-gcc.sh: Likewise.
2348 * regression/objs-gcc.sh: Likewise.
2349
2350 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2351
2352 * check_warning_flags.sh: Update flag exceptions.
2353
2354 2008-11-18 Ben Elliston <bje@au.ibm.com>
2355
2356 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
2357 be opened; print a more meaningful error instead.
2358
2359 2008-10-24 Janis Johnson <janis187@us.ibm.com>
2360 Jakub Jelinek <jakub@redhat.com>
2361
2362 * dg-extract-results.sh: New file.
2363
2364 2008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2365
2366 * check_makefile_deps.sh: New file.
2367
2368 2008-05-08 Sebastian Pop <sebastian.pop@amd.com>
2369
2370 * patch_tester.sh (report): Do not print "Checker: ".
2371
2372 2008-04-23 Sebastian Pop <sebastian.pop@amd.com>
2373
2374 * patch_tester.sh (report): Do not print the time.
2375
2376 2008-04-01 Joseph Myers <joseph@codesourcery.com>
2377
2378 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
2379 Handle @heading. Handle enumerated lists with starting numbers
2380 and extra headings.
2381
2382 2008-03-10 Janis Johnson <janis187@us.ibm.com>
2383
2384 * patch_tester.sh (initialization): Initialize svnpatch and stop.
2385 (usage): Add -svnpath and -stop.
2386 (makedir): New.
2387 (argument handling): Process -stop and -svnpath.
2388 (setup code): Use makedir, error out if initial svn checkout fails.
2389 (update): Use svnpath. Invoke contrib/gcc_update.
2390 (apply_patch): Require that patch was created at top level. Use eval
2391 with option variables. Don't use bootstrap target for make. Verify
2392 that some tests were run.
2393 (bootntest_patched): Use snvpath.
2394 (main loop): For -stop, exit when there are no more patches to test.
2395
2396 2008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2397
2398 * check_warning_flags.sh: Instead of invoke.texi, take the path
2399 to the doc directory as argument. Check that warnings listed in
2400 'gcc --help' are accepted by the compiler, and listed in the
2401 manuals.
2402
2403 2008-03-06 Tom Tromey <tromey@redhat.com>
2404
2405 * patch_tester.sh (usage): Watermark is not lexicographic.
2406 Load $STATE/defaults if it exists.
2407 (selfexec): Use $0.
2408 (apply_patch): Handle deletions.
2409 (bootntest): Handle default settings.
2410
2411 2008-03-05 Jakub Jelinek <jakub@redhat.com>
2412
2413 * gennews (files): Reference GCC 4.3 web pages.
2414
2415 2008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2416
2417 * check_warning_flags.sh: New file.
2418
2419 2008-01-25 Joseph Myers <joseph@codesourcery.com>
2420
2421 * paranoia.cc (main): Remove handling of c4x_single and
2422 c4x_extended formats.
2423
2424 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2425
2426 * compareSumTests3: Changed to GPLv3.
2427 * prepare_patch.sh: Same.
2428 * uninclude: Same.
2429 * dglib.pm: Same.
2430 * gennews: Same.
2431 * texi2pod.pl: Same.
2432 * analyze_brprob: Same.
2433 * gcc_build: Same.
2434
2435 2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2436
2437 * patch_tester.sh: Changed to GPLv3.
2438
2439 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2440
2441 * patch_tester.sh: Don't save the script anymore.
2442
2443 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2444
2445 * patch_tester.sh: New.
2446 * prepare_patch.sh: New.
2447
2448 2007-11-26 Alexandre Oliva <aoliva@redhat.com>
2449
2450 * compare-debug: Introduce -p flag to preserve .stripped files.
2451
2452 2007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2453
2454 * texi2pod.pl: Handle @asis.
2455 (postprocess): Move @gccoptlist{} after all formatting commands.
2456
2457 2007-10-01 Alexandre Oliva <aoliva@redhat.com>
2458
2459 * compare-debug: Avoid spurious errors when .stripped files
2460 exist.
2461
2462 2007-09-22 Hans-Peter Nilsson <hp@axis.com>
2463
2464 * warn_summary (srcdirFilter): Add fixincludes, sim,
2465 newlib and mpfr.
2466
2467 2007-08-23 H.J. Lu <hongjiu.lu@intel.com>
2468
2469 * gcc_update: Handle different URL paths and tags.
2470
2471 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
2472
2473 * compare-debug: New.
2474
2475 2007-08-16 H.J. Lu <hongjiu.lu@intel.com>
2476 Andreas Schwab <schwab@suse.de>
2477
2478 * gcc_update: Use "svn info" for revision number. Create
2479 gcc/REVISION with branch name and revision number.
2480
2481 2007-08-10 Diego Novillo <dnovillo@google.com>
2482
2483 * gcc.doxy: Rename from tree-ssa.doxy.
2484
2485 2007-08-10 Diego Novillo <dnovillo@google.com>
2486
2487 * tree-ssa.doxy: Update for doxygen 1.5.
2488 Include all the files in the middle and back ends.
2489
2490 2007-06-30 Hans-Peter Nilsson <hp@axis.com>
2491
2492 * gcc_update (files_and_dependencies): Handle
2493 gcc/testsuite/gcc.dg/cpp/direct2s.c.
2494
2495 2007-05-13 Mark Mitchell <mark@codesourcery.com>
2496
2497 * gennews (files): Reference GCC 4.2 web pages.
2498
2499 2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
2500
2501 * texi2pod.pl: Correct handling of @itemize with no argument.
2502
2503 2007-03-17 Hans-Peter Nilsson <hp@axis.com>
2504
2505 * uninclude: New utility, from Alexandre Oliva.
2506
2507 2007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
2508
2509 * test_installed: Adjust to the move from g77 to gfortran.
2510
2511 2007-02-16 Matthias Klose <doko@debian.org>
2512
2513 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
2514
2515 2007-02-10 Hans-Peter Nilsson <hp@axis.com>
2516
2517 * test_summary (configflags): Adjust for changes in the
2518 config.status format due to update to autoconf 2.59.
2519
2520 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2521
2522 * gcc_update: Update for configure.in -> configure.ac.
2523
2524 2007-02-06 Richard Sandiford <richard@codesourcery.com>
2525
2526 * texi2pod.pl: Handle @multitable.
2527
2528 2007-01-15 Tom Tromey <tromey@redhat.com>
2529
2530 * download_ecj: New file.
2531
2532 2006-09-27 Matthew Sachs <msachs@apple.com>
2533
2534 * compareSumTests3: POD syntax fix.
2535
2536 2006-09-27 Matthew Sachs <msachs@apple.com>
2537
2538 * dglib.pm: Initial commit.
2539 * compareSumTests3: Initial commit.
2540
2541 2006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
2542
2543 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
2544 and not non-existing nm[old].
2545
2546 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2547
2548 Port to hosts whose 'sort' and 'tail' implementations
2549 treat operands with leading '+' as file names, as POSIX
2550 has required since 2001. However, make sure the code still
2551 works on pre-POSIX hosts.
2552 * compare_tests: Don't assume "sort +2" is equivalent to
2553 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2554
2555 2006-06-05 James Lemke <jwlemke@wasabisystems.com>
2556
2557 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
2558
2559 2006-06-02 Richard Earnshaw <rearnsha@arm.com>
2560 Mike Stump <mrs@apple.com>
2561
2562 * compare_tests: Handle multilibs better.
2563
2564 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2565
2566 * texi2pod.pl: Correct handling of absolute @include.
2567
2568 2006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
2569
2570 * texi2pod.pl: Handle -I.
2571
2572 2006-02-28 Mark Mitchell <mark@codesourcery.com>
2573
2574 * gennews (files): Update for GCC 4.1.
2575
2576 2006-01-24 Diego Novillo <dnovillo@redhat.com>
2577
2578 * gcc_update (files_and_dependencies): Handle
2579 libgomp/testsuite/Makefile.in.
2580
2581 2006-01-18 Richard Henderson <rth@redhat.com>
2582 Diego Novillo <dnovillo@redhat.com>
2583
2584 * gcc_update (files_and_dependencies): Add libgomp files.
2585
2586 2005-12-06 Ben Elliston <bje@au.ibm.com>
2587
2588 * newcvsroot: Remove.
2589
2590 2005-11-03 Steven Bosscher <stevenb@suse.de>
2591
2592 * gcc_build: Fix my previous checking.
2593
2594 2005-11-01 Joseph S. Myers <joseph@codesourcery.com>
2595
2596 * gcc_update: Include revision number in LAST_UPDATED.
2597
2598 2005-10-30 Steven Bosscher <stevenb@suse.de>
2599
2600 * gcc_build: Use gcc.gnu.org as the default server. Set up
2601 SVN_REPOSITORY correctly. Add support for checking out branches.
2602
2603 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2604
2605 * gcc_update: When svn update is called and
2606 --silent is used, pass -q.
2607
2608 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2609
2610 * gcc_update: Remove the -q from svn invocation.
2611
2612 2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2613
2614 * gcc_build: Remove -d from the call to gcc_update.
2615
2616 2005-10-28 Daniel Berlin <dberlin@dberlin.org>
2617 Ben Elliston <bje@au1.ibm.com>
2618
2619 * gcc_update: Update for svn.
2620 * newcvsroot: Ditto.
2621 * gcc_build: Ditto.
2622
2623 2005-10-21 Mark Mitchell <mark@codesourcery.com>
2624
2625 * texi2pod.pl: Substitue for @value even when part of @include.
2626
2627 2005-10-21 Bob Wilson <bob.wilson@acm.org>
2628
2629 * texi2pod.pl: Convert two single quotes or two backquotes to
2630 double quotes.
2631
2632 2005-08-23 Ben Elliston <bje@au.ibm.com>
2633
2634 * gcc_update: Update dependencies for libjava/aclocal.m4.
2635
2636 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
2637
2638 * All files: Update with new FSF address.
2639
2640 2005-07-14 Ben Elliston <bje@au.ibm.com>
2641
2642 * filter_params.pl: Typo fix.
2643 * filter_knr2ansi.pl: Likewise.
2644
2645 2005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
2646
2647 * gennews (files): Update for egcs-1.0 release pages consolidation.
2648
2649 2005-04-17 Joseph S. Myers <joseph@codesourcery.com>
2650
2651 * gennews (files): Update for GCC 4.0.
2652
2653 2005-03-18 Alexandre Oliva <aoliva@redhat.com>
2654
2655 * gcc_update (silent): Unset instead of initializing to null.
2656
2657 2005-03-18 Andreas Schwab <schwab@suse.de>
2658
2659 * gcc_update (apply_patch): Properly quote $1.
2660
2661 2005-03-18 Zack Weinberg <zack@codesourcery.com>
2662
2663 * gcc_update: Add --silent option.
2664
2665 2005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2666
2667 * warn_summary (keywordFilter): Update sed pattern for new quoting
2668 style in warnings.
2669
2670 2005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2671
2672 * warn_summary: Add -fortran subdir flag.
2673 (subdirectoryFilter): Fix missing ada subdir.
2674
2675 2004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
2676
2677 * gcc_update (touch_files): Don't rely on "make" being GNU make;
2678 grep for "Touching" to determine that the rule executes.
2679
2680 2004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2681
2682 * gcc_update (touch_files): Explicitly pass --no-print-directory.
2683
2684 2004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
2685
2686 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2687
2688 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
2689
2690 * gcc_update: Add fixincludes.
2691
2692 2004-08-26 Matthias Klose <doko@debian.org>
2693
2694 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
2695
2696 2004-08-26 Matthias Klose <doko@debian.org>
2697
2698 * test_summary: Include baseline used for libstdc++-v3 abi check
2699 in test summary.
2700
2701 2004-08-25 Ben Elliston <bje@au.ibm.com>
2702
2703 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2704
2705 2004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2706
2707 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
2708 update done.
2709
2710 2004-08-04 Paolo Bonzini <bonzini@gnu.org>
2711
2712 * gcc_update: libjava/configure.ac -> configure.in. Automake
2713 1.4 does not handle configure.ac properly.
2714
2715 2004-08-04 Andreas Schwab <schwab@suse.de>
2716
2717 * gcc_update: libjava/configure.in -> configure.ac.
2718
2719 2004-08-03 Richard Earnshaw <rearnsha@arm.com>
2720
2721 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2722
2723 2004-07-16 Jeff Law <law@redhat.com>
2724
2725 * analyze_brprob: Fix comments. More consistent output format.
2726
2727 2004-06-17 Diego Novillo <dnovillo@redhat.com>
2728
2729 * tree-ssa.doxy: Update for doxygen 1.3.5.
2730
2731 2004-06-14 Andreas Jaeger <aj@suse.de>
2732
2733 * gcc_update: boehm-gc/configure.in -> configure.ac.
2734
2735 2004-06-16 Paolo Bonzini <bonzini@gnu.org>
2736
2737 * gcc_update (boehm-gc/configure): Depend on
2738 boehm-gc/configure.ac instead of boehm-gc/configure.in
2739
2740 2004-06-14 Paolo Bonzini <bonzini@gnu.org>
2741
2742 * gcc_update (libmudflap/configure): Depend on
2743 libmudflap/configure.ac instead of libmudflap/configure.in
2744
2745 2004-06-14 Andreas Jaeger <aj@suse.de>
2746
2747 * gcc_update: Add libcpp.
2748
2749 2004-06-10 Andreas Jaeger <aj@suse.de>
2750
2751 * gcc_update: Add libgfortran.
2752
2753 2004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
2754
2755 * gcc_update (libbanshee/configure): Depend on
2756 libbanshee/configure.ac instead of libbanshee/configure.in
2757
2758 2004-05-17 Zack Weinberg <zack@codesourcery.com>
2759
2760 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2761 from list of files to be touched.
2762 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2763
2764 2004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
2765
2766 * gennews: Update for GCC 3.4.
2767
2768 2004-05-13 Diego Novillo <dnovillo@redhat.com>
2769
2770 Merge from tree-ssa-20020619-branch.
2771
2772 * filter_gcc_for_doxygen: New file.
2773 * filter_knr2ansi.pl: New file.
2774 * filter_params.pl: New file.
2775 * tree-ssa.doxy: New file.
2776 * contrib/gcc_update (files_and_dependencies): Handle
2777 libbanshee and libmudflap.
2778
2779 2004-04-12 Kelley Cook <kcook@gcc.gnu.org>
2780 Andreas Jaeger <aj@suse.de>
2781
2782 * gcc_update (files_and_dependencies): Insert zlib dependencies.
2783
2784 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2785
2786 * gcc_update (files_and_dependencies): libobjc/configure now
2787 depends on configure.ac, not configure.in.
2788
2789 2004-04-01 Kelley Cook <kcook@gcc.gnu.org>
2790
2791 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2792
2793 2004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
2794
2795 * gcc_update (files_and_dependencies): Insert libffi dependencies.
2796
2797 2004-03-10 Kelley Cook <kcook@gcc.gnu.org>
2798
2799 * gcc_update (files_and_dependencies): Insert libada/configure.
2800
2801 2004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
2802
2803 * gcc_update (files_and_dependencies): Update intl/configure.in
2804 to intl/configure.ac.
2805
2806 2004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2807
2808 * gcc_update (files_and_dependencies): Update fastjar/configure.in
2809 to fastjar/configure.ac
2810
2811 2004-01-07 Kelley Cook <kcook@gcc.gnu.org>
2812
2813 * gcc_update (files_and_dependencies): Remove non-existant files.
2814
2815 2004-01-05 Kelley Cook <kcook@gcc.gnu.org>
2816
2817 * gcc_update (files_generated): Revert 2003-12-18 change.
2818
2819 2004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
2820
2821 * gcc_update (files_and_dependencies): For gcc directory,
2822 rename configure.in to configure.ac.
2823
2824 2003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
2825
2826 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2827 remove acconfig.h. No longer used.
2828
2829 2003-12-18 Kelley Cook <kcook@gcc.gnu.org>
2830
2831 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2832 gcc/ada/gnat_ug_* to use it.
2833
2834 2003-12-16 James E Wilson <wilson@specifixinc.com>
2835
2836 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2837 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2838
2839 2003-12-11 Kelley Cook <kcook@gcc.gnu.org>
2840
2841 * gcc_update (files_and_dependencies): Correct typo in the filename
2842 gnat_ug_wnt.texi.
2843
2844 2003-12-08 Arnaud Charlet <charlet@act-europe.fr
2845
2846 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2847 treeprs.ads.
2848
2849 2003-10-16 Mark Mitchell <mark@codesourcery.com>
2850
2851 * gennews (files): Add GCC 3.3 files.
2852
2853 2003-08-21 Mark Mitchell <mark@codesourcery.com>
2854
2855 * gcc_build: Fix handling of -t option. Add -x option.
2856
2857 2003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
2858
2859 * texi2pod.pl: Remove extra line.
2860
2861 2003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
2862
2863 * texi2pod.pl: Default @itemize's parameter to @bullet.
2864
2865 2003-07-12 Zack Weinberg <zack@codesourcery.com>
2866
2867 * gcc_update: gcc/acconfig.h no longer exists.
2868
2869 2003-07-11 Matthias Klose <doko@debian.org>
2870
2871 * test_installed: Add options to run objc tests.
2872 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
2873
2874 2003-07-04 Zack Weinberg <zack@codesourcery.com>
2875
2876 * gcc_update: Remove gcc/intl/plural.c from list.
2877 Add new generated files intl/plural.c, intl/configure,
2878 intl/config.h.in.
2879
2880 2003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
2881
2882 * gcc_update (files_and_dependencies): Add
2883 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
2884 gcc/testsuite/gcc.dg/cpp/mi1c.h.
2885
2886 2003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
2887
2888 * paranoia.cc: Fix spelling error.
2889
2890 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
2891 to GCC.
2892
2893 2003-04-04 Mike Stump <mrs@apple.com>
2894
2895 * compare_tests: Fix exit status and be more flexible with spacing.
2896
2897 2003-03-08 Phil Edwards <pme@gcc.gnu.org>
2898
2899 * test_summary: Add -h, print existing comments as help.
2900
2901 2003-03-03 H.J. Lu <hjl@gnu.org>
2902
2903 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
2904 * gcc_update: Likewise.
2905
2906 2003-01-19 Alexandre Oliva <aoliva@redhat.com>
2907
2908 * test_summary (configflags): Only use the first match. Remove
2909 excess space. Use sub instead of gsub where possible. Use `none'
2910 if no configure flags were given.
2911
2912 2003-01-10 Loren J. Rittle <ljrittle@acm.org>
2913
2914 * test_summary (configflags): awk portability.
2915
2916 2003-01-07 Alexandre Oliva <aoliva@redhat.com>
2917
2918 * test_summary (configflags): Compute correctly with both
2919 autoconfiscated and Cygnus-style top-level.
2920
2921 2003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2922
2923 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
2924 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
2925 gcc/java/keyword.gperf
2926
2927 2002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2928
2929 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
2930 depending on gcc/intl/plural.y.
2931
2932 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
2933
2934 * gcc_update (configure): Depend on config/acx.m4 as well.
2935
2936 * gcc_update (configure): Depend on configure.in.
2937
2938 2002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
2939
2940 * texi2pod.pl: Skip contents of @copying.
2941
2942 2002-11-09 Zack Weinberg <zack@codesourcery.com>
2943
2944 * gthr_supp_vxw_5x.c: New file.
2945
2946 2002-10-21 Richard Henderson <rth@redhat.com>
2947
2948 * paranoia.cc (real_c_float::image): Accomodate size of
2949 real_internal format.
2950 (main): Unbuffer stdio. Add real_internal format.
2951 (floor_log2_wide): New.
2952
2953 2002-10-16 Richard Henderson <rth@redhat.com>
2954
2955 * paranoia.cc (ENUM_BITFIELD): New.
2956 (class): Define as klass around real.h.
2957 (real_c_float): Not a template any longer; define MODE as a
2958 class static constant; use real_format elements for SIZE.
2959 Update uses of real_to_decimal and real_to_hexadecimal.
2960 (main): Change -g argument to use a format name.
2961 (mode_for_size): Remove.
2962
2963 2002-09-16 Richard Henderson <rth@redhat.com>
2964
2965 * paranoia.cc: New file.
2966
2967 2002-09-04 Richard Henderson <rth@redhat.com>
2968
2969 * enquire.c: Remove.
2970
2971 2002-08-14 Mark Mitchell <mark@codesourcery.com>
2972
2973 * gennews (files): Add GCC 3.2 files.
2974
2975 2002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2976
2977 * gennews (files): Add proper files for the GCC 3.1 release series.
2978 Simplify and reformat introductory wording.
2979
2980 2002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2981
2982 * enquire.c: Move from gcc.
2983
2984 2002-07-16 H.J. Lu <hjl@gnu.org>
2985
2986 * gcc_update (touch_files): Pass -s to ${MAKE}.
2987
2988 2002-06-26 Zack Weinberg <zack@codesourcery.com>
2989
2990 * texi2pod.pl: Correct handling of the internal R<> sequence.
2991
2992 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
2993
2994 * gcc_update (files_and_dependencies): Add generated Texinfo files
2995 for Ada.
2996
2997 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2998
2999 * test_installed: Allow for PWDCMD to override hardcoded pwd.
3000 * test_summary: Likewise.
3001
3002 2002-04-18 Geoffrey Keating <geoffk@redhat.com>
3003
3004 * gcc_update (touch_files): Don't have empty for loop.
3005
3006 2002-04-16 Richard Henderson <rth@redhat.com>
3007
3008 * gcc_update: Remove libchill.
3009
3010 2002-03-25 Zack Weinberg <zack@codesourcery.com>
3011
3012 * texi2pod.pl: Handle @end ftable and @end vtable.
3013
3014 2002-03-11 Zack Weinberg <zack@codesourcery.com>
3015
3016 * texi2pod.pl: Handle @include, @ftable, @vtable.
3017 Reformat some code for clarity.
3018
3019 2002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
3020
3021 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
3022 WARNING and ERROR output from the *.sum files.
3023
3024 2002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3025
3026 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
3027 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
3028 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
3029
3030 2002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3031
3032 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
3033 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
3034 egcs-1.1/index.html.
3035
3036 2002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3037
3038 * warn_summary: Add -ada subdirectory flag.
3039
3040 2001-12-12 Matthias Klose <doko@debian.org>
3041
3042 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
3043 generation of more than one man page from one source.
3044 Add '-' to set of valid chars for an identifier.
3045 Let -D option accept flags of the form <flag>=<value>.
3046 Use \s+ for whitespace detection in '@c man' lines.
3047 Handle @set and @clear independent of $output.
3048 Substitute all @value{}'s in a line.
3049
3050 2001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
3051
3052 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
3053 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
3054 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
3055 greater than 9 in enumerations.
3056
3057 2001-11-07 Laurent Guerby <guerby@acm.org>
3058
3059 * gcc_update (files_and_dependencies): Add Ada dependencies.
3060
3061 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
3062
3063 * snapshot: Remove.
3064
3065 2001-09-07 Richard Sandiford <rsandifo@redhat.com>
3066
3067 Revert:
3068 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3069 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3070 touch.
3071
3072 2001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
3073
3074 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
3075 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
3076 touch.
3077
3078 Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
3079
3080 * analyze_brprob: Update for changes in gcc debug output.
3081
3082 Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
3083
3084 * analyze_brprob: Avoid more overflows.
3085
3086 2001-07-27 Richard Henderson <rth@redhat.com>
3087
3088 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
3089
3090 Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
3091
3092 * analyze_brprob: Avoid overflows.
3093
3094 2001-07-27 Richard Henderson <rth@redhat.com>
3095
3096 * gcc_update: Dump timestamp in LAST_UPDATED.
3097
3098 2001-07-26 Andreas Jaeger <aj@suse.de>,
3099 Hans-Peter Nilsson <hp@bitrange.com>
3100
3101 * analyze_brprob: Fix documentation.
3102
3103 Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
3104
3105 * analyze_brprob: Fix awk compatibility problems; update comment.
3106
3107 2001-07-23 Andreas Jaeger <aj@suse.de>
3108
3109 * analyze_brprob: Fix more typos.
3110
3111 2001-07-23 Andreas Jaeger <aj@suse.de>
3112
3113 * analyze_brprob: Fix typos.
3114
3115 2001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
3116
3117 * texi2pod.pl: Handle @r inside @item.
3118
3119 2001-07-02 Zack Weinberg <zackw@stanford.edu>
3120
3121 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
3122
3123 2001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
3124
3125 * warn_summary: Fix typo in a comment.
3126
3127 2001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
3128
3129 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
3130
3131 2001-06-13 Mark Mitchell <mark@codesourcery.com>
3132
3133 * gennews: Set TERM to vt100 for Lynx.
3134
3135 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3136
3137 * release: Remove.
3138
3139 Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
3140
3141 * analyze_brprob: New file.
3142
3143 2001-06-11 Mark Mitchell <mark@codesourcery.com>
3144
3145 * gcc_build: Output information about the commands used to
3146 configure the compiler.
3147
3148 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
3149
3150 * gennews: Update for GCC 3.0.
3151
3152 2001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
3153
3154 * gcc_update: Update for move of documentation to gcc/doc.
3155
3156 2001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3157
3158 * contrib/test_summary (files): Sort before evaluating.
3159
3160 2001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3161
3162 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
3163
3164 2001-05-21 Mark Mitchell <mark@codesourcery.com>
3165
3166 * gcc_build: Use -d when invoking gcc_update.
3167
3168 2001-05-18 Andreas Jaeger <aj@suse.de>
3169
3170 * gcc_update: Add rules for libf2c/libI77.
3171
3172 2001-05-17 Alexandre Oliva <aoliva@redhat.com>
3173
3174 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
3175
3176 2001-05-14 Loren J. Rittle <ljrittle@acm.org>
3177
3178 * gcc_update (touch_files): Enhance make portability.
3179
3180 2001-05-14 Alexandre Oliva <aoliva@redhat.com>
3181
3182 * gcc_update (touch_files): Use a Makefile to touch files.
3183
3184 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
3185
3186 * texi2pod.pl: Add copyright and GPL notices.
3187
3188 2001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
3189
3190 * texi2pod.pl: Handle "\,".
3191
3192 2001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
3193
3194 * texi2pod.pl: Fix regular expression for @r to avoid exponential
3195 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
3196 version check.
3197
3198 2001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3199
3200 * warn_summary (stageNfilter): Update for recent changes in
3201 bootstrap logic.
3202
3203 2001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
3204
3205 * texi2pod.pl: Require at least perl 5.6.0.
3206
3207 2001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
3208
3209 * gcc_update: Add gcc/gcc.1 to generated files.
3210 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
3211 discarding to end of sentence with @xref where the sentence has an
3212 interior "." in markup, and handle discarding parentheses around
3213 such a sentence.
3214
3215 2001-01-11 Bernd Schmidt <bernds@redhat.com>
3216
3217 * gennews: Add gcc-2.95.3.
3218
3219 2001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
3220
3221 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
3222 @command. Format URLs and email addresses in bold.
3223
3224 2001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
3225
3226 * gcc_update: Add cpp.1 to the list of generated files.
3227
3228 * texi2pod.pl: Handle @option and @env.
3229
3230 2001-01-03 Mike Stump <mrs@wrs.com>
3231
3232 * snapshot: Update to account for java libraries.
3233
3234 2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
3235
3236 * test_summary: Export filesuffix, not fileprefix.
3237
3238 2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
3239
3240 * release: Change some EGCS references to GCC.
3241
3242 2000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3243
3244 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
3245 subdirectory flags. Add source directory prefix filtering.
3246 Redirect diagnostic output to stderr.
3247
3248 2000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
3249
3250 * texi2pod.pl: If multiple @c man sections with the same tag
3251 appear, concatenate them in the final output. When skipping,
3252 ignore block commands that can't cause skipping, and honor
3253 those that can. Ensure that verbatim blocks are separate
3254 paragraphs.
3255
3256 2000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
3257
3258 * gcc_update: Don't touch tradcif.c or java/parse.h.
3259
3260 2000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
3261
3262 * texi2pod.pl: Restructure for comprehensibility, add
3263 comments. Merge handling of @ignore and @ifxxx. Handle a
3264 whole bunch more Texinfo commands. Use consistent formatting
3265 style.
3266
3267 2000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
3268
3269 * gennews: New script.
3270
3271 2000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3272
3273 * gcc_update: Update a comment as we now require bison for CVS users.
3274
3275 2000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
3276
3277 * gcc_update: Add gcov.1 to the list of generated files.
3278
3279 2000-11-21 Mark Mitchell <mark@codesourcery.com>
3280
3281 * gcc_build: Remove code to put information in a log file.
3282
3283 2000-11-19 Zack Weinberg <zackw@stanford.edu>
3284
3285 * texi2pod.pl:
3286 - Add real command line parsing.
3287 - Support @ifset, @ifclear, @set, @value, -D switch.
3288 - Support @sc. Improve handling of @ref and friends.
3289 - Discard @subsection, @need, @node lines.
3290 - Un-nest font changes to match texinfo semantics.
3291 - Handle @{ and @}. Oops.
3292 - Don't emit E<> directives inside verbatim blocks.
3293
3294 2000-11-12 Bruce Korb <bkorb@gnu.org>
3295
3296 * release: generalize the release script a bit.
3297
3298 Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
3299
3300 * gcc_build: Add -o option for setting the objdir to use.
3301
3302 2000-11-11 Jeff Law <law@redhat.com>,
3303
3304 * release: New file.
3305
3306 2000-11-08 Jeff Law <law@redhat.com>,
3307 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3308
3309 * snapshot: New file.
3310
3311 2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
3312
3313 * gcc_build (bootstrap_gcc): New function.
3314 (configure_gcc): Likewise.
3315 (build_gcc): Rewritten to use configure and bootstrap.
3316 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
3317
3318 2000-10-31 Mark Mitchell <mark@codesourcery.com>
3319
3320 * gcc_build (MAKE): New variable.
3321 (build_gcc): Use it. Fix logging of errors.
3322 (install_gcc): Likewise.
3323
3324 2000-10-29 Mark Mitchell <mark@codesourcery.com>
3325
3326 * gcc_build: Save the output from CVS into the logfile as well.
3327
3328 2000-10-25 Mark Mitchell <mark@codesourcery.com>
3329
3330 * gcc_build: Fix typos.
3331
3332 2000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
3333
3334 * gperf-2.7-19981006.pat: Remove.
3335
3336 2000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
3337
3338 * test_installed: Change EGCS references to refer to GCC.
3339
3340 2000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3341
3342 * gcc_update (touch_files): Add some informative output.
3343
3344 2000-09-16 Andreas Jaeger <aj@suse.de>
3345
3346 * gcc_update: Remove gcc/c-parse.gperf.
3347
3348 2000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
3349 Alexandre Oliva <aoliva@redhat.com>
3350
3351 * gcc_update: Execute touch_files_reexec even if `cvs update`
3352 failed.
3353
3354 2000-08-09 Alexandre Oliva <aoliva@redhat.com>
3355
3356 * test_summary: AWK breaks with filenames containing `='.
3357
3358 Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
3359
3360 * gcc_build: New script.
3361
3362 2000-07-13 Mark Mitchell <mark@codesourcery.com>
3363
3364 * gcc_update (files_and_dependencies): Remove generated YACC files.
3365
3366 2000-07-12 Mark Mitchell <mark@codesourcery.com>
3367
3368 * gcc_update (files_and_dependencies): Remove generated YACC files.
3369
3370 2000-06-04 Mark Mitchell <mark@codesourcery.com>
3371
3372 * newcvsroot: Handle filenames that contain spaces.
3373
3374 2000-06-03 Zack Weinberg <zack@wolery.cumb.org>
3375
3376 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
3377 Elide --with-gcc-version-trigger and --norecursion from
3378 configure flags. Remove code to report status of haifa scheduler.
3379
3380 2000-05-18 Alexandre Oliva <aoliva@cygnus.com>
3381
3382 * gcc_update (self): Set to `$0'.
3383 (touch_files_reexec): Use `$self' instead of `$0'.
3384
3385 2000-05-12 Alexandre Oliva <aoliva@cygnus.com>
3386
3387 * gcc_update (touch_files_reexec): New function, run after the
3388 tree is modified.
3389
3390 2000-05-08 Richard Hendeson <rth@cygnus.com>
3391
3392 * gcc_update: Remove references to inclhack.tpl.
3393
3394 2000-04-28 Jason Merrill <jason@casey.cygnus.com>
3395
3396 * index-prop: Use a single pattern. Also support *** cdiffs.
3397
3398 2000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
3399
3400 * index-prop: Don't change /dev/null.
3401
3402 2000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3403
3404 * gcc_update: Refer to GCC and gcc_update instead of egcs and
3405 egcs_update.
3406
3407 2000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
3408
3409 * index-prop: Fix occasional problem when using cvs diff -p.
3410
3411 2000-04-18 Zack Weinberg <zack@wolery.cumb.org>
3412
3413 * gcc_update: Remove references to cexp.c/cexp.y.
3414
3415 1999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3416
3417 * newcvsroot: Add check on the number of command-line arguments.
3418 Add usage.
3419
3420 Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
3421
3422 * gcc_update: Allow patches compressed by bzip2.
3423
3424 1999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
3425
3426 * newcvsroot: New file.
3427
3428 1999-09-11 Craig Burley <craig@jcb-sc.com>
3429
3430 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
3431
3432 1999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3433
3434 * gcc_update: New file.
3435 * egcs_update: Renamed to gcc_update.
3436
3437 1999-08-09 Robert Lipe <robertlipe@usa.net>
3438
3439 * test_summary: Quote curly braces in 1999-07-03 change.
3440
3441 1999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3442
3443 * egcs_update (files_and_dependencies): Fixed typo in
3444 gcc/cstamp-h.in. Added gcc/config.in.
3445
3446 1999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3447
3448 * egcs_update (files_and_dependencies): New function, with
3449 complete list of files to be updated, as well as their
3450 dependencies.
3451 (touch_files): Check the timestamp of each generated file against
3452 its dependencies'.
3453 (main): New flags --touch, --list and --help. Remove the
3454 pre-update step.
3455
3456 1999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
3457
3458 * test_summary: Replace egcs with gcc. Update e-mail address.
3459
3460 1999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3461 Jerry Quinn <jquinn@nortelnetworks.com>
3462
3463 * egcs_update (touch_files, apply_patch): New functions.
3464 Use them. New command-line option --patch. Split test of local
3465 tree into two parts. Add comments.
3466
3467 1999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
3468
3469 * test_summary: If Target is `unix{*}', append the Target variants
3470 to Host.
3471
3472 1999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
3473
3474 * test_summary: Set default mail-address and version for egcs
3475 instead of relying on unpredictable pathnames.
3476 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
3477
3478 Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
3479
3480 * fixinc/*: Delete obsolete files.
3481
3482 1999-02-04 Robert Lipe <robertlipe@usa.net>
3483
3484 * egcs_update: Test return values of 'cvs update'. Propogate
3485 to caller as exit values.
3486
3487 1999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3488
3489 * egcs_update: Use "if" instead of "&&". Touch generated files
3490 only after the corresponding *.y files.
3491
3492 1999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3493
3494 * egcs_update: Do not use xargs, but a backquote construct.
3495
3496 1999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
3497
3498 * test_summary (version): Remove carriage return that gawk inserts
3499 in the version string for some reason.
3500
3501 1998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3502
3503 * egcs_update: Only touch files that already exist.
3504
3505 1998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
3506
3507 * test_summary (EOF): Remove double backslash.
3508 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3509
3510 1998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3511
3512 * test_summary (address): Set to egcs-testresults mailing list.
3513
3514 1998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3515
3516 * test_summary (address): Added Marc Lehmann's testsuite-results
3517 to the default e-mail address.
3518
3519 1998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
3520
3521 * test_summary (-p, prepend_logs): Add these before the summary.
3522 (Compiler, Platform): Print these just before configflags.
3523
3524 Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3525
3526 * warn_summary (longLineFilter): New shell function to encapsulate
3527 this functionality. It is off by default, only active if -llf
3528 flag is specified.
3529 (subdirectoryFilter): Fix bug in filtering which made some
3530 subdirectory warnings erroneously appear in the toplevel set.
3531 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
3532 warnings from stage1 as well as stage0, which means warnings from
3533 outside the bootstrap directory. Eg, the libraries, etc.
3534 (warningFilter): New shell function to encapsulate this
3535 functionality.
3536 (keywordFilter): New shell function to encapsulate this
3537 functionality.
3538
3539 Store data in a temp file rather than calculating it 3x. Arrange
3540 to remove it on exit and signals.
3541
3542 Add -pass/-wpass flags to do "pass through" (i.e. manual
3543 inspection) of bootstrap output from a particular stageN as well
3544 as language subdirs.
3545
3546 Add better comments/documentation.
3547
3548 Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3549
3550 * egcs_update: Add comment about keeping the FAQ synchronized.
3551
3552 Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
3553
3554 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3555 in the repo again.
3556
3557 Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
3558
3559 * egcs_update: Added gcc/fixinc/* generated files to touch list.
3560
3561 Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
3562
3563 * egcs_update: Remove gcc/java/parse.c from list of files to
3564 touch.
3565
3566 Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3567
3568 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3569
3570 Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3571
3572 * warn_summary (subdirectoryFilter): New shell function to
3573 optionally filter in/out gcc subdirectories when summarizing
3574 warnings. Add new flags to support subdirectory filtering.
3575
3576 Also, ensure the bootstrap stage is a number. Add some more C
3577 keywords that are preserved in the "warning type" summary and
3578 tighten up the "arg ???" regexp.
3579
3580 Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
3581
3582 * fixinc/inclhack.def: Not all C++ comments in C headers
3583 were treated alike. They are now. Also fixed syntax
3584 of sed expression in "systypes" fix.
3585
3586 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
3587
3588 * egcs_update: Added fixinc/* generated files to touch list.
3589
3590 Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3591
3592 * egcs_update: Additionally touch gcc/java/parse.[ch].
3593
3594 Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
3595
3596 * fixinc/inclhack.def: Added two files required by
3597 SCO's Open Server 5's avoid_bool fix.
3598 Regenerated fixinc.x and inclhack.sh to incorporate
3599 the update.
3600
3601 Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
3602
3603 * egcs_update: Do the pass 1 CVS update only for files that
3604 may reasonably be under CVS control.
3605
3606 1998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
3607
3608 * test_installed: New script for testing already-installed
3609 gcc/g++/g77.
3610
3611 Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3612
3613 * egcs_update: Assigned copyright to FSF.
3614
3615 Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3616 Alexandre Oliva <oliva@dcc.unicamp.br>
3617
3618 * egcs_update: New switch --nostdflags and documentation
3619 enhancements.
3620
3621 Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3622
3623 * egcs_update: New script.
3624
3625 1998-08-05 Bruce Korb <korbb@datadesign.com>
3626
3627 * fixinc/Makefile
3628 Added define for target machine so machine-specific tests
3629 can be selected for or against.
3630
3631 * fixinc/fixincl.c
3632 Added an array of string pointers to machines to select
3633 or avoid, depending on a FD_MACH_IFNOT bit flag.
3634 Used a shell script to match the defined TARGET_MACHINE
3635 with any of the given match patterns.
3636
3637 * fixinc/fixincl.tpl
3638 Generate the array of strings and bit flag, as needed,
3639 depending on "mach" and "not_machine" attributes for a fix.
3640
3641 * fixinc/mkfixinc.sh
3642 Invoke the make with TARGET assigned the value of the
3643 machine name argument.
3644
3645 Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
3646
3647 * compare_tests: New script.
3648
3649 1998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3650
3651 * test_summary: Assigned copyright to FSF.
3652
3653 Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3654
3655 * test_summary: Corrected script name in comments providing
3656 documentation. Added linebreaks for lines with > 80 characters.
3657
3658 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3659
3660 * test_summary: New switch, -i, and environment variable,
3661 append_logs, for including files in the report.
3662
3663 1998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
3664
3665 * warn_summary: Update to Kaveh's latest version allowing to
3666 specify the last stage built.
3667
3668 1998-05-29 Bruce Korb <korbb@datadesign.com>
3669
3670 * fixinc/mkfixinc.sh
3671 Changes to make it easier to invoke on platforms that
3672 normally do not invoke fixincludes.
3673
3674 * fixinc/inclhack.def
3675 Applied fixes from egcs/gcc/fixincludes from the past several
3676 months.
3677
3678 1998-05-28 Bruce Korb <korbb@datadesign.com>
3679
3680 * fixinc/*: Updated most everything for a first real
3681 try at getting "fast_fixincludes" working.
3682
3683 1998-05-28 Jason Merrill <jason@yorick.cygnus.com>
3684
3685 * index-prop: New file.
3686
3687 Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
3688
3689 * test_summary: find good awk (copied from warn_summary).
3690
3691 Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
3692
3693 * test_summary, warn_summary: New files