use proper DECL_INITIAL for VTV
[official-gcc.git] / maintainer-scripts / ChangeLog
blobdd26e3a2ef3cb767c5f04032b8707282ef5879a7
1 2022-07-28  Martin Liska  <mliska@suse.cz>
3         * update_web_docs_git: Use sphinx-build from a venv so that
4         we can use a recent version.
6 2022-05-20  Richard Biener  <rguenther@suse.de>
8         * crontab: Disable snapshots from the gcc-9 branch.
10 2022-04-28  Jakub Jelinek  <jakub@redhat.com>
12         * crontab: Snapshots from trunk are now GCC 13 related.
13         Add GCC 12 snapshots from the respective branch.
15 2021-05-14  Jakub Jelinek  <jakub@redhat.com>
17         * crontab: Stop doing gcc-8 snapshots.
19 2021-04-20  Jakub Jelinek  <jakub@redhat.com>
21         * crontab: Snapshots from trunk are now GCC 12 related.
22         Add GCC 11 snapshots from the respective branch.
24 2021-04-09  Martin Liska  <mliska@suse.cz>
26         * branch_changer.py: Generate URL only when emitting
27         to terminal.
29 2021-04-09  Martin Liska  <mliska@suse.cz>
31         * branch_changer.py: Mention closing candidates and emit
32         console links to bugzilla.
34 2021-04-09  Martin Liska  <mliska@suse.cz>
36         * branch_changer.py: Document more how the script behaves.
38 2021-04-09  Martin Liska  <mliska@suse.cz>
40         * branch_changer.py: Fix usage of Version class.
42 2021-04-09  Martin Liska  <mliska@suse.cz>
44         * branch_changer.py: Use new version scheme in --help output.
46 2021-04-08  Jonathan Wakely  <jwakely@redhat.com>
48         * generate_libstdcxx_web_docs: Add --disable-multilib to
49         configure command.
51 2021-04-08  Martin Liska  <mliska@suse.cz>
53         * branch_changer.py: Fix wrongly converted assert.
55 2021-04-08  Martin Liska  <mliska@suse.cz>
57         * branch_changer.py: Modernize and fix flake8 issues.
58         * setup.cfg: New file.
60 2020-12-16  Jakub Jelinek  <jakub@redhat.com>
62         * update_version_git: Put BASEDIR into /sourceware/snapshot-tmp/gcc
63         if it exist.
65 2020-05-29  Martin Liska  <mliska@suse.cz>
67         * bugzilla-close-candidate.py: Fix sorting of branches.
69 2020-05-29  Martin Liska  <mliska@suse.cz>
71         * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
72         Fix skipping of PRs that contain Can be closed message.
74 2020-05-29  Martin Liska  <mliska@suse.cz>
76         * bugzilla-close-candidate.py: Support both SVN and GIT messages
77         in PRs. Remove need of usage of the bugzilla API key.
79 2020-05-27  Jakub Jelinek  <jakub@redhat.com>
81         * update_version_git: Rewrite using
82         contrib/gcc-changelog/git_update_version.py.
84 2020-04-30  Jakub Jelinek  <jakub@redhat.com>
86         * crontab: Snapshots from trunk are now GCC 11 related.
87         Add GCC 10 snapshots from the respective branch.
89 2020-03-12  Jakub Jelinek  <jakub@redhat.com>
91         * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
92         command invoked through ssh.
94         * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
96 2020-02-27  Jakub Jelinek  <jakub@redhat.com>
98         * gcc_release: Add support for -b local-git-repo argument.
100 2020-01-13  Jonathan Wakely  <jwakely@redhat.com>
102         * update_web_docs_libstdcxx_git: New file.
103         * update_web_docs_libstdcxx_svn: Remove.
104         * crontab: Use update_web_docs_libstdcxx_git.
106 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
108         * update_web_docs_git: New file.
109         * update_web_docs_svn: Remove.
110         * crontab: Use update_web_docs_svn.
112 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
114         * gcc_release: Use git instead of SVN.
115         * crontab: Update gcc_release calls.
117 2020-01-13  Joseph Myers  <joseph@codesourcery.com>
119         * update_version_git: New file.
120         * update_version:svn: Remove.
121         * crontab: Use update_version_git.
123 2019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
125         * gcc_release: Use https for gcc.gnu.org.
127 2019-11-14  Richard Biener  <rguenther@suse.de>
129         * update_version_svn (IGNORE_BRANCHES): Add 7.
131 2019-10-05  Richard Biener  <rguenther@suse.de>
133         * crontab: Disable snapshots from gcc-7-branch.
135 2019-08-05  David Malcolm  <dmalcolm@redhat.com>
137         * update_web_docs_svn: Proceed even if the invocation of
138         sphinx fails.
140 2019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
142         * crontab: Snapshots from trunk are now GCC 10 related.
143         Add GCC 9 snapshots from the respective branch.
145 2019-02-23  Jonathan Wakely  <jwakely@redhat.com>
147         * generate_libstdcxx_web_docs: Improve error output.
149 2018-11-22  Martin Liska  <mliska@suse.cz>
151         * bugzilla-close-candidate.py: New file.
153 2018-10-26  Jakub Jelinek  <jakub@redhat.com>
155         * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
156         * crontab: Remove gcc-6-branch entry.
158         * gcc_release (error, inform): Use $@ instead of $1.
159         (build_sources): Check for ^[[:blank:]]*GCC in both index.html
160         and changes.html, rather than for GCC in one and ^GCC in another one.
162 2018-05-03  Jakub Jelinek  <jakub@redhat.com>
164         PR other/85622
165         * gcc_release: For -f, verify contrib/gennews has the major version
166         pages listed and both index.html and changes.html have been updated
167         for the new release.
169 2018-04-25  Jakub Jelinek  <jakub@redhat.com>
171         * crontab: Enable snapshots from gcc-8-branch.
173 2018-01-25  Richard Biener  <rguenther@suse.de>
175         * gcc_release (build_sources): Use getconf to get at the number
176         of cores in the system and pass -jN to gcc_build.
178 2017-10-10  Jakub Jelinek  <jakub@redhat.com>
180         * update_version_svn: Ignore the GCC 5 branch.
181         * crontab: Remove entry for the GCC 5 branch.
183 2017-05-23  Matthias Klose  <doko@ubuntu.com>
185         * gcc_release (XZ): Default to xz --best.
187 2017-05-18  Matthias Klose  <doko@ubuntu.com>
189         * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
190         (build_diffs): Handle building diffs from either bz2 or xz tarballs,
191         compress diffs using xz instead of bz2.
192         (build_diff): Likewise.
193         (upload_files): Check for *.xz files instead of *.bz2 files.
194         (announce_snapshot): Announce xz tarball instead of bz2 tarball.
195         (XZ): New definition.
196         (<toplevel>): Look for both bz2 and xz compressed old tarballs.
198 2017-04-20  Jakub Jelinek  <jakub@redhat.com>
200         * crontab: Enable snapshots from gcc-7-branch.
202 2017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
204         * gcc_release (snapshot_print): Replace md5 checksum by sha256.
206 2017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
208         * update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
209         settings to tweak if running on a host different from gcc.gnu.org.
210         (WWWBASE): Allow override via the environment.  Also check for
211         existance.
213 2017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
215         * update_web_docs_svn (MANUALS): Add libitm.
217 2016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
219         PR documentation/50642
220         * update_web_docs_svn (CSS): Introduce.
221         Have generated files refer to it.
223 2016-08-17  Martin Liska  <mliska@suse.cz>
225         * branch_changer.py: Describe the script. Add sample usage
226         of the script.
228 2016-08-03  Martin Liska  <mliska@suse.cz>
230         * branch_changer.py: New file.
232 2016-07-26  Richard Biener  <rguenther@suse.de>
234         * update_version_svn: Ignore the GCC 4.9 branch.
236 2016-07-26  Richard Biener  <rguenther@suse.de>
238         * crontab: Remove entry for the GCC 4.9 branch.
240 2016-06-13  Jonathan Wakely  <jwakely@redhat.com>
242         * generate_libstdcxx_web_docs: Use realpath to get absolute path.
243         Add comment about LaTeX errors.
245 2016-04-15  Jakub Jelinek  <jakub@redhat.com>
247         * crontab: Enable snapshots from gcc-6-branch.
249 2015-06-23  Richard Biener  <rguenther@suse.de>
251         * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
253 2015-06-14  Richard Biener  <rguenther@suse.de>
255         * crontab: Disable snapshots from the 4.8 branch.
257 2015-04-13  Jakub Jelinek  <jakub@redhat.com>
259         * update_version_svn: Update DATESTAMP also on
260         branches/gcc-[0-9]+-branch.
262         * gcc_release: Fix up thinko in the last commit, improve error
263         message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
264         together, rather than doing dozens of separate commits.
266 2015-04-12  Jakub Jelinek  <jakub@redhat.com>
268         * gcc_release: For RELEASE_MAJOR 5+ only use the major
269         number in branch name.  When doing final release of 5+,
270         if BASE-VER doesn't match release, but is *.*.1 for the
271         one smaller minor version, bump BASE-VER.
273         * crontab: Enable snapshots from gcc-5-branch.
275 2015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
277         * update_web_docs_libstdcxx_svn (FILTER): Introduce.
278         Use to filter output of the copying process.
280 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
282         * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
284 2015-02-25  Arnaud Charlet  <charlet@adacore.com>
286         * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
288 2015-02-06  David Malcolm  <dmalcolm@redhat.com>
290         PR jit/64257
291         * update_web_docs_svn: When copying up files for the built jit
292         documentation, also copy up .txt files.
294 2015-02-04  David Malcolm  <dmalcolm@redhat.com>
296         PR jit/64257
297         * update_web_docs_svn: Update build of jit docs to use EPEL6
298         variant install of sphinx 1.0.8, rather than 0.6.6.
300 2015-01-26  David Malcolm  <dmalcolm@redhat.com>
302         PR jit/64257
303         * update_web_docs_svn: Don't delete gcc/jit/docs or
304         gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
305         building of the JIT docs (using sphinx-build).  Special case
306         copying them up.
308 2014-08-14  Richard Biener  <rguenther@suse.de>
310         * crontab: Change trunk snapshots from 4.10 to 5.
312 2014-08-01  Arnaud Charlet  <charlet@adacore.com>
314         * update_web_docs_svn: Simplify build of gnat_ugn.
316 2014-06-12  Richard Biener  <rguenther@suse.de>
318         * crontab: Remove 4.7 snapshot entry.
319         * update_version_svn: Update IGNORE_BRANCHES.
321 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
323         * generate_libstdcxx_web_docs: New script.
325 2014-04-11  Jakub Jelinek  <jakub@redhat.com>
327         * crontab: Enable snapshots from gcc-4_9-branch.
329 2014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
331         PR other/56653
332         * gcc_release: Avoid printing empty line to generated MD5SUMS files.
333         Bump copyright year.
335 2013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
337         * update_web_docs_svn: Work around makeinfo generated file names
338         and references with "_002d" instead of "-".
340 2013-04-12  Jakub Jelinek  <jakub@redhat.com>
342         * crontab: Disable snapshots from gcc-4_6-branch.
343         * update_version_svn: Ignore gcc-4_6-branch.
345 2013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
347         * update_web_docs_libstdcxx_svn: No longer ignore all output from
348         the actual copy process.
349         Check the exit code of the actual copy process; diagnose problems.
351 2013-03-16  Jakub Jelinek  <jakub@redhat.com>
353         * crontab: Enable snapshots from gcc-4_8-branch.
355 2012-07-02  Richard Guenther  <rguenther@suse.de>
357         * crontab: Disable snapshots from gcc-4_5-branch.
358         * update_version_svn: Ingore gcc-4_5-branch.
360 2012-03-23  Richard Guenther  <rguenther@suse.de>
362         * crontab: Enable snapshots from gcc-4_7-branch.
364 2012-03-13  Jakub Jelinek  <jakub@redhat.com>
366         * crontab: Remove 4.4 branch from the list of snapshots to make.
367         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
369 2012-03-05  Richard Guenther  <rguenther@suse.de>
371         * crontab: Remove 4.3 branch from the list of snapshots to make.
373 2012-03-02  Richard Guenther  <rguenther@suse.de>
375         * crontab: Fix day-of-week.
377 2012-03-02  Richard Guenther  <rguenther@suse.de>
379         * crontab: Update for 4.7 branching.
381 2011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
383         * update_web_docs_svn: Make $DOCSDIR group writable after
384         creating it.
386 2011-06-27  Richard Guenther  <rguenther@suse.de>
388         * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
390 2011-05-22  Joseph Myers  <joseph@codesourcery.com>
392         * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
393         (build_tarfiles): Don't build separate files for languages and
394         core.
395         (build_diffs): Only build one set of diffs.
396         (announce_snapshot): Only announce one tar file.
397         (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
398         OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
399         relative to WORKING_DIRECTORY.
401 2011-04-21  Jakub Jelinek  <jakub@redhat.com>
403         * gcc_release (maybe_build_tarfile): Don't build a tarfile if
404         the first directory doesn't exist.
406 2011-03-14  Jakub Jelinek  <jakub@redhat.com>
408         * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
409         4.6 branch.
411 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
413         * update_web_docs_svn: Generate libquadmath-vers.texi.
415 2011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
417         * update_version_svn (FILES): Merge with datestamp_FILES.
418         (SVNROOT2): Introduce and use.
419         
420 2011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
422         * update_version_svn (SVN): Remove obsolete comment.
423         (CURR_DATE): Fix description.
424         Fix description of checkout procedure.
426 2010-12-18  Tobias Burnus  <burnus@net-b.de>
428         * update_web_docs_svn (MANUALS): Add libquadmath.
430 2010-12-08  Ian Lance Taylor  <iant@google.com>
432         * gcc_release: Add support for releasing Go as a separate
433         tarball.
435 2010-12-08  Ian Lance Taylor  <iant@google.com>
437         * update_web_docs_svn (MANUALS): Add gccgo.
439 2010-12-08  Ian Lance Taylor  <iant@google.com>
441         * README: Change "CVS" to "Subversion".
443 2010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
445         * gcc_release (snapshot_print): Also include an sha1 hash for
446         every tarball.  Slightly tweak indentation.
448 2010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
450         * gcc_release (CVSROOT): Remove all occurrences.
452 2010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
454         * gcc_release (snapshot_print): Include md5 hash for every tarball
455         in the README file and notification mail.
457 2010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
459         * update_web_docs_libstdcxx_svn: Do not compress generated .html
460         files any more.
462 2010-06-24  Joseph Myers  <joseph@codesourcery.com>
464         * update_web_docs_svn: Also pass -I option pointing to ada/ source
465         directory for Ada manual.
467 2010-04-16  Joseph Myers  <joseph@codesourcery.com>
469         * crontab: Enable 4.6 snapshots.
471 2010-04-07  Joseph Myers  <joseph@codesourcery.com>
473         * crontab: Switch 4.5 snapshots to 4.5 branch.
475 2010-03-31  Joseph Myers  <joseph@codesourcery.com>
477         * gcc_release (build_tarfiles): Make directories mode 755, not
478         777.
480 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
482         * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
484 2009-10-03  Diego Novillo  <dnovillo@google.com>
486         * gcc_release (JAVA_DIRS): Remove zlib.
488 2009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
490         * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
492 2009-04-09  Jakub Jelinek  <jakub@redhat.com>
494         * gcc_release: Change copyright header to refer to version
495         3 of the GNU General Public License and to point readers at the
496         COPYING3 file and the FSF's license web page.
497         * maintainer-addresses: Likewise.
499 2009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
501         * update_web_docs_svn: Run this script under plain /bin/sh
502         as opposed to /bin/sh -x.
504 2009-03-30  Joseph Myers  <joseph@codesourcery.com>
506         * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
508 2009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
510         * crontab: Stop 4.2 snapshots.
511         Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
513 2009-03-27  Mark Mitchell  <mark@codesourcery.com>
515         * crontab: Add 4.4 branch snapshots.
517 2009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
519         * update_version_svn (ADD_BRANCHES): Remove autovect-branch
520         and document format.
522 2009-01-17  Richard Guenther  <rguenther@suse.de>
524         * gcc_release (JAVA_DIRS): Remove fastjar.
526 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
528         * gcc_release: Fix a couple of comments.
530 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
532         * crontab: Remove 4.1 snapshots job.
533         * update_version: Remove.
534         * gcc_release: Remove support for g77 and release status in
535         version.c.
536         * update_version_svn: Ignore 4.1 branch.  Remove support for
537         updating files other than DATESTAMP.
538         * update_web_docs_svn: Remove support for g77 manual.
540 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
542         * crontab: Add 4.3 branch.  Set trunk to 4.4.
544 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
546         * gcc_release (build_sources): Pass --disable-multilib to
547         gcc_build.
548         (SVN): Don't use full path.
550 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
552         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
554 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
556         * gcc_release: Do not include copies of faq.html in releases,
557         and remove all the explicit support code to pull in web pages.
559 2007-08-21  Paul Brook  <paul@codesourcery.com>
560             Nathan Sidwell  <nathan@codesourcery.com>
561             Mark Mitchell  <mark@codesourcery.com>
562             Joseph Myers  <joseph@codesourcery.com>
564         * gcc_release: Do not include copies of bugs.html in releases.
565         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
566         gcc-vers.texi.
568 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
570         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
571         commands.
573 2007-06-28  Mike Stump  <mrs@apple.com>
575         * gcc_release: Update for Objective-C++.
577 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
579         * gcc_release: Adjust placement of release candidates.
581 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
583         * update_web_docs_svn (MANUALS): Move towards the top of the
584         script.  Reformat for easier editing/diffing.
586 2006-03-31  Tobias Burnus  <burnus@net-b.de>
588         * update_web_docs_svn: Build also gfc-internals.
590 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
592         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
594 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
596         * crontab: No longer build snapshots for 4.0.x.
598 2007-01-21  Tobias Burnus  <burnus@net-b.de>
600         * update_web_docs_svn: Build also libgomp documentation.
602 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
604         * crontab: Spread snapshots more evenly throughout the week, and
605         in "ascending" order.  Build all at the same time of the day.
607 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
609         * crontab: Add 4.2 branch.  Set trunk to 4.3.
611 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
613         * gcc_release (LC_ALL): Default to C.
615 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
617         * crontab: Don't build snapshot for 3.4.x anymore.
618         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
620 2006-01-12  Ben Elliston  <bje@au.ibm.com>
622         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
624 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
626         * update_web_docs_svn: Remove unnecessary files from source tree.
627         Use set -e.
628         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
630 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
632         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
633         
634 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
636         * crontab: Add 4.1 branch entry.
638 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
640         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
641         EXPORTDATE; always determine SVNREV the same way.  Correct message
642         about what sources are being retrived.  Include branch information
643         in LAST_UPDATED.
644         * crontab: Don't include initial / in branch name.
646 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
648         * gcc_release:  Always determine revision number from date or tag,
649         and use that, instead of fragile date based export.
650         Put back setting of non-local CVSROOT.
652 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
654         * gcc_release: Make tags go in /tags.
655         Don't tag for snapshots.
656         Determine revision number of export and put into snapshot
657         announcement.
659 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
661         * gcc_release: Update for SVN
662         * crontab: Update for new gcc_release
664 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
666         * update_web_docs_svn: Use -q to quiet svn.
668 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
670         * crontab: Update to reflect reality
672 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
674         * gcc_release (build_sources): If trying to apply a tag that
675         already exists, issue an error message and exit.
677 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
679         PR other/23693
680         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
682 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
684         * update_web_docs_old: Remove.
686 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
688         * gcc_release: Update with FSF address.
690 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
692         * update_version (ADD_BRANCHES): Add dfp-branch.
694 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
696         * crontab: Spread snapshot building more evenly throughout the
697         week.
699 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
701         * crontab: Don't build 3.3 branch snapshots.
702         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
704 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
706         * README: Update.
707         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
708         of gcc/version.c.
709         * update_version: Handle updating gcc/DATESTAMP.
710         * update_web_docs: Generate gcc-vers.texi first.
712 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
714         * gcc_release (ADA_DIRS): Add "gnattools".
716 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
718         * crontab: Adjust for 4.0 branch.
720 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
722         * update_version (ADD_BRANCHES): Replace lno-branch with
723         autovect-branch.
725 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
727         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
729 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
731         * gcc_release (build_sources): Add comment header to generated
732         MD5SUMS.
734 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
736         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
737         (announce_snapshot):  Update for above.  Don't use echo -e.
739 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
741         * maintainer-scripts (snapshot_print): New function.
742         (announce_snapshot): Generate announcment on the fly.
743         Use a directory link for LATEST.
744         * snapshot-README: Delete.
745         * snapshot-index.html: Delete.
747 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
749         * gcc_release (build_sources): Move the libcpp gmo files
750         to the source directory.
752 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
754         * gcc_release (maybe_build_tarfile): New function.
755         (build_tarfiles): Use maybe_build_tarfile.
757 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
759         * gcc_release (build_sources): Generate the NEWS file in toplevel.
761 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
763         * gcc_release (build_sources): Change CRCs from brik to md5sum.
765 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
767         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
769 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
771         * update_web_docs: Also remove old .gz files from subdirectories
772         on the 15th of the month.
774 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
776         * update_web_docs (MANUALS): Add gfortran.
778 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
780         * update_web_docs: Fix generation of Ada docs.
782 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
784         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
786         * gcc_release (DIFF): Remove -3 option.
788 2003-07-26  Paul Brook  <paul@nowt.org>
790         * gcc_release: Add gcc-fortran.
791         * snapshot-README: Ditto.
792         * snapshot-index.html: Ditto.
794 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
796         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
797         Friday night, where gcc.gnu.org has less load.
799 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
801         * crontab: Adjust temporary directory used for snapshot generation.
802         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
803         less load.
805 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
807         * gcc_release (build_sources): Do not use "-F" to tag sources.
809 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
811         * gcc_release (build_sources): Do not use "-r" and "-D" at the
812         same time with "cvs export".
814 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
816         * gcc_release: Fix sanity check for argument of -p command-line
817         options.  In snapshot mode, only generate diffs against the previous
818         snapshot if the user did not specify any old tarball explictly.
820 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
822         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
823         only set at a single place.
825 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
827         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
828         (announce_snapshot): Use it.
830 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
832         * gcc_release (announce_snapshot): Use changedir instead of
833         plain cd.
835 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
837         * gcc_release: Add libada as part of ADA_DIRS.
839 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
841         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
843 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
845         * gcc_release (build_sources): Delete call to make f77.rebuilt.
847 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
849         * snapshot-README: Mention how the snapshot was generated.
850         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
852 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
854         * update_web_docs: Create tarballs of documentation sources and
855         HTML docs.
857 2004-01-02  Gerald Pfeifer  <gp@suse.de>
859         * update_version: Add some documentation.
861 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
863         * update_version (ADD_BRANCHES): Add lno-branch.
865 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
867         * maintainer-addresses: New script.
869 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
871         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
873 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
875         * gcc_release (announce_snapshot): Restructure processing
876         of snapshot-README and snapshot-index.html and add a new
877         substitution for @EXPORT@.
879 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
881         * gcc_release (build_sources): Create/update the LAST_UPDATED file
882         in the source directory with information how sources were obtained.
884 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
886         * gcc_release (build_sources): Use two new variables EXPORTTAG and
887         EXPORTDATE to make the extraction of sources more transparent and
888         also allow snapshots (off mainline) without a tag.
890 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
892         * gcc_release: Correct logic for updating version.c.  Put
893         prereleases into a subdirectory.
895 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
897         * crontab: Update invocation of gcc_release according to the
898         previous changes there.  Add automatic 3.4 snapshots from mainline.
900 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
902         * gcc_release (usage): Document that -s now takes symbolic name
903         and branch of the snapshot as parameters.
904         Implement this as part of command-line processing.
905         (BRANCH): Remove default initialization for snapshots.
906         (CVSBRANCH): Ditto.
907         Do not lay down a CVS tag if generating a snapshot from mainline.
909 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
911         * gcc_release (announce_snapshot): Use ${RELEASE} instead
912         of ${BRANCH}-${DATE} to refer to the snapshot directory.
913         Put README file into the snapshot directory.
915         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
916         (FTP_PATH): Use ${RELEASE} in case of snapshots.
917         (TAG): Ditto.
918         (OLD_TARS): Adjust to new directory scheme for snapshots.
920 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
922         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
923         for README and index.html.
924         * snapshot-README: Use it.
925         * snapshot-index.html: Ditto.
927 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
929         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
930         for README and index.html.  Remove substitution of @LONG_DATE@.
931         Put index.html into the respective snapshot directory.
932         Adjust subject of the notification mail to the new naming scheme
933         for CVS tags.
934         Adjust name of the LATEST-IS-... files to the new naming scheme
935         for snapshot directories.
936         (FTP_PATH): Ditto.
937         (LAST_DIR): Ditto.
938         (LAST_LONG_DATE): Remove.
940         * snapshot-README: Adjust to the new naming schemes for directories
941         and snapshots per se.
942         Dynamically fill in the respective branch instead of hardcoding it.
944         * snapshot-index.html: Replace individual links to diffs with a
945         general link to the diff/ subdirectory.
946         Mention the concrete snapshot in <title> and <h1>.
947         Adjust links to the new location of index.html.
949 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
951         * gcc_release: Move handling of complex modes directly after
952         switch handling.
953         (TAG): Include the branch name as part of snapshot CVS tags.
955 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
957         * gcc_release: Execute gcc.gnu.org-only operations which are
958         related to diff generation only if diffs have been requested.
959         (build_sources): Improve tracing and an error message related
960         to tagging.
962 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
964         * gcc_release (BRANCH): Rename to...
965         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
966         will see.
967         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
968         of the directory name.
969         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
971 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
973         * gcc_release: Command "all" now creates .gz files only for
974         releases and pre-releases.
976 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
978         * gcc_release (build_sources): Do not include gnats.html any longer.
979         Make an error message more descriptive.
981 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
983         * gcc_release: Factor the updating of links and READMEs on the
984         FTP server and sending mail for snapshots into a...
985         (announce_snapshot): ...new function.
986         Add informative output for both.
988 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
990         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
992 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
994         * snapshot-index.html: Use F77 instead of G77 front end.
995         Remove link to CodeSourcery snapshots which was not up-to-date.
996         Do not refer to gcc-bugs@gcc.gnu.org any longer.
998         * snapshot-README: Use F77 front end instead of G77 language.
1000 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1002         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
1003         (build_bz2): Rename to build_gzip and create .gz files from .bz2
1004         files instead of the other way around.
1005         (build_gzip): New function.
1006         (build_diffs): Build .bz2 files instead of .gz files.
1007         (build_diff): Use .bz2 files instead of .gz files.
1008         Make an error message independent of the compression format.
1009         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
1010         invocation of this script.
1011         (MODE_GZIP): New variable.
1012         (OLD_TARS): Use .bz2 archive of the previous snapshot.
1014 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1016         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
1017         g++ language, and note that Java includes a run time.
1018         * snapshot.index.html: Ditto.
1020 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1022         * gcc_release (build_diff): Properly use ${TAR} instead of
1023         hard-coded tar.
1025 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1027         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
1028         Simplify the note on not using unannounced snapshots.
1030 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1032         * snapshot-README: Refer to .bz2 files instead of .gz files.
1033         Add a note on where to find the diff files.
1034         Simplify the note on not using unannounced snapshots.
1035         Remove documentation of the gcc_latest_snapshot tag.
1037 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1039         * gcc_release (build_diffs): Add diagnostics in case we cannot
1040         generate a specific diff file.
1042 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1044         * gcc_release (build_sources): Only update ChangeLog files which
1045         do not yet contain the entry we are going to add.
1046         Fix typo in added ChangeLog entries.
1048 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1050         * gcc_release (upload_files): Put diff files into a "diffs"
1051         subdirectory
1053 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
1055         * gcc_release: GNU CC -> GCC.
1057 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1059         * gcc_release (usage): Print more detailed description of all
1060         command-line options.
1062 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1064         * update_version (ADD_BRANCHES): Add, set to MAIN and
1065         tree-ssa-20020619-branch.
1066         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
1068 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1070         * update_version (textstring_FILES): Only version.c needs to be
1071         updated, now that we do not consider older branches any more.
1073 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1075         * update_version (IGNORE_BRANCHES): Add.
1076         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1078 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1080         * update_version: Add a trace of which branch we are currently
1081         working on.
1083 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
1085         * gcc_release: Make snapshots from the GCC 3.3 branch.
1086         * snapshot-README: Update.
1088 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
1090         * update_version: Do not check in files which are unchanged.
1091         * gcc_release: Only update the version in gcc/version.c.
1093 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1095         * update_web_docs (MANUALS): Add fastjar.
1097 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1099         * gcc_release: Make snapshots come from the mainline.
1100         * snapshot-README: Update.
1102 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1104         * update_web_docs: Remove support for generating g77_news.html and
1105         g77_bugs.html.
1106         * update_web_docs_old: Likewise.  Remove support for generating
1107         thanks.html.
1109 2002-07-28  Andreas Jaeger  <aj@suse.de>
1111         * gcc_release: Update comment.
1113         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1115 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
1117         * gcc_release: Use the 3.2 branch for snapshots.
1119 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1121         * update_web_docs (MANUALS): Include various flavours of the GNAT
1122         User Guide.
1124 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1126         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1127         gcc/gcc/ada/gnatvsn.ads.
1129 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1131         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1132         release status is updated.
1133         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1135 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1137         * gcc_release: Do upload files when local.
1139         * snapshot-README, snapshot-index.html: Remove chill.
1141 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
1143         * gcc_release: Correct upload handling.
1145 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
1147         * gcc_release (build_diffs): Remove reference to Chill.
1149 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1151         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1153 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1155         * gcc_release: Set TZ to UTC0.
1157 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
1159         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1160         (CHILL_DIRS): Remove.
1162 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1164         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1165         major mode.
1167 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1169         * update_version:  Don't indent the version string.
1171 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1173         * snapshot-README: Note that snapshots come from the 3.1 branch.
1174         Update list of files.
1176 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1178         * gcc_release: Make snapshots come from the 3.1 branch.
1180 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
1182         * update_version: Automatically update version files on all
1183         branches.
1184         * crontab: Only invoke update_version once.
1186 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1188         * gcc_release: Revert change to -p interface.  Allow for local and
1189         remote cases in creating directories.  Give an error if -p
1190         argument names a directory.
1192 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
1194         * gcc_release: Correct handling of diff-generation.  Add
1195         "diffs" major mode.
1197 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1199         * gcc_release: Substitute dates in snapshot-README and
1200         snapshot-index.html files rather than directly using the old files
1201         on the FTP site.  Set QMAILHOST.
1203 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1205         * snapshot-index.html: Improve markup.
1207 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1209         * snapshot-README, snapshot-index.html: Use expressions such as
1210         @DATE@ rather than hardcoded dates.
1212         * snapshot-README, snapshot-index.html: New files.
1214 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1216         * update_web_docs (contrib_file): Remove.
1217         Also removing special handling of thanks.html.
1219 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1221         * update_web_docs: Use makeinfo --html instead of texi2html.
1222         Remove support for pre-3.1 GCC versions.  Build online docs for
1223         gccint manual.
1225 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1227         * update_web_docs_old: Copy from update_web_docs.  Add comment
1228         that this is for GCC 3.0.x and earlier versions.
1230 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1232         * gcc_release: Add /usr/local/bin to path when local.
1234 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1236         * update_web_docs: Set SOURCEDIR so that install manual can be
1237         found when running install.texi2html.
1239         * gcc_release: Don't require a username if running locally.
1241 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1243         * update_web_docs: Eliminate warnings about keeping files from web
1244         page preprocessing.
1246         * update_web_docs: Allow for the same file name in different
1247         directories.
1249 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1251         * update_web_docs: Generate libiberty and gnat-style manuals.
1253 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1255         * gcc_release: Build snapshots from mainline.  Generate Ada and
1256         Chill tarballs.  Correct error check when building diffs.  Check
1257         for errors when building bzip2 files.
1258         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1260 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1262         * crontab: Build weekly snapshots.
1264         * gcc_release: Copy from 3.0 branch.  Add support for building the
1265         weekly snapshots on gcc.gnu.org.
1267 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1269         * update_web_docs: Also check out texinfo.tex from
1270         gcc/doc/include.
1272 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1274         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1275         Preprocess the entire web site, not just the install docs.
1277 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
1279         * update_version:  Add command-line argument capability, also
1280         bump version for libstdc++-v3, and exit with the return code from
1281         the cvs commit.
1282         * crontab:  Call update_version with arguments instead of
1283         calling update_branch_version.
1284         * update_branch_version:  Remove.
1286 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1288         * update_web_docs: Only update the install documentation for the
1289         CVS HEAD.
1291 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1293         * update_web_docs, doc_exclude: Check out files that may be in the
1294         Attic.  Check out texinfo.tex.  Don't generate anything from
1295         c-tree.texi.  Generate PostScript output from manuals.
1297 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1299         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1300         variables.
1301         Fix a comment and add another one.
1302         Generate the installation documentation in HTML format from
1303         gcc/doc/install.texi.
1305 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1307         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1308         run texi2html on manuals that aren't present.
1310 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
1312         * update_web_docs_libstdcxx:  New script.
1313         * crontab:  Call said script.
1315 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1317         * update_version, update_branch_version: Check out with gcc
1318         directory instead of using egcs link.
1320 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1322         * update_web_docs: Don't strip leading -r from argument following
1323         -r, or leading -d from argument following -d.  Bug pointed out by
1324         Matt Kraai.
1326         * update_web_docs: Handle -r and -d options to generate docs for a
1327         release or branch in a subdirectory.  Determine names of G77 news
1328         and bugs files and contributors file after updated docs have been
1329         installed, not before.  Don't remove files from a subdirectory.
1330         Don't generate manuals for gcov (included in the GCC manual) or
1331         iostream (obsolete).  Do generate manuals for cppinternals, gcj
1332         and porting.  Update regular expressions for detecting whether
1333         files have really changed when regenerated.
1335 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1337         * update_web_docs: Use /usr/local/bin/texi2html rather than
1338         gccadmin's local copy.
1340 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1342         * crontab, doc_exclude, update_branch_version, update_version,
1343         update_web_docs: New files (as currently used by gccadmin).
1344         * README: New file.