xref: /netbsd-src/external/gpl3/gcc/dist/maintainer-scripts/ChangeLog (revision a77ebd868432a4d7e595fb7709cfc1b8f144789b)
12022-06-28  Release Manager
2
3	* GCC 10.4.0 released.
4
52021-04-08  Jonathan Wakely  <jwakely@redhat.com>
6
7	Backported from master:
8	2021-04-08  Jonathan Wakely  <jwakely@redhat.com>
9
10	* generate_libstdcxx_web_docs: Add --disable-multilib to
11	configure command.
12
132021-04-08  Release Manager
14
15	* GCC 10.3.0 released.
16
172020-07-23  Release Manager
18
19	* GCC 10.2.0 released.
20
212020-05-07  Release Manager
22
23	* GCC 10.1.0 released.
24
252020-03-12  Jakub Jelinek  <jakub@redhat.com>
26
27	* gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
28	command invoked through ssh.
29
30	* update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
31
322020-02-27  Jakub Jelinek  <jakub@redhat.com>
33
34	* gcc_release: Add support for -b local-git-repo argument.
35
362020-01-13  Jonathan Wakely  <jwakely@redhat.com>
37
38	* update_web_docs_libstdcxx_git: New file.
39	* update_web_docs_libstdcxx_svn: Remove.
40	* crontab: Use update_web_docs_libstdcxx_git.
41
422020-01-13  Joseph Myers  <joseph@codesourcery.com>
43
44	* update_web_docs_git: New file.
45	* update_web_docs_svn: Remove.
46	* crontab: Use update_web_docs_svn.
47
482020-01-13  Joseph Myers  <joseph@codesourcery.com>
49
50	* gcc_release: Use git instead of SVN.
51	* crontab: Update gcc_release calls.
52
532020-01-13  Joseph Myers  <joseph@codesourcery.com>
54
55	* update_version_git: New file.
56	* update_version:svn: Remove.
57	* crontab: Use update_version_git.
58
592019-11-20  Janne Blomqvist  <jb@gcc.gnu.org>
60
61	* gcc_release: Use https for gcc.gnu.org.
62
632019-11-14  Richard Biener  <rguenther@suse.de>
64
65	* update_version_svn (IGNORE_BRANCHES): Add 7.
66
672019-10-05  Richard Biener  <rguenther@suse.de>
68
69	* crontab: Disable snapshots from gcc-7-branch.
70
712019-08-05  David Malcolm  <dmalcolm@redhat.com>
72
73	* update_web_docs_svn: Proceed even if the invocation of
74	sphinx fails.
75
762019-05-04  Gerald Pfeifer  <gerald@pfeifer.com>
77
78	* crontab: Snapshots from trunk are now GCC 10 related.
79	Add GCC 9 snapshots from the respective branch.
80
812019-02-23  Jonathan Wakely  <jwakely@redhat.com>
82
83	* generate_libstdcxx_web_docs: Improve error output.
84
852018-11-22  Martin Liska  <mliska@suse.cz>
86
87	* bugzilla-close-candidate.py: New file.
88
892018-10-26  Jakub Jelinek  <jakub@redhat.com>
90
91	* update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
92	* crontab: Remove gcc-6-branch entry.
93
94	* gcc_release (error, inform): Use $@ instead of $1.
95	(build_sources): Check for ^[[:blank:]]*GCC in both index.html
96	and changes.html, rather than for GCC in one and ^GCC in another one.
97
982018-05-03  Jakub Jelinek  <jakub@redhat.com>
99
100	PR other/85622
101	* gcc_release: For -f, verify contrib/gennews has the major version
102	pages listed and both index.html and changes.html have been updated
103	for the new release.
104
1052018-04-25  Jakub Jelinek  <jakub@redhat.com>
106
107	* crontab: Enable snapshots from gcc-8-branch.
108
1092018-01-25  Richard Biener  <rguenther@suse.de>
110
111	* gcc_release (build_sources): Use getconf to get at the number
112	of cores in the system and pass -jN to gcc_build.
113
1142017-10-10  Jakub Jelinek  <jakub@redhat.com>
115
116	* update_version_svn: Ignore the GCC 5 branch.
117	* crontab: Remove entry for the GCC 5 branch.
118
1192017-05-23  Matthias Klose  <doko@ubuntu.com>
120
121	* gcc_release (XZ): Default to xz --best.
122
1232017-05-18  Matthias Klose  <doko@ubuntu.com>
124
125	* gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
126	(build_diffs): Handle building diffs from either bz2 or xz tarballs,
127	compress diffs using xz instead of bz2.
128	(build_diff): Likewise.
129	(upload_files): Check for *.xz files instead of *.bz2 files.
130	(announce_snapshot): Announce xz tarball instead of bz2 tarball.
131	(XZ): New definition.
132	(<toplevel>): Look for both bz2 and xz compressed old tarballs.
133
1342017-04-20  Jakub Jelinek  <jakub@redhat.com>
135
136	* crontab: Enable snapshots from gcc-7-branch.
137
1382017-03-03  Gerald Pfeifer  <gerald@pfeifer.com>
139
140	* gcc_release (snapshot_print): Replace md5 checksum by sha256.
141
1422017-02-28  Gerald Pfeifer  <gerald@pfeifer.com>
143
144	* update_web_docs_svn: Remove a reference to GCC 3.1.  Describe
145	settings to tweak if running on a host different from gcc.gnu.org.
146	(WWWBASE): Allow override via the environment.  Also check for
147	existance.
148
1492017-02-08  Gerald Pfeifer  <gerald@pfeifer.com>
150
151	* update_web_docs_svn (MANUALS): Add libitm.
152
1532016-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
154
155	PR documentation/50642
156	* update_web_docs_svn (CSS): Introduce.
157	Have generated files refer to it.
158
1592016-08-17  Martin Liska  <mliska@suse.cz>
160
161	* branch_changer.py: Describe the script. Add sample usage
162	of the script.
163
1642016-08-03  Martin Liska  <mliska@suse.cz>
165
166	* branch_changer.py: New file.
167
1682016-07-26  Richard Biener  <rguenther@suse.de>
169
170	* update_version_svn: Ignore the GCC 4.9 branch.
171
1722016-07-26  Richard Biener  <rguenther@suse.de>
173
174	* crontab: Remove entry for the GCC 4.9 branch.
175
1762016-06-13  Jonathan Wakely  <jwakely@redhat.com>
177
178	* generate_libstdcxx_web_docs: Use realpath to get absolute path.
179	Add comment about LaTeX errors.
180
1812016-04-15  Jakub Jelinek  <jakub@redhat.com>
182
183	* crontab: Enable snapshots from gcc-6-branch.
184
1852015-06-23  Richard Biener  <rguenther@suse.de>
186
187	* update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
188
1892015-06-14  Richard Biener  <rguenther@suse.de>
190
191	* crontab: Disable snapshots from the 4.8 branch.
192
1932015-04-13  Jakub Jelinek  <jakub@redhat.com>
194
195	* update_version_svn: Update DATESTAMP also on
196	branches/gcc-[0-9]+-branch.
197
198	* gcc_release: Fix up thinko in the last commit, improve error
199	message.  Commit all ChangeLog, DEV-PHASE and BASE-VER changes
200	together, rather than doing dozens of separate commits.
201
2022015-04-12  Jakub Jelinek  <jakub@redhat.com>
203
204	* gcc_release: For RELEASE_MAJOR 5+ only use the major
205	number in branch name.  When doing final release of 5+,
206	if BASE-VER doesn't match release, but is *.*.1 for the
207	one smaller minor version, bump BASE-VER.
208
209	* crontab: Enable snapshots from gcc-5-branch.
210
2112015-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
212
213	* update_web_docs_libstdcxx_svn (FILTER): Introduce.
214	Use to filter output of the copying process.
215
2162015-02-25  Arnaud Charlet  <charlet@adacore.com>
217
218	* update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
219
2202015-02-25  Arnaud Charlet  <charlet@adacore.com>
221
222	* update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
223
2242015-02-06  David Malcolm  <dmalcolm@redhat.com>
225
226	PR jit/64257
227	* update_web_docs_svn: When copying up files for the built jit
228	documentation, also copy up .txt files.
229
2302015-02-04  David Malcolm  <dmalcolm@redhat.com>
231
232	PR jit/64257
233	* update_web_docs_svn: Update build of jit docs to use EPEL6
234	variant install of sphinx 1.0.8, rather than 0.6.6.
235
2362015-01-26  David Malcolm  <dmalcolm@redhat.com>
237
238	PR jit/64257
239	* update_web_docs_svn: Don't delete gcc/jit/docs or
240	gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
241	building of the JIT docs (using sphinx-build).  Special case
242	copying them up.
243
2442014-08-14  Richard Biener  <rguenther@suse.de>
245
246	* crontab: Change trunk snapshots from 4.10 to 5.
247
2482014-08-01  Arnaud Charlet  <charlet@adacore.com>
249
250	* update_web_docs_svn: Simplify build of gnat_ugn.
251
2522014-06-12  Richard Biener  <rguenther@suse.de>
253
254	* crontab: Remove 4.7 snapshot entry.
255	* update_version_svn: Update IGNORE_BRANCHES.
256
2572014-05-30  Jonathan Wakely  <jwakely@redhat.com>
258
259	* generate_libstdcxx_web_docs: New script.
260
2612014-04-11  Jakub Jelinek  <jakub@redhat.com>
262
263	* crontab: Enable snapshots from gcc-4_9-branch.
264
2652014-02-01  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
266
267	PR other/56653
268	* gcc_release: Avoid printing empty line to generated MD5SUMS files.
269	Bump copyright year.
270
2712013-12-02  Gerald Pfeifer  <gerald@pfeifer.com>
272
273	* update_web_docs_svn: Work around makeinfo generated file names
274	and references with "_002d" instead of "-".
275
2762013-04-12  Jakub Jelinek  <jakub@redhat.com>
277
278	* crontab: Disable snapshots from gcc-4_6-branch.
279	* update_version_svn: Ignore gcc-4_6-branch.
280
2812013-04-07  Gerald Pfeifer  <gerald@pfeifer.com>
282
283	* update_web_docs_libstdcxx_svn: No longer ignore all output from
284	the actual copy process.
285	Check the exit code of the actual copy process; diagnose problems.
286
2872013-03-16  Jakub Jelinek  <jakub@redhat.com>
288
289	* crontab: Enable snapshots from gcc-4_8-branch.
290
2912012-07-02  Richard Guenther  <rguenther@suse.de>
292
293	* crontab: Disable snapshots from gcc-4_5-branch.
294	* update_version_svn: Ingore gcc-4_5-branch.
295
2962012-03-23  Richard Guenther  <rguenther@suse.de>
297
298	* crontab: Enable snapshots from gcc-4_7-branch.
299
3002012-03-13  Jakub Jelinek  <jakub@redhat.com>
301
302	* crontab: Remove 4.4 branch from the list of snapshots to make.
303	* update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
304
3052012-03-05  Richard Guenther  <rguenther@suse.de>
306
307	* crontab: Remove 4.3 branch from the list of snapshots to make.
308
3092012-03-02  Richard Guenther  <rguenther@suse.de>
310
311	* crontab: Fix day-of-week.
312
3132012-03-02  Richard Guenther  <rguenther@suse.de>
314
315	* crontab: Update for 4.7 branching.
316
3172011-11-21  Gerald Pfeifer  <gerald@pfeifer.com>
318
319	* update_web_docs_svn: Make $DOCSDIR group writable after
320	creating it.
321
3222011-06-27  Richard Guenther  <rguenther@suse.de>
323
324	* update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
325
3262011-05-22  Joseph Myers  <joseph@codesourcery.com>
327
328	* gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
329	(build_tarfiles): Don't build separate files for languages and
330	core.
331	(build_diffs): Only build one set of diffs.
332	(announce_snapshot): Only announce one tar file.
333	(ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
334	OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove.  Don't adjust names
335	relative to WORKING_DIRECTORY.
336
3372011-04-21  Jakub Jelinek  <jakub@redhat.com>
338
339	* gcc_release (maybe_build_tarfile): Don't build a tarfile if
340	the first directory doesn't exist.
341
3422011-03-14  Jakub Jelinek  <jakub@redhat.com>
343
344	* crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
345	4.6 branch.
346
3472011-02-07  Joseph Myers  <joseph@codesourcery.com>
348
349	* update_web_docs_svn: Generate libquadmath-vers.texi.
350
3512011-01-31  Gerald Pfeifer  <gerald@pfeifer.com>
352
353	* update_version_svn (FILES): Merge with datestamp_FILES.
354	(SVNROOT2): Introduce and use.
355
3562011-01-30  Gerald Pfeifer  <gerald@pfeifer.com>
357
358	* update_version_svn (SVN): Remove obsolete comment.
359	(CURR_DATE): Fix description.
360	Fix description of checkout procedure.
361
3622010-12-18  Tobias Burnus  <burnus@net-b.de>
363
364	* update_web_docs_svn (MANUALS): Add libquadmath.
365
3662010-12-08  Ian Lance Taylor  <iant@google.com>
367
368	* gcc_release: Add support for releasing Go as a separate
369	tarball.
370
3712010-12-08  Ian Lance Taylor  <iant@google.com>
372
373	* update_web_docs_svn (MANUALS): Add gccgo.
374
3752010-12-08  Ian Lance Taylor  <iant@google.com>
376
377	* README: Change "CVS" to "Subversion".
378
3792010-08-23  Gerald Pfeifer  <gerald@pfeifer.com>
380
381	* gcc_release (snapshot_print): Also include an sha1 hash for
382	every tarball.  Slightly tweak indentation.
383
3842010-08-15  Gerald Pfeifer  <gerald@pfeifer.com>
385
386	* gcc_release (CVSROOT): Remove all occurrences.
387
3882010-08-14  Gerald Pfeifer  <gerald@pfeifer.com>
389
390	* gcc_release (snapshot_print): Include md5 hash for every tarball
391	in the README file and notification mail.
392
3932010-08-01  Gerald Pfeifer  <gerald@pfeifer.com>
394
395	* update_web_docs_libstdcxx_svn: Do not compress generated .html
396	files any more.
397
3982010-06-24  Joseph Myers  <joseph@codesourcery.com>
399
400	* update_web_docs_svn: Also pass -I option pointing to ada/ source
401	directory for Ada manual.
402
4032010-04-16  Joseph Myers  <joseph@codesourcery.com>
404
405	* crontab: Enable 4.6 snapshots.
406
4072010-04-07  Joseph Myers  <joseph@codesourcery.com>
408
409	* crontab: Switch 4.5 snapshots to 4.5 branch.
410
4112010-03-31  Joseph Myers  <joseph@codesourcery.com>
412
413	* gcc_release (build_tarfiles): Make directories mode 755, not
414	777.
415
4162009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
417
418	* update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
419
4202009-10-03  Diego Novillo  <dnovillo@google.com>
421
422	* gcc_release (JAVA_DIRS): Remove zlib.
423
4242009-04-23  Gerald Pfeifer  <gerald@pfeifer.com>
425
426	* update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
427
4282009-04-09  Jakub Jelinek  <jakub@redhat.com>
429
430	* gcc_release: Change copyright header to refer to version
431	3 of the GNU General Public License and to point readers at the
432	COPYING3 file and the FSF's license web page.
433	* maintainer-addresses: Likewise.
434
4352009-04-08  Gerald Pfeifer  <gerald@pfeifer.com>
436
437	* update_web_docs_svn: Run this script under plain /bin/sh
438	as opposed to /bin/sh -x.
439
4402009-03-30  Joseph Myers  <joseph@codesourcery.com>
441
442	* update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
443
4442009-03-28  Gerald Pfeifer  <gerald@pfeifer.com>
445
446	* crontab: Stop 4.2 snapshots.
447	Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
448
4492009-03-27  Mark Mitchell  <mark@codesourcery.com>
450
451	* crontab: Add 4.4 branch snapshots.
452
4532009-02-21  Gerald Pfeifer  <gerald@pfeifer.com>
454
455	* update_version_svn (ADD_BRANCHES): Remove autovect-branch
456	and document format.
457
4582009-01-17  Richard Guenther  <rguenther@suse.de>
459
460	* gcc_release (JAVA_DIRS): Remove fastjar.
461
4622008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
463
464	* gcc_release: Fix a couple of comments.
465
4662008-07-04  Joseph Myers  <joseph@codesourcery.com>
467
468	* crontab: Remove 4.1 snapshots job.
469	* update_version: Remove.
470	* gcc_release: Remove support for g77 and release status in
471	version.c.
472	* update_version_svn: Ignore 4.1 branch.  Remove support for
473	updating files other than DATESTAMP.
474	* update_web_docs_svn: Remove support for g77 manual.
475
4762008-02-18  Jakub Jelinek  <jakub@redhat.com>
477
478	* crontab: Add 4.3 branch.  Set trunk to 4.4.
479
4802008-01-28  Joseph Myers  <joseph@codesourcery.com>
481
482	* gcc_release (build_sources): Pass --disable-multilib to
483	gcc_build.
484	(SVN): Don't use full path.
485
4862008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
487
488	* update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
489
4902007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
491
492	* gcc_release: Do not include copies of faq.html in releases,
493	and remove all the explicit support code to pull in web pages.
494
4952007-08-21  Paul Brook  <paul@codesourcery.com>
496	    Nathan Sidwell  <nathan@codesourcery.com>
497	    Mark Mitchell  <mark@codesourcery.com>
498	    Joseph Myers  <joseph@codesourcery.com>
499
500	* gcc_release: Do not include copies of bugs.html in releases.
501	* update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
502	gcc-vers.texi.
503
5042007-07-06  Joseph Myers  <joseph@codesourcery.com>
505
506	* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
507	commands.
508
5092007-06-28  Mike Stump  <mrs@apple.com>
510
511	* gcc_release: Update for Objective-C++.
512
5132007-05-28  Mark Mitchell  <mark@codesourcery.com>
514
515	* gcc_release: Adjust placement of release candidates.
516
5172007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
518
519	* update_web_docs_svn (MANUALS): Move towards the top of the
520	script.  Reformat for easier editing/diffing.
521
5222006-03-31  Tobias Burnus  <burnus@net-b.de>
523
524	* update_web_docs_svn: Build also gfc-internals.
525
5262007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
527
528	* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
529
5302007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
531
532	* crontab: No longer build snapshots for 4.0.x.
533
5342007-01-21  Tobias Burnus  <burnus@net-b.de>
535
536	* update_web_docs_svn: Build also libgomp documentation.
537
5382007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
539
540	* crontab: Spread snapshots more evenly throughout the week, and
541	in "ascending" order.  Build all at the same time of the day.
542
5432006-10-20  Mark Mitchell  <mark@codesourcery.com>
544
545	* crontab: Add 4.2 branch.  Set trunk to 4.3.
546
5472006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
548
549	* gcc_release (LC_ALL): Default to C.
550
5512006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
552
553	* crontab: Don't build snapshot for 3.4.x anymore.
554	* update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
555
5562006-01-12  Ben Elliston  <bje@au.ibm.com>
557
558	* update_version_svn (ADD_BRANCHES): Remove dfp-branch.
559
5602005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
561
562	* update_web_docs_svn: Remove unnecessary files from source tree.
563	Use set -e.
564	* doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
565
5662005-12-16  Mark Mitchell  <mark@codesourcery.com>
567
568	* update_web_docs_svn: Set @srcdir in gcc-vers.texi.
569
5702005-11-18  Mark Mitchell  <mark@codesourcery.com>
571
572	* crontab: Add 4.1 branch entry.
573
5742005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
575
576	* gcc_release: Further update for SVN.  Don't set EXPORTTAG or
577	EXPORTDATE; always determine SVNREV the same way.  Correct message
578	about what sources are being retrived.  Include branch information
579	in LAST_UPDATED.
580	* crontab: Don't include initial / in branch name.
581
5822005-11-05  Daniel Berlin  <dberlin@dberlin.org>
583
584	* gcc_release:  Always determine revision number from date or tag,
585	and use that, instead of fragile date based export.
586	Put back setting of non-local CVSROOT.
587
5882005-11-05  Daniel Berlin  <dberlin@dberlin.org>
589
590	* gcc_release: Make tags go in /tags.
591	Don't tag for snapshots.
592	Determine revision number of export and put into snapshot
593	announcement.
594
5952005-11-03  Daniel Berlin  <dberlin@dberlin.org>
596
597	* gcc_release: Update for SVN
598	* crontab: Update for new gcc_release
599
6002005-10-26  Daniel Berlin  <dberlin@dberlin.org>
601
602	* update_web_docs_svn: Use -q to quiet svn.
603
6042005-10-26  Daniel Berlin  <dberlin@dberlin.org>
605
606	* crontab: Update to reflect reality
607
6082005-10-01  Mark Mitchell  <mark@codesourcery.com>
609
610	* gcc_release (build_sources): If trying to apply a tag that
611	already exists, issue an error message and exit.
612
6132005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
614
615	PR other/23693
616	* update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
617
6182005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
619
620	* update_web_docs_old: Remove.
621
6222005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
623
624	* gcc_release: Update with FSF address.
625
6262005-07-26  Janis Johnson  <janis187@us.ibm.com>
627
628	* update_version (ADD_BRANCHES): Add dfp-branch.
629
6302005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
631
632	* crontab: Spread snapshot building more evenly throughout the
633	week.
634
6352005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
636
637	* crontab: Don't build 3.3 branch snapshots.
638	* update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
639
6402005-03-15  Zack Weinberg  <zack@codesourcery.com>
641
642	* README: Update.
643	* gcc_release: Update gcc/DEV-PHASE if that file exists, instead
644	of gcc/version.c.
645	* update_version: Handle updating gcc/DATESTAMP.
646	* update_web_docs: Generate gcc-vers.texi first.
647
6482005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
649
650	* gcc_release (ADA_DIRS): Add "gnattools".
651
6522005-02-25  Mark Mitchell  <mark@codesourcery.com>
653
654	* crontab: Adjust for 4.0 branch.
655
6562004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
657
658	* update_version (ADD_BRANCHES): Replace lno-branch with
659	autovect-branch.
660
6612004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
662
663	* crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
664
6652004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
666
667	* gcc_release (build_sources): Add comment header to generated
668	MD5SUMS.
669
6702004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
671
672	* gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
673	(announce_snapshot):  Update for above.  Don't use echo -e.
674
6752004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
676
677	* maintainer-scripts (snapshot_print): New function.
678	(announce_snapshot): Generate announcment on the fly.
679	Use a directory link for LATEST.
680	* snapshot-README: Delete.
681	* snapshot-index.html: Delete.
682
6832004-06-09  Paolo Bonzini  <bonzini@gnu.org>
684
685	* gcc_release (build_sources): Move the libcpp gmo files
686	to the source directory.
687
6882004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
689
690	* gcc_release (maybe_build_tarfile): New function.
691	(build_tarfiles): Use maybe_build_tarfile.
692
6932004-05-21  Paolo Carlini  <pcarlini@suse.de>
694
695	* gcc_release (build_sources): Generate the NEWS file in toplevel.
696
6972004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
698
699	* gcc_release (build_sources): Change CRCs from brik to md5sum.
700
7012004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
702
703	* crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
704
7052004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
706
707	* update_web_docs: Also remove old .gz files from subdirectories
708	on the 15th of the month.
709
7102004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
711
712	* update_web_docs (MANUALS): Add gfortran.
713
7142004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
715
716	* update_web_docs: Fix generation of Ada docs.
717
7182004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
719
720	* update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
721
722	* gcc_release (DIFF): Remove -3 option.
723
7242003-07-26  Paul Brook  <paul@nowt.org>
725
726	* gcc_release: Add gcc-fortran.
727	* snapshot-README: Ditto.
728	* snapshot-index.html: Ditto.
729
7302004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
731
732	* crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
733	Friday night, where gcc.gnu.org has less load.
734
7352004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
736
737	* crontab: Adjust temporary directory used for snapshot generation.
738	Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
739	less load.
740
7412004-04-19  Mark Mitchell  <mark@codesourcery.com>
742
743	* gcc_release (build_sources): Do not use "-F" to tag sources.
744
7452004-04-07  Mark Mitchell  <mark@codesourcery.com>
746
747	* gcc_release (build_sources): Do not use "-r" and "-D" at the
748	same time with "cvs export".
749
7502004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
751
752	* gcc_release: Fix sanity check for argument of -p command-line
753	options.  In snapshot mode, only generate diffs against the previous
754	snapshot if the user did not specify any old tarball explictly.
755
7562004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
757
758	* gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
759	only set at a single place.
760
7612004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
762
763	* gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
764	(announce_snapshot): Use it.
765
7662004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
767
768	* gcc_release (announce_snapshot): Use changedir instead of
769	plain cd.
770
7712004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
772
773	* gcc_release: Add libada as part of ADA_DIRS.
774
7752004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
776
777	* crontab: Make 3.4 snapshots from the new 3.4 release branch.
778
7792004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
780
781	* gcc_release (build_sources): Delete call to make f77.rebuilt.
782
7832004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
784
785	* snapshot-README: Mention how the snapshot was generated.
786	* snapshot-index.html: Ditto.  Further sync with snapshot-README.
787
7882004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
789
790	* update_web_docs: Create tarballs of documentation sources and
791	HTML docs.
792
7932004-01-02  Gerald Pfeifer  <gp@suse.de>
794
795	* update_version: Add some documentation.
796
7972004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
798
799	* update_version (ADD_BRANCHES): Add lno-branch.
800
8012003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
802
803	* maintainer-addresses: New script.
804
8052003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
806
807	* gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
808
8092003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
810
811	* gcc_release (announce_snapshot): Restructure processing
812	of snapshot-README and snapshot-index.html and add a new
813	substitution for @EXPORT@.
814
8152003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
816
817	* gcc_release (build_sources): Create/update the LAST_UPDATED file
818	in the source directory with information how sources were obtained.
819
8202003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
821
822	* gcc_release (build_sources): Use two new variables EXPORTTAG and
823	EXPORTDATE to make the extraction of sources more transparent and
824	also allow snapshots (off mainline) without a tag.
825
8262003-08-08  Mark Mitchell  <mark@codesourcery.com>
827
828	* gcc_release: Correct logic for updating version.c.  Put
829	prereleases into a subdirectory.
830
8312003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
832
833	* crontab: Update invocation of gcc_release according to the
834	previous changes there.  Add automatic 3.4 snapshots from mainline.
835
8362003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
837
838	* gcc_release (usage): Document that -s now takes symbolic name
839	and branch of the snapshot as parameters.
840	Implement this as part of command-line processing.
841	(BRANCH): Remove default initialization for snapshots.
842	(CVSBRANCH): Ditto.
843	Do not lay down a CVS tag if generating a snapshot from mainline.
844
8452003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
846
847	* gcc_release (announce_snapshot): Use ${RELEASE} instead
848	of ${BRANCH}-${DATE} to refer to the snapshot directory.
849	Put README file into the snapshot directory.
850
851	(RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
852	(FTP_PATH): Use ${RELEASE} in case of snapshots.
853	(TAG): Ditto.
854	(OLD_TARS): Adjust to new directory scheme for snapshots.
855
8562003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
857
858	* gcc_release (announce_snapshot): Add substitution of @RELEASE@
859	for README and index.html.
860	* snapshot-README: Use it.
861	* snapshot-index.html: Ditto.
862
8632003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
864
865	* gcc_release (announce_snapshot): Add substitution of @BRANCH@
866	for README and index.html.  Remove substitution of @LONG_DATE@.
867	Put index.html into the respective snapshot directory.
868	Adjust subject of the notification mail to the new naming scheme
869	for CVS tags.
870	Adjust name of the LATEST-IS-... files to the new naming scheme
871	for snapshot directories.
872	(FTP_PATH): Ditto.
873	(LAST_DIR): Ditto.
874	(LAST_LONG_DATE): Remove.
875
876	* snapshot-README: Adjust to the new naming schemes for directories
877	and snapshots per se.
878	Dynamically fill in the respective branch instead of hardcoding it.
879
880	* snapshot-index.html: Replace individual links to diffs with a
881	general link to the diff/ subdirectory.
882	Mention the concrete snapshot in <title> and <h1>.
883	Adjust links to the new location of index.html.
884
8852003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
886
887	* gcc_release: Move handling of complex modes directly after
888	switch handling.
889	(TAG): Include the branch name as part of snapshot CVS tags.
890
8912003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
892
893	* gcc_release: Execute gcc.gnu.org-only operations which are
894	related to diff generation only if diffs have been requested.
895	(build_sources): Improve tracing and an error message related
896	to tagging.
897
8982003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
899
900	* gcc_release (BRANCH): Rename to...
901	(CVSBRANCH): ...new macro, and use BRANCH for the variant users
902	will see.
903	(FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
904	of the directory name.
905	Use .snapshot_date-${BRANCH} instead of .snapshot_date.
906
9072003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
908
909	* gcc_release: Command "all" now creates .gz files only for
910	releases and pre-releases.
911
9122003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
913
914	* gcc_release (build_sources): Do not include gnats.html any longer.
915	Make an error message more descriptive.
916
9172003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
918
919	* gcc_release: Factor the updating of links and READMEs on the
920	FTP server and sending mail for snapshots into a...
921	(announce_snapshot): ...new function.
922	Add informative output for both.
923
9242003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
925
926	* gcc_release: Do not update gcc_latest_snapshot tag any longer.
927
9282003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
929
930	* snapshot-index.html: Use F77 instead of G77 front end.
931	Remove link to CodeSourcery snapshots which was not up-to-date.
932	Do not refer to gcc-bugs@gcc.gnu.org any longer.
933
934	* snapshot-README: Use F77 front end instead of G77 language.
935
9362003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
937
938	* gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
939	(build_bz2): Rename to build_gzip and create .gz files from .bz2
940	files instead of the other way around.
941	(build_gzip): New function.
942	(build_diffs): Build .bz2 files instead of .gz files.
943	(build_diff): Use .bz2 files instead of .gz files.
944	Make an error message independent of the compression format.
945	(MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
946	invocation of this script.
947	(MODE_GZIP): New variable.
948	(OLD_TARS): Use .bz2 archive of the previous snapshot.
949
9502003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
951
952	* snapshot-README: Use GCC instead of gcc, C++ front end instead of
953	g++ language, and note that Java includes a run time.
954	* snapshot.index.html: Ditto.
955
9562003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
957
958	* gcc_release (build_diff): Properly use ${TAR} instead of
959	hard-coded tar.
960
9612003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
962
963	* snapshot-index.html: Refer to .bz2 files instead of .gz files.
964	Simplify the note on not using unannounced snapshots.
965
9662003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
967
968	* snapshot-README: Refer to .bz2 files instead of .gz files.
969	Add a note on where to find the diff files.
970	Simplify the note on not using unannounced snapshots.
971	Remove documentation of the gcc_latest_snapshot tag.
972
9732003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
974
975	* gcc_release (build_diffs): Add diagnostics in case we cannot
976	generate a specific diff file.
977
9782003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
979
980	* gcc_release (build_sources): Only update ChangeLog files which
981	do not yet contain the entry we are going to add.
982	Fix typo in added ChangeLog entries.
983
9842003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
985
986	* gcc_release (upload_files): Put diff files into a "diffs"
987	subdirectory
988
9892003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
990
991	* gcc_release: GNU CC -> GCC.
992
9932003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
994
995	* gcc_release (usage): Print more detailed description of all
996	command-line options.
997
9982003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
999
1000	* update_version (ADD_BRANCHES): Add, set to MAIN and
1001	tree-ssa-20020619-branch.
1002	(BRANCHES): Always consider branches given by $ADD_BRANCHES.
1003
10042003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1005
1006	* update_version (textstring_FILES): Only version.c needs to be
1007	updated, now that we do not consider older branches any more.
1008
10092003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1010
1011	* update_version (IGNORE_BRANCHES): Add.
1012	(BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1013
10142003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1015
1016	* update_version: Add a trace of which branch we are currently
1017	working on.
1018
10192002-12-16  Mark Mitchell  <mark@codesourcery.com>
1020
1021	* gcc_release: Make snapshots from the GCC 3.3 branch.
1022	* snapshot-README: Update.
1023
10242002-09-23  Zack Weinberg  <zack@codesourcery.com>
1025
1026	* update_version: Do not check in files which are unchanged.
1027	* gcc_release: Only update the version in gcc/version.c.
1028
10292002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
1030
1031	* update_web_docs (MANUALS): Add fastjar.
1032
10332002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
1034
1035	* gcc_release: Make snapshots come from the mainline.
1036	* snapshot-README: Update.
1037
10382002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
1039
1040	* update_web_docs: Remove support for generating g77_news.html and
1041	g77_bugs.html.
1042	* update_web_docs_old: Likewise.  Remove support for generating
1043	thanks.html.
1044
10452002-07-28  Andreas Jaeger  <aj@suse.de>
1046
1047	* gcc_release: Update comment.
1048
1049	* snapshot-README: Snapshots are taken from GCC 3.2 branch.
1050
10512002-07-28  Mark Mitchell  <mark@codesourcery.com>
1052
1053	* gcc_release: Use the 3.2 branch for snapshots.
1054
10552002-05-31  Florian Weimer  <fw@deneb.enyo.de>
1056
1057	* update_web_docs (MANUALS): Include various flavours of the GNAT
1058	User Guide.
1059
10602002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
1061
1062	* update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1063	gcc/gcc/ada/gnatvsn.ads.
1064
10652002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
1066
1067	* gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1068	release status is updated.
1069	* update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1070
10712002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1072
1073	* gcc_release: Do upload files when local.
1074
1075	* snapshot-README, snapshot-index.html: Remove chill.
1076
10772002-05-08  Mark Mitchell  <mark@codesourcery.com>
1078
1079	* gcc_release: Correct upload handling.
1080
10812002-04-22  Mark Mitchell  <mark@codesourcery.com>
1082
1083	* gcc_release (build_diffs): Remove reference to Chill.
1084
10852002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
1086
1087	* update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
1088
10892002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
1090
1091	* gcc_release: Set TZ to UTC0.
1092
10932002-04-15  Mark Mitchell  <mark@codesourcery.com>
1094
1095	* gcc_release (build_tarfiles): Do not build Chill tarfiles.
1096	(CHILL_DIRS): Remove.
1097
10982002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1099
1100	* gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
1101	major mode.
1102
11032002-03-06  Phil Edwards  <pme@gcc.gnu.org>
1104
1105	* update_version:  Don't indent the version string.
1106
11072002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1108
1109	* snapshot-README: Note that snapshots come from the 3.1 branch.
1110	Update list of files.
1111
11122002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1113
1114	* gcc_release: Make snapshots come from the 3.1 branch.
1115
11162002-02-25  Mark Mitchell  <mark@codesourcery.com>
1117
1118	* update_version: Automatically update version files on all
1119	branches.
1120	* crontab: Only invoke update_version once.
1121
11222002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
1123
1124	* gcc_release: Revert change to -p interface.  Allow for local and
1125	remote cases in creating directories.  Give an error if -p
1126	argument names a directory.
1127
11282002-02-21  Mark Mitchell  <mark@codesourcery.com>
1129
1130	* gcc_release: Correct handling of diff-generation.  Add
1131	"diffs" major mode.
1132
11332002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1134
1135	* gcc_release: Substitute dates in snapshot-README and
1136	snapshot-index.html files rather than directly using the old files
1137	on the FTP site.  Set QMAILHOST.
1138
11392002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1140
1141	* snapshot-index.html: Improve markup.
1142
11432002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1144
1145	* snapshot-README, snapshot-index.html: Use expressions such as
1146	@DATE@ rather than hardcoded dates.
1147
1148	* snapshot-README, snapshot-index.html: New files.
1149
11502002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1151
1152	* update_web_docs (contrib_file): Remove.
1153	Also removing special handling of thanks.html.
1154
11552001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1156
1157	* update_web_docs: Use makeinfo --html instead of texi2html.
1158	Remove support for pre-3.1 GCC versions.  Build online docs for
1159	gccint manual.
1160
11612001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1162
1163	* update_web_docs_old: Copy from update_web_docs.  Add comment
1164	that this is for GCC 3.0.x and earlier versions.
1165
11662001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
1167
1168	* gcc_release: Add /usr/local/bin to path when local.
1169
11702001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
1171
1172	* update_web_docs: Set SOURCEDIR so that install manual can be
1173	found when running install.texi2html.
1174
1175	* gcc_release: Don't require a username if running locally.
1176
11772001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
1178
1179	* update_web_docs: Eliminate warnings about keeping files from web
1180	page preprocessing.
1181
1182	* update_web_docs: Allow for the same file name in different
1183	directories.
1184
11852001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
1186
1187	* update_web_docs: Generate libiberty and gnat-style manuals.
1188
11892001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
1190
1191	* gcc_release: Build snapshots from mainline.  Generate Ada and
1192	Chill tarballs.  Correct error check when building diffs.  Check
1193	for errors when building bzip2 files.
1194	* crontab: Use /sourceware/snapshot-tmp for building snapshots.
1195
11962001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
1197
1198	* crontab: Build weekly snapshots.
1199
1200	* gcc_release: Copy from 3.0 branch.  Add support for building the
1201	weekly snapshots on gcc.gnu.org.
1202
12032001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
1204
1205	* update_web_docs: Also check out texinfo.tex from
1206	gcc/doc/include.
1207
12082001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1209
1210	* update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1211	Preprocess the entire web site, not just the install docs.
1212
12132001-06-25  Phil Edwards  <pme@sources.redhat.com>
1214
1215	* update_version:  Add command-line argument capability, also
1216	bump version for libstdc++-v3, and exit with the return code from
1217	the cvs commit.
1218	* crontab:  Call update_version with arguments instead of
1219	calling update_branch_version.
1220	* update_branch_version:  Remove.
1221
12222001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1223
1224	* update_web_docs: Only update the install documentation for the
1225	CVS HEAD.
1226
12272001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
1228
1229	* update_web_docs, doc_exclude: Check out files that may be in the
1230	Attic.  Check out texinfo.tex.  Don't generate anything from
1231	c-tree.texi.  Generate PostScript output from manuals.
1232
12332001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1234
1235	* update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1236	variables.
1237	Fix a comment and add another one.
1238	Generate the installation documentation in HTML format from
1239	gcc/doc/install.texi.
1240
12412001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
1242
1243	* update_web_docs: Don't generate HTML from gxxint.texi.  Don't
1244	run texi2html on manuals that aren't present.
1245
12462001-03-18  Phil Edwards  <pme@sources.redhat.com>
1247
1248	* update_web_docs_libstdcxx:  New script.
1249	* crontab:  Call said script.
1250
12512001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
1252
1253	* update_version, update_branch_version: Check out with gcc
1254	directory instead of using egcs link.
1255
12562001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
1257
1258	* update_web_docs: Don't strip leading -r from argument following
1259	-r, or leading -d from argument following -d.  Bug pointed out by
1260	Matt Kraai.
1261
1262	* update_web_docs: Handle -r and -d options to generate docs for a
1263	release or branch in a subdirectory.  Determine names of G77 news
1264	and bugs files and contributors file after updated docs have been
1265	installed, not before.  Don't remove files from a subdirectory.
1266	Don't generate manuals for gcov (included in the GCC manual) or
1267	iostream (obsolete).  Do generate manuals for cppinternals, gcj
1268	and porting.  Update regular expressions for detecting whether
1269	files have really changed when regenerated.
1270
12712001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
1272
1273	* update_web_docs: Use /usr/local/bin/texi2html rather than
1274	gccadmin's local copy.
1275
12762001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
1277
1278	* crontab, doc_exclude, update_branch_version, update_version,
1279	update_web_docs: New files (as currently used by gccadmin).
1280	* README: New file.
1281