]> git.ipfire.org Git - thirdparty/gcc.git/blame - maintainer-scripts/ChangeLog
[Ada] More efficient System.Random_Numbers.Random_Discrete for 32-bit types
[thirdparty/gcc.git] / maintainer-scripts / ChangeLog
CommitLineData
885ef72f
GA
12020-05-29 Martin Liska <mliska@suse.cz>
2
3 * bugzilla-close-candidate.py: Fix sorting of branches.
4
52020-05-29 Martin Liska <mliska@suse.cz>
6
7 * bugzilla-close-candidate.py: Fix parsing of SVN revisions.
8 Fix skipping of PRs that contain Can be closed message.
9
102020-05-29 Martin Liska <mliska@suse.cz>
11
12 * bugzilla-close-candidate.py: Support both SVN and GIT messages
13 in PRs. Remove need of usage of the bugzilla API key.
14
61f3b605
GA
152020-05-27 Jakub Jelinek <jakub@redhat.com>
16
17 * update_version_git: Rewrite using
18 contrib/gcc-changelog/git_update_version.py.
19
4bc0bb44
JJ
202020-04-30 Jakub Jelinek <jakub@redhat.com>
21
22 * crontab: Snapshots from trunk are now GCC 11 related.
23 Add GCC 10 snapshots from the respective branch.
24
a0ae4cbe
JJ
252020-03-12 Jakub Jelinek <jakub@redhat.com>
26
c56871dd
JJ
27 * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
28 command invoked through ssh.
29
a0ae4cbe
JJ
30 * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
31
494e434c
JJ
322020-02-27 Jakub Jelinek <jakub@redhat.com>
33
34 * gcc_release: Add support for -b local-git-repo argument.
35
97e2f333
JW
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
33742a0a
JM
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
67e63570
JM
482020-01-13 Joseph Myers <joseph@codesourcery.com>
49
50 * gcc_release: Use git instead of SVN.
51 * crontab: Update gcc_release calls.
52
18cb6ac2
JM
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
aeebd94c
JB
592019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
60
61 * gcc_release: Use https for gcc.gnu.org.
62
456ccd32
RB
632019-11-14 Richard Biener <rguenther@suse.de>
64
65 * update_version_svn (IGNORE_BRANCHES): Add 7.
66
d50dbea1
RB
672019-10-05 Richard Biener <rguenther@suse.de>
68
69 * crontab: Disable snapshots from gcc-7-branch.
70
e6a7284c
DM
712019-08-05 David Malcolm <dmalcolm@redhat.com>
72
73 * update_web_docs_svn: Proceed even if the invocation of
74 sphinx fails.
75
34d9c2c2
GP
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
47466513
JW
812019-02-23 Jonathan Wakely <jwakely@redhat.com>
82
83 * generate_libstdcxx_web_docs: Improve error output.
84
9479946c
ML
852018-11-22 Martin Liska <mliska@suse.cz>
86
87 * bugzilla-close-candidate.py: New file.
88
9038a1de
JJ
892018-10-26 Jakub Jelinek <jakub@redhat.com>
90
6d202724
JJ
91 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
92 * crontab: Remove gcc-6-branch entry.
93
9038a1de
JJ
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
31aac344
JJ
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
49b7ffb7
JJ
1052018-04-25 Jakub Jelinek <jakub@redhat.com>
106
107 * crontab: Enable snapshots from gcc-8-branch.
108
8819c919
RB
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
c64c7386
JJ
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
4b3e2314
MK
1192017-05-23 Matthias Klose <doko@ubuntu.com>
120
121 * gcc_release (XZ): Default to xz --best.
122
d3006155
MK
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
a05dd05f
JJ
1342017-04-20 Jakub Jelinek <jakub@redhat.com>
135
136 * crontab: Enable snapshots from gcc-7-branch.
137
252e3e7b
GP
1382017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
139
140 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
141
b54f986e
GP
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
8027776f
GP
1492017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
150
151 * update_web_docs_svn (MANUALS): Add libitm.
152
b8c0f3c1
GP
1532016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
154
d3006155 155 PR documentation/50642
b8c0f3c1
GP
156 * update_web_docs_svn (CSS): Introduce.
157 Have generated files refer to it.
158
21da5261
ML
1592016-08-17 Martin Liska <mliska@suse.cz>
160
161 * branch_changer.py: Describe the script. Add sample usage
162 of the script.
163
1a3c85fe
ML
1642016-08-03 Martin Liska <mliska@suse.cz>
165
166 * branch_changer.py: New file.
167
c4f82055
RB
1682016-07-26 Richard Biener <rguenther@suse.de>
169
170 * update_version_svn: Ignore the GCC 4.9 branch.
171
7055b2bb
RB
1722016-07-26 Richard Biener <rguenther@suse.de>
173
174 * crontab: Remove entry for the GCC 4.9 branch.
175
4eb27c41
JW
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
26ad7ec7
JJ
1812016-04-15 Jakub Jelinek <jakub@redhat.com>
182
183 * crontab: Enable snapshots from gcc-6-branch.
184
f9180d0e
RB
1852015-06-23 Richard Biener <rguenther@suse.de>
186
187 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
188
c61e2d36
RB
1892015-06-14 Richard Biener <rguenther@suse.de>
190
191 * crontab: Disable snapshots from the 4.8 branch.
192
49bd1293
JJ
1932015-04-13 Jakub Jelinek <jakub@redhat.com>
194
54a3a620
JJ
195 * update_version_svn: Update DATESTAMP also on
196 branches/gcc-[0-9]+-branch.
197
49bd1293
JJ
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
e3257b56
JJ
2022015-04-12 Jakub Jelinek <jakub@redhat.com>
203
e183a9d5
JJ
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
e3257b56
JJ
209 * crontab: Enable snapshots from gcc-5-branch.
210
23ebaa42
GP
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
8200e6f1
AC
2162015-02-25 Arnaud Charlet <charlet@adacore.com>
217
218 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
219
1d3d9afa
AC
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
9baa38b7
DM
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
a4be4e91
DM
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
5a28932a
DM
2362015-01-26 David Malcolm <dmalcolm@redhat.com>
237
82a0fe9a 238 PR jit/64257
5a28932a
DM
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
b50eee73
RB
2442014-08-14 Richard Biener <rguenther@suse.de>
245
246 * crontab: Change trunk snapshots from 4.10 to 5.
247
aaebbe1f
AC
2482014-08-01 Arnaud Charlet <charlet@adacore.com>
249
250 * update_web_docs_svn: Simplify build of gnat_ugn.
251
f9690014
RB
2522014-06-12 Richard Biener <rguenther@suse.de>
253
254 * crontab: Remove 4.7 snapshot entry.
255 * update_version_svn: Update IGNORE_BRANCHES.
256
269cf22b
JW
2572014-05-30 Jonathan Wakely <jwakely@redhat.com>
258
259 * generate_libstdcxx_web_docs: New script.
260
6602e7fc
JJ
2612014-04-11 Jakub Jelinek <jakub@redhat.com>
262
263 * crontab: Enable snapshots from gcc-4_9-branch.
264
bca420ed
DG
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
52cacf72
GP
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
0ea62378
JJ
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
3de4c38d
GP
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
2fa73fc0
JJ
2872013-03-16 Jakub Jelinek <jakub@redhat.com>
288
289 * crontab: Enable snapshots from gcc-4_8-branch.
290
8df2d979
RG
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
b0d753d9
RB
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>
2895dfa4
JJ
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
b0d753d9 3052012-03-05 Richard Guenther <rguenther@suse.de>
1f338c31
RG
306
307 * crontab: Remove 4.3 branch from the list of snapshots to make.
308
7167a501
RG
3092012-03-02 Richard Guenther <rguenther@suse.de>
310
311 * crontab: Fix day-of-week.
312
204c0272
RG
3132012-03-02 Richard Guenther <rguenther@suse.de>
314
315 * crontab: Update for 4.7 branching.
316
6a4b4d31
GP
3172011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
318
319 * update_web_docs_svn: Make $DOCSDIR group writable after
320 creating it.
321
a034d4bc
RG
3222011-06-27 Richard Guenther <rguenther@suse.de>
323
324 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
325
ba7923d1
JM
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
3b6e9676
JJ
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
5d866bd7
JJ
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
afa62639
JM
3472011-02-07 Joseph Myers <joseph@codesourcery.com>
348
349 * update_web_docs_svn: Generate libquadmath-vers.texi.
350
1b31835f
GP
3512011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
352
353 * update_version_svn (FILES): Merge with datestamp_FILES.
354 (SVNROOT2): Introduce and use.
355
176a192a
GP
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
f21fe684
TB
3622010-12-18 Tobias Burnus <burnus@net-b.de>
363
364 * update_web_docs_svn (MANUALS): Add libquadmath.
365
6f3bbbe7
ILT
3662010-12-08 Ian Lance Taylor <iant@google.com>
367
368 * gcc_release: Add support for releasing Go as a separate
369 tarball.
370
e493bdc2
ILT
3712010-12-08 Ian Lance Taylor <iant@google.com>
372
373 * update_web_docs_svn (MANUALS): Add gccgo.
374
709deb77
ILT
3752010-12-08 Ian Lance Taylor <iant@google.com>
376
377 * README: Change "CVS" to "Subversion".
378
52965ca6
GP
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
350d631a 3842010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
0338b580 385
350d631a 386 * gcc_release (CVSROOT): Remove all occurrences.
709deb77 387
0c21b3ca
GP
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
dd912000
GP
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
4f8f9b8f
JM
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
58ad2aef
JM
4032010-04-16 Joseph Myers <joseph@codesourcery.com>
404
405 * crontab: Enable 4.6 snapshots.
406
aae43040
JM
4072010-04-07 Joseph Myers <joseph@codesourcery.com>
408
409 * crontab: Switch 4.5 snapshots to 4.5 branch.
410
d49d9a7d
JM
4112010-03-31 Joseph Myers <joseph@codesourcery.com>
412
413 * gcc_release (build_tarfiles): Make directories mode 755, not
414 777.
415
f12c3a1d
GP
4162009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
417
418 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
419
d7f09764
DN
4202009-10-03 Diego Novillo <dnovillo@google.com>
421
422 * gcc_release (JAVA_DIRS): Remove zlib.
423
b809fa7d
GP
4242009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
425
426 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
427
748086b7
JJ
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
d21a98b8
GP
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
be21df03
JM
4402009-03-30 Joseph Myers <joseph@codesourcery.com>
441
442 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
443
414d751c
GP
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
a143dc13
MM
4492009-03-27 Mark Mitchell <mark@codesourcery.com>
450
451 * crontab: Add 4.4 branch snapshots.
452
ef11e5cc
GP
4532009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
454
455 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
456 and document format.
457
f7914172
RG
4582009-01-17 Richard Guenther <rguenther@suse.de>
459
460 * gcc_release (JAVA_DIRS): Remove fastjar.
461
f913dcd6
GP
4622008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
463
464 * gcc_release: Fix a couple of comments.
465
f47687a1
JM
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
bd67275c
JJ
4762008-02-18 Jakub Jelinek <jakub@redhat.com>
477
478 * crontab: Add 4.3 branch. Set trunk to 4.4.
479
7444c871
JM
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
013d0fea
JW
4862008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
487
488 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
489
c2ffa91a
GP
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
2f41c1d6
PB
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
bb832375
JM
5042007-07-06 Joseph Myers <joseph@codesourcery.com>
505
506 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
507 commands.
508
b134d5eb
MS
5092007-06-28 Mike Stump <mrs@apple.com>
510
511 * gcc_release: Update for Objective-C++.
512
f0b9a44b
MM
5132007-05-28 Mark Mitchell <mark@codesourcery.com>
514
515 * gcc_release: Adjust placement of release candidates.
516
339731c9
GP
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
3f5faa7c
TB
5222006-03-31 Tobias Burnus <burnus@net-b.de>
523
524 * update_web_docs_svn: Build also gfc-internals.
525
7f0248d7
GP
5262007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
527
528 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
529
5b18f337
GP
5302007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
531
532 * crontab: No longer build snapshots for 4.0.x.
533
1f62fb20
TB
5342007-01-21 Tobias Burnus <burnus@net-b.de>
535
536 * update_web_docs_svn: Build also libgomp documentation.
537
150f069c
GP
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
1b0c64fd
MM
5432006-10-20 Mark Mitchell <mark@codesourcery.com>
544
545 * crontab: Add 4.2 branch. Set trunk to 4.3.
546
fad257c3
GP
5472006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
548
549 * gcc_release (LC_ALL): Default to C.
550
920d7bf6
GDR
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
930da486
BE
5562006-01-12 Ben Elliston <bje@au.ibm.com>
557
558 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
559
f0ac2193
JM
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
e99c1d84 5662005-12-16 Mark Mitchell <mark@codesourcery.com>
c0404cf1
MM
567
568 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
569
4801f7ed
MM
5702005-11-18 Mark Mitchell <mark@codesourcery.com>
571
572 * crontab: Add 4.1 branch entry.
573
a39d2742
JM
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
d4a43a05
DB
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
d492addc
DB
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
78cd2f1d
DB
5952005-11-03 Daniel Berlin <dberlin@dberlin.org>
596
597 * gcc_release: Update for SVN
598 * crontab: Update for new gcc_release
599
6d64c3bc
DB
6002005-10-26 Daniel Berlin <dberlin@dberlin.org>
601
602 * update_web_docs_svn: Use -q to quiet svn.
603
dc5e5935
DB
6042005-10-26 Daniel Berlin <dberlin@dberlin.org>
605
606 * crontab: Update to reflect reality
607
fdf84417
MM
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
6a82a28a
JM
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
3c993f84
JM
6182005-09-30 Joseph S. Myers <joseph@codesourcery.com>
619
620 * update_web_docs_old: Remove.
621
e252987e
KC
6222005-08-14 Kelley Cook <kcook@gcc.gnu.org>
623
624 * gcc_release: Update with FSF address.
625
06e8925e
JJ
6262005-07-26 Janis Johnson <janis187@us.ibm.com>
627
628 * update_version (ADD_BRANCHES): Add dfp-branch.
629
5e2d6483
GP
6302005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
631
632 * crontab: Spread snapshot building more evenly throughout the
633 week.
634
1574b5fc
JM
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
a1286ef5
ZW
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
8bad007c
RM
6482005-03-10 Ranjit Mathew <rmathew@hotmail.com>
649
650 * gcc_release (ADA_DIRS): Add "gnattools".
651
29231b75
MM
6522005-02-25 Mark Mitchell <mark@codesourcery.com>
653
654 * crontab: Adjust for 4.0 branch.
655
31e0b858
SP
6562004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
657
a1286ef5 658 * update_version (ADD_BRANCHES): Replace lno-branch with
31e0b858
SP
659 autovect-branch.
660
ac265132
GP
6612004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
662
663 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
664
f120a34c
KC
6652004-08-14 Kelley Cook <kcook@gcc.gnu.org>
666
667 * gcc_release (build_sources): Add comment header to generated
668 MD5SUMS.
669
155cb616
KC
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.
a1286ef5 674
2e847896
KC
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
0ca8e815
PB
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
d6f3f261
JM
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
722962a6
PC
6932004-05-21 Paolo Carlini <pcarlini@suse.de>
694
695 * gcc_release (build_sources): Generate the NEWS file in toplevel.
696
2f701185
KC
6972004-05-17 Kelley Cook <kcook@gcc.gnu.org>
698
699 * gcc_release (build_sources): Change CRCs from brik to md5sum.
700
60cadaea
GP
7012004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
702
703 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
704
61995575
JM
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
28204309
JM
7102004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
711
712 * update_web_docs (MANUALS): Add gfortran.
713
014251ea
AC
7142004-05-13 Arnaud Charlet <charlet@act-europe.fr>
715
716 * update_web_docs: Fix generation of Ada docs.
717
78ff5eea
JM
7182004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
719
90c3ba6e
JM
720 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
721
78ff5eea
JM
722 * gcc_release (DIFF): Remove -3 option.
723
6de9cd9a
DN
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
02c672d5
GP
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.
a1286ef5 734
eb4c9b54
GP
7352004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
736
737 * crontab: Adjust temporary directory used for snapshot generation.
a1286ef5 738 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
eb4c9b54
GP
739 less load.
740
8e48104d
MM
7412004-04-19 Mark Mitchell <mark@codesourcery.com>
742
743 * gcc_release (build_sources): Do not use "-F" to tag sources.
744
2e55bbc1
MM
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
aaaf25eb
GP
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
32f4b1ed
GP
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
238f2fef
GP
7612004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
762
763 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
764 (announce_snapshot): Use it.
765
004a8355
GP
7662004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
767
768 * gcc_release (announce_snapshot): Use changedir instead of
769 plain cd.
a1286ef5 770
0e315ffc
AC
7712004-02-10 Arnaud Charlet <charlet@act-europe.fr>
772
773 * gcc_release: Add libada as part of ADA_DIRS.
774
dd69a0e0
GP
7752004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
776
777 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
778
a541f69d
KC
7792004-01-20 Kelley Cook <kcook@gcc.gnu.org>
780
781 * gcc_release (build_sources): Delete call to make f77.rebuilt.
782
aeeb0e1b
GP
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
879b7101
JM
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
67a1d89d
GP
7932004-01-02 Gerald Pfeifer <gp@suse.de>
794
795 * update_version: Add some documentation.
a1286ef5 796
719bb4e3 7972004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
67a1d89d
GP
798
799 * update_version (ADD_BRANCHES): Add lno-branch.
800
29d274e9
GP
8012003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
802
803 * maintainer-addresses: New script.
804
e9b3872d
KC
8052003-10-24 Kelley Cook <kcook@gcc.gnu.org>
806
807 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
808
d1174343
GP
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
4fdbb1de
GP
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.
a1286ef5 819
ae7a5439
GP
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
7daaf8fa
MM
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
16ff3a23
GP
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
1f9d6256
GP
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.
a1286ef5 844
b99f39de
GP
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
1116457a
GP
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
c73aebc3 8632003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 864
1116457a
GP
865 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
866 for README and index.html. Remove substitution of @LONG_DATE@.
c73aebc3
GP
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.
a1286ef5 884
2cd5026f
GP
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
6124d3bd
GP
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
b69cd3cf
GP
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
711f0333
GP
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
36067e59
GP
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.
a1286ef5 916
b348a598
GP
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
99bf9b55
GP
9242003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
925
926 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
927
2fffb73b
GP
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
44d952b3
GP
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
f540975a
GP
9502003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
951
a1286ef5 952 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
f540975a
GP
953 g++ language, and note that Java includes a run time.
954 * snapshot.index.html: Ditto.
955
5107c6e4
GP
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
7101ac35
GP
9612003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
962
a1286ef5 963 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
16ac82af 964 Simplify the note on not using unannounced snapshots.
a1286ef5 965
16ac82af 9662003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 967
7101ac35
GP
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
0a1c5051
GP
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
4494cdde
GP
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
8d4d9d19
GP
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
567bfee8
NN
9892003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
990
991 * gcc_release: GNU CC -> GCC.
992
c627639b
GP
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
4494cdde 9982003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
f4e12a7c
GP
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
fe080a9e
GP
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
4494cdde 10092003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
ce61bf7b
GP
1010
1011 * update_version (IGNORE_BRANCHES): Add.
1012 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
1013
4494cdde 10142003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9ab94a93
GP
1015
1016 * update_version: Add a trace of which branch we are currently
1017 working on.
1018
682aea87
MM
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
b4f94ac1
ZW
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
ec55ac68
JM
10292002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
1030
1031 * update_web_docs (MANUALS): Add fastjar.
1032
6bb72ea0
JM
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
07ec1151
JM
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
7596d2dc
AJ
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
4bdf9f66
MM
10512002-07-28 Mark Mitchell <mark@codesourcery.com>
1052
1053 * gcc_release: Use the 3.2 branch for snapshots.
1054
74c8dc7d
FW
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
c9715013
JM
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
ead33da9
JM
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
5302a25d
JM
10712002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
1072
67aaa481
JM
1073 * gcc_release: Do upload files when local.
1074
5302a25d
JM
1075 * snapshot-README, snapshot-index.html: Remove chill.
1076
1971aca7
MM
10772002-05-08 Mark Mitchell <mark@codesourcery.com>
1078
1079 * gcc_release: Correct upload handling.
1080
0a528c61
MM
10812002-04-22 Mark Mitchell <mark@codesourcery.com>
1082
1083 * gcc_release (build_diffs): Remove reference to Chill.
1084
57e27c82
JM
10852002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1086
1087 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1088
1f1760d3
KC
10892002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1090
1091 * gcc_release: Set TZ to UTC0.
1092
07cdae91
MM
10932002-04-15 Mark Mitchell <mark@codesourcery.com>
1094
1095 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1096 (CHILL_DIRS): Remove.
1097
1c0d0c3e
JM
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
809623c9
PE
11032002-03-06 Phil Edwards <pme@gcc.gnu.org>
1104
1105 * update_version: Don't indent the version string.
1106
7ce5e9df
JM
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
e98f0f5c
JM
11122002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1113
1114 * gcc_release: Make snapshots come from the 3.1 branch.
1115
2df96f0a
MM
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
e776237d
JM
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
b8f93352
MM
11282002-02-21 Mark Mitchell <mark@codesourcery.com>
1129
1130 * gcc_release: Correct handling of diff-generation. Add
1131 "diffs" major mode.
1132
236930f5
JM
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
af1b92c2
GP
11392002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1140
1141 * snapshot-index.html: Improve markup.
1142
b9aea0eb
JM
11432002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1144
d09f7cb2
JM
1145 * snapshot-README, snapshot-index.html: Use expressions such as
1146 @DATE@ rather than hardcoded dates.
1147
b9aea0eb
JM
1148 * snapshot-README, snapshot-index.html: New files.
1149
6cda74b0
GP
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
f488ffcb
JM
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
f438273e
JM
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
f83fd9ae
JM
11662001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1167
1168 * gcc_release: Add /usr/local/bin to path when local.
1169
b47a72ea
JM
11702001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1171
e180d2b0
JM
1172 * update_web_docs: Set SOURCEDIR so that install manual can be
1173 found when running install.texi2html.
1174
b47a72ea
JM
1175 * gcc_release: Don't require a username if running locally.
1176
286970ee
JM
11772001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1178
3b0c635f
JM
1179 * update_web_docs: Eliminate warnings about keeping files from web
1180 page preprocessing.
1181
286970ee
JM
1182 * update_web_docs: Allow for the same file name in different
1183 directories.
1184
4d42a8ae
JM
11852001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1186
1187 * update_web_docs: Generate libiberty and gnat-style manuals.
1188
dbff21c5
JM
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
b4075f6b
JM
11962001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1197
bbd300a9
JM
1198 * crontab: Build weekly snapshots.
1199
b4075f6b
JM
1200 * gcc_release: Copy from 3.0 branch. Add support for building the
1201 weekly snapshots on gcc.gnu.org.
1202
70f66039
JM
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
bba9ba9e
GP
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
0ebbcb1b
PE
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
df7ad044
GP
12222001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1223
7596d2dc 1224 * update_web_docs: Only update the install documentation for the
df7ad044
GP
1225 CVS HEAD.
1226
f890c4fd
JM
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
95307c8e
GP
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
371d5d2e
JM
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
1e38ba0a
PE
12462001-03-18 Phil Edwards <pme@sources.redhat.com>
1247
1248 * update_web_docs_libstdcxx: New script.
1249 * crontab: Call said script.
1250
2eb6fbf8
JM
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
832013cd
JM
12562001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1257
655e4aee
JM
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
832013cd
JM
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
285b9231
JM
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
2d2ade2a
JM
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.