Turn on -mpcrel by default for -mcpu=future
[official-gcc.git] / maintainer-scripts / ChangeLog
blob7153c90f03aa17d73a51ece87e1e0ec1161f4d56
1 2020-03-12  Jakub Jelinek  <jakub@redhat.com>
3         * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
4         command invoked through ssh.
6         * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
8 2020-02-27  Jakub Jelinek  <jakub@redhat.com>
10         * gcc_release: Add support for -b local-git-repo argument.
12 2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
14         * update_web_docs_libstdcxx_git: New file.
15         * update_web_docs_libstdcxx_svn: Remove.
16         * crontab: Use update_web_docs_libstdcxx_git.
18 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
20         * update_web_docs_git: New file.
21         * update_web_docs_svn: Remove.
22         * crontab: Use update_web_docs_svn.
24 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
26         * gcc_release: Use git instead of SVN.
27         * crontab: Update gcc_release calls.
29 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
31         * update_version_git: New file.
32         * update_version:svn: Remove.
33         * crontab: Use update_version_git.
35 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
37         * gcc_release: Use https for gcc.gnu.org.
39 2019-11-14  Richard Biener  <rguenther@suse.de>
41         * update_version_svn (IGNORE_BRANCHES): Add 7.
43 2019-10-05  Richard Biener  <rguenther@suse.de>
45         * crontab: Disable snapshots from gcc-7-branch.
47 2019-08-05  David Malcolm  <dmalcolm@redhat.com>
49         * update_web_docs_svn: Proceed even if the invocation of
50         sphinx fails.
52 2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
54         * crontab: Snapshots from trunk are now GCC 10 related.
55         Add GCC 9 snapshots from the respective branch.
57 2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
59         * generate_libstdcxx_web_docs: Improve error output.
61 2018-11-22  Martin Liska  <mliska@suse.cz>
63         * bugzilla-close-candidate.py: New file.
65 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
67         * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
68         * crontab: Remove gcc-6-branch entry.
70         * gcc_release (error, inform): Use $@ instead of $1.
71         (build_sources): Check for ^[[:blank:]]*GCC in both index.html
72         and changes.html, rather than for GCC in one and ^GCC in another one.
74 2018-05-03  Jakub Jelinek  <jakub@redhat.com>
76         PR other/85622
77         * gcc_release: For -f, verify contrib/gennews has the major version
78         pages listed and both index.html and changes.html have been updated
79         for the new release.
81 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
83         * crontab: Enable snapshots from gcc-8-branch.
85 2018-01-25  Richard Biener  <rguenther@suse.de>
87         * gcc_release (build_sources): Use getconf to get at the number
88         of cores in the system and pass -jN to gcc_build.
90 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
92         * update_version_svn: Ignore the GCC 5 branch.
93         * crontab: Remove entry for the GCC 5 branch.
95 2017-05-23  Matthias Klose  <doko@ubuntu.com>
97         * gcc_release (XZ): Default to xz --best.
99 2017-05-18  Matthias Klose  <doko@ubuntu.com>
101         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
102         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
103         compress diffs using xz instead of bz2.
104         (build_diff): Likewise.
105         (upload_files): Check for *.xz files instead of *.bz2 files.
106         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
107         (XZ): New definition.
108         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
110 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
112         * crontab: Enable snapshots from gcc-7-branch.
114 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
116         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
118 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
120         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
121         settings to tweak if running on a host different from gcc.gnu.org.
122         (WWWBASE): Allow override via the environment.  Also check for
123         existance.
125 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
127         * update_web_docs_svn (MANUALS): Add libitm.
129 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
131         PR documentation/50642
132         * update_web_docs_svn (CSS): Introduce.
133         Have generated files refer to it.
135 2016-08-17  Martin Liska  <mliska@suse.cz>
137         * branch_changer.py: Describe the script. Add sample usage
138         of the script.
140 2016-08-03  Martin Liska  <mliska@suse.cz>
142         * branch_changer.py: New file.
144 2016-07-26  Richard Biener  <rguenther@suse.de>
146         * update_version_svn: Ignore the GCC 4.9 branch.
148 2016-07-26  Richard Biener  <rguenther@suse.de>
150         * crontab: Remove entry for the GCC 4.9 branch.
152 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
154         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
155         Add comment about LaTeX errors.
157 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
159         * crontab: Enable snapshots from gcc-6-branch.
161 2015-06-23  Richard Biener  <rguenther@suse.de>
163         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
165 2015-06-14  Richard Biener  <rguenther@suse.de>
167         * crontab: Disable snapshots from the 4.8 branch.
169 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
171         * update_version_svn: Update DATESTAMP also on
172         branches/gcc-[0-9]+-branch.
174         * gcc_release: Fix up thinko in the last commit, improve error
175         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
176         together, rather than doing dozens of separate commits.
178 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
180         * gcc_release: For RELEASE_MAJOR 5+ only use the major
181         number in branch name.  When doing final release of 5+,
182         if BASE-VER doesn't match release, but is *.*.1 for the
183         one smaller minor version, bump BASE-VER.
185         * crontab: Enable snapshots from gcc-5-branch.
187 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
189         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
190         Use to filter output of the copying process.
192 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
194         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
196 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
198         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
200 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
202         PR jit/64257
203         * update_web_docs_svn: When copying up files for the built jit
204         documentation, also copy up .txt files.
206 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
208         PR jit/64257
209         * update_web_docs_svn: Update build of jit docs to use EPEL6
210         variant install of sphinx 1.0.8, rather than 0.6.6.
212 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
214         PR jit/64257
215         * update_web_docs_svn: Don't delete gcc/jit/docs or
216         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
217         building of the JIT docs (using sphinx-build).  Special case
218         copying them up.
220 2014-08-14  Richard Biener  <rguenther@suse.de>
222         * crontab: Change trunk snapshots from 4.10 to 5.
224 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
226         * update_web_docs_svn: Simplify build of gnat_ugn.
228 2014-06-12  Richard Biener  <rguenther@suse.de>
230         * crontab: Remove 4.7 snapshot entry.
231         * update_version_svn: Update IGNORE_BRANCHES.
233 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
235         * generate_libstdcxx_web_docs: New script.
237 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
239         * crontab: Enable snapshots from gcc-4_9-branch.
241 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
243         PR other/56653
244         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
245         Bump copyright year.
247 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
249         * update_web_docs_svn: Work around makeinfo generated file names
250         and references with "_002d" instead of "-".
252 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
254         * crontab: Disable snapshots from gcc-4_6-branch.
255         * update_version_svn: Ignore gcc-4_6-branch.
257 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
259         * update_web_docs_libstdcxx_svn: No longer ignore all output from
260         the actual copy process.
261         Check the exit code of the actual copy process; diagnose problems.
263 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
265         * crontab: Enable snapshots from gcc-4_8-branch.
267 2012-07-02  Richard Guenther  <rguenther@suse.de>
269         * crontab: Disable snapshots from gcc-4_5-branch.
270         * update_version_svn: Ingore gcc-4_5-branch.
272 2012-03-23  Richard Guenther  <rguenther@suse.de>
274         * crontab: Enable snapshots from gcc-4_7-branch.
276 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
278         * crontab: Remove 4.4 branch from the list of snapshots to make.
279         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
281 2012-03-05  Richard Guenther  <rguenther@suse.de>
283         * crontab: Remove 4.3 branch from the list of snapshots to make.
285 2012-03-02  Richard Guenther  <rguenther@suse.de>
287         * crontab: Fix day-of-week.
289 2012-03-02  Richard Guenther  <rguenther@suse.de>
291         * crontab: Update for 4.7 branching.
293 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
295         * update_web_docs_svn: Make $DOCSDIR group writable after
296         creating it.
298 2011-06-27  Richard Guenther  <rguenther@suse.de>
300         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
302 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
304         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
305         (build_tarfiles): Don't build separate files for languages and
306         core.
307         (build_diffs): Only build one set of diffs.
308         (announce_snapshot): Only announce one tar file.
309         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
310         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
311         relative to WORKING_DIRECTORY.
313 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
315         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
316         the first directory doesn't exist.
318 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
320         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
321         4.6 branch.
323 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
325         * update_web_docs_svn: Generate libquadmath-vers.texi.
327 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
329         * update_version_svn (FILES): Merge with datestamp_FILES.
330         (SVNROOT2): Introduce and use.
331         
332 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
334         * update_version_svn (SVN): Remove obsolete comment.
335         (CURR_DATE): Fix description.
336         Fix description of checkout procedure.
338 2010-12-18  Tobias Burnus  <burnus@net-b.de>
340         * update_web_docs_svn (MANUALS): Add libquadmath.
342 2010-12-08  Ian Lance Taylor  <iant@google.com>
344         * gcc_release: Add support for releasing Go as a separate
345         tarball.
347 2010-12-08  Ian Lance Taylor  <iant@google.com>
349         * update_web_docs_svn (MANUALS): Add gccgo.
351 2010-12-08  Ian Lance Taylor  <iant@google.com>
353         * README: Change "CVS" to "Subversion".
355 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
357         * gcc_release (snapshot_print): Also include an sha1 hash for
358         every tarball.  Slightly tweak indentation.
360 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
362         * gcc_release (CVSROOT): Remove all occurrences.
364 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
366         * gcc_release (snapshot_print): Include md5 hash for every tarball
367         in the README file and notification mail.
369 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
371         * update_web_docs_libstdcxx_svn: Do not compress generated .html
372         files any more.
374 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
376         * update_web_docs_svn: Also pass -I option pointing to ada/ source
377         directory for Ada manual.
379 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
381         * crontab: Enable 4.6 snapshots.
383 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
385         * crontab: Switch 4.5 snapshots to 4.5 branch.
387 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
389         * gcc_release (build_tarfiles): Make directories mode 755, not
390         777.
392 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
394         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
396 2009-10-03  Diego Novillo  <dnovillo@google.com>
398         * gcc_release (JAVA_DIRS): Remove zlib.
400 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
402         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
404 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
406         * gcc_release: Change copyright header to refer to version
407         3 of the GNU General Public License and to point readers at the
408         COPYING3 file and the FSF's license web page.
409         * maintainer-addresses: Likewise.
411 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
413         * update_web_docs_svn: Run this script under plain /bin/sh
414         as opposed to /bin/sh -x.
416 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
418         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
420 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
422         * crontab: Stop 4.2 snapshots.
423         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
425 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
427         * crontab: Add 4.4 branch snapshots.
429 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
431         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
432         and document format.
434 2009-01-17  Richard Guenther  <rguenther@suse.de>
436         * gcc_release (JAVA_DIRS): Remove fastjar.
438 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
440         * gcc_release: Fix a couple of comments.
442 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
444         * crontab: Remove 4.1 snapshots job.
445         * update_version: Remove.
446         * gcc_release: Remove support for g77 and release status in
447         version.c.
448         * update_version_svn: Ignore 4.1 branch.  Remove support for
449         updating files other than DATESTAMP.
450         * update_web_docs_svn: Remove support for g77 manual.
452 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
454         * crontab: Add 4.3 branch.  Set trunk to 4.4.
456 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
458         * gcc_release (build_sources): Pass --disable-multilib to
459         gcc_build.
460         (SVN): Don't use full path.
462 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
464         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
466 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
468         * gcc_release: Do not include copies of faq.html in releases,
469         and remove all the explicit support code to pull in web pages.
471 2007-08-21  Paul Brook  <paul@codesourcery.com>
472             Nathan Sidwell  <nathan@codesourcery.com>
473             Mark Mitchell  <mark@codesourcery.com>
474             Joseph Myers  <joseph@codesourcery.com>
476         * gcc_release: Do not include copies of bugs.html in releases.
477         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
478         gcc-vers.texi.
480 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
482         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
483         commands.
485 2007-06-28  Mike Stump  <mrs@apple.com>
487         * gcc_release: Update for Objective-C++.
489 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
491         * gcc_release: Adjust placement of release candidates.
493 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
495         * update_web_docs_svn (MANUALS): Move towards the top of the
496         script.  Reformat for easier editing/diffing.
498 2006-03-31  Tobias Burnus  <burnus@net-b.de>
500         * update_web_docs_svn: Build also gfc-internals.
502 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
504         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
506 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
508         * crontab: No longer build snapshots for 4.0.x.
510 2007-01-21  Tobias Burnus  <burnus@net-b.de>
512         * update_web_docs_svn: Build also libgomp documentation.
514 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
516         * crontab: Spread snapshots more evenly throughout the week, and
517         in "ascending" order.  Build all at the same time of the day.
519 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
521         * crontab: Add 4.2 branch.  Set trunk to 4.3.
523 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
525         * gcc_release (LC_ALL): Default to C.
527 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
529         * crontab: Don't build snapshot for 3.4.x anymore.
530         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
532 2006-01-12  Ben Elliston  <bje@au.ibm.com>
534         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
536 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
538         * update_web_docs_svn: Remove unnecessary files from source tree.
539         Use set -e.
540         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
542 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
544         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
545         
546 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
548         * crontab: Add 4.1 branch entry.
550 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
552         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
553         EXPORTDATE; always determine SVNREV the same way.  Correct message
554         about what sources are being retrived.  Include branch information
555         in LAST_UPDATED.
556         * crontab: Don't include initial / in branch name.
558 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
560         * gcc_release:  Always determine revision number from date or tag,
561         and use that, instead of fragile date based export.
562         Put back setting of non-local CVSROOT.
564 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
566         * gcc_release: Make tags go in /tags.
567         Don't tag for snapshots.
568         Determine revision number of export and put into snapshot
569         announcement.
571 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
573         * gcc_release: Update for SVN
574         * crontab: Update for new gcc_release
576 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
578         * update_web_docs_svn: Use -q to quiet svn.
580 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
582         * crontab: Update to reflect reality
584 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
586         * gcc_release (build_sources): If trying to apply a tag that
587         already exists, issue an error message and exit.
589 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
591         PR other/23693
592         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
594 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
596         * update_web_docs_old: Remove.
598 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
600         * gcc_release: Update with FSF address.
602 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
604         * update_version (ADD_BRANCHES): Add dfp-branch.
606 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
608         * crontab: Spread snapshot building more evenly throughout the
609         week.
611 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
613         * crontab: Don't build 3.3 branch snapshots.
614         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
616 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
618         * README: Update.
619         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
620         of gcc/version.c.
621         * update_version: Handle updating gcc/DATESTAMP.
622         * update_web_docs: Generate gcc-vers.texi first.
624 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
626         * gcc_release (ADA_DIRS): Add "gnattools".
628 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
630         * crontab: Adjust for 4.0 branch.
632 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
634         * update_version (ADD_BRANCHES): Replace lno-branch with
635         autovect-branch.
637 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
639         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
641 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
643         * gcc_release (build_sources): Add comment header to generated
644         MD5SUMS.
646 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
648         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
649         (announce_snapshot):  Update for above.  Don't use echo -e.
651 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
653         * maintainer-scripts (snapshot_print): New function.
654         (announce_snapshot): Generate announcment on the fly.
655         Use a directory link for LATEST.
656         * snapshot-README: Delete.
657         * snapshot-index.html: Delete.
659 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
661         * gcc_release (build_sources): Move the libcpp gmo files
662         to the source directory.
664 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
666         * gcc_release (maybe_build_tarfile): New function.
667         (build_tarfiles): Use maybe_build_tarfile.
669 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
671         * gcc_release (build_sources): Generate the NEWS file in toplevel.
673 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
675         * gcc_release (build_sources): Change CRCs from brik to md5sum.
677 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
679         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
681 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
683         * update_web_docs: Also remove old .gz files from subdirectories
684         on the 15th of the month.
686 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
688         * update_web_docs (MANUALS): Add gfortran.
690 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
692         * update_web_docs: Fix generation of Ada docs.
694 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
696         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
698         * gcc_release (DIFF): Remove -3 option.
700 2003-07-26  Paul Brook  <paul@nowt.org>
702         * gcc_release: Add gcc-fortran.
703         * snapshot-README: Ditto.
704         * snapshot-index.html: Ditto.
706 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
708         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
709         Friday night, where gcc.gnu.org has less load.
711 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
713         * crontab: Adjust temporary directory used for snapshot generation.
714         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
715         less load.
717 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
719         * gcc_release (build_sources): Do not use "-F" to tag sources.
721 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
723         * gcc_release (build_sources): Do not use "-r" and "-D" at the
724         same time with "cvs export".
726 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
728         * gcc_release: Fix sanity check for argument of -p command-line
729         options.  In snapshot mode, only generate diffs against the previous
730         snapshot if the user did not specify any old tarball explictly.
732 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
734         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
735         only set at a single place.
737 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
739         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
740         (announce_snapshot): Use it.
742 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
744         * gcc_release (announce_snapshot): Use changedir instead of
745         plain cd.
747 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
749         * gcc_release: Add libada as part of ADA_DIRS.
751 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
753         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
755 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
757         * gcc_release (build_sources): Delete call to make f77.rebuilt.
759 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
761         * snapshot-README: Mention how the snapshot was generated.
762         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
764 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
766         * update_web_docs: Create tarballs of documentation sources and
767         HTML docs.
769 2004-01-02  Gerald Pfeifer  <gp@suse.de>
771         * update_version: Add some documentation.
773 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
775         * update_version (ADD_BRANCHES): Add lno-branch.
777 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
779         * maintainer-addresses: New script.
781 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
783         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
785 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
787         * gcc_release (announce_snapshot): Restructure processing
788         of snapshot-README and snapshot-index.html and add a new
789         substitution for @EXPORT@.
791 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
793         * gcc_release (build_sources): Create/update the LAST_UPDATED file
794         in the source directory with information how sources were obtained.
796 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
798         * gcc_release (build_sources): Use two new variables EXPORTTAG and
799         EXPORTDATE to make the extraction of sources more transparent and
800         also allow snapshots (off mainline) without a tag.
802 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
804         * gcc_release: Correct logic for updating version.c.  Put
805         prereleases into a subdirectory.
807 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
809         * crontab: Update invocation of gcc_release according to the
810         previous changes there.  Add automatic 3.4 snapshots from mainline.
812 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
814         * gcc_release (usage): Document that -s now takes symbolic name
815         and branch of the snapshot as parameters.
816         Implement this as part of command-line processing.
817         (BRANCH): Remove default initialization for snapshots.
818         (CVSBRANCH): Ditto.
819         Do not lay down a CVS tag if generating a snapshot from mainline.
821 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
823         * gcc_release (announce_snapshot): Use ${RELEASE} instead
824         of ${BRANCH}-${DATE} to refer to the snapshot directory.
825         Put README file into the snapshot directory.
827         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
828         (FTP_PATH): Use ${RELEASE} in case of snapshots.
829         (TAG): Ditto.
830         (OLD_TARS): Adjust to new directory scheme for snapshots.
832 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
834         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
835         for README and index.html.
836         * snapshot-README: Use it.
837         * snapshot-index.html: Ditto.
839 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
841         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
842         for README and index.html.  Remove substitution of @LONG_DATE@.
843         Put index.html into the respective snapshot directory.
844         Adjust subject of the notification mail to the new naming scheme
845         for CVS tags.
846         Adjust name of the LATEST-IS-... files to the new naming scheme
847         for snapshot directories.
848         (FTP_PATH): Ditto.
849         (LAST_DIR): Ditto.
850         (LAST_LONG_DATE): Remove.
852         * snapshot-README: Adjust to the new naming schemes for directories
853         and snapshots per se.
854         Dynamically fill in the respective branch instead of hardcoding it.
856         * snapshot-index.html: Replace individual links to diffs with a
857         general link to the diff/ subdirectory.
858         Mention the concrete snapshot in <title> and <h1>.
859         Adjust links to the new location of index.html.
861 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
863         * gcc_release: Move handling of complex modes directly after
864         switch handling.
865         (TAG): Include the branch name as part of snapshot CVS tags.
867 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
869         * gcc_release: Execute gcc.gnu.org-only operations which are
870         related to diff generation only if diffs have been requested.
871         (build_sources): Improve tracing and an error message related
872         to tagging.
874 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
876         * gcc_release (BRANCH): Rename to...
877         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
878         will see.
879         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
880         of the directory name.
881         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
883 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
885         * gcc_release: Command "all" now creates .gz files only for
886         releases and pre-releases.
888 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
890         * gcc_release (build_sources): Do not include gnats.html any longer.
891         Make an error message more descriptive.
893 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
895         * gcc_release: Factor the updating of links and READMEs on the
896         FTP server and sending mail for snapshots into a...
897         (announce_snapshot): ...new function.
898         Add informative output for both.
900 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
902         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
904 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
906         * snapshot-index.html: Use F77 instead of G77 front end.
907         Remove link to CodeSourcery snapshots which was not up-to-date.
908         Do not refer to gcc-bugs@gcc.gnu.org any longer.
910         * snapshot-README: Use F77 front end instead of G77 language.
912 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
914         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
915         (build_bz2): Rename to build_gzip and create .gz files from .bz2
916         files instead of the other way around.
917         (build_gzip): New function.
918         (build_diffs): Build .bz2 files instead of .gz files.
919         (build_diff): Use .bz2 files instead of .gz files.
920         Make an error message independent of the compression format.
921         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
922         invocation of this script.
923         (MODE_GZIP): New variable.
924         (OLD_TARS): Use .bz2 archive of the previous snapshot.
926 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
928         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
929         g++ language, and note that Java includes a run time.
930         * snapshot.index.html: Ditto.
932 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
934         * gcc_release (build_diff): Properly use ${TAR} instead of
935         hard-coded tar.
937 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
939         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
940         Simplify the note on not using unannounced snapshots.
942 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
944         * snapshot-README: Refer to .bz2 files instead of .gz files.
945         Add a note on where to find the diff files.
946         Simplify the note on not using unannounced snapshots.
947         Remove documentation of the gcc_latest_snapshot tag.
949 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
951         * gcc_release (build_diffs): Add diagnostics in case we cannot
952         generate a specific diff file.
954 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
956         * gcc_release (build_sources): Only update ChangeLog files which
957         do not yet contain the entry we are going to add.
958         Fix typo in added ChangeLog entries.
960 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
962         * gcc_release (upload_files): Put diff files into a "diffs"
963         subdirectory
965 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
967         * gcc_release: GNU CC -> GCC.
969 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
971         * gcc_release (usage): Print more detailed description of all
972         command-line options.
974 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
976         * update_version (ADD_BRANCHES): Add, set to MAIN and
977         tree-ssa-20020619-branch.
978         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
980 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
982         * update_version (textstring_FILES): Only version.c needs to be
983         updated, now that we do not consider older branches any more.
985 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
987         * update_version (IGNORE_BRANCHES): Add.
988         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
990 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
992         * update_version: Add a trace of which branch we are currently
993         working on.
995 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
997         * gcc_release: Make snapshots from the GCC 3.3 branch.
998         * snapshot-README: Update.
1000 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1002         * update_version: Do not check in files which are unchanged.
1003         * gcc_release: Only update the version in gcc/version.c.
1005 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1007         * update_web_docs (MANUALS): Add fastjar.
1009 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1011         * gcc_release: Make snapshots come from the mainline.
1012         * snapshot-README: Update.
1014 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1016         * update_web_docs: Remove support for generating g77_news.html and
1017         g77_bugs.html.
1018         * update_web_docs_old: Likewise.  Remove support for generating
1019         thanks.html.
1021 2002-07-28  Andreas Jaeger  <aj@suse.de>
1023         * gcc_release: Update comment.
1025         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1027 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
1029         * gcc_release: Use the 3.2 branch for snapshots.
1031 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1033         * update_web_docs (MANUALS): Include various flavours of the GNAT
1034         User Guide.
1036 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1038         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1039         gcc/gcc/ada/gnatvsn.ads.
1041 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1043         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1044         release status is updated.
1045         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1047 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1049         * gcc_release: Do upload files when local.
1051         * snapshot-README, snapshot-index.html: Remove chill.
1053 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1055         * gcc_release: Correct upload handling.
1057 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
1059         * gcc_release (build_diffs): Remove reference to Chill.
1061 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1063         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1065 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1067         * gcc_release: Set TZ to UTC0.
1069 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1071         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1072         (CHILL_DIRS): Remove.
1074 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1076         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1077         major mode.
1079 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1081         * update_version:  Don't indent the version string.
1083 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1085         * snapshot-README: Note that snapshots come from the 3.1 branch.
1086         Update list of files.
1088 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1090         * gcc_release: Make snapshots come from the 3.1 branch.
1092 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1094         * update_version: Automatically update version files on all
1095         branches.
1096         * crontab: Only invoke update_version once.
1098 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1100         * gcc_release: Revert change to -p interface.  Allow for local and
1101         remote cases in creating directories.  Give an error if -p
1102         argument names a directory.
1104 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1106         * gcc_release: Correct handling of diff-generation.  Add
1107         "diffs" major mode.
1109 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1111         * gcc_release: Substitute dates in snapshot-README and
1112         snapshot-index.html files rather than directly using the old files
1113         on the FTP site.  Set QMAILHOST.
1115 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1117         * snapshot-index.html: Improve markup.
1119 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1121         * snapshot-README, snapshot-index.html: Use expressions such as
1122         @DATE@ rather than hardcoded dates.
1124         * snapshot-README, snapshot-index.html: New files.
1126 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1128         * update_web_docs (contrib_file): Remove.
1129         Also removing special handling of thanks.html.
1131 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1133         * update_web_docs: Use makeinfo --html instead of texi2html.
1134         Remove support for pre-3.1 GCC versions.  Build online docs for
1135         gccint manual.
1137 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1139         * update_web_docs_old: Copy from update_web_docs.  Add comment
1140         that this is for GCC 3.0.x and earlier versions.
1142 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1144         * gcc_release: Add /usr/local/bin to path when local.
1146 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1148         * update_web_docs: Set SOURCEDIR so that install manual can be
1149         found when running install.texi2html.
1151         * gcc_release: Don't require a username if running locally.
1153 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1155         * update_web_docs: Eliminate warnings about keeping files from web
1156         page preprocessing.
1158         * update_web_docs: Allow for the same file name in different
1159         directories.
1161 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1163         * update_web_docs: Generate libiberty and gnat-style manuals.
1165 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1167         * gcc_release: Build snapshots from mainline.  Generate Ada and
1168         Chill tarballs.  Correct error check when building diffs.  Check
1169         for errors when building bzip2 files.
1170         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1172 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1174         * crontab: Build weekly snapshots.
1176         * gcc_release: Copy from 3.0 branch.  Add support for building the
1177         weekly snapshots on gcc.gnu.org.
1179 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1181         * update_web_docs: Also check out texinfo.tex from
1182         gcc/doc/include.
1184 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1186         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1187         Preprocess the entire web site, not just the install docs.
1189 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1191         * update_version:  Add command-line argument capability, also
1192         bump version for libstdc++-v3, and exit with the return code from
1193         the cvs commit.
1194         * crontab:  Call update_version with arguments instead of
1195         calling update_branch_version.
1196         * update_branch_version:  Remove.
1198 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1200         * update_web_docs: Only update the install documentation for the
1201         CVS HEAD.
1203 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1205         * update_web_docs, doc_exclude: Check out files that may be in the
1206         Attic.  Check out texinfo.tex.  Don't generate anything from
1207         c-tree.texi.  Generate PostScript output from manuals.
1209 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1211         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1212         variables.
1213         Fix a comment and add another one.
1214         Generate the installation documentation in HTML format from
1215         gcc/doc/install.texi.
1217 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1219         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1220         run texi2html on manuals that aren't present.
1222 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1224         * update_web_docs_libstdcxx:  New script.
1225         * crontab:  Call said script.
1227 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1229         * update_version, update_branch_version: Check out with gcc
1230         directory instead of using egcs link.
1232 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1234         * update_web_docs: Don't strip leading -r from argument following
1235         -r, or leading -d from argument following -d.  Bug pointed out by
1236         Matt Kraai.
1238         * update_web_docs: Handle -r and -d options to generate docs for a
1239         release or branch in a subdirectory.  Determine names of G77 news
1240         and bugs files and contributors file after updated docs have been
1241         installed, not before.  Don't remove files from a subdirectory.
1242         Don't generate manuals for gcov (included in the GCC manual) or
1243         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1244         and porting.  Update regular expressions for detecting whether
1245         files have really changed when regenerated.
1247 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1249         * update_web_docs: Use /usr/local/bin/texi2html rather than
1250         gccadmin's local copy.
1252 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1254         * crontab, doc_exclude, update_branch_version, update_version,
1255         update_web_docs: New files (as currently used by gccadmin).
1256         * README: New file.