]> git.ipfire.org Git - thirdparty/gcc.git/blame - contrib/ChangeLog
c++: constrained class template friend [PR93467]
[thirdparty/gcc.git] / contrib / ChangeLog
CommitLineData
ec6ffbb9
GA
12020-06-10 Martin Liska <mliska@suse.cz>
2
3 * gcc-changelog/git_commit.py: Fix renamed files in
4 parse_git_name_status.
5 * gcc-changelog/test_email.py: Add test for it.
6
72020-06-10 Martin Liska <mliska@suse.cz>
8
9 * gcc-changelog/git_commit.py: Add more supported prefixes.
10 * gcc-changelog/test_email.py: Fix one flake8 error.
11 * gcc-changelog/test_patches.txt: Add tested for newly
12 supported prefixes.
13
142020-06-10 Jonathan Wakely <jwakely@redhat.com>
15
16 * gcc-changelog/git_commit.py (GitCommit.parse_changelog):
17 Improve error strings.
18 * gcc-changelog/test_email.py: Update expected errors.
19
b952c2cf
GA
202020-06-09 Jonathan Wakely <jwakely@redhat.com>
21
22 * gcc-changelog/git_email.py: Set exit status on error.
23
242020-06-09 Martin Liska <mliska@suse.cz>
25
26 * gcc-changelog/git_commit.py: Fix ChangeLog regex in order to
27 match the top-level ChangeLog.
28 * gcc-changelog/test_email.py: Add test.
29 * gcc-changelog/test_patches.txt: Likewise.
30
a9312a79
GA
312020-06-02 Martin Liska <mliska@suse.cz>
32
33 * gcc-changelog/git_commit.py: Support foo/bar/*: patterns in
34 wildcard_prefixes locations.
35 * gcc-changelog/test_email.py: Test it.
36 * gcc-changelog/test_patches.txt: Add 3 new patches.
37
382020-06-02 Iain Buclaw <ibuclaw@gdcproject.org>
39
40 * gcc-changelog/git_commit.py (ignored_prefixes): Add
41 gcc/testsuite/gdc.test/.
42
432020-06-02 Jonathan Wakely <jwakely@redhat.com>
44
45 * gcc-changelog/test_email.py (TestGccChangelog.test_long_lines):
46 Update expected error message.
47
482020-06-02 Jonathan Wakely <jwakely@redhat.com>
49
50 * gcc-changelog/git_commit.py (GitCommit.parse_changelog): Fix
51 grammar.
52
532020-06-02 Jonathan Wakely <jwakely@redhat.com>
54
55 * prepare-commit-msg: Do nothing if the mklog.py script isn't
56 present.
57
582020-06-02 Jonathan Wakely <jwakely@redhat.com>
59
60 * gcc-changelog/git_commit.py (GitCommit.check_mentioned_files):
61 Improve error text.
62
e7340ed7
GA
632020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
64
65 * config-list.mk (LIST): Add v850e1-elf.
66
672020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
68
69 * config-list.mk (LIST): Add or1k-elf, or1k-linux-*, and or1k-rtems.
70
712020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
72
73 * config-list.mk (LIST): Remove arm-wrs-vxworks.
74
752020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
76
77 * config-list.mk (LIST): Remove cris-linux, crisv32-elf, and
78 crisv32-linux.
79
802020-05-31 Iain Buclaw <ibuclaw@gdcproject.org>
81
82 * config-list.mk (LIST): Add pru-elf.
83
885ef72f
GA
842020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
85
86 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
87
882020-05-29 Martin Liska <mliska@suse.cz>
89
90 * gcc-changelog/git_commit.py: Find empty change descriptions.
91 * gcc-changelog/test_email.py: New test.
92 * gcc-changelog/test_patches.txt: New patch that tests that.
93
942020-05-29 Martin Liska <mliska@suse.cz>
95
96 * git-backport.py: The script did 'git co HEAD~' when
97 there was no modified ChangeLog file in a successful
98 git cherry pick.
99 Run cherry-pick --continue without editor.
100
1012020-05-29 Martin Liska <mliska@suse.cz>
102
103 * gcc-changelog/git_commit.py: Properly
104 handle duplicite authors.
105 * gcc-changelog/test_email.py: New test.
106 * gcc-changelog/test_patches.txt: New patch.
107
53ffb43a
GA
1082020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
109
110 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
111 renamings as a file deletion plus a file addition.
112 * gcc-changelog/git_repository.py (parse_git_revisions):
113 Likewise.
114 * gcc-changelog/test_email.py: New testcase.
115 * gcc-changelog/test_patches.txt: New testcase.
116
1172020-05-28 Martin Liska <mliska@suse.cz>
118
119 * check-params-in-docs.py: Update to new format
120 of help. Apply flake8 corrections.
121
1222020-05-28 Martin Liska <mliska@suse.cz>
123
124 * mklog.py: Support renaming of files.
125 One needs unidiff 0.6.0+.
126 * test_mklog.py: Test it.
127
61f3b605
GA
1282020-05-27 Martin Liska <mliska@suse.cz>
129
130 * gcc-git-customization.sh: Use git-backport.py to drop
131 all changes for ChangeLog files.
132 * git-backport.py: New file.
133
1342020-05-27 Martin Liska <mliska@suse.cz>
135
136 * gcc-git-customization.sh: Rename
137 commit-mklog to gcc-commit-mklog.
138
1392020-05-27 Martin Liska <mliska@suse.cz>
140
141 * prepare-commit-msg: Save diff to a file if
142 the GCC_GIT_DIFF_FILE variable is set.
143
c3a4169b
GA
1442020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
145
146 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
147 with multi-line file lists.
148 * gcc-changelog/test_email.py: New testcase.
149 * gcc-changelog/test_patches.txt: Likewise.
150
1512020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
152
153 * gcc-changelog/git_update_version.py: Close file objects after
154 use.
155 * gcc-changelog/git_email.py: Likewise.
156 * gcc-changelog/test_email.py: Likewise.
157
1582020-05-26 Martin Liska <mliska@suse.cz>
159
160 * gcc-changelog/git_update_version.py: Add 2 new options.
161
1622020-05-26 Alexandre Oliva <oliva@gnu.org>
163
164 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
165 'for' prefix.
166
1672020-05-26 Alexandre Oliva <oliva@adacore.com>
168
169 * compare-debug: Adjust for .gkd files named as dump files,
170 with the source suffix rather than the object suffix.
171
1722020-05-26 Martin Liska <mliska@suse.cz>
173
174 * gcc-changelog/git_commit.py: Parse changelog entries for
175 ignored locations.
176 * gcc-changelog/test_email.py: Add new test for it.
177 * gcc-changelog/test_patches.txt: Likewise.
178
1792020-05-26 Jason Merrill <jason@redhat.com>
180
181 * prepare-commit-msg: New file.
182 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
183 * mklog.py: Add new option -c which appends
184 to a ChangeLog file.
185
deea3def
ML
1862020-05-25 Martin Liska <mliska@suse.cz>
187
188 * gcc-changelog/git_commit.py: Add trailing '/'
189 for libdruntime. Allow empty changelog for
190 only ignored files.
191 * gcc-changelog/test_email.py: New test for go
192 patch in ignored location.
193 * gcc-changelog/test_patches.txt: Add test.
194
5daf69cf
JJ
1952020-05-22 Jakub Jelinek <jakub@redhat.com>
196
197 * gcc-changelog/git_commit.py: Add trailing / to
198 gcc/testsuite/go.test/test and replace gcc/go/frontend/
199 with gcc/go/gofrontend/ in ignored locations.
200
59b282bc
ML
2012020-05-22 Martin Liska <mliska@suse.cz>
202
203 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
204 to ignored locations.
205
62b5b53e
ML
2062020-05-21 Martin Liska <mliska@suse.cz>
207
208 * gcc-changelog/git_update_version.py: Prepare the script, the
209 only missing piece is pushing of the updated branches.
210
9722b139
ML
2112020-05-21 Martin Liska <mliska@suse.cz>
212
213 * gcc-changelog/git_commit.py: Support DR entries/
214 * gcc-changelog/test_email.py: New test for it.
215 * gcc-changelog/test_patches.txt: New patch for it.
216
e7c7cdc5
ML
2172020-05-21 Martin Liska <mliska@suse.cz>
218
219 * mklog.py: Support DR parsing.
220 * test_mklog.py: New test for DR parsing.
221
2f809e77
ML
2222020-05-20 Martin Liska <mliska@suse.cz>
223
224 * gcc-changelog/git_commit.py: Add author_tuple
225 only if not present in author_lines.
226 * gcc-changelog/test_email.py: New test.
227 * gcc-changelog/test_patches.txt: Add new patch.
228
29c34351
ML
2292020-05-20 Martin Liska <mliska@suse.cz>
230
231 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
232 * gcc-changelog/test_email.py: Add new test.
233 * gcc-changelog/test_patches.txt: Add new patch.
234
3bcaf16e
FH
2352020-05-20 Frederik Harwath <frederik@codesourcery.com>
236
237 * gcc-changelog/git_commit.py: Skip over lines starting
238 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
239
93db1f80
ML
2402020-05-20 Martin Liska <mliska@suse.cz>
241
242 * gcc-changelog/git_check_commit.py: Change
243 --allow-non-strict-mode to --non-strict-mode.
244
71389093
ML
2452020-05-20 Martin Liska <mliska@suse.cz>
246
247 * gcc-changelog/git_commit.py: Support cherry pick
248 prefix.
249 * gcc-changelog/test_email.py: Test it.
250 * gcc-changelog/test_patches.txt: Add new patch.
251 * gcc-git-customization.sh: Add gcc-backport.
252
25c284f1
ML
2532020-05-19 Martin Liska <mliska@suse.cz>
254
255 * mklog.py: Use REST API for bug title downloading.
256
4a5d072a
ML
2572020-05-19 Martin Liska <mliska@suse.cz>
258
259 * gcc-changelog/git_commit.py: Add param use_commit_ts
260 for to_changelog_entries.
261 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
262
4f85a52c
ML
2632020-05-19 Martin Liska <mliska@suse.cz>
264
265 * mklog.py: Skip GTY for struct names. Make flake8 happy.
266 * test_mklog.py: Add test for GTY.
267
53cc8cf9
ML
2682020-05-19 Martin Liska <mliska@suse.cz>
269
270 * gcc-changelog/git_update_version.py:
271 Fill up entries in reverse order.
272
00243d9a
ML
2732020-05-19 Martin Liska <mliska@suse.cz>
274
275 * gcc-git-customization.sh: Add
276 alias.gcc-mklog new hook.
277 * mklog.py: New file.
278 * test_mklog.py: New file.
279
e576ed7a
ML
2802020-05-19 Martin Liska <mliska@suse.cz>
281
282 * legacy/mklog: Moved from mklog.
283 * legacy/mklog.pl: Moved from mklog.pl.
284
c3b44e34
ML
2852020-05-19 Martin Liska <mliska@suse.cz>
286
287 * gcc-git-customization.sh: Add gcc-verify alias
288 that uses contrib/gcc-changelog/git_check_commit.py.
289
c9a41202
AB
2902020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
291
292 * dg-extract-results.py: Handle GDB specific test types.
293 * dg-extract-results.sh: Likewise.
294
941c9474
ML
2952020-05-14 Martin Liska <mliska@suse.cz>
296
297 * gcc-changelog/test_email.py: New file.
298 * gcc-changelog/test_patches.txt: New file.
299
9b56828c
PP
3002020-05-13 Patrick Palka <ppalka@redhat.com>
301
302 * vimrc: Reduce textwidth to 72 for Git commit messages.
303
e4f0e06b
ML
3042020-05-13 Martin Liska <mliska@suse.cz>
305
306 * gcc-changelog/git_check_commit.py: Add default argument HEAD
307 for revisions and improve error message output.
308
b8333fc6
ML
3092020-05-13 Martin Liska <mliska@suse.cz>
310
311 * gcc-changelog/git_commit.py: Restore print_output syntax
312 in git_commit.py.
313
c10aa1f0
ML
3142020-05-13 Martin Liska <mliska@suse.cz>
315
316 * gcc-changelog/git_check_commit.py: New file.
317 * gcc-changelog/git_commit.py: New file.
318 * gcc-changelog/git_email.py: New file.
319 * gcc-changelog/git_repository.py: New file.
320 * gcc-changelog/git_update_version.py: New file.
321
5315e1da
ML
3222020-04-17 Martin Liska <mliska@suse.cz>
323
324 * vimrc: We do not want to modify tab options
325 for Python files.
326
437eea66
JJ
3272020-04-16 Jakub Jelinek <jakub@redhat.com>
328
329 PR bootstrap/92008
330 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
331
fa4aab7f
ML
3322020-04-03 Martin Liska <mliska@suse.cz>
333
334 * gcc-git-customization.sh: Search for the pattern
335 at line beginning only.
336
612137e1
RE
3372020-01-24 Richard Earnshaw <rearnsha@arm.com>
338
339 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
340 rather than just <pfx>. Convert existing personal branches to the
341 new remote.
342 * git-add-user-branch.sh: New file.
343
f96af171
RE
3442020-01-22 Richard Earnshaw <rearnsha@arm.com>
345
346 * git-add-vendor-branch.sh: New file.
347
24b17818
RE
3482020-01-20 Richard Earnshaw <rearnsha@arm.com>
349
350 * gcc-git-customization.sh: Check that user-supplied remote
351 name exists before continuting. Use a separate remotes for the
352 personal commit area. Convert existing personal and vendor
353 fetch rules to new layout.
354 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
355 option.
356
f17f6127
HPN
3572020-01-17 Hans-Peter Nilsson <hp@axis.com>
358
359 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
360 not "--pretty=%p:%t:%H".
361
66aae15b
AS
3622020-01-16 Andreas Schwab <schwab@linux-m68k.org>
363
364 * gcc-git-customization.sh: Avoid double expansion.
365
545f5fad
RE
3662020-01-16 Richard Earnshaw <rearnsha@arm.com>
367
368 * gcc-git-customization.sh: Check that user.name and user.email
369 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
370 using eval.
371
2588197b
JJ
3722020-01-16 Jakub Jelinek <jakub@redhat.com>
373
374 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
375 the corresponding remote release branch (or master), otherwise print
376 nothing.
377
affb7b66
JJ
3782020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
379 Jakub Jelinek <jakub@redhat.com>
380
381 * gcc-git-customization.sh: Change uses to use in comment.
382
6ff7efb7
JJ
3832020-01-15 Jakub Jelinek <jakub@redhat.com>
384
385 * gcc-git-customization.sh: Handle output of older git which doesn't
386 print tags/ prefixes before branchpoint/gcc-.
387
e6107422
RE
3882010-01-15 Richard Earnshaw <rearnsha@arm.com>
389
390 * gcc-git-customization.sh: Explain why we want the user's
391 upstream account name. Don't add push rules. Check if push rules
392 have been added and suggest that they should be removed.
393 * git-fetch-vendor.sh: Don't add push rules.
394
11b81575
RE
3952010-01-13 Richard Earnshaw <rearnsha@arm.com>
396
397 Revert:
398 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
399
400 * gcc-git-customization.sh: Add back the default rule that
401 is lost by adding a custom push rule.
402 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
403
b60563a8
RE
4042010-01-13 Richard Earnshaw <rearnsha@arm.com>
405
406 * gcc-git-customization.sh: Add back the default rule that
407 is lost by adding a custom push rule.
408 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
409
b8f59c4b
RE
4102010-01-13 Richard Earnshaw <rearnsha@arm.com>
411
412 * contrib/git-fetch-vendor.sh: New file.
413
e19db6a2
JJ
4142020-01-13 Jakub Jelinek <jakub@redhat.com>
415
416 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
417 aliases.
418
743d4d82
RE
4192010-01-13 Richard Earnshaw <rearnsha@arm.com>
420
421 * gcc-git-customization.sh: New file.
422
e528bf8d
JJ
4232020-01-01 Jakub Jelinek <jakub@redhat.com>
424
425 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
426 Sato as external authors. Skip LICENSE.txt files.
427
e8aa9f55
JL
4282019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
429
430 * config-list.mk: Add msp430-elfbare.
431
ee925640
LH
4322019-12-09 Lewis Hyatt <lhyatt@gmail.com>
433
434 PR preprocessor/49973
435 * unicode/from_glibc/unicode_utils.py: Support script from
436 glibc (commit 464cd3) to extract character widths from Unicode data
437 files.
438 * unicode/from_glibc/utf8_gen.py: Likewise.
439 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
440 * unicode/EastAsianWidth.txt: Likewise.
441 * unicode/PropList.txt: Likewise.
442 * unicode/gen_wcwidth.py: New utility to generate
443 libcpp/generated_cpp_wcwidth.h with help from the glibc support
444 scripts and the Unicode data files.
445 * unicode/unicode-license.txt: Added.
446 * unicode/README: New explanatory file.
447
b01d215d
RS
4482019-12-07 Richard Sandiford <richard.sandiford@arm.com>
449
450 * texi2pod.pl: Handle @headitems in @multitables, printing them
451 in italics. Push an empty item code onto the stack.
452
d51dd316
JB
4532019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
454
455 * download_prerequisites: Use http instead of ftp for downloading.
456
617c564b
ML
4572019-11-08 Martin Liska <mliska@suse.cz>
458
459 * mklog: The script fails for patches that contain:
460 '---param=foo=bar xyz'.
461
ba7c8cb5
ML
4622019-09-18 Martin Liska <mliska@suse.cz>
463
464 * clang-format: Tweak configuration based on new
465 options offered.
466
91dfef96
JM
4672019-09-09 Jose E. Marchesi <jemarch@gnu.org>
468
469 * config-list.mk (LIST): Disable go in bpf-*-* targets.
470
bc7f7ff9
ML
4712019-09-04 Martin Liska <mliska@suse.cz>
472
473 * mklog: Do not print changed functions for
474 testsuite files.
475
a45de90e
ML
4762019-09-04 Martin Liska <mliska@suse.cz>
477
478 * mklog: Parse PR references from newly added
479 test files.
480
e94e92dc
ML
4812019-09-04 Martin Liska <mliska@suse.cz>
482
483 * mklog: Use argparse instead of getopt.
484
2f2aeda9
UW
4852019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
486
487 * compare-all-tests (all_targets): Remove references to spu.
488 * config-list.mk (LIST): Likewise.
489
2b196fb7
AM
4902019-09-02 Alexander Monakov <amonakov@ispras.ru>
491
492 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
493 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
494 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
495 files, not just C-like files.
496
c746efca
ML
4972019-09-02 Martin Liska <mliska@suse.cz>
498
499 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
500
547d5d22
UB
5012019-08-13 Uros Bizjak <ubizjak@gmail.com>
502
503 * test_summary: Do not escape "=".
504
6d64cee8
JB
5052019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
506
507 PR other/91048
508 * mklog (read_user_info): Open ~/.mklog in string mode.
509
99efe97d
ML
5102019-06-19 Martin Liska <mliska@suse.cz>
511
512 * bench-stringop: New file.
513
36902ed6
JB
5142019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
515
516 * mklog: Open files in text mode.
517
eaa6a39d
JB
5182019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
519
520 * mklog: Convert to Python 3.
521
d6fc19a0
JJ
5222019-05-03 Jakub Jelinek <jakub@redhat.com>
523
524 * gennews (files): Add files for GCC 9.
525
aaae53ce
RI
5262019-04-30 Roland Illig <roland.illig@gmx.de>
527
528 * check-internal-format-escaping.py: New version using polib.
529
41804907
CL
5302019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
531
532 PR translation/90118
533 * check-internal-format-escaping.py: Check that %< is not next to
534 a word.
535
ec60715d
JJ
5362019-04-17 Jakub Jelinek <jakub@redhat.com>
537
538 * dg-extract-results.sh: Only handle WARNING: program timed out
539 lines specially in "$MODE" == "sum". Restore previous behavior
540 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
541 a different variant or curfile is empty.
542 * dg-extract-results.py: Fix a typo.
543
904f3daa
ML
5442019-04-05 Martin Liska <mliska@suse.cz>
545
2723350f 546 PR translation/89936
904f3daa
ML
547 * check-internal-format-escaping.py: Properly detect wrong
548 apostrophes.
549
93964ebd
ML
5502019-03-11 Martin Liska <mliska@suse.cz>
551
552 * check-internal-format-escaping.py: Uncomment apostrophes
553 check.
554
a3f9f006
ML
5552019-03-11 Martin Liska <mliska@suse.cz>
556
557 * check-internal-format-escaping.py: New file.
558
6f8fc6f9
TN
5592019-03-10 Tommy Nguyen <remyabel@gmail.com>
560
561 PR contrib/82704
562 * download_prerequisites: Use -c instead of --check for sha512sum.
563
08bc73f0
ML
5642019-03-06 Martin Liska <mliska@suse.cz>
565
566 * check-params-in-docs.py: Ignore a param.
567
0a7b7521
CL
5682019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
569
570 contrib/
571 * dg-extract-results.py: Handle case where a WARNING happens with
572 the first test of a harness.
573
e8d18fd8
CL
5742019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
575
576 contrib/
577 * dg-extract-results.sh: Fix order of WARNING and following test
578 result.
579
f874089d
CL
5802019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
581
582 contrib/
583 * dg-extract-results.py: Keep timeout warnings next to their
584 matching test.
585 * dg-extract-results.sh: Likewise.
586
b5fcfdba
JJ
5872019-01-01 Jakub Jelinek <jakub@redhat.com>
588
589 * update-copyright.py: Add Gerard Jungman as external author.
590
80de5ef9
IB
5912018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
592
593 * update-copyright.py (TestsuiteFilter): Skip .d tests.
594 (LibPhobosFilter): Add filter for upstream D sources.
595 (GCCCopyright): Add D Language Foundation as external author.
596 (GCCCmdLine): Add libphobos.
597
ca44d7f4
ML
5982018-11-19 Martin Liska <mliska@suse.cz>
599
600 * check_GNU_style_lib.py: Detect mixed usage
601 of spaces and tabs.
602
357044d2
RO
6032018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
604
605 * gcc_update (files_and_dependencies): Handle libphobos.
606
46ec9261
TP
6072018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
608
609 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
610 default verbosity.
611
ca3a27b6
RO
6122018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
613
614 * config-list.mk (LIST): Switch to i686-solaris2.11,
615 sparc64-sun-solaris2.11.
616
0448002b
BRF
6172018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
618
619 * unused_functions.py: Handle archive files.
620
75fcc3eb
BRF
6212018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
622
623 * unused_functions.py: New file.
624
a0464aa0
ML
6252018-09-25 Martin Liska <mliska@suse.cz>
626
627 * filter-rtags-warnings.py: New file.
628
4cac9d00
ML
6292018-09-25 Martin Liska <mliska@suse.cz>
630
631 PR middle-end/86078
632 * check-params-in-docs.py: New file.
633
56856b58
J
6342018-08-17 Jojo <jijie_rong@c-sky.com>
635 Huibin Wang <huibin_wang@c-sky.com>
636 Sandra Loosemore <sandra@codesourcery.com>
637 Chung-Lin Tang <cltang@codesourcery.com>
638 Andrew Jenner <andrew@codesourcery.com>
639
640 C-SKY port: Configury
641
642 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
643
bddcac9d
TV
6442018-07-13 Tom de Vries <tdevries@suse.de>
645
646 * maintainers-verify.sh: New file.
647
e57aae39
CL
6482018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
649
650 * compare_tests: Print number of tests in each category.
651
b33aa720
AM
6522018-06-19 Alexander Monakov <amonakov@ispras.ru>
653
654 * vim-gcc-dev/README: New file.
655 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
656 * vim-gcc-dev/syntax/gcc-match.vim: New file.
657 * gimple.vim: Move under vim-gcc-dev/syntax/.
658 * gcc-rtl.vim: Likewise.
659
58508d3f
ML
6602018-06-19 Martin Liska <mliska@suse.cz>
661
662 * gcc-rtl.vim: New file.
663
6044eae7
JL
6642018-06-12 Jeff Law <law@redhat.com>
665
666 * config-list.mk (LIST): Remove alpha-freebsd6.
667
4be63d9e
RB
6682018-05-08 Richard Biener <rguenther@suse.de>
669
670 PR bootstrap/85571
671 * compare-lto: New script derived from compare-debug.
672
b1750618
JJ
6732018-05-02 Jakub Jelinek <jakub@redhat.com>
674
675 * gennews (files): Add files for GCC 8.
676
254f7933
JW
6772018-05-01 Jim Wilson <jimw@sifive.com>
678
679 * gcc_update: Check for .git as a file.
680
1e4573c0
CL
6812018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
682
683 * test_summary: Match possible single quotes in configure path.
684
ed2a2f08
TS
6852018-03-02 Thomas Schwinge <thomas@codesourcery.com>
686
687 * update-copyright.py: Remove "libcilkrts" reference.
688
9f88a07b
YG
6892018-02-19 Yury Gribov <tetra2005@gmail.com>
690
691 * compare_tests: Use TMPDIR when set.
692 * dg-cmp-results.sh: Ditto.
693 * warn_summary: Ditto.
694
3ab78ac2
JW
6952018-01-29 Jonathan Wakely <jwakely@redhat.com>
696
697 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
698
d1b9a572
ML
6992018-01-19 Martin Liska <mliska@suse.cz>
700
701 * analyze_brprob.py: Support new format that can be easily
702 parsed. Add new column to report.
703
ada38d5f
JJ
7042018-01-03 Jakub Jelinek <jakub@redhat.com>
705
706 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
707
5e9d6aa4 7082017-11-28 Julia Koval <julia.koval@intel.com>
92a285c1 709 Sebastian Peryt <sebastian.peryt@intel.com>
5e9d6aa4
JK
710
711 * contrib/gcc_update: Ditto.
712
caba2b36
ML
7132017-11-08 Martin Liska <mliska@suse.cz>
714
715 * analyze_brprob.py: Fix abbreviations for SI units.
716
22381c22
TS
7172017-10-02 Thomas Schwinge <thomas@codesourcery.com>
718
719 * gcc_update (files_and_dependencies): Handle libbacktrace.
720
37026b57
RB
7212017-09-18 Richard Biener <rguenther@suse.de>
722
723 * download_prerequisites (isl): Bump version to 0.18.
724
01f5295d
YG
7252017-08-02 Yury Gribov <tetra2005@gmail.com>
726
727 * mklog: Added new implementation.
728
e1df0c91
YG
7292017-08-02 Yury Gribov <tetra2005@gmail.com>
730
731 * mklog: Rename to ...
732 * mklog.pl: this.
733
883b0e46
YG
7342017-07-17 Yury Gribov <tetra2005@gmail.com>
735
736 * mklog: Fix extraction of changed file name.
737
8b99a6f7
GJL
7382017-07-17 Georg-Johann Lay <avr@gjlay.de>
739
740 * gcc_update (files_and_dependencies)
741 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
742
f2bcf09e
ML
7432017-06-28 Martin Liska <mliska@suse.cz>
744
745 * gcc.doxy: Add default location for filters and output folder.
746 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
747 * filter_params.pl: Remove.
748
1e55769b
TP
7492017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
750
751 * dg-cmp-results.sh: Restore filtering on target variant.
752
afc474f8
TP
7532017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
754
755 * dg-cmp-results.sh: Keep test result lines rather than throwing
756 header and summary to support sum files with multiple tools.
757
7f1b5019
ML
7582017-05-31 Martin Liska <mliska@suse.cz>
759
760 * filter_params.py:
761 Transform ENUM_BITFIELD and comments starting with '/**'
762
892c1fce
DM
7632017-05-31 David Malcolm <dmalcolm@redhat.com>
764 Martin Liska <mliska@suse.cz>
765
766 * filter_params.py: New, porting the perl script to python,
767 adding a test suite.
768 * filter_gcc_for_doxygen_new: New file.
769
59075bc8
ML
7702017-05-30 Martin Liska <mliska@suse.cz>
771
772 * analyze_brprob.py: Add new argument to parse and modify
773 predict.def file.
774 * analyze_brprob_spec.py: Likewise.
775
0a71c876
TV
7762017-05-29 Tom de Vries <tom@codesourcery.com>
777
778 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
779 trailing eol.
780 (TrailingWhitespaceTest): New unit test.
781 (check_GNU_style_file): Remove eol before checking.
782
75017bb9
TV
7832017-05-29 Tom de Vries <tom@codesourcery.com>
784
785 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
786 file handle. Add and handle file_encoding argument.
787 * check_GNU_style.py (main): Handle '-' file argument. Call
788 check_GNU_style_file with file handle as argument.
789
76baf5ca
TV
7902017-05-29 Tom de Vries <tom@codesourcery.com>
791
792 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
793 (import_pip3): New function.
794
b7fc9ae0
TV
7952017-05-24 Tom de Vries <tom@codesourcery.com>
796
797 * check_GNU_style_lib.py: New file, factored out of ...
798 * check_GNU_style.py: ... here. Call main unconditionally.
799
850098eb
ML
8002017-05-19 Martin Liska <mliska@suse.cz>
801
802 * check_GNU_style.py: New file.
803
f47337ae
JL
8042007-05-03 Jeff Law <law@redhat.com>
805
806 * config-list.mk (am33_2.0-linux): Remove from list of targets
807 to build.
808
03dc1f5f
JJ
8092017-05-02 Jakub Jelinek <jakub@redhat.com>
810
811 * gennews (files): Add files for GCC 7.
812
9f06c15a
TV
8132017-04-26 Tom de Vries <tom@codesourcery.com>
814
815 * gen_autofdo_event.py: Fix comment.
816
b1c0468f
DR
8172017-04-11 Damian Rouson <damian@sourceryinstitute.org>
818
92a285c1
ML
819 * download_prerequisites (md5_check): New function emulates Linux
820 'md5 --check' on macOS. Modified script for macOS compatibility.
b1c0468f 821
154cc77e
PD
8222017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
823
824 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
825 riscv64-unknown-linux-gnu.
826
357a7731
BRF
8272017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
828
829 * update-copyright.py (Copyright.process_file): Retain original
830 file mode.
831
23075ebe
GP
8322017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
833
834 * update-copyright.py: Fix the name of this script in examples.
835
e6d55103
JJ
8362017-01-26 Jakub Jelinek <jakub@redhat.com>
837
838 * update-copyright.py: Add libhsail-rt to self.default_dirs
839 and call self.add_dir on it. Add Intel Corporation to external
840 authors.
841
4703b555
TS
8422017-01-25 Thomas Schwinge <thomas@codesourcery.com>
843
844 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
845
f9e37186
GP
8462017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
847
848 * patch_tester.sh (TESTLOGS): Remove
849 $TARGET/libjava/testsuite/libjava.sum.
850
eec5428b
GP
8512017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
852
853 * warn_summary: Remove the -java option.
854
a395b2e5 8552017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
b2bcb1b3 856
a395b2e5
GP
857 * update-copyright.py (LibJavaFilter): Remove.
858
8592017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
860
b2bcb1b3
GP
861 * gcc_update: Remove entries related to GCJ and libgcj.
862 Complete copyright years and adjust my e-mail address.
863
a92ffb3e
RE
8642017-01-11 Richard Earnshaw <rearnsha@arm.com>
865
866 * gcc_update: Adjust touch list for ARM.
867
1243c42d
GP
8682017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
869
870 * download_ecj: Remove.
6438c2f4
ML
871
8722017-01-05 Martin Liska <mliska@suse.cz>
873
874 * vimrc: Update indentation definition.
875
d0a0bfd9
JJ
8762017-01-04 Jakub Jelinek <jakub@redhat.com>
877
878 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
879 libssp, libvtv and lto-plugin to default_dirs.
880
ae12c0f0
JJ
8812017-01-01 Jakub Jelinek <jakub@redhat.com>
882
883 * update-copyright.py (TestsuiteFilter): Skip params/README.
884 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
885
ca3b6071
ML
8862016-12-14 Martin Liska <mliska@suse.cz>
887
888 * analyze_brprob.py: Add new column to output and new sorting
889 option. Fix coding style to not exceed 80 characters.
890 * analyze_brprob_spec.py: Add new sorting
891 option. Fix coding style to not exceed 80 characters.
892
38000825
MK
8932016-10-24 Moritz Klammler <moritz@glammler.eu>
894
6ddefaa7 895 PR other/61439
38000825
MK
896 * download_prerequisites: Conditionally verify checksums of
897 downloaded pacakges. Add help text.
898 * prerequisites.md5: New file.
899 * prerequisites.sha512: New file.
900
e77cf8c6
KT
9012016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
902
903 * check_GNU_style.sh (remove_testsuite): New function.
904 Use it to remove testsuite from the diff.
905
643e0854
RO
9062016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
907
908 * dg-extract-results.sh: Revert bogus change.
909
aa9baacf
CL
9102016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
911
912 * dg-extract-results.py: Report DejaGnu error in the final
913 summary.
914 * dg-extract-results.sh: Likewise.
915
b0a5704b
CL
9162016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
917
918 * compare_tests: Take ERROR messages into account when
92a285c1 919 comparing.
b0a5704b 920
abe95ef6
ML
9212016-08-17 Martin Liska <mliska@suse.cz>
922
923 * mark_spam.py: Mark as spam all comments done by a creator.
924
28619cd7
ML
9252016-08-15 Martin Liska <mliska@suse.cz>
926
927 * mark_spam.py: Add error handling and reset
928 another properties of attachments and bugs.
929
3f1b3373
ML
9302016-08-11 Martin Liska <mliska@suse.cz>
931
932 * mark_spam.py: Mark attachments as obsolete and rename them.
933
612a6ffe
EG
9342016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
935
936 * download_prerequisites: Explicitly remove existing symlinks
937 before trying to create new ones.
938
ce84ada3
ML
9392016-07-28 Martin Liska <mliska@suse.cz>
940
941 * mark_spam.py: New file.
942
88617fe4
ML
9432016-07-21 Martin Liska <mliska@suse.cz>
944
945 * analyze_brprob.py: If there's no loop, do not calculate
946 average number of loop iterations.
947
199b1891
ML
9482016-06-24 Martin Liska <mliska@suse.cz>
949
950 * analyze_brprob.py: Parse and display average number
951 of loop iterations.
952
7b72d14a
AK
9532016-06-23 Andi Kleen <ak@linux.intel.com>
954
955 * gen_autofdo_event.py: New file to regenerate
956 gcc-auto-profile.
957
0609abda
TS
9582016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
959
960 * config-list.mk: Stop testing mep-elf.
961
3e326935
TS
9622016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
963
964 * config-list.mk: Stop testing avr-rtems.
965
914b155c
TS
9662016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
967
968 * config-list.mk: Stop testing m32r-rtems.
969
5ebf89bd
TS
9702016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
971
972 * config-list.mk: Remove h8300-rtems support.
973
8466af06
TS
9742016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
975
976 * config-list.mk: stop testing knetbsd.
977
d980e738
TS
9782016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
979
980 * config-list.mk: Stop testing openbsd3.0.
981
ee2499b4
TS
9822016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
983
984 * config-list.mk: Remove interix target.
985
316ded53
DE
9862016-06-21 David Edelsohn <dje.gcc@gmail.com>
987
988 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
989 rs6000-ibm-aix5.2.
990 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
991 Add rs6000-ibm-aix7.1.
992
69071d86
ML
9932016-06-17 Martin Liska <mliska@suse.cz>
994
995 * analyze_brprob.py: Fix columns of script output.
996
50a593c7
RB
9972016-06-13 Richard Biener <rguenther@suse.de>
998
999 * download_prerequisites (ISL): Bump version to 0.16.1
1000
22d222d2
AH
10012016-06-10 Alan Hayward <alan.hayward@arm.com>
1002
1003 * check_GNU_style.sh: Fix paste args for BSD
1004
f8fdb10e
DM
10052016-06-09 David Malcolm <dmalcolm@redhat.com>
1006
1007 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
1008 h8300-rtems, m32r-rtems, mep-elf.
1009
54951c63
DM
10102016-06-09 David Malcolm <dmalcolm@redhat.com>
1011
1012 * config-list.mk (GCC_SRC_DIR): New variable.
1013 (make-log-dir): Use GCC_SRC_DIR.
1014 ($(LIST)): Likewise.
1015
fdf3a386
ML
10162016-06-09 Martin Liska <mliska@suse.cz>
1017
1018 * analyze_brprob_spec.py: New file.
1019
0d73e480
ML
10202016-06-09 Martin Liska <mliska@suse.cz>
1021
1022 * analyze_brprob.py: Add new argument --sorting.
1023
e49efc14
ML
10242016-06-09 Martin Liska <mliska@suse.cz>
1025
1026 * analyze_brprob.py: Cover new dump output format.
1027
48eae472
RO
10282016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1029
1030 * update-copyright.py (LibMudflapFilter): Remove.
1031 (GCCCmdLine.__init__): Add gotools, libcc1.
1032 Remove libmudflap.
1033 List unhandled intl, libcilkrts, libgo, liboffloadmic,
1034 maintainer-scripts.
1035
00f35794
BE
10362016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1037
1038 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
1039
bc6d9014
OE
10402016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1041
1042 * compare-all-tests: Remove SH5 support.
1043 * config-list.mk: Likewise.
1044
4877829b
ML
10452016-04-28 Martin Liska <mliska@suse.cz>
1046
1047 * analyze_brprob: Remove.
1048 * analyze_brprob.py: New file.
1049
9364c30e
JJ
10502016-04-27 Jakub Jelinek <jakub@redhat.com>
1051
1052 * gennews (files): Add files for GCC 6.
1053
d0e037eb
JH
10542016-04-17 Jan Hubicka <jh@suse.cz>
1055
1056 * analyze_brprob: Update comment.
1057
2ecc0c83
MS
10582016-04-13 Martin Sebor <msebor@redhat.com>
1059
1060 * check_GNU_style.sh: Avoid false posivies in trailing operator
1061 checks.
1062
55a82b66
MS
10632016-03-07 Martin Sebor <msebor@redhat.com>
1064
1065 * check_GNU_style.sh (color): New global variable.
1066 Add checks for trailing operators and spaces before left brackets.
1067 Tightened up a check for a trailing left curly brace.
1068 (g, ag, vg): Use color.
1069 (col): Don't complain about excessively long lines with DejaGnu
1070 directives.
1071
1f347c50
TS
10722016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1073
1074 * mklog: Look for the ChangeLog file in $cwd.
1075
7d081272
JS
10762016-02-26 Joel Sherrill <joel@rtems.org>
1077
1078 * config-list.mk: Add aarch64-rtems and x86_64-rtems
1079
4a8c29cc
JW
10802016-01-19 Jonathan Wakely <jwakely@redhat.com>
1081
1082 * uninclude: Fix third argument to gensub.
1083
f29fa917
JJ
10842016-01-04 Jakub Jelinek <jakub@redhat.com>
1085
1086 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
1087 as external author.
1088
7ce9105f
JBG
10892015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1090
1091 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
1092 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
1093
f78590bb
TB
10942015-12-06 Tobias Burnus <burnus@net-b.de>
1095
1096 * download_prerequisites: Download ISL 0.15 instead of 0.14.
1097
e06b54c2
ML
10982015-11-20 Martin Liska <mliska@suse.cz>
1099
1100 * clang-format: Split content of a list to multiple
1101 lines.
1102
0f3594af
ML
11032015-11-19 Martin Liska <mliska@suse.cz>
1104
1105 * clang-format: Enhance list of FOR_EACH macros.
1106
daa53f38
ML
11072015-11-19 Martin Liska <mliska@suse.cz>
1108
1109 * clang-format: New file.
1110
bd94906f
AM
11112015-11-11 Andrew MacLeod <amacleod@redhat.com>
1112
1113 * header-tools: New. Directory containing a set of tools for
1114 manipulating header files.
1115
27776f55
NS
11162015-10-30 Nathan Sidwell <nathan@acm.org>
1117
1118 * config-list.mk (nvptx-none): Add it.
1119
78c56a5a
MT
11202015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
1121
1122 * download_prerequisites: Make sure that script is run from
1123 top level source directory.
1124
dfa37515
RO
11252015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1126
1127 * update-copyright.py (GCCCmdLine): Add libvtv.
1128
4b5ed6cf
UB
11292015-08-04 Uros Bizjak <ubizjak@gmail.com>
1130
1131 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
1132
7392b090
TV
11332015-07-15 Tom de Vries <tom@codesourcery.com>
1134
1135 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
1136
1a607203
SE
11372015-06-02 Steve Ellcey <sellcey@imgtec.com>
1138
1139 * test_installed (--target=): New option.
1140
ec3dfdac
MM
11412015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
1142
1143 * gimple.vim: New file.
1144
323eb6e3
TV
11452015-05-18 Tom de Vries <tom@codesourcery.com>
1146
1147 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
1148 (cat_with_prefix): New function, using global variable prefix.
1149 (col): Make prefix a global variable. Rewrite to process file at a time
1150 rather than line at a time. Print part longer than 80 chars in red.
1151
ad7f0dfe
TV
11522015-05-18 Tom de Vries <tom@codesourcery.com>
1153
1154 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
1155
847b6e15
TV
11562015-05-18 Tom de Vries <tom@codesourcery.com>
1157
1158 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
1159
7e425ad6
TV
11602015-05-18 Tom de Vries <tom@codesourcery.com>
1161
1162 * check_GNU_style.sh: Improve readability function calls.
1163
36805406
JL
11642015-05-16 James Bowman <james.bowman@ftdichip.com>
1165
1166 * config-list.mk: Add FT32.
1167
cc1e0483
TV
11682015-05-12 Tom de Vries <tom@codesourcery.com>
1169
1170 * check_GNU_style.sh (col): Fix tab size.
1171
a22e33d0
TV
11722015-05-12 Tom de Vries <tom@codesourcery.com>
1173
1174 * check_GNU_style.sh: Put stdin into a temp file.
1175
7f167be6
TV
11762015-05-12 Tom de Vries <tom@codesourcery.com>
1177
1178 * check_GNU_style.sh: Read either from stdin, or from files.
1179
0648b807
TV
11802015-05-12 Tom de Vries <tom@codesourcery.com>
1181
1182 * check_GNU_style.sh: Check if files exists.
1183
4171ffe9
TV
11842015-05-12 Tom de Vries <tom@codesourcery.com>
1185
1186 * check_GNU_style.sh: Don't use a filename prefix if we're only
1187 processing one patch file.
1188
a92a1c27
YG
11892015-05-12 Yury Gribov <y.gribov@samsung.com>
1190
1191 * mklog: Ignore preprocessor directives.
1192
a497da4c
JJ
11932015-04-22 Jakub Jelinek <jakub@redhat.com>
1194
1195 * gennews (files): Add files for GCC 5.
1196
74d35315
BE
11972015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
1198
1199 * dg-extract-results.sh: Check that the necessary python modules exist.
1200
4ed8ef26
IV
12012015-02-05 Ilya Verbin <ilya.verbin@intel.com>
1202
1203 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
1204 liboffloadmic/plugin.
1205
8fced9b9
RS
12062015-01-15 Richard Sandiford <richard.sandiford@arm.com>
1207
1208 * update-copyright.py (Copyright.__init__): Add a regexp for
1209 "copyright = u'".
1210 (Copyright.update_copyright): Don't add a space before the year
1211 in that case.
1212
41dbbb37
TS
12132015-01-15 Thomas Schwinge <thomas@codesourcery.com>
1214
1215 * gcc_update (files_and_dependencies): Update rules for new
1216 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
1217
6e7bdfac
YG
12182015-01-12 Yury Gribov <y.gribov@samsung.com>
1219
1220 * check_GNU_style.sh: Support patches coming from stdin.
1221 Check that spaces are converted to tabs.
1222 Make double-space-after-dot check more precice.
1223
d3d514a9
EB
12242015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1225
1226 * config-list.mk (LIST): Add visium-elf.
1227
04a11c01
JBG
12282015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1229
1230 * config-list.mk: Use shortest match for OPT to find the actual
1231 target name.
1232
64e6d5c4
SDJ
12332014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1234
1235 * dg-extract-results.sh: Use --text with grep to avoid issues with
1236 binary files. Fall back to cat -v, if that doesn't work.
1237
923e09ee
CJW
12382014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
1239
1240 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
1241
c3e1e693
YG
12422014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1243 Yury Gribov <y.gribov@samsung.com>
1244
1245 * vimrc: New file.
1246
83f41b24
TP
12472014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1248
1249 * check_GNU_style.sh: Warn for incorrect number of spaces in function
1250 call only if 0 or 2+ spaces found.
1251
f5d5b88f
TB
12522014-12-02 Tobias Burnus <burnus@net-b.de>
1253
1254 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
1255
fdb424cf
TV
12562014-11-25 Tom de Vries <tom@codesourcery.com>
1257 Peter Bergner <bergner@vnet.ibm.com>
1258
1259 * mklog: Handle .mklog. Use git setting independent of presence .git
1260 directory.
1261
78d7f09f
TV
12622014-11-14 Tom de Vries <tom@codesourcery.com>
1263
1264 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
1265 to orig_diff_lines. Use orig_diff_lines when appending patch.
1266
35485da9
DM
12672014-11-11 David Malcolm <dmalcolm@redhat.com>
1268
1269 * ChangeLog.jit: New.
1270 * jit-coverage-report.py: New file: a script to print crude
1271 code-coverage information for the libgccjit API.
1272
67183c4d
MZ
12732014-11-11 Marat Zakirov <m.zakirov@samsung.com>
1274
4b5ed6cf 1275 * mklog: Symbol '}' stops search for changes.
67183c4d 1276
51f784f5
TB
12772014-11-11 Tobias Burnus <burnus@net-b.de>
1278
1279 * download_prerequisites: Stop downloading CLooG.
1280
a8cfbbdc
MZ
12812014-11-07 Marat Zakirov <m.zakirov@samsung.com>
1282
4b5ed6cf
UB
1283 * mklog: Always doubt in functions.
1284 Add EOF protection.
a8cfbbdc 1285
1335a8ca
JBG
12862014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1287
1288 * config-list.mk: Don't build Go for certain targets.
1289
3daa7bbf
TS
12902014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1291
1292 * compare-all-tests: Don't test score-*.
1293 * config-list.mk: Likewise.
1294
c19adb17
SB
12952014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1296
1297 * dg-extract-results.py (output_variation): Always sort if do_sum.
1298
38278d8a
TV
12992014-09-22 Tom de Vries <tom@codesourcery.com>
1300
1301 * mklog: Add --inline option.
1302
813271fc
SB
13032014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1304
1305 * dg-extract-results.py (Prog.result_re): Include options in test name.
1306
3a8fe7c6
OH
13072014-09-19 Olivier Hainque <hainque@adacore.com>
1308
1309 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1310
f4d5fe47
JS
13112014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
1312
1313 * config-list.mk (LIST): Add v850-rtems.
1314
b060c217
SH
13152014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
1316
1317 * config-list.mk (LIST): Add arm-rtems.
1318 Add nios2-rtems. Remove extra option from powerpc-rtems.
1319
157e859f
TS
13202014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1321
1322 * compare-all-tests: Don't test picochip.
1323 * config-list.mk: Likewise.
1324
6f853fd4
MX
13252014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
1326
1327 * texi2pod.pl (postprocess): Move command process for '@sc' to the
1328 front of '@dfn'. Add a new command process for '@t{...}', just print
1329 the content.
1330
863aa163 13312014-07-21 Trevor Saunders <tsaunders@mozilla.com>
633e5fbb 1332 Yury Gribov <y.gribov@samsung.com>
863aa163 1333
633e5fbb
TS
1334 * mklog: Run mklog as a filter.
1335
13362014-07-21 Trevor Saunders <tsaunders@mozilla.com>
1337
1338 * mklog: Read name and email from git config when available.
863aa163 1339
16a4b3b9
RB
13402014-06-28 Richard Biener <rguenther@suse.de>
1341
1342 * gennews: Use gcc-3.0/index.html.
1343
e6120abe
RS
13442014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1345
1346 * dg-extract-results.py: For Python 3, force sys.stdout to handle
1347 surrogate escape sequences.
1348 (safe_open): New function.
1349 (output_segment, main): Use it.
1350
ae242e3f
RS
13512014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1352
1353 * dg-extract-results.py (Named): Remove __cmp__ method.
1354 (output_variation): Use a key to sort variation.harnesses.
1355
386c4027
UB
13562014-05-24 Uros Bizjak <ubizjak@gmail.com>
1357
1358 * texi2pod.pl: Force .pod file to not be a numbered list.
1359
768b94bc
RS
13602014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1361
1362 * dg-extract-results.py (parse_run): Handle warnings that are printed
1363 before a test harness is run.
1364
3ce2cd36
JBG
13652014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1366
1367 * config-list.mk (show): New target.
1368
0af7b53a
RS
13692014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1370
1371 * dg-extract-results.py: New file.
1372 * dg-extract-results.sh: Use it if the environment seems suitable.
1373
d9f069ab
RO
13742014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1375
1376 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1377
b716608c
JJ
13782013-04-22 Jakub Jelinek <jakub@redhat.com>
1379
1380 * gennews (files): Add files for GCC 4.9.
1381
341c653c
WL
13822014-02-24 Walter Lee <walt@tilera.com>
1383
1384 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
1385
662dae0d
RB
13862014-02-13 Richard Biener <rguenther@suse.de>
1387
1388 * download_prerequisites: Update ISL and CLOOG versions.
1389
37f14a0d
BM
13902014-01-31 Brooks Moses <bmoses@google.com>
1391
1392 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
1393
69b09963
YG
13942014-01-29 Yury Gribov <y.gribov@samsung.com>
1395
1396 * mklog: Improve support of context diffs.
1397
e8b37cb6
TU
13982014-01-21 Tatiana Udalova <t.udalova@samsung.com>
1399
1400 * mklog: Avoid adding falsely changed functions to ChangeLog.
1401
e430824f
CLT
14022013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1403
1404 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1405 ordering of some configs.
1406
b654717c
YG
14072013-12-23 Yury Gribov <y.gribov@samsung.com>
1408
1409 * mklog: Automatically insert comments in trivial cases.
1410
26b08681
YG
14112013-12-19 Yury Gribov <y.gribov@samsung.com>
1412
1413 * mklog: Split generated message in parts.
1414
9304f876
CJW
14152013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
1416
1417 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1418
8a1a4544
TB
14192013-10-29 Tobias Burnus <burnus@net-b.de>
1420
1421 * gcc_update (files_and_dependencies): Add rules for
1422 libcilkrts.
1423
cd13be9b
TS
14242013-10-11 Thomas Schwinge <thomas@codesourcery.com>
1425
1426 * gcc_update (files_and_dependencies): Fix rule for
1427 libgomp/testsuite/Makefile.in.
1428
53426f6c
JR
14292013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
1430
1431 * config-list.mk: Add arc configurations.
1432
f6113c27
DN
14332013-09-27 Diego Novillo <dnovillo@google.com>
1434
1435 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1436
f6a83b4a
DD
14372013-09-12 DJ Delorie <dj@redhat.com>
1438
1439 * config-list.mk: Add msp430-elf.
1440
cdc35a2e
DN
14412013-08-31 Diego Novillo <dnovillo@google.com>
1442
1443 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1444
6e39ee0c
MS
14452013-08-29 Mike Stump <mikestump@comcast.net>
1446
1447 * gcc_update (configure): Update to handle svn 1.8.1.
1448
ecdbd01a 14492013-08-03 Caroline Tice <cmtice@google.com>
2077db1b
CT
1450
1451 * gcc_update: Add libvtv files.
386c4027 1452
76ba1222
BM
14532013-06-06 Brooks Moses <bmoses@google.com>
1454
1455 * testsuite-management/validate_failures.py: Fix handling of
1456 summary lines with "|" characters or empty description fields.
1457
a8db5990
CJW
14582013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
1459
1460 * download_prerequisites: Download isl and cloog conditionally.
1461
f3e4f44c
DM
14622013-05-21 David Malcolm <dmalcolm@redhat.com>
1463
dd1c676f 1464 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
f3e4f44c 1465
0baddc45
RO
14662013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1467
1468 * config-list.mk (LIST): Add -enable-obsolete for
1469 sparc-sun-solaris2.9, i686-solaris2.9.
1470
aa7e6aad
MS
14712013-05-13 Mike Stump <mikestump@comcast.net>
1472
1473 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
1474 X 10.8.3 doesn't like long lines (those 2055 characters or more).
1475
a46d0aff
SN
14762013-04-22 Sofiane Naci <sofiane.naci@arm.com>
1477
1478 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1479
18d5a76d
DN
14802013-04-18 Diego Novillo <dnovillo@google.com>
1481
1482 * validate_failures.py: Fix typo.
1483
89cbb85b
DN
14842013-04-18 Diego Novillo <dnovillo@google.com>
1485
1486 * validate_failures.py: Loosen check for build directory.
1487 State what failed if we couldn't find the source tree or
1488 the target triplet.
1489
1faae6ef
JJ
14902013-03-22 Jakub Jelinek <jakub@redhat.com>
1491
1492 * gennews (files): Add files for GCC 4.8.
1493
34d3a672
TB
14942013-03-06 Tobias Burnus <burnus@net-b.de>
1495
1496 * make-obstacks-texi.pl: New.
1497
d809887a
RO
14982013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1499
1500 * make_sunver.pl: Enforce C locale.
1501
b96299a1
RS
15022013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
1503
1504 * update-copyright.py: Add libdecnumber to the default list.
1505 Remove libquadmath and libssp.
1506
144f2e52
DN
15072013-02-06 Diego Novillo <dnovillo@google.com>
1508
1509 * testsuite-management/validate_failures.py: Fix typo.
1510
828e50c5
DN
15112013-02-06 Diego Novillo <dnovillo@google.com>
1512
1513 * testsuite-management/validate_failures.py: Update
1514 Copyright years.
1515 Request contributions not to use Python features newer
1516 than 2.4.
1517 (GetBuildData): If this is not a build directory,
1518 emit an error only if --results or --manifest are missing.
1519
143c83f1
BRF
15202013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1521
1522 * testsuite-management/validate_failures.py
1523 (IsInterestingResult): Fix performance regression
1524
240d6348
RS
15252013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
1526
b3dc7102 1527 * update-copyright.py: New file.
240d6348 1528
1faae6ef 15292013-01-15 David Blaikie <dblaikie@gmail.com>
16dd2667
DB
1530
1531 * dg-extract-results.sh: Handle KPASSes.
1532
9fa633fc
DB
1533 * dg-extract-results.sh: Constrain the start-of-log pattern.
1534
db065268
DB
1535 * dg-extract-results.sh: Fix order of summary counts.
1536
7fb1e592
BRF
15372012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1538
1539 * testsuite-management/validate_failures.py
1540 (IsInterestingResult): Only strip line a second time if we did split.
1541 Rephrase return statement while at it.
1542 (CollectSumFiles): Also ignore .git directory.
1543
f15b9727
DN
15442012-12-03 Diego Novillo <dnovillo@google.com>
1545
1546 * testsuite-management/validate_failures.py: Fix stale
1547 use of 'options'.
1548
f6fce951
DE
15492012-11-30 Doug Evans <dje@google.com>
1550
d5651dcf
DE
1551 * testsuite-management/validate_failures.py: Add support for @include,
1552 @remove directives in manifest files.
1553
f6fce951
DE
1554 * testsuite-management/validate_failures.py: Add function
1555 GetManifestPath. New global _MANIFEST_SUBDIR.
1556
b4b5e1f7
DE
15572012-11-29 Doug Evans <dje@google.com>
1558
74df1ad0
DE
1559 * testsuite-management/validate_failures.py: Remove pass/fail
1560 indicator from result of GetBuildData.
1561
bc5e01b1
DE
1562 * testsuite-management/validate_failures.py: Store options in global
1563 variable _OPTIONS.
1564
cd1d95bd
DE
1565 * testsuite-management/validate_failures.py: Rename variable
1566 manifest_name to manifest_path everywhere.
1567
b4b5e1f7
DE
1568 * testsuite-management/validate_failures.py (CompareBuilds): Pass
1569 options.results to GetSumFiles for clean build.
1570
b3891de4
DE
15712012-11-28 Doug Evans <dje@google.com>
1572
1099bb0a
DE
1573 * testsuite-management/validate_failures.py: Use <target_alias> instead
1574 of <target>. Minor whitespace changes.
1575
b3891de4
DE
1576 * testsuite-management/validate_failures.py: Record ordinal with
1577 TestResult.
1578
a59a2c21
MS
15792012-11-19 Mike Stump <mikestump@comcast.net>
1580
1581 * compare_tests: Add export LC_ALL=C to make sort happier.
1582
451a210d
L
15832012-11-14 H.J. Lu <hongjiu.lu@intel.com>
1584
1585 * gcc_update: Update libsanitizer generated files.
1586
36a41ef1
TB
15872012-11-12 Tobias Burnus <burnus@net-b.de>
1588
1589 * gcc_update: Add libquadmath generated files.
1590
6671a4e4
L
15912012-11-12 H.J. Lu <hongjiu.lu@intel.com>
1592
1593 * gcc_update: Add libsanitizer generated files.
1594
bff0e529
LC
15952012-11-05 Lawrence Crowl <crowl@google.com>
1596
1597 * compare_two_ftime_report_sets: New.
1598
b436bf38
DN
15992012-11-02 Diego Novillo <dnovillo@google.com>
1600
1601 * testsuite-management/validate_failures.py: Add option
1602 --clean_build to compare test results against another
1603 build.
1604
3b1de8eb
DN
16052012-10-31 Diego Novillo <dnovillo@google.com>
1606
1607 * testsuite-management/validate_failures.py: Fix parsing
1608 of summary lines.
1609
6119d95c
DN
16102012-10-29 Diego Novillo <dnovillo@google.com>
1611
1612 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1613
1996c0a6
DN
16142012-10-06 Diego Novillo <dnovillo@google.com>
1615
1616 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1617
c8ae7abf
CL
16182012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
1619
1620 * check_GNU_style.sh: Remove temporay file upon exit.
1621
f3633f55
JR
16222012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
1623
1624 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
1625 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
1626 Use --enable-obsolete for picochip-elf.
1627
5ad7a43e
DN
16282012-09-10 Diego Novillo <dnovillo@google.com>
1629
1630 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1631
0e9f719a
EB
16322012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1633
1634 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
1635
e8f6d046
DN
16362012-08-24 Diego Novillo <dnovillo@google.com>
1637
1638 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
386c4027 1639
18da4303
DN
16402012-08-14 Diego Novillo <dnovillo@google.com>
1641
1642 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
1643
a327112f
DN
16442012-08-13 Diego Novillo <dnovillo@google.com>
1645
1646 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
1647 comment.
1648
6baa7225
DN
16492012-08-13 Diego Novillo <dnovillo@google.com>
1650
1651 * testsuite-management/validate_failures.py (ParseSummary): Fix
1652 comment.
1653
c577382e
DN
16542012-08-13 Diego Novillo <dnovillo@google.com>
1655
1656 * testsuite-management/validate_failures.py: Import datetime.
1657 (TestResult.ExpirationDate): New.
1658 (TestResult.HasExpired): New.
1659 (ParseSummary): Call it. If it returns True, warn that the
1660 expected failure has expired and do not add it to the set of
1661 expected results.
1662 (GetResults): Clarify documentation.
1663
55b073ba
DN
16642012-07-26 Diego Novillo <dnovillo@google.com>
1665
1666 * testsuite-management/validate_failures.py: Do not use
1667 'with ... as ...' constructs.
1668
29476fe1
DN
16692012-07-19 Diego Novillo <dnovillo@google.com>
1670
1671 * testsuite-management/validate_failures.py (CollectSumFiles):
1672 Rename from GetSumFiles.
1673 (GetSumFiles): Factor out of CheckExpectedResults.
1674 (CheckExpectedResults): Call it.
1675 (ProduceManifest): Call it.
1676
89d223b3
DN
16772012-07-18 Diego Novillo <dnovillo@google.com>
1678
1679 * testsuite-management/validate_failures.py: Fix
1680 /usr/bin/python invocation.
1681
c85fd25b
SB
16822012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1683
1684 * check_makefile_deps.sh: Look for c-common.o in c-family/.
1685 Add a few more crt* files to the list of files to skip.
1686
9adf6490
MP
16872012-05-31 Marek Polacek <polacek@redhat.com>
1688
4b5ed6cf 1689 * mklog: Prevent printing three spaces after the date.
9adf6490 1690
4da37205
DN
16912012-06-04 Diego Novillo <dnovillo@google.com>
1692
1693 * testsuite-management/validate_failures.py (GetResults):
1694 Change argument to accept list of summary files to analyze.
1695 Update callers.
1696 (CheckExpectedResults): Handle options.manifest, options.results
1697 and options.ignore_missing_failures.
1698 (Main): Add options --manifest, --results and --ignore_missing_failures.
1699
ba0d684e
DN
17002012-05-31 Diego Novillo <dnovillo@google.com>
1701 Cary Coutant <ccoutant@google.com>
1702
1703 * mklog: New.
1704
c7046906
L
17052012-05-25 H.J. Lu <hongjiu.lu@intel.com>
1706
1707 PR bootstrap/53472
1708 * contrib/compare-debug (remove_comment): New function.
1709 Remove any .comment sections if the first cmp failed.
1710
c75e90f3
DE
17112012-05-09 David Edelsohn <dje.gcc@gmail.com>
1712
1713 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
1714
48310492
RH
17152012-05-01 Richard Henderson <rth@redhat.com>
1716
1717 * gcc_update: Add libatomic generated files.
1718
af13465f
MLI
17192012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
1720
1721 * compare_tests: Append '/' to make 'find' traverse
1722 symlinked directories.
1723
034a3fcd
RO
17242012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1725
1726 * testsuite-management/validate_failures.py (GetBuildData): Use
1727 target_alias.
1728
a0806f33
DE
17292012-04-06 Doug Evans <dje@google.com>
1730
1731 * dg-extract-results.sh: Handle KFAILs.
1732
b24513a1
RO
17332012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1734
1735 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
1736
bfdac9a1
JM
17372012-03-13 Joseph Myers <joseph@codesourcery.com>
1738
1739 * gennews (files): Add files for GCC 4.7.
1740
c4bc5c25
RO
17412012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1742
1743 * config-list.mk (LIST): Remove mips-openbsd.
1744
5c30094f
RO
17452012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1746
1747 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
1748
acb3748d
DN
17492012-03-02 Diego Novillo <dnovillo@google.com>
1750
1751 * testsuite-management/validate_failures.py (class TestResult): Fix
1752 match pattern for the summary line. If there is a parsing failure,
1753 show the line we failed to parse.
1754
cc2de92d
RO
17552012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1756
1757 PR libstdc++/52188
1758 * make_sunver.pl: Remove #ifdef handling.
1759
4ad29d0d
DK
17602012-02-17 Doug Kwan <dougkwan@google.com>
1761
1762 * contrib/testsuite-management/validate_failures.py
1763 (GetMakefileValue): Check for cross compilers.
1764
e53182b7
QN
17652012-02-15 Quentin Neill <quentin.neill@amd.com>
1766
1767 * compare_tests: Fix trailing paths in dir arguments.
1768 Handle sum1/sum2 temp files with others.
1769
dd552284
WL
17702012-02-14 Walter Lee <walt@tilera.com>
1771
1772 * config-list.mk (LIST): Add tilegx-linux-gnu and
1773 tilepro-linux-gnu.
1774 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
1775 (gcc/config/tilepro/mul-tables.c): New dependencies.
1776
44414d2f
MS
17772012-02-11 Mike Stump <mikestump@comcast.net>
1778
1779 * compare_tests (exit_status): Fix.
1780
a8fc9855
DN
17812012-02-10 Diego Novillo <dnovillo@google.com>
1782
1783 * repro_fail: Add --debug and --debug-tui flags.
1784
1faae6ef
JJ
17852012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1786 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b25364a0
S
1787
1788 * config-list.mk (LIST): Add cr16-elf.
1789
884f56d1
GJL
17902012-01-02 Georg-Johann Lay <avr@gjlay.de>
1791
1792 PR target/51345
1793 * gcc_update (files_and_dependencies): Add
1794 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
1795
85b8555e
DD
17962011-11-29 DJ Delorie <dj@redhat.com>
1797
1798 * config-list.mk (LIST): Add rl78-elf.
1799
adcd36bc
RO
18002011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1801
1802 * make_sunver.pl: Convert '?' in glob patterns to '.'.
1803
0a35513e
AH
18042011-11-07 Richard Henderson <rth@redhat.com>
1805
1806 Merged from transactional-memory.
1807
1808 * gcc_update: Add libitm to touch data.
1809
cf7716a2
QN
18102011-11-07 Quentin Neill <quentin.neill@amd.com>
1811
1812 * compare_tests: Add ability to compare all .sum
1813 files from two build directories.
1814
feeeff5c
JR
18152011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1816
1817 * contrib-list.mk: Add Epiphany configurations.
1818
a5baf3b8
DN
18192011-09-13 Diego Novillo <dnovillo@google.com>
1820
1821 * testsuite-management: New.
1822 * testsuite-management/validate_failures.py: New.
1823
39b75e51
RO
18242011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1825
1826 * gcc_update: Determine svn branch from hg convert_revision.
1827
e44dbbe1
RO
18282011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1829
1830 * config-list.mk (i586-netware): Remove.
1831 (.PHONY): Remove make-script-dir dependency.
1832 (make-script-dir): Remove.
1833 ($(LIST)): Remove make-script-dir dependency.
1834
bcead286
BS
18352011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1836
1837 * gcc_update: Add C6X generated files.
1838 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
1839
e35fceb5
RO
18402011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1841
1842 * config-list.mk (LIST): Append OPT-enable-obsolete to
1843 alpha-dec-osf5.1, mips-sgi-irix6.5.
1844
23d11384
DN
18452011-06-24 Diego Novillo <dnovillo@google.com>
1846
1847 * repro_fail: New.
1848
1b916ca6
JM
18492011-06-21 Joseph Myers <joseph@codesourcery.com>
1850
1851 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
1852
12d844c8
JM
18532011-05-19 Joseph Myers <joseph@codesourcery.com>
1854
1855 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
1856 gcc/config/arm/arm-fpus.def.
1857
f10d3ac9
JM
18582011-05-10 Joseph Myers <joseph@codesourcery.com>
1859
1860 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
1861 dependencies.
1862
d371df6f
JM
18632011-05-09 Joseph Myers <joseph@codesourcery.com>
1864
1865 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
1866
adad1007
JR
18672010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
1868
1869 * config-list.mk: New file.
1870
47c94d21
JM
18712011-05-02 Joseph Myers <joseph@codesourcery.com>
1872
1873 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
1874
e5b0dad8
JK
18752011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1876
1877 * paranoia.cc (ENUM_BITFIELD): Remove.
1878
ad7be009
JM
18792011-04-08 Joseph Myers <joseph@codesourcery.com>
1880
1881 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
1882
ebb9f8b0
JM
18832011-03-22 Joseph Myers <joseph@codesourcery.com>
1884
1885 * compare-all-tests (all_targets): Remove crx and m68hc11.
1886
084239f4
RO
18872011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1888
1889 PR bootstrap/48135
1890 * make_sunver.pl: Don't use File::Glob.
1891
20a52ab9
JM
18922011-03-05 Joseph Myers <joseph@codesourcery.com>
1893
1894 * gennews (files): Add files for GCC 4.6.
1895
a7150b3d
DK
18962011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
1897
1898 * patch_tester.sh (nopristinecache): New shell var, set according
1899 to presence or absence of new -nopristinecache option.
1900 (usage): Document new option.
1901 (bootntest_pristine): Implement it.
1902
f7598845
RO
19032010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1904
1905 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
1906 readelf -s otherwise.
1907
79770339
EB
19082010-11-08 Eric Botcazou <ebotcazou@adacore.com>
1909
1910 * make_sunver.pl: Ignore entries without symbol name first. Then do
1911 not ignore symbols marked as 'R'.
1912
fda9c731
AK
19132010-10-18 Andi Kleen <ak@linux.intel.com>
1914
1915 * gccbug.el: Remove.
1916
6832435e
RO
19172010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1918
1919 * gcc_update: Run $GCC_HG pull and update separately.
1920 Check parents for SVN revision.
1921
6c009867
RW
19222010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1923
1924 * test_recheck: New script.
1925
ab940b73
RW
19262010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1927
1928 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
1929 Also escape characters with grave accents, to be fixed ...
1930 (unmunge): ... here.
1931 (postprocess): Also handle @/ and @acronym{...}.
1932
8cab7c13
SP
19332010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1934
1935 * check_GNU_style.sh: Do not print warning messages when there are
1936 no occurences.
1937
97075d3b
RO
19382010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1939
1940 * gcc_update: Handle hg, too.
1941
5653ef60
EB
19422010-07-08 Eric Botcazou <ebotcazou@adacore.com>
1943
1944 * make_sunver.pl: Remove extra whitespace in regexp.
1945
f3e3b476
SP
19462010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1947
1948 * check_GNU_style.sh: New.
1949
c18dc5cc
RO
19502010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1951
1952 * make_sunver.pl: New file.
1953
9a082684
IS
19542010-07-02 Iain Sandoe <iains@gcc.gnu.org>
1955
4b5ed6cf
UB
1956 * compare-debug (Darwin): Remove '-x' flag from ld-based object
1957 stripping. Add a comment as to why we do it this way.
9a082684 1958
339325b3
AO
19592010-06-20 Alexandre Oliva <aoliva@redhat.com>
1960
1961 * compare-debug: Drop LTO sections.
1962
e31a6dc2
BRF
19632010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1964
1965 * gcc_update: Support updating a git clone.
1966
fb340c3c
RO
19672010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1968
1969 * test_summary: Don't use diff -u.
1970 Adapt egrep regex.
1971
69baf0a3
AH
19722010-06-02 Andrew Haley <aph@redhat.com>
1973
1974 * download_prerequisites: New script.
1975
bc492e47
RO
19762010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1977
1978 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1979 of grep -q.
1980
c334c130
BS
19812010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
1982
1983 * gcc_update: Sets the locale to C.
1984
02e698d7
JM
19852010-04-06 Joseph Myers <joseph@codesourcery.com>
1986
1987 * gennews (files): Add files for GCC 4.5.
1988
fccff341
JK
19892010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1990
1991 Fix *.log tests output containing "===".
1992 * dg-extract-results.sh (/\===/): Rename to ...
1993 (/^\t\t=== .* ===$/): ... this pattern.
1994
54bceaf3
RO
19952010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1996
1997 * dg-extract-results.sh: Fix result order to match sequential case.
1998
2fdb618d
RW
19992010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2000
2001 * check_warning_flags.sh: Use \012 instead of \n with tr.
2002
5392f6be
RO
20032010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2004
2005 * dg-extract-results.sh: Don't use tail -n.
2006
d7f09764
DN
20072009-10-03 H.J. Lu <hongjiu.lu@intel.com>
2008 Richard Guenther <rguenther@suse.de>
2009
2010 PR lto/39216
2011 * gcc_update: Adjust file timestamps for lto-plugin.
2012
bb59df52
IS
20132009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
2014
2015 PR bootstrap/41245
2016 * compare-debug: Handle stripping of dwarf debug sections from darwin
2017 mach-o objects.
2018
c45ae2c8
AO
20192009-09-04 Alexandre Oliva <aoliva@redhat.com>
2020
2021 * compare-debug: Grep for blank before dash to avoid grep -e.
2022
8fc68cba
AO
20232009-09-01 Alexandre Oliva <aoliva@redhat.com>
2024
2025 * compare-debug: Look for .gkd files and compare them.
2026
0930984e
RW
20272009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2028
2029 PR testsuite/41166
2030 * test_summary: Invoke config.status, rather than trying to
2031 parse it. Adjust awk script.
2032
5830150a
AO
20332009-08-18 Alexandre Oliva <aoliva@redhat.com>
2034
2035 * compare-debug: Drop .eh_frame relocations too.
2036
c2d88223
L
20372009-08-18 H.J. Lu <hongjiu.lu@intel.com>
2038
2039 PR testsuite/40704
386c4027 2040 * test_summary: Filter out "\r".
c2d88223 2041
2feb56e6
AO
20422009-06-02 Alexandre Oliva <aoliva@redhat.com>
2043
2044 * compare-debug: Don't fail just because of .eh_frame differences.
2045
060717fc
JJ
20462009-04-27 Jakub Jelinek <jakub@redhat.com>
2047
2048 PR testsuite/39807
2049 * dg-extract-results.sh: Close open files and use >> instead of >
2050 to decrease number of concurrently open files from awk. Avoid
2051 = at the beginning of a regexp and redirect to a file determined
2052 by curfile variable rather than concatenated strings to workaround
2053 Solaris nawk bug.
2054
7527cf21
GP
20552009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
2056
2057 * test_summary: Only include LAST_UPDATED if it exists.
2058 Complete copyright years.
2059
0455c7f4
PB
20602009-04-16 Paolo Bonzini <bonzini@gnu.org>
2061
2062 * compare-all-tests: New.
2063
50e8c6d2
JJ
20642009-04-14 Jakub Jelinek <jakub@redhat.com>
2065
2066 * gennews (files): Reference GCC 4.4 web pages.
2067
748086b7
JJ
20682009-04-09 Jakub Jelinek <jakub@redhat.com>
2069
2070 * reghunt/date_based/reg_periodic: Change copyright header to refer
2071 to version 3 of the GNU General Public License and to point readers
2072 at the COPYING3 file and the FSF's license web page.
2073 * reghunt/date_based/reg_search: Likewise.
2074 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
2075 * regression/btest-gcc.sh: Likewise.
2076 * regression/objs-gcc.sh: Likewise.
2077
a072f1cf
RW
20782009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2079
2080 * check_warning_flags.sh: Update flag exceptions.
2081
7a401a0d
BE
20822008-11-18 Ben Elliston <bje@au.ibm.com>
2083
2084 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
2085 be opened; print a more meaningful error instead.
2086
7134e605
JJ
20872008-10-24 Janis Johnson <janis187@us.ibm.com>
2088 Jakub Jelinek <jakub@redhat.com>
2089
2090 * dg-extract-results.sh: New file.
2091
e63ea00c
RW
20922008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2093
2094 * check_makefile_deps.sh: New file.
2095
a3ced85e
SP
20962008-05-08 Sebastian Pop <sebastian.pop@amd.com>
2097
2098 * patch_tester.sh (report): Do not print "Checker: ".
2099
24170ff9
SP
21002008-04-23 Sebastian Pop <sebastian.pop@amd.com>
2101
2102 * patch_tester.sh (report): Do not print the time.
2103
7f9766e4
JM
21042008-04-01 Joseph Myers <joseph@codesourcery.com>
2105
2106 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
2107 Handle @heading. Handle enumerated lists with starting numbers
2108 and extra headings.
2109
1d4edfd6
JJ
21102008-03-10 Janis Johnson <janis187@us.ibm.com>
2111
2112 * patch_tester.sh (initialization): Initialize svnpatch and stop.
386c4027 2113 (usage): Add -svnpath and -stop.
1d4edfd6
JJ
2114 (makedir): New.
2115 (argument handling): Process -stop and -svnpath.
2116 (setup code): Use makedir, error out if initial svn checkout fails.
2117 (update): Use svnpath. Invoke contrib/gcc_update.
2118 (apply_patch): Require that patch was created at top level. Use eval
2119 with option variables. Don't use bootstrap target for make. Verify
2120 that some tests were run.
2121 (bootntest_patched): Use snvpath.
2122 (main loop): For -stop, exit when there are no more patches to test.
2123
802e3f8c
RW
21242008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2125
2126 * check_warning_flags.sh: Instead of invoke.texi, take the path
2127 to the doc directory as argument. Check that warnings listed in
2128 'gcc --help' are accepted by the compiler, and listed in the
2129 manuals.
2130
3825be8c
TT
21312008-03-06 Tom Tromey <tromey@redhat.com>
2132
2133 * patch_tester.sh (usage): Watermark is not lexicographic.
2134 Load $STATE/defaults if it exists.
2135 (selfexec): Use $0.
2136 (apply_patch): Handle deletions.
2137 (bootntest): Handle default settings.
2138
a7d95bfe
JJ
21392008-03-05 Jakub Jelinek <jakub@redhat.com>
2140
2141 * gennews (files): Reference GCC 4.3 web pages.
2142
1a1f7588
RW
21432008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2144
2145 * check_warning_flags.sh: New file.
2146
8d8da227
JM
21472008-01-25 Joseph Myers <joseph@codesourcery.com>
2148
2149 * paranoia.cc (main): Remove handling of c4x_single and
2150 c4x_extended formats.
2151
3dfb41c5
SP
21522007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2153
2154 * compareSumTests3: Changed to GPLv3.
2155 * prepare_patch.sh: Same.
2156 * uninclude: Same.
2157 * dglib.pm: Same.
2158 * gennews: Same.
2159 * texi2pod.pl: Same.
2160 * analyze_brprob: Same.
2161 * gcc_build: Same.
2162
66d3504c
SP
21632007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2164
2165 * patch_tester.sh: Changed to GPLv3.
2166
cf79e386
SP
21672007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2168
2169 * patch_tester.sh: Don't save the script anymore.
2170
0f55312a
SP
21712007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2172
2173 * patch_tester.sh: New.
2174 * prepare_patch.sh: New.
2175
3a3b6beb
AO
21762007-11-26 Alexandre Oliva <aoliva@redhat.com>
2177
2178 * compare-debug: Introduce -p flag to preserve .stripped files.
2179
7b6cb843
MLI
21802007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2181
2182 * texi2pod.pl: Handle @asis.
2183 (postprocess): Move @gccoptlist{} after all formatting commands.
386c4027 2184
a64036a7
AO
21852007-10-01 Alexandre Oliva <aoliva@redhat.com>
2186
2187 * compare-debug: Avoid spurious errors when .stripped files
2188 exist.
2189
1733c7eb
HPN
21902007-09-22 Hans-Peter Nilsson <hp@axis.com>
2191
2192 * warn_summary (srcdirFilter): Add fixincludes, sim,
2193 newlib and mpfr.
2194
0cb58062
L
21952007-08-23 H.J. Lu <hongjiu.lu@intel.com>
2196
2197 * gcc_update: Handle different URL paths and tags.
2198
bb286d71
AO
21992007-08-16 Alexandre Oliva <aoliva@redhat.com>
2200
2201 * compare-debug: New.
2202
36dcf055 22032007-08-16 H.J. Lu <hongjiu.lu@intel.com>
1faae6ef 2204 Andreas Schwab <schwab@suse.de>
36dcf055
L
2205
2206 * gcc_update: Use "svn info" for revision number. Create
2207 gcc/REVISION with branch name and revision number.
2208
c749c2ee
DN
22092007-08-10 Diego Novillo <dnovillo@google.com>
2210
2211 * gcc.doxy: Rename from tree-ssa.doxy.
2212
cfa66dc1
DN
22132007-08-10 Diego Novillo <dnovillo@google.com>
2214
2215 * tree-ssa.doxy: Update for doxygen 1.5.
2216 Include all the files in the middle and back ends.
2217
6d409e8a
HPN
22182007-06-30 Hans-Peter Nilsson <hp@axis.com>
2219
2220 * gcc_update (files_and_dependencies): Handle
e9a57dc1 2221 gcc/testsuite/gcc.dg/cpp/direct2s.c.
6d409e8a 2222
6d707d08
MM
22232007-05-13 Mark Mitchell <mark@codesourcery.com>
2224
2225 * gennews (files): Reference GCC 4.2 web pages.
2226
3caecafa
ZW
22272007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
2228
2229 * texi2pod.pl: Correct handling of @itemize with no argument.
2230
a8af9c34
HPN
22312007-03-17 Hans-Peter Nilsson <hp@axis.com>
2232
2233 * uninclude: New utility, from Alexandre Oliva.
2234
7276d368
DH
22352007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
2236
2237 * test_installed: Adjust to the move from g77 to gfortran.
2238
d0fc3f06
MK
22392007-02-16 Matthias Klose <doko@debian.org>
2240
2241 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
2242
ce0d943a
HPN
22432007-02-10 Hans-Peter Nilsson <hp@axis.com>
2244
2245 * test_summary (configflags): Adjust for changes in the
2246 config.status format due to update to autoconf 2.59.
2247
61930fe5
DJ
22482007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2249
2250 * gcc_update: Update for configure.in -> configure.ac.
2251
427e84f7
RS
22522007-02-06 Richard Sandiford <richard@codesourcery.com>
2253
2254 * texi2pod.pl: Handle @multitable.
2255
69403237
TT
22562007-01-15 Tom Tromey <tromey@redhat.com>
2257
2258 * download_ecj: New file.
2259
7f5b8ff7
MS
22602006-09-27 Matthew Sachs <msachs@apple.com>
2261
2262 * compareSumTests3: POD syntax fix.
2263
ed5ce4e0
MS
22642006-09-27 Matthew Sachs <msachs@apple.com>
2265
2266 * dglib.pm: Initial commit.
2267 * compareSumTests3: Initial commit.
2268
c3382fba
BF
22692006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
2270
2271 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
2272 and not non-existing nm[old].
2273
27b56ba6
PE
22742006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2275
2276 Port to hosts whose 'sort' and 'tail' implementations
2277 treat operands with leading '+' as file names, as POSIX
2278 has required since 2001. However, make sure the code still
2279 works on pre-POSIX hosts.
2280 * compare_tests: Don't assume "sort +2" is equivalent to
2281 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2282
afef9a5b
JL
22832006-06-05 James Lemke <jwlemke@wasabisystems.com>
2284
2285 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
2286
e58b87f7
RE
22872006-06-02 Richard Earnshaw <rearnsha@arm.com>
2288 Mike Stump <mrs@apple.com>
2289
2290 * compare_tests: Handle multilibs better.
2291
5dd59f65
DJ
22922006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2293
2294 * texi2pod.pl: Correct handling of absolute @include.
2295
597fb86c 22962006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
84309a32
DJ
2297
2298 * texi2pod.pl: Handle -I.
2299
b7ded1e0
MM
23002006-02-28 Mark Mitchell <mark@codesourcery.com>
2301
2302 * gennews (files): Update for GCC 4.1.
2303
46852b9b
DN
23042006-01-24 Diego Novillo <dnovillo@redhat.com>
2305
2306 * gcc_update (files_and_dependencies): Handle
2307 libgomp/testsuite/Makefile.in.
2308
953ff289
DN
23092006-01-18 Richard Henderson <rth@redhat.com>
2310 Diego Novillo <dnovillo@redhat.com>
2311
2312 * gcc_update (files_and_dependencies): Add libgomp files.
2313
7a774079
BE
23142005-12-06 Ben Elliston <bje@au.ibm.com>
2315
2316 * newcvsroot: Remove.
2317
f2bd1eb9
SB
23182005-11-03 Steven Bosscher <stevenb@suse.de>
2319
2320 * gcc_build: Fix my previous checking.
2321
f415efe3
JM
23222005-11-01 Joseph S. Myers <joseph@codesourcery.com>
2323
2324 * gcc_update: Include revision number in LAST_UPDATED.
2325
133f4c87
SB
23262005-10-30 Steven Bosscher <stevenb@suse.de>
2327
2328 * gcc_build: Use gcc.gnu.org as the default server. Set up
2329 SVN_REPOSITORY correctly. Add support for checking out branches.
2330
8f5c9c3d
AP
23312005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2332
2333 * gcc_update: When svn update is called and
2334 --silent is used, pass -q.
2335
7dcd894f
AP
23362005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2337
2338 * gcc_update: Remove the -q from svn invocation.
2339
6c301b82
AP
23402005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2341
2342 * gcc_build: Remove -d from the call to gcc_update.
2343
1b9f940b 23442005-10-28 Daniel Berlin <dberlin@dberlin.org>
1faae6ef 2345 Ben Elliston <bje@au1.ibm.com>
386c4027 2346
1b9f940b
DB
2347 * gcc_update: Update for svn.
2348 * newcvsroot: Ditto.
2349 * gcc_build: Ditto.
2350
901097db
MM
23512005-10-21 Mark Mitchell <mark@codesourcery.com>
2352
386c4027 2353 * texi2pod.pl: Substitue for @value even when part of @include.
901097db 2354
0928f405
BW
23552005-10-21 Bob Wilson <bob.wilson@acm.org>
2356
2357 * texi2pod.pl: Convert two single quotes or two backquotes to
2358 double quotes.
2359
5464337b
BE
23602005-08-23 Ben Elliston <bje@au.ibm.com>
2361
2362 * gcc_update: Update dependencies for libjava/aclocal.m4.
2363
89ee9c70
KC
23642005-08-14 Kelley Cook <kcook@gcc.gnu.org>
2365
2366 * All files: Update with new FSF address.
2367
d0e71b9c
BE
23682005-07-14 Ben Elliston <bje@au.ibm.com>
2369
2370 * filter_params.pl: Typo fix.
2371 * filter_knr2ansi.pl: Likewise.
2372
bfac631b
GP
23732005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
2374
2375 * gennews (files): Update for egcs-1.0 release pages consolidation.
2376
492f761a
JM
23772005-04-17 Joseph S. Myers <joseph@codesourcery.com>
2378
2379 * gennews (files): Update for GCC 4.0.
2380
7e3c8f17
AO
23812005-03-18 Alexandre Oliva <aoliva@redhat.com>
2382
2383 * gcc_update (silent): Unset instead of initializing to null.
2384
d028e149
AS
23852005-03-18 Andreas Schwab <schwab@suse.de>
2386
2387 * gcc_update (apply_patch): Properly quote $1.
2388
2d072788
ZW
23892005-03-18 Zack Weinberg <zack@codesourcery.com>
2390
2391 * gcc_update: Add --silent option.
2392
be932466
KG
23932005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2394
2395 * warn_summary (keywordFilter): Update sed pattern for new quoting
2396 style in warnings.
2397
1f43e92e
KG
23982005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2399
2400 * warn_summary: Add -fortran subdir flag.
2401 (subdirectoryFilter): Fix missing ada subdir.
2402
9eaf7da0
HPN
24032004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
2404
2405 * gcc_update (touch_files): Don't rely on "make" being GNU make;
2406 grep for "Touching" to determine that the rule executes.
2407
18ccc7e0
HPN
24082004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2409
2410 * gcc_update (touch_files): Explicitly pass --no-print-directory.
2411
9a399055
AP
24122004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
2413
2414 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2415
71b5d516
PB
24162004-08-04 Paolo Bonzini <bonzini@gnu.org>
2417
2418 * gcc_update: Add fixincludes.
2419
df6e87bf 24202004-08-26 Matthias Klose <doko@debian.org>
1249691b 2421
df6e87bf
MK
2422 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
2423
24242004-08-26 Matthias Klose <doko@debian.org>
2425
2426 * test_summary: Include baseline used for libstdc++-v3 abi check
2427 in test summary.
1249691b 2428
5b292a4b
BE
24292004-08-25 Ben Elliston <bje@au.ibm.com>
2430
2431 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2432
8b84ead6
AT
24332004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2434
2435 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
2436 update done.
2437
71b5d516 24382004-08-04 Paolo Bonzini <bonzini@gnu.org>
d0921255
PB
2439
2440 * gcc_update: libjava/configure.ac -> configure.in. Automake
2441 1.4 does not handle configure.ac properly.
2442
da96112d
AS
24432004-08-04 Andreas Schwab <schwab@suse.de>
2444
2445 * gcc_update: libjava/configure.in -> configure.ac.
2446
1faae6ef 24472004-08-03 Richard Earnshaw <rearnsha@arm.com>
1e45521f
RE
2448
2449 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2450
7eacb691
JL
24512004-07-16 Jeff Law <law@redhat.com>
2452
2453 * analyze_brprob: Fix comments. More consistent output format.
2454
5bed2809
DN
24552004-06-17 Diego Novillo <dnovillo@redhat.com>
2456
2457 * tree-ssa.doxy: Update for doxygen 1.3.5.
2458
cc605afe
AJ
24592004-06-14 Andreas Jaeger <aj@suse.de>
2460
2461 * gcc_update: boehm-gc/configure.in -> configure.ac.
2462
bf9a420e
PB
24632004-06-16 Paolo Bonzini <bonzini@gnu.org>
2464
2465 * gcc_update (boehm-gc/configure): Depend on
2466 boehm-gc/configure.ac instead of boehm-gc/configure.in
2467
5a4f1818
PB
24682004-06-14 Paolo Bonzini <bonzini@gnu.org>
2469
2470 * gcc_update (libmudflap/configure): Depend on
2471 libmudflap/configure.ac instead of libmudflap/configure.in
2472
d5ad6feb
AJ
24732004-06-14 Andreas Jaeger <aj@suse.de>
2474
2475 * gcc_update: Add libcpp.
2476
dbfa8d15
AJ
24772004-06-10 Andreas Jaeger <aj@suse.de>
2478
2479 * gcc_update: Add libgfortran.
2480
9e953fed
AP
24812004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
2482
2483 * gcc_update (libbanshee/configure): Depend on
2484 libbanshee/configure.ac instead of libbanshee/configure.in
2485
b4117c30
ZW
24862004-05-17 Zack Weinberg <zack@codesourcery.com>
2487
2488 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2489 from list of files to be touched.
2490 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2491
e3d26d7b
JM
24922004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
2493
2494 * gennews: Update for GCC 3.4.
2495
6de9cd9a
DN
24962004-05-13 Diego Novillo <dnovillo@redhat.com>
2497
2498 Merge from tree-ssa-20020619-branch.
2499
2500 * filter_gcc_for_doxygen: New file.
2501 * filter_knr2ansi.pl: New file.
2502 * filter_params.pl: New file.
2503 * tree-ssa.doxy: New file.
2504 * contrib/gcc_update (files_and_dependencies): Handle
2505 libbanshee and libmudflap.
2506
5b03e555 25072004-04-12 Kelley Cook <kcook@gcc.gnu.org>
b4117c30 2508 Andreas Jaeger <aj@suse.de>
5b03e555
KC
2509
2510 * gcc_update (files_and_dependencies): Insert zlib dependencies.
2511
3adc31d1
NN
25122004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2513
2514 * gcc_update (files_and_dependencies): libobjc/configure now
2515 depends on configure.ac, not configure.in.
2516
b52d4110
KC
25172004-04-01 Kelley Cook <kcook@gcc.gnu.org>
2518
2519 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2520
7de53bca
AT
25212004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
2522
2523 * gcc_update (files_and_dependencies): Insert libffi dependencies.
2524
8ab705be
KC
25252004-03-10 Kelley Cook <kcook@gcc.gnu.org>
2526
2527 * gcc_update (files_and_dependencies): Insert libada/configure.
2528
61c3ff8f
AP
25292004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
2530
2531 * gcc_update (files_and_dependencies): Update intl/configure.in
2532 to intl/configure.ac.
2533
a4b0b8f1
KC
25342004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2535
2536 * gcc_update (files_and_dependencies): Update fastjar/configure.in
2537 to fastjar/configure.ac
2538
102d3176
KC
25392004-01-07 Kelley Cook <kcook@gcc.gnu.org>
2540
2541 * gcc_update (files_and_dependencies): Remove non-existant files.
2542
dedebde1
KC
25432004-01-05 Kelley Cook <kcook@gcc.gnu.org>
2544
2545 * gcc_update (files_generated): Revert 2003-12-18 change.
2546
c5d1156b
AP
25472004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
2548
2549 * gcc_update (files_and_dependencies): For gcc directory,
2550 rename configure.in to configure.ac.
2551
d9b000b1
AT
25522003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
2553
2554 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2555 remove acconfig.h. No longer used.
2556
90c2f1de
KC
25572003-12-18 Kelley Cook <kcook@gcc.gnu.org>
2558
2559 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2560 gcc/ada/gnat_ug_* to use it.
2561
3a816711
JW
25622003-12-16 James E Wilson <wilson@specifixinc.com>
2563
2564 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2565 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2566
90ff9ff3
KC
25672003-12-11 Kelley Cook <kcook@gcc.gnu.org>
2568
2569 * gcc_update (files_and_dependencies): Correct typo in the filename
2570 gnat_ug_wnt.texi.
2571
c41affc7
AC
25722003-12-08 Arnaud Charlet <charlet@act-europe.fr
2573
2574 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2575 treeprs.ads.
2576
8f850e49
MM
25772003-10-16 Mark Mitchell <mark@codesourcery.com>
2578
2579 * gennews (files): Add GCC 3.3 files.
2580
9d3d50d2
MM
25812003-08-21 Mark Mitchell <mark@codesourcery.com>
2582
2583 * gcc_build: Fix handling of -t option. Add -x option.
2584
5bea01be
MK
25852003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
2586
2587 * texi2pod.pl: Remove extra line.
2588
9fa09038
MK
25892003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
2590
2591 * texi2pod.pl: Default @itemize's parameter to @bullet.
2592
0c6a2903
ZW
25932003-07-12 Zack Weinberg <zack@codesourcery.com>
2594
2595 * gcc_update: gcc/acconfig.h no longer exists.
2596
c3c35932
MK
25972003-07-11 Matthias Klose <doko@debian.org>
2598
2599 * test_installed: Add options to run objc tests.
2600 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
2601
6eb95e99
ZW
26022003-07-04 Zack Weinberg <zack@codesourcery.com>
2603
2604 * gcc_update: Remove gcc/intl/plural.c from list.
2605 Add new generated files intl/plural.c, intl/configure,
2606 intl/config.h.in.
2607
e4048ffc
JT
26082003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
2609
2610 * gcc_update (files_and_dependencies): Add
2611 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
2612 gcc/testsuite/gcc.dg/cpp/mi1c.h.
2613
1faae6ef 26142003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
487a9427 2615
281b1732
NN
2616 * paranoia.cc: Fix spelling error.
2617
487a9427
NN
2618 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
2619 to GCC.
2620
112a0bfd
MS
26212003-04-04 Mike Stump <mrs@apple.com>
2622
2623 * compare_tests: Fix exit status and be more flexible with spacing.
2624
5ce810b7
PE
26252003-03-08 Phil Edwards <pme@gcc.gnu.org>
2626
2627 * test_summary: Add -h, print existing comments as help.
2628
1faae6ef 26292003-03-03 H.J. Lu <hjl@gnu.org>
b47d9efd
L
2630
2631 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
2632 * gcc_update: Likewise.
2633
d25fc1b5
AO
26342003-01-19 Alexandre Oliva <aoliva@redhat.com>
2635
2636 * test_summary (configflags): Only use the first match. Remove
2637 excess space. Use sub instead of gsub where possible. Use `none'
2638 if no configure flags were given.
2639
6787cc15
LR
26402003-01-10 Loren J. Rittle <ljrittle@acm.org>
2641
2642 * test_summary (configflags): awk portability.
2643
ce985125
AO
26442003-01-07 Alexandre Oliva <aoliva@redhat.com>
2645
2646 * test_summary (configflags): Compute correctly with both
2647 autoconfiscated and Cygnus-style top-level.
2648
029d882c
KG
26492003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2650
2651 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
2652 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
2653 gcc/java/keyword.gperf
2654
695a8bcf
GP
26552002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2656
2657 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
2658 depending on gcc/intl/plural.y.
2659
e1c1b6a5
AO
26602002-12-28 Alexandre Oliva <aoliva@redhat.com>
2661
e4029133 2662 * gcc_update (configure): Depend on config/acx.m4 as well.
6eb95e99 2663
e1c1b6a5
AO
2664 * gcc_update (configure): Depend on configure.in.
2665
d6bef02d
JM
26662002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
2667
2668 * texi2pod.pl: Skip contents of @copying.
2669
4977bab6
ZW
26702002-11-09 Zack Weinberg <zack@codesourcery.com>
2671
2672 * gthr_supp_vxw_5x.c: New file.
2673
ad03e4c4
RH
26742002-10-21 Richard Henderson <rth@redhat.com>
2675
2676 * paranoia.cc (real_c_float::image): Accomodate size of
2677 real_internal format.
2678 (main): Unbuffer stdio. Add real_internal format.
2679 (floor_log2_wide): New.
2680
fc76a969
RH
26812002-10-16 Richard Henderson <rth@redhat.com>
2682
2683 * paranoia.cc (ENUM_BITFIELD): New.
2684 (class): Define as klass around real.h.
2685 (real_c_float): Not a template any longer; define MODE as a
2686 class static constant; use real_format elements for SIZE.
2687 Update uses of real_to_decimal and real_to_hexadecimal.
2688 (main): Change -g argument to use a format name.
2689 (mode_for_size): Remove.
2690
efdc7e19
RH
26912002-09-16 Richard Henderson <rth@redhat.com>
2692
2693 * paranoia.cc: New file.
2694
7fd6c930
RH
26952002-09-04 Richard Henderson <rth@redhat.com>
2696
2697 * enquire.c: Remove.
2698
72c41e5a
MM
26992002-08-14 Mark Mitchell <mark@codesourcery.com>
2700
2701 * gennews (files): Add GCC 3.2 files.
2702
1899ba3e
GP
27032002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2704
2705 * gennews (files): Add proper files for the GCC 3.1 release series.
2706 Simplify and reformat introductory wording.
2707
39cef914
NN
27082002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2709
2710 * enquire.c: Move from gcc.
2711
1faae6ef 27122002-07-16 H.J. Lu <hjl@gnu.org>
554b8111
L
2713
2714 * gcc_update (touch_files): Pass -s to ${MAKE}.
2715
dd6773cd
ZW
27162002-06-26 Zack Weinberg <zack@codesourcery.com>
2717
2718 * texi2pod.pl: Correct handling of the internal R<> sequence.
2719
ba9e1571
FW
27202002-05-31 Florian Weimer <fw@deneb.enyo.de>
2721
2722 * gcc_update (files_and_dependencies): Add generated Texinfo files
2723 for Ada.
2724
1e6347d8
RO
27252002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2726
2727 * test_installed: Allow for PWDCMD to override hardcoded pwd.
2728 * test_summary: Likewise.
2729
29a948c8
GK
27302002-04-18 Geoffrey Keating <geoffk@redhat.com>
2731
2732 * gcc_update (touch_files): Don't have empty for loop.
2733
b8d70bee
RH
27342002-04-16 Richard Henderson <rth@redhat.com>
2735
2736 * gcc_update: Remove libchill.
2737
28852cc6
ZW
27382002-03-25 Zack Weinberg <zack@codesourcery.com>
2739
2740 * texi2pod.pl: Handle @end ftable and @end vtable.
2741
049b03f4
ZW
27422002-03-11 Zack Weinberg <zack@codesourcery.com>
2743
2744 * texi2pod.pl: Handle @include, @ftable, @vtable.
2745 Reformat some code for clarity.
2746
719bb4e3 27472002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
506d4ef6
CJ
2748
2749 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
2750 WARNING and ERROR output from the *.sum files.
2751
66b8f5d7
GP
27522002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2753
2754 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
2755 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
2756 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
2757
c10a75a7
GP
27582002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2759
2760 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
2761 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
2762 egcs-1.1/index.html.
2763
99e9e773
KG
27642002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2765
2766 * warn_summary: Add -ada subdirectory flag.
2767
3da33af3
MK
27682001-12-12 Matthias Klose <doko@debian.org>
2769
2770 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
2771 generation of more than one man page from one source.
2772 Add '-' to set of valid chars for an identifier.
2773 Let -D option accept flags of the form <flag>=<value>.
2774 Use \s+ for whitespace detection in '@c man' lines.
2775 Handle @set and @clear independent of $output.
2776 Substitute all @value{}'s in a line.
2777
77bd67cb
JM
27782001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
2779
2780 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
2781 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
2782 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
2783 greater than 9 in enumerations.
2784
1faae6ef 27852001-11-07 Laurent Guerby <guerby@acm.org>
178612c9
LG
2786
2787 * gcc_update (files_and_dependencies): Add Ada dependencies.
2788
bbd300a9
JM
27892001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2790
2791 * snapshot: Remove.
2792
b5f20931
RS
27932001-09-07 Richard Sandiford <rsandifo@redhat.com>
2794
2795 Revert:
3da33af3 2796 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
b5f20931
RS
2797 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2798 touch.
2799
1faae6ef 28002001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
e7503d92 2801
3da33af3 2802 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
e7503d92
DB
2803 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2804 touch.
2805
e961606c
JH
2806Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
2807
2808 * analyze_brprob: Update for changes in gcc debug output.
2809
ffd15534
JH
2810Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2811
2812 * analyze_brprob: Avoid more overflows.
2813
da397f8e
RH
28142001-07-27 Richard Henderson <rth@redhat.com>
2815
2816 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
2817
92e3cac8
JH
2818Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
2819
2820 * analyze_brprob: Avoid overflows.
2821
2a08c780
RH
28222001-07-27 Richard Henderson <rth@redhat.com>
2823
2824 * gcc_update: Dump timestamp in LAST_UPDATED.
2825
3da33af3 28262001-07-26 Andreas Jaeger <aj@suse.de>,
1faae6ef 2827 Hans-Peter Nilsson <hp@bitrange.com>
a6ed70ef
AJ
2828
2829 * analyze_brprob: Fix documentation.
2830
4edc91ae
JH
2831Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
2832
2833 * analyze_brprob: Fix awk compatibility problems; update comment.
2834
f981f97b
AJ
28352001-07-23 Andreas Jaeger <aj@suse.de>
2836
2837 * analyze_brprob: Fix more typos.
2838
075cc945
AJ
28392001-07-23 Andreas Jaeger <aj@suse.de>
2840
2841 * analyze_brprob: Fix typos.
2842
aee96fe9
JM
28432001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2844
2845 * texi2pod.pl: Handle @r inside @item.
2846
51817b10
ZW
28472001-07-02 Zack Weinberg <zackw@stanford.edu>
2848
2849 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
2850
1faae6ef 28512001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
e5149841
ZF
2852
2853 * warn_summary: Fix typo in a comment.
2854
894b7c63
ACY
28552001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
2856
4977bab6 2857 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
894b7c63 2858
acabb596
MM
28592001-06-13 Mark Mitchell <mark@codesourcery.com>
2860
2861 * gennews: Set TERM to vt100 for Lynx.
2862
9f293893
GP
28632001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2864
2865 * release: Remove.
2866
17d6c819
JH
2867Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
2868
2869 * analyze_brprob: New file.
2870
72e0bae5
MM
28712001-06-11 Mark Mitchell <mark@codesourcery.com>
2872
a6ed70ef 2873 * gcc_build: Output information about the commands used to
72e0bae5
MM
2874 configure the compiler.
2875
47c2a318
JM
28762001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
2877
2878 * gennews: Update for GCC 3.0.
2879
aff5d053
JM
28802001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
2881
2882 * gcc_update: Update for move of documentation to gcc/doc.
2883
26d8af06
RO
28842001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2885
2886 * contrib/test_summary (files): Sort before evaluating.
2887
6cf735a7
GP
28882001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2889
2890 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
2891
47816305
MM
28922001-05-21 Mark Mitchell <mark@codesourcery.com>
2893
2894 * gcc_build: Use -d when invoking gcc_update.
2895
f3e16a47
AJ
28962001-05-18 Andreas Jaeger <aj@suse.de>
2897
2898 * gcc_update: Add rules for libf2c/libI77.
2899
e8dc2763
AO
29002001-05-17 Alexandre Oliva <aoliva@redhat.com>
2901
2902 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
2903
af22667e
LR
29042001-05-14 Loren J. Rittle <ljrittle@acm.org>
2905
2906 * gcc_update (touch_files): Enhance make portability.
2907
e8b073c1
AO
29082001-05-14 Alexandre Oliva <aoliva@redhat.com>
2909
2910 * gcc_update (touch_files): Use a Makefile to touch files.
2911
6e26f4aa
JM
29122001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
2913
2914 * texi2pod.pl: Add copyright and GPL notices.
2915
445c435a
JM
29162001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
2917
2918 * texi2pod.pl: Handle "\,".
2919
3f896fc2
JM
29202001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
2921
2922 * texi2pod.pl: Fix regular expression for @r to avoid exponential
2923 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
2924 version check.
2925
c2b31703
KG
29262001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2927
2928 * warn_summary (stageNfilter): Update for recent changes in
2929 bootstrap logic.
2930
150d3c00
JM
29312001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
2932
2933 * texi2pod.pl: Require at least perl 5.6.0.
2934
4bc1997b
JM
29352001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
2936
2937 * gcc_update: Add gcc/gcc.1 to generated files.
2938 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
2939 discarding to end of sentence with @xref where the sentence has an
2940 interior "." in markup, and handle discarding parentheses around
2941 such a sentence.
2942
d2796d4e
BS
29432001-01-11 Bernd Schmidt <bernds@redhat.com>
2944
2945 * gennews: Add gcc-2.95.3.
2946
2642624b
JM
29472001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2948
2949 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
2950 @command. Format URLs and email addresses in bold.
2951
fd939e46
JM
29522001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
2953
6bfa3dac
JM
2954 * gcc_update: Add cpp.1 to the list of generated files.
2955
fd939e46
JM
2956 * texi2pod.pl: Handle @option and @env.
2957
79424a4f
MS
29582001-01-03 Mike Stump <mrs@wrs.com>
2959
2960 * snapshot: Update to account for java libraries.
2961
5da01bc1
JO
29622000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
2963
2964 * test_summary: Export filesuffix, not fileprefix.
2965
2d6fd5fd
JM
29662000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
2967
2968 * release: Change some EGCS references to GCC.
2969
c097fab6
KG
29702000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2971
2972 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
2973 subdirectory flags. Add source directory prefix filtering.
2974 Redirect diagnostic output to stderr.
2975
f4e8dec6
ZW
29762000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2977
2978 * texi2pod.pl: If multiple @c man sections with the same tag
2979 appear, concatenate them in the final output. When skipping,
2980 ignore block commands that can't cause skipping, and honor
2981 those that can. Ensure that verbatim blocks are separate
2982 paragraphs.
2983
beb039fe
JM
29842000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2985
2986 * gcc_update: Don't touch tradcif.c or java/parse.h.
2987
b75d998f
ZW
29882000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
2989
2990 * texi2pod.pl: Restructure for comprehensibility, add
2991 comments. Merge handling of @ignore and @ifxxx. Handle a
2992 whole bunch more Texinfo commands. Use consistent formatting
2993 style.
2994
c4f0b011
JM
29952000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2996
2997 * gennews: New script.
2998
d9ddcc6a
GP
29992000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3000
3001 * gcc_update: Update a comment as we now require bison for CVS users.
3002
c01a508e
JM
30032000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
3004
3005 * gcc_update: Add gcov.1 to the list of generated files.
3006
c132c0e3
MM
30072000-11-21 Mark Mitchell <mark@codesourcery.com>
3008
3009 * gcc_build: Remove code to put information in a log file.
3010
3d6f4d76
ZW
30112000-11-19 Zack Weinberg <zackw@stanford.edu>
3012
3013 * texi2pod.pl:
3014 - Add real command line parsing.
3015 - Support @ifset, @ifclear, @set, @value, -D switch.
3016 - Support @sc. Improve handling of @ref and friends.
3017 - Discard @subsection, @need, @node lines.
3018 - Un-nest font changes to match texinfo semantics.
3019 - Handle @{ and @}. Oops.
3020 - Don't emit E<> directives inside verbatim blocks.
3021
f6820157
BK
30222000-11-12 Bruce Korb <bkorb@gnu.org>
3023
3024 * release: generalize the release script a bit.
3025
8a3d997e
MM
3026Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
3027
3028 * gcc_build: Add -o option for setting the objdir to use.
3029
1e8ba2a3
JL
30302000-11-11 Jeff Law <law@redhat.com>,
3031
3032 * release: New file.
3033
09ff8283
JL
30342000-11-08 Jeff Law <law@redhat.com>,
3035 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3036
3037 * snapshot: New file.
3038
37ac3c7f
JO
30392000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
3040
3041 * gcc_build (bootstrap_gcc): New function.
3042 (configure_gcc): Likewise.
3043 (build_gcc): Rewritten to use configure and bootstrap.
3044 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
3045
9f56c004
MM
30462000-10-31 Mark Mitchell <mark@codesourcery.com>
3047
3048 * gcc_build (MAKE): New variable.
3049 (build_gcc): Use it. Fix logging of errors.
3050 (install_gcc): Likewise.
3051
d3d6410d
MM
30522000-10-29 Mark Mitchell <mark@codesourcery.com>
3053
3054 * gcc_build: Save the output from CVS into the logfile as well.
3055
59c341cb
MM
30562000-10-25 Mark Mitchell <mark@codesourcery.com>
3057
3058 * gcc_build: Fix typos.
3059
f4d48ea9
JM
30602000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
3061
3062 * gperf-2.7-19981006.pat: Remove.
3063
6f298a0a
JM
30642000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
3065
3066 * test_installed: Change EGCS references to refer to GCC.
3067
2d89ce6a
GP
30682000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3069
3070 * gcc_update (touch_files): Add some informative output.
f3e16a47 3071
12acf3a9
AJ
30722000-09-16 Andreas Jaeger <aj@suse.de>
3073
3074 * gcc_update: Remove gcc/c-parse.gperf.
3075
41343a8f
GP
30762000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
3077 Alexandre Oliva <aoliva@redhat.com>
3078
3079 * gcc_update: Execute touch_files_reexec even if `cvs update`
3080 failed.
3081
e50d2932
AO
30822000-08-09 Alexandre Oliva <aoliva@redhat.com>
3083
3084 * test_summary: AWK breaks with filenames containing `='.
3085
b9faa6b6
MM
3086Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
3087
3088 * gcc_build: New script.
3089
1735b35f
MM
30902000-07-13 Mark Mitchell <mark@codesourcery.com>
3091
3092 * gcc_update (files_and_dependencies): Remove generated YACC files.
3093
792abd35
MM
30942000-07-12 Mark Mitchell <mark@codesourcery.com>
3095
3096 * gcc_update (files_and_dependencies): Remove generated YACC files.
3097
84d6d72f
MM
30982000-06-04 Mark Mitchell <mark@codesourcery.com>
3099
3100 * newcvsroot: Handle filenames that contain spaces.
3101
dd5330e8
ZW
31022000-06-03 Zack Weinberg <zack@wolery.cumb.org>
3103
3104 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
3105 Elide --with-gcc-version-trigger and --norecursion from
3106 configure flags. Remove code to report status of haifa scheduler.
3107
fda73e41
AO
31082000-05-18 Alexandre Oliva <aoliva@cygnus.com>
3109
3110 * gcc_update (self): Set to `$0'.
3111 (touch_files_reexec): Use `$self' instead of `$0'.
fda73e41 3112
25a9b3e5
AO
31132000-05-12 Alexandre Oliva <aoliva@cygnus.com>
3114
3115 * gcc_update (touch_files_reexec): New function, run after the
3116 tree is modified.
3117
bdcabcd4
RH
31182000-05-08 Richard Hendeson <rth@cygnus.com>
3119
3120 * gcc_update: Remove references to inclhack.tpl.
3121
62014cb3
JM
31222000-04-28 Jason Merrill <jason@casey.cygnus.com>
3123
3124 * index-prop: Use a single pattern. Also support *** cdiffs.
3125
1faae6ef 31262000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
62014cb3
JM
3127
3128 * index-prop: Don't change /dev/null.
3129
b9550bfb
GP
31302000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3131
3132 * gcc_update: Refer to GCC and gcc_update instead of egcs and
12acf3a9 3133 egcs_update.
b9550bfb 3134
db6a1df0
JL
31352000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
3136
b9550bfb 3137 * index-prop: Fix occasional problem when using cvs diff -p.
db6a1df0 3138
86702e31
ZW
31392000-04-18 Zack Weinberg <zack@wolery.cumb.org>
3140
3141 * gcc_update: Remove references to cexp.c/cexp.y.
3142
05e1739f
GP
31431999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3144
3145 * newcvsroot: Add check on the number of command-line arguments.
3146 Add usage.
3147
5c96cc3b
WB
3148Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
3149
3150 * gcc_update: Allow patches compressed by bzip2.
3151
1faae6ef 31521999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
ba33cb50
ML
3153
3154 * newcvsroot: New file.
3155
697f6b2f
CB
31561999-09-11 Craig Burley <craig@jcb-sc.com>
3157
3158 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
3159
ecdea017
GP
31601999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3161
3162 * gcc_update: New file.
3163 * egcs_update: Renamed to gcc_update.
3164
83694b61
RL
31651999-08-09 Robert Lipe <robertlipe@usa.net>
3166
3167 * test_summary: Quote curly braces in 1999-07-03 change.
3168
1a618a5a
AO
31691999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3170
3171 * egcs_update (files_and_dependencies): Fixed typo in
3172 gcc/cstamp-h.in. Added gcc/config.in.
3173
94b82f2b
AO
31741999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3175
3176 * egcs_update (files_and_dependencies): New function, with
3177 complete list of files to be updated, as well as their
3178 dependencies.
3179 (touch_files): Check the timestamp of each generated file against
3180 its dependencies'.
3181 (main): New flags --touch, --list and --help. Remove the
3182 pre-update step.
3183
bc8735ed 31841999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
12acf3a9 3185
bc8735ed
AO
3186 * test_summary: Replace egcs with gcc. Update e-mail address.
3187
9d59f307 31881999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1faae6ef 3189 Jerry Quinn <jquinn@nortelnetworks.com>
9d59f307
GP
3190
3191 * egcs_update (touch_files, apply_patch): New functions.
3192 Use them. New command-line option --patch. Split test of local
3193 tree into two parts. Add comments.
3194
069550be
AO
31951999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
3196
12acf3a9 3197 * test_summary: If Target is `unix{*}', append the Target variants
069550be
AO
3198 to Host.
3199
6f482ae3
AO
32001999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
3201
3202 * test_summary: Set default mail-address and version for egcs
3203 instead of relying on unpredictable pathnames.
3204 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
3205
2fa6b2d2
JL
3206Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
3207
3208 * fixinc/*: Delete obsolete files.
3209
7a19950e
RL
32101999-02-04 Robert Lipe <robertlipe@usa.net>
3211
12acf3a9
AJ
3212 * egcs_update: Test return values of 'cvs update'. Propogate
3213 to caller as exit values.
7a19950e 3214
bdf32ae5
GP
32151999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3216
3217 * egcs_update: Use "if" instead of "&&". Touch generated files
12acf3a9 3218 only after the corresponding *.y files.
bdf32ae5 3219
3243be28
GP
32201999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3221
3222 * egcs_update: Do not use xargs, but a backquote construct.
3223
692c4bf5
AO
32241999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
3225
ceff9b14
AO
3226 * test_summary (version): Remove carriage return that gawk inserts
3227 in the version string for some reason.
692c4bf5 3228
5eff2ed5
GP
32291998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3230
3231 * egcs_update: Only touch files that already exist.
3232
cae94af8
AO
32331998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
3234
ceff9b14 3235 * test_summary (EOF): Remove double backslash.
cae94af8
AO
3236 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3237
ddf469cc
AO
32381998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3239
ceff9b14 3240 * test_summary (address): Set to egcs-testresults mailing list.
ddf469cc 3241
aa4d18c9
AO
32421998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3243
ceff9b14
AO
3244 * test_summary (address): Added Marc Lehmann's testsuite-results
3245 to the default e-mail address.
aa4d18c9 3246
0a955618
AO
32471998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
3248
ceff9b14
AO
3249 * test_summary (-p, prepend_logs): Add these before the summary.
3250 (Compiler, Platform): Print these just before configflags.
0a955618 3251
0d4f7920
KG
3252Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3253
3254 * warn_summary (longLineFilter): New shell function to encapsulate
12acf3a9
AJ
3255 this functionality. It is off by default, only active if -llf
3256 flag is specified.
3257 (subdirectoryFilter): Fix bug in filtering which made some
3258 subdirectory warnings erroneously appear in the toplevel set.
3259 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
3260 warnings from stage1 as well as stage0, which means warnings from
3261 outside the bootstrap directory. Eg, the libraries, etc.
3262 (warningFilter): New shell function to encapsulate this
3263 functionality.
0d4f7920 3264 (keywordFilter): New shell function to encapsulate this
12acf3a9 3265 functionality.
0d4f7920
KG
3266
3267 Store data in a temp file rather than calculating it 3x. Arrange
3268 to remove it on exit and signals.
3269
3270 Add -pass/-wpass flags to do "pass through" (i.e. manual
12acf3a9
AJ
3271 inspection) of bootstrap output from a particular stageN as well
3272 as language subdirs.
0d4f7920 3273
12acf3a9 3274 Add better comments/documentation.
0d4f7920 3275
415634f6
GP
3276Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3277
3278 * egcs_update: Add comment about keeping the FAQ synchronized.
3279
0999b4b8
JL
3280Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
3281
3282 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3283 in the repo again.
3284
1faae6ef 3285Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
318b0430
BK
3286
3287 * egcs_update: Added gcc/fixinc/* generated files to touch list.
3288
788169db
JL
3289Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
3290
3291 * egcs_update: Remove gcc/java/parse.c from list of files to
3292 touch.
3293
8173d477
KG
3294Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3295
3296 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3297
a3225b7a
KG
3298Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3299
3300 * warn_summary (subdirectoryFilter): New shell function to
12acf3a9
AJ
3301 optionally filter in/out gcc subdirectories when summarizing
3302 warnings. Add new flags to support subdirectory filtering.
3303
a3225b7a 3304 Also, ensure the bootstrap stage is a number. Add some more C
12acf3a9
AJ
3305 keywords that are preserved in the "warning type" summary and
3306 tighten up the "arg ???" regexp.
a3225b7a 3307
1faae6ef 3308Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
3b0e5534
BK
3309
3310 * fixinc/inclhack.def: Not all C++ comments in C headers
3311 were treated alike. They are now. Also fixed syntax
3312 of sed expression in "systypes" fix.
3313
3314 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
3315
3316 * egcs_update: Added fixinc/* generated files to touch list.
3317
f06e7a27
KG
3318Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3319
3320 * egcs_update: Additionally touch gcc/java/parse.[ch].
3321
1faae6ef 3322Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
12acf3a9 3323
430c3d7b
BK
3324 * fixinc/inclhack.def: Added two files required by
3325 SCO's Open Server 5's avoid_bool fix.
3326 Regenerated fixinc.x and inclhack.sh to incorporate
3327 the update.
3328
aecb0339
RL
3329Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
3330
3331 * egcs_update: Do the pass 1 CVS update only for files that
12acf3a9 3332 may reasonably be under CVS control.
aecb0339 3333
49e921be
AO
33341998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
3335
ceff9b14 3336 * test_installed: New script for testing already-installed
12acf3a9 3337 gcc/g++/g77.
49e921be 3338
23a05d03
GP
3339Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3340
3341 * egcs_update: Assigned copyright to FSF.
3342
9b14b81c 3343Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4977bab6 3344 Alexandre Oliva <oliva@dcc.unicamp.br>
9b14b81c
GP
3345
3346 * egcs_update: New switch --nostdflags and documentation
3347 enhancements.
3348
f717c7e4
GP
3349Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3350
3351 * egcs_update: New script.
3352
1faae6ef 33531998-08-05 Bruce Korb <korbb@datadesign.com>
7c3b5ba5
BK
3354
3355 * fixinc/Makefile
3356 Added define for target machine so machine-specific tests
3357 can be selected for or against.
3358
3359 * fixinc/fixincl.c
3360 Added an array of string pointers to machines to select
3361 or avoid, depending on a FD_MACH_IFNOT bit flag.
3362 Used a shell script to match the defined TARGET_MACHINE
3363 with any of the given match patterns.
3364
3365 * fixinc/fixincl.tpl
3366 Generate the array of strings and bit flag, as needed,
3367 depending on "mach" and "not_machine" attributes for a fix.
3368
3369 * fixinc/mkfixinc.sh
3370 Invoke the make with TARGET assigned the value of the
3371 machine name argument.
3372
31e9c6ed
MS
3373Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
3374
3375 * compare_tests: New script.
3376
91fa313b
AO
33771998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3378
ceff9b14 3379 * test_summary: Assigned copyright to FSF.
91fa313b 3380
18aca902
GP
3381Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3382
3383 * test_summary: Corrected script name in comments providing
3384 documentation. Added linebreaks for lines with > 80 characters.
3385
1faae6ef 3386Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3e5fb7a9 3387
ceff9b14
AO
3388 * test_summary: New switch, -i, and environment variable,
3389 append_logs, for including files in the report.
3e5fb7a9 3390
91af92df
MH
33911998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
3392
3393 * warn_summary: Update to Kaveh's latest version allowing to
3394 specify the last stage built.
3395
1faae6ef 33961998-05-29 Bruce Korb <korbb@datadesign.com>
91af92df 3397
a681b39b
BK
3398 * fixinc/mkfixinc.sh
3399 Changes to make it easier to invoke on platforms that
3400 normally do not invoke fixincludes.
3401
3402 * fixinc/inclhack.def
3403 Applied fixes from egcs/gcc/fixincludes from the past several
3404 months.
3405
1faae6ef 34061998-05-28 Bruce Korb <korbb@datadesign.com>
91af92df 3407
8a5b8e20
BK
3408 * fixinc/*: Updated most everything for a first real
3409 try at getting "fast_fixincludes" working.
3410
be3a14bb
JM
34111998-05-28 Jason Merrill <jason@yorick.cygnus.com>
3412
3413 * index-prop: New file.
3414
269df0f8
JL
3415Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
3416
3417 * test_summary: find good awk (copied from warn_summary).
3418
3419Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
3420
3421 * test_summary, warn_summary: New files