]> git.ipfire.org Git - thirdparty/gcc.git/blame - contrib/ChangeLog
Fill up entries in reverse order.
[thirdparty/gcc.git] / contrib / ChangeLog
CommitLineData
00243d9a
ML
12020-05-19 Martin Liska <mliska@suse.cz>
2
3 * gcc-git-customization.sh: Add
4 alias.gcc-mklog new hook.
5 * mklog.py: New file.
6 * test_mklog.py: New file.
7
e576ed7a
ML
82020-05-19 Martin Liska <mliska@suse.cz>
9
10 * legacy/mklog: Moved from mklog.
11 * legacy/mklog.pl: Moved from mklog.pl.
12
c3b44e34
ML
132020-05-19 Martin Liska <mliska@suse.cz>
14
15 * gcc-git-customization.sh: Add gcc-verify alias
16 that uses contrib/gcc-changelog/git_check_commit.py.
17
c9a41202
AB
182020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
19
20 * dg-extract-results.py: Handle GDB specific test types.
21 * dg-extract-results.sh: Likewise.
22
941c9474
ML
232020-05-14 Martin Liska <mliska@suse.cz>
24
25 * gcc-changelog/test_email.py: New file.
26 * gcc-changelog/test_patches.txt: New file.
27
9b56828c
PP
282020-05-13 Patrick Palka <ppalka@redhat.com>
29
30 * vimrc: Reduce textwidth to 72 for Git commit messages.
31
e4f0e06b
ML
322020-05-13 Martin Liska <mliska@suse.cz>
33
34 * gcc-changelog/git_check_commit.py: Add default argument HEAD
35 for revisions and improve error message output.
36
b8333fc6
ML
372020-05-13 Martin Liska <mliska@suse.cz>
38
39 * gcc-changelog/git_commit.py: Restore print_output syntax
40 in git_commit.py.
41
c10aa1f0
ML
422020-05-13 Martin Liska <mliska@suse.cz>
43
44 * gcc-changelog/git_check_commit.py: New file.
45 * gcc-changelog/git_commit.py: New file.
46 * gcc-changelog/git_email.py: New file.
47 * gcc-changelog/git_repository.py: New file.
48 * gcc-changelog/git_update_version.py: New file.
49
5315e1da
ML
502020-04-17 Martin Liska <mliska@suse.cz>
51
52 * vimrc: We do not want to modify tab options
53 for Python files.
54
437eea66
JJ
552020-04-16 Jakub Jelinek <jakub@redhat.com>
56
57 PR bootstrap/92008
58 * gcc_update: Add intl/plural.y dependency for intl/plural-config.h.
59
fa4aab7f
ML
602020-04-03 Martin Liska <mliska@suse.cz>
61
62 * gcc-git-customization.sh: Search for the pattern
63 at line beginning only.
64
612137e1
RE
652020-01-24 Richard Earnshaw <rearnsha@arm.com>
66
67 * gcc-git-customization.sh: Use users/<pfx> for the personal remote
68 rather than just <pfx>. Convert existing personal branches to the
69 new remote.
70 * git-add-user-branch.sh: New file.
71
f96af171
RE
722020-01-22 Richard Earnshaw <rearnsha@arm.com>
73
74 * git-add-vendor-branch.sh: New file.
75
24b17818
RE
762020-01-20 Richard Earnshaw <rearnsha@arm.com>
77
78 * gcc-git-customization.sh: Check that user-supplied remote
79 name exists before continuting. Use a separate remotes for the
80 personal commit area. Convert existing personal and vendor
81 fetch rules to new layout.
82 * git-fetch-vendor.sh: New vendor layout. Add --enable-push
83 option.
84
f17f6127
HPN
852020-01-17 Hans-Peter Nilsson <hp@axis.com>
86
87 * gcc_update <git revision>: Use git log "--pretty=tformat:%p:%t:%H",
88 not "--pretty=%p:%t:%H".
89
66aae15b
AS
902020-01-16 Andreas Schwab <schwab@linux-m68k.org>
91
92 * gcc-git-customization.sh: Avoid double expansion.
93
545f5fad
RE
942020-01-16 Richard Earnshaw <rearnsha@arm.com>
95
96 * gcc-git-customization.sh: Check that user.name and user.email
97 are set. Use $(cmd) instead of `cmd`. Fix variable quoting when
98 using eval.
99
2588197b
JJ
1002020-01-16 Jakub Jelinek <jakub@redhat.com>
101
102 * gcc-git-customization.sh: Verify the id to be printed is ancestor of
103 the corresponding remote release branch (or master), otherwise print
104 nothing.
105
affb7b66
JJ
1062020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
107 Jakub Jelinek <jakub@redhat.com>
108
109 * gcc-git-customization.sh: Change uses to use in comment.
110
6ff7efb7
JJ
1112020-01-15 Jakub Jelinek <jakub@redhat.com>
112
113 * gcc-git-customization.sh: Handle output of older git which doesn't
114 print tags/ prefixes before branchpoint/gcc-.
115
e6107422
RE
1162010-01-15 Richard Earnshaw <rearnsha@arm.com>
117
118 * gcc-git-customization.sh: Explain why we want the user's
119 upstream account name. Don't add push rules. Check if push rules
120 have been added and suggest that they should be removed.
121 * git-fetch-vendor.sh: Don't add push rules.
122
11b81575
RE
1232010-01-13 Richard Earnshaw <rearnsha@arm.com>
124
125 Revert:
126 2010-01-13 Richard Earnshaw <rearnsha@arm.com>
127
128 * gcc-git-customization.sh: Add back the default rule that
129 is lost by adding a custom push rule.
130 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
131
b60563a8
RE
1322010-01-13 Richard Earnshaw <rearnsha@arm.com>
133
134 * gcc-git-customization.sh: Add back the default rule that
135 is lost by adding a custom push rule.
136 * git-fetch-vendor.sh: Likewise, also remove '+' from push specs.
137
b8f59c4b
RE
1382010-01-13 Richard Earnshaw <rearnsha@arm.com>
139
140 * contrib/git-fetch-vendor.sh: New file.
141
e19db6a2
JJ
1422020-01-13 Jakub Jelinek <jakub@redhat.com>
143
144 * contrib/gcc-git-customization.sh: Add git gcc-descr and gcc-undescr
145 aliases.
146
743d4d82
RE
1472010-01-13 Richard Earnshaw <rearnsha@arm.com>
148
149 * gcc-git-customization.sh: New file.
150
e528bf8d
JJ
1512020-01-01 Jakub Jelinek <jakub@redhat.com>
152
153 * update-copyright.py: Add Mentor Graphics Corporation and Yoshinori
154 Sato as external authors. Skip LICENSE.txt files.
155
e8aa9f55
JL
1562019-12-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
157
158 * config-list.mk: Add msp430-elfbare.
159
ee925640
LH
1602019-12-09 Lewis Hyatt <lhyatt@gmail.com>
161
162 PR preprocessor/49973
163 * unicode/from_glibc/unicode_utils.py: Support script from
164 glibc (commit 464cd3) to extract character widths from Unicode data
165 files.
166 * unicode/from_glibc/utf8_gen.py: Likewise.
167 * unicode/UnicodeData.txt: Unicode v. 12.1.0 data file.
168 * unicode/EastAsianWidth.txt: Likewise.
169 * unicode/PropList.txt: Likewise.
170 * unicode/gen_wcwidth.py: New utility to generate
171 libcpp/generated_cpp_wcwidth.h with help from the glibc support
172 scripts and the Unicode data files.
173 * unicode/unicode-license.txt: Added.
174 * unicode/README: New explanatory file.
175
b01d215d
RS
1762019-12-07 Richard Sandiford <richard.sandiford@arm.com>
177
178 * texi2pod.pl: Handle @headitems in @multitables, printing them
179 in italics. Push an empty item code onto the stack.
180
d51dd316
JB
1812019-11-13 Janne Blomqvist <jb@gcc.gnu.org>
182
183 * download_prerequisites: Use http instead of ftp for downloading.
184
617c564b
ML
1852019-11-08 Martin Liska <mliska@suse.cz>
186
187 * mklog: The script fails for patches that contain:
188 '---param=foo=bar xyz'.
189
ba7c8cb5
ML
1902019-09-18 Martin Liska <mliska@suse.cz>
191
192 * clang-format: Tweak configuration based on new
193 options offered.
194
91dfef96
JM
1952019-09-09 Jose E. Marchesi <jemarch@gnu.org>
196
197 * config-list.mk (LIST): Disable go in bpf-*-* targets.
198
bc7f7ff9
ML
1992019-09-04 Martin Liska <mliska@suse.cz>
200
201 * mklog: Do not print changed functions for
202 testsuite files.
203
a45de90e
ML
2042019-09-04 Martin Liska <mliska@suse.cz>
205
206 * mklog: Parse PR references from newly added
207 test files.
208
e94e92dc
ML
2092019-09-04 Martin Liska <mliska@suse.cz>
210
211 * mklog: Use argparse instead of getopt.
212
2f2aeda9
UW
2132019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
214
215 * compare-all-tests (all_targets): Remove references to spu.
216 * config-list.mk (LIST): Likewise.
217
2b196fb7
AM
2182019-09-02 Alexander Monakov <amonakov@ispras.ru>
219
220 * vim-gcc-dev/syntax/gcc-match.vim: Do not override 'tabstop' here.
221 * vimrc: Set preferred values for 'tabstop', 'softtabstop',
222 'shiftwidth', 'noexpandtab', 'textwidth', 'formatoptions' for all
223 files, not just C-like files.
224
c746efca
ML
2252019-09-02 Martin Liska <mliska@suse.cz>
226
227 * vim-gcc-dev/syntax/gcc-match.vim: Set tabstop=8.
228
547d5d22
UB
2292019-08-13 Uros Bizjak <ubizjak@gmail.com>
230
231 * test_summary: Do not escape "=".
232
6d64cee8
JB
2332019-07-02 Janne Blomqvist <jb@gcc.gnu.org>
234
235 PR other/91048
236 * mklog (read_user_info): Open ~/.mklog in string mode.
237
99efe97d
ML
2382019-06-19 Martin Liska <mliska@suse.cz>
239
240 * bench-stringop: New file.
241
36902ed6
JB
2422019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
243
244 * mklog: Open files in text mode.
245
eaa6a39d
JB
2462019-05-21 Janne Blomqvist <jb@gcc.gnu.org>
247
248 * mklog: Convert to Python 3.
249
d6fc19a0
JJ
2502019-05-03 Jakub Jelinek <jakub@redhat.com>
251
252 * gennews (files): Add files for GCC 9.
253
aaae53ce
RI
2542019-04-30 Roland Illig <roland.illig@gmx.de>
255
256 * check-internal-format-escaping.py: New version using polib.
257
41804907
CL
2582019-04-19 Christophe Lyon <christophe.lyon@linaro.org>
259
260 PR translation/90118
261 * check-internal-format-escaping.py: Check that %< is not next to
262 a word.
263
ec60715d
JJ
2642019-04-17 Jakub Jelinek <jakub@redhat.com>
265
266 * dg-extract-results.sh: Only handle WARNING: program timed out
267 lines specially in "$MODE" == "sum". Restore previous behavior
268 for "$MODE" != "sum". Clear has_timeout and timeout_cnt if in
269 a different variant or curfile is empty.
270 * dg-extract-results.py: Fix a typo.
271
904f3daa
ML
2722019-04-05 Martin Liska <mliska@suse.cz>
273
2723350f 274 PR translation/89936
904f3daa
ML
275 * check-internal-format-escaping.py: Properly detect wrong
276 apostrophes.
277
93964ebd
ML
2782019-03-11 Martin Liska <mliska@suse.cz>
279
280 * check-internal-format-escaping.py: Uncomment apostrophes
281 check.
282
a3f9f006
ML
2832019-03-11 Martin Liska <mliska@suse.cz>
284
285 * check-internal-format-escaping.py: New file.
286
6f8fc6f9
TN
2872019-03-10 Tommy Nguyen <remyabel@gmail.com>
288
289 PR contrib/82704
290 * download_prerequisites: Use -c instead of --check for sha512sum.
291
08bc73f0
ML
2922019-03-06 Martin Liska <mliska@suse.cz>
293
294 * check-params-in-docs.py: Ignore a param.
295
0a7b7521
CL
2962019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
297
298 contrib/
299 * dg-extract-results.py: Handle case where a WARNING happens with
300 the first test of a harness.
301
e8d18fd8
CL
3022019-03-05 Christophe Lyon <christophe.lyon@linaro.org>
303
304 contrib/
305 * dg-extract-results.sh: Fix order of WARNING and following test
306 result.
307
f874089d
CL
3082019-02-04 Christophe Lyon <christophe.lyon@linaro.org>
309
310 contrib/
311 * dg-extract-results.py: Keep timeout warnings next to their
312 matching test.
313 * dg-extract-results.sh: Likewise.
314
b5fcfdba
JJ
3152019-01-01 Jakub Jelinek <jakub@redhat.com>
316
317 * update-copyright.py: Add Gerard Jungman as external author.
318
80de5ef9
IB
3192018-11-26 Iain Buclaw <ibuclaw@gdcproject.org>
320
321 * update-copyright.py (TestsuiteFilter): Skip .d tests.
322 (LibPhobosFilter): Add filter for upstream D sources.
323 (GCCCopyright): Add D Language Foundation as external author.
324 (GCCCmdLine): Add libphobos.
325
ca44d7f4
ML
3262018-11-19 Martin Liska <mliska@suse.cz>
327
328 * check_GNU_style_lib.py: Detect mixed usage
329 of spaces and tabs.
330
357044d2
RO
3312018-11-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
332
333 * gcc_update (files_and_dependencies): Handle libphobos.
334
46ec9261
TP
3352018-10-25 Thomas Preud'homme <thomas.preudhomme@linaro.org>
336
337 * dg-cmp-results.sh: Print NA-FAIL and NA->UNRESOLVED changes at
338 default verbosity.
339
ca3a27b6
RO
3402018-10-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
341
342 * config-list.mk (LIST): Switch to i686-solaris2.11,
343 sparc64-sun-solaris2.11.
344
0448002b
BRF
3452018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
346
347 * unused_functions.py: Handle archive files.
348
75fcc3eb
BRF
3492018-10-04 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
350
351 * unused_functions.py: New file.
352
a0464aa0
ML
3532018-09-25 Martin Liska <mliska@suse.cz>
354
355 * filter-rtags-warnings.py: New file.
356
4cac9d00
ML
3572018-09-25 Martin Liska <mliska@suse.cz>
358
359 PR middle-end/86078
360 * check-params-in-docs.py: New file.
361
56856b58
J
3622018-08-17 Jojo <jijie_rong@c-sky.com>
363 Huibin Wang <huibin_wang@c-sky.com>
364 Sandra Loosemore <sandra@codesourcery.com>
365 Chung-Lin Tang <cltang@codesourcery.com>
366 Andrew Jenner <andrew@codesourcery.com>
367
368 C-SKY port: Configury
369
370 * config-list.mk (LIST): Add csky-elf and csky-linux-gnu.
371
bddcac9d
TV
3722018-07-13 Tom de Vries <tdevries@suse.de>
373
374 * maintainers-verify.sh: New file.
375
e57aae39
CL
3762018-07-12 Christophe Lyon <christophe.lyon@linaro.org>
377
378 * compare_tests: Print number of tests in each category.
379
b33aa720
AM
3802018-06-19 Alexander Monakov <amonakov@ispras.ru>
381
382 * vim-gcc-dev/README: New file.
383 * vim-gcc-dev/ftdetect/gcc-dev.vim: New file.
384 * vim-gcc-dev/syntax/gcc-match.vim: New file.
385 * gimple.vim: Move under vim-gcc-dev/syntax/.
386 * gcc-rtl.vim: Likewise.
387
58508d3f
ML
3882018-06-19 Martin Liska <mliska@suse.cz>
389
390 * gcc-rtl.vim: New file.
391
6044eae7
JL
3922018-06-12 Jeff Law <law@redhat.com>
393
394 * config-list.mk (LIST): Remove alpha-freebsd6.
395
4be63d9e
RB
3962018-05-08 Richard Biener <rguenther@suse.de>
397
398 PR bootstrap/85571
399 * compare-lto: New script derived from compare-debug.
400
b1750618
JJ
4012018-05-02 Jakub Jelinek <jakub@redhat.com>
402
403 * gennews (files): Add files for GCC 8.
404
254f7933
JW
4052018-05-01 Jim Wilson <jimw@sifive.com>
406
407 * gcc_update: Check for .git as a file.
408
1e4573c0
CL
4092018-03-21 Christophe Lyon <christophe.lyon@linaro.org>
410
411 * test_summary: Match possible single quotes in configure path.
412
ed2a2f08
TS
4132018-03-02 Thomas Schwinge <thomas@codesourcery.com>
414
415 * update-copyright.py: Remove "libcilkrts" reference.
416
9f88a07b
YG
4172018-02-19 Yury Gribov <tetra2005@gmail.com>
418
419 * compare_tests: Use TMPDIR when set.
420 * dg-cmp-results.sh: Ditto.
421 * warn_summary: Ditto.
422
3ab78ac2
JW
4232018-01-29 Jonathan Wakely <jwakely@redhat.com>
424
425 * download_prerequisites: Use shasum for FreeBSD and DragonFly.
426
d1b9a572
ML
4272018-01-19 Martin Liska <mliska@suse.cz>
428
429 * analyze_brprob.py: Support new format that can be easily
430 parsed. Add new column to report.
431
ada38d5f
JJ
4322018-01-03 Jakub Jelinek <jakub@redhat.com>
433
434 * update-copyright.py: Skip pdt-5.f03 in gfortran.dg subdir.
435
5e9d6aa4 4362017-11-28 Julia Koval <julia.koval@intel.com>
92a285c1 437 Sebastian Peryt <sebastian.peryt@intel.com>
5e9d6aa4
JK
438
439 * contrib/gcc_update: Ditto.
440
caba2b36
ML
4412017-11-08 Martin Liska <mliska@suse.cz>
442
443 * analyze_brprob.py: Fix abbreviations for SI units.
444
22381c22
TS
4452017-10-02 Thomas Schwinge <thomas@codesourcery.com>
446
447 * gcc_update (files_and_dependencies): Handle libbacktrace.
448
37026b57
RB
4492017-09-18 Richard Biener <rguenther@suse.de>
450
451 * download_prerequisites (isl): Bump version to 0.18.
452
01f5295d
YG
4532017-08-02 Yury Gribov <tetra2005@gmail.com>
454
455 * mklog: Added new implementation.
456
e1df0c91
YG
4572017-08-02 Yury Gribov <tetra2005@gmail.com>
458
459 * mklog: Rename to ...
460 * mklog.pl: this.
461
883b0e46
YG
4622017-07-17 Yury Gribov <tetra2005@gmail.com>
463
464 * mklog: Fix extraction of changed file name.
465
8b99a6f7
GJL
4662017-07-17 Georg-Johann Lay <avr@gjlay.de>
467
468 * gcc_update (files_and_dependencies)
469 [gcc/config/avr/avr-tables.opt]: Remove dead entry.
470
f2bcf09e
ML
4712017-06-28 Martin Liska <mliska@suse.cz>
472
473 * gcc.doxy: Add default location for filters and output folder.
474 * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen.
475 * filter_params.pl: Remove.
476
1e55769b
TP
4772017-06-21 Thomas Preud'homme <thomas.preudhomme@arm.com>
478
479 * dg-cmp-results.sh: Restore filtering on target variant.
480
afc474f8
TP
4812017-06-20 Thomas Preud'homme <thomas.preudhomme@arm.com>
482
483 * dg-cmp-results.sh: Keep test result lines rather than throwing
484 header and summary to support sum files with multiple tools.
485
7f1b5019
ML
4862017-05-31 Martin Liska <mliska@suse.cz>
487
488 * filter_params.py:
489 Transform ENUM_BITFIELD and comments starting with '/**'
490
892c1fce
DM
4912017-05-31 David Malcolm <dmalcolm@redhat.com>
492 Martin Liska <mliska@suse.cz>
493
494 * filter_params.py: New, porting the perl script to python,
495 adding a test suite.
496 * filter_gcc_for_doxygen_new: New file.
497
59075bc8
ML
4982017-05-30 Martin Liska <mliska@suse.cz>
499
500 * analyze_brprob.py: Add new argument to parse and modify
501 predict.def file.
502 * analyze_brprob_spec.py: Likewise.
503
0a71c876
TV
5042017-05-29 Tom de Vries <tom@codesourcery.com>
505
506 * check_GNU_style_lib.py (TrailingWhitespaceCheck.check): Assert no
507 trailing eol.
508 (TrailingWhitespaceTest): New unit test.
509 (check_GNU_style_file): Remove eol before checking.
510
75017bb9
TV
5112017-05-29 Tom de Vries <tom@codesourcery.com>
512
513 * check_GNU_style_lib.py (check_GNU_style_file): Treat file argument as
514 file handle. Add and handle file_encoding argument.
515 * check_GNU_style.py (main): Handle '-' file argument. Call
516 check_GNU_style_file with file handle as argument.
517
76baf5ca
TV
5182017-05-29 Tom de Vries <tom@codesourcery.com>
519
520 * check_GNU_style_lib.py: Use import_pip3 to import pip3 packages.
521 (import_pip3): New function.
522
b7fc9ae0
TV
5232017-05-24 Tom de Vries <tom@codesourcery.com>
524
525 * check_GNU_style_lib.py: New file, factored out of ...
526 * check_GNU_style.py: ... here. Call main unconditionally.
527
850098eb
ML
5282017-05-19 Martin Liska <mliska@suse.cz>
529
530 * check_GNU_style.py: New file.
531
f47337ae
JL
5322007-05-03 Jeff Law <law@redhat.com>
533
534 * config-list.mk (am33_2.0-linux): Remove from list of targets
535 to build.
536
03dc1f5f
JJ
5372017-05-02 Jakub Jelinek <jakub@redhat.com>
538
539 * gennews (files): Add files for GCC 7.
540
9f06c15a
TV
5412017-04-26 Tom de Vries <tom@codesourcery.com>
542
543 * gen_autofdo_event.py: Fix comment.
544
b1c0468f
DR
5452017-04-11 Damian Rouson <damian@sourceryinstitute.org>
546
92a285c1
ML
547 * download_prerequisites (md5_check): New function emulates Linux
548 'md5 --check' on macOS. Modified script for macOS compatibility.
b1c0468f 549
154cc77e
PD
5502017-02-06 Palmer Dabbelt <palmer@dabbelt.com>
551
552 * config-list.mki (LIST): Add riscv32-unknown-linux-gun and
553 riscv64-unknown-linux-gnu.
554
357a7731
BRF
5552017-01-31 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
556
557 * update-copyright.py (Copyright.process_file): Retain original
558 file mode.
559
23075ebe
GP
5602017-01-29 Gerald Pfeifer <gerald@pfeifer.com>
561
562 * update-copyright.py: Fix the name of this script in examples.
563
e6d55103
JJ
5642017-01-26 Jakub Jelinek <jakub@redhat.com>
565
566 * update-copyright.py: Add libhsail-rt to self.default_dirs
567 and call self.add_dir on it. Add Intel Corporation to external
568 authors.
569
4703b555
TS
5702017-01-25 Thomas Schwinge <thomas@codesourcery.com>
571
572 * gcc_update (files_and_dependencies): Care for "libhsail-rt".
573
f9e37186
GP
5742017-01-23 Gerald Pfeifer <gerald@pfeifer.com>
575
576 * patch_tester.sh (TESTLOGS): Remove
577 $TARGET/libjava/testsuite/libjava.sum.
578
eec5428b
GP
5792017-01-22 Gerald Pfeifer <gerald@pfeifer.com>
580
581 * warn_summary: Remove the -java option.
582
a395b2e5 5832017-01-20 Gerald Pfeifer <gerald@pfeifer.com>
b2bcb1b3 584
a395b2e5
GP
585 * update-copyright.py (LibJavaFilter): Remove.
586
5872017-01-17 Gerald Pfeifer <gerald@pfeifer.com>
588
b2bcb1b3
GP
589 * gcc_update: Remove entries related to GCJ and libgcj.
590 Complete copyright years and adjust my e-mail address.
591
a92ffb3e
RE
5922017-01-11 Richard Earnshaw <rearnsha@arm.com>
593
594 * gcc_update: Adjust touch list for ARM.
595
1243c42d
GP
5962017-01-08 Gerald Pfeifer <gerald@pfeifer.com>
597
598 * download_ecj: Remove.
6438c2f4
ML
599
6002017-01-05 Martin Liska <mliska@suse.cz>
601
602 * vimrc: Update indentation definition.
603
d0a0bfd9
JJ
6042017-01-04 Jakub Jelinek <jakub@redhat.com>
605
606 * update-copyright.py (GCCCmdLine): Add include, libcc1, libiberty,
607 libssp, libvtv and lto-plugin to default_dirs.
608
ae12c0f0
JJ
6092017-01-01 Jakub Jelinek <jakub@redhat.com>
610
611 * update-copyright.py (TestsuiteFilter): Skip params/README.
612 (GCCCmdLine): Remove libjava and libjava/testsuite add_dir.
613
ca3b6071
ML
6142016-12-14 Martin Liska <mliska@suse.cz>
615
616 * analyze_brprob.py: Add new column to output and new sorting
617 option. Fix coding style to not exceed 80 characters.
618 * analyze_brprob_spec.py: Add new sorting
619 option. Fix coding style to not exceed 80 characters.
620
38000825
MK
6212016-10-24 Moritz Klammler <moritz@glammler.eu>
622
6ddefaa7 623 PR other/61439
38000825
MK
624 * download_prerequisites: Conditionally verify checksums of
625 downloaded pacakges. Add help text.
626 * prerequisites.md5: New file.
627 * prerequisites.sha512: New file.
628
e77cf8c6
KT
6292016-10-24 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
630
631 * check_GNU_style.sh (remove_testsuite): New function.
632 Use it to remove testsuite from the diff.
633
643e0854
RO
6342016-09-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
635
636 * dg-extract-results.sh: Revert bogus change.
637
aa9baacf
CL
6382016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
639
640 * dg-extract-results.py: Report DejaGnu error in the final
641 summary.
642 * dg-extract-results.sh: Likewise.
643
b0a5704b
CL
6442016-09-20 Christophe Lyon <christophe.lyon@linaro.org>
645
646 * compare_tests: Take ERROR messages into account when
92a285c1 647 comparing.
b0a5704b 648
abe95ef6
ML
6492016-08-17 Martin Liska <mliska@suse.cz>
650
651 * mark_spam.py: Mark as spam all comments done by a creator.
652
28619cd7
ML
6532016-08-15 Martin Liska <mliska@suse.cz>
654
655 * mark_spam.py: Add error handling and reset
656 another properties of attachments and bugs.
657
3f1b3373
ML
6582016-08-11 Martin Liska <mliska@suse.cz>
659
660 * mark_spam.py: Mark attachments as obsolete and rename them.
661
612a6ffe
EG
6622016-08-03 Eric Gallager <egall@gwmail.gwu.edu>
663
664 * download_prerequisites: Explicitly remove existing symlinks
665 before trying to create new ones.
666
ce84ada3
ML
6672016-07-28 Martin Liska <mliska@suse.cz>
668
669 * mark_spam.py: New file.
670
88617fe4
ML
6712016-07-21 Martin Liska <mliska@suse.cz>
672
673 * analyze_brprob.py: If there's no loop, do not calculate
674 average number of loop iterations.
675
199b1891
ML
6762016-06-24 Martin Liska <mliska@suse.cz>
677
678 * analyze_brprob.py: Parse and display average number
679 of loop iterations.
680
7b72d14a
AK
6812016-06-23 Andi Kleen <ak@linux.intel.com>
682
683 * gen_autofdo_event.py: New file to regenerate
684 gcc-auto-profile.
685
0609abda
TS
6862016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
687
688 * config-list.mk: Stop testing mep-elf.
689
3e326935
TS
6902016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
691
692 * config-list.mk: Stop testing avr-rtems.
693
914b155c
TS
6942016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
695
696 * config-list.mk: Stop testing m32r-rtems.
697
5ebf89bd
TS
6982016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
699
700 * config-list.mk: Remove h8300-rtems support.
701
8466af06
TS
7022016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
703
704 * config-list.mk: stop testing knetbsd.
705
d980e738
TS
7062016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
707
708 * config-list.mk: Stop testing openbsd3.0.
709
ee2499b4
TS
7102016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
711
712 * config-list.mk: Remove interix target.
713
316ded53
DE
7142016-06-21 David Edelsohn <dje.gcc@gmail.com>
715
716 * config-list.mk: Remove rs6000-ibm-aix4.3, rs6000-ibm-aix5.1,
717 rs6000-ibm-aix5.2.
718 Rename rs6000-ibm-aix6.0 as rs6000-ibm-aix6.1.
719 Add rs6000-ibm-aix7.1.
720
69071d86
ML
7212016-06-17 Martin Liska <mliska@suse.cz>
722
723 * analyze_brprob.py: Fix columns of script output.
724
50a593c7
RB
7252016-06-13 Richard Biener <rguenther@suse.de>
726
727 * download_prerequisites (ISL): Bump version to 0.16.1
728
22d222d2
AH
7292016-06-10 Alan Hayward <alan.hayward@arm.com>
730
731 * check_GNU_style.sh: Fix paste args for BSD
732
f8fdb10e
DM
7332016-06-09 David Malcolm <dmalcolm@redhat.com>
734
735 * config-list.mk (LIST): Add OPT-enable-obsolete to avr-rtems,
736 h8300-rtems, m32r-rtems, mep-elf.
737
54951c63
DM
7382016-06-09 David Malcolm <dmalcolm@redhat.com>
739
740 * config-list.mk (GCC_SRC_DIR): New variable.
741 (make-log-dir): Use GCC_SRC_DIR.
742 ($(LIST)): Likewise.
743
fdf3a386
ML
7442016-06-09 Martin Liska <mliska@suse.cz>
745
746 * analyze_brprob_spec.py: New file.
747
0d73e480
ML
7482016-06-09 Martin Liska <mliska@suse.cz>
749
750 * analyze_brprob.py: Add new argument --sorting.
751
e49efc14
ML
7522016-06-09 Martin Liska <mliska@suse.cz>
753
754 * analyze_brprob.py: Cover new dump output format.
755
48eae472
RO
7562016-06-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
757
758 * update-copyright.py (LibMudflapFilter): Remove.
759 (GCCCmdLine.__init__): Add gotools, libcc1.
760 Remove libmudflap.
761 List unhandled intl, libcilkrts, libgo, liboffloadmic,
762 maintainer-scripts.
763
00f35794
BE
7642016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
765
766 * download_prerequisites: Adjust gmp/mpfr/mpc versions.
767
bc6d9014
OE
7682016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
769
770 * compare-all-tests: Remove SH5 support.
771 * config-list.mk: Likewise.
772
4877829b
ML
7732016-04-28 Martin Liska <mliska@suse.cz>
774
775 * analyze_brprob: Remove.
776 * analyze_brprob.py: New file.
777
9364c30e
JJ
7782016-04-27 Jakub Jelinek <jakub@redhat.com>
779
780 * gennews (files): Add files for GCC 6.
781
d0e037eb
JH
7822016-04-17 Jan Hubicka <jh@suse.cz>
783
784 * analyze_brprob: Update comment.
785
2ecc0c83
MS
7862016-04-13 Martin Sebor <msebor@redhat.com>
787
788 * check_GNU_style.sh: Avoid false posivies in trailing operator
789 checks.
790
55a82b66
MS
7912016-03-07 Martin Sebor <msebor@redhat.com>
792
793 * check_GNU_style.sh (color): New global variable.
794 Add checks for trailing operators and spaces before left brackets.
795 Tightened up a check for a trailing left curly brace.
796 (g, ag, vg): Use color.
797 (col): Don't complain about excessively long lines with DejaGnu
798 directives.
799
1f347c50
TS
8002016-03-06 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
801
802 * mklog: Look for the ChangeLog file in $cwd.
803
7d081272
JS
8042016-02-26 Joel Sherrill <joel@rtems.org>
805
806 * config-list.mk: Add aarch64-rtems and x86_64-rtems
807
4a8c29cc
JW
8082016-01-19 Jonathan Wakely <jwakely@redhat.com>
809
810 * uninclude: Fix third argument to gensub.
811
f29fa917
JJ
8122016-01-04 Jakub Jelinek <jakub@redhat.com>
813
814 * update-copyright.py (GCCCopyright): Add NVIDIA Corporation
815 as external author.
816
7ce9105f
JBG
8172015-12-17 Jan-Benedict Glaw <jbglaw@lug-owl.de>
818
819 * config-list.mk (LIST): Add --enable-obsolete to recently obsoleted
820 targets x86_64-knetbsd-gnu, i686-knetbsd-gnu and i686-openbsd3.0 .
821
f78590bb
TB
8222015-12-06 Tobias Burnus <burnus@net-b.de>
823
824 * download_prerequisites: Download ISL 0.15 instead of 0.14.
825
e06b54c2
ML
8262015-11-20 Martin Liska <mliska@suse.cz>
827
828 * clang-format: Split content of a list to multiple
829 lines.
830
0f3594af
ML
8312015-11-19 Martin Liska <mliska@suse.cz>
832
833 * clang-format: Enhance list of FOR_EACH macros.
834
daa53f38
ML
8352015-11-19 Martin Liska <mliska@suse.cz>
836
837 * clang-format: New file.
838
bd94906f
AM
8392015-11-11 Andrew MacLeod <amacleod@redhat.com>
840
841 * header-tools: New. Directory containing a set of tools for
842 manipulating header files.
843
27776f55
NS
8442015-10-30 Nathan Sidwell <nathan@acm.org>
845
846 * config-list.mk (nvptx-none): Add it.
847
78c56a5a
MT
8482015-09-11 Markus Trippelsdorf <markus@trippelsdorf.de>
849
850 * download_prerequisites: Make sure that script is run from
851 top level source directory.
852
dfa37515
RO
8532015-08-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
854
855 * update-copyright.py (GCCCmdLine): Add libvtv.
856
4b5ed6cf
UB
8572015-08-04 Uros Bizjak <ubizjak@gmail.com>
858
859 * texi2pod.pl: Escape braces in regexp involving @strong{...}.
860
7392b090
TV
8612015-07-15 Tom de Vries <tom@codesourcery.com>
862
863 * check_GNU_style.sh (cat_with_prefix): Fix quoting.
864
1a607203
SE
8652015-06-02 Steve Ellcey <sellcey@imgtec.com>
866
867 * test_installed (--target=): New option.
868
ec3dfdac
MM
8692015-05-30 Mikhail Maltsev <maltsevm@gmail.com>
870
871 * gimple.vim: New file.
872
323eb6e3
TV
8732015-05-18 Tom de Vries <tom@codesourcery.com>
874
875 * check_GNU_style.sh: Add temp files tmp2 and tmp3.
876 (cat_with_prefix): New function, using global variable prefix.
877 (col): Make prefix a global variable. Rewrite to process file at a time
878 rather than line at a time. Print part longer than 80 chars in red.
879
ad7f0dfe
TV
8802015-05-18 Tom de Vries <tom@codesourcery.com>
881
882 * check_GNU_style.sh (g, ag, vg): Don't cat empty file.
883
847b6e15
TV
8842015-05-18 Tom de Vries <tom@codesourcery.com>
885
886 * check_GNU_style.sh (g, ag, vg, col): Declare local vars with local.
887
7e425ad6
TV
8882015-05-18 Tom de Vries <tom@codesourcery.com>
889
890 * check_GNU_style.sh: Improve readability function calls.
891
36805406
JL
8922015-05-16 James Bowman <james.bowman@ftdichip.com>
893
894 * config-list.mk: Add FT32.
895
cc1e0483
TV
8962015-05-12 Tom de Vries <tom@codesourcery.com>
897
898 * check_GNU_style.sh (col): Fix tab size.
899
a22e33d0
TV
9002015-05-12 Tom de Vries <tom@codesourcery.com>
901
902 * check_GNU_style.sh: Put stdin into a temp file.
903
7f167be6
TV
9042015-05-12 Tom de Vries <tom@codesourcery.com>
905
906 * check_GNU_style.sh: Read either from stdin, or from files.
907
0648b807
TV
9082015-05-12 Tom de Vries <tom@codesourcery.com>
909
910 * check_GNU_style.sh: Check if files exists.
911
4171ffe9
TV
9122015-05-12 Tom de Vries <tom@codesourcery.com>
913
914 * check_GNU_style.sh: Don't use a filename prefix if we're only
915 processing one patch file.
916
a92a1c27
YG
9172015-05-12 Yury Gribov <y.gribov@samsung.com>
918
919 * mklog: Ignore preprocessor directives.
920
a497da4c
JJ
9212015-04-22 Jakub Jelinek <jakub@redhat.com>
922
923 * gennews (files): Add files for GCC 5.
924
74d35315
BE
9252015-03-06 Bernd Edlinger <bernd.edlinger@hotmail.de>
926
927 * dg-extract-results.sh: Check that the necessary python modules exist.
928
4ed8ef26
IV
9292015-02-05 Ilya Verbin <ilya.verbin@intel.com>
930
931 * gcc_update (files_and_dependencies): Add rules for liboffloadmic and
932 liboffloadmic/plugin.
933
8fced9b9
RS
9342015-01-15 Richard Sandiford <richard.sandiford@arm.com>
935
936 * update-copyright.py (Copyright.__init__): Add a regexp for
937 "copyright = u'".
938 (Copyright.update_copyright): Don't add a space before the year
939 in that case.
940
41dbbb37
TS
9412015-01-15 Thomas Schwinge <thomas@codesourcery.com>
942
943 * gcc_update (files_and_dependencies): Update rules for new
944 libgomp/plugin/Makefrag.am and libgomp/plugin/configfrag.ac files.
945
6e7bdfac
YG
9462015-01-12 Yury Gribov <y.gribov@samsung.com>
947
948 * check_GNU_style.sh: Support patches coming from stdin.
949 Check that spaces are converted to tabs.
950 Make double-space-after-dot check more precice.
951
d3d514a9
EB
9522015-01-06 Eric Botcazou <ebotcazou@adacore.com>
953
954 * config-list.mk (LIST): Add visium-elf.
955
04a11c01
JBG
9562015-01-05 Jan-Benedict Glaw <jbglaw@lug-owl.de>
957
958 * config-list.mk: Use shortest match for OPT to find the actual
959 target name.
960
64e6d5c4
SDJ
9612014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
962
963 * dg-extract-results.sh: Use --text with grep to avoid issues with
964 binary files. Fall back to cat -v, if that doesn't work.
965
923e09ee
CJW
9662014-12-12 Chung-Ju Wu <jasonwucj@gmail.com>
967
968 * download_prerequisites: Modify the comment for GRAPHITE_LOOP_OPT.
969
c3e1e693
YG
9702014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
971 Yury Gribov <y.gribov@samsung.com>
972
973 * vimrc: New file.
974
83f41b24
TP
9752014-12-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
976
977 * check_GNU_style.sh: Warn for incorrect number of spaces in function
978 call only if 0 or 2+ spaces found.
979
f5d5b88f
TB
9802014-12-02 Tobias Burnus <burnus@net-b.de>
981
982 * download_prerequisites: Download ISL 0.14 instead of 0.12.2.
983
fdb424cf
TV
9842014-11-25 Tom de Vries <tom@codesourcery.com>
985 Peter Bergner <bergner@vnet.ibm.com>
986
987 * mklog: Handle .mklog. Use git setting independent of presence .git
988 directory.
989
78d7f09f
TV
9902014-11-14 Tom de Vries <tom@codesourcery.com>
991
992 * mklog: Move reading of .diff file up and add comment. Copy diff_lines
993 to orig_diff_lines. Use orig_diff_lines when appending patch.
994
35485da9
DM
9952014-11-11 David Malcolm <dmalcolm@redhat.com>
996
997 * ChangeLog.jit: New.
998 * jit-coverage-report.py: New file: a script to print crude
999 code-coverage information for the libgccjit API.
1000
67183c4d
MZ
10012014-11-11 Marat Zakirov <m.zakirov@samsung.com>
1002
4b5ed6cf 1003 * mklog: Symbol '}' stops search for changes.
67183c4d 1004
51f784f5
TB
10052014-11-11 Tobias Burnus <burnus@net-b.de>
1006
1007 * download_prerequisites: Stop downloading CLooG.
1008
a8cfbbdc
MZ
10092014-11-07 Marat Zakirov <m.zakirov@samsung.com>
1010
4b5ed6cf
UB
1011 * mklog: Always doubt in functions.
1012 Add EOF protection.
a8cfbbdc 1013
1335a8ca
JBG
10142014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1015
1016 * config-list.mk: Don't build Go for certain targets.
1017
3daa7bbf
TS
10182014-10-04 Trevor Saunders <tsaunders@mozilla.com>
1019
1020 * compare-all-tests: Don't test score-*.
1021 * config-list.mk: Likewise.
1022
c19adb17
SB
10232014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
1024
1025 * dg-extract-results.py (output_variation): Always sort if do_sum.
1026
38278d8a
TV
10272014-09-22 Tom de Vries <tom@codesourcery.com>
1028
1029 * mklog: Add --inline option.
1030
813271fc
SB
10312014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
1032
1033 * dg-extract-results.py (Prog.result_re): Include options in test name.
1034
3a8fe7c6
OH
10352014-09-19 Olivier Hainque <hainque@adacore.com>
1036
1037 * config-list.mk (LIST): Add powerpc-wrs-vxworksmils.
1038
f4d5fe47
JS
10392014-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
1040
1041 * config-list.mk (LIST): Add v850-rtems.
1042
b060c217
SH
10432014-09-18 Sebastian Huber <sebastian.huber@embedded-brains.de>
1044
1045 * config-list.mk (LIST): Add arm-rtems.
1046 Add nios2-rtems. Remove extra option from powerpc-rtems.
1047
157e859f
TS
10482014-09-08 Trevor Saunders <tsaunders@mozilla.com>
1049
1050 * compare-all-tests: Don't test picochip.
1051 * config-list.mk: Likewise.
1052
6f853fd4
MX
10532014-08-11 Mingjie Xing <mingjie.xing@gmail.com>
1054
1055 * texi2pod.pl (postprocess): Move command process for '@sc' to the
1056 front of '@dfn'. Add a new command process for '@t{...}', just print
1057 the content.
1058
863aa163 10592014-07-21 Trevor Saunders <tsaunders@mozilla.com>
633e5fbb 1060 Yury Gribov <y.gribov@samsung.com>
863aa163 1061
633e5fbb
TS
1062 * mklog: Run mklog as a filter.
1063
10642014-07-21 Trevor Saunders <tsaunders@mozilla.com>
1065
1066 * mklog: Read name and email from git config when available.
863aa163 1067
16a4b3b9
RB
10682014-06-28 Richard Biener <rguenther@suse.de>
1069
1070 * gennews: Use gcc-3.0/index.html.
1071
e6120abe
RS
10722014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
1073
1074 * dg-extract-results.py: For Python 3, force sys.stdout to handle
1075 surrogate escape sequences.
1076 (safe_open): New function.
1077 (output_segment, main): Use it.
1078
ae242e3f
RS
10792014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
1080
1081 * dg-extract-results.py (Named): Remove __cmp__ method.
1082 (output_variation): Use a key to sort variation.harnesses.
1083
386c4027
UB
10842014-05-24 Uros Bizjak <ubizjak@gmail.com>
1085
1086 * texi2pod.pl: Force .pod file to not be a numbered list.
1087
768b94bc
RS
10882014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
1089
1090 * dg-extract-results.py (parse_run): Handle warnings that are printed
1091 before a test harness is run.
1092
3ce2cd36
JBG
10932014-05-09 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1094
1095 * config-list.mk (show): New target.
1096
0af7b53a
RS
10972014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
1098
1099 * dg-extract-results.py: New file.
1100 * dg-extract-results.sh: Use it if the environment seems suitable.
1101
d9f069ab
RO
11022014-04-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1103
1104 * config-list.mk (LIST): Remove sparc-sun-solaris2.9, i686-solaris2.9.
1105
b716608c
JJ
11062013-04-22 Jakub Jelinek <jakub@redhat.com>
1107
1108 * gennews (files): Add files for GCC 4.9.
1109
341c653c
WL
11102014-02-24 Walter Lee <walt@tilera.com>
1111
1112 * config-list.mk (LIST): Add tilegxbe-linux-gnu.
1113
662dae0d
RB
11142014-02-13 Richard Biener <rguenther@suse.de>
1115
1116 * download_prerequisites: Update ISL and CLOOG versions.
1117
37f14a0d
BM
11182014-01-31 Brooks Moses <bmoses@google.com>
1119
1120 * gcc_update (files_and_dependencies): Add aarch64-tune.md.
1121
69b09963
YG
11222014-01-29 Yury Gribov <y.gribov@samsung.com>
1123
1124 * mklog: Improve support of context diffs.
1125
e8b37cb6
TU
11262014-01-21 Tatiana Udalova <t.udalova@samsung.com>
1127
1128 * mklog: Avoid adding falsely changed functions to ChangeLog.
1129
e430824f
CLT
11302013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
1131
1132 * config-list.mk: Add nios2-elf, nios2-linux-gnu. Corrected
1133 ordering of some configs.
1134
b654717c
YG
11352013-12-23 Yury Gribov <y.gribov@samsung.com>
1136
1137 * mklog: Automatically insert comments in trivial cases.
1138
26b08681
YG
11392013-12-19 Yury Gribov <y.gribov@samsung.com>
1140
1141 * mklog: Split generated message in parts.
1142
9304f876
CJW
11432013-10-31 Chung-Ju Wu <jasonwucj@gmail.com>
1144
1145 * config-list.mk (nds32le-elf, nds32be-elf): Add nds32 target.
1146
8a1a4544
TB
11472013-10-29 Tobias Burnus <burnus@net-b.de>
1148
1149 * gcc_update (files_and_dependencies): Add rules for
1150 libcilkrts.
1151
cd13be9b
TS
11522013-10-11 Thomas Schwinge <thomas@codesourcery.com>
1153
1154 * gcc_update (files_and_dependencies): Fix rule for
1155 libgomp/testsuite/Makefile.in.
1156
53426f6c
JR
11572013-10-01 Joern Rennecke <joern.rennecke@embecosm.com>
1158
1159 * config-list.mk: Add arc configurations.
1160
f6113c27
DN
11612013-09-27 Diego Novillo <dnovillo@google.com>
1162
1163 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1164
f6a83b4a
DD
11652013-09-12 DJ Delorie <dj@redhat.com>
1166
1167 * config-list.mk: Add msp430-elf.
1168
cdc35a2e
DN
11692013-08-31 Diego Novillo <dnovillo@google.com>
1170
1171 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1172
6e39ee0c
MS
11732013-08-29 Mike Stump <mikestump@comcast.net>
1174
1175 * gcc_update (configure): Update to handle svn 1.8.1.
1176
ecdbd01a 11772013-08-03 Caroline Tice <cmtice@google.com>
2077db1b
CT
1178
1179 * gcc_update: Add libvtv files.
386c4027 1180
76ba1222
BM
11812013-06-06 Brooks Moses <bmoses@google.com>
1182
1183 * testsuite-management/validate_failures.py: Fix handling of
1184 summary lines with "|" characters or empty description fields.
1185
a8db5990
CJW
11862013-05-24 Chung-Ju Wu <jasonwucj@gmail.com>
1187
1188 * download_prerequisites: Download isl and cloog conditionally.
1189
f3e4f44c
DM
11902013-05-21 David Malcolm <dmalcolm@redhat.com>
1191
dd1c676f 1192 * repro_fail: Filter out "-ignore SIGHUP" from the spawn lines.
f3e4f44c 1193
0baddc45
RO
11942013-05-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1195
1196 * config-list.mk (LIST): Add -enable-obsolete for
1197 sparc-sun-solaris2.9, i686-solaris2.9.
1198
aa7e6aad
MS
11992013-05-13 Mike Stump <mikestump@comcast.net>
1200
1201 * compare_tests: Limit lines to 2000 characters as comm on Mac OS
1202 X 10.8.3 doesn't like long lines (those 2055 characters or more).
1203
a46d0aff
SN
12042013-04-22 Sofiane Naci <sofiane.naci@arm.com>
1205
1206 * config-list.mk (LIST): Add aarch64-elf and aarch64-linux-gnu.
1207
18d5a76d
DN
12082013-04-18 Diego Novillo <dnovillo@google.com>
1209
1210 * validate_failures.py: Fix typo.
1211
89cbb85b
DN
12122013-04-18 Diego Novillo <dnovillo@google.com>
1213
1214 * validate_failures.py: Loosen check for build directory.
1215 State what failed if we couldn't find the source tree or
1216 the target triplet.
1217
1faae6ef
JJ
12182013-03-22 Jakub Jelinek <jakub@redhat.com>
1219
1220 * gennews (files): Add files for GCC 4.8.
1221
34d3a672
TB
12222013-03-06 Tobias Burnus <burnus@net-b.de>
1223
1224 * make-obstacks-texi.pl: New.
1225
d809887a
RO
12262013-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1227
1228 * make_sunver.pl: Enforce C locale.
1229
b96299a1
RS
12302013-02-06 Richard Sandiford <rdsandiford@googlemail.com>
1231
1232 * update-copyright.py: Add libdecnumber to the default list.
1233 Remove libquadmath and libssp.
1234
144f2e52
DN
12352013-02-06 Diego Novillo <dnovillo@google.com>
1236
1237 * testsuite-management/validate_failures.py: Fix typo.
1238
828e50c5
DN
12392013-02-06 Diego Novillo <dnovillo@google.com>
1240
1241 * testsuite-management/validate_failures.py: Update
1242 Copyright years.
1243 Request contributions not to use Python features newer
1244 than 2.4.
1245 (GetBuildData): If this is not a build directory,
1246 emit an error only if --results or --manifest are missing.
1247
143c83f1
BRF
12482013-02-06 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1249
1250 * testsuite-management/validate_failures.py
1251 (IsInterestingResult): Fix performance regression
1252
240d6348
RS
12532013-02-04 Richard Sandiford <rdsandiford@googlemail.com>
1254
b3dc7102 1255 * update-copyright.py: New file.
240d6348 1256
1faae6ef 12572013-01-15 David Blaikie <dblaikie@gmail.com>
16dd2667
DB
1258
1259 * dg-extract-results.sh: Handle KPASSes.
1260
9fa633fc
DB
1261 * dg-extract-results.sh: Constrain the start-of-log pattern.
1262
db065268
DB
1263 * dg-extract-results.sh: Fix order of summary counts.
1264
7fb1e592
BRF
12652012-12-01 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1266
1267 * testsuite-management/validate_failures.py
1268 (IsInterestingResult): Only strip line a second time if we did split.
1269 Rephrase return statement while at it.
1270 (CollectSumFiles): Also ignore .git directory.
1271
f15b9727
DN
12722012-12-03 Diego Novillo <dnovillo@google.com>
1273
1274 * testsuite-management/validate_failures.py: Fix stale
1275 use of 'options'.
1276
f6fce951
DE
12772012-11-30 Doug Evans <dje@google.com>
1278
d5651dcf
DE
1279 * testsuite-management/validate_failures.py: Add support for @include,
1280 @remove directives in manifest files.
1281
f6fce951
DE
1282 * testsuite-management/validate_failures.py: Add function
1283 GetManifestPath. New global _MANIFEST_SUBDIR.
1284
b4b5e1f7
DE
12852012-11-29 Doug Evans <dje@google.com>
1286
74df1ad0
DE
1287 * testsuite-management/validate_failures.py: Remove pass/fail
1288 indicator from result of GetBuildData.
1289
bc5e01b1
DE
1290 * testsuite-management/validate_failures.py: Store options in global
1291 variable _OPTIONS.
1292
cd1d95bd
DE
1293 * testsuite-management/validate_failures.py: Rename variable
1294 manifest_name to manifest_path everywhere.
1295
b4b5e1f7
DE
1296 * testsuite-management/validate_failures.py (CompareBuilds): Pass
1297 options.results to GetSumFiles for clean build.
1298
b3891de4
DE
12992012-11-28 Doug Evans <dje@google.com>
1300
1099bb0a
DE
1301 * testsuite-management/validate_failures.py: Use <target_alias> instead
1302 of <target>. Minor whitespace changes.
1303
b3891de4
DE
1304 * testsuite-management/validate_failures.py: Record ordinal with
1305 TestResult.
1306
a59a2c21
MS
13072012-11-19 Mike Stump <mikestump@comcast.net>
1308
1309 * compare_tests: Add export LC_ALL=C to make sort happier.
1310
451a210d
L
13112012-11-14 H.J. Lu <hongjiu.lu@intel.com>
1312
1313 * gcc_update: Update libsanitizer generated files.
1314
36a41ef1
TB
13152012-11-12 Tobias Burnus <burnus@net-b.de>
1316
1317 * gcc_update: Add libquadmath generated files.
1318
6671a4e4
L
13192012-11-12 H.J. Lu <hongjiu.lu@intel.com>
1320
1321 * gcc_update: Add libsanitizer generated files.
1322
bff0e529
LC
13232012-11-05 Lawrence Crowl <crowl@google.com>
1324
1325 * compare_two_ftime_report_sets: New.
1326
b436bf38
DN
13272012-11-02 Diego Novillo <dnovillo@google.com>
1328
1329 * testsuite-management/validate_failures.py: Add option
1330 --clean_build to compare test results against another
1331 build.
1332
3b1de8eb
DN
13332012-10-31 Diego Novillo <dnovillo@google.com>
1334
1335 * testsuite-management/validate_failures.py: Fix parsing
1336 of summary lines.
1337
6119d95c
DN
13382012-10-29 Diego Novillo <dnovillo@google.com>
1339
1340 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1341
1996c0a6
DN
13422012-10-06 Diego Novillo <dnovillo@google.com>
1343
1344 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1345
c8ae7abf
CL
13462012-10-02 Christophe Lyon <christophe.lyon@linaro.org>
1347
1348 * check_GNU_style.sh: Remove temporay file upon exit.
1349
f3633f55
JR
13502012-09-26 Joern Rennecke <joern.rennecke@embecosm.com>
1351
1352 * contrib-list.mk (LIST): Remove arm-freebsd6, arm-linux,
1353 arm-ecos-elf, arm-rtems, arm-elf and arm-wince-pe.
1354 Use --enable-obsolete for picochip-elf.
1355
5ad7a43e
DN
13562012-09-10 Diego Novillo <dnovillo@google.com>
1357
1358 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
1359
0e9f719a
EB
13602012-09-04 Eric Botcazou <ebotcazou@adacore.com>
1361
1362 * make_sunver.pl: Add missing newline at the end of extern "C++" block.
1363
e8f6d046
DN
13642012-08-24 Diego Novillo <dnovillo@google.com>
1365
1366 * testsuite-management/x86_64-unknown-linux-gnu.xfail: Update.
386c4027 1367
18da4303
DN
13682012-08-14 Diego Novillo <dnovillo@google.com>
1369
1370 * testsuite-management/x86_64-unknown-linux-gnu.xfail: New.
1371
a327112f
DN
13722012-08-13 Diego Novillo <dnovillo@google.com>
1373
1374 * testsuite-management/validate_failures.py (ExpirationDate): Tidy
1375 comment.
1376
6baa7225
DN
13772012-08-13 Diego Novillo <dnovillo@google.com>
1378
1379 * testsuite-management/validate_failures.py (ParseSummary): Fix
1380 comment.
1381
c577382e
DN
13822012-08-13 Diego Novillo <dnovillo@google.com>
1383
1384 * testsuite-management/validate_failures.py: Import datetime.
1385 (TestResult.ExpirationDate): New.
1386 (TestResult.HasExpired): New.
1387 (ParseSummary): Call it. If it returns True, warn that the
1388 expected failure has expired and do not add it to the set of
1389 expected results.
1390 (GetResults): Clarify documentation.
1391
55b073ba
DN
13922012-07-26 Diego Novillo <dnovillo@google.com>
1393
1394 * testsuite-management/validate_failures.py: Do not use
1395 'with ... as ...' constructs.
1396
29476fe1
DN
13972012-07-19 Diego Novillo <dnovillo@google.com>
1398
1399 * testsuite-management/validate_failures.py (CollectSumFiles):
1400 Rename from GetSumFiles.
1401 (GetSumFiles): Factor out of CheckExpectedResults.
1402 (CheckExpectedResults): Call it.
1403 (ProduceManifest): Call it.
1404
89d223b3
DN
14052012-07-18 Diego Novillo <dnovillo@google.com>
1406
1407 * testsuite-management/validate_failures.py: Fix
1408 /usr/bin/python invocation.
1409
c85fd25b
SB
14102012-06-19 Steven Bosscher <steven@gcc.gnu.org>
1411
1412 * check_makefile_deps.sh: Look for c-common.o in c-family/.
1413 Add a few more crt* files to the list of files to skip.
1414
9adf6490
MP
14152012-05-31 Marek Polacek <polacek@redhat.com>
1416
4b5ed6cf 1417 * mklog: Prevent printing three spaces after the date.
9adf6490 1418
4da37205
DN
14192012-06-04 Diego Novillo <dnovillo@google.com>
1420
1421 * testsuite-management/validate_failures.py (GetResults):
1422 Change argument to accept list of summary files to analyze.
1423 Update callers.
1424 (CheckExpectedResults): Handle options.manifest, options.results
1425 and options.ignore_missing_failures.
1426 (Main): Add options --manifest, --results and --ignore_missing_failures.
1427
ba0d684e
DN
14282012-05-31 Diego Novillo <dnovillo@google.com>
1429 Cary Coutant <ccoutant@google.com>
1430
1431 * mklog: New.
1432
c7046906
L
14332012-05-25 H.J. Lu <hongjiu.lu@intel.com>
1434
1435 PR bootstrap/53472
1436 * contrib/compare-debug (remove_comment): New function.
1437 Remove any .comment sections if the first cmp failed.
1438
c75e90f3
DE
14392012-05-09 David Edelsohn <dje.gcc@gmail.com>
1440
1441 * gcc_update: Use $GCC_SVN to retrieve branch and revision.
1442
48310492
RH
14432012-05-01 Richard Henderson <rth@redhat.com>
1444
1445 * gcc_update: Add libatomic generated files.
1446
af13465f
MLI
14472012-04-23 Manuel López-Ibáñez <manu@gcc.gnu.org>
1448
1449 * compare_tests: Append '/' to make 'find' traverse
1450 symlinked directories.
1451
034a3fcd
RO
14522012-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1453
1454 * testsuite-management/validate_failures.py (GetBuildData): Use
1455 target_alias.
1456
a0806f33
DE
14572012-04-06 Doug Evans <dje@google.com>
1458
1459 * dg-extract-results.sh: Handle KFAILs.
1460
b24513a1
RO
14612012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1462
1463 * config-list.mk (LIST): Remove mips-sgi-irix6.5.
1464
bfdac9a1
JM
14652012-03-13 Joseph Myers <joseph@codesourcery.com>
1466
1467 * gennews (files): Add files for GCC 4.7.
1468
c4bc5c25
RO
14692012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1470
1471 * config-list.mk (LIST): Remove mips-openbsd.
1472
5c30094f
RO
14732012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1474
1475 * config-list.mk (LIST): Remove alpha-dec-osf5.1.
1476
acb3748d
DN
14772012-03-02 Diego Novillo <dnovillo@google.com>
1478
1479 * testsuite-management/validate_failures.py (class TestResult): Fix
1480 match pattern for the summary line. If there is a parsing failure,
1481 show the line we failed to parse.
1482
cc2de92d
RO
14832012-02-27 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1484
1485 PR libstdc++/52188
1486 * make_sunver.pl: Remove #ifdef handling.
1487
4ad29d0d
DK
14882012-02-17 Doug Kwan <dougkwan@google.com>
1489
1490 * contrib/testsuite-management/validate_failures.py
1491 (GetMakefileValue): Check for cross compilers.
1492
e53182b7
QN
14932012-02-15 Quentin Neill <quentin.neill@amd.com>
1494
1495 * compare_tests: Fix trailing paths in dir arguments.
1496 Handle sum1/sum2 temp files with others.
1497
dd552284
WL
14982012-02-14 Walter Lee <walt@tilera.com>
1499
1500 * config-list.mk (LIST): Add tilegx-linux-gnu and
1501 tilepro-linux-gnu.
1502 * gcc_update (gcc/config/tilegx/mul-tables.c): New dependencies.
1503 (gcc/config/tilepro/mul-tables.c): New dependencies.
1504
44414d2f
MS
15052012-02-11 Mike Stump <mikestump@comcast.net>
1506
1507 * compare_tests (exit_status): Fix.
1508
a8fc9855
DN
15092012-02-10 Diego Novillo <dnovillo@google.com>
1510
1511 * repro_fail: Add --debug and --debug-tui flags.
1512
1faae6ef
JJ
15132012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
1514 Jayant R Sonar <jayant.sonar@kpitcummins.com>
b25364a0
S
1515
1516 * config-list.mk (LIST): Add cr16-elf.
1517
884f56d1
GJL
15182012-01-02 Georg-Johann Lay <avr@gjlay.de>
1519
1520 PR target/51345
1521 * gcc_update (files_and_dependencies): Add
1522 gcc/config/avr/t-multilib, gcc/config/avr/multilib.h.
1523
85b8555e
DD
15242011-11-29 DJ Delorie <dj@redhat.com>
1525
1526 * config-list.mk (LIST): Add rl78-elf.
1527
adcd36bc
RO
15282011-11-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1529
1530 * make_sunver.pl: Convert '?' in glob patterns to '.'.
1531
0a35513e
AH
15322011-11-07 Richard Henderson <rth@redhat.com>
1533
1534 Merged from transactional-memory.
1535
1536 * gcc_update: Add libitm to touch data.
1537
cf7716a2
QN
15382011-11-07 Quentin Neill <quentin.neill@amd.com>
1539
1540 * compare_tests: Add ability to compare all .sum
1541 files from two build directories.
1542
feeeff5c
JR
15432011-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
1544
1545 * contrib-list.mk: Add Epiphany configurations.
1546
a5baf3b8
DN
15472011-09-13 Diego Novillo <dnovillo@google.com>
1548
1549 * testsuite-management: New.
1550 * testsuite-management/validate_failures.py: New.
1551
39b75e51
RO
15522011-08-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1553
1554 * gcc_update: Determine svn branch from hg convert_revision.
1555
e44dbbe1
RO
15562011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1557
1558 * config-list.mk (i586-netware): Remove.
1559 (.PHONY): Remove make-script-dir dependency.
1560 (make-script-dir): Remove.
1561 ($(LIST)): Remove make-script-dir dependency.
1562
bcead286
BS
15632011-07-15 Bernd Schmidt <bernds@codesourcery.com>
1564
1565 * gcc_update: Add C6X generated files.
1566 * contrib/config-list.mk: Add c6x-elf and c6x-uclinux.
1567
e35fceb5
RO
15682011-07-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1569
1570 * config-list.mk (LIST): Append OPT-enable-obsolete to
1571 alpha-dec-osf5.1, mips-sgi-irix6.5.
1572
23d11384
DN
15732011-06-24 Diego Novillo <dnovillo@google.com>
1574
1575 * repro_fail: New.
1576
1b916ca6
JM
15772011-06-21 Joseph Myers <joseph@codesourcery.com>
1578
1579 * gcc_update (gcc/config/avr/avr-tables.opt): New dependencies.
1580
12d844c8
JM
15812011-05-19 Joseph Myers <joseph@codesourcery.com>
1582
1583 * gcc_update (gcc/config/arm/arm-tables.opt): Also depend on
1584 gcc/config/arm/arm-fpus.def.
1585
f10d3ac9
JM
15862011-05-10 Joseph Myers <joseph@codesourcery.com>
1587
1588 * gcc_update (gcc/config/rs6000/rs6000-tables.opt): New
1589 dependencies.
1590
d371df6f
JM
15912011-05-09 Joseph Myers <joseph@codesourcery.com>
1592
1593 * gcc_update (gcc/config/mips/mips-tables.opt): New dependencies.
1594
adad1007
JR
15952010-05-05 Joern Rennecke <joern.rennecke@embecosm.com>
1596
1597 * config-list.mk: New file.
1598
47c94d21
JM
15992011-05-02 Joseph Myers <joseph@codesourcery.com>
1600
1601 * gcc_update (gcc/config/m68k/m68k-tables.opt): New dependencies.
1602
e5b0dad8
JK
16032011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
1604
1605 * paranoia.cc (ENUM_BITFIELD): Remove.
1606
ad7be009
JM
16072011-04-08 Joseph Myers <joseph@codesourcery.com>
1608
1609 * gcc_update (gcc/config/arm/arm-tables.opt): New dependencies.
1610
ebb9f8b0
JM
16112011-03-22 Joseph Myers <joseph@codesourcery.com>
1612
1613 * compare-all-tests (all_targets): Remove crx and m68hc11.
1614
084239f4
RO
16152011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1616
1617 PR bootstrap/48135
1618 * make_sunver.pl: Don't use File::Glob.
1619
20a52ab9
JM
16202011-03-05 Joseph Myers <joseph@codesourcery.com>
1621
1622 * gennews (files): Add files for GCC 4.6.
1623
a7150b3d
DK
16242011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
1625
1626 * patch_tester.sh (nopristinecache): New shell var, set according
1627 to presence or absence of new -nopristinecache option.
1628 (usage): Document new option.
1629 (bootntest_pristine): Implement it.
1630
f7598845
RO
16312010-11-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1632
1633 * make_sunver.pl: Use elfdump -s to extract symbols if possible,
1634 readelf -s otherwise.
1635
79770339
EB
16362010-11-08 Eric Botcazou <ebotcazou@adacore.com>
1637
1638 * make_sunver.pl: Ignore entries without symbol name first. Then do
1639 not ignore symbols marked as 'R'.
1640
fda9c731
AK
16412010-10-18 Andi Kleen <ak@linux.intel.com>
1642
1643 * gccbug.el: Remove.
1644
6832435e
RO
16452010-10-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1646
1647 * gcc_update: Run $GCC_HG pull and update separately.
1648 Check parents for SVN revision.
1649
6c009867
RW
16502010-10-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1651
1652 * test_recheck: New script.
1653
ab940b73
RW
16542010-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1655
1656 * texi2pod.pl: Replace @@ before @{ and @}, for @samp{@@}.
1657 Also escape characters with grave accents, to be fixed ...
1658 (unmunge): ... here.
1659 (postprocess): Also handle @/ and @acronym{...}.
1660
8cab7c13
SP
16612010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1662
1663 * check_GNU_style.sh: Do not print warning messages when there are
1664 no occurences.
1665
97075d3b
RO
16662010-09-13 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1667
1668 * gcc_update: Handle hg, too.
1669
5653ef60
EB
16702010-07-08 Eric Botcazou <ebotcazou@adacore.com>
1671
1672 * make_sunver.pl: Remove extra whitespace in regexp.
1673
f3e3b476
SP
16742010-07-02 Sebastian Pop <sebastian.pop@amd.com>
1675
1676 * check_GNU_style.sh: New.
1677
c18dc5cc
RO
16782010-07-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1679
1680 * make_sunver.pl: New file.
1681
9a082684
IS
16822010-07-02 Iain Sandoe <iains@gcc.gnu.org>
1683
4b5ed6cf
UB
1684 * compare-debug (Darwin): Remove '-x' flag from ld-based object
1685 stripping. Add a comment as to why we do it this way.
9a082684 1686
339325b3
AO
16872010-06-20 Alexandre Oliva <aoliva@redhat.com>
1688
1689 * compare-debug: Drop LTO sections.
1690
e31a6dc2
BRF
16912010-06-15 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1692
1693 * gcc_update: Support updating a git clone.
1694
fb340c3c
RO
16952010-06-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1696
1697 * test_summary: Don't use diff -u.
1698 Adapt egrep regex.
1699
69baf0a3
AH
17002010-06-02 Andrew Haley <aph@redhat.com>
1701
1702 * download_prerequisites: New script.
1703
bc492e47
RO
17042010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1705
1706 * dg-extract-results.sh: Redirect grep output to /dev/null instead
1707 of grep -q.
1708
c334c130
BS
17092010-04-22 Basile Starynkevitch <basile@starynkevitch.net>
1710
1711 * gcc_update: Sets the locale to C.
1712
02e698d7
JM
17132010-04-06 Joseph Myers <joseph@codesourcery.com>
1714
1715 * gennews (files): Add files for GCC 4.5.
1716
fccff341
JK
17172010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
1718
1719 Fix *.log tests output containing "===".
1720 * dg-extract-results.sh (/\===/): Rename to ...
1721 (/^\t\t=== .* ===$/): ... this pattern.
1722
54bceaf3
RO
17232010-03-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1724
1725 * dg-extract-results.sh: Fix result order to match sequential case.
1726
2fdb618d
RW
17272010-01-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1728
1729 * check_warning_flags.sh: Use \012 instead of \n with tr.
1730
5392f6be
RO
17312010-01-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1732
1733 * dg-extract-results.sh: Don't use tail -n.
1734
d7f09764
DN
17352009-10-03 H.J. Lu <hongjiu.lu@intel.com>
1736 Richard Guenther <rguenther@suse.de>
1737
1738 PR lto/39216
1739 * gcc_update: Adjust file timestamps for lto-plugin.
1740
bb59df52
IS
17412009-09-10 Iain Sandoe <iain.sandoe@sandoe-acoustics.co.uk>
1742
1743 PR bootstrap/41245
1744 * compare-debug: Handle stripping of dwarf debug sections from darwin
1745 mach-o objects.
1746
c45ae2c8
AO
17472009-09-04 Alexandre Oliva <aoliva@redhat.com>
1748
1749 * compare-debug: Grep for blank before dash to avoid grep -e.
1750
8fc68cba
AO
17512009-09-01 Alexandre Oliva <aoliva@redhat.com>
1752
1753 * compare-debug: Look for .gkd files and compare them.
1754
0930984e
RW
17552009-08-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1756
1757 PR testsuite/41166
1758 * test_summary: Invoke config.status, rather than trying to
1759 parse it. Adjust awk script.
1760
5830150a
AO
17612009-08-18 Alexandre Oliva <aoliva@redhat.com>
1762
1763 * compare-debug: Drop .eh_frame relocations too.
1764
c2d88223
L
17652009-08-18 H.J. Lu <hongjiu.lu@intel.com>
1766
1767 PR testsuite/40704
386c4027 1768 * test_summary: Filter out "\r".
c2d88223 1769
2feb56e6
AO
17702009-06-02 Alexandre Oliva <aoliva@redhat.com>
1771
1772 * compare-debug: Don't fail just because of .eh_frame differences.
1773
060717fc
JJ
17742009-04-27 Jakub Jelinek <jakub@redhat.com>
1775
1776 PR testsuite/39807
1777 * dg-extract-results.sh: Close open files and use >> instead of >
1778 to decrease number of concurrently open files from awk. Avoid
1779 = at the beginning of a regexp and redirect to a file determined
1780 by curfile variable rather than concatenated strings to workaround
1781 Solaris nawk bug.
1782
7527cf21
GP
17832009-04-25 Gerald Pfeifer <gerald@pfeifer.com>
1784
1785 * test_summary: Only include LAST_UPDATED if it exists.
1786 Complete copyright years.
1787
0455c7f4
PB
17882009-04-16 Paolo Bonzini <bonzini@gnu.org>
1789
1790 * compare-all-tests: New.
1791
50e8c6d2
JJ
17922009-04-14 Jakub Jelinek <jakub@redhat.com>
1793
1794 * gennews (files): Reference GCC 4.4 web pages.
1795
748086b7
JJ
17962009-04-09 Jakub Jelinek <jakub@redhat.com>
1797
1798 * reghunt/date_based/reg_periodic: Change copyright header to refer
1799 to version 3 of the GNU General Public License and to point readers
1800 at the COPYING3 file and the FSF's license web page.
1801 * reghunt/date_based/reg_search: Likewise.
1802 * regression/GCC_Regression_Tester.wdgt/widget.html: Likewise.
1803 * regression/btest-gcc.sh: Likewise.
1804 * regression/objs-gcc.sh: Likewise.
1805
a072f1cf
RW
18062009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1807
1808 * check_warning_flags.sh: Update flag exceptions.
1809
7a401a0d
BE
18102008-11-18 Ben Elliston <bje@au.ibm.com>
1811
1812 * dg-cmp-results.sh: Do not print usage if either .sum file cannot
1813 be opened; print a more meaningful error instead.
1814
7134e605
JJ
18152008-10-24 Janis Johnson <janis187@us.ibm.com>
1816 Jakub Jelinek <jakub@redhat.com>
1817
1818 * dg-extract-results.sh: New file.
1819
e63ea00c
RW
18202008-07-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1821
1822 * check_makefile_deps.sh: New file.
1823
a3ced85e
SP
18242008-05-08 Sebastian Pop <sebastian.pop@amd.com>
1825
1826 * patch_tester.sh (report): Do not print "Checker: ".
1827
24170ff9
SP
18282008-04-23 Sebastian Pop <sebastian.pop@amd.com>
1829
1830 * patch_tester.sh (report): Do not print the time.
1831
7f9766e4
JM
18322008-04-01 Joseph Myers <joseph@codesourcery.com>
1833
1834 * texi2pod.pl: Handle @samp and @url inside verbatim blocks.
1835 Handle @heading. Handle enumerated lists with starting numbers
1836 and extra headings.
1837
1d4edfd6
JJ
18382008-03-10 Janis Johnson <janis187@us.ibm.com>
1839
1840 * patch_tester.sh (initialization): Initialize svnpatch and stop.
386c4027 1841 (usage): Add -svnpath and -stop.
1d4edfd6
JJ
1842 (makedir): New.
1843 (argument handling): Process -stop and -svnpath.
1844 (setup code): Use makedir, error out if initial svn checkout fails.
1845 (update): Use svnpath. Invoke contrib/gcc_update.
1846 (apply_patch): Require that patch was created at top level. Use eval
1847 with option variables. Don't use bootstrap target for make. Verify
1848 that some tests were run.
1849 (bootntest_patched): Use snvpath.
1850 (main loop): For -stop, exit when there are no more patches to test.
1851
802e3f8c
RW
18522008-03-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1853
1854 * check_warning_flags.sh: Instead of invoke.texi, take the path
1855 to the doc directory as argument. Check that warnings listed in
1856 'gcc --help' are accepted by the compiler, and listed in the
1857 manuals.
1858
3825be8c
TT
18592008-03-06 Tom Tromey <tromey@redhat.com>
1860
1861 * patch_tester.sh (usage): Watermark is not lexicographic.
1862 Load $STATE/defaults if it exists.
1863 (selfexec): Use $0.
1864 (apply_patch): Handle deletions.
1865 (bootntest): Handle default settings.
1866
a7d95bfe
JJ
18672008-03-05 Jakub Jelinek <jakub@redhat.com>
1868
1869 * gennews (files): Reference GCC 4.3 web pages.
1870
1a1f7588
RW
18712008-02-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1872
1873 * check_warning_flags.sh: New file.
1874
8d8da227
JM
18752008-01-25 Joseph Myers <joseph@codesourcery.com>
1876
1877 * paranoia.cc (main): Remove handling of c4x_single and
1878 c4x_extended formats.
1879
3dfb41c5
SP
18802007-12-26 Sebastian Pop <sebastian.pop@amd.com>
1881
1882 * compareSumTests3: Changed to GPLv3.
1883 * prepare_patch.sh: Same.
1884 * uninclude: Same.
1885 * dglib.pm: Same.
1886 * gennews: Same.
1887 * texi2pod.pl: Same.
1888 * analyze_brprob: Same.
1889 * gcc_build: Same.
1890
66d3504c
SP
18912007-12-26 Sebastian Pop <sebastian.pop@amd.com>
1892
1893 * patch_tester.sh: Changed to GPLv3.
1894
cf79e386
SP
18952007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1896
1897 * patch_tester.sh: Don't save the script anymore.
1898
0f55312a
SP
18992007-12-15 Sebastian Pop <sebastian.pop@amd.com>
1900
1901 * patch_tester.sh: New.
1902 * prepare_patch.sh: New.
1903
3a3b6beb
AO
19042007-11-26 Alexandre Oliva <aoliva@redhat.com>
1905
1906 * compare-debug: Introduce -p flag to preserve .stripped files.
1907
7b6cb843
MLI
19082007-10-08 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1909
1910 * texi2pod.pl: Handle @asis.
1911 (postprocess): Move @gccoptlist{} after all formatting commands.
386c4027 1912
a64036a7
AO
19132007-10-01 Alexandre Oliva <aoliva@redhat.com>
1914
1915 * compare-debug: Avoid spurious errors when .stripped files
1916 exist.
1917
1733c7eb
HPN
19182007-09-22 Hans-Peter Nilsson <hp@axis.com>
1919
1920 * warn_summary (srcdirFilter): Add fixincludes, sim,
1921 newlib and mpfr.
1922
0cb58062
L
19232007-08-23 H.J. Lu <hongjiu.lu@intel.com>
1924
1925 * gcc_update: Handle different URL paths and tags.
1926
bb286d71
AO
19272007-08-16 Alexandre Oliva <aoliva@redhat.com>
1928
1929 * compare-debug: New.
1930
36dcf055 19312007-08-16 H.J. Lu <hongjiu.lu@intel.com>
1faae6ef 1932 Andreas Schwab <schwab@suse.de>
36dcf055
L
1933
1934 * gcc_update: Use "svn info" for revision number. Create
1935 gcc/REVISION with branch name and revision number.
1936
c749c2ee
DN
19372007-08-10 Diego Novillo <dnovillo@google.com>
1938
1939 * gcc.doxy: Rename from tree-ssa.doxy.
1940
cfa66dc1
DN
19412007-08-10 Diego Novillo <dnovillo@google.com>
1942
1943 * tree-ssa.doxy: Update for doxygen 1.5.
1944 Include all the files in the middle and back ends.
1945
6d409e8a
HPN
19462007-06-30 Hans-Peter Nilsson <hp@axis.com>
1947
1948 * gcc_update (files_and_dependencies): Handle
e9a57dc1 1949 gcc/testsuite/gcc.dg/cpp/direct2s.c.
6d409e8a 1950
6d707d08
MM
19512007-05-13 Mark Mitchell <mark@codesourcery.com>
1952
1953 * gennews (files): Reference GCC 4.2 web pages.
1954
3caecafa
ZW
19552007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
1956
1957 * texi2pod.pl: Correct handling of @itemize with no argument.
1958
a8af9c34
HPN
19592007-03-17 Hans-Peter Nilsson <hp@axis.com>
1960
1961 * uninclude: New utility, from Alexandre Oliva.
1962
7276d368
DH
19632007-02-26 Dominique Dhumieres <dominiq@lps.ens.fr>
1964
1965 * test_installed: Adjust to the move from g77 to gfortran.
1966
d0fc3f06
MK
19672007-02-16 Matthias Klose <doko@debian.org>
1968
1969 * texi2pod.pl: Handle @subsubsection, ignore @anchor.
1970
ce0d943a
HPN
19712007-02-10 Hans-Peter Nilsson <hp@axis.com>
1972
1973 * test_summary (configflags): Adjust for changes in the
1974 config.status format due to update to autoconf 2.59.
1975
61930fe5
DJ
19762007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
1977
1978 * gcc_update: Update for configure.in -> configure.ac.
1979
427e84f7
RS
19802007-02-06 Richard Sandiford <richard@codesourcery.com>
1981
1982 * texi2pod.pl: Handle @multitable.
1983
69403237
TT
19842007-01-15 Tom Tromey <tromey@redhat.com>
1985
1986 * download_ecj: New file.
1987
7f5b8ff7
MS
19882006-09-27 Matthew Sachs <msachs@apple.com>
1989
1990 * compareSumTests3: POD syntax fix.
1991
ed5ce4e0
MS
19922006-09-27 Matthew Sachs <msachs@apple.com>
1993
1994 * dglib.pm: Initial commit.
1995 * compareSumTests3: Initial commit.
1996
c3382fba
BF
19972006-09-18 Bernhard Fischer <aldot@gcc.gnu.org>
1998
1999 * dg-cmp-results.sh (compare-$$.awk): Print name[old]
2000 and not non-existing nm[old].
2001
27b56ba6
PE
20022006-07-06 Paul Eggert <eggert@cs.ucla.edu>
2003
2004 Port to hosts whose 'sort' and 'tail' implementations
2005 treat operands with leading '+' as file names, as POSIX
2006 has required since 2001. However, make sure the code still
2007 works on pre-POSIX hosts.
2008 * compare_tests: Don't assume "sort +2" is equivalent to
2009 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
2010
afef9a5b
JL
20112006-06-05 James Lemke <jwlemke@wasabisystems.com>
2012
2013 * dg-cmp-results.sh: New script for comparing DejaGNU logs.
2014
e58b87f7
RE
20152006-06-02 Richard Earnshaw <rearnsha@arm.com>
2016 Mike Stump <mrs@apple.com>
2017
2018 * compare_tests: Handle multilibs better.
2019
5dd59f65
DJ
20202006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
2021
2022 * texi2pod.pl: Correct handling of absolute @include.
2023
597fb86c 20242006-05-02 Daniel Jacobowitz <dan@codesourcery.com>
84309a32
DJ
2025
2026 * texi2pod.pl: Handle -I.
2027
b7ded1e0
MM
20282006-02-28 Mark Mitchell <mark@codesourcery.com>
2029
2030 * gennews (files): Update for GCC 4.1.
2031
46852b9b
DN
20322006-01-24 Diego Novillo <dnovillo@redhat.com>
2033
2034 * gcc_update (files_and_dependencies): Handle
2035 libgomp/testsuite/Makefile.in.
2036
953ff289
DN
20372006-01-18 Richard Henderson <rth@redhat.com>
2038 Diego Novillo <dnovillo@redhat.com>
2039
2040 * gcc_update (files_and_dependencies): Add libgomp files.
2041
7a774079
BE
20422005-12-06 Ben Elliston <bje@au.ibm.com>
2043
2044 * newcvsroot: Remove.
2045
f2bd1eb9
SB
20462005-11-03 Steven Bosscher <stevenb@suse.de>
2047
2048 * gcc_build: Fix my previous checking.
2049
f415efe3
JM
20502005-11-01 Joseph S. Myers <joseph@codesourcery.com>
2051
2052 * gcc_update: Include revision number in LAST_UPDATED.
2053
133f4c87
SB
20542005-10-30 Steven Bosscher <stevenb@suse.de>
2055
2056 * gcc_build: Use gcc.gnu.org as the default server. Set up
2057 SVN_REPOSITORY correctly. Add support for checking out branches.
2058
8f5c9c3d
AP
20592005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2060
2061 * gcc_update: When svn update is called and
2062 --silent is used, pass -q.
2063
7dcd894f
AP
20642005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2065
2066 * gcc_update: Remove the -q from svn invocation.
2067
6c301b82
AP
20682005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
2069
2070 * gcc_build: Remove -d from the call to gcc_update.
2071
1b9f940b 20722005-10-28 Daniel Berlin <dberlin@dberlin.org>
1faae6ef 2073 Ben Elliston <bje@au1.ibm.com>
386c4027 2074
1b9f940b
DB
2075 * gcc_update: Update for svn.
2076 * newcvsroot: Ditto.
2077 * gcc_build: Ditto.
2078
901097db
MM
20792005-10-21 Mark Mitchell <mark@codesourcery.com>
2080
386c4027 2081 * texi2pod.pl: Substitue for @value even when part of @include.
901097db 2082
0928f405
BW
20832005-10-21 Bob Wilson <bob.wilson@acm.org>
2084
2085 * texi2pod.pl: Convert two single quotes or two backquotes to
2086 double quotes.
2087
5464337b
BE
20882005-08-23 Ben Elliston <bje@au.ibm.com>
2089
2090 * gcc_update: Update dependencies for libjava/aclocal.m4.
2091
89ee9c70
KC
20922005-08-14 Kelley Cook <kcook@gcc.gnu.org>
2093
2094 * All files: Update with new FSF address.
2095
d0e71b9c
BE
20962005-07-14 Ben Elliston <bje@au.ibm.com>
2097
2098 * filter_params.pl: Typo fix.
2099 * filter_knr2ansi.pl: Likewise.
2100
bfac631b
GP
21012005-06-05 Gerald Pfeifer <gerald@pfeifer.com>
2102
2103 * gennews (files): Update for egcs-1.0 release pages consolidation.
2104
492f761a
JM
21052005-04-17 Joseph S. Myers <joseph@codesourcery.com>
2106
2107 * gennews (files): Update for GCC 4.0.
2108
7e3c8f17
AO
21092005-03-18 Alexandre Oliva <aoliva@redhat.com>
2110
2111 * gcc_update (silent): Unset instead of initializing to null.
2112
d028e149
AS
21132005-03-18 Andreas Schwab <schwab@suse.de>
2114
2115 * gcc_update (apply_patch): Properly quote $1.
2116
2d072788
ZW
21172005-03-18 Zack Weinberg <zack@codesourcery.com>
2118
2119 * gcc_update: Add --silent option.
2120
be932466
KG
21212005-03-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2122
2123 * warn_summary (keywordFilter): Update sed pattern for new quoting
2124 style in warnings.
2125
1f43e92e
KG
21262005-03-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2127
2128 * warn_summary: Add -fortran subdir flag.
2129 (subdirectoryFilter): Fix missing ada subdir.
2130
9eaf7da0
HPN
21312004-11-20 Hans-Peter Nilsson <hp@bitrange.com>
2132
2133 * gcc_update (touch_files): Don't rely on "make" being GNU make;
2134 grep for "Touching" to determine that the rule executes.
2135
18ccc7e0
HPN
21362004-11-14 Hans-Peter Nilsson <hp@bitrange.com>
2137
2138 * gcc_update (touch_files): Explicitly pass --no-print-directory.
2139
9a399055
AP
21402004-11-04 Andrew Pinski <pinskia@physics.uc.edu>
2141
2142 * gcc_update (boehm-gc/aclocal.m4): Remove boehm-gc/acinclude.m4.
2143
71b5d516
PB
21442004-08-04 Paolo Bonzini <bonzini@gnu.org>
2145
2146 * gcc_update: Add fixincludes.
2147
df6e87bf 21482004-08-26 Matthias Klose <doko@debian.org>
1249691b 2149
df6e87bf
MK
2150 * texi2pod.pl: keep references of the form @ref{...}, print them bold.
2151
21522004-08-26 Matthias Klose <doko@debian.org>
2153
2154 * test_summary: Include baseline used for libstdc++-v3 abi check
2155 in test summary.
1249691b 2156
5b292a4b
BE
21572004-08-25 Ben Elliston <bje@au.ibm.com>
2158
2159 * gcc_update (libcpp/Makefile.in): Remove libcpp/Makefile.am.
2160
8b84ead6
AT
21612004-08-20 Andreas Tobler <a.tobler@schweiz.ch>
2162
2163 * gcc_update (self): libjava/configure.in -> configure.ac. Automake
2164 update done.
2165
71b5d516 21662004-08-04 Paolo Bonzini <bonzini@gnu.org>
d0921255
PB
2167
2168 * gcc_update: libjava/configure.ac -> configure.in. Automake
2169 1.4 does not handle configure.ac properly.
2170
da96112d
AS
21712004-08-04 Andreas Schwab <schwab@suse.de>
2172
2173 * gcc_update: libjava/configure.in -> configure.ac.
2174
1faae6ef 21752004-08-03 Richard Earnshaw <rearnsha@arm.com>
1e45521f
RE
2176
2177 * gcc_update: gcc/config/arm/arm-tune.md -> arm-cores.def gentune.sh.
2178
7eacb691
JL
21792004-07-16 Jeff Law <law@redhat.com>
2180
2181 * analyze_brprob: Fix comments. More consistent output format.
2182
5bed2809
DN
21832004-06-17 Diego Novillo <dnovillo@redhat.com>
2184
2185 * tree-ssa.doxy: Update for doxygen 1.3.5.
2186
cc605afe
AJ
21872004-06-14 Andreas Jaeger <aj@suse.de>
2188
2189 * gcc_update: boehm-gc/configure.in -> configure.ac.
2190
bf9a420e
PB
21912004-06-16 Paolo Bonzini <bonzini@gnu.org>
2192
2193 * gcc_update (boehm-gc/configure): Depend on
2194 boehm-gc/configure.ac instead of boehm-gc/configure.in
2195
5a4f1818
PB
21962004-06-14 Paolo Bonzini <bonzini@gnu.org>
2197
2198 * gcc_update (libmudflap/configure): Depend on
2199 libmudflap/configure.ac instead of libmudflap/configure.in
2200
d5ad6feb
AJ
22012004-06-14 Andreas Jaeger <aj@suse.de>
2202
2203 * gcc_update: Add libcpp.
2204
dbfa8d15
AJ
22052004-06-10 Andreas Jaeger <aj@suse.de>
2206
2207 * gcc_update: Add libgfortran.
2208
9e953fed
AP
22092004-05-29 Andrew Pinski <pinskia@physics.uc.edu>
2210
2211 * gcc_update (libbanshee/configure): Depend on
2212 libbanshee/configure.ac instead of libbanshee/configure.in
2213
b4117c30
ZW
22142004-05-17 Zack Weinberg <zack@codesourcery.com>
2215
2216 * gcc_update: Remove gcc/f/intdoc.texi and all libf2c files
2217 from list of files to be touched.
2218 * convert_to_f2c, convert_to_g2c, download_f2c: Delete.
2219
e3d26d7b
JM
22202004-05-15 Joseph S. Myers <jsm@polyomino.org.uk>
2221
2222 * gennews: Update for GCC 3.4.
2223
6de9cd9a
DN
22242004-05-13 Diego Novillo <dnovillo@redhat.com>
2225
2226 Merge from tree-ssa-20020619-branch.
2227
2228 * filter_gcc_for_doxygen: New file.
2229 * filter_knr2ansi.pl: New file.
2230 * filter_params.pl: New file.
2231 * tree-ssa.doxy: New file.
2232 * contrib/gcc_update (files_and_dependencies): Handle
2233 libbanshee and libmudflap.
2234
5b03e555 22352004-04-12 Kelley Cook <kcook@gcc.gnu.org>
b4117c30 2236 Andreas Jaeger <aj@suse.de>
5b03e555
KC
2237
2238 * gcc_update (files_and_dependencies): Insert zlib dependencies.
2239
3adc31d1
NN
22402004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
2241
2242 * gcc_update (files_and_dependencies): libobjc/configure now
2243 depends on configure.ac, not configure.in.
2244
b52d4110
KC
22452004-04-01 Kelley Cook <kcook@gcc.gnu.org>
2246
2247 * gcc_update (files_and_dependencies): Remove gcc/ada/*.texi.
2248
7de53bca
AT
22492004-03-16 Andreas Tobler <a.tobler@schweiz.ch>
2250
2251 * gcc_update (files_and_dependencies): Insert libffi dependencies.
2252
8ab705be
KC
22532004-03-10 Kelley Cook <kcook@gcc.gnu.org>
2254
2255 * gcc_update (files_and_dependencies): Insert libada/configure.
2256
61c3ff8f
AP
22572004-02-29 Andrew Pinski <pinskia@physics.uc.edu>
2258
2259 * gcc_update (files_and_dependencies): Update intl/configure.in
2260 to intl/configure.ac.
2261
a4b0b8f1
KC
22622004-01-09 Kelley Cook <kcook@gcc.gnu.org>
2263
2264 * gcc_update (files_and_dependencies): Update fastjar/configure.in
2265 to fastjar/configure.ac
2266
102d3176
KC
22672004-01-07 Kelley Cook <kcook@gcc.gnu.org>
2268
2269 * gcc_update (files_and_dependencies): Remove non-existant files.
2270
dedebde1
KC
22712004-01-05 Kelley Cook <kcook@gcc.gnu.org>
2272
2273 * gcc_update (files_generated): Revert 2003-12-18 change.
2274
c5d1156b
AP
22752004-01-03 Andrew Pinski <pinskia@physics.uc.edu>
2276
2277 * gcc_update (files_and_dependencies): For gcc directory,
2278 rename configure.in to configure.ac.
2279
d9b000b1
AT
22802003-12-19 Andreas Tobler <a.tobler@schweiz.ch>
2281
2282 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2283 remove acconfig.h. No longer used.
2284
90c2f1de
KC
22852003-12-18 Kelley Cook <kcook@gcc.gnu.org>
2286
2287 * gcc_update (files_generated): Add in gcc/ada/stamp-xgnatug and update
2288 gcc/ada/gnat_ug_* to use it.
2289
3a816711
JW
22902003-12-16 James E Wilson <wilson@specifixinc.com>
2291
2292 * gcc_update (files_and_dependencies): For libjava/libltdl directory,
2293 rename configure.in to configure.ac, and stamp-h.in to config-h.in.
2294
90ff9ff3
KC
22952003-12-11 Kelley Cook <kcook@gcc.gnu.org>
2296
2297 * gcc_update (files_and_dependencies): Correct typo in the filename
2298 gnat_ug_wnt.texi.
2299
c41affc7
AC
23002003-12-08 Arnaud Charlet <charlet@act-europe.fr
2301
2302 * gcc_update: Remove handling of sinfo.h, einfo.h, nmake.ads,
2303 treeprs.ads.
2304
8f850e49
MM
23052003-10-16 Mark Mitchell <mark@codesourcery.com>
2306
2307 * gennews (files): Add GCC 3.3 files.
2308
9d3d50d2
MM
23092003-08-21 Mark Mitchell <mark@codesourcery.com>
2310
2311 * gcc_build: Fix handling of -t option. Add -x option.
2312
5bea01be
MK
23132003-07-31 Matt Kraai <kraai@alumni.cmu.edu>
2314
2315 * texi2pod.pl: Remove extra line.
2316
9fa09038
MK
23172003-07-15 Matt Kraai <kraai@alumni.cmu.edu>
2318
2319 * texi2pod.pl: Default @itemize's parameter to @bullet.
2320
0c6a2903
ZW
23212003-07-12 Zack Weinberg <zack@codesourcery.com>
2322
2323 * gcc_update: gcc/acconfig.h no longer exists.
2324
c3c35932
MK
23252003-07-11 Matthias Klose <doko@debian.org>
2326
2327 * test_installed: Add options to run objc tests.
2328 In generated site.exp, initialize rootme, CFLAGS, CXXFLAGS.
2329
6eb95e99
ZW
23302003-07-04 Zack Weinberg <zack@codesourcery.com>
2331
2332 * gcc_update: Remove gcc/intl/plural.c from list.
2333 Add new generated files intl/plural.c, intl/configure,
2334 intl/config.h.in.
2335
e4048ffc
JT
23362003-06-13 Jason Thorpe <thorpej@wasabisystems.com>
2337
2338 * gcc_update (files_and_dependencies): Add
2339 gcc/testsuite/gcc.dg/cpp/_Pragma3.c depends on
2340 gcc/testsuite/gcc.dg/cpp/mi1c.h.
2341
1faae6ef 23422003-05-23 Nathanael Nerode <neroden@gcc.gnu.org>
487a9427 2343
281b1732
NN
2344 * paranoia.cc: Fix spelling error.
2345
487a9427
NN
2346 * analyze_brprob, gcc_build, gennews, texi2pod.pl: Change GNU CC
2347 to GCC.
2348
112a0bfd
MS
23492003-04-04 Mike Stump <mrs@apple.com>
2350
2351 * compare_tests: Fix exit status and be more flexible with spacing.
2352
5ce810b7
PE
23532003-03-08 Phil Edwards <pme@gcc.gnu.org>
2354
2355 * test_summary: Add -h, print existing comments as help.
2356
1faae6ef 23572003-03-03 H.J. Lu <hjl@gnu.org>
b47d9efd
L
2358
2359 * gcc_build: Use $GCC_CVS/$CVS instead of cvs.
2360 * gcc_update: Likewise.
2361
d25fc1b5
AO
23622003-01-19 Alexandre Oliva <aoliva@redhat.com>
2363
2364 * test_summary (configflags): Only use the first match. Remove
2365 excess space. Use sub instead of gsub where possible. Use `none'
2366 if no configure flags were given.
2367
6787cc15
LR
23682003-01-10 Loren J. Rittle <ljrittle@acm.org>
2369
2370 * test_summary (configflags): awk portability.
2371
ce985125
AO
23722003-01-07 Alexandre Oliva <aoliva@redhat.com>
2373
2374 * test_summary (configflags): Compute correctly with both
2375 autoconfiscated and Cygnus-style top-level.
2376
029d882c
KG
23772003-01-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2378
2379 * gcc_update (files_and_dependencies): Add gcc/cp/cfns.h depends
2380 on gcc/cp/cfns.gperf and gcc/java/keyword.h depends on
2381 gcc/java/keyword.gperf
2382
695a8bcf
GP
23832002-12-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2384
2385 * gcc_update (files_and_dependencies): Add gcc/intl/plural.c as
2386 depending on gcc/intl/plural.y.
2387
e1c1b6a5
AO
23882002-12-28 Alexandre Oliva <aoliva@redhat.com>
2389
e4029133 2390 * gcc_update (configure): Depend on config/acx.m4 as well.
6eb95e99 2391
e1c1b6a5
AO
2392 * gcc_update (configure): Depend on configure.in.
2393
d6bef02d
JM
23942002-12-24 Joseph S. Myers <jsm@polyomino.org.uk>
2395
2396 * texi2pod.pl: Skip contents of @copying.
2397
4977bab6
ZW
23982002-11-09 Zack Weinberg <zack@codesourcery.com>
2399
2400 * gthr_supp_vxw_5x.c: New file.
2401
ad03e4c4
RH
24022002-10-21 Richard Henderson <rth@redhat.com>
2403
2404 * paranoia.cc (real_c_float::image): Accomodate size of
2405 real_internal format.
2406 (main): Unbuffer stdio. Add real_internal format.
2407 (floor_log2_wide): New.
2408
fc76a969
RH
24092002-10-16 Richard Henderson <rth@redhat.com>
2410
2411 * paranoia.cc (ENUM_BITFIELD): New.
2412 (class): Define as klass around real.h.
2413 (real_c_float): Not a template any longer; define MODE as a
2414 class static constant; use real_format elements for SIZE.
2415 Update uses of real_to_decimal and real_to_hexadecimal.
2416 (main): Change -g argument to use a format name.
2417 (mode_for_size): Remove.
2418
efdc7e19
RH
24192002-09-16 Richard Henderson <rth@redhat.com>
2420
2421 * paranoia.cc: New file.
2422
7fd6c930
RH
24232002-09-04 Richard Henderson <rth@redhat.com>
2424
2425 * enquire.c: Remove.
2426
72c41e5a
MM
24272002-08-14 Mark Mitchell <mark@codesourcery.com>
2428
2429 * gennews (files): Add GCC 3.2 files.
2430
1899ba3e
GP
24312002-07-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2432
2433 * gennews (files): Add proper files for the GCC 3.1 release series.
2434 Simplify and reformat introductory wording.
2435
39cef914
NN
24362002-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
2437
2438 * enquire.c: Move from gcc.
2439
1faae6ef 24402002-07-16 H.J. Lu <hjl@gnu.org>
554b8111
L
2441
2442 * gcc_update (touch_files): Pass -s to ${MAKE}.
2443
dd6773cd
ZW
24442002-06-26 Zack Weinberg <zack@codesourcery.com>
2445
2446 * texi2pod.pl: Correct handling of the internal R<> sequence.
2447
ba9e1571
FW
24482002-05-31 Florian Weimer <fw@deneb.enyo.de>
2449
2450 * gcc_update (files_and_dependencies): Add generated Texinfo files
2451 for Ada.
2452
1e6347d8
RO
24532002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2454
2455 * test_installed: Allow for PWDCMD to override hardcoded pwd.
2456 * test_summary: Likewise.
2457
29a948c8
GK
24582002-04-18 Geoffrey Keating <geoffk@redhat.com>
2459
2460 * gcc_update (touch_files): Don't have empty for loop.
2461
b8d70bee
RH
24622002-04-16 Richard Henderson <rth@redhat.com>
2463
2464 * gcc_update: Remove libchill.
2465
28852cc6
ZW
24662002-03-25 Zack Weinberg <zack@codesourcery.com>
2467
2468 * texi2pod.pl: Handle @end ftable and @end vtable.
2469
049b03f4
ZW
24702002-03-11 Zack Weinberg <zack@codesourcery.com>
2471
2472 * texi2pod.pl: Handle @include, @ftable, @vtable.
2473 Reformat some code for clarity.
2474
719bb4e3 24752002-02-24 Christian Jönsson <c.christian.joensson@telia.com>
506d4ef6
CJ
2476
2477 * test_summary: Additional to XPASS and FAIL, add UNRESOLVED,
2478 WARNING and ERROR output from the *.sum files.
2479
66b8f5d7
GP
24802002-01-26 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2481
2482 * gennews (files): Replace gcc-2.95/gcc-2.95.html,
2483 gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html,
2484 and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html.
2485
c10a75a7
GP
24862002-01-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2487
2488 * gennews (files): Replace egcs-1.1/egcs-1.1.2.html,
2489 egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by
2490 egcs-1.1/index.html.
2491
99e9e773
KG
24922002-01-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2493
2494 * warn_summary: Add -ada subdirectory flag.
2495
3da33af3
MK
24962001-12-12 Matthias Klose <doko@debian.org>
2497
2498 * texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
2499 generation of more than one man page from one source.
2500 Add '-' to set of valid chars for an identifier.
2501 Let -D option accept flags of the form <flag>=<value>.
2502 Use \s+ for whitespace detection in '@c man' lines.
2503 Handle @set and @clear independent of $output.
2504 Substitute all @value{}'s in a line.
2505
77bd67cb
JM
25062001-11-14 Joseph S. Myers <jsm28@cam.ac.uk>
2507
2508 * texi2pod.pl: Handle @ifnottex, @iftex and @display. Handle @var
2509 in verbatim blocks specially. Handle @unnumbered, @unnumberedsec
2510 and @center. Allow [a-z] after @enumerate. Handle 0 and numbers
2511 greater than 9 in enumerations.
2512
1faae6ef 25132001-11-07 Laurent Guerby <guerby@acm.org>
178612c9
LG
2514
2515 * gcc_update (files_and_dependencies): Add Ada dependencies.
2516
bbd300a9
JM
25172001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2518
2519 * snapshot: Remove.
2520
b5f20931
RS
25212001-09-07 Richard Sandiford <rsandifo@redhat.com>
2522
2523 Revert:
3da33af3 2524 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
b5f20931
RS
2525 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2526 touch.
2527
1faae6ef 25282001-09-04 David.Billinghurst <David.Billinghurst@riotinto.com>
e7503d92 2529
3da33af3 2530 * gcc_update: (files_and_dependencies) Add gcc/java/parse.c
e7503d92
DB
2531 gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to
2532 touch.
2533
e961606c
JH
2534Mon Aug 13 02:29:08 CEST 2001 Jan Hubicka <jh@suse.cz>
2535
2536 * analyze_brprob: Update for changes in gcc debug output.
2537
ffd15534
JH
2538Sat Jul 28 22:37:49 CEST 2001 Jan Hubicka <jh@suse.cz>
2539
2540 * analyze_brprob: Avoid more overflows.
2541
da397f8e
RH
25422001-07-27 Richard Henderson <rth@redhat.com>
2543
2544 * test_summary: Copy LAST_UPDATED UTC time to head of summary.
2545
92e3cac8
JH
2546Fri Jul 27 18:01:21 CEST 2001 Jan Hubicka <jh@suse.cz>
2547
2548 * analyze_brprob: Avoid overflows.
2549
2a08c780
RH
25502001-07-27 Richard Henderson <rth@redhat.com>
2551
2552 * gcc_update: Dump timestamp in LAST_UPDATED.
2553
3da33af3 25542001-07-26 Andreas Jaeger <aj@suse.de>,
1faae6ef 2555 Hans-Peter Nilsson <hp@bitrange.com>
a6ed70ef
AJ
2556
2557 * analyze_brprob: Fix documentation.
2558
4edc91ae
JH
2559Mon Jul 23 15:47:19 CEST 2001 Jan Hubicka <jh@suse.cz>
2560
2561 * analyze_brprob: Fix awk compatibility problems; update comment.
2562
f981f97b
AJ
25632001-07-23 Andreas Jaeger <aj@suse.de>
2564
2565 * analyze_brprob: Fix more typos.
2566
075cc945
AJ
25672001-07-23 Andreas Jaeger <aj@suse.de>
2568
2569 * analyze_brprob: Fix typos.
2570
aee96fe9
JM
25712001-07-03 Joseph S. Myers <jsm28@cam.ac.uk>
2572
2573 * texi2pod.pl: Handle @r inside @item.
2574
51817b10
ZW
25752001-07-02 Zack Weinberg <zackw@stanford.edu>
2576
2577 * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1.
2578
1faae6ef 25792001-07-01 Zoltan Felleg <zfelleg@telnet.hu>
e5149841
ZF
2580
2581 * warn_summary: Fix typo in a comment.
2582
894b7c63
ACY
25832001-06-14 Albert Chin-A-Young <china@thewrittenword.com>
2584
4977bab6 2585 * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.
894b7c63 2586
acabb596
MM
25872001-06-13 Mark Mitchell <mark@codesourcery.com>
2588
2589 * gennews: Set TERM to vt100 for Lynx.
2590
9f293893
GP
25912001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2592
2593 * release: Remove.
2594
17d6c819
JH
2595Tue Jun 12 12:21:40 CEST 2001 Jan Hubicka <jh@suse.cz>
2596
2597 * analyze_brprob: New file.
2598
72e0bae5
MM
25992001-06-11 Mark Mitchell <mark@codesourcery.com>
2600
a6ed70ef 2601 * gcc_build: Output information about the commands used to
72e0bae5
MM
2602 configure the compiler.
2603
47c2a318
JM
26042001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
2605
2606 * gennews: Update for GCC 3.0.
2607
aff5d053
JM
26082001-06-02 Joseph S. Myers <jsm28@cam.ac.uk>
2609
2610 * gcc_update: Update for move of documentation to gcc/doc.
2611
26d8af06
RO
26122001-05-28 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2613
2614 * contrib/test_summary (files): Sort before evaluating.
2615
6cf735a7
GP
26162001-05-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2617
2618 * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.
2619
47816305
MM
26202001-05-21 Mark Mitchell <mark@codesourcery.com>
2621
2622 * gcc_build: Use -d when invoking gcc_update.
2623
f3e16a47
AJ
26242001-05-18 Andreas Jaeger <aj@suse.de>
2625
2626 * gcc_update: Add rules for libf2c/libI77.
2627
e8dc2763
AO
26282001-05-17 Alexandre Oliva <aoliva@redhat.com>
2629
2630 * gcc_update (touch_files): Use simpler, yet as portable, syntax.
2631
af22667e
LR
26322001-05-14 Loren J. Rittle <ljrittle@acm.org>
2633
2634 * gcc_update (touch_files): Enhance make portability.
2635
e8b073c1
AO
26362001-05-14 Alexandre Oliva <aoliva@redhat.com>
2637
2638 * gcc_update (touch_files): Use a Makefile to touch files.
2639
6e26f4aa
JM
26402001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
2641
2642 * texi2pod.pl: Add copyright and GPL notices.
2643
445c435a
JM
26442001-01-24 Joseph S. Myers <jsm28@cam.ac.uk>
2645
2646 * texi2pod.pl: Handle "\,".
2647
3f896fc2
JM
26482001-01-15 Joseph S. Myers <jsm28@cam.ac.uk>
2649
2650 * texi2pod.pl: Fix regular expression for @r to avoid exponential
2651 recursion. From Russ Allbery <rra@stanford.edu>. Remove perl
2652 version check.
2653
c2b31703
KG
26542001-01-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2655
2656 * warn_summary (stageNfilter): Update for recent changes in
2657 bootstrap logic.
2658
150d3c00
JM
26592001-01-14 Joseph S. Myers <jsm28@cam.ac.uk>
2660
2661 * texi2pod.pl: Require at least perl 5.6.0.
2662
4bc1997b
JM
26632001-01-13 Joseph S. Myers <jsm28@cam.ac.uk>
2664
2665 * gcc_update: Add gcc/gcc.1 to generated files.
2666 * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle
2667 discarding to end of sentence with @xref where the sentence has an
2668 interior "." in markup, and handle discarding parentheses around
2669 such a sentence.
2670
d2796d4e
BS
26712001-01-11 Bernd Schmidt <bernds@redhat.com>
2672
2673 * gennews: Add gcc-2.95.3.
2674
2642624b
JM
26752001-01-10 Joseph S. Myers <jsm28@cam.ac.uk>
2676
2677 * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle
2678 @command. Format URLs and email addresses in bold.
2679
fd939e46
JM
26802001-01-03 Joseph S. Myers <jsm28@cam.ac.uk>
2681
6bfa3dac
JM
2682 * gcc_update: Add cpp.1 to the list of generated files.
2683
fd939e46
JM
2684 * texi2pod.pl: Handle @option and @env.
2685
79424a4f
MS
26862001-01-03 Mike Stump <mrs@wrs.com>
2687
2688 * snapshot: Update to account for java libraries.
2689
5da01bc1
JO
26902000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
2691
2692 * test_summary: Export filesuffix, not fileprefix.
2693
2d6fd5fd
JM
26942000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
2695
2696 * release: Change some EGCS references to GCC.
2697
c097fab6
KG
26982000-12-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2699
2700 * warn_summary: Fix subdirectory filtering. Add -intl and -fixinc
2701 subdirectory flags. Add source directory prefix filtering.
2702 Redirect diagnostic output to stderr.
2703
f4e8dec6
ZW
27042000-12-07 Zack Weinberg <zack@wolery.stanford.edu>
2705
2706 * texi2pod.pl: If multiple @c man sections with the same tag
2707 appear, concatenate them in the final output. When skipping,
2708 ignore block commands that can't cause skipping, and honor
2709 those that can. Ensure that verbatim blocks are separate
2710 paragraphs.
2711
beb039fe
JM
27122000-12-07 Joseph S. Myers <jsm28@cam.ac.uk>
2713
2714 * gcc_update: Don't touch tradcif.c or java/parse.h.
2715
b75d998f
ZW
27162000-12-05 Zack Weinberg <zack@wolery.stanford.edu>
2717
2718 * texi2pod.pl: Restructure for comprehensibility, add
2719 comments. Merge handling of @ignore and @ifxxx. Handle a
2720 whole bunch more Texinfo commands. Use consistent formatting
2721 style.
2722
c4f0b011
JM
27232000-12-04 Joseph S. Myers <jsm28@cam.ac.uk>
2724
2725 * gennews: New script.
2726
d9ddcc6a
GP
27272000-11-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2728
2729 * gcc_update: Update a comment as we now require bison for CVS users.
2730
c01a508e
JM
27312000-11-22 Joseph S. Myers <jsm28@cam.ac.uk>
2732
2733 * gcc_update: Add gcov.1 to the list of generated files.
2734
c132c0e3
MM
27352000-11-21 Mark Mitchell <mark@codesourcery.com>
2736
2737 * gcc_build: Remove code to put information in a log file.
2738
3d6f4d76
ZW
27392000-11-19 Zack Weinberg <zackw@stanford.edu>
2740
2741 * texi2pod.pl:
2742 - Add real command line parsing.
2743 - Support @ifset, @ifclear, @set, @value, -D switch.
2744 - Support @sc. Improve handling of @ref and friends.
2745 - Discard @subsection, @need, @node lines.
2746 - Un-nest font changes to match texinfo semantics.
2747 - Handle @{ and @}. Oops.
2748 - Don't emit E<> directives inside verbatim blocks.
2749
f6820157
BK
27502000-11-12 Bruce Korb <bkorb@gnu.org>
2751
2752 * release: generalize the release script a bit.
2753
8a3d997e
MM
2754Sat Nov 11 17:29:03 2000 Mark P Mitchell <mark@codesourcery.com>
2755
2756 * gcc_build: Add -o option for setting the objdir to use.
2757
1e8ba2a3
JL
27582000-11-11 Jeff Law <law@redhat.com>,
2759
2760 * release: New file.
2761
09ff8283
JL
27622000-11-08 Jeff Law <law@redhat.com>,
2763 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2764
2765 * snapshot: New file.
2766
37ac3c7f
JO
27672000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com>
2768
2769 * gcc_build (bootstrap_gcc): New function.
2770 (configure_gcc): Likewise.
2771 (build_gcc): Rewritten to use configure and bootstrap.
2772 (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS.
2773
9f56c004
MM
27742000-10-31 Mark Mitchell <mark@codesourcery.com>
2775
2776 * gcc_build (MAKE): New variable.
2777 (build_gcc): Use it. Fix logging of errors.
2778 (install_gcc): Likewise.
2779
d3d6410d
MM
27802000-10-29 Mark Mitchell <mark@codesourcery.com>
2781
2782 * gcc_build: Save the output from CVS into the logfile as well.
2783
59c341cb
MM
27842000-10-25 Mark Mitchell <mark@codesourcery.com>
2785
2786 * gcc_build: Fix typos.
2787
f4d48ea9
JM
27882000-10-14 Joseph S. Myers <jsm28@cam.ac.uk>
2789
2790 * gperf-2.7-19981006.pat: Remove.
2791
6f298a0a
JM
27922000-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
2793
2794 * test_installed: Change EGCS references to refer to GCC.
2795
2d89ce6a
GP
27962000-09-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2797
2798 * gcc_update (touch_files): Add some informative output.
f3e16a47 2799
12acf3a9
AJ
28002000-09-16 Andreas Jaeger <aj@suse.de>
2801
2802 * gcc_update: Remove gcc/c-parse.gperf.
2803
41343a8f
GP
28042000-08-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>,
2805 Alexandre Oliva <aoliva@redhat.com>
2806
2807 * gcc_update: Execute touch_files_reexec even if `cvs update`
2808 failed.
2809
e50d2932
AO
28102000-08-09 Alexandre Oliva <aoliva@redhat.com>
2811
2812 * test_summary: AWK breaks with filenames containing `='.
2813
b9faa6b6
MM
2814Sun Jul 16 12:04:33 2000 Mark P Mitchell <mark@codesourcery.com>
2815
2816 * gcc_build: New script.
2817
1735b35f
MM
28182000-07-13 Mark Mitchell <mark@codesourcery.com>
2819
2820 * gcc_update (files_and_dependencies): Remove generated YACC files.
2821
792abd35
MM
28222000-07-12 Mark Mitchell <mark@codesourcery.com>
2823
2824 * gcc_update (files_and_dependencies): Remove generated YACC files.
2825
84d6d72f
MM
28262000-06-04 Mark Mitchell <mark@codesourcery.com>
2827
2828 * newcvsroot: Handle filenames that contain spaces.
2829
dd5330e8
ZW
28302000-06-03 Zack Weinberg <zack@wolery.cumb.org>
2831
2832 * test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.
2833 Elide --with-gcc-version-trigger and --norecursion from
2834 configure flags. Remove code to report status of haifa scheduler.
2835
fda73e41
AO
28362000-05-18 Alexandre Oliva <aoliva@cygnus.com>
2837
2838 * gcc_update (self): Set to `$0'.
2839 (touch_files_reexec): Use `$self' instead of `$0'.
fda73e41 2840
25a9b3e5
AO
28412000-05-12 Alexandre Oliva <aoliva@cygnus.com>
2842
2843 * gcc_update (touch_files_reexec): New function, run after the
2844 tree is modified.
2845
bdcabcd4
RH
28462000-05-08 Richard Hendeson <rth@cygnus.com>
2847
2848 * gcc_update: Remove references to inclhack.tpl.
2849
62014cb3
JM
28502000-04-28 Jason Merrill <jason@casey.cygnus.com>
2851
2852 * index-prop: Use a single pattern. Also support *** cdiffs.
2853
1faae6ef 28542000-04-28 Pavel Roskin <pavel_roskin@geocities.com>
62014cb3
JM
2855
2856 * index-prop: Don't change /dev/null.
2857
b9550bfb
GP
28582000-04-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2859
2860 * gcc_update: Refer to GCC and gcc_update instead of egcs and
12acf3a9 2861 egcs_update.
b9550bfb 2862
db6a1df0
JL
28632000-04-26 Jonathan Larmour <jlarmour@redhat.co.uk>
2864
b9550bfb 2865 * index-prop: Fix occasional problem when using cvs diff -p.
db6a1df0 2866
86702e31
ZW
28672000-04-18 Zack Weinberg <zack@wolery.cumb.org>
2868
2869 * gcc_update: Remove references to cexp.c/cexp.y.
2870
05e1739f
GP
28711999-12-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2872
2873 * newcvsroot: Add check on the number of command-line arguments.
2874 Add usage.
2875
5c96cc3b
WB
2876Sun Nov 28 00:41:44 1999 William Bader (william@nscs.fast.net)
2877
2878 * gcc_update: Allow patches compressed by bzip2.
2879
1faae6ef 28801999-10-11 Martin v. Löwis <loewis@informatik.hu-berlin.de>
ba33cb50
ML
2881
2882 * newcvsroot: New file.
2883
697f6b2f
CB
28841999-09-11 Craig Burley <craig@jcb-sc.com>
2885
2886 * convert_to_f2c, convert_to_g2c, download_f2c: New file.
2887
ecdea017
GP
28881999-08-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2889
2890 * gcc_update: New file.
2891 * egcs_update: Renamed to gcc_update.
2892
83694b61
RL
28931999-08-09 Robert Lipe <robertlipe@usa.net>
2894
2895 * test_summary: Quote curly braces in 1999-07-03 change.
2896
1a618a5a
AO
28971999-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2898
2899 * egcs_update (files_and_dependencies): Fixed typo in
2900 gcc/cstamp-h.in. Added gcc/config.in.
2901
94b82f2b
AO
29021999-07-27 Alexandre Oliva <oliva@dcc.unicamp.br>
2903
2904 * egcs_update (files_and_dependencies): New function, with
2905 complete list of files to be updated, as well as their
2906 dependencies.
2907 (touch_files): Check the timestamp of each generated file against
2908 its dependencies'.
2909 (main): New flags --touch, --list and --help. Remove the
2910 pre-update step.
2911
bc8735ed 29121999-07-17 Alexandre Oliva <oliva@dcc.unicamp.br>
12acf3a9 2913
bc8735ed
AO
2914 * test_summary: Replace egcs with gcc. Update e-mail address.
2915
9d59f307 29161999-07-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1faae6ef 2917 Jerry Quinn <jquinn@nortelnetworks.com>
9d59f307
GP
2918
2919 * egcs_update (touch_files, apply_patch): New functions.
2920 Use them. New command-line option --patch. Split test of local
2921 tree into two parts. Add comments.
2922
069550be
AO
29231999-07-03 Alexandre Oliva <oliva@dcc.unicamp.br>
2924
12acf3a9 2925 * test_summary: If Target is `unix{*}', append the Target variants
069550be
AO
2926 to Host.
2927
6f482ae3
AO
29281999-06-12 Alexandre Oliva <oliva@dcc.unicamp.br>
2929
2930 * test_summary: Set default mail-address and version for egcs
2931 instead of relying on unpredictable pathnames.
2932 Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>
2933
2fa6b2d2
JL
2934Fri Apr 2 16:09:02 1999 Jeffrey A Law (law@cygnus.com)
2935
2936 * fixinc/*: Delete obsolete files.
2937
7a19950e
RL
29381999-02-04 Robert Lipe <robertlipe@usa.net>
2939
12acf3a9
AJ
2940 * egcs_update: Test return values of 'cvs update'. Propogate
2941 to caller as exit values.
7a19950e 2942
bdf32ae5
GP
29431999-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2944
2945 * egcs_update: Use "if" instead of "&&". Touch generated files
12acf3a9 2946 only after the corresponding *.y files.
bdf32ae5 2947
3243be28
GP
29481999-01-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2949
2950 * egcs_update: Do not use xargs, but a backquote construct.
2951
692c4bf5
AO
29521999-01-07 Alexandre Oliva <oliva@dcc.unicamp.br>
2953
ceff9b14
AO
2954 * test_summary (version): Remove carriage return that gawk inserts
2955 in the version string for some reason.
692c4bf5 2956
5eff2ed5
GP
29571998-11-30 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2958
2959 * egcs_update: Only touch files that already exist.
2960
cae94af8
AO
29611998-11-29 Alexandre Oliva <oliva@dcc.unicamp.br>
2962
ceff9b14 2963 * test_summary (EOF): Remove double backslash.
cae94af8
AO
2964 Reported by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2965
ddf469cc
AO
29661998-11-28 Alexandre Oliva <oliva@dcc.unicamp.br>
2967
ceff9b14 2968 * test_summary (address): Set to egcs-testresults mailing list.
ddf469cc 2969
aa4d18c9
AO
29701998-11-27 Alexandre Oliva <oliva@dcc.unicamp.br>
2971
ceff9b14
AO
2972 * test_summary (address): Added Marc Lehmann's testsuite-results
2973 to the default e-mail address.
aa4d18c9 2974
0a955618
AO
29751998-11-25 Alexandre Oliva <oliva@dcc.unicamp.br>
2976
ceff9b14
AO
2977 * test_summary (-p, prepend_logs): Add these before the summary.
2978 (Compiler, Platform): Print these just before configflags.
0a955618 2979
0d4f7920
KG
2980Sat Oct 31 10:53:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2981
2982 * warn_summary (longLineFilter): New shell function to encapsulate
12acf3a9
AJ
2983 this functionality. It is off by default, only active if -llf
2984 flag is specified.
2985 (subdirectoryFilter): Fix bug in filtering which made some
2986 subdirectory warnings erroneously appear in the toplevel set.
2987 (stageNfilter): Renamed from `stageNwarns'. Updated to collect
2988 warnings from stage1 as well as stage0, which means warnings from
2989 outside the bootstrap directory. Eg, the libraries, etc.
2990 (warningFilter): New shell function to encapsulate this
2991 functionality.
0d4f7920 2992 (keywordFilter): New shell function to encapsulate this
12acf3a9 2993 functionality.
0d4f7920
KG
2994
2995 Store data in a temp file rather than calculating it 3x. Arrange
2996 to remove it on exit and signals.
2997
2998 Add -pass/-wpass flags to do "pass through" (i.e. manual
12acf3a9
AJ
2999 inspection) of bootstrap output from a particular stageN as well
3000 as language subdirs.
0d4f7920 3001
12acf3a9 3002 Add better comments/documentation.
0d4f7920 3003
415634f6
GP
3004Sat Oct 31 16:39:31 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3005
3006 * egcs_update: Add comment about keeping the FAQ synchronized.
3007
0999b4b8
JL
3008Fri Oct 30 00:39:27 1998 Jeffrey A Law (law@cygnus.com)
3009
3010 * egcs_update: Do touch java/parse.c and java/parse-scan.c. They're
3011 in the repo again.
3012
1faae6ef 3013Fri Oct 16 07:35:00 1998 Bruce Korb <korb@datadesign.com>
318b0430
BK
3014
3015 * egcs_update: Added gcc/fixinc/* generated files to touch list.
3016
788169db
JL
3017Tue Oct 13 23:28:33 1998 Jeffrey A Law (law@cygnus.com)
3018
3019 * egcs_update: Remove gcc/java/parse.c from list of files to
3020 touch.
3021
8173d477
KG
3022Wed Oct 7 13:00:40 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3023
3024 * gperf-2.7-19981006.pat: New file, patch for egcs-local gperf.
3025
a3225b7a
KG
3026Mon Oct 5 14:19:48 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3027
3028 * warn_summary (subdirectoryFilter): New shell function to
12acf3a9
AJ
3029 optionally filter in/out gcc subdirectories when summarizing
3030 warnings. Add new flags to support subdirectory filtering.
3031
a3225b7a 3032 Also, ensure the bootstrap stage is a number. Add some more C
12acf3a9
AJ
3033 keywords that are preserved in the "warning type" summary and
3034 tighten up the "arg ???" regexp.
a3225b7a 3035
1faae6ef 3036Tue Sep 22 07:30 Bruce Korb <korb@datadesign.com>
3b0e5534
BK
3037
3038 * fixinc/inclhack.def: Not all C++ comments in C headers
3039 were treated alike. They are now. Also fixed syntax
3040 of sed expression in "systypes" fix.
3041
3042 * fixinc/inclhack.def: Removed SVR4.2-ism from shell invocation
3043
3044 * egcs_update: Added fixinc/* generated files to touch list.
3045
f06e7a27
KG
3046Wed Sep 16 16:06:51 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3047
3048 * egcs_update: Additionally touch gcc/java/parse.[ch].
3049
1faae6ef 3050Thu Sep 9 16:48 Bruce Korb <korb@datadesign.com>
12acf3a9 3051
430c3d7b
BK
3052 * fixinc/inclhack.def: Added two files required by
3053 SCO's Open Server 5's avoid_bool fix.
3054 Regenerated fixinc.x and inclhack.sh to incorporate
3055 the update.
3056
aecb0339
RL
3057Thu Sep 3 10:11:32 1998 Robert Lipe <robertl@dgii.com>
3058
3059 * egcs_update: Do the pass 1 CVS update only for files that
12acf3a9 3060 may reasonably be under CVS control.
aecb0339 3061
49e921be
AO
30621998-08-14 Alexandre Oliva <oliva@dcc.unicamp.br>
3063
ceff9b14 3064 * test_installed: New script for testing already-installed
12acf3a9 3065 gcc/g++/g77.
49e921be 3066
23a05d03
GP
3067Wed Aug 12 19:59:36 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3068
3069 * egcs_update: Assigned copyright to FSF.
3070
9b14b81c 3071Tue Aug 11 17:55:53 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
4977bab6 3072 Alexandre Oliva <oliva@dcc.unicamp.br>
9b14b81c
GP
3073
3074 * egcs_update: New switch --nostdflags and documentation
3075 enhancements.
3076
f717c7e4
GP
3077Tue Aug 11 17:33:19 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3078
3079 * egcs_update: New script.
3080
1faae6ef 30811998-08-05 Bruce Korb <korbb@datadesign.com>
7c3b5ba5
BK
3082
3083 * fixinc/Makefile
3084 Added define for target machine so machine-specific tests
3085 can be selected for or against.
3086
3087 * fixinc/fixincl.c
3088 Added an array of string pointers to machines to select
3089 or avoid, depending on a FD_MACH_IFNOT bit flag.
3090 Used a shell script to match the defined TARGET_MACHINE
3091 with any of the given match patterns.
3092
3093 * fixinc/fixincl.tpl
3094 Generate the array of strings and bit flag, as needed,
3095 depending on "mach" and "not_machine" attributes for a fix.
3096
3097 * fixinc/mkfixinc.sh
3098 Invoke the make with TARGET assigned the value of the
3099 machine name argument.
3100
31e9c6ed
MS
3101Mon Jul 27 22:08:12 1998 Mike Stump (mrs@wrs.com)
3102
3103 * compare_tests: New script.
3104
91fa313b
AO
31051998-07-28 Alexandre Oliva <oliva@dcc.unicamp.br>
3106
ceff9b14 3107 * test_summary: Assigned copyright to FSF.
91fa313b 3108
18aca902
GP
3109Mon Jul 27 20:33:02 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
3110
3111 * test_summary: Corrected script name in comments providing
3112 documentation. Added linebreaks for lines with > 80 characters.
3113
1faae6ef 3114Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
3e5fb7a9 3115
ceff9b14
AO
3116 * test_summary: New switch, -i, and environment variable,
3117 append_logs, for including files in the report.
3e5fb7a9 3118
91af92df
MH
31191998-06-01 Manfred Hollstein <manfred@s-direktnet.de>
3120
3121 * warn_summary: Update to Kaveh's latest version allowing to
3122 specify the last stage built.
3123
1faae6ef 31241998-05-29 Bruce Korb <korbb@datadesign.com>
91af92df 3125
a681b39b
BK
3126 * fixinc/mkfixinc.sh
3127 Changes to make it easier to invoke on platforms that
3128 normally do not invoke fixincludes.
3129
3130 * fixinc/inclhack.def
3131 Applied fixes from egcs/gcc/fixincludes from the past several
3132 months.
3133
1faae6ef 31341998-05-28 Bruce Korb <korbb@datadesign.com>
91af92df 3135
8a5b8e20
BK
3136 * fixinc/*: Updated most everything for a first real
3137 try at getting "fast_fixincludes" working.
3138
be3a14bb
JM
31391998-05-28 Jason Merrill <jason@yorick.cygnus.com>
3140
3141 * index-prop: New file.
3142
269df0f8
JL
3143Sat May 23 23:38:49 1998 Matthias Klose <doko@cs.tu-berlin.de>
3144
3145 * test_summary: find good awk (copied from warn_summary).
3146
3147Sat May 23 23:38:33 1998 Jeffrey A Law (law@cygnus.com)
3148
3149 * test_summary, warn_summary: New files