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