]> git.ipfire.org Git - thirdparty/gcc.git/blame - maintainer-scripts/ChangeLog
Move 2 mklog scripts to legacy subfolder.
[thirdparty/gcc.git] / maintainer-scripts / ChangeLog
CommitLineData
4bc0bb44
JJ
12020-04-30 Jakub Jelinek <jakub@redhat.com>
2
3 * crontab: Snapshots from trunk are now GCC 11 related.
4 Add GCC 10 snapshots from the respective branch.
5
a0ae4cbe
JJ
62020-03-12 Jakub Jelinek <jakub@redhat.com>
7
c56871dd
JJ
8 * gcc_release (upload_files): Without -l, pass -m 755 to the mkdir
9 command invoked through ssh.
10
a0ae4cbe
JJ
11 * update_web_docs_git: Drop SPHINXBUILD=/usr/bin/sphinx-1.0-build.
12
494e434c
JJ
132020-02-27 Jakub Jelinek <jakub@redhat.com>
14
15 * gcc_release: Add support for -b local-git-repo argument.
16
97e2f333
JW
172020-01-13 Jonathan Wakely <jwakely@redhat.com>
18
19 * update_web_docs_libstdcxx_git: New file.
20 * update_web_docs_libstdcxx_svn: Remove.
21 * crontab: Use update_web_docs_libstdcxx_git.
22
33742a0a
JM
232020-01-13 Joseph Myers <joseph@codesourcery.com>
24
25 * update_web_docs_git: New file.
26 * update_web_docs_svn: Remove.
27 * crontab: Use update_web_docs_svn.
28
67e63570
JM
292020-01-13 Joseph Myers <joseph@codesourcery.com>
30
31 * gcc_release: Use git instead of SVN.
32 * crontab: Update gcc_release calls.
33
18cb6ac2
JM
342020-01-13 Joseph Myers <joseph@codesourcery.com>
35
36 * update_version_git: New file.
37 * update_version:svn: Remove.
38 * crontab: Use update_version_git.
39
aeebd94c
JB
402019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
41
42 * gcc_release: Use https for gcc.gnu.org.
43
456ccd32
RB
442019-11-14 Richard Biener <rguenther@suse.de>
45
46 * update_version_svn (IGNORE_BRANCHES): Add 7.
47
d50dbea1
RB
482019-10-05 Richard Biener <rguenther@suse.de>
49
50 * crontab: Disable snapshots from gcc-7-branch.
51
e6a7284c
DM
522019-08-05 David Malcolm <dmalcolm@redhat.com>
53
54 * update_web_docs_svn: Proceed even if the invocation of
55 sphinx fails.
56
34d9c2c2
GP
572019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
58
59 * crontab: Snapshots from trunk are now GCC 10 related.
60 Add GCC 9 snapshots from the respective branch.
61
47466513
JW
622019-02-23 Jonathan Wakely <jwakely@redhat.com>
63
64 * generate_libstdcxx_web_docs: Improve error output.
65
9479946c
ML
662018-11-22 Martin Liska <mliska@suse.cz>
67
68 * bugzilla-close-candidate.py: New file.
69
9038a1de
JJ
702018-10-26 Jakub Jelinek <jakub@redhat.com>
71
6d202724
JJ
72 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
73 * crontab: Remove gcc-6-branch entry.
74
9038a1de
JJ
75 * gcc_release (error, inform): Use $@ instead of $1.
76 (build_sources): Check for ^[[:blank:]]*GCC in both index.html
77 and changes.html, rather than for GCC in one and ^GCC in another one.
78
31aac344
JJ
792018-05-03 Jakub Jelinek <jakub@redhat.com>
80
81 PR other/85622
82 * gcc_release: For -f, verify contrib/gennews has the major version
83 pages listed and both index.html and changes.html have been updated
84 for the new release.
85
49b7ffb7
JJ
862018-04-25 Jakub Jelinek <jakub@redhat.com>
87
88 * crontab: Enable snapshots from gcc-8-branch.
89
8819c919
RB
902018-01-25 Richard Biener <rguenther@suse.de>
91
92 * gcc_release (build_sources): Use getconf to get at the number
93 of cores in the system and pass -jN to gcc_build.
94
c64c7386
JJ
952017-10-10 Jakub Jelinek <jakub@redhat.com>
96
97 * update_version_svn: Ignore the GCC 5 branch.
98 * crontab: Remove entry for the GCC 5 branch.
99
4b3e2314
MK
1002017-05-23 Matthias Klose <doko@ubuntu.com>
101
102 * gcc_release (XZ): Default to xz --best.
103
d3006155
MK
1042017-05-18 Matthias Klose <doko@ubuntu.com>
105
106 * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
107 (build_diffs): Handle building diffs from either bz2 or xz tarballs,
108 compress diffs using xz instead of bz2.
109 (build_diff): Likewise.
110 (upload_files): Check for *.xz files instead of *.bz2 files.
111 (announce_snapshot): Announce xz tarball instead of bz2 tarball.
112 (XZ): New definition.
113 (<toplevel>): Look for both bz2 and xz compressed old tarballs.
114
a05dd05f
JJ
1152017-04-20 Jakub Jelinek <jakub@redhat.com>
116
117 * crontab: Enable snapshots from gcc-7-branch.
118
252e3e7b
GP
1192017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
120
121 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
122
b54f986e
GP
1232017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
124
125 * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
126 settings to tweak if running on a host different from gcc.gnu.org.
127 (WWWBASE): Allow override via the environment. Also check for
128 existance.
129
8027776f
GP
1302017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
131
132 * update_web_docs_svn (MANUALS): Add libitm.
133
b8c0f3c1
GP
1342016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
135
d3006155 136 PR documentation/50642
b8c0f3c1
GP
137 * update_web_docs_svn (CSS): Introduce.
138 Have generated files refer to it.
139
21da5261
ML
1402016-08-17 Martin Liska <mliska@suse.cz>
141
142 * branch_changer.py: Describe the script. Add sample usage
143 of the script.
144
1a3c85fe
ML
1452016-08-03 Martin Liska <mliska@suse.cz>
146
147 * branch_changer.py: New file.
148
c4f82055
RB
1492016-07-26 Richard Biener <rguenther@suse.de>
150
151 * update_version_svn: Ignore the GCC 4.9 branch.
152
7055b2bb
RB
1532016-07-26 Richard Biener <rguenther@suse.de>
154
155 * crontab: Remove entry for the GCC 4.9 branch.
156
4eb27c41
JW
1572016-06-13 Jonathan Wakely <jwakely@redhat.com>
158
159 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
160 Add comment about LaTeX errors.
161
26ad7ec7
JJ
1622016-04-15 Jakub Jelinek <jakub@redhat.com>
163
164 * crontab: Enable snapshots from gcc-6-branch.
165
f9180d0e
RB
1662015-06-23 Richard Biener <rguenther@suse.de>
167
168 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
169
c61e2d36
RB
1702015-06-14 Richard Biener <rguenther@suse.de>
171
172 * crontab: Disable snapshots from the 4.8 branch.
173
49bd1293
JJ
1742015-04-13 Jakub Jelinek <jakub@redhat.com>
175
54a3a620
JJ
176 * update_version_svn: Update DATESTAMP also on
177 branches/gcc-[0-9]+-branch.
178
49bd1293
JJ
179 * gcc_release: Fix up thinko in the last commit, improve error
180 message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
181 together, rather than doing dozens of separate commits.
182
e3257b56
JJ
1832015-04-12 Jakub Jelinek <jakub@redhat.com>
184
e183a9d5
JJ
185 * gcc_release: For RELEASE_MAJOR 5+ only use the major
186 number in branch name. When doing final release of 5+,
187 if BASE-VER doesn't match release, but is *.*.1 for the
188 one smaller minor version, bump BASE-VER.
189
e3257b56
JJ
190 * crontab: Enable snapshots from gcc-5-branch.
191
23ebaa42
GP
1922015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
193
194 * update_web_docs_libstdcxx_svn (FILTER): Introduce.
195 Use to filter output of the copying process.
196
8200e6f1
AC
1972015-02-25 Arnaud Charlet <charlet@adacore.com>
198
199 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
200
1d3d9afa
AC
2012015-02-25 Arnaud Charlet <charlet@adacore.com>
202
203 * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
204
9baa38b7
DM
2052015-02-06 David Malcolm <dmalcolm@redhat.com>
206
207 PR jit/64257
208 * update_web_docs_svn: When copying up files for the built jit
209 documentation, also copy up .txt files.
210
a4be4e91
DM
2112015-02-04 David Malcolm <dmalcolm@redhat.com>
212
213 PR jit/64257
214 * update_web_docs_svn: Update build of jit docs to use EPEL6
215 variant install of sphinx 1.0.8, rather than 0.6.6.
216
5a28932a
DM
2172015-01-26 David Malcolm <dmalcolm@redhat.com>
218
82a0fe9a 219 PR jit/64257
5a28932a
DM
220 * update_web_docs_svn: Don't delete gcc/jit/docs or
221 gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
222 building of the JIT docs (using sphinx-build). Special case
223 copying them up.
224
b50eee73
RB
2252014-08-14 Richard Biener <rguenther@suse.de>
226
227 * crontab: Change trunk snapshots from 4.10 to 5.
228
aaebbe1f
AC
2292014-08-01 Arnaud Charlet <charlet@adacore.com>
230
231 * update_web_docs_svn: Simplify build of gnat_ugn.
232
f9690014
RB
2332014-06-12 Richard Biener <rguenther@suse.de>
234
235 * crontab: Remove 4.7 snapshot entry.
236 * update_version_svn: Update IGNORE_BRANCHES.
237
269cf22b
JW
2382014-05-30 Jonathan Wakely <jwakely@redhat.com>
239
240 * generate_libstdcxx_web_docs: New script.
241
6602e7fc
JJ
2422014-04-11 Jakub Jelinek <jakub@redhat.com>
243
244 * crontab: Enable snapshots from gcc-4_9-branch.
245
bca420ed
DG
2462014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
247
248 PR other/56653
249 * gcc_release: Avoid printing empty line to generated MD5SUMS files.
250 Bump copyright year.
251
52cacf72
GP
2522013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
253
254 * update_web_docs_svn: Work around makeinfo generated file names
255 and references with "_002d" instead of "-".
256
0ea62378
JJ
2572013-04-12 Jakub Jelinek <jakub@redhat.com>
258
259 * crontab: Disable snapshots from gcc-4_6-branch.
260 * update_version_svn: Ignore gcc-4_6-branch.
261
3de4c38d
GP
2622013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
263
264 * update_web_docs_libstdcxx_svn: No longer ignore all output from
265 the actual copy process.
266 Check the exit code of the actual copy process; diagnose problems.
267
2fa73fc0
JJ
2682013-03-16 Jakub Jelinek <jakub@redhat.com>
269
270 * crontab: Enable snapshots from gcc-4_8-branch.
271
8df2d979
RG
2722012-07-02 Richard Guenther <rguenther@suse.de>
273
274 * crontab: Disable snapshots from gcc-4_5-branch.
275 * update_version_svn: Ingore gcc-4_5-branch.
276
b0d753d9
RB
2772012-03-23 Richard Guenther <rguenther@suse.de>
278
279 * crontab: Enable snapshots from gcc-4_7-branch.
280
2812012-03-13 Jakub Jelinek <jakub@redhat.com>
2895dfa4
JJ
282
283 * crontab: Remove 4.4 branch from the list of snapshots to make.
284 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
285
b0d753d9 2862012-03-05 Richard Guenther <rguenther@suse.de>
1f338c31
RG
287
288 * crontab: Remove 4.3 branch from the list of snapshots to make.
289
7167a501
RG
2902012-03-02 Richard Guenther <rguenther@suse.de>
291
292 * crontab: Fix day-of-week.
293
204c0272
RG
2942012-03-02 Richard Guenther <rguenther@suse.de>
295
296 * crontab: Update for 4.7 branching.
297
6a4b4d31
GP
2982011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
299
300 * update_web_docs_svn: Make $DOCSDIR group writable after
301 creating it.
302
a034d4bc
RG
3032011-06-27 Richard Guenther <rguenther@suse.de>
304
305 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
306
ba7923d1
JM
3072011-05-22 Joseph Myers <joseph@codesourcery.com>
308
309 * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
310 (build_tarfiles): Don't build separate files for languages and
311 core.
312 (build_diffs): Only build one set of diffs.
313 (announce_snapshot): Only announce one tar file.
314 (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
315 OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
316 relative to WORKING_DIRECTORY.
317
3b6e9676
JJ
3182011-04-21 Jakub Jelinek <jakub@redhat.com>
319
320 * gcc_release (maybe_build_tarfile): Don't build a tarfile if
321 the first directory doesn't exist.
322
5d866bd7
JJ
3232011-03-14 Jakub Jelinek <jakub@redhat.com>
324
325 * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
326 4.6 branch.
327
afa62639
JM
3282011-02-07 Joseph Myers <joseph@codesourcery.com>
329
330 * update_web_docs_svn: Generate libquadmath-vers.texi.
331
1b31835f
GP
3322011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
333
334 * update_version_svn (FILES): Merge with datestamp_FILES.
335 (SVNROOT2): Introduce and use.
336
176a192a
GP
3372011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
338
339 * update_version_svn (SVN): Remove obsolete comment.
340 (CURR_DATE): Fix description.
341 Fix description of checkout procedure.
342
f21fe684
TB
3432010-12-18 Tobias Burnus <burnus@net-b.de>
344
345 * update_web_docs_svn (MANUALS): Add libquadmath.
346
6f3bbbe7
ILT
3472010-12-08 Ian Lance Taylor <iant@google.com>
348
349 * gcc_release: Add support for releasing Go as a separate
350 tarball.
351
e493bdc2
ILT
3522010-12-08 Ian Lance Taylor <iant@google.com>
353
354 * update_web_docs_svn (MANUALS): Add gccgo.
355
709deb77
ILT
3562010-12-08 Ian Lance Taylor <iant@google.com>
357
358 * README: Change "CVS" to "Subversion".
359
52965ca6
GP
3602010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
361
362 * gcc_release (snapshot_print): Also include an sha1 hash for
363 every tarball. Slightly tweak indentation.
364
350d631a 3652010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
0338b580 366
350d631a 367 * gcc_release (CVSROOT): Remove all occurrences.
709deb77 368
0c21b3ca
GP
3692010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
370
371 * gcc_release (snapshot_print): Include md5 hash for every tarball
372 in the README file and notification mail.
373
dd912000
GP
3742010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
375
376 * update_web_docs_libstdcxx_svn: Do not compress generated .html
377 files any more.
378
4f8f9b8f
JM
3792010-06-24 Joseph Myers <joseph@codesourcery.com>
380
381 * update_web_docs_svn: Also pass -I option pointing to ada/ source
382 directory for Ada manual.
383
58ad2aef
JM
3842010-04-16 Joseph Myers <joseph@codesourcery.com>
385
386 * crontab: Enable 4.6 snapshots.
387
aae43040
JM
3882010-04-07 Joseph Myers <joseph@codesourcery.com>
389
390 * crontab: Switch 4.5 snapshots to 4.5 branch.
391
d49d9a7d
JM
3922010-03-31 Joseph Myers <joseph@codesourcery.com>
393
394 * gcc_release (build_tarfiles): Make directories mode 755, not
395 777.
396
f12c3a1d
GP
3972009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
398
399 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
400
d7f09764
DN
4012009-10-03 Diego Novillo <dnovillo@google.com>
402
403 * gcc_release (JAVA_DIRS): Remove zlib.
404
b809fa7d
GP
4052009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
406
407 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
408
748086b7
JJ
4092009-04-09 Jakub Jelinek <jakub@redhat.com>
410
411 * gcc_release: Change copyright header to refer to version
412 3 of the GNU General Public License and to point readers at the
413 COPYING3 file and the FSF's license web page.
414 * maintainer-addresses: Likewise.
415
d21a98b8
GP
4162009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
417
418 * update_web_docs_svn: Run this script under plain /bin/sh
419 as opposed to /bin/sh -x.
420
be21df03
JM
4212009-03-30 Joseph Myers <joseph@codesourcery.com>
422
423 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
424
414d751c
GP
4252009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
426
427 * crontab: Stop 4.2 snapshots.
428 Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
429
a143dc13
MM
4302009-03-27 Mark Mitchell <mark@codesourcery.com>
431
432 * crontab: Add 4.4 branch snapshots.
433
ef11e5cc
GP
4342009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
435
436 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
437 and document format.
438
f7914172
RG
4392009-01-17 Richard Guenther <rguenther@suse.de>
440
441 * gcc_release (JAVA_DIRS): Remove fastjar.
442
f913dcd6
GP
4432008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
444
445 * gcc_release: Fix a couple of comments.
446
f47687a1
JM
4472008-07-04 Joseph Myers <joseph@codesourcery.com>
448
449 * crontab: Remove 4.1 snapshots job.
450 * update_version: Remove.
451 * gcc_release: Remove support for g77 and release status in
452 version.c.
453 * update_version_svn: Ignore 4.1 branch. Remove support for
454 updating files other than DATESTAMP.
455 * update_web_docs_svn: Remove support for g77 manual.
456
bd67275c
JJ
4572008-02-18 Jakub Jelinek <jakub@redhat.com>
458
459 * crontab: Add 4.3 branch. Set trunk to 4.4.
460
7444c871
JM
4612008-01-28 Joseph Myers <joseph@codesourcery.com>
462
463 * gcc_release (build_sources): Pass --disable-multilib to
464 gcc_build.
465 (SVN): Don't use full path.
466
013d0fea
JW
4672008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
468
469 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
470
c2ffa91a
GP
4712007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
472
473 * gcc_release: Do not include copies of faq.html in releases,
474 and remove all the explicit support code to pull in web pages.
475
2f41c1d6
PB
4762007-08-21 Paul Brook <paul@codesourcery.com>
477 Nathan Sidwell <nathan@codesourcery.com>
478 Mark Mitchell <mark@codesourcery.com>
479 Joseph Myers <joseph@codesourcery.com>
480
481 * gcc_release: Do not include copies of bugs.html in releases.
482 * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
483 gcc-vers.texi.
484
bb832375
JM
4852007-07-06 Joseph Myers <joseph@codesourcery.com>
486
487 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
488 commands.
489
b134d5eb
MS
4902007-06-28 Mike Stump <mrs@apple.com>
491
492 * gcc_release: Update for Objective-C++.
493
f0b9a44b
MM
4942007-05-28 Mark Mitchell <mark@codesourcery.com>
495
496 * gcc_release: Adjust placement of release candidates.
497
339731c9
GP
4982007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
499
500 * update_web_docs_svn (MANUALS): Move towards the top of the
501 script. Reformat for easier editing/diffing.
502
3f5faa7c
TB
5032006-03-31 Tobias Burnus <burnus@net-b.de>
504
505 * update_web_docs_svn: Build also gfc-internals.
506
7f0248d7
GP
5072007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
508
509 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
510
5b18f337
GP
5112007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
512
513 * crontab: No longer build snapshots for 4.0.x.
514
1f62fb20
TB
5152007-01-21 Tobias Burnus <burnus@net-b.de>
516
517 * update_web_docs_svn: Build also libgomp documentation.
518
150f069c
GP
5192007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
520
521 * crontab: Spread snapshots more evenly throughout the week, and
522 in "ascending" order. Build all at the same time of the day.
523
1b0c64fd
MM
5242006-10-20 Mark Mitchell <mark@codesourcery.com>
525
526 * crontab: Add 4.2 branch. Set trunk to 4.3.
527
fad257c3
GP
5282006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
529
530 * gcc_release (LC_ALL): Default to C.
531
920d7bf6
GDR
5322006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
533
534 * crontab: Don't build snapshot for 3.4.x anymore.
535 * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
536
930da486
BE
5372006-01-12 Ben Elliston <bje@au.ibm.com>
538
539 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
540
f0ac2193
JM
5412005-12-16 Joseph S. Myers <joseph@codesourcery.com>
542
543 * update_web_docs_svn: Remove unnecessary files from source tree.
544 Use set -e.
545 * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
546
e99c1d84 5472005-12-16 Mark Mitchell <mark@codesourcery.com>
c0404cf1
MM
548
549 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
550
4801f7ed
MM
5512005-11-18 Mark Mitchell <mark@codesourcery.com>
552
553 * crontab: Add 4.1 branch entry.
554
a39d2742
JM
5552005-11-06 Joseph S. Myers <joseph@codesourcery.com>
556
557 * gcc_release: Further update for SVN. Don't set EXPORTTAG or
558 EXPORTDATE; always determine SVNREV the same way. Correct message
559 about what sources are being retrived. Include branch information
560 in LAST_UPDATED.
561 * crontab: Don't include initial / in branch name.
562
d4a43a05
DB
5632005-11-05 Daniel Berlin <dberlin@dberlin.org>
564
565 * gcc_release: Always determine revision number from date or tag,
566 and use that, instead of fragile date based export.
567 Put back setting of non-local CVSROOT.
568
d492addc
DB
5692005-11-05 Daniel Berlin <dberlin@dberlin.org>
570
571 * gcc_release: Make tags go in /tags.
572 Don't tag for snapshots.
573 Determine revision number of export and put into snapshot
574 announcement.
575
78cd2f1d
DB
5762005-11-03 Daniel Berlin <dberlin@dberlin.org>
577
578 * gcc_release: Update for SVN
579 * crontab: Update for new gcc_release
580
6d64c3bc
DB
5812005-10-26 Daniel Berlin <dberlin@dberlin.org>
582
583 * update_web_docs_svn: Use -q to quiet svn.
584
dc5e5935
DB
5852005-10-26 Daniel Berlin <dberlin@dberlin.org>
586
587 * crontab: Update to reflect reality
588
fdf84417
MM
5892005-10-01 Mark Mitchell <mark@codesourcery.com>
590
591 * gcc_release (build_sources): If trying to apply a tag that
592 already exists, issue an error message and exit.
593
6a82a28a
JM
5942005-09-30 Joseph S. Myers <joseph@codesourcery.com>
595
596 PR other/23693
597 * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
598
3c993f84
JM
5992005-09-30 Joseph S. Myers <joseph@codesourcery.com>
600
601 * update_web_docs_old: Remove.
602
e252987e
KC
6032005-08-14 Kelley Cook <kcook@gcc.gnu.org>
604
605 * gcc_release: Update with FSF address.
606
06e8925e
JJ
6072005-07-26 Janis Johnson <janis187@us.ibm.com>
608
609 * update_version (ADD_BRANCHES): Add dfp-branch.
610
5e2d6483
GP
6112005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
612
613 * crontab: Spread snapshot building more evenly throughout the
614 week.
615
1574b5fc
JM
6162005-05-19 Joseph S. Myers <joseph@codesourcery.com>
617
618 * crontab: Don't build 3.3 branch snapshots.
619 * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
620
a1286ef5
ZW
6212005-03-15 Zack Weinberg <zack@codesourcery.com>
622
623 * README: Update.
624 * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
625 of gcc/version.c.
626 * update_version: Handle updating gcc/DATESTAMP.
627 * update_web_docs: Generate gcc-vers.texi first.
628
8bad007c
RM
6292005-03-10 Ranjit Mathew <rmathew@hotmail.com>
630
631 * gcc_release (ADA_DIRS): Add "gnattools".
632
29231b75
MM
6332005-02-25 Mark Mitchell <mark@codesourcery.com>
634
635 * crontab: Adjust for 4.0 branch.
636
31e0b858
SP
6372004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
638
a1286ef5 639 * update_version (ADD_BRANCHES): Replace lno-branch with
31e0b858
SP
640 autovect-branch.
641
ac265132
GP
6422004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
643
644 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
645
f120a34c
KC
6462004-08-14 Kelley Cook <kcook@gcc.gnu.org>
647
648 * gcc_release (build_sources): Add comment header to generated
649 MD5SUMS.
650
155cb616
KC
6512004-08-06 Kelley Cook <kcook@gcc.gnu.org>
652
653 * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
654 (announce_snapshot): Update for above. Don't use echo -e.
a1286ef5 655
2e847896
KC
6562004-08-03 Kelley Cook <kcook@gcc.gnu.org>
657
658 * maintainer-scripts (snapshot_print): New function.
659 (announce_snapshot): Generate announcment on the fly.
660 Use a directory link for LATEST.
661 * snapshot-README: Delete.
662 * snapshot-index.html: Delete.
663
0ca8e815
PB
6642004-06-09 Paolo Bonzini <bonzini@gnu.org>
665
666 * gcc_release (build_sources): Move the libcpp gmo files
667 to the source directory.
668
d6f3f261
JM
6692004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
670
671 * gcc_release (maybe_build_tarfile): New function.
672 (build_tarfiles): Use maybe_build_tarfile.
673
722962a6
PC
6742004-05-21 Paolo Carlini <pcarlini@suse.de>
675
676 * gcc_release (build_sources): Generate the NEWS file in toplevel.
677
2f701185
KC
6782004-05-17 Kelley Cook <kcook@gcc.gnu.org>
679
680 * gcc_release (build_sources): Change CRCs from brik to md5sum.
681
60cadaea
GP
6822004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
683
684 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
685
61995575
JM
6862004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
687
688 * update_web_docs: Also remove old .gz files from subdirectories
689 on the 15th of the month.
690
28204309
JM
6912004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
692
693 * update_web_docs (MANUALS): Add gfortran.
694
014251ea
AC
6952004-05-13 Arnaud Charlet <charlet@act-europe.fr>
696
697 * update_web_docs: Fix generation of Ada docs.
698
78ff5eea
JM
6992004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
700
90c3ba6e
JM
701 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
702
78ff5eea
JM
703 * gcc_release (DIFF): Remove -3 option.
704
6de9cd9a
DN
7052003-07-26 Paul Brook <paul@nowt.org>
706
707 * gcc_release: Add gcc-fortran.
708 * snapshot-README: Ditto.
709 * snapshot-index.html: Ditto.
710
02c672d5
GP
7112004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
712
713 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
714 Friday night, where gcc.gnu.org has less load.
a1286ef5 715
eb4c9b54
GP
7162004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
717
718 * crontab: Adjust temporary directory used for snapshot generation.
a1286ef5 719 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
eb4c9b54
GP
720 less load.
721
8e48104d
MM
7222004-04-19 Mark Mitchell <mark@codesourcery.com>
723
724 * gcc_release (build_sources): Do not use "-F" to tag sources.
725
2e55bbc1
MM
7262004-04-07 Mark Mitchell <mark@codesourcery.com>
727
728 * gcc_release (build_sources): Do not use "-r" and "-D" at the
729 same time with "cvs export".
730
aaaf25eb
GP
7312004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
732
733 * gcc_release: Fix sanity check for argument of -p command-line
734 options. In snapshot mode, only generate diffs against the previous
735 snapshot if the user did not specify any old tarball explictly.
736
32f4b1ed
GP
7372004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
738
739 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
740 only set at a single place.
741
238f2fef
GP
7422004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
743
744 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
745 (announce_snapshot): Use it.
746
004a8355
GP
7472004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
748
749 * gcc_release (announce_snapshot): Use changedir instead of
750 plain cd.
a1286ef5 751
0e315ffc
AC
7522004-02-10 Arnaud Charlet <charlet@act-europe.fr>
753
754 * gcc_release: Add libada as part of ADA_DIRS.
755
dd69a0e0
GP
7562004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
757
758 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
759
a541f69d
KC
7602004-01-20 Kelley Cook <kcook@gcc.gnu.org>
761
762 * gcc_release (build_sources): Delete call to make f77.rebuilt.
763
aeeb0e1b
GP
7642004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
765
766 * snapshot-README: Mention how the snapshot was generated.
767 * snapshot-index.html: Ditto. Further sync with snapshot-README.
768
879b7101
JM
7692004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
770
771 * update_web_docs: Create tarballs of documentation sources and
772 HTML docs.
773
67a1d89d
GP
7742004-01-02 Gerald Pfeifer <gp@suse.de>
775
776 * update_version: Add some documentation.
a1286ef5 777
719bb4e3 7782004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
67a1d89d
GP
779
780 * update_version (ADD_BRANCHES): Add lno-branch.
781
29d274e9
GP
7822003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
783
784 * maintainer-addresses: New script.
785
e9b3872d
KC
7862003-10-24 Kelley Cook <kcook@gcc.gnu.org>
787
788 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
789
d1174343
GP
7902003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
791
792 * gcc_release (announce_snapshot): Restructure processing
793 of snapshot-README and snapshot-index.html and add a new
794 substitution for @EXPORT@.
795
4fdbb1de
GP
7962003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
797
798 * gcc_release (build_sources): Create/update the LAST_UPDATED file
799 in the source directory with information how sources were obtained.
a1286ef5 800
ae7a5439
GP
8012003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
802
803 * gcc_release (build_sources): Use two new variables EXPORTTAG and
804 EXPORTDATE to make the extraction of sources more transparent and
805 also allow snapshots (off mainline) without a tag.
806
7daaf8fa
MM
8072003-08-08 Mark Mitchell <mark@codesourcery.com>
808
809 * gcc_release: Correct logic for updating version.c. Put
810 prereleases into a subdirectory.
811
16ff3a23
GP
8122003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
813
814 * crontab: Update invocation of gcc_release according to the
815 previous changes there. Add automatic 3.4 snapshots from mainline.
816
1f9d6256
GP
8172003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
818
819 * gcc_release (usage): Document that -s now takes symbolic name
820 and branch of the snapshot as parameters.
821 Implement this as part of command-line processing.
822 (BRANCH): Remove default initialization for snapshots.
823 (CVSBRANCH): Ditto.
824 Do not lay down a CVS tag if generating a snapshot from mainline.
a1286ef5 825
b99f39de
GP
8262003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
827
828 * gcc_release (announce_snapshot): Use ${RELEASE} instead
829 of ${BRANCH}-${DATE} to refer to the snapshot directory.
830 Put README file into the snapshot directory.
831
832 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
833 (FTP_PATH): Use ${RELEASE} in case of snapshots.
834 (TAG): Ditto.
835 (OLD_TARS): Adjust to new directory scheme for snapshots.
836
1116457a
GP
8372003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
838
839 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
840 for README and index.html.
841 * snapshot-README: Use it.
842 * snapshot-index.html: Ditto.
843
c73aebc3 8442003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 845
1116457a
GP
846 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
847 for README and index.html. Remove substitution of @LONG_DATE@.
c73aebc3
GP
848 Put index.html into the respective snapshot directory.
849 Adjust subject of the notification mail to the new naming scheme
850 for CVS tags.
851 Adjust name of the LATEST-IS-... files to the new naming scheme
852 for snapshot directories.
853 (FTP_PATH): Ditto.
854 (LAST_DIR): Ditto.
855 (LAST_LONG_DATE): Remove.
856
857 * snapshot-README: Adjust to the new naming schemes for directories
858 and snapshots per se.
859 Dynamically fill in the respective branch instead of hardcoding it.
860
861 * snapshot-index.html: Replace individual links to diffs with a
862 general link to the diff/ subdirectory.
863 Mention the concrete snapshot in <title> and <h1>.
864 Adjust links to the new location of index.html.
a1286ef5 865
2cd5026f
GP
8662003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
867
868 * gcc_release: Move handling of complex modes directly after
869 switch handling.
870 (TAG): Include the branch name as part of snapshot CVS tags.
871
6124d3bd
GP
8722003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
873
874 * gcc_release: Execute gcc.gnu.org-only operations which are
875 related to diff generation only if diffs have been requested.
876 (build_sources): Improve tracing and an error message related
877 to tagging.
878
b69cd3cf
GP
8792003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
880
881 * gcc_release (BRANCH): Rename to...
882 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
883 will see.
884 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
885 of the directory name.
886 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
887
711f0333
GP
8882003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
889
890 * gcc_release: Command "all" now creates .gz files only for
891 releases and pre-releases.
892
36067e59
GP
8932003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
894
895 * gcc_release (build_sources): Do not include gnats.html any longer.
896 Make an error message more descriptive.
a1286ef5 897
b348a598
GP
8982003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
899
900 * gcc_release: Factor the updating of links and READMEs on the
901 FTP server and sending mail for snapshots into a...
902 (announce_snapshot): ...new function.
903 Add informative output for both.
904
99bf9b55
GP
9052003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
906
907 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
908
2fffb73b
GP
9092003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
910
911 * snapshot-index.html: Use F77 instead of G77 front end.
912 Remove link to CodeSourcery snapshots which was not up-to-date.
913 Do not refer to gcc-bugs@gcc.gnu.org any longer.
914
915 * snapshot-README: Use F77 front end instead of G77 language.
916
44d952b3
GP
9172003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
918
919 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
920 (build_bz2): Rename to build_gzip and create .gz files from .bz2
921 files instead of the other way around.
922 (build_gzip): New function.
923 (build_diffs): Build .bz2 files instead of .gz files.
924 (build_diff): Use .bz2 files instead of .gz files.
925 Make an error message independent of the compression format.
926 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
927 invocation of this script.
928 (MODE_GZIP): New variable.
929 (OLD_TARS): Use .bz2 archive of the previous snapshot.
930
f540975a
GP
9312003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
932
a1286ef5 933 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
f540975a
GP
934 g++ language, and note that Java includes a run time.
935 * snapshot.index.html: Ditto.
936
5107c6e4
GP
9372003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
938
939 * gcc_release (build_diff): Properly use ${TAR} instead of
940 hard-coded tar.
941
7101ac35
GP
9422003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
943
a1286ef5 944 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
16ac82af 945 Simplify the note on not using unannounced snapshots.
a1286ef5 946
16ac82af 9472003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 948
7101ac35
GP
949 * snapshot-README: Refer to .bz2 files instead of .gz files.
950 Add a note on where to find the diff files.
951 Simplify the note on not using unannounced snapshots.
952 Remove documentation of the gcc_latest_snapshot tag.
953
0a1c5051
GP
9542003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
955
956 * gcc_release (build_diffs): Add diagnostics in case we cannot
957 generate a specific diff file.
958
4494cdde
GP
9592003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
960
961 * gcc_release (build_sources): Only update ChangeLog files which
962 do not yet contain the entry we are going to add.
963 Fix typo in added ChangeLog entries.
964
8d4d9d19
GP
9652003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
966
967 * gcc_release (upload_files): Put diff files into a "diffs"
968 subdirectory
969
567bfee8
NN
9702003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
971
972 * gcc_release: GNU CC -> GCC.
973
c627639b
GP
9742003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
975
976 * gcc_release (usage): Print more detailed description of all
977 command-line options.
978
4494cdde 9792003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
f4e12a7c
GP
980
981 * update_version (ADD_BRANCHES): Add, set to MAIN and
982 tree-ssa-20020619-branch.
983 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
984
fe080a9e
GP
9852003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
986
987 * update_version (textstring_FILES): Only version.c needs to be
988 updated, now that we do not consider older branches any more.
989
4494cdde 9902003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
ce61bf7b
GP
991
992 * update_version (IGNORE_BRANCHES): Add.
993 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
994
4494cdde 9952003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9ab94a93
GP
996
997 * update_version: Add a trace of which branch we are currently
998 working on.
999
682aea87
MM
10002002-12-16 Mark Mitchell <mark@codesourcery.com>
1001
1002 * gcc_release: Make snapshots from the GCC 3.3 branch.
1003 * snapshot-README: Update.
1004
b4f94ac1
ZW
10052002-09-23 Zack Weinberg <zack@codesourcery.com>
1006
1007 * update_version: Do not check in files which are unchanged.
1008 * gcc_release: Only update the version in gcc/version.c.
1009
ec55ac68
JM
10102002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
1011
1012 * update_web_docs (MANUALS): Add fastjar.
1013
6bb72ea0
JM
10142002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
1015
1016 * gcc_release: Make snapshots come from the mainline.
1017 * snapshot-README: Update.
1018
07ec1151
JM
10192002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
1020
1021 * update_web_docs: Remove support for generating g77_news.html and
1022 g77_bugs.html.
1023 * update_web_docs_old: Likewise. Remove support for generating
1024 thanks.html.
1025
7596d2dc
AJ
10262002-07-28 Andreas Jaeger <aj@suse.de>
1027
1028 * gcc_release: Update comment.
1029
1030 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1031
4bdf9f66
MM
10322002-07-28 Mark Mitchell <mark@codesourcery.com>
1033
1034 * gcc_release: Use the 3.2 branch for snapshots.
1035
74c8dc7d
FW
10362002-05-31 Florian Weimer <fw@deneb.enyo.de>
1037
1038 * update_web_docs (MANUALS): Include various flavours of the GNAT
1039 User Guide.
1040
c9715013
JM
10412002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
1042
1043 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1044 gcc/gcc/ada/gnatvsn.ads.
1045
ead33da9
JM
10462002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
1047
1048 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1049 release status is updated.
1050 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1051
5302a25d
JM
10522002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
1053
67aaa481
JM
1054 * gcc_release: Do upload files when local.
1055
5302a25d
JM
1056 * snapshot-README, snapshot-index.html: Remove chill.
1057
1971aca7
MM
10582002-05-08 Mark Mitchell <mark@codesourcery.com>
1059
1060 * gcc_release: Correct upload handling.
1061
0a528c61
MM
10622002-04-22 Mark Mitchell <mark@codesourcery.com>
1063
1064 * gcc_release (build_diffs): Remove reference to Chill.
1065
57e27c82
JM
10662002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1067
1068 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1069
1f1760d3
KC
10702002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1071
1072 * gcc_release: Set TZ to UTC0.
1073
07cdae91
MM
10742002-04-15 Mark Mitchell <mark@codesourcery.com>
1075
1076 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1077 (CHILL_DIRS): Remove.
1078
1c0d0c3e
JM
10792002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1080
1081 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
1082 major mode.
1083
809623c9
PE
10842002-03-06 Phil Edwards <pme@gcc.gnu.org>
1085
1086 * update_version: Don't indent the version string.
1087
7ce5e9df
JM
10882002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1089
1090 * snapshot-README: Note that snapshots come from the 3.1 branch.
1091 Update list of files.
1092
e98f0f5c
JM
10932002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1094
1095 * gcc_release: Make snapshots come from the 3.1 branch.
1096
2df96f0a
MM
10972002-02-25 Mark Mitchell <mark@codesourcery.com>
1098
1099 * update_version: Automatically update version files on all
1100 branches.
1101 * crontab: Only invoke update_version once.
1102
e776237d
JM
11032002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1104
1105 * gcc_release: Revert change to -p interface. Allow for local and
1106 remote cases in creating directories. Give an error if -p
1107 argument names a directory.
1108
b8f93352
MM
11092002-02-21 Mark Mitchell <mark@codesourcery.com>
1110
1111 * gcc_release: Correct handling of diff-generation. Add
1112 "diffs" major mode.
1113
236930f5
JM
11142002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1115
1116 * gcc_release: Substitute dates in snapshot-README and
1117 snapshot-index.html files rather than directly using the old files
1118 on the FTP site. Set QMAILHOST.
1119
af1b92c2
GP
11202002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1121
1122 * snapshot-index.html: Improve markup.
1123
b9aea0eb
JM
11242002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1125
d09f7cb2
JM
1126 * snapshot-README, snapshot-index.html: Use expressions such as
1127 @DATE@ rather than hardcoded dates.
1128
b9aea0eb
JM
1129 * snapshot-README, snapshot-index.html: New files.
1130
6cda74b0
GP
11312002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1132
1133 * update_web_docs (contrib_file): Remove.
1134 Also removing special handling of thanks.html.
1135
f488ffcb
JM
11362001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1137
1138 * update_web_docs: Use makeinfo --html instead of texi2html.
1139 Remove support for pre-3.1 GCC versions. Build online docs for
1140 gccint manual.
1141
f438273e
JM
11422001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1143
1144 * update_web_docs_old: Copy from update_web_docs. Add comment
1145 that this is for GCC 3.0.x and earlier versions.
1146
f83fd9ae
JM
11472001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1148
1149 * gcc_release: Add /usr/local/bin to path when local.
1150
b47a72ea
JM
11512001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1152
e180d2b0
JM
1153 * update_web_docs: Set SOURCEDIR so that install manual can be
1154 found when running install.texi2html.
1155
b47a72ea
JM
1156 * gcc_release: Don't require a username if running locally.
1157
286970ee
JM
11582001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1159
3b0c635f
JM
1160 * update_web_docs: Eliminate warnings about keeping files from web
1161 page preprocessing.
1162
286970ee
JM
1163 * update_web_docs: Allow for the same file name in different
1164 directories.
1165
4d42a8ae
JM
11662001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1167
1168 * update_web_docs: Generate libiberty and gnat-style manuals.
1169
dbff21c5
JM
11702001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
1171
1172 * gcc_release: Build snapshots from mainline. Generate Ada and
1173 Chill tarballs. Correct error check when building diffs. Check
1174 for errors when building bzip2 files.
1175 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1176
b4075f6b
JM
11772001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1178
bbd300a9
JM
1179 * crontab: Build weekly snapshots.
1180
b4075f6b
JM
1181 * gcc_release: Copy from 3.0 branch. Add support for building the
1182 weekly snapshots on gcc.gnu.org.
1183
70f66039
JM
11842001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
1185
1186 * update_web_docs: Also check out texinfo.tex from
1187 gcc/doc/include.
1188
bba9ba9e
GP
11892001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1190
1191 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1192 Preprocess the entire web site, not just the install docs.
1193
0ebbcb1b
PE
11942001-06-25 Phil Edwards <pme@sources.redhat.com>
1195
1196 * update_version: Add command-line argument capability, also
1197 bump version for libstdc++-v3, and exit with the return code from
1198 the cvs commit.
1199 * crontab: Call update_version with arguments instead of
1200 calling update_branch_version.
1201 * update_branch_version: Remove.
1202
df7ad044
GP
12032001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1204
7596d2dc 1205 * update_web_docs: Only update the install documentation for the
df7ad044
GP
1206 CVS HEAD.
1207
f890c4fd
JM
12082001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1209
1210 * update_web_docs, doc_exclude: Check out files that may be in the
1211 Attic. Check out texinfo.tex. Don't generate anything from
1212 c-tree.texi. Generate PostScript output from manuals.
1213
95307c8e
GP
12142001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1215
1216 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1217 variables.
1218 Fix a comment and add another one.
1219 Generate the installation documentation in HTML format from
1220 gcc/doc/install.texi.
1221
371d5d2e
JM
12222001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1223
1224 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
1225 run texi2html on manuals that aren't present.
1226
1e38ba0a
PE
12272001-03-18 Phil Edwards <pme@sources.redhat.com>
1228
1229 * update_web_docs_libstdcxx: New script.
1230 * crontab: Call said script.
1231
2eb6fbf8
JM
12322001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
1233
1234 * update_version, update_branch_version: Check out with gcc
1235 directory instead of using egcs link.
1236
832013cd
JM
12372001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1238
655e4aee
JM
1239 * update_web_docs: Don't strip leading -r from argument following
1240 -r, or leading -d from argument following -d. Bug pointed out by
1241 Matt Kraai.
1242
832013cd
JM
1243 * update_web_docs: Handle -r and -d options to generate docs for a
1244 release or branch in a subdirectory. Determine names of G77 news
1245 and bugs files and contributors file after updated docs have been
1246 installed, not before. Don't remove files from a subdirectory.
1247 Don't generate manuals for gcov (included in the GCC manual) or
1248 iostream (obsolete). Do generate manuals for cppinternals, gcj
1249 and porting. Update regular expressions for detecting whether
1250 files have really changed when regenerated.
1251
285b9231
JM
12522001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
1253
1254 * update_web_docs: Use /usr/local/bin/texi2html rather than
1255 gccadmin's local copy.
1256
2d2ade2a
JM
12572001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1258
1259 * crontab, doc_exclude, update_branch_version, update_version,
1260 update_web_docs: New files (as currently used by gccadmin).
1261 * README: New file.