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