]> git.ipfire.org Git - thirdparty/gcc.git/blob - maintainer-scripts/ChangeLog
* omp-low.c (lower_rec_input_clauses): Handle references properly
[thirdparty/gcc.git] / maintainer-scripts / ChangeLog
1 2019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
2
3 * crontab: Snapshots from trunk are now GCC 10 related.
4 Add GCC 9 snapshots from the respective branch.
5
6 2019-02-23 Jonathan Wakely <jwakely@redhat.com>
7
8 * generate_libstdcxx_web_docs: Improve error output.
9
10 2018-11-22 Martin Liska <mliska@suse.cz>
11
12 * bugzilla-close-candidate.py: New file.
13
14 2018-10-26 Jakub Jelinek <jakub@redhat.com>
15
16 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
17 * crontab: Remove gcc-6-branch entry.
18
19 * gcc_release (error, inform): Use $@ instead of $1.
20 (build_sources): Check for ^[[:blank:]]*GCC in both index.html
21 and changes.html, rather than for GCC in one and ^GCC in another one.
22
23 2018-05-03 Jakub Jelinek <jakub@redhat.com>
24
25 PR other/85622
26 * gcc_release: For -f, verify contrib/gennews has the major version
27 pages listed and both index.html and changes.html have been updated
28 for the new release.
29
30 2018-04-25 Jakub Jelinek <jakub@redhat.com>
31
32 * crontab: Enable snapshots from gcc-8-branch.
33
34 2018-01-25 Richard Biener <rguenther@suse.de>
35
36 * gcc_release (build_sources): Use getconf to get at the number
37 of cores in the system and pass -jN to gcc_build.
38
39 2017-10-10 Jakub Jelinek <jakub@redhat.com>
40
41 * update_version_svn: Ignore the GCC 5 branch.
42 * crontab: Remove entry for the GCC 5 branch.
43
44 2017-05-23 Matthias Klose <doko@ubuntu.com>
45
46 * gcc_release (XZ): Default to xz --best.
47
48 2017-05-18 Matthias Klose <doko@ubuntu.com>
49
50 * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
51 (build_diffs): Handle building diffs from either bz2 or xz tarballs,
52 compress diffs using xz instead of bz2.
53 (build_diff): Likewise.
54 (upload_files): Check for *.xz files instead of *.bz2 files.
55 (announce_snapshot): Announce xz tarball instead of bz2 tarball.
56 (XZ): New definition.
57 (<toplevel>): Look for both bz2 and xz compressed old tarballs.
58
59 2017-04-20 Jakub Jelinek <jakub@redhat.com>
60
61 * crontab: Enable snapshots from gcc-7-branch.
62
63 2017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
64
65 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
66
67 2017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
68
69 * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
70 settings to tweak if running on a host different from gcc.gnu.org.
71 (WWWBASE): Allow override via the environment. Also check for
72 existance.
73
74 2017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
75
76 * update_web_docs_svn (MANUALS): Add libitm.
77
78 2016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
79
80 PR documentation/50642
81 * update_web_docs_svn (CSS): Introduce.
82 Have generated files refer to it.
83
84 2016-08-17 Martin Liska <mliska@suse.cz>
85
86 * branch_changer.py: Describe the script. Add sample usage
87 of the script.
88
89 2016-08-03 Martin Liska <mliska@suse.cz>
90
91 * branch_changer.py: New file.
92
93 2016-07-26 Richard Biener <rguenther@suse.de>
94
95 * update_version_svn: Ignore the GCC 4.9 branch.
96
97 2016-07-26 Richard Biener <rguenther@suse.de>
98
99 * crontab: Remove entry for the GCC 4.9 branch.
100
101 2016-06-13 Jonathan Wakely <jwakely@redhat.com>
102
103 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
104 Add comment about LaTeX errors.
105
106 2016-04-15 Jakub Jelinek <jakub@redhat.com>
107
108 * crontab: Enable snapshots from gcc-6-branch.
109
110 2015-06-23 Richard Biener <rguenther@suse.de>
111
112 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
113
114 2015-06-14 Richard Biener <rguenther@suse.de>
115
116 * crontab: Disable snapshots from the 4.8 branch.
117
118 2015-04-13 Jakub Jelinek <jakub@redhat.com>
119
120 * update_version_svn: Update DATESTAMP also on
121 branches/gcc-[0-9]+-branch.
122
123 * gcc_release: Fix up thinko in the last commit, improve error
124 message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
125 together, rather than doing dozens of separate commits.
126
127 2015-04-12 Jakub Jelinek <jakub@redhat.com>
128
129 * gcc_release: For RELEASE_MAJOR 5+ only use the major
130 number in branch name. When doing final release of 5+,
131 if BASE-VER doesn't match release, but is *.*.1 for the
132 one smaller minor version, bump BASE-VER.
133
134 * crontab: Enable snapshots from gcc-5-branch.
135
136 2015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
137
138 * update_web_docs_libstdcxx_svn (FILTER): Introduce.
139 Use to filter output of the copying process.
140
141 2015-02-25 Arnaud Charlet <charlet@adacore.com>
142
143 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
144
145 2015-02-25 Arnaud Charlet <charlet@adacore.com>
146
147 * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
148
149 2015-02-06 David Malcolm <dmalcolm@redhat.com>
150
151 PR jit/64257
152 * update_web_docs_svn: When copying up files for the built jit
153 documentation, also copy up .txt files.
154
155 2015-02-04 David Malcolm <dmalcolm@redhat.com>
156
157 PR jit/64257
158 * update_web_docs_svn: Update build of jit docs to use EPEL6
159 variant install of sphinx 1.0.8, rather than 0.6.6.
160
161 2015-01-26 David Malcolm <dmalcolm@redhat.com>
162
163 PR jit/64257
164 * update_web_docs_svn: Don't delete gcc/jit/docs or
165 gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
166 building of the JIT docs (using sphinx-build). Special case
167 copying them up.
168
169 2014-08-14 Richard Biener <rguenther@suse.de>
170
171 * crontab: Change trunk snapshots from 4.10 to 5.
172
173 2014-08-01 Arnaud Charlet <charlet@adacore.com>
174
175 * update_web_docs_svn: Simplify build of gnat_ugn.
176
177 2014-06-12 Richard Biener <rguenther@suse.de>
178
179 * crontab: Remove 4.7 snapshot entry.
180 * update_version_svn: Update IGNORE_BRANCHES.
181
182 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
183
184 * generate_libstdcxx_web_docs: New script.
185
186 2014-04-11 Jakub Jelinek <jakub@redhat.com>
187
188 * crontab: Enable snapshots from gcc-4_9-branch.
189
190 2014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
191
192 PR other/56653
193 * gcc_release: Avoid printing empty line to generated MD5SUMS files.
194 Bump copyright year.
195
196 2013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
197
198 * update_web_docs_svn: Work around makeinfo generated file names
199 and references with "_002d" instead of "-".
200
201 2013-04-12 Jakub Jelinek <jakub@redhat.com>
202
203 * crontab: Disable snapshots from gcc-4_6-branch.
204 * update_version_svn: Ignore gcc-4_6-branch.
205
206 2013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
207
208 * update_web_docs_libstdcxx_svn: No longer ignore all output from
209 the actual copy process.
210 Check the exit code of the actual copy process; diagnose problems.
211
212 2013-03-16 Jakub Jelinek <jakub@redhat.com>
213
214 * crontab: Enable snapshots from gcc-4_8-branch.
215
216 2012-07-02 Richard Guenther <rguenther@suse.de>
217
218 * crontab: Disable snapshots from gcc-4_5-branch.
219 * update_version_svn: Ingore gcc-4_5-branch.
220
221 2012-03-23 Richard Guenther <rguenther@suse.de>
222
223 * crontab: Enable snapshots from gcc-4_7-branch.
224
225 2012-03-13 Jakub Jelinek <jakub@redhat.com>
226
227 * crontab: Remove 4.4 branch from the list of snapshots to make.
228 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
229
230 2012-03-05 Richard Guenther <rguenther@suse.de>
231
232 * crontab: Remove 4.3 branch from the list of snapshots to make.
233
234 2012-03-02 Richard Guenther <rguenther@suse.de>
235
236 * crontab: Fix day-of-week.
237
238 2012-03-02 Richard Guenther <rguenther@suse.de>
239
240 * crontab: Update for 4.7 branching.
241
242 2011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
243
244 * update_web_docs_svn: Make $DOCSDIR group writable after
245 creating it.
246
247 2011-06-27 Richard Guenther <rguenther@suse.de>
248
249 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
250
251 2011-05-22 Joseph Myers <joseph@codesourcery.com>
252
253 * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
254 (build_tarfiles): Don't build separate files for languages and
255 core.
256 (build_diffs): Only build one set of diffs.
257 (announce_snapshot): Only announce one tar file.
258 (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
259 OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
260 relative to WORKING_DIRECTORY.
261
262 2011-04-21 Jakub Jelinek <jakub@redhat.com>
263
264 * gcc_release (maybe_build_tarfile): Don't build a tarfile if
265 the first directory doesn't exist.
266
267 2011-03-14 Jakub Jelinek <jakub@redhat.com>
268
269 * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
270 4.6 branch.
271
272 2011-02-07 Joseph Myers <joseph@codesourcery.com>
273
274 * update_web_docs_svn: Generate libquadmath-vers.texi.
275
276 2011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
277
278 * update_version_svn (FILES): Merge with datestamp_FILES.
279 (SVNROOT2): Introduce and use.
280
281 2011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
282
283 * update_version_svn (SVN): Remove obsolete comment.
284 (CURR_DATE): Fix description.
285 Fix description of checkout procedure.
286
287 2010-12-18 Tobias Burnus <burnus@net-b.de>
288
289 * update_web_docs_svn (MANUALS): Add libquadmath.
290
291 2010-12-08 Ian Lance Taylor <iant@google.com>
292
293 * gcc_release: Add support for releasing Go as a separate
294 tarball.
295
296 2010-12-08 Ian Lance Taylor <iant@google.com>
297
298 * update_web_docs_svn (MANUALS): Add gccgo.
299
300 2010-12-08 Ian Lance Taylor <iant@google.com>
301
302 * README: Change "CVS" to "Subversion".
303
304 2010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
305
306 * gcc_release (snapshot_print): Also include an sha1 hash for
307 every tarball. Slightly tweak indentation.
308
309 2010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
310
311 * gcc_release (CVSROOT): Remove all occurrences.
312
313 2010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
314
315 * gcc_release (snapshot_print): Include md5 hash for every tarball
316 in the README file and notification mail.
317
318 2010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
319
320 * update_web_docs_libstdcxx_svn: Do not compress generated .html
321 files any more.
322
323 2010-06-24 Joseph Myers <joseph@codesourcery.com>
324
325 * update_web_docs_svn: Also pass -I option pointing to ada/ source
326 directory for Ada manual.
327
328 2010-04-16 Joseph Myers <joseph@codesourcery.com>
329
330 * crontab: Enable 4.6 snapshots.
331
332 2010-04-07 Joseph Myers <joseph@codesourcery.com>
333
334 * crontab: Switch 4.5 snapshots to 4.5 branch.
335
336 2010-03-31 Joseph Myers <joseph@codesourcery.com>
337
338 * gcc_release (build_tarfiles): Make directories mode 755, not
339 777.
340
341 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
342
343 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
344
345 2009-10-03 Diego Novillo <dnovillo@google.com>
346
347 * gcc_release (JAVA_DIRS): Remove zlib.
348
349 2009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
350
351 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
352
353 2009-04-09 Jakub Jelinek <jakub@redhat.com>
354
355 * gcc_release: Change copyright header to refer to version
356 3 of the GNU General Public License and to point readers at the
357 COPYING3 file and the FSF's license web page.
358 * maintainer-addresses: Likewise.
359
360 2009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
361
362 * update_web_docs_svn: Run this script under plain /bin/sh
363 as opposed to /bin/sh -x.
364
365 2009-03-30 Joseph Myers <joseph@codesourcery.com>
366
367 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
368
369 2009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
370
371 * crontab: Stop 4.2 snapshots.
372 Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
373
374 2009-03-27 Mark Mitchell <mark@codesourcery.com>
375
376 * crontab: Add 4.4 branch snapshots.
377
378 2009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
379
380 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
381 and document format.
382
383 2009-01-17 Richard Guenther <rguenther@suse.de>
384
385 * gcc_release (JAVA_DIRS): Remove fastjar.
386
387 2008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
388
389 * gcc_release: Fix a couple of comments.
390
391 2008-07-04 Joseph Myers <joseph@codesourcery.com>
392
393 * crontab: Remove 4.1 snapshots job.
394 * update_version: Remove.
395 * gcc_release: Remove support for g77 and release status in
396 version.c.
397 * update_version_svn: Ignore 4.1 branch. Remove support for
398 updating files other than DATESTAMP.
399 * update_web_docs_svn: Remove support for g77 manual.
400
401 2008-02-18 Jakub Jelinek <jakub@redhat.com>
402
403 * crontab: Add 4.3 branch. Set trunk to 4.4.
404
405 2008-01-28 Joseph Myers <joseph@codesourcery.com>
406
407 * gcc_release (build_sources): Pass --disable-multilib to
408 gcc_build.
409 (SVN): Don't use full path.
410
411 2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
412
413 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
414
415 2007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
416
417 * gcc_release: Do not include copies of faq.html in releases,
418 and remove all the explicit support code to pull in web pages.
419
420 2007-08-21 Paul Brook <paul@codesourcery.com>
421 Nathan Sidwell <nathan@codesourcery.com>
422 Mark Mitchell <mark@codesourcery.com>
423 Joseph Myers <joseph@codesourcery.com>
424
425 * gcc_release: Do not include copies of bugs.html in releases.
426 * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
427 gcc-vers.texi.
428
429 2007-07-06 Joseph Myers <joseph@codesourcery.com>
430
431 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
432 commands.
433
434 2007-06-28 Mike Stump <mrs@apple.com>
435
436 * gcc_release: Update for Objective-C++.
437
438 2007-05-28 Mark Mitchell <mark@codesourcery.com>
439
440 * gcc_release: Adjust placement of release candidates.
441
442 2007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
443
444 * update_web_docs_svn (MANUALS): Move towards the top of the
445 script. Reformat for easier editing/diffing.
446
447 2006-03-31 Tobias Burnus <burnus@net-b.de>
448
449 * update_web_docs_svn: Build also gfc-internals.
450
451 2007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
452
453 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
454
455 2007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
456
457 * crontab: No longer build snapshots for 4.0.x.
458
459 2007-01-21 Tobias Burnus <burnus@net-b.de>
460
461 * update_web_docs_svn: Build also libgomp documentation.
462
463 2007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
464
465 * crontab: Spread snapshots more evenly throughout the week, and
466 in "ascending" order. Build all at the same time of the day.
467
468 2006-10-20 Mark Mitchell <mark@codesourcery.com>
469
470 * crontab: Add 4.2 branch. Set trunk to 4.3.
471
472 2006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
473
474 * gcc_release (LC_ALL): Default to C.
475
476 2006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
477
478 * crontab: Don't build snapshot for 3.4.x anymore.
479 * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
480
481 2006-01-12 Ben Elliston <bje@au.ibm.com>
482
483 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
484
485 2005-12-16 Joseph S. Myers <joseph@codesourcery.com>
486
487 * update_web_docs_svn: Remove unnecessary files from source tree.
488 Use set -e.
489 * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
490
491 2005-12-16 Mark Mitchell <mark@codesourcery.com>
492
493 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
494
495 2005-11-18 Mark Mitchell <mark@codesourcery.com>
496
497 * crontab: Add 4.1 branch entry.
498
499 2005-11-06 Joseph S. Myers <joseph@codesourcery.com>
500
501 * gcc_release: Further update for SVN. Don't set EXPORTTAG or
502 EXPORTDATE; always determine SVNREV the same way. Correct message
503 about what sources are being retrived. Include branch information
504 in LAST_UPDATED.
505 * crontab: Don't include initial / in branch name.
506
507 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
508
509 * gcc_release: Always determine revision number from date or tag,
510 and use that, instead of fragile date based export.
511 Put back setting of non-local CVSROOT.
512
513 2005-11-05 Daniel Berlin <dberlin@dberlin.org>
514
515 * gcc_release: Make tags go in /tags.
516 Don't tag for snapshots.
517 Determine revision number of export and put into snapshot
518 announcement.
519
520 2005-11-03 Daniel Berlin <dberlin@dberlin.org>
521
522 * gcc_release: Update for SVN
523 * crontab: Update for new gcc_release
524
525 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
526
527 * update_web_docs_svn: Use -q to quiet svn.
528
529 2005-10-26 Daniel Berlin <dberlin@dberlin.org>
530
531 * crontab: Update to reflect reality
532
533 2005-10-01 Mark Mitchell <mark@codesourcery.com>
534
535 * gcc_release (build_sources): If trying to apply a tag that
536 already exists, issue an error message and exit.
537
538 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
539
540 PR other/23693
541 * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
542
543 2005-09-30 Joseph S. Myers <joseph@codesourcery.com>
544
545 * update_web_docs_old: Remove.
546
547 2005-08-14 Kelley Cook <kcook@gcc.gnu.org>
548
549 * gcc_release: Update with FSF address.
550
551 2005-07-26 Janis Johnson <janis187@us.ibm.com>
552
553 * update_version (ADD_BRANCHES): Add dfp-branch.
554
555 2005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
556
557 * crontab: Spread snapshot building more evenly throughout the
558 week.
559
560 2005-05-19 Joseph S. Myers <joseph@codesourcery.com>
561
562 * crontab: Don't build 3.3 branch snapshots.
563 * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
564
565 2005-03-15 Zack Weinberg <zack@codesourcery.com>
566
567 * README: Update.
568 * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
569 of gcc/version.c.
570 * update_version: Handle updating gcc/DATESTAMP.
571 * update_web_docs: Generate gcc-vers.texi first.
572
573 2005-03-10 Ranjit Mathew <rmathew@hotmail.com>
574
575 * gcc_release (ADA_DIRS): Add "gnattools".
576
577 2005-02-25 Mark Mitchell <mark@codesourcery.com>
578
579 * crontab: Adjust for 4.0 branch.
580
581 2004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
582
583 * update_version (ADD_BRANCHES): Replace lno-branch with
584 autovect-branch.
585
586 2004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
587
588 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
589
590 2004-08-14 Kelley Cook <kcook@gcc.gnu.org>
591
592 * gcc_release (build_sources): Add comment header to generated
593 MD5SUMS.
594
595 2004-08-06 Kelley Cook <kcook@gcc.gnu.org>
596
597 * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
598 (announce_snapshot): Update for above. Don't use echo -e.
599
600 2004-08-03 Kelley Cook <kcook@gcc.gnu.org>
601
602 * maintainer-scripts (snapshot_print): New function.
603 (announce_snapshot): Generate announcment on the fly.
604 Use a directory link for LATEST.
605 * snapshot-README: Delete.
606 * snapshot-index.html: Delete.
607
608 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
609
610 * gcc_release (build_sources): Move the libcpp gmo files
611 to the source directory.
612
613 2004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
614
615 * gcc_release (maybe_build_tarfile): New function.
616 (build_tarfiles): Use maybe_build_tarfile.
617
618 2004-05-21 Paolo Carlini <pcarlini@suse.de>
619
620 * gcc_release (build_sources): Generate the NEWS file in toplevel.
621
622 2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
623
624 * gcc_release (build_sources): Change CRCs from brik to md5sum.
625
626 2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
627
628 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
629
630 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
631
632 * update_web_docs: Also remove old .gz files from subdirectories
633 on the 15th of the month.
634
635 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
636
637 * update_web_docs (MANUALS): Add gfortran.
638
639 2004-05-13 Arnaud Charlet <charlet@act-europe.fr>
640
641 * update_web_docs: Fix generation of Ada docs.
642
643 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
644
645 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
646
647 * gcc_release (DIFF): Remove -3 option.
648
649 2003-07-26 Paul Brook <paul@nowt.org>
650
651 * gcc_release: Add gcc-fortran.
652 * snapshot-README: Ditto.
653 * snapshot-index.html: Ditto.
654
655 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
656
657 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
658 Friday night, where gcc.gnu.org has less load.
659
660 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
661
662 * crontab: Adjust temporary directory used for snapshot generation.
663 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
664 less load.
665
666 2004-04-19 Mark Mitchell <mark@codesourcery.com>
667
668 * gcc_release (build_sources): Do not use "-F" to tag sources.
669
670 2004-04-07 Mark Mitchell <mark@codesourcery.com>
671
672 * gcc_release (build_sources): Do not use "-r" and "-D" at the
673 same time with "cvs export".
674
675 2004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
676
677 * gcc_release: Fix sanity check for argument of -p command-line
678 options. In snapshot mode, only generate diffs against the previous
679 snapshot if the user did not specify any old tarball explictly.
680
681 2004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
682
683 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
684 only set at a single place.
685
686 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
687
688 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
689 (announce_snapshot): Use it.
690
691 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
692
693 * gcc_release (announce_snapshot): Use changedir instead of
694 plain cd.
695
696 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
697
698 * gcc_release: Add libada as part of ADA_DIRS.
699
700 2004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
701
702 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
703
704 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
705
706 * gcc_release (build_sources): Delete call to make f77.rebuilt.
707
708 2004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
709
710 * snapshot-README: Mention how the snapshot was generated.
711 * snapshot-index.html: Ditto. Further sync with snapshot-README.
712
713 2004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
714
715 * update_web_docs: Create tarballs of documentation sources and
716 HTML docs.
717
718 2004-01-02 Gerald Pfeifer <gp@suse.de>
719
720 * update_version: Add some documentation.
721
722 2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
723
724 * update_version (ADD_BRANCHES): Add lno-branch.
725
726 2003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
727
728 * maintainer-addresses: New script.
729
730 2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
731
732 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
733
734 2003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
735
736 * gcc_release (announce_snapshot): Restructure processing
737 of snapshot-README and snapshot-index.html and add a new
738 substitution for @EXPORT@.
739
740 2003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
741
742 * gcc_release (build_sources): Create/update the LAST_UPDATED file
743 in the source directory with information how sources were obtained.
744
745 2003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
746
747 * gcc_release (build_sources): Use two new variables EXPORTTAG and
748 EXPORTDATE to make the extraction of sources more transparent and
749 also allow snapshots (off mainline) without a tag.
750
751 2003-08-08 Mark Mitchell <mark@codesourcery.com>
752
753 * gcc_release: Correct logic for updating version.c. Put
754 prereleases into a subdirectory.
755
756 2003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
757
758 * crontab: Update invocation of gcc_release according to the
759 previous changes there. Add automatic 3.4 snapshots from mainline.
760
761 2003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
762
763 * gcc_release (usage): Document that -s now takes symbolic name
764 and branch of the snapshot as parameters.
765 Implement this as part of command-line processing.
766 (BRANCH): Remove default initialization for snapshots.
767 (CVSBRANCH): Ditto.
768 Do not lay down a CVS tag if generating a snapshot from mainline.
769
770 2003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
771
772 * gcc_release (announce_snapshot): Use ${RELEASE} instead
773 of ${BRANCH}-${DATE} to refer to the snapshot directory.
774 Put README file into the snapshot directory.
775
776 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
777 (FTP_PATH): Use ${RELEASE} in case of snapshots.
778 (TAG): Ditto.
779 (OLD_TARS): Adjust to new directory scheme for snapshots.
780
781 2003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
782
783 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
784 for README and index.html.
785 * snapshot-README: Use it.
786 * snapshot-index.html: Ditto.
787
788 2003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
789
790 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
791 for README and index.html. Remove substitution of @LONG_DATE@.
792 Put index.html into the respective snapshot directory.
793 Adjust subject of the notification mail to the new naming scheme
794 for CVS tags.
795 Adjust name of the LATEST-IS-... files to the new naming scheme
796 for snapshot directories.
797 (FTP_PATH): Ditto.
798 (LAST_DIR): Ditto.
799 (LAST_LONG_DATE): Remove.
800
801 * snapshot-README: Adjust to the new naming schemes for directories
802 and snapshots per se.
803 Dynamically fill in the respective branch instead of hardcoding it.
804
805 * snapshot-index.html: Replace individual links to diffs with a
806 general link to the diff/ subdirectory.
807 Mention the concrete snapshot in <title> and <h1>.
808 Adjust links to the new location of index.html.
809
810 2003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
811
812 * gcc_release: Move handling of complex modes directly after
813 switch handling.
814 (TAG): Include the branch name as part of snapshot CVS tags.
815
816 2003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
817
818 * gcc_release: Execute gcc.gnu.org-only operations which are
819 related to diff generation only if diffs have been requested.
820 (build_sources): Improve tracing and an error message related
821 to tagging.
822
823 2003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
824
825 * gcc_release (BRANCH): Rename to...
826 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
827 will see.
828 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
829 of the directory name.
830 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
831
832 2003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
833
834 * gcc_release: Command "all" now creates .gz files only for
835 releases and pre-releases.
836
837 2003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
838
839 * gcc_release (build_sources): Do not include gnats.html any longer.
840 Make an error message more descriptive.
841
842 2003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
843
844 * gcc_release: Factor the updating of links and READMEs on the
845 FTP server and sending mail for snapshots into a...
846 (announce_snapshot): ...new function.
847 Add informative output for both.
848
849 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
850
851 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
852
853 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
854
855 * snapshot-index.html: Use F77 instead of G77 front end.
856 Remove link to CodeSourcery snapshots which was not up-to-date.
857 Do not refer to gcc-bugs@gcc.gnu.org any longer.
858
859 * snapshot-README: Use F77 front end instead of G77 language.
860
861 2003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
862
863 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
864 (build_bz2): Rename to build_gzip and create .gz files from .bz2
865 files instead of the other way around.
866 (build_gzip): New function.
867 (build_diffs): Build .bz2 files instead of .gz files.
868 (build_diff): Use .bz2 files instead of .gz files.
869 Make an error message independent of the compression format.
870 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
871 invocation of this script.
872 (MODE_GZIP): New variable.
873 (OLD_TARS): Use .bz2 archive of the previous snapshot.
874
875 2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
876
877 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
878 g++ language, and note that Java includes a run time.
879 * snapshot.index.html: Ditto.
880
881 2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
882
883 * gcc_release (build_diff): Properly use ${TAR} instead of
884 hard-coded tar.
885
886 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
887
888 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
889 Simplify the note on not using unannounced snapshots.
890
891 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
892
893 * snapshot-README: Refer to .bz2 files instead of .gz files.
894 Add a note on where to find the diff files.
895 Simplify the note on not using unannounced snapshots.
896 Remove documentation of the gcc_latest_snapshot tag.
897
898 2003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
899
900 * gcc_release (build_diffs): Add diagnostics in case we cannot
901 generate a specific diff file.
902
903 2003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
904
905 * gcc_release (build_sources): Only update ChangeLog files which
906 do not yet contain the entry we are going to add.
907 Fix typo in added ChangeLog entries.
908
909 2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
910
911 * gcc_release (upload_files): Put diff files into a "diffs"
912 subdirectory
913
914 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
915
916 * gcc_release: GNU CC -> GCC.
917
918 2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
919
920 * gcc_release (usage): Print more detailed description of all
921 command-line options.
922
923 2003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
924
925 * update_version (ADD_BRANCHES): Add, set to MAIN and
926 tree-ssa-20020619-branch.
927 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
928
929 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
930
931 * update_version (textstring_FILES): Only version.c needs to be
932 updated, now that we do not consider older branches any more.
933
934 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
935
936 * update_version (IGNORE_BRANCHES): Add.
937 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
938
939 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
940
941 * update_version: Add a trace of which branch we are currently
942 working on.
943
944 2002-12-16 Mark Mitchell <mark@codesourcery.com>
945
946 * gcc_release: Make snapshots from the GCC 3.3 branch.
947 * snapshot-README: Update.
948
949 2002-09-23 Zack Weinberg <zack@codesourcery.com>
950
951 * update_version: Do not check in files which are unchanged.
952 * gcc_release: Only update the version in gcc/version.c.
953
954 2002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
955
956 * update_web_docs (MANUALS): Add fastjar.
957
958 2002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
959
960 * gcc_release: Make snapshots come from the mainline.
961 * snapshot-README: Update.
962
963 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
964
965 * update_web_docs: Remove support for generating g77_news.html and
966 g77_bugs.html.
967 * update_web_docs_old: Likewise. Remove support for generating
968 thanks.html.
969
970 2002-07-28 Andreas Jaeger <aj@suse.de>
971
972 * gcc_release: Update comment.
973
974 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
975
976 2002-07-28 Mark Mitchell <mark@codesourcery.com>
977
978 * gcc_release: Use the 3.2 branch for snapshots.
979
980 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
981
982 * update_web_docs (MANUALS): Include various flavours of the GNAT
983 User Guide.
984
985 2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
986
987 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
988 gcc/gcc/ada/gnatvsn.ads.
989
990 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
991
992 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
993 release status is updated.
994 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
995
996 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
997
998 * gcc_release: Do upload files when local.
999
1000 * snapshot-README, snapshot-index.html: Remove chill.
1001
1002 2002-05-08 Mark Mitchell <mark@codesourcery.com>
1003
1004 * gcc_release: Correct upload handling.
1005
1006 2002-04-22 Mark Mitchell <mark@codesourcery.com>
1007
1008 * gcc_release (build_diffs): Remove reference to Chill.
1009
1010 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1011
1012 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1013
1014 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1015
1016 * gcc_release: Set TZ to UTC0.
1017
1018 2002-04-15 Mark Mitchell <mark@codesourcery.com>
1019
1020 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1021 (CHILL_DIRS): Remove.
1022
1023 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1024
1025 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
1026 major mode.
1027
1028 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
1029
1030 * update_version: Don't indent the version string.
1031
1032 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1033
1034 * snapshot-README: Note that snapshots come from the 3.1 branch.
1035 Update list of files.
1036
1037 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1038
1039 * gcc_release: Make snapshots come from the 3.1 branch.
1040
1041 2002-02-25 Mark Mitchell <mark@codesourcery.com>
1042
1043 * update_version: Automatically update version files on all
1044 branches.
1045 * crontab: Only invoke update_version once.
1046
1047 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1048
1049 * gcc_release: Revert change to -p interface. Allow for local and
1050 remote cases in creating directories. Give an error if -p
1051 argument names a directory.
1052
1053 2002-02-21 Mark Mitchell <mark@codesourcery.com>
1054
1055 * gcc_release: Correct handling of diff-generation. Add
1056 "diffs" major mode.
1057
1058 2002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1059
1060 * gcc_release: Substitute dates in snapshot-README and
1061 snapshot-index.html files rather than directly using the old files
1062 on the FTP site. Set QMAILHOST.
1063
1064 2002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1065
1066 * snapshot-index.html: Improve markup.
1067
1068 2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1069
1070 * snapshot-README, snapshot-index.html: Use expressions such as
1071 @DATE@ rather than hardcoded dates.
1072
1073 * snapshot-README, snapshot-index.html: New files.
1074
1075 2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1076
1077 * update_web_docs (contrib_file): Remove.
1078 Also removing special handling of thanks.html.
1079
1080 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1081
1082 * update_web_docs: Use makeinfo --html instead of texi2html.
1083 Remove support for pre-3.1 GCC versions. Build online docs for
1084 gccint manual.
1085
1086 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1087
1088 * update_web_docs_old: Copy from update_web_docs. Add comment
1089 that this is for GCC 3.0.x and earlier versions.
1090
1091 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1092
1093 * gcc_release: Add /usr/local/bin to path when local.
1094
1095 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1096
1097 * update_web_docs: Set SOURCEDIR so that install manual can be
1098 found when running install.texi2html.
1099
1100 * gcc_release: Don't require a username if running locally.
1101
1102 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1103
1104 * update_web_docs: Eliminate warnings about keeping files from web
1105 page preprocessing.
1106
1107 * update_web_docs: Allow for the same file name in different
1108 directories.
1109
1110 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1111
1112 * update_web_docs: Generate libiberty and gnat-style manuals.
1113
1114 2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
1115
1116 * gcc_release: Build snapshots from mainline. Generate Ada and
1117 Chill tarballs. Correct error check when building diffs. Check
1118 for errors when building bzip2 files.
1119 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1120
1121 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1122
1123 * crontab: Build weekly snapshots.
1124
1125 * gcc_release: Copy from 3.0 branch. Add support for building the
1126 weekly snapshots on gcc.gnu.org.
1127
1128 2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
1129
1130 * update_web_docs: Also check out texinfo.tex from
1131 gcc/doc/include.
1132
1133 2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1134
1135 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1136 Preprocess the entire web site, not just the install docs.
1137
1138 2001-06-25 Phil Edwards <pme@sources.redhat.com>
1139
1140 * update_version: Add command-line argument capability, also
1141 bump version for libstdc++-v3, and exit with the return code from
1142 the cvs commit.
1143 * crontab: Call update_version with arguments instead of
1144 calling update_branch_version.
1145 * update_branch_version: Remove.
1146
1147 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1148
1149 * update_web_docs: Only update the install documentation for the
1150 CVS HEAD.
1151
1152 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1153
1154 * update_web_docs, doc_exclude: Check out files that may be in the
1155 Attic. Check out texinfo.tex. Don't generate anything from
1156 c-tree.texi. Generate PostScript output from manuals.
1157
1158 2001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1159
1160 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1161 variables.
1162 Fix a comment and add another one.
1163 Generate the installation documentation in HTML format from
1164 gcc/doc/install.texi.
1165
1166 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1167
1168 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
1169 run texi2html on manuals that aren't present.
1170
1171 2001-03-18 Phil Edwards <pme@sources.redhat.com>
1172
1173 * update_web_docs_libstdcxx: New script.
1174 * crontab: Call said script.
1175
1176 2001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
1177
1178 * update_version, update_branch_version: Check out with gcc
1179 directory instead of using egcs link.
1180
1181 2001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1182
1183 * update_web_docs: Don't strip leading -r from argument following
1184 -r, or leading -d from argument following -d. Bug pointed out by
1185 Matt Kraai.
1186
1187 * update_web_docs: Handle -r and -d options to generate docs for a
1188 release or branch in a subdirectory. Determine names of G77 news
1189 and bugs files and contributors file after updated docs have been
1190 installed, not before. Don't remove files from a subdirectory.
1191 Don't generate manuals for gcov (included in the GCC manual) or
1192 iostream (obsolete). Do generate manuals for cppinternals, gcj
1193 and porting. Update regular expressions for detecting whether
1194 files have really changed when regenerated.
1195
1196 2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
1197
1198 * update_web_docs: Use /usr/local/bin/texi2html rather than
1199 gccadmin's local copy.
1200
1201 2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1202
1203 * crontab, doc_exclude, update_branch_version, update_version,
1204 update_web_docs: New files (as currently used by gccadmin).
1205 * README: New file.