]> gcc.gnu.org Git - gcc.git/blame - contrib/ChangeLog
Daily bump.
[gcc.git] / contrib / ChangeLog
CommitLineData
885ef72f
GA
12020-05-29 Iain Buclaw <ibuclaw@gdcproject.org>
2
3 * config-list.mk (LIST): Remove rs6000-ibm-aix5.3.0.
4
52020-05-29 Martin Liska <mliska@suse.cz>
6
7 * gcc-changelog/git_commit.py: Find empty change descriptions.
8 * gcc-changelog/test_email.py: New test.
9 * gcc-changelog/test_patches.txt: New patch that tests that.
10
112020-05-29 Martin Liska <mliska@suse.cz>
12
13 * git-backport.py: The script did 'git co HEAD~' when
14 there was no modified ChangeLog file in a successful
15 git cherry pick.
16 Run cherry-pick --continue without editor.
17
182020-05-29 Martin Liska <mliska@suse.cz>
19
20 * gcc-changelog/git_commit.py: Properly
21 handle duplicite authors.
22 * gcc-changelog/test_email.py: New test.
23 * gcc-changelog/test_patches.txt: New patch.
24
53ffb43a
GA
252020-05-28 Pierre-Marie de Rodat <derodat@adacore.com>
26
27 * gcc-changelog/git_email.py (GitEmail.__init__): Interpret file
28 renamings as a file deletion plus a file addition.
29 * gcc-changelog/git_repository.py (parse_git_revisions):
30 Likewise.
31 * gcc-changelog/test_email.py: New testcase.
32 * gcc-changelog/test_patches.txt: New testcase.
33
342020-05-28 Martin Liska <mliska@suse.cz>
35
36 * check-params-in-docs.py: Update to new format
37 of help. Apply flake8 corrections.
38
392020-05-28 Martin Liska <mliska@suse.cz>
40
41 * mklog.py: Support renaming of files.
42 One needs unidiff 0.6.0+.
43 * test_mklog.py: Test it.
44
61f3b605
GA
452020-05-27 Martin Liska <mliska@suse.cz>
46
47 * gcc-git-customization.sh: Use git-backport.py to drop
48 all changes for ChangeLog files.
49 * git-backport.py: New file.
50
512020-05-27 Martin Liska <mliska@suse.cz>
52
53 * gcc-git-customization.sh: Rename
54 commit-mklog to gcc-commit-mklog.
55
562020-05-27 Martin Liska <mliska@suse.cz>
57
58 * prepare-commit-msg: Save diff to a file if
59 the GCC_GIT_DIFF_FILE variable is set.
60
c3a4169b
GA
612020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
62
63 * gcc-changelog/git_commit.py (ChangeLogEntry): Handle entries
64 with multi-line file lists.
65 * gcc-changelog/test_email.py: New testcase.
66 * gcc-changelog/test_patches.txt: Likewise.
67
682020-05-26 Pierre-Marie de Rodat <derodat@adacore.com>
69
70 * gcc-changelog/git_update_version.py: Close file objects after
71 use.
72 * gcc-changelog/git_email.py: Likewise.
73 * gcc-changelog/test_email.py: Likewise.
74
752020-05-26 Martin Liska <mliska@suse.cz>
76
77 * gcc-changelog/git_update_version.py: Add 2 new options.
78
792020-05-26 Alexandre Oliva <oliva@gnu.org>
80
81 * gcc-changelog/git_commit.py (changelog_regex): Accept optional
82 'for' prefix.
83
842020-05-26 Alexandre Oliva <oliva@adacore.com>
85
86 * compare-debug: Adjust for .gkd files named as dump files,
87 with the source suffix rather than the object suffix.
88
892020-05-26 Martin Liska <mliska@suse.cz>
90
91 * gcc-changelog/git_commit.py: Parse changelog entries for
92 ignored locations.
93 * gcc-changelog/test_email.py: Add new test for it.
94 * gcc-changelog/test_patches.txt: Likewise.
95
962020-05-26 Jason Merrill <jason@redhat.com>
97
98 * prepare-commit-msg: New file.
99 * gcc-git-customization.sh: Install it. Add commit-mklog alias.
100 * mklog.py: Add new option -c which appends
101 to a ChangeLog file.
102
deea3def
ML
1032020-05-25 Martin Liska <mliska@suse.cz>
104
105 * gcc-changelog/git_commit.py: Add trailing '/'
106 for libdruntime. Allow empty changelog for
107 only ignored files.
108 * gcc-changelog/test_email.py: New test for go
109 patch in ignored location.
110 * gcc-changelog/test_patches.txt: Add test.
111
5daf69cf
JJ
1122020-05-22 Jakub Jelinek <jakub@redhat.com>
113
114 * gcc-changelog/git_commit.py: Add trailing / to
115 gcc/testsuite/go.test/test and replace gcc/go/frontend/
116 with gcc/go/gofrontend/ in ignored locations.
117
59b282bc
ML
1182020-05-22 Martin Liska <mliska@suse.cz>
119
120 * gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
121 to ignored locations.
122
62b5b53e
ML
1232020-05-21 Martin Liska <mliska@suse.cz>
124
125 * gcc-changelog/git_update_version.py: Prepare the script, the
126 only missing piece is pushing of the updated branches.
127
9722b139
ML
1282020-05-21 Martin Liska <mliska@suse.cz>
129
130 * gcc-changelog/git_commit.py: Support DR entries/
131 * gcc-changelog/test_email.py: New test for it.
132 * gcc-changelog/test_patches.txt: New patch for it.
133
e7c7cdc5
ML
1342020-05-21 Martin Liska <mliska@suse.cz>
135
136 * mklog.py: Support DR parsing.
137 * test_mklog.py: New test for DR parsing.
138
2f809e77
ML
1392020-05-20 Martin Liska <mliska@suse.cz>
140
141 * gcc-changelog/git_commit.py: Add author_tuple
142 only if not present in author_lines.
143 * gcc-changelog/test_email.py: New test.
144 * gcc-changelog/test_patches.txt: Add new patch.
145
29c34351
ML
1462020-05-20 Martin Liska <mliska@suse.cz>
147
148 * gcc-changelog/git_commit.py: Refactor to make flake8 happy.
149 * gcc-changelog/test_email.py: Add new test.
150 * gcc-changelog/test_patches.txt: Add new patch.
151
3bcaf16e
FH
1522020-05-20 Frederik Harwath <frederik@codesourcery.com>
153
154 * gcc-changelog/git_commit.py: Skip over lines starting
155 with "Reviewed-by: ", "Reviewed-on: ", or "Signed-off-by: "
156
93db1f80
ML
1572020-05-20 Martin Liska <mliska@suse.cz>
158
159 * gcc-changelog/git_check_commit.py: Change
160 --allow-non-strict-mode to --non-strict-mode.
161
71389093
ML
1622020-05-20 Martin Liska <mliska@suse.cz>
163
164 * gcc-changelog/git_commit.py: Support cherry pick
165 prefix.
166 * gcc-changelog/test_email.py: Test it.
167 * gcc-changelog/test_patches.txt: Add new patch.
168 * gcc-git-customization.sh: Add gcc-backport.
169
25c284f1
ML
1702020-05-19 Martin Liska <mliska@suse.cz>
171
172 * mklog.py: Use REST API for bug title downloading.
173
4a5d072a
ML
1742020-05-19 Martin Liska <mliska@suse.cz>
175
176 * gcc-changelog/git_commit.py: Add param use_commit_ts
177 for to_changelog_entries.
178 * gcc-changelog/git_update_version.py: Se use_commit_ts to True.
179
4f85a52c
ML
1802020-05-19 Martin Liska <mliska@suse.cz>
181
182 * mklog.py: Skip GTY for struct names. Make flake8 happy.
183 * test_mklog.py: Add test for GTY.
184
53cc8cf9
ML
1852020-05-19 Martin Liska <mliska@suse.cz>
186
187 * gcc-changelog/git_update_version.py:
188 Fill up entries in reverse order.
189
00243d9a
ML
1902020-05-19 Martin Liska <mliska@suse.cz>
191
192 * gcc-git-customization.sh: Add
193 alias.gcc-mklog new hook.
194 * mklog.py: New file.
195 * test_mklog.py: New file.
196
e576ed7a
ML
1972020-05-19 Martin Liska <mliska@suse.cz>
198
199 * legacy/mklog: Moved from mklog.
200 * legacy/mklog.pl: Moved from mklog.pl.
201
c3b44e34
ML
2022020-05-19 Martin Liska <mliska@suse.cz>
203
204 * gcc-git-customization.sh: Add gcc-verify alias
205 that uses contrib/gcc-changelog/git_check_commit.py.
206
c9a41202
AB
2072020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
208
209 * dg-extract-results.py: Handle GDB specific test types.
210 * dg-extract-results.sh: Likewise.
211
941c9474
ML
2122020-05-14 Martin Liska <mliska@suse.cz>
213
214 * gcc-changelog/test_email.py: New file.
215 * gcc-changelog/test_patches.txt: New file.
216
9b56828c
PP
2172020-05-13 Patrick Palka <ppalka@redhat.com>
218
219 * vimrc: Reduce textwidth to 72 for Git commit messages.
220
e4f0e06b
ML
2212020-05-13 Martin Liska <mliska@suse.cz>
222
223 * gcc-changelog/git_check_commit.py: Add default argument HEAD
224 for revisions and improve error message output.
225
b8333fc6
ML
2262020-05-13 Martin Liska <mliska@suse.cz>
227
228 * gcc-changelog/git_commit.py: Restore print_output syntax
229 in git_commit.py.
230
c10aa1f0
ML
2312020-05-13 Martin Liska <mliska@suse.cz>
232
233 * gcc-changelog/git_check_commit.py: New file.
234 * gcc-changelog/git_commit.py: New file.
235 * gcc-changelog/git_email.py: New file.
236 * gcc-changelog/git_repository.py: New file.
237 * gcc-changelog/git_update_version.py: New file.
238
5315e1da
ML
2392020-04-17 Martin Liska <mliska@suse.cz>
240
241 * vimrc: We do not want to modify tab options
242 for Python files.
243
437eea66
JJ
2442020-04-16 Jakub Jelinek <jakub@redhat.com>
245
246 PR bootstrap/92008
247 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
248
fa4aab7f
ML
2492020-04-03 Martin Liska <mliska@suse.cz>
250
251 * gcc-git-customization.sh: Search for the pattern
252 at line beginning only.
253
612137e1
RE
2542020-01-24 Richard Earnshaw <rearnsha@arm.com>
255
256 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
257 rather than just <pfx>. Convert existing personal branches to the
258 new remote.
259 * git-add-user-branch.sh: New file.
260
f96af171
RE
2612020-01-22 Richard Earnshaw <rearnsha@arm.com>
262
263 * git-add-vendor-branch.sh: New file.
264
24b17818
RE
2652020-01-20 Richard Earnshaw <rearnsha@arm.com>
266
267 * gcc-git-customization.sh: Check that user-supplied remote
268 name exists before continuting. Use a separate remotes for the
269 personal commit area. Convert existing personal and vendor
270 fetch rules to new layout.
271 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
272 option.
273
f17f6127
HPN
2742020-01-17 Hans-Peter Nilsson <hp@axis.com>
275
276 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
277 not "--pretty=%p:%t:%H".
278
66aae15b
AS
2792020-01-16 Andreas Schwab <schwab@linux-m68k.org>
280
281 * gcc-git-customization.sh: Avoid double expansion.
282
545f5fad
RE
2832020-01-16 Richard Earnshaw <rearnsha@arm.com>
284
285 * gcc-git-customization.sh: Check that user.name and user.email
286 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
287 using eval.
288
2588197b
JJ
2892020-01-16 Jakub Jelinek <jakub@redhat.com>
290
291 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
292 the corresponding remote release branch (or master), otherwise print
293 nothing.
294
affb7b66
JJ
2952020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
296 Jakub Jelinek <jakub@redhat.com>
297
298 * gcc-git-customization.sh: Change uses to use in comment.
299
6ff7efb7
JJ
3002020-01-15 Jakub Jelinek <jakub@redhat.com>
301
302 * gcc-git-customization.sh: Handle output of older git which doesn't
303 print tags/ prefixes before branchpoint/gcc-.
304
e6107422
RE
3052010-01-15 Richard Earnshaw <rearnsha@arm.com>
306
307 * gcc-git-customization.sh: Explain why we want the user's
308 upstream account name. Don't add push rules. Check if push rules
309 have been added and suggest that they should be removed.
310 * git-fetch-vendor.sh: Don't add push rules.
311
11b81575
RE
3122010-01-13 Richard Earnshaw <rearnsha@arm.com>
313
314 Revert:
315 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
316
317 * gcc-git-customization.sh: Add back the default rule that
318 is lost by adding a custom push rule.
319 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
320
b60563a8
RE
3212010-01-13 Richard Earnshaw <rearnsha@arm.com>
322
323 * gcc-git-customization.sh: Add back the default rule that
324 is lost by adding a custom push rule.
325 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
326
b8f59c4b
RE
3272010-01-13 Richard Earnshaw <rearnsha@arm.com>
328
329 * contrib/git-fetch-vendor.sh: New file.
330
e19db6a2
JJ
3312020-01-13 Jakub Jelinek <jakub@redhat.com>
332
333 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
334 aliases.
335
743d4d82
RE
3362010-01-13 Richard Earnshaw <rearnsha@arm.com>
337
338 * gcc-git-customization.sh: New file.
339
e528bf8d
JJ
3402020-01-01 Jakub Jelinek <jakub@redhat.com>
341
342 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
343 Sato as external authors. Skip LICENSE.txt files.
344
e8aa9f55
JL
3452019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
346
347 * config-list.mk: Add msp430-elfbare.
348
ee925640
LH
3492019-12-09 Lewis Hyatt <lhyatt@gmail.com>
350
351 PR preprocessor/49973
352 * unicode/from_glibc/unicode_utils.py: Support script from
353 glibc (commit 464cd3) to extract character widths from Unicode data
354 files.
355 * unicode/from_glibc/utf8_gen.py: Likewise.
356 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
357 * unicode/EastAsianWidth.txt: Likewise.
358 * unicode/PropList.txt: Likewise.
359 * unicode/gen_wcwidth.py: New utility to generate
360 libcpp/generated_cpp_wcwidth.h with help from the glibc support
361 scripts and the Unicode data files.
362 * unicode/unicode-license.txt: Added.
363 * unicode/README: New explanatory file.
364
b01d215d
RS
3652019-12-07 Richard Sandiford <richard.sandiford@arm.com>
366
367 * texi2pod.pl: Handle @headitems in @multitables, printing them
368 in italics. Push an empty item code onto the stack.
369
d51dd316
JB
3702019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
371
372 * download_prerequisites: Use http instead of ftp for downloading.
373
617c564b
ML
3742019-11-08 Martin Liska <mliska@suse.cz>
375
376 * mklog: The script fails for patches that contain:
377 '---param=foo=bar xyz'.
378
ba7c8cb5
ML
3792019-09-18 Martin Liska <mliska@suse.cz>
380
381 * clang-format: Tweak configuration based on new
382 options offered.
383
91dfef96
JM
3842019-09-09 Jose E. Marchesi <jemarch@gnu.org>
385
386 * config-list.mk (LIST): Disable go in bpf-*-* targets.
387
bc7f7ff9
ML
3882019-09-04 Martin Liska <mliska@suse.cz>
389
390 * mklog: Do not print changed functions for
391 testsuite files.
392
a45de90e
ML
3932019-09-04 Martin Liska <mliska@suse.cz>
394
395 * mklog: Parse PR references from newly added
396 test files.
397
e94e92dc
ML
3982019-09-04 Martin Liska <mliska@suse.cz>
399
400 * mklog: Use argparse instead of getopt.
401
2f2aeda9
UW
4022019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
403
404 * compare-all-tests (all_targets): Remove references to spu.
405 * config-list.mk (LIST): Likewise.
406
2b196fb7
AM
4072019-09-02 Alexander Monakov <amonakov@ispras.ru>
408
409 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
410 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
411 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
412 files, not just C-like files.
413
c746efca
ML
4142019-09-02 Martin Liska <mliska@suse.cz>
415
416 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
417
547d5d22
UB
4182019-08-13 Uros Bizjak <ubizjak@gmail.com>
419
420 * test_summary: Do not escape "=".
421
6d64cee8
JB
4222019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
423
424 PR other/91048
425 * mklog (read_user_info): Open ~/.mklog in string mode.
426
99efe97d
ML
4272019-06-19 Martin Liska <mliska@suse.cz>
428
429 * bench-stringop: New file.
430
36902ed6
JB
4312019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
432
433 * mklog: Open files in text mode.
434
eaa6a39d
JB
4352019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
436
437 * mklog: Convert to Python 3.
438
d6fc19a0
JJ
4392019-05-03 Jakub Jelinek <jakub@redhat.com>
440
441 * gennews (files): Add files for GCC 9.
442
aaae53ce
RI
4432019-04-30 Roland Illig <roland.illig@gmx.de>
444
445 * check-internal-format-escaping.py: New version using polib.
446
41804907
CL
4472019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
448
449 PR translation/90118
450 * check-internal-format-escaping.py: Check that %< is not next to
451 a word.
452
ec60715d
JJ
4532019-04-17 Jakub Jelinek <jakub@redhat.com>
454
455 * dg-extract-results.sh: Only handle WARNING: program timed out
456 lines specially in "$MODE" == "sum". Restore previous behavior
457 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
458 a different variant or curfile is empty.
459 * dg-extract-results.py: Fix a typo.
460
904f3daa
ML
4612019-04-05 Martin Liska <mliska@suse.cz>
462
2723350f 463 PR translation/89936
904f3daa
ML
464 * check-internal-format-escaping.py: Properly detect wrong
465 apostrophes.
466
93964ebd
ML
4672019-03-11 Martin Liska <mliska@suse.cz>
468
469 * check-internal-format-escaping.py: Uncomment apostrophes
470 check.
471
a3f9f006
ML
4722019-03-11 Martin Liska <mliska@suse.cz>
473
474 * check-internal-format-escaping.py: New file.
475
6f8fc6f9
TN
4762019-03-10 Tommy Nguyen <remyabel@gmail.com>
477
478 PR contrib/82704
479 * download_prerequisites: Use -c instead of --check for sha512sum.
480
08bc73f0
ML
4812019-03-06 Martin Liska <mliska@suse.cz>
482
483 * check-params-in-docs.py: Ignore a param.
484
0a7b7521
CL
4852019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
486
487 contrib/
488 * dg-extract-results.py: Handle case where a WARNING happens with
489 the first test of a harness.
490
e8d18fd8
CL
4912019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
492
493 contrib/
494 * dg-extract-results.sh: Fix order of WARNING and following test
495 result.
496
f874089d
CL
4972019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
498
499 contrib/
500 * dg-extract-results.py: Keep timeout warnings next to their
501 matching test.
502 * dg-extract-results.sh: Likewise.
503
b5fcfdba
JJ
5042019-01-01 Jakub Jelinek <jakub@redhat.com>
505
506 * update-copyright.py: Add Gerard Jungman as external author.
507
80de5ef9
IB
5082018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
509
510 * update-copyright.py (TestsuiteFilter): Skip .d tests.
511 (LibPhobosFilter): Add filter for upstream D sources.
512 (GCCCopyright): Add D Language Foundation as external author.
513 (GCCCmdLine): Add libphobos.
514
ca44d7f4
ML
5152018-11-19 Martin Liska <mliska@suse.cz>
516
517 * check_GNU_style_lib.py: Detect mixed usage
518 of spaces and tabs.
519
357044d2
RO
5202018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
521
522 * gcc_update (files_and_dependencies): Handle libphobos.
523
46ec9261
TP
5242018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
525
526 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
527 default verbosity.
528
ca3a27b6
RO
5292018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
530
531 * config-list.mk (LIST): Switch to i686-solaris2.11,
532 sparc64-sun-solaris2.11.
533
0448002b
BRF
5342018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
535
536 * unused_functions.py: Handle archive files.
537
75fcc3eb
BRF
5382018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
539
540 * unused_functions.py: New file.
541
a0464aa0
ML
5422018-09-25 Martin Liska <mliska@suse.cz>
543
544 * filter-rtags-warnings.py: New file.
545
4cac9d00
ML
5462018-09-25 Martin Liska <mliska@suse.cz>
547
548 PR middle-end/86078
549 * check-params-in-docs.py: New file.
550
56856b58
J
5512018-08-17 Jojo <jijie_rong@c-sky.com>
552 Huibin Wang <huibin_wang@c-sky.com>
553 Sandra Loosemore <sandra@codesourcery.com>
554 Chung-Lin Tang <cltang@codesourcery.com>
555 Andrew Jenner <andrew@codesourcery.com>
556
557 C-SKY port: Configury
558
559 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
560
bddcac9d
TV
5612018-07-13 Tom de Vries <tdevries@suse.de>
562
563 * maintainers-verify.sh: New file.
564
e57aae39
CL
5652018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
566
567 * compare_tests: Print number of tests in each category.
568
b33aa720
AM
5692018-06-19 Alexander Monakov <amonakov@ispras.ru>
570
571 * vim-gcc-dev/README: New file.
572 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
573 * vim-gcc-dev/syntax/gcc-match.vim: New file.
574 * gimple.vim: Move under vim-gcc-dev/syntax/.
575 * gcc-rtl.vim: Likewise.
576
58508d3f
ML
5772018-06-19 Martin Liska <mliska@suse.cz>
578
579 * gcc-rtl.vim: New file.
580
6044eae7
JL
5812018-06-12 Jeff Law <law@redhat.com>
582
583 * config-list.mk (LIST): Remove alpha-freebsd6.
584
4be63d9e
RB
5852018-05-08 Richard Biener <rguenther@suse.de>
586
587 PR bootstrap/85571
588 * compare-lto: New script derived from compare-debug.
589
b1750618
JJ
5902018-05-02 Jakub Jelinek <jakub@redhat.com>
591
592 * gennews (files): Add files for GCC 8.
593
254f7933
JW
5942018-05-01 Jim Wilson <jimw@sifive.com>
595
596 * gcc_update: Check for .git as a file.
597
1e4573c0
CL
5982018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
599
600 * test_summary: Match possible single quotes in configure path.
601
ed2a2f08
TS
6022018-03-02 Thomas Schwinge <thomas@codesourcery.com>
603
604 * update-copyright.py: Remove "libcilkrts" reference.
605
9f88a07b
YG
6062018-02-19 Yury Gribov <tetra2005@gmail.com>
607
608 * compare_tests: Use TMPDIR when set.
609 * dg-cmp-results.sh: Ditto.
610 * warn_summary: Ditto.
611
3ab78ac2
JW
6122018-01-29 Jonathan Wakely <jwakely@redhat.com>
613
614 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
615
d1b9a572
ML
6162018-01-19 Martin Liska <mliska@suse.cz>
617
618 * analyze_brprob.py: Support new format that can be easily
619 parsed. Add new column to report.
620
ada38d5f
JJ
6212018-01-03 Jakub Jelinek <jakub@redhat.com>
622
623 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
624
5e9d6aa4 6252017-11-28 Julia Koval <julia.koval@intel.com>
92a285c1 626 Sebastian Peryt <sebastian.peryt@intel.com>
5e9d6aa4
JK
627
628 * contrib/gcc_update: Ditto.
629
caba2b36
ML
6302017-11-08 Martin Liska <mliska@suse.cz>
631
632 * analyze_brprob.py: Fix abbreviations for SI units.
633
22381c22
TS
6342017-10-02 Thomas Schwinge <thomas@codesourcery.com>
635
636 * gcc_update (files_and_dependencies): Handle libbacktrace.
637
37026b57
RB
6382017-09-18 Richard Biener <rguenther@suse.de>
639
640 * download_prerequisites (isl): Bump version to 0.18.
641
01f5295d
YG
6422017-08-02 Yury Gribov <tetra2005@gmail.com>
643
644 * mklog: Added new implementation.
645
e1df0c91
YG
6462017-08-02 Yury Gribov <tetra2005@gmail.com>
647
648 * mklog: Rename to ...
649 * mklog.pl: this.
650
883b0e46
YG
6512017-07-17 Yury Gribov <tetra2005@gmail.com>
652
653 * mklog: Fix extraction of changed file name.
654
8b99a6f7
GJL
6552017-07-17 Georg-Johann Lay <avr@gjlay.de>
656
657 * gcc_update (files_and_dependencies)
658 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
659
f2bcf09e
ML
6602017-06-28 Martin Liska <mliska@suse.cz>
661
662 * gcc.doxy: Add default location for filters and output folder.
663 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
664 * filter_params.pl: Remove.
665
1e55769b
TP
6662017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
667
668 * dg-cmp-results.sh: Restore filtering on target variant.
669
afc474f8
TP
6702017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
671
672 * dg-cmp-results.sh: Keep test result lines rather than throwing
673 header and summary to support sum files with multiple tools.
674
7f1b5019
ML
6752017-05-31 Martin Liska <mliska@suse.cz>
676
677 * filter_params.py:
678 Transform ENUM_BITFIELD and comments starting with '/**'
679
892c1fce
DM
6802017-05-31 David Malcolm <dmalcolm@redhat.com>
681 Martin Liska <mliska@suse.cz>
682
683 * filter_params.py: New, porting the perl script to python,
684 adding a test suite.
685 * filter_gcc_for_doxygen_new: New file.
686
59075bc8
ML
6872017-05-30 Martin Liska <mliska@suse.cz>
688
689 * analyze_brprob.py: Add new argument to parse and modify
690 predict.def file.
691 * analyze_brprob_spec.py: Likewise.
692
0a71c876
TV
6932017-05-29 Tom de Vries <tom@codesourcery.com>
694
695 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
696 trailing eol.
697 (TrailingWhitespaceTest): New unit test.
698 (check_GNU_style_file): Remove eol before checking.
699
75017bb9
TV
7002017-05-29 Tom de Vries <tom@codesourcery.com>
701
702 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
703 file handle. Add and handle file_encoding argument.
704 * check_GNU_style.py (main): Handle '-' file argument. Call
705 check_GNU_style_file with file handle as argument.
706
76baf5ca
TV
7072017-05-29 Tom de Vries <tom@codesourcery.com>
708
709 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
710 (import_pip3): New function.
711
b7fc9ae0
TV
7122017-05-24 Tom de Vries <tom@codesourcery.com>
713
714 * check_GNU_style_lib.py: New file, factored out of ...
715 * check_GNU_style.py: ... here. Call main unconditionally.
716
850098eb
ML
7172017-05-19 Martin Liska <mliska@suse.cz>
718
719 * check_GNU_style.py: New file.
720
f47337ae
JL
7212007-05-03 Jeff Law <law@redhat.com>
722
723 * config-list.mk (am33_2.0-linux): Remove from list of targets
724 to build.
725
03dc1f5f
JJ
7262017-05-02 Jakub Jelinek <jakub@redhat.com>
727
728 * gennews (files): Add files for GCC 7.
729
9f06c15a
TV
7302017-04-26 Tom de Vries <tom@codesourcery.com>
731
732 * gen_autofdo_event.py: Fix comment.
733
b1c0468f
DR
7342017-04-11 Damian Rouson <damian@sourceryinstitute.org>
735
92a285c1
ML
736 * download_prerequisites (md5_check): New function emulates Linux
737 'md5 --check' on macOS. Modified script for macOS compatibility.
b1c0468f 738
154cc77e
PD
7392017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
740
741 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
742 riscv64-unknown-linux-gnu.
743
357a7731
BRF
7442017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
745
746 * update-copyright.py (Copyright.process_file): Retain original
747 file mode.
748
23075ebe
GP
7492017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
750
751 * update-copyright.py: Fix the name of this script in examples.
752
e6d55103
JJ
7532017-01-26 Jakub Jelinek <jakub@redhat.com>
754
755 * update-copyright.py: Add libhsail-rt to self.default_dirs
756 and call self.add_dir on it. Add Intel Corporation to external
757 authors.
758
4703b555
TS
7592017-01-25 Thomas Schwinge <thomas@codesourcery.com>
760
761 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
762
f9e37186
GP
7632017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
764
765 * patch_tester.sh (TESTLOGS): Remove
766 $TARGET/libjava/testsuite/libjava.sum.
767
eec5428b
GP
7682017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
769
770 * warn_summary: Remove the -java option.
771
a395b2e5 7722017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
b2bcb1b3 773
a395b2e5
GP
774 * update-copyright.py (LibJavaFilter): Remove.
775
7762017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
777
b2bcb1b3
GP
778 * gcc_update: Remove entries related to GCJ and libgcj.
779 Complete copyright years and adjust my e-mail address.
780
a92ffb3e
RE
7812017-01-11 Richard Earnshaw <rearnsha@arm.com>
782
783 * gcc_update: Adjust touch list for ARM.
784
1243c42d
GP
7852017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
786
787 * download_ecj: Remove.
6438c2f4
ML
788
7892017-01-05 Martin Liska <mliska@suse.cz>
790
791 * vimrc: Update indentation definition.
792
d0a0bfd9
JJ
7932017-01-04 Jakub Jelinek <jakub@redhat.com>
794
795 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
796 libssp, libvtv and lto-plugin to default_dirs.
797
ae12c0f0
JJ
7982017-01-01 Jakub Jelinek <jakub@redhat.com>
799
800 * update-copyright.py (TestsuiteFilter): Skip params/README.
801 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
802
ca3b6071
ML
8032016-12-14 Martin Liska <mliska@suse.cz>
804
805 * analyze_brprob.py: Add new column to output and new sorting
806 option. Fix coding style to not exceed 80 characters.
807 * analyze_brprob_spec.py: Add new sorting
808 option. Fix coding style to not exceed 80 characters.
809
38000825
MK
8102016-10-24 Moritz Klammler <moritz@glammler.eu>
811
6ddefaa7 812 PR other/61439
38000825
MK
813 * download_prerequisites: Conditionally verify checksums of
814 downloaded pacakges. Add help text.
815 * prerequisites.md5: New file.
816 * prerequisites.sha512: New file.
817
e77cf8c6
KT
8182016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
819
820 * check_GNU_style.sh (remove_testsuite): New function.
821 Use it to remove testsuite from the diff.
822
643e0854
RO
8232016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
824
825 * dg-extract-results.sh: Revert bogus change.
826
aa9baacf
CL
8272016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
828
829 * dg-extract-results.py: Report DejaGnu error in the final
830 summary.
831 * dg-extract-results.sh: Likewise.
832
b0a5704b
CL
8332016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
834
835 * compare_tests: Take ERROR messages into account when
92a285c1 836 comparing.
b0a5704b 837
abe95ef6
ML
8382016-08-17 Martin Liska <mliska@suse.cz>
839
840 * mark_spam.py: Mark as spam all comments done by a creator.
841
28619cd7
ML
8422016-08-15 Martin Liska <mliska@suse.cz>
843
844 * mark_spam.py: Add error handling and reset
845 another properties of attachments and bugs.
846
3f1b3373
ML
8472016-08-11 Martin Liska <mliska@suse.cz>
848
849 * mark_spam.py: Mark attachments as obsolete and rename them.
850
612a6ffe
EG
8512016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
852
853 * download_prerequisites: Explicitly remove existing symlinks
854 before trying to create new ones.
855
ce84ada3
ML
8562016-07-28 Martin Liska <mliska@suse.cz>
857
858 * mark_spam.py: New file.
859
88617fe4
ML
8602016-07-21 Martin Liska <mliska@suse.cz>
861
862 * analyze_brprob.py: If there's no loop, do not calculate
863 average number of loop iterations.
864
199b1891
ML
8652016-06-24 Martin Liska <mliska@suse.cz>
866
867 * analyze_brprob.py: Parse and display average number
868 of loop iterations.
869
7b72d14a
AK
8702016-06-23 Andi Kleen <ak@linux.intel.com>
871
872 * gen_autofdo_event.py: New file to regenerate
873 gcc-auto-profile.
874
0609abda
TS
8752016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
876
877 * config-list.mk: Stop testing mep-elf.
878
3e326935
TS
8792016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
880
881 * config-list.mk: Stop testing avr-rtems.
882
914b155c
TS
8832016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
884
885 * config-list.mk: Stop testing m32r-rtems.
886
5ebf89bd
TS
8872016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
888
889 * config-list.mk: Remove h8300-rtems support.
890
8466af06
TS
8912016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
892
893 * config-list.mk: stop testing knetbsd.
894
d980e738
TS
8952016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
896
897 * config-list.mk: Stop testing openbsd3.0.
898
ee2499b4
TS
8992016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
900
901 * config-list.mk: Remove interix target.
902
316ded53
DE
9032016-06-21 David Edelsohn <dje.gcc@gmail.com>
904
905 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
906 rs6000-ibm-aix5.2.
907 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
908 Add rs6000-ibm-aix7.1.
909
69071d86
ML
9102016-06-17 Martin Liska <mliska@suse.cz>
911
912 * analyze_brprob.py: Fix columns of script output.
913
50a593c7
RB
9142016-06-13 Richard Biener <rguenther@suse.de>
915
916 * download_prerequisites (ISL): Bump version to 0.16.1
917
22d222d2
AH
9182016-06-10 Alan Hayward <alan.hayward@arm.com>
919
920 * check_GNU_style.sh: Fix paste args for BSD
921
f8fdb10e
DM
9222016-06-09 David Malcolm <dmalcolm@redhat.com>
923
924 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
925 h8300-rtems, m32r-rtems, mep-elf.
926
54951c63
DM
9272016-06-09 David Malcolm <dmalcolm@redhat.com>
928
929 * config-list.mk (GCC_SRC_DIR): New variable.
930 (make-log-dir): Use GCC_SRC_DIR.
931 ($(LIST)): Likewise.
932
fdf3a386
ML
9332016-06-09 Martin Liska <mliska@suse.cz>
934
935 * analyze_brprob_spec.py: New file.
936
0d73e480
ML
9372016-06-09 Martin Liska <mliska@suse.cz>
938
939 * analyze_brprob.py: Add new argument --sorting.
940
e49efc14
ML
9412016-06-09 Martin Liska <mliska@suse.cz>
942
943 * analyze_brprob.py: Cover new dump output format.
944
48eae472
RO
9452016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
946
947 * update-copyright.py (LibMudflapFilter): Remove.
948 (GCCCmdLine.__init__): Add gotools, libcc1.
949 Remove libmudflap.
950 List unhandled intl, libcilkrts, libgo, liboffloadmic,
951 maintainer-scripts.
952
00f35794
BE
9532016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
954
955 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
956
bc6d9014
OE
9572016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
958
959 * compare-all-tests: Remove SH5 support.
960 * config-list.mk: Likewise.
961
4877829b
ML
9622016-04-28 Martin Liska <mliska@suse.cz>
963
964 * analyze_brprob: Remove.
965 * analyze_brprob.py: New file.
966
9364c30e
JJ
9672016-04-27 Jakub Jelinek <jakub@redhat.com>
968
969 * gennews (files): Add files for GCC 6.
970
d0e037eb
JH
9712016-04-17 Jan Hubicka <jh@suse.cz>
972
973 * analyze_brprob: Update comment.
974
2ecc0c83
MS
9752016-04-13 Martin Sebor <msebor@redhat.com>
976
977 * check_GNU_style.sh: Avoid false posivies in trailing operator
978 checks.
979
55a82b66
MS
9802016-03-07 Martin Sebor <msebor@redhat.com>
981
982 * check_GNU_style.sh (color): New global variable.
983 Add checks for trailing operators and spaces before left brackets.
984 Tightened up a check for a trailing left curly brace.
985 (g, ag, vg): Use color.
986 (col): Don't complain about excessively long lines with DejaGnu
987 directives.
988
1f347c50
TS
9892016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
990
991 * mklog: Look for the ChangeLog file in $cwd.
992
7d081272
JS
9932016-02-26 Joel Sherrill <joel@rtems.org>
994
995 * config-list.mk: Add aarch64-rtems and x86_64-rtems
996
4a8c29cc
JW
9972016-01-19 Jonathan Wakely <jwakely@redhat.com>
998
999 * uninclude: Fix third argument to gensub.
1000
f29fa917
JJ
10012016-01-04 Jakub Jelinek <jakub@redhat.com>
1002
1003 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
1004 as external author.
1005
7ce9105f
JBG
10062015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1007
1008 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
1009 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
1010
f78590bb
TB
10112015-12-06 Tobias Burnus <burnus@net-b.de>
1012
1013 * download_prerequisites: Download ISL 0.15 instead of 0.14.
1014
e06b54c2
ML
10152015-11-20 Martin Liska <mliska@suse.cz>
1016
1017 * clang-format: Split content of a list to multiple
1018 lines.
1019
0f3594af
ML
10202015-11-19 Martin Liska <mliska@suse.cz>
1021
1022 * clang-format: Enhance list of FOR_EACH macros.
1023
daa53f38
ML
10242015-11-19 Martin Liska <mliska@suse.cz>
1025
1026 * clang-format: New file.
1027
bd94906f
AM
10282015-11-11 Andrew MacLeod <amacleod@redhat.com>
1029
1030 * header-tools: New. Directory containing a set of tools for
1031 manipulating header files.
1032
27776f55
NS
10332015-10-30 Nathan Sidwell <nathan@acm.org>
1034
1035 * config-list.mk (nvptx-none): Add it.
1036
78c56a5a
MT
10372015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
1038
1039 * download_prerequisites: Make sure that script is run from
1040 top level source directory.
1041
dfa37515
RO
10422015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1043
1044 * update-copyright.py (GCCCmdLine): Add libvtv.
1045
4b5ed6cf
UB
10462015-08-04 Uros Bizjak <ubizjak@gmail.com>
1047
1048 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
1049
7392b090
TV
10502015-07-15 Tom de Vries <tom@codesourcery.com>
1051
1052 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
1053
1a607203
SE
10542015-06-02 Steve Ellcey <sellcey@imgtec.com>
1055
1056 * test_installed (--target=): New option.
1057
ec3dfdac
MM
10582015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
1059
1060 * gimple.vim: New file.
1061
323eb6e3
TV
10622015-05-18 Tom de Vries <tom@codesourcery.com>
1063
1064 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
1065 (cat_with_prefix): New function, using global variable prefix.
1066 (col): Make prefix a global variable. Rewrite to process file at a time
1067 rather than line at a time. Print part longer than 80 chars in red.
1068
ad7f0dfe
TV
10692015-05-18 Tom de Vries <tom@codesourcery.com>
1070
1071 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
1072
847b6e15
TV
10732015-05-18 Tom de Vries <tom@codesourcery.com>
1074
1075 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
1076
7e425ad6
TV
10772015-05-18 Tom de Vries <tom@codesourcery.com>
1078
1079 * check_GNU_style.sh: Improve readability function calls.
1080
36805406
JL
10812015-05-16 James Bowman <james.bowman@ftdichip.com>
1082
1083 * config-list.mk: Add FT32.
1084
cc1e0483
TV
10852015-05-12 Tom de Vries <tom@codesourcery.com>
1086
1087 * check_GNU_style.sh (col): Fix tab size.
1088
a22e33d0
TV
10892015-05-12 Tom de Vries <tom@codesourcery.com>
1090
1091 * check_GNU_style.sh: Put stdin into a temp file.
1092
7f167be6
TV
10932015-05-12 Tom de Vries <tom@codesourcery.com>
1094
1095 * check_GNU_style.sh: Read either from stdin, or from files.
1096
0648b807
TV
10972015-05-12 Tom de Vries <tom@codesourcery.com>
1098
1099 * check_GNU_style.sh: Check if files exists.
1100
4171ffe9
TV
11012015-05-12 Tom de Vries <tom@codesourcery.com>
1102
1103 * check_GNU_style.sh: Don't use a filename prefix if we're only
1104 processing one patch file.
1105
a92a1c27
YG
11062015-05-12 Yury Gribov <y.gribov@samsung.com>
1107
1108 * mklog: Ignore preprocessor directives.
1109
a497da4c
JJ
11102015-04-22 Jakub Jelinek <jakub@redhat.com>
1111
1112 * gennews (files): Add files for GCC 5.
1113
74d35315
BE
11142015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
1115
1116 * dg-extract-results.sh: Check that the necessary python modules exist.
1117
4ed8ef26
IV
11182015-02-05 Ilya Verbin <ilya.verbin@intel.com>
1119
1120 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
1121 liboffloadmic/plugin.
1122
8fced9b9
RS
11232015-01-15 Richard Sandiford <richard.sandiford@arm.com>
1124
1125 * update-copyright.py (Copyright.__init__): Add a regexp for
1126 "copyright = u'".
1127 (Copyright.update_copyright): Don't add a space before the year
1128 in that case.
1129
41dbbb37
TS
11302015-01-15 Thomas Schwinge <thomas@codesourcery.com>
1131
1132 * gcc_update (files_and_dependencies): Update rules for new
1133 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
1134
6e7bdfac
YG
11352015-01-12 Yury Gribov <y.gribov@samsung.com>
1136
1137 * check_GNU_style.sh: Support patches coming from stdin.
1138 Check that spaces are converted to tabs.
1139 Make double-space-after-dot check more precice.
1140
d3d514a9
EB
11412015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1142
1143 * config-list.mk (LIST): Add visium-elf.
1144
04a11c01
JBG
11452015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1146
1147 * config-list.mk: Use shortest match for OPT to find the actual
1148 target name.
1149
64e6d5c4
SDJ
11502014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
1151
1152 * dg-extract-results.sh: Use --text with grep to avoid issues with
1153 binary files. Fall back to cat -v, if that doesn't work.
1154
923e09ee
CJW
11552014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
1156
1157 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
1158
c3e1e693
YG
11592014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1160 Yury Gribov <y.gribov@samsung.com>
1161
1162 * vimrc: New file.
1163
83f41b24
TP
11642014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
1165
1166 * check_GNU_style.sh: Warn for incorrect number of spaces in function
1167 call only if 0 or 2+ spaces found.
1168
f5d5b88f
TB
11692014-12-02 Tobias Burnus <burnus@net-b.de>
1170
1171 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
1172
fdb424cf
TV
11732014-11-25 Tom de Vries <tom@codesourcery.com>
1174 Peter Bergner <bergner@vnet.ibm.com>
1175
1176 * mklog: Handle .mklog. Use git setting independent of presence .git
1177 directory.
1178
78d7f09f
TV
11792014-11-14 Tom de Vries <tom@codesourcery.com>
1180
1181 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
1182 to orig_diff_lines. Use orig_diff_lines when appending patch.
1183
35485da9
DM
11842014-11-11 David Malcolm <dmalcolm@redhat.com>
1185
1186 * ChangeLog.jit: New.
1187 * jit-coverage-report.py: New file: a script to print crude
1188 code-coverage information for the libgccjit API.
1189
67183c4d
MZ
11902014-11-11 Marat Zakirov <m.zakirov@samsung.com>
1191
4b5ed6cf 1192 * mklog: Symbol '}' stops search for changes.
67183c4d 1193
51f784f5
TB
11942014-11-11 Tobias Burnus <burnus@net-b.de>
1195
1196 * download_prerequisites: Stop downloading CLooG.
1197
a8cfbbdc
MZ
11982014-11-07 Marat Zakirov <m.zakirov@samsung.com>
1199
4b5ed6cf
UB
1200 * mklog: Always doubt in functions.
1201 Add EOF protection.
a8cfbbdc 1202
1335a8ca
JBG
12032014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1204
1205 * config-list.mk: Don't build Go for certain targets.
1206
3daa7bbf
TS
12072014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1208
1209 * compare-all-tests: Don't test score-*.
1210 * config-list.mk: Likewise.
1211
c19adb17
SB
12122014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1213
1214 * dg-extract-results.py (output_variation): Always sort if do_sum.
1215
38278d8a
TV
12162014-09-22 Tom de Vries <tom@codesourcery.com>
1217
1218 * mklog: Add --inline option.
1219
813271fc
SB
12202014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1221
1222 * dg-extract-results.py (Prog.result_re): Include options in test name.
1223
3a8fe7c6
OH
12242014-09-19 Olivier Hainque <hainque@adacore.com>
1225
1226 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1227
f4d5fe47
JS
12282014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
1229
1230 * config-list.mk (LIST): Add v850-rtems.
1231
b060c217
SH
12322014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
1233
1234 * config-list.mk (LIST): Add arm-rtems.
1235 Add nios2-rtems. Remove extra option from powerpc-rtems.
1236
157e859f
TS
12372014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1238
1239 * compare-all-tests: Don't test picochip.
1240 * config-list.mk: Likewise.
1241
6f853fd4
MX
12422014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
1243
1244 * texi2pod.pl (postprocess): Move command process for '@sc' to the
1245 front of '@dfn'. Add a new command process for '@t{...}', just print
1246 the content.
1247
863aa163 12482014-07-21 Trevor Saunders <tsaunders@mozilla.com>
633e5fbb 1249 Yury Gribov <y.gribov@samsung.com>
863aa163 1250
633e5fbb
TS
1251 * mklog: Run mklog as a filter.
1252
12532014-07-21 Trevor Saunders <tsaunders@mozilla.com>
1254
1255 * mklog: Read name and email from git config when available.
863aa163 1256
16a4b3b9
RB
12572014-06-28 Richard Biener <rguenther@suse.de>
1258
1259 * gennews: Use gcc-3.0/index.html.
1260
e6120abe
RS
12612014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1262
1263 * dg-extract-results.py: For Python 3, force sys.stdout to handle
1264 surrogate escape sequences.
1265 (safe_open): New function.
1266 (output_segment, main): Use it.
1267
ae242e3f
RS
12682014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1269
1270 * dg-extract-results.py (Named): Remove __cmp__ method.
1271 (output_variation): Use a key to sort variation.harnesses.
1272
386c4027
UB
12732014-05-24 Uros Bizjak <ubizjak@gmail.com>
1274
1275 * texi2pod.pl: Force .pod file to not be a numbered list.
1276
768b94bc
RS
12772014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1278
1279 * dg-extract-results.py (parse_run): Handle warnings that are printed
1280 before a test harness is run.
1281
3ce2cd36
JBG
12822014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1283
1284 * config-list.mk (show): New target.
1285
0af7b53a
RS
12862014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1287
1288 * dg-extract-results.py: New file.
1289 * dg-extract-results.sh: Use it if the environment seems suitable.
1290
d9f069ab
RO
12912014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1292
1293 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1294
b716608c
JJ
12952013-04-22 Jakub Jelinek <jakub@redhat.com>
1296
1297 * gennews (files): Add files for GCC 4.9.
1298
341c653c
WL
12992014-02-24 Walter Lee <walt@tilera.com>
1300
1301 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
1302
662dae0d
RB
13032014-02-13 Richard Biener <rguenther@suse.de>
1304
1305 * download_prerequisites: Update ISL and CLOOG versions.
1306
37f14a0d
BM
13072014-01-31 Brooks Moses <bmoses@google.com>
1308
1309 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
1310
69b09963
YG
13112014-01-29 Yury Gribov <y.gribov@samsung.com>
1312
1313 * mklog: Improve support of context diffs.
1314
e8b37cb6
TU
13152014-01-21 Tatiana Udalova <t.udalova@samsung.com>
1316
1317 * mklog: Avoid adding falsely changed functions to ChangeLog.
1318
e430824f
CLT
13192013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1320
1321 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1322 ordering of some configs.
1323
b654717c
YG
13242013-12-23 Yury Gribov <y.gribov@samsung.com>
1325
1326 * mklog: Automatically insert comments in trivial cases.
1327
26b08681
YG
13282013-12-19 Yury Gribov <y.gribov@samsung.com>
1329
1330 * mklog: Split generated message in parts.
1331
9304f876
CJW
13322013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
1333
1334 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1335
8a1a4544
TB
13362013-10-29 Tobias Burnus <burnus@net-b.de>
1337
1338 * gcc_update (files_and_dependencies): Add rules for
1339 libcilkrts.
1340
cd13be9b
TS
13412013-10-11 Thomas Schwinge <thomas@codesourcery.com>
1342
1343 * gcc_update (files_and_dependencies): Fix rule for
1344 libgomp/testsuite/Makefile.in.
1345
53426f6c
JR
13462013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
1347
1348 * config-list.mk: Add arc configurations.
1349
f6113c27
DN
13502013-09-27 Diego Novillo <dnovillo@google.com>
1351
1352 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1353
f6a83b4a
DD
13542013-09-12 DJ Delorie <dj@redhat.com>
1355
1356 * config-list.mk: Add msp430-elf.
1357
cdc35a2e
DN
13582013-08-31 Diego Novillo <dnovillo@google.com>
1359
1360 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1361
6e39ee0c
MS
13622013-08-29 Mike Stump <mikestump@comcast.net>
1363
1364 * gcc_update (configure): Update to handle svn 1.8.1.
1365
ecdbd01a 13662013-08-03 Caroline Tice <cmtice@google.com>
2077db1b
CT
1367
1368 * gcc_update: Add libvtv files.
386c4027 1369
76ba1222
BM
13702013-06-06 Brooks Moses <bmoses@google.com>
1371
1372 * testsuite-management/validate_failures.py: Fix handling of
1373 summary lines with "|" characters or empty description fields.
1374
a8db5990
CJW
13752013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
1376
1377 * download_prerequisites: Download isl and cloog conditionally.
1378
f3e4f44c
DM
13792013-05-21 David Malcolm <dmalcolm@redhat.com>
1380
dd1c676f 1381 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
f3e4f44c 1382
0baddc45
RO
13832013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1384
1385 * config-list.mk (LIST): Add -enable-obsolete for
1386 sparc-sun-solaris2.9, i686-solaris2.9.
1387
aa7e6aad
MS
13882013-05-13 Mike Stump <mikestump@comcast.net>
1389
1390 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
1391 X 10.8.3 doesn't like long lines (those 2055 characters or more).
1392
a46d0aff
SN
13932013-04-22 Sofiane Naci <sofiane.naci@arm.com>
1394
1395 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1396
18d5a76d
DN
13972013-04-18 Diego Novillo <dnovillo@google.com>
1398
1399 * validate_failures.py: Fix typo.
1400
89cbb85b
DN
14012013-04-18 Diego Novillo <dnovillo@google.com>
1402
1403 * validate_failures.py: Loosen check for build directory.
1404 State what failed if we couldn't find the source tree or
1405 the target triplet.
1406
1faae6ef
JJ
14072013-03-22 Jakub Jelinek <jakub@redhat.com>
1408
1409 * gennews (files): Add files for GCC 4.8.
1410
34d3a672
TB
14112013-03-06 Tobias Burnus <burnus@net-b.de>
1412
1413 * make-obstacks-texi.pl: New.
1414
d809887a
RO
14152013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1416
1417 * make_sunver.pl: Enforce C locale.
1418
b96299a1
RS
14192013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
1420
1421 * update-copyright.py: Add libdecnumber to the default list.
1422 Remove libquadmath and libssp.
1423
144f2e52
DN
14242013-02-06 Diego Novillo <dnovillo@google.com>
1425
1426 * testsuite-management/validate_failures.py: Fix typo.
1427
828e50c5
DN
14282013-02-06 Diego Novillo <dnovillo@google.com>
1429
1430 * testsuite-management/validate_failures.py: Update
1431 Copyright years.
1432 Request contributions not to use Python features newer
1433 than 2.4.
1434 (GetBuildData): If this is not a build directory,
1435 emit an error only if --results or --manifest are missing.
1436
143c83f1
BRF
14372013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1438
1439 * testsuite-management/validate_failures.py
1440 (IsInterestingResult): Fix performance regression
1441
240d6348
RS
14422013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
1443
b3dc7102 1444 * update-copyright.py: New file.
240d6348 1445
1faae6ef 14462013-01-15 David Blaikie <dblaikie@gmail.com>
16dd2667
DB
1447
1448 * dg-extract-results.sh: Handle KPASSes.
1449
9fa633fc
DB
1450 * dg-extract-results.sh: Constrain the start-of-log pattern.
1451
db065268
DB
1452 * dg-extract-results.sh: Fix order of summary counts.
1453
7fb1e592
BRF
14542012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1455
1456 * testsuite-management/validate_failures.py
1457 (IsInterestingResult): Only strip line a second time if we did split.
1458 Rephrase return statement while at it.
1459 (CollectSumFiles): Also ignore .git directory.
1460
f15b9727
DN
14612012-12-03 Diego Novillo <dnovillo@google.com>
1462
1463 * testsuite-management/validate_failures.py: Fix stale
1464 use of 'options'.
1465
f6fce951
DE
14662012-11-30 Doug Evans <dje@google.com>
1467
d5651dcf
DE
1468 * testsuite-management/validate_failures.py: Add support for @include,
1469 @remove directives in manifest files.
1470
f6fce951
DE
1471 * testsuite-management/validate_failures.py: Add function
1472 GetManifestPath. New global _MANIFEST_SUBDIR.
1473
b4b5e1f7
DE
14742012-11-29 Doug Evans <dje@google.com>
1475
74df1ad0
DE
1476 * testsuite-management/validate_failures.py: Remove pass/fail
1477 indicator from result of GetBuildData.
1478
bc5e01b1
DE
1479 * testsuite-management/validate_failures.py: Store options in global
1480 variable _OPTIONS.
1481
cd1d95bd
DE
1482 * testsuite-management/validate_failures.py: Rename variable
1483 manifest_name to manifest_path everywhere.
1484
b4b5e1f7
DE
1485 * testsuite-management/validate_failures.py (CompareBuilds): Pass
1486 options.results to GetSumFiles for clean build.
1487
b3891de4
DE
14882012-11-28 Doug Evans <dje@google.com>
1489
1099bb0a
DE
1490 * testsuite-management/validate_failures.py: Use <target_alias> instead
1491 of <target>. Minor whitespace changes.
1492
b3891de4
DE
1493 * testsuite-management/validate_failures.py: Record ordinal with
1494 TestResult.
1495
a59a2c21
MS
14962012-11-19 Mike Stump <mikestump@comcast.net>
1497
1498 * compare_tests: Add export LC_ALL=C to make sort happier.
1499
451a210d
L
15002012-11-14 H.J. Lu <hongjiu.lu@intel.com>
1501
1502 * gcc_update: Update libsanitizer generated files.
1503
36a41ef1
TB
15042012-11-12 Tobias Burnus <burnus@net-b.de>
1505
1506 * gcc_update: Add libquadmath generated files.
1507
6671a4e4
L
15082012-11-12 H.J. Lu <hongjiu.lu@intel.com>
1509
1510 * gcc_update: Add libsanitizer generated files.
1511
bff0e529
LC
15122012-11-05 Lawrence Crowl <crowl@google.com>
1513
1514 * compare_two_ftime_report_sets: New.
1515
b436bf38
DN
15162012-11-02 Diego Novillo <dnovillo@google.com>
1517
1518 * testsuite-management/validate_failures.py: Add option
1519 --clean_build to compare test results against another
1520 build.
1521
3b1de8eb
DN
15222012-10-31 Diego Novillo <dnovillo@google.com>
1523
1524 * testsuite-management/validate_failures.py: Fix parsing
1525 of summary lines.
1526
6119d95c
DN
15272012-10-29 Diego Novillo <dnovillo@google.com>
1528
1529 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1530
1996c0a6
DN
15312012-10-06 Diego Novillo <dnovillo@google.com>
1532
1533 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1534
c8ae7abf
CL
15352012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
1536
1537 * check_GNU_style.sh: Remove temporay file upon exit.
1538
f3633f55
JR
15392012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
1540
1541 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
1542 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
1543 Use --enable-obsolete for picochip-elf.
1544
5ad7a43e
DN
15452012-09-10 Diego Novillo <dnovillo@google.com>
1546
1547 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1548
0e9f719a
EB
15492012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1550
1551 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
1552
e8f6d046
DN
15532012-08-24 Diego Novillo <dnovillo@google.com>
1554
1555 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
386c4027 1556
18da4303
DN
15572012-08-14 Diego Novillo <dnovillo@google.com>
1558
1559 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
1560
a327112f
DN
15612012-08-13 Diego Novillo <dnovillo@google.com>
1562
1563 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
1564 comment.
1565
6baa7225
DN
15662012-08-13 Diego Novillo <dnovillo@google.com>
1567
1568 * testsuite-management/validate_failures.py (ParseSummary): Fix
1569 comment.
1570
c577382e
DN
15712012-08-13 Diego Novillo <dnovillo@google.com>
1572
1573 * testsuite-management/validate_failures.py: Import datetime.
1574 (TestResult.ExpirationDate): New.
1575 (TestResult.HasExpired): New.
1576 (ParseSummary): Call it. If it returns True, warn that the
1577 expected failure has expired and do not add it to the set of
1578 expected results.
1579 (GetResults): Clarify documentation.
1580
55b073ba
DN
15812012-07-26 Diego Novillo <dnovillo@google.com>
1582
1583 * testsuite-management/validate_failures.py: Do not use
1584 'with ... as ...' constructs.
1585
29476fe1
DN
15862012-07-19 Diego Novillo <dnovillo@google.com>
1587
1588 * testsuite-management/validate_failures.py (CollectSumFiles):
1589 Rename from GetSumFiles.
1590 (GetSumFiles): Factor out of CheckExpectedResults.
1591 (CheckExpectedResults): Call it.
1592 (ProduceManifest): Call it.
1593
89d223b3
DN
15942012-07-18 Diego Novillo <dnovillo@google.com>
1595
1596 * testsuite-management/validate_failures.py: Fix
1597 /usr/bin/python invocation.
1598
c85fd25b
SB
15992012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1600
1601 * check_makefile_deps.sh: Look for c-common.o in c-family/.
1602 Add a few more crt* files to the list of files to skip.
1603
9adf6490
MP
16042012-05-31 Marek Polacek <polacek@redhat.com>
1605
4b5ed6cf 1606 * mklog: Prevent printing three spaces after the date.
9adf6490 1607
4da37205
DN
16082012-06-04 Diego Novillo <dnovillo@google.com>
1609
1610 * testsuite-management/validate_failures.py (GetResults):
1611 Change argument to accept list of summary files to analyze.
1612 Update callers.
1613 (CheckExpectedResults): Handle options.manifest, options.results
1614 and options.ignore_missing_failures.
1615 (Main): Add options --manifest, --results and --ignore_missing_failures.
1616
ba0d684e
DN
16172012-05-31 Diego Novillo <dnovillo@google.com>
1618 Cary Coutant <ccoutant@google.com>
1619
1620 * mklog: New.
1621
c7046906
L
16222012-05-25 H.J. Lu <hongjiu.lu@intel.com>
1623
1624 PR bootstrap/53472
1625 * contrib/compare-debug (remove_comment): New function.
1626 Remove any .comment sections if the first cmp failed.
1627
c75e90f3
DE
16282012-05-09 David Edelsohn <dje.gcc@gmail.com>
1629
1630 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
1631
48310492
RH
16322012-05-01 Richard Henderson <rth@redhat.com>
1633
1634 * gcc_update: Add libatomic generated files.
1635
af13465f
MLI
16362012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
1637
1638 * compare_tests: Append '/' to make 'find' traverse
1639 symlinked directories.
1640
034a3fcd
RO
16412012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1642
1643 * testsuite-management/validate_failures.py (GetBuildData): Use
1644 target_alias.
1645
a0806f33
DE
16462012-04-06 Doug Evans <dje@google.com>
1647
1648 * dg-extract-results.sh: Handle KFAILs.
1649
b24513a1
RO
16502012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1651
1652 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
1653
bfdac9a1
JM
16542012-03-13 Joseph Myers <joseph@codesourcery.com>
1655
1656 * gennews (files): Add files for GCC 4.7.
1657
c4bc5c25
RO
16582012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1659
1660 * config-list.mk (LIST): Remove mips-openbsd.
1661
5c30094f
RO
16622012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1663
1664 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
1665
acb3748d
DN
16662012-03-02 Diego Novillo <dnovillo@google.com>
1667
1668 * testsuite-management/validate_failures.py (class TestResult): Fix
1669 match pattern for the summary line. If there is a parsing failure,
1670 show the line we failed to parse.
1671
cc2de92d
RO
16722012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1673
1674 PR libstdc++/52188
1675 * make_sunver.pl: Remove #ifdef handling.
1676
4ad29d0d
DK
16772012-02-17 Doug Kwan <dougkwan@google.com>
1678
1679 * contrib/testsuite-management/validate_failures.py
1680 (GetMakefileValue): Check for cross compilers.
1681
e53182b7
QN
16822012-02-15 Quentin Neill <quentin.neill@amd.com>
1683
1684 * compare_tests: Fix trailing paths in dir arguments.
1685 Handle sum1/sum2 temp files with others.
1686
dd552284
WL
16872012-02-14 Walter Lee <walt@tilera.com>
1688
1689 * config-list.mk (LIST): Add tilegx-linux-gnu and
1690 tilepro-linux-gnu.
1691 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
1692 (gcc/config/tilepro/mul-tables.c): New dependencies.
1693
44414d2f
MS
16942012-02-11 Mike Stump <mikestump@comcast.net>
1695
1696 * compare_tests (exit_status): Fix.
1697
a8fc9855
DN
16982012-02-10 Diego Novillo <dnovillo@google.com>
1699
1700 * repro_fail: Add --debug and --debug-tui flags.
1701
1faae6ef
JJ
17022012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1703 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b25364a0
S
1704
1705 * config-list.mk (LIST): Add cr16-elf.
1706
884f56d1
GJL
17072012-01-02 Georg-Johann Lay <avr@gjlay.de>
1708
1709 PR target/51345
1710 * gcc_update (files_and_dependencies): Add
1711 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
1712
85b8555e
DD
17132011-11-29 DJ Delorie <dj@redhat.com>
1714
1715 * config-list.mk (LIST): Add rl78-elf.
1716
adcd36bc
RO
17172011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1718
1719 * make_sunver.pl: Convert '?' in glob patterns to '.'.
1720
0a35513e
AH
17212011-11-07 Richard Henderson <rth@redhat.com>
1722
1723 Merged from transactional-memory.
1724
1725 * gcc_update: Add libitm to touch data.
1726
cf7716a2
QN
17272011-11-07 Quentin Neill <quentin.neill@amd.com>
1728
1729 * compare_tests: Add ability to compare all .sum
1730 files from two build directories.
1731
feeeff5c
JR
17322011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1733
1734 * contrib-list.mk: Add Epiphany configurations.
1735
a5baf3b8
DN
17362011-09-13 Diego Novillo <dnovillo@google.com>
1737
1738 * testsuite-management: New.
1739 * testsuite-management/validate_failures.py: New.
1740
39b75e51
RO
17412011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1742
1743 * gcc_update: Determine svn branch from hg convert_revision.
1744
e44dbbe1
RO
17452011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1746
1747 * config-list.mk (i586-netware): Remove.
1748 (.PHONY): Remove make-script-dir dependency.
1749 (make-script-dir): Remove.
1750 ($(LIST)): Remove make-script-dir dependency.
1751
bcead286
BS
17522011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1753
1754 * gcc_update: Add C6X generated files.
1755 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
1756
e35fceb5
RO
17572011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1758
1759 * config-list.mk (LIST): Append OPT-enable-obsolete to
1760 alpha-dec-osf5.1, mips-sgi-irix6.5.
1761
23d11384
DN
17622011-06-24 Diego Novillo <dnovillo@google.com>
1763
1764 * repro_fail: New.
1765
1b916ca6
JM
17662011-06-21 Joseph Myers <joseph@codesourcery.com>
1767
1768 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
1769
12d844c8
JM
17702011-05-19 Joseph Myers <joseph@codesourcery.com>
1771
1772 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
1773 gcc/config/arm/arm-fpus.def.
1774
f10d3ac9
JM
17752011-05-10 Joseph Myers <joseph@codesourcery.com>
1776
1777 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
1778 dependencies.
1779
d371df6f
JM
17802011-05-09 Joseph Myers <joseph@codesourcery.com>
1781
1782 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
1783
adad1007
JR
17842010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
1785
1786 * config-list.mk: New file.
1787
47c94d21
JM
17882011-05-02 Joseph Myers <joseph@codesourcery.com>
1789
1790 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
1791
e5b0dad8
JK
17922011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1793
1794 * paranoia.cc (ENUM_BITFIELD): Remove.
1795
ad7be009
JM
17962011-04-08 Joseph Myers <joseph@codesourcery.com>
1797
1798 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
1799
ebb9f8b0
JM
18002011-03-22 Joseph Myers <joseph@codesourcery.com>
1801
1802 * compare-all-tests (all_targets): Remove crx and m68hc11.
1803
084239f4
RO
18042011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1805
1806 PR bootstrap/48135
1807 * make_sunver.pl: Don't use File::Glob.
1808
20a52ab9
JM
18092011-03-05 Joseph Myers <joseph@codesourcery.com>
1810
1811 * gennews (files): Add files for GCC 4.6.
1812
a7150b3d
DK
18132011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
1814
1815 * patch_tester.sh (nopristinecache): New shell var, set according
1816 to presence or absence of new -nopristinecache option.
1817 (usage): Document new option.
1818 (bootntest_pristine): Implement it.
1819
f7598845
RO
18202010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1821
1822 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
1823 readelf -s otherwise.
1824
79770339
EB
18252010-11-08 Eric Botcazou <ebotcazou@adacore.com>
1826
1827 * make_sunver.pl: Ignore entries without symbol name first. Then do
1828 not ignore symbols marked as 'R'.
1829
fda9c731
AK
18302010-10-18 Andi Kleen <ak@linux.intel.com>
1831
1832 * gccbug.el: Remove.
1833
6832435e
RO
18342010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1835
1836 * gcc_update: Run $GCC_HG pull and update separately.
1837 Check parents for SVN revision.
1838
6c009867
RW
18392010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1840
1841 * test_recheck: New script.
1842
ab940b73
RW
18432010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1844
1845 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
1846 Also escape characters with grave accents, to be fixed ...
1847 (unmunge): ... here.
1848 (postprocess): Also handle @/ and @acronym{...}.
1849
8cab7c13
SP
18502010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1851
1852 * check_GNU_style.sh: Do not print warning messages when there are
1853 no occurences.
1854
97075d3b
RO
18552010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1856
1857 * gcc_update: Handle hg, too.
1858
5653ef60
EB
18592010-07-08 Eric Botcazou <ebotcazou@adacore.com>
1860
1861 * make_sunver.pl: Remove extra whitespace in regexp.
1862
f3e3b476
SP
18632010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1864
1865 * check_GNU_style.sh: New.
1866
c18dc5cc
RO
18672010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1868
1869 * make_sunver.pl: New file.
1870
9a082684
IS
18712010-07-02 Iain Sandoe <iains@gcc.gnu.org>
1872
4b5ed6cf
UB
1873 * compare-debug (Darwin): Remove '-x' flag from ld-based object
1874 stripping. Add a comment as to why we do it this way.
9a082684 1875
339325b3
AO
18762010-06-20 Alexandre Oliva <aoliva@redhat.com>
1877
1878 * compare-debug: Drop LTO sections.
1879
e31a6dc2
BRF
18802010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1881
1882 * gcc_update: Support updating a git clone.
1883
fb340c3c
RO
18842010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1885
1886 * test_summary: Don't use diff -u.
1887 Adapt egrep regex.
1888
69baf0a3
AH
18892010-06-02 Andrew Haley <aph@redhat.com>
1890
1891 * download_prerequisites: New script.
1892
bc492e47
RO
18932010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1894
1895 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1896 of grep -q.
1897
c334c130
BS
18982010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
1899
1900 * gcc_update: Sets the locale to C.
1901
02e698d7
JM
19022010-04-06 Joseph Myers <joseph@codesourcery.com>
1903
1904 * gennews (files): Add files for GCC 4.5.
1905
fccff341
JK
19062010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1907
1908 Fix *.log tests output containing "===".
1909 * dg-extract-results.sh (/\===/): Rename to ...
1910 (/^\t\t=== .* ===$/): ... this pattern.
1911
54bceaf3
RO
19122010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1913
1914 * dg-extract-results.sh: Fix result order to match sequential case.
1915
2fdb618d
RW
19162010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1917
1918 * check_warning_flags.sh: Use \012 instead of \n with tr.
1919
5392f6be
RO
19202010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1921
1922 * dg-extract-results.sh: Don't use tail -n.
1923
d7f09764
DN
19242009-10-03 H.J. Lu <hongjiu.lu@intel.com>
1925 Richard Guenther <rguenther@suse.de>
1926
1927 PR lto/39216
1928 * gcc_update: Adjust file timestamps for lto-plugin.
1929
bb59df52
IS
19302009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
1931
1932 PR bootstrap/41245
1933 * compare-debug: Handle stripping of dwarf debug sections from darwin
1934 mach-o objects.
1935
c45ae2c8
AO
19362009-09-04 Alexandre Oliva <aoliva@redhat.com>
1937
1938 * compare-debug: Grep for blank before dash to avoid grep -e.
1939
8fc68cba
AO
19402009-09-01 Alexandre Oliva <aoliva@redhat.com>
1941
1942 * compare-debug: Look for .gkd files and compare them.
1943
0930984e
RW
19442009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1945
1946 PR testsuite/41166
1947 * test_summary: Invoke config.status, rather than trying to
1948 parse it. Adjust awk script.
1949
5830150a
AO
19502009-08-18 Alexandre Oliva <aoliva@redhat.com>
1951
1952 * compare-debug: Drop .eh_frame relocations too.
1953
c2d88223
L
19542009-08-18 H.J. Lu <hongjiu.lu@intel.com>
1955
1956 PR testsuite/40704
386c4027 1957 * test_summary: Filter out "\r".
c2d88223 1958
2feb56e6
AO
19592009-06-02 Alexandre Oliva <aoliva@redhat.com>
1960
1961 * compare-debug: Don't fail just because of .eh_frame differences.
1962
060717fc
JJ
19632009-04-27 Jakub Jelinek <jakub@redhat.com>
1964
1965 PR testsuite/39807
1966 * dg-extract-results.sh: Close open files and use >> instead of >
1967 to decrease number of concurrently open files from awk. Avoid
1968 = at the beginning of a regexp and redirect to a file determined
1969 by curfile variable rather than concatenated strings to workaround
1970 Solaris nawk bug.
1971
7527cf21
GP
19722009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
1973
1974 * test_summary: Only include LAST_UPDATED if it exists.
1975 Complete copyright years.
1976
0455c7f4
PB
19772009-04-16 Paolo Bonzini <bonzini@gnu.org>
1978
1979 * compare-all-tests: New.
1980
50e8c6d2
JJ
19812009-04-14 Jakub Jelinek <jakub@redhat.com>
1982
1983 * gennews (files): Reference GCC 4.4 web pages.
1984
748086b7
JJ
19852009-04-09 Jakub Jelinek <jakub@redhat.com>
1986
1987 * reghunt/date_based/reg_periodic: Change copyright header to refer
1988 to version 3 of the GNU General Public License and to point readers
1989 at the COPYING3 file and the FSF's license web page.
1990 * reghunt/date_based/reg_search: Likewise.
1991 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
1992 * regression/btest-gcc.sh: Likewise.
1993 * regression/objs-gcc.sh: Likewise.
1994
a072f1cf
RW
19952009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1996
1997 * check_warning_flags.sh: Update flag exceptions.
1998
7a401a0d
BE
19992008-11-18 Ben Elliston <bje@au.ibm.com>
2000
2001 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
2002 be opened; print a more meaningful error instead.
2003
7134e605
JJ
20042008-10-24 Janis Johnson <janis187@us.ibm.com>
2005 Jakub Jelinek <jakub@redhat.com>
2006
2007 * dg-extract-results.sh: New file.
2008
e63ea00c
RW
20092008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2010
2011 * check_makefile_deps.sh: New file.
2012
a3ced85e
SP
20132008-05-08 Sebastian Pop <sebastian.pop@amd.com>
2014
2015 * patch_tester.sh (report): Do not print "Checker: ".
2016
24170ff9
SP
20172008-04-23 Sebastian Pop <sebastian.pop@amd.com>
2018
2019 * patch_tester.sh (report): Do not print the time.
2020
7f9766e4
JM
20212008-04-01 Joseph Myers <joseph@codesourcery.com>
2022
2023 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
2024 Handle @heading. Handle enumerated lists with starting numbers
2025 and extra headings.
2026
1d4edfd6
JJ
20272008-03-10 Janis Johnson <janis187@us.ibm.com>
2028
2029 * patch_tester.sh (initialization): Initialize svnpatch and stop.
386c4027 2030 (usage): Add -svnpath and -stop.
1d4edfd6
JJ
2031 (makedir): New.
2032 (argument handling): Process -stop and -svnpath.
2033 (setup code): Use makedir, error out if initial svn checkout fails.
2034 (update): Use svnpath. Invoke contrib/gcc_update.
2035 (apply_patch): Require that patch was created at top level. Use eval
2036 with option variables. Don't use bootstrap target for make. Verify
2037 that some tests were run.
2038 (bootntest_patched): Use snvpath.
2039 (main loop): For -stop, exit when there are no more patches to test.
2040
802e3f8c
RW
20412008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2042
2043 * check_warning_flags.sh: Instead of invoke.texi, take the path
2044 to the doc directory as argument. Check that warnings listed in
2045 'gcc --help' are accepted by the compiler, and listed in the
2046 manuals.
2047
3825be8c
TT
20482008-03-06 Tom Tromey <tromey@redhat.com>
2049
2050 * patch_tester.sh (usage): Watermark is not lexicographic.
2051 Load $STATE/defaults if it exists.
2052 (selfexec): Use $0.
2053 (apply_patch): Handle deletions.
2054 (bootntest): Handle default settings.
2055
a7d95bfe
JJ
20562008-03-05 Jakub Jelinek <jakub@redhat.com>
2057
2058 * gennews (files): Reference GCC 4.3 web pages.
2059
1a1f7588
RW
20602008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2061
2062 * check_warning_flags.sh: New file.
2063
8d8da227
JM
20642008-01-25 Joseph Myers <joseph@codesourcery.com>
2065
2066 * paranoia.cc (main): Remove handling of c4x_single and
2067 c4x_extended formats.
2068
3dfb41c5
SP
20692007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2070
2071 * compareSumTests3: Changed to GPLv3.
2072 * prepare_patch.sh: Same.
2073 * uninclude: Same.
2074 * dglib.pm: Same.
2075 * gennews: Same.
2076 * texi2pod.pl: Same.
2077 * analyze_brprob: Same.
2078 * gcc_build: Same.
2079
66d3504c
SP
20802007-12-26 Sebastian Pop <sebastian.pop@amd.com>
2081
2082 * patch_tester.sh: Changed to GPLv3.
2083
cf79e386
SP
20842007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2085
2086 * patch_tester.sh: Don't save the script anymore.
2087
0f55312a
SP
20882007-12-15 Sebastian Pop <sebastian.pop@amd.com>
2089
2090 * patch_tester.sh: New.
2091 * prepare_patch.sh: New.
2092
3a3b6beb
AO
20932007-11-26 Alexandre Oliva <aoliva@redhat.com>
2094
2095 * compare-debug: Introduce -p flag to preserve .stripped files.
2096
7b6cb843
MLI
20972007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2098
2099 * texi2pod.pl: Handle @asis.
2100 (postprocess): Move @gccoptlist{} after all formatting commands.
386c4027 2101
a64036a7
AO
21022007-10-01 Alexandre Oliva <aoliva@redhat.com>
2103
2104 * compare-debug: Avoid spurious errors when .stripped files
2105 exist.
2106
1733c7eb
HPN
21072007-09-22 Hans-Peter Nilsson <hp@axis.com>
2108
2109 * warn_summary (srcdirFilter): Add fixincludes, sim,
2110 newlib and mpfr.
2111
0cb58062
L
21122007-08-23 H.J. Lu <hongjiu.lu@intel.com>
2113
2114 * gcc_update: Handle different URL paths and tags.
2115
bb286d71
AO
21162007-08-16 Alexandre Oliva <aoliva@redhat.com>
2117
2118 * compare-debug: New.
2119
36dcf055 21202007-08-16 H.J. Lu <hongjiu.lu@intel.com>
1faae6ef 2121 Andreas Schwab <schwab@suse.de>
36dcf055
L
2122
2123 * gcc_update: Use "svn info" for revision number. Create
2124 gcc/REVISION with branch name and revision number.
2125
c749c2ee
DN
21262007-08-10 Diego Novillo <dnovillo@google.com>
2127
2128 * gcc.doxy: Rename from tree-ssa.doxy.
2129
cfa66dc1
DN
21302007-08-10 Diego Novillo <dnovillo@google.com>
2131
2132 * tree-ssa.doxy: Update for doxygen 1.5.
2133 Include all the files in the middle and back ends.
2134
6d409e8a
HPN
21352007-06-30 Hans-Peter Nilsson <hp@axis.com>
2136
2137 * gcc_update (files_and_dependencies): Handle
e9a57dc1 2138 gcc/testsuite/gcc.dg/cpp/direct2s.c.
6d409e8a 2139
6d707d08
MM
21402007-05-13 Mark Mitchell <mark@codesourcery.com>
2141
2142 * gennews (files): Reference GCC 4.2 web pages.
2143
3caecafa
ZW
21442007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
2145
2146 * texi2pod.pl: Correct handling of @itemize with no argument.
2147
a8af9c34
HPN
21482007-03-17 Hans-Peter Nilsson <hp@axis.com>
2149
2150 * uninclude: New utility, from Alexandre Oliva.
2151
7276d368
DH
21522007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
2153
2154 * test_installed: Adjust to the move from g77 to gfortran.
2155
d0fc3f06
MK
21562007-02-16 Matthias Klose <doko@debian.org>
2157
2158 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
2159
ce0d943a
HPN
21602007-02-10 Hans-Peter Nilsson <hp@axis.com>
2161
2162 * test_summary (configflags): Adjust for changes in the
2163 config.status format due to update to autoconf 2.59.
2164
61930fe5
DJ
21652007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
2166
2167 * gcc_update: Update for configure.in -> configure.ac.
2168
427e84f7
RS
21692007-02-06 Richard Sandiford <richard@codesourcery.com>
2170
2171 * texi2pod.pl: Handle @multitable.
2172
69403237
TT
21732007-01-15 Tom Tromey <tromey@redhat.com>
2174
2175 * download_ecj: New file.
2176
7f5b8ff7
MS
21772006-09-27 Matthew Sachs <msachs@apple.com>
2178
2179 * compareSumTests3: POD syntax fix.
2180
ed5ce4e0
MS
21812006-09-27 Matthew Sachs <msachs@apple.com>
2182
2183 * dglib.pm: Initial commit.
2184 * compareSumTests3: Initial commit.
2185
c3382fba
BF
21862006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
2187
2188 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
2189 and not non-existing nm[old].
2190
27b56ba6
PE
21912006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2192
2193 Port to hosts whose 'sort' and 'tail' implementations
2194 treat operands with leading '+' as file names, as POSIX
2195 has required since 2001. However, make sure the code still
2196 works on pre-POSIX hosts.
2197 * compare_tests: Don't assume "sort +2" is equivalent to
2198 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2199
afef9a5b
JL
22002006-06-05 James Lemke <jwlemke@wasabisystems.com>
2201
2202 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
2203
e58b87f7
RE
22042006-06-02 Richard Earnshaw <rearnsha@arm.com>
2205 Mike Stump <mrs@apple.com>
2206
2207 * compare_tests: Handle multilibs better.
2208
5dd59f65
DJ
22092006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2210
2211 * texi2pod.pl: Correct handling of absolute @include.
2212
597fb86c 22132006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
84309a32
DJ
2214
2215 * texi2pod.pl: Handle -I.
2216
b7ded1e0
MM
22172006-02-28 Mark Mitchell <mark@codesourcery.com>
2218
2219 * gennews (files): Update for GCC 4.1.
2220
46852b9b
DN
22212006-01-24 Diego Novillo <dnovillo@redhat.com>
2222
2223 * gcc_update (files_and_dependencies): Handle
2224 libgomp/testsuite/Makefile.in.
2225
953ff289
DN
22262006-01-18 Richard Henderson <rth@redhat.com>
2227 Diego Novillo <dnovillo@redhat.com>
2228
2229 * gcc_update (files_and_dependencies): Add libgomp files.
2230
7a774079
BE
22312005-12-06 Ben Elliston <bje@au.ibm.com>
2232
2233 * newcvsroot: Remove.
2234
f2bd1eb9
SB
22352005-11-03 Steven Bosscher <stevenb@suse.de>
2236
2237 * gcc_build: Fix my previous checking.
2238
f415efe3
JM
22392005-11-01 Joseph S. Myers <joseph@codesourcery.com>
2240
2241 * gcc_update: Include revision number in LAST_UPDATED.
2242
133f4c87
SB
22432005-10-30 Steven Bosscher <stevenb@suse.de>
2244
2245 * gcc_build: Use gcc.gnu.org as the default server. Set up
2246 SVN_REPOSITORY correctly. Add support for checking out branches.
2247
8f5c9c3d
AP
22482005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2249
2250 * gcc_update: When svn update is called and
2251 --silent is used, pass -q.
2252
7dcd894f
AP
22532005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2254
2255 * gcc_update: Remove the -q from svn invocation.
2256
6c301b82
AP
22572005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2258
2259 * gcc_build: Remove -d from the call to gcc_update.
2260
1b9f940b 22612005-10-28 Daniel Berlin <dberlin@dberlin.org>
1faae6ef 2262 Ben Elliston <bje@au1.ibm.com>
386c4027 2263
1b9f940b
DB
2264 * gcc_update: Update for svn.
2265 * newcvsroot: Ditto.
2266 * gcc_build: Ditto.
2267
901097db
MM
22682005-10-21 Mark Mitchell <mark@codesourcery.com>
2269
386c4027 2270 * texi2pod.pl: Substitue for @value even when part of @include.
901097db 2271
0928f405
BW
22722005-10-21 Bob Wilson <bob.wilson@acm.org>
2273
2274 * texi2pod.pl: Convert two single quotes or two backquotes to
2275 double quotes.
2276
5464337b
BE
22772005-08-23 Ben Elliston <bje@au.ibm.com>
2278
2279 * gcc_update: Update dependencies for libjava/aclocal.m4.
2280
89ee9c70
KC
22812005-08-14 Kelley Cook <kcook@gcc.gnu.org>
2282
2283 * All files: Update with new FSF address.
2284
d0e71b9c
BE
22852005-07-14 Ben Elliston <bje@au.ibm.com>
2286
2287 * filter_params.pl: Typo fix.
2288 * filter_knr2ansi.pl: Likewise.
2289
bfac631b
GP
22902005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
2291
2292 * gennews (files): Update for egcs-1.0 release pages consolidation.
2293
492f761a
JM
22942005-04-17 Joseph S. Myers <joseph@codesourcery.com>
2295
2296 * gennews (files): Update for GCC 4.0.
2297
7e3c8f17
AO
22982005-03-18 Alexandre Oliva <aoliva@redhat.com>
2299
2300 * gcc_update (silent): Unset instead of initializing to null.
2301
d028e149
AS
23022005-03-18 Andreas Schwab <schwab@suse.de>
2303
2304 * gcc_update (apply_patch): Properly quote $1.
2305
2d072788
ZW
23062005-03-18 Zack Weinberg <zack@codesourcery.com>
2307
2308 * gcc_update: Add --silent option.
2309
be932466
KG
23102005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2311
2312 * warn_summary (keywordFilter): Update sed pattern for new quoting
2313 style in warnings.
2314
1f43e92e
KG
23152005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2316
2317 * warn_summary: Add -fortran subdir flag.
2318 (subdirectoryFilter): Fix missing ada subdir.
2319
9eaf7da0
HPN
23202004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
2321
2322 * gcc_update (touch_files): Don't rely on "make" being GNU make;
2323 grep for "Touching" to determine that the rule executes.
2324
18ccc7e0
HPN
23252004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2326
2327 * gcc_update (touch_files): Explicitly pass --no-print-directory.
2328
9a399055
AP
23292004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
2330
2331 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2332
71b5d516
PB
23332004-08-04 Paolo Bonzini <bonzini@gnu.org>
2334
2335 * gcc_update: Add fixincludes.
2336
df6e87bf 23372004-08-26 Matthias Klose <doko@debian.org>
1249691b 2338
df6e87bf
MK
2339 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
2340
23412004-08-26 Matthias Klose <doko@debian.org>
2342
2343 * test_summary: Include baseline used for libstdc++-v3 abi check
2344 in test summary.
1249691b 2345
5b292a4b
BE
23462004-08-25 Ben Elliston <bje@au.ibm.com>
2347
2348 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2349
8b84ead6
AT
23502004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2351
2352 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
2353 update done.
2354
71b5d516 23552004-08-04 Paolo Bonzini <bonzini@gnu.org>
d0921255
PB
2356
2357 * gcc_update: libjava/configure.ac -> configure.in. Automake
2358 1.4 does not handle configure.ac properly.
2359
da96112d
AS
23602004-08-04 Andreas Schwab <schwab@suse.de>
2361
2362 * gcc_update: libjava/configure.in -> configure.ac.
2363
1faae6ef 23642004-08-03 Richard Earnshaw <rearnsha@arm.com>
1e45521f
RE
2365
2366 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2367
7eacb691
JL
23682004-07-16 Jeff Law <law@redhat.com>
2369
2370 * analyze_brprob: Fix comments. More consistent output format.
2371
5bed2809
DN
23722004-06-17 Diego Novillo <dnovillo@redhat.com>
2373
2374 * tree-ssa.doxy: Update for doxygen 1.3.5.
2375
cc605afe
AJ
23762004-06-14 Andreas Jaeger <aj@suse.de>
2377
2378 * gcc_update: boehm-gc/configure.in -> configure.ac.
2379
bf9a420e
PB
23802004-06-16 Paolo Bonzini <bonzini@gnu.org>
2381
2382 * gcc_update (boehm-gc/configure): Depend on
2383 boehm-gc/configure.ac instead of boehm-gc/configure.in
2384
5a4f1818
PB
23852004-06-14 Paolo Bonzini <bonzini@gnu.org>
2386
2387 * gcc_update (libmudflap/configure): Depend on
2388 libmudflap/configure.ac instead of libmudflap/configure.in
2389
d5ad6feb
AJ
23902004-06-14 Andreas Jaeger <aj@suse.de>
2391
2392 * gcc_update: Add libcpp.
2393
dbfa8d15
AJ
23942004-06-10 Andreas Jaeger <aj@suse.de>
2395
2396 * gcc_update: Add libgfortran.
2397
9e953fed
AP
23982004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
2399
2400 * gcc_update (libbanshee/configure): Depend on
2401 libbanshee/configure.ac instead of libbanshee/configure.in
2402
b4117c30
ZW
24032004-05-17 Zack Weinberg <zack@codesourcery.com>
2404
2405 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2406 from list of files to be touched.
2407 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2408
e3d26d7b
JM
24092004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
2410
2411 * gennews: Update for GCC 3.4.
2412
6de9cd9a
DN
24132004-05-13 Diego Novillo <dnovillo@redhat.com>
2414
2415 Merge from tree-ssa-20020619-branch.
2416
2417 * filter_gcc_for_doxygen: New file.
2418 * filter_knr2ansi.pl: New file.
2419 * filter_params.pl: New file.
2420 * tree-ssa.doxy: New file.
2421 * contrib/gcc_update (files_and_dependencies): Handle
2422 libbanshee and libmudflap.
2423
5b03e555 24242004-04-12 Kelley Cook <kcook@gcc.gnu.org>
b4117c30 2425 Andreas Jaeger <aj@suse.de>
5b03e555
KC
2426
2427 * gcc_update (files_and_dependencies): Insert zlib dependencies.
2428
3adc31d1
NN
24292004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2430
2431 * gcc_update (files_and_dependencies): libobjc/configure now
2432 depends on configure.ac, not configure.in.
2433
b52d4110
KC
24342004-04-01 Kelley Cook <kcook@gcc.gnu.org>
2435
2436 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2437
7de53bca
AT
24382004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
2439
2440 * gcc_update (files_and_dependencies): Insert libffi dependencies.
2441
8ab705be
KC
24422004-03-10 Kelley Cook <kcook@gcc.gnu.org>
2443
2444 * gcc_update (files_and_dependencies): Insert libada/configure.
2445
61c3ff8f
AP
24462004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
2447
2448 * gcc_update (files_and_dependencies): Update intl/configure.in
2449 to intl/configure.ac.
2450
a4b0b8f1
KC
24512004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2452
2453 * gcc_update (files_and_dependencies): Update fastjar/configure.in
2454 to fastjar/configure.ac
2455
102d3176
KC
24562004-01-07 Kelley Cook <kcook@gcc.gnu.org>
2457
2458 * gcc_update (files_and_dependencies): Remove non-existant files.
2459
dedebde1
KC
24602004-01-05 Kelley Cook <kcook@gcc.gnu.org>
2461
2462 * gcc_update (files_generated): Revert 2003-12-18 change.
2463
c5d1156b
AP
24642004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
2465
2466 * gcc_update (files_and_dependencies): For gcc directory,
2467 rename configure.in to configure.ac.
2468
d9b000b1
AT
24692003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
2470
2471 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2472 remove acconfig.h. No longer used.
2473
90c2f1de
KC
24742003-12-18 Kelley Cook <kcook@gcc.gnu.org>
2475
2476 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2477 gcc/ada/gnat_ug_* to use it.
2478
3a816711
JW
24792003-12-16 James E Wilson <wilson@specifixinc.com>
2480
2481 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2482 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2483
90ff9ff3
KC
24842003-12-11 Kelley Cook <kcook@gcc.gnu.org>
2485
2486 * gcc_update (files_and_dependencies): Correct typo in the filename
2487 gnat_ug_wnt.texi.
2488
c41affc7
AC
24892003-12-08 Arnaud Charlet <charlet@act-europe.fr
2490
2491 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2492 treeprs.ads.
2493
8f850e49
MM
24942003-10-16 Mark Mitchell <mark@codesourcery.com>
2495
2496 * gennews (files): Add GCC 3.3 files.
2497
9d3d50d2
MM
24982003-08-21 Mark Mitchell <mark@codesourcery.com>
2499
2500 * gcc_build: Fix handling of -t option. Add -x option.
2501
5bea01be
MK
25022003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
2503
2504 * texi2pod.pl: Remove extra line.
2505
9fa09038
MK
25062003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
2507
2508 * texi2pod.pl: Default @itemize's parameter to @bullet.
2509
0c6a2903
ZW
25102003-07-12 Zack Weinberg <zack@codesourcery.com>
2511
2512 * gcc_update: gcc/acconfig.h no longer exists.
2513
c3c35932
MK
25142003-07-11 Matthias Klose <doko@debian.org>
2515
2516 * test_installed: Add options to run objc tests.
2517 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
2518
6eb95e99
ZW
25192003-07-04 Zack Weinberg <zack@codesourcery.com>
2520
2521 * gcc_update: Remove gcc/intl/plural.c from list.
2522 Add new generated files intl/plural.c, intl/configure,
2523 intl/config.h.in.
2524
e4048ffc
JT
25252003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
2526
2527 * gcc_update (files_and_dependencies): Add
2528 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
2529 gcc/testsuite/gcc.dg/cpp/mi1c.h.
2530
1faae6ef 25312003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
487a9427 2532
281b1732
NN
2533 * paranoia.cc: Fix spelling error.
2534
487a9427
NN
2535 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
2536 to GCC.
2537
112a0bfd
MS
25382003-04-04 Mike Stump <mrs@apple.com>
2539
2540 * compare_tests: Fix exit status and be more flexible with spacing.
2541
5ce810b7
PE
25422003-03-08 Phil Edwards <pme@gcc.gnu.org>
2543
2544 * test_summary: Add -h, print existing comments as help.
2545
1faae6ef 25462003-03-03 H.J. Lu <hjl@gnu.org>
b47d9efd
L
2547
2548 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
2549 * gcc_update: Likewise.
2550
d25fc1b5
AO
25512003-01-19 Alexandre Oliva <aoliva@redhat.com>
2552
2553 * test_summary (configflags): Only use the first match. Remove
2554 excess space. Use sub instead of gsub where possible. Use `none'
2555 if no configure flags were given.
2556
6787cc15
LR
25572003-01-10 Loren J. Rittle <ljrittle@acm.org>
2558
2559 * test_summary (configflags): awk portability.
2560
ce985125
AO
25612003-01-07 Alexandre Oliva <aoliva@redhat.com>
2562
2563 * test_summary (configflags): Compute correctly with both
2564 autoconfiscated and Cygnus-style top-level.
2565
029d882c
KG
25662003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2567
2568 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
2569 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
2570 gcc/java/keyword.gperf
2571
695a8bcf
GP
25722002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2573
2574 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
2575 depending on gcc/intl/plural.y.
2576
e1c1b6a5
AO
25772002-12-28 Alexandre Oliva <aoliva@redhat.com>
2578
e4029133 2579 * gcc_update (configure): Depend on config/acx.m4 as well.
6eb95e99 2580
e1c1b6a5
AO
2581 * gcc_update (configure): Depend on configure.in.
2582
d6bef02d
JM
25832002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
2584
2585 * texi2pod.pl: Skip contents of @copying.
2586
4977bab6
ZW
25872002-11-09 Zack Weinberg <zack@codesourcery.com>
2588
2589 * gthr_supp_vxw_5x.c: New file.
2590
ad03e4c4
RH
25912002-10-21 Richard Henderson <rth@redhat.com>
2592
2593 * paranoia.cc (real_c_float::image): Accomodate size of
2594 real_internal format.
2595 (main): Unbuffer stdio. Add real_internal format.
2596 (floor_log2_wide): New.
2597
fc76a969
RH
25982002-10-16 Richard Henderson <rth@redhat.com>
2599
2600 * paranoia.cc (ENUM_BITFIELD): New.
2601 (class): Define as klass around real.h.
2602 (real_c_float): Not a template any longer; define MODE as a
2603 class static constant; use real_format elements for SIZE.
2604 Update uses of real_to_decimal and real_to_hexadecimal.
2605 (main): Change -g argument to use a format name.
2606 (mode_for_size): Remove.
2607
efdc7e19
RH
26082002-09-16 Richard Henderson <rth@redhat.com>
2609
2610 * paranoia.cc: New file.
2611
7fd6c930
RH
26122002-09-04 Richard Henderson <rth@redhat.com>
2613
2614 * enquire.c: Remove.
2615
72c41e5a
MM
26162002-08-14 Mark Mitchell <mark@codesourcery.com>
2617
2618 * gennews (files): Add GCC 3.2 files.
2619
1899ba3e
GP
26202002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2621
2622 * gennews (files): Add proper files for the GCC 3.1 release series.
2623 Simplify and reformat introductory wording.
2624
39cef914
NN
26252002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2626
2627 * enquire.c: Move from gcc.
2628
1faae6ef 26292002-07-16 H.J. Lu <hjl@gnu.org>
554b8111
L
2630
2631 * gcc_update (touch_files): Pass -s to ${MAKE}.
2632
dd6773cd
ZW
26332002-06-26 Zack Weinberg <zack@codesourcery.com>
2634
2635 * texi2pod.pl: Correct handling of the internal R<> sequence.
2636
ba9e1571
FW
26372002-05-31 Florian Weimer <fw@deneb.enyo.de>
2638
2639 * gcc_update (files_and_dependencies): Add generated Texinfo files
2640 for Ada.
2641
1e6347d8
RO
26422002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2643
2644 * test_installed: Allow for PWDCMD to override hardcoded pwd.
2645 * test_summary: Likewise.
2646
29a948c8
GK
26472002-04-18 Geoffrey Keating <geoffk@redhat.com>
2648
2649 * gcc_update (touch_files): Don't have empty for loop.
2650
b8d70bee
RH
26512002-04-16 Richard Henderson <rth@redhat.com>
2652
2653 * gcc_update: Remove libchill.
2654
28852cc6
ZW
26552002-03-25 Zack Weinberg <zack@codesourcery.com>
2656
2657 * texi2pod.pl: Handle @end ftable and @end vtable.
2658
049b03f4
ZW
26592002-03-11 Zack Weinberg <zack@codesourcery.com>
2660
2661 * texi2pod.pl: Handle @include, @ftable, @vtable.
2662 Reformat some code for clarity.
2663
719bb4e3 26642002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
506d4ef6
CJ
2665
2666 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
2667 WARNING and ERROR output from the *.sum files.
2668
66b8f5d7
GP
26692002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2670
2671 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
2672 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
2673 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
2674
c10a75a7
GP
26752002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2676
2677 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
2678 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
2679 egcs-1.1/index.html.
2680
99e9e773
KG
26812002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2682
2683 * warn_summary: Add -ada subdirectory flag.
2684
3da33af3
MK
26852001-12-12 Matthias Klose <doko@debian.org>
2686
2687 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
2688 generation of more than one man page from one source.
2689 Add '-' to set of valid chars for an identifier.
2690 Let -D option accept flags of the form <flag>=<value>.
2691 Use \s+ for whitespace detection in '@c man' lines.
2692 Handle @set and @clear independent of $output.
2693 Substitute all @value{}'s in a line.
2694
77bd67cb
JM
26952001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
2696
2697 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
2698 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
2699 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
2700 greater than 9 in enumerations.
2701
1faae6ef 27022001-11-07 Laurent Guerby <guerby@acm.org>
178612c9
LG
2703
2704 * gcc_update (files_and_dependencies): Add Ada dependencies.
2705
bbd300a9
JM
27062001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2707
2708 * snapshot: Remove.
2709
b5f20931
RS
27102001-09-07 Richard Sandiford <rsandifo@redhat.com>
2711
2712 Revert:
3da33af3 2713 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
b5f20931
RS
2714 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2715 touch.
2716
1faae6ef 27172001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
e7503d92 2718
3da33af3 2719 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
e7503d92
DB
2720 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2721 touch.
2722
e961606c
JH
2723Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
2724
2725 * analyze_brprob: Update for changes in gcc debug output.
2726
ffd15534
JH
2727Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2728
2729 * analyze_brprob: Avoid more overflows.
2730
da397f8e
RH
27312001-07-27 Richard Henderson <rth@redhat.com>
2732
2733 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
2734
92e3cac8
JH
2735Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
2736
2737 * analyze_brprob: Avoid overflows.
2738
2a08c780
RH
27392001-07-27 Richard Henderson <rth@redhat.com>
2740
2741 * gcc_update: Dump timestamp in LAST_UPDATED.
2742
3da33af3 27432001-07-26 Andreas Jaeger <aj@suse.de>,
1faae6ef 2744 Hans-Peter Nilsson <hp@bitrange.com>
a6ed70ef
AJ
2745
2746 * analyze_brprob: Fix documentation.
2747
4edc91ae
JH
2748Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
2749
2750 * analyze_brprob: Fix awk compatibility problems; update comment.
2751
f981f97b
AJ
27522001-07-23 Andreas Jaeger <aj@suse.de>
2753
2754 * analyze_brprob: Fix more typos.
2755
075cc945
AJ
27562001-07-23 Andreas Jaeger <aj@suse.de>
2757
2758 * analyze_brprob: Fix typos.
2759
aee96fe9
JM
27602001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2761
2762 * texi2pod.pl: Handle @r inside @item.
2763
51817b10
ZW
27642001-07-02 Zack Weinberg <zackw@stanford.edu>
2765
2766 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
2767
1faae6ef 27682001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
e5149841
ZF
2769
2770 * warn_summary: Fix typo in a comment.
2771
894b7c63
ACY
27722001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
2773
4977bab6 2774 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
894b7c63 2775
acabb596
MM
27762001-06-13 Mark Mitchell <mark@codesourcery.com>
2777
2778 * gennews: Set TERM to vt100 for Lynx.
2779
9f293893
GP
27802001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2781
2782 * release: Remove.
2783
17d6c819
JH
2784Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
2785
2786 * analyze_brprob: New file.
2787
72e0bae5
MM
27882001-06-11 Mark Mitchell <mark@codesourcery.com>
2789
a6ed70ef 2790 * gcc_build: Output information about the commands used to
72e0bae5
MM
2791 configure the compiler.
2792
47c2a318
JM
27932001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
2794
2795 * gennews: Update for GCC 3.0.
2796
aff5d053
JM
27972001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
2798
2799 * gcc_update: Update for move of documentation to gcc/doc.
2800
26d8af06
RO
28012001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2802
2803 * contrib/test_summary (files): Sort before evaluating.
2804
6cf735a7
GP
28052001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2806
2807 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
2808
47816305
MM
28092001-05-21 Mark Mitchell <mark@codesourcery.com>
2810
2811 * gcc_build: Use -d when invoking gcc_update.
2812
f3e16a47
AJ
28132001-05-18 Andreas Jaeger <aj@suse.de>
2814
2815 * gcc_update: Add rules for libf2c/libI77.
2816
e8dc2763
AO
28172001-05-17 Alexandre Oliva <aoliva@redhat.com>
2818
2819 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
2820
af22667e
LR
28212001-05-14 Loren J. Rittle <ljrittle@acm.org>
2822
2823 * gcc_update (touch_files): Enhance make portability.
2824
e8b073c1
AO
28252001-05-14 Alexandre Oliva <aoliva@redhat.com>
2826
2827 * gcc_update (touch_files): Use a Makefile to touch files.
2828
6e26f4aa
JM
28292001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
2830
2831 * texi2pod.pl: Add copyright and GPL notices.
2832
445c435a
JM
28332001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
2834
2835 * texi2pod.pl: Handle "\,".
2836
3f896fc2
JM
28372001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
2838
2839 * texi2pod.pl: Fix regular expression for @r to avoid exponential
2840 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
2841 version check.
2842
c2b31703
KG
28432001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2844
2845 * warn_summary (stageNfilter): Update for recent changes in
2846 bootstrap logic.
2847
150d3c00
JM
28482001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
2849
2850 * texi2pod.pl: Require at least perl 5.6.0.
2851
4bc1997b
JM
28522001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
2853
2854 * gcc_update: Add gcc/gcc.1 to generated files.
2855 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
2856 discarding to end of sentence with @xref where the sentence has an
2857 interior "." in markup, and handle discarding parentheses around
2858 such a sentence.
2859
d2796d4e
BS
28602001-01-11 Bernd Schmidt <bernds@redhat.com>
2861
2862 * gennews: Add gcc-2.95.3.
2863
2642624b
JM
28642001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2865
2866 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
2867 @command. Format URLs and email addresses in bold.
2868
fd939e46
JM
28692001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
2870
6bfa3dac
JM
2871 * gcc_update: Add cpp.1 to the list of generated files.
2872
fd939e46
JM
2873 * texi2pod.pl: Handle @option and @env.
2874
79424a4f
MS
28752001-01-03 Mike Stump <mrs@wrs.com>
2876
2877 * snapshot: Update to account for java libraries.
2878
5da01bc1
JO
28792000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
2880
2881 * test_summary: Export filesuffix, not fileprefix.
2882
2d6fd5fd
JM
28832000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
2884
2885 * release: Change some EGCS references to GCC.
2886
c097fab6
KG
28872000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2888
2889 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
2890 subdirectory flags. Add source directory prefix filtering.
2891 Redirect diagnostic output to stderr.
2892
f4e8dec6
ZW
28932000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2894
2895 * texi2pod.pl: If multiple @c man sections with the same tag
2896 appear, concatenate them in the final output. When skipping,
2897 ignore block commands that can't cause skipping, and honor
2898 those that can. Ensure that verbatim blocks are separate
2899 paragraphs.
2900
beb039fe
JM
29012000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2902
2903 * gcc_update: Don't touch tradcif.c or java/parse.h.
2904
b75d998f
ZW
29052000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
2906
2907 * texi2pod.pl: Restructure for comprehensibility, add
2908 comments. Merge handling of @ignore and @ifxxx. Handle a
2909 whole bunch more Texinfo commands. Use consistent formatting
2910 style.
2911
c4f0b011
JM
29122000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2913
2914 * gennews: New script.
2915
d9ddcc6a
GP
29162000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2917
2918 * gcc_update: Update a comment as we now require bison for CVS users.
2919
c01a508e
JM
29202000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
2921
2922 * gcc_update: Add gcov.1 to the list of generated files.
2923
c132c0e3
MM
29242000-11-21 Mark Mitchell <mark@codesourcery.com>
2925
2926 * gcc_build: Remove code to put information in a log file.
2927
3d6f4d76
ZW
29282000-11-19 Zack Weinberg <zackw@stanford.edu>
2929
2930 * texi2pod.pl:
2931 - Add real command line parsing.
2932 - Support @ifset, @ifclear, @set, @value, -D switch.
2933 - Support @sc. Improve handling of @ref and friends.
2934 - Discard @subsection, @need, @node lines.
2935 - Un-nest font changes to match texinfo semantics.
2936 - Handle @{ and @}. Oops.
2937 - Don't emit E<> directives inside verbatim blocks.
2938
f6820157
BK
29392000-11-12 Bruce Korb <bkorb@gnu.org>
2940
2941 * release: generalize the release script a bit.
2942
8a3d997e
MM
2943Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
2944
2945 * gcc_build: Add -o option for setting the objdir to use.
2946
1e8ba2a3
JL
29472000-11-11 Jeff Law <law@redhat.com>,
2948
2949 * release: New file.
2950
09ff8283
JL
29512000-11-08 Jeff Law <law@redhat.com>,
2952 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2953
2954 * snapshot: New file.
2955
37ac3c7f
JO
29562000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
2957
2958 * gcc_build (bootstrap_gcc): New function.
2959 (configure_gcc): Likewise.
2960 (build_gcc): Rewritten to use configure and bootstrap.
2961 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
2962
9f56c004
MM
29632000-10-31 Mark Mitchell <mark@codesourcery.com>
2964
2965 * gcc_build (MAKE): New variable.
2966 (build_gcc): Use it. Fix logging of errors.
2967 (install_gcc): Likewise.
2968
d3d6410d
MM
29692000-10-29 Mark Mitchell <mark@codesourcery.com>
2970
2971 * gcc_build: Save the output from CVS into the logfile as well.
2972
59c341cb
MM
29732000-10-25 Mark Mitchell <mark@codesourcery.com>
2974
2975 * gcc_build: Fix typos.
2976
f4d48ea9
JM
29772000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
2978
2979 * gperf-2.7-19981006.pat: Remove.
2980
6f298a0a
JM
29812000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2982
2983 * test_installed: Change EGCS references to refer to GCC.
2984
2d89ce6a
GP
29852000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2986
2987 * gcc_update (touch_files): Add some informative output.
f3e16a47 2988
12acf3a9
AJ
29892000-09-16 Andreas Jaeger <aj@suse.de>
2990
2991 * gcc_update: Remove gcc/c-parse.gperf.
2992
41343a8f
GP
29932000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
2994 Alexandre Oliva <aoliva@redhat.com>
2995
2996 * gcc_update: Execute touch_files_reexec even if `cvs update`
2997 failed.
2998
e50d2932
AO
29992000-08-09 Alexandre Oliva <aoliva@redhat.com>
3000
3001 * test_summary: AWK breaks with filenames containing `='.
3002
b9faa6b6
MM
3003Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
3004
3005 * gcc_build: New script.
3006
1735b35f
MM
30072000-07-13 Mark Mitchell <mark@codesourcery.com>
3008
3009 * gcc_update (files_and_dependencies): Remove generated YACC files.
3010
792abd35
MM
30112000-07-12 Mark Mitchell <mark@codesourcery.com>
3012
3013 * gcc_update (files_and_dependencies): Remove generated YACC files.
3014
84d6d72f
MM
30152000-06-04 Mark Mitchell <mark@codesourcery.com>
3016
3017 * newcvsroot: Handle filenames that contain spaces.
3018
dd5330e8
ZW
30192000-06-03 Zack Weinberg <zack@wolery.cumb.org>
3020
3021 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
3022 Elide --with-gcc-version-trigger and --norecursion from
3023 configure flags. Remove code to report status of haifa scheduler.
3024
fda73e41
AO
30252000-05-18 Alexandre Oliva <aoliva@cygnus.com>
3026
3027 * gcc_update (self): Set to `$0'.
3028 (touch_files_reexec): Use `$self' instead of `$0'.
fda73e41 3029
25a9b3e5
AO
30302000-05-12 Alexandre Oliva <aoliva@cygnus.com>
3031
3032 * gcc_update (touch_files_reexec): New function, run after the
3033 tree is modified.
3034
bdcabcd4
RH
30352000-05-08 Richard Hendeson <rth@cygnus.com>
3036
3037 * gcc_update: Remove references to inclhack.tpl.
3038
62014cb3
JM
30392000-04-28 Jason Merrill <jason@casey.cygnus.com>
3040
3041 * index-prop: Use a single pattern. Also support *** cdiffs.
3042
1faae6ef 30432000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
62014cb3
JM
3044
3045 * index-prop: Don't change /dev/null.
3046
b9550bfb
GP
30472000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3048
3049 * gcc_update: Refer to GCC and gcc_update instead of egcs and
12acf3a9 3050 egcs_update.
b9550bfb 3051
db6a1df0
JL
30522000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
3053
b9550bfb 3054 * index-prop: Fix occasional problem when using cvs diff -p.
db6a1df0 3055
86702e31
ZW
30562000-04-18 Zack Weinberg <zack@wolery.cumb.org>
3057
3058 * gcc_update: Remove references to cexp.c/cexp.y.
3059
05e1739f
GP
30601999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3061
3062 * newcvsroot: Add check on the number of command-line arguments.
3063 Add usage.
3064
5c96cc3b
WB
3065Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
3066
3067 * gcc_update: Allow patches compressed by bzip2.
3068
1faae6ef 30691999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
ba33cb50
ML
3070
3071 * newcvsroot: New file.
3072
697f6b2f
CB
30731999-09-11 Craig Burley <craig@jcb-sc.com>
3074
3075 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
3076
ecdea017
GP
30771999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3078
3079 * gcc_update: New file.
3080 * egcs_update: Renamed to gcc_update.
3081
83694b61
RL
30821999-08-09 Robert Lipe <robertlipe@usa.net>
3083
3084 * test_summary: Quote curly braces in 1999-07-03 change.
3085
1a618a5a
AO
30861999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3087
3088 * egcs_update (files_and_dependencies): Fixed typo in
3089 gcc/cstamp-h.in. Added gcc/config.in.
3090
94b82f2b
AO
30911999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3092
3093 * egcs_update (files_and_dependencies): New function, with
3094 complete list of files to be updated, as well as their
3095 dependencies.
3096 (touch_files): Check the timestamp of each generated file against
3097 its dependencies'.
3098 (main): New flags --touch, --list and --help. Remove the
3099 pre-update step.
3100
bc8735ed 31011999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
12acf3a9 3102
bc8735ed
AO
3103 * test_summary: Replace egcs with gcc. Update e-mail address.
3104
9d59f307 31051999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1faae6ef 3106 Jerry Quinn <jquinn@nortelnetworks.com>
9d59f307
GP
3107
3108 * egcs_update (touch_files, apply_patch): New functions.
3109 Use them. New command-line option --patch. Split test of local
3110 tree into two parts. Add comments.
3111
069550be
AO
31121999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
3113
12acf3a9 3114 * test_summary: If Target is `unix{*}', append the Target variants
069550be
AO
3115 to Host.
3116
6f482ae3
AO
31171999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
3118
3119 * test_summary: Set default mail-address and version for egcs
3120 instead of relying on unpredictable pathnames.
3121 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
3122
2fa6b2d2
JL
3123Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
3124
3125 * fixinc/*: Delete obsolete files.
3126
7a19950e
RL
31271999-02-04 Robert Lipe <robertlipe@usa.net>
3128
12acf3a9
AJ
3129 * egcs_update: Test return values of 'cvs update'. Propogate
3130 to caller as exit values.
7a19950e 3131
bdf32ae5
GP
31321999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3133
3134 * egcs_update: Use "if" instead of "&&". Touch generated files
12acf3a9 3135 only after the corresponding *.y files.
bdf32ae5 3136
3243be28
GP
31371999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3138
3139 * egcs_update: Do not use xargs, but a backquote construct.
3140
692c4bf5
AO
31411999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
3142
ceff9b14
AO
3143 * test_summary (version): Remove carriage return that gawk inserts
3144 in the version string for some reason.
692c4bf5 3145
5eff2ed5
GP
31461998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3147
3148 * egcs_update: Only touch files that already exist.
3149
cae94af8
AO
31501998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
3151
ceff9b14 3152 * test_summary (EOF): Remove double backslash.
cae94af8
AO
3153 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
3154
ddf469cc
AO
31551998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3156
ceff9b14 3157 * test_summary (address): Set to egcs-testresults mailing list.
ddf469cc 3158
aa4d18c9
AO
31591998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
3160
ceff9b14
AO
3161 * test_summary (address): Added Marc Lehmann's testsuite-results
3162 to the default e-mail address.
aa4d18c9 3163
0a955618
AO
31641998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
3165
ceff9b14
AO
3166 * test_summary (-p, prepend_logs): Add these before the summary.
3167 (Compiler, Platform): Print these just before configflags.
0a955618 3168
0d4f7920
KG
3169Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3170
3171 * warn_summary (longLineFilter): New shell function to encapsulate
12acf3a9
AJ
3172 this functionality. It is off by default, only active if -llf
3173 flag is specified.
3174 (subdirectoryFilter): Fix bug in filtering which made some
3175 subdirectory warnings erroneously appear in the toplevel set.
3176 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
3177 warnings from stage1 as well as stage0, which means warnings from
3178 outside the bootstrap directory. Eg, the libraries, etc.
3179 (warningFilter): New shell function to encapsulate this
3180 functionality.
0d4f7920 3181 (keywordFilter): New shell function to encapsulate this
12acf3a9 3182 functionality.
0d4f7920
KG
3183
3184 Store data in a temp file rather than calculating it 3x. Arrange
3185 to remove it on exit and signals.
3186
3187 Add -pass/-wpass flags to do "pass through" (i.e. manual
12acf3a9
AJ
3188 inspection) of bootstrap output from a particular stageN as well
3189 as language subdirs.
0d4f7920 3190
12acf3a9 3191 Add better comments/documentation.
0d4f7920 3192
415634f6
GP
3193Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3194
3195 * egcs_update: Add comment about keeping the FAQ synchronized.
3196
0999b4b8
JL
3197Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
3198
3199 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3200 in the repo again.
3201
1faae6ef 3202Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
318b0430
BK
3203
3204 * egcs_update: Added gcc/fixinc/* generated files to touch list.
3205
788169db
JL
3206Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
3207
3208 * egcs_update: Remove gcc/java/parse.c from list of files to
3209 touch.
3210
8173d477
KG
3211Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3212
3213 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3214
a3225b7a
KG
3215Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3216
3217 * warn_summary (subdirectoryFilter): New shell function to
12acf3a9
AJ
3218 optionally filter in/out gcc subdirectories when summarizing
3219 warnings. Add new flags to support subdirectory filtering.
3220
a3225b7a 3221 Also, ensure the bootstrap stage is a number. Add some more C
12acf3a9
AJ
3222 keywords that are preserved in the "warning type" summary and
3223 tighten up the "arg ???" regexp.
a3225b7a 3224
1faae6ef 3225Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
3b0e5534
BK
3226
3227 * fixinc/inclhack.def: Not all C++ comments in C headers
3228 were treated alike. They are now. Also fixed syntax
3229 of sed expression in "systypes" fix.
3230
3231 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
3232
3233 * egcs_update: Added fixinc/* generated files to touch list.
3234
f06e7a27
KG
3235Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3236
3237 * egcs_update: Additionally touch gcc/java/parse.[ch].
3238
1faae6ef 3239Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
12acf3a9 3240
430c3d7b
BK
3241 * fixinc/inclhack.def: Added two files required by
3242 SCO's Open Server 5's avoid_bool fix.
3243 Regenerated fixinc.x and inclhack.sh to incorporate
3244 the update.
3245
aecb0339
RL
3246Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
3247
3248 * egcs_update: Do the pass 1 CVS update only for files that
12acf3a9 3249 may reasonably be under CVS control.
aecb0339 3250
49e921be
AO
32511998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
3252
ceff9b14 3253 * test_installed: New script for testing already-installed
12acf3a9 3254 gcc/g++/g77.
49e921be 3255
23a05d03
GP
3256Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3257
3258 * egcs_update: Assigned copyright to FSF.
3259
9b14b81c 3260Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4977bab6 3261 Alexandre Oliva <oliva@dcc.unicamp.br>
9b14b81c
GP
3262
3263 * egcs_update: New switch --nostdflags and documentation
3264 enhancements.
3265
f717c7e4
GP
3266Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3267
3268 * egcs_update: New script.
3269
1faae6ef 32701998-08-05 Bruce Korb <korbb@datadesign.com>
7c3b5ba5
BK
3271
3272 * fixinc/Makefile
3273 Added define for target machine so machine-specific tests
3274 can be selected for or against.
3275
3276 * fixinc/fixincl.c
3277 Added an array of string pointers to machines to select
3278 or avoid, depending on a FD_MACH_IFNOT bit flag.
3279 Used a shell script to match the defined TARGET_MACHINE
3280 with any of the given match patterns.
3281
3282 * fixinc/fixincl.tpl
3283 Generate the array of strings and bit flag, as needed,
3284 depending on "mach" and "not_machine" attributes for a fix.
3285
3286 * fixinc/mkfixinc.sh
3287 Invoke the make with TARGET assigned the value of the
3288 machine name argument.
3289
31e9c6ed
MS
3290Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
3291
3292 * compare_tests: New script.
3293
91fa313b
AO
32941998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3295
ceff9b14 3296 * test_summary: Assigned copyright to FSF.
91fa313b 3297
18aca902
GP
3298Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3299
3300 * test_summary: Corrected script name in comments providing
3301 documentation. Added linebreaks for lines with > 80 characters.
3302
1faae6ef 3303Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3e5fb7a9 3304
ceff9b14
AO
3305 * test_summary: New switch, -i, and environment variable,
3306 append_logs, for including files in the report.
3e5fb7a9 3307
91af92df
MH
33081998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
3309
3310 * warn_summary: Update to Kaveh's latest version allowing to
3311 specify the last stage built.
3312
1faae6ef 33131998-05-29 Bruce Korb <korbb@datadesign.com>
91af92df 3314
a681b39b
BK
3315 * fixinc/mkfixinc.sh
3316 Changes to make it easier to invoke on platforms that
3317 normally do not invoke fixincludes.
3318
3319 * fixinc/inclhack.def
3320 Applied fixes from egcs/gcc/fixincludes from the past several
3321 months.
3322
1faae6ef 33231998-05-28 Bruce Korb <korbb@datadesign.com>
91af92df 3324
8a5b8e20
BK
3325 * fixinc/*: Updated most everything for a first real
3326 try at getting "fast_fixincludes" working.
3327
be3a14bb
JM
33281998-05-28 Jason Merrill <jason@yorick.cygnus.com>
3329
3330 * index-prop: New file.
3331
269df0f8
JL
3332Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
3333
3334 * test_summary: find good awk (copied from warn_summary).
3335
3336Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
3337
3338 * test_summary, warn_summary: New files
This page took 1.961812 seconds and 5 git commands to generate.