]> git.ipfire.org Git - thirdparty/gcc.git/blame - maintainer-scripts/ChangeLog
tree-optimization/94103 avoid CSE of loads with padding
[thirdparty/gcc.git] / maintainer-scripts / ChangeLog
CommitLineData
494e434c
JJ
12020-02-27 Jakub Jelinek <jakub@redhat.com>
2
3 * gcc_release: Add support for -b local-git-repo argument.
4
97e2f333
JW
52020-01-13 Jonathan Wakely <jwakely@redhat.com>
6
7 * update_web_docs_libstdcxx_git: New file.
8 * update_web_docs_libstdcxx_svn: Remove.
9 * crontab: Use update_web_docs_libstdcxx_git.
10
33742a0a
JM
112020-01-13 Joseph Myers <joseph@codesourcery.com>
12
13 * update_web_docs_git: New file.
14 * update_web_docs_svn: Remove.
15 * crontab: Use update_web_docs_svn.
16
67e63570
JM
172020-01-13 Joseph Myers <joseph@codesourcery.com>
18
19 * gcc_release: Use git instead of SVN.
20 * crontab: Update gcc_release calls.
21
18cb6ac2
JM
222020-01-13 Joseph Myers <joseph@codesourcery.com>
23
24 * update_version_git: New file.
25 * update_version:svn: Remove.
26 * crontab: Use update_version_git.
27
aeebd94c
JB
282019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
29
30 * gcc_release: Use https for gcc.gnu.org.
31
456ccd32
RB
322019-11-14 Richard Biener <rguenther@suse.de>
33
34 * update_version_svn (IGNORE_BRANCHES): Add 7.
35
d50dbea1
RB
362019-10-05 Richard Biener <rguenther@suse.de>
37
38 * crontab: Disable snapshots from gcc-7-branch.
39
e6a7284c
DM
402019-08-05 David Malcolm <dmalcolm@redhat.com>
41
42 * update_web_docs_svn: Proceed even if the invocation of
43 sphinx fails.
44
34d9c2c2
GP
452019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
46
47 * crontab: Snapshots from trunk are now GCC 10 related.
48 Add GCC 9 snapshots from the respective branch.
49
47466513
JW
502019-02-23 Jonathan Wakely <jwakely@redhat.com>
51
52 * generate_libstdcxx_web_docs: Improve error output.
53
9479946c
ML
542018-11-22 Martin Liska <mliska@suse.cz>
55
56 * bugzilla-close-candidate.py: New file.
57
9038a1de
JJ
582018-10-26 Jakub Jelinek <jakub@redhat.com>
59
6d202724
JJ
60 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
61 * crontab: Remove gcc-6-branch entry.
62
9038a1de
JJ
63 * gcc_release (error, inform): Use $@ instead of $1.
64 (build_sources): Check for ^[[:blank:]]*GCC in both index.html
65 and changes.html, rather than for GCC in one and ^GCC in another one.
66
31aac344
JJ
672018-05-03 Jakub Jelinek <jakub@redhat.com>
68
69 PR other/85622
70 * gcc_release: For -f, verify contrib/gennews has the major version
71 pages listed and both index.html and changes.html have been updated
72 for the new release.
73
49b7ffb7
JJ
742018-04-25 Jakub Jelinek <jakub@redhat.com>
75
76 * crontab: Enable snapshots from gcc-8-branch.
77
8819c919
RB
782018-01-25 Richard Biener <rguenther@suse.de>
79
80 * gcc_release (build_sources): Use getconf to get at the number
81 of cores in the system and pass -jN to gcc_build.
82
c64c7386
JJ
832017-10-10 Jakub Jelinek <jakub@redhat.com>
84
85 * update_version_svn: Ignore the GCC 5 branch.
86 * crontab: Remove entry for the GCC 5 branch.
87
4b3e2314
MK
882017-05-23 Matthias Klose <doko@ubuntu.com>
89
90 * gcc_release (XZ): Default to xz --best.
91
d3006155
MK
922017-05-18 Matthias Klose <doko@ubuntu.com>
93
94 * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
95 (build_diffs): Handle building diffs from either bz2 or xz tarballs,
96 compress diffs using xz instead of bz2.
97 (build_diff): Likewise.
98 (upload_files): Check for *.xz files instead of *.bz2 files.
99 (announce_snapshot): Announce xz tarball instead of bz2 tarball.
100 (XZ): New definition.
101 (<toplevel>): Look for both bz2 and xz compressed old tarballs.
102
a05dd05f
JJ
1032017-04-20 Jakub Jelinek <jakub@redhat.com>
104
105 * crontab: Enable snapshots from gcc-7-branch.
106
252e3e7b
GP
1072017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
108
109 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
110
b54f986e
GP
1112017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
112
113 * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
114 settings to tweak if running on a host different from gcc.gnu.org.
115 (WWWBASE): Allow override via the environment. Also check for
116 existance.
117
8027776f
GP
1182017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
119
120 * update_web_docs_svn (MANUALS): Add libitm.
121
b8c0f3c1
GP
1222016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
123
d3006155 124 PR documentation/50642
b8c0f3c1
GP
125 * update_web_docs_svn (CSS): Introduce.
126 Have generated files refer to it.
127
21da5261
ML
1282016-08-17 Martin Liska <mliska@suse.cz>
129
130 * branch_changer.py: Describe the script. Add sample usage
131 of the script.
132
1a3c85fe
ML
1332016-08-03 Martin Liska <mliska@suse.cz>
134
135 * branch_changer.py: New file.
136
c4f82055
RB
1372016-07-26 Richard Biener <rguenther@suse.de>
138
139 * update_version_svn: Ignore the GCC 4.9 branch.
140
7055b2bb
RB
1412016-07-26 Richard Biener <rguenther@suse.de>
142
143 * crontab: Remove entry for the GCC 4.9 branch.
144
4eb27c41
JW
1452016-06-13 Jonathan Wakely <jwakely@redhat.com>
146
147 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
148 Add comment about LaTeX errors.
149
26ad7ec7
JJ
1502016-04-15 Jakub Jelinek <jakub@redhat.com>
151
152 * crontab: Enable snapshots from gcc-6-branch.
153
f9180d0e
RB
1542015-06-23 Richard Biener <rguenther@suse.de>
155
156 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
157
c61e2d36
RB
1582015-06-14 Richard Biener <rguenther@suse.de>
159
160 * crontab: Disable snapshots from the 4.8 branch.
161
49bd1293
JJ
1622015-04-13 Jakub Jelinek <jakub@redhat.com>
163
54a3a620
JJ
164 * update_version_svn: Update DATESTAMP also on
165 branches/gcc-[0-9]+-branch.
166
49bd1293
JJ
167 * gcc_release: Fix up thinko in the last commit, improve error
168 message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
169 together, rather than doing dozens of separate commits.
170
e3257b56
JJ
1712015-04-12 Jakub Jelinek <jakub@redhat.com>
172
e183a9d5
JJ
173 * gcc_release: For RELEASE_MAJOR 5+ only use the major
174 number in branch name. When doing final release of 5+,
175 if BASE-VER doesn't match release, but is *.*.1 for the
176 one smaller minor version, bump BASE-VER.
177
e3257b56
JJ
178 * crontab: Enable snapshots from gcc-5-branch.
179
23ebaa42
GP
1802015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
181
182 * update_web_docs_libstdcxx_svn (FILTER): Introduce.
183 Use to filter output of the copying process.
184
8200e6f1
AC
1852015-02-25 Arnaud Charlet <charlet@adacore.com>
186
187 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
188
1d3d9afa
AC
1892015-02-25 Arnaud Charlet <charlet@adacore.com>
190
191 * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
192
9baa38b7
DM
1932015-02-06 David Malcolm <dmalcolm@redhat.com>
194
195 PR jit/64257
196 * update_web_docs_svn: When copying up files for the built jit
197 documentation, also copy up .txt files.
198
a4be4e91
DM
1992015-02-04 David Malcolm <dmalcolm@redhat.com>
200
201 PR jit/64257
202 * update_web_docs_svn: Update build of jit docs to use EPEL6
203 variant install of sphinx 1.0.8, rather than 0.6.6.
204
5a28932a
DM
2052015-01-26 David Malcolm <dmalcolm@redhat.com>
206
82a0fe9a 207 PR jit/64257
5a28932a
DM
208 * update_web_docs_svn: Don't delete gcc/jit/docs or
209 gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
210 building of the JIT docs (using sphinx-build). Special case
211 copying them up.
212
b50eee73
RB
2132014-08-14 Richard Biener <rguenther@suse.de>
214
215 * crontab: Change trunk snapshots from 4.10 to 5.
216
aaebbe1f
AC
2172014-08-01 Arnaud Charlet <charlet@adacore.com>
218
219 * update_web_docs_svn: Simplify build of gnat_ugn.
220
f9690014
RB
2212014-06-12 Richard Biener <rguenther@suse.de>
222
223 * crontab: Remove 4.7 snapshot entry.
224 * update_version_svn: Update IGNORE_BRANCHES.
225
269cf22b
JW
2262014-05-30 Jonathan Wakely <jwakely@redhat.com>
227
228 * generate_libstdcxx_web_docs: New script.
229
6602e7fc
JJ
2302014-04-11 Jakub Jelinek <jakub@redhat.com>
231
232 * crontab: Enable snapshots from gcc-4_9-branch.
233
bca420ed
DG
2342014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
235
236 PR other/56653
237 * gcc_release: Avoid printing empty line to generated MD5SUMS files.
238 Bump copyright year.
239
52cacf72
GP
2402013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
241
242 * update_web_docs_svn: Work around makeinfo generated file names
243 and references with "_002d" instead of "-".
244
0ea62378
JJ
2452013-04-12 Jakub Jelinek <jakub@redhat.com>
246
247 * crontab: Disable snapshots from gcc-4_6-branch.
248 * update_version_svn: Ignore gcc-4_6-branch.
249
3de4c38d
GP
2502013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
251
252 * update_web_docs_libstdcxx_svn: No longer ignore all output from
253 the actual copy process.
254 Check the exit code of the actual copy process; diagnose problems.
255
2fa73fc0
JJ
2562013-03-16 Jakub Jelinek <jakub@redhat.com>
257
258 * crontab: Enable snapshots from gcc-4_8-branch.
259
8df2d979
RG
2602012-07-02 Richard Guenther <rguenther@suse.de>
261
262 * crontab: Disable snapshots from gcc-4_5-branch.
263 * update_version_svn: Ingore gcc-4_5-branch.
264
b0d753d9
RB
2652012-03-23 Richard Guenther <rguenther@suse.de>
266
267 * crontab: Enable snapshots from gcc-4_7-branch.
268
2692012-03-13 Jakub Jelinek <jakub@redhat.com>
2895dfa4
JJ
270
271 * crontab: Remove 4.4 branch from the list of snapshots to make.
272 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
273
b0d753d9 2742012-03-05 Richard Guenther <rguenther@suse.de>
1f338c31
RG
275
276 * crontab: Remove 4.3 branch from the list of snapshots to make.
277
7167a501
RG
2782012-03-02 Richard Guenther <rguenther@suse.de>
279
280 * crontab: Fix day-of-week.
281
204c0272
RG
2822012-03-02 Richard Guenther <rguenther@suse.de>
283
284 * crontab: Update for 4.7 branching.
285
6a4b4d31
GP
2862011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
287
288 * update_web_docs_svn: Make $DOCSDIR group writable after
289 creating it.
290
a034d4bc
RG
2912011-06-27 Richard Guenther <rguenther@suse.de>
292
293 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
294
ba7923d1
JM
2952011-05-22 Joseph Myers <joseph@codesourcery.com>
296
297 * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
298 (build_tarfiles): Don't build separate files for languages and
299 core.
300 (build_diffs): Only build one set of diffs.
301 (announce_snapshot): Only announce one tar file.
302 (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
303 OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
304 relative to WORKING_DIRECTORY.
305
3b6e9676
JJ
3062011-04-21 Jakub Jelinek <jakub@redhat.com>
307
308 * gcc_release (maybe_build_tarfile): Don't build a tarfile if
309 the first directory doesn't exist.
310
5d866bd7
JJ
3112011-03-14 Jakub Jelinek <jakub@redhat.com>
312
313 * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
314 4.6 branch.
315
afa62639
JM
3162011-02-07 Joseph Myers <joseph@codesourcery.com>
317
318 * update_web_docs_svn: Generate libquadmath-vers.texi.
319
1b31835f
GP
3202011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
321
322 * update_version_svn (FILES): Merge with datestamp_FILES.
323 (SVNROOT2): Introduce and use.
324
176a192a
GP
3252011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
326
327 * update_version_svn (SVN): Remove obsolete comment.
328 (CURR_DATE): Fix description.
329 Fix description of checkout procedure.
330
f21fe684
TB
3312010-12-18 Tobias Burnus <burnus@net-b.de>
332
333 * update_web_docs_svn (MANUALS): Add libquadmath.
334
6f3bbbe7
ILT
3352010-12-08 Ian Lance Taylor <iant@google.com>
336
337 * gcc_release: Add support for releasing Go as a separate
338 tarball.
339
e493bdc2
ILT
3402010-12-08 Ian Lance Taylor <iant@google.com>
341
342 * update_web_docs_svn (MANUALS): Add gccgo.
343
709deb77
ILT
3442010-12-08 Ian Lance Taylor <iant@google.com>
345
346 * README: Change "CVS" to "Subversion".
347
52965ca6
GP
3482010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
349
350 * gcc_release (snapshot_print): Also include an sha1 hash for
351 every tarball. Slightly tweak indentation.
352
350d631a 3532010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
0338b580 354
350d631a 355 * gcc_release (CVSROOT): Remove all occurrences.
709deb77 356
0c21b3ca
GP
3572010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
358
359 * gcc_release (snapshot_print): Include md5 hash for every tarball
360 in the README file and notification mail.
361
dd912000
GP
3622010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
363
364 * update_web_docs_libstdcxx_svn: Do not compress generated .html
365 files any more.
366
4f8f9b8f
JM
3672010-06-24 Joseph Myers <joseph@codesourcery.com>
368
369 * update_web_docs_svn: Also pass -I option pointing to ada/ source
370 directory for Ada manual.
371
58ad2aef
JM
3722010-04-16 Joseph Myers <joseph@codesourcery.com>
373
374 * crontab: Enable 4.6 snapshots.
375
aae43040
JM
3762010-04-07 Joseph Myers <joseph@codesourcery.com>
377
378 * crontab: Switch 4.5 snapshots to 4.5 branch.
379
d49d9a7d
JM
3802010-03-31 Joseph Myers <joseph@codesourcery.com>
381
382 * gcc_release (build_tarfiles): Make directories mode 755, not
383 777.
384
f12c3a1d
GP
3852009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
386
387 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
388
d7f09764
DN
3892009-10-03 Diego Novillo <dnovillo@google.com>
390
391 * gcc_release (JAVA_DIRS): Remove zlib.
392
b809fa7d
GP
3932009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
394
395 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
396
748086b7
JJ
3972009-04-09 Jakub Jelinek <jakub@redhat.com>
398
399 * gcc_release: Change copyright header to refer to version
400 3 of the GNU General Public License and to point readers at the
401 COPYING3 file and the FSF's license web page.
402 * maintainer-addresses: Likewise.
403
d21a98b8
GP
4042009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
405
406 * update_web_docs_svn: Run this script under plain /bin/sh
407 as opposed to /bin/sh -x.
408
be21df03
JM
4092009-03-30 Joseph Myers <joseph@codesourcery.com>
410
411 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
412
414d751c
GP
4132009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
414
415 * crontab: Stop 4.2 snapshots.
416 Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
417
a143dc13
MM
4182009-03-27 Mark Mitchell <mark@codesourcery.com>
419
420 * crontab: Add 4.4 branch snapshots.
421
ef11e5cc
GP
4222009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
423
424 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
425 and document format.
426
f7914172
RG
4272009-01-17 Richard Guenther <rguenther@suse.de>
428
429 * gcc_release (JAVA_DIRS): Remove fastjar.
430
f913dcd6
GP
4312008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
432
433 * gcc_release: Fix a couple of comments.
434
f47687a1
JM
4352008-07-04 Joseph Myers <joseph@codesourcery.com>
436
437 * crontab: Remove 4.1 snapshots job.
438 * update_version: Remove.
439 * gcc_release: Remove support for g77 and release status in
440 version.c.
441 * update_version_svn: Ignore 4.1 branch. Remove support for
442 updating files other than DATESTAMP.
443 * update_web_docs_svn: Remove support for g77 manual.
444
bd67275c
JJ
4452008-02-18 Jakub Jelinek <jakub@redhat.com>
446
447 * crontab: Add 4.3 branch. Set trunk to 4.4.
448
7444c871
JM
4492008-01-28 Joseph Myers <joseph@codesourcery.com>
450
451 * gcc_release (build_sources): Pass --disable-multilib to
452 gcc_build.
453 (SVN): Don't use full path.
454
013d0fea
JW
4552008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
456
457 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
458
c2ffa91a
GP
4592007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
460
461 * gcc_release: Do not include copies of faq.html in releases,
462 and remove all the explicit support code to pull in web pages.
463
2f41c1d6
PB
4642007-08-21 Paul Brook <paul@codesourcery.com>
465 Nathan Sidwell <nathan@codesourcery.com>
466 Mark Mitchell <mark@codesourcery.com>
467 Joseph Myers <joseph@codesourcery.com>
468
469 * gcc_release: Do not include copies of bugs.html in releases.
470 * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
471 gcc-vers.texi.
472
bb832375
JM
4732007-07-06 Joseph Myers <joseph@codesourcery.com>
474
475 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
476 commands.
477
b134d5eb
MS
4782007-06-28 Mike Stump <mrs@apple.com>
479
480 * gcc_release: Update for Objective-C++.
481
f0b9a44b
MM
4822007-05-28 Mark Mitchell <mark@codesourcery.com>
483
484 * gcc_release: Adjust placement of release candidates.
485
339731c9
GP
4862007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
487
488 * update_web_docs_svn (MANUALS): Move towards the top of the
489 script. Reformat for easier editing/diffing.
490
3f5faa7c
TB
4912006-03-31 Tobias Burnus <burnus@net-b.de>
492
493 * update_web_docs_svn: Build also gfc-internals.
494
7f0248d7
GP
4952007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
496
497 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
498
5b18f337
GP
4992007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
500
501 * crontab: No longer build snapshots for 4.0.x.
502
1f62fb20
TB
5032007-01-21 Tobias Burnus <burnus@net-b.de>
504
505 * update_web_docs_svn: Build also libgomp documentation.
506
150f069c
GP
5072007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
508
509 * crontab: Spread snapshots more evenly throughout the week, and
510 in "ascending" order. Build all at the same time of the day.
511
1b0c64fd
MM
5122006-10-20 Mark Mitchell <mark@codesourcery.com>
513
514 * crontab: Add 4.2 branch. Set trunk to 4.3.
515
fad257c3
GP
5162006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
517
518 * gcc_release (LC_ALL): Default to C.
519
920d7bf6
GDR
5202006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
521
522 * crontab: Don't build snapshot for 3.4.x anymore.
523 * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
524
930da486
BE
5252006-01-12 Ben Elliston <bje@au.ibm.com>
526
527 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
528
f0ac2193
JM
5292005-12-16 Joseph S. Myers <joseph@codesourcery.com>
530
531 * update_web_docs_svn: Remove unnecessary files from source tree.
532 Use set -e.
533 * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
534
e99c1d84 5352005-12-16 Mark Mitchell <mark@codesourcery.com>
c0404cf1
MM
536
537 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
538
4801f7ed
MM
5392005-11-18 Mark Mitchell <mark@codesourcery.com>
540
541 * crontab: Add 4.1 branch entry.
542
a39d2742
JM
5432005-11-06 Joseph S. Myers <joseph@codesourcery.com>
544
545 * gcc_release: Further update for SVN. Don't set EXPORTTAG or
546 EXPORTDATE; always determine SVNREV the same way. Correct message
547 about what sources are being retrived. Include branch information
548 in LAST_UPDATED.
549 * crontab: Don't include initial / in branch name.
550
d4a43a05
DB
5512005-11-05 Daniel Berlin <dberlin@dberlin.org>
552
553 * gcc_release: Always determine revision number from date or tag,
554 and use that, instead of fragile date based export.
555 Put back setting of non-local CVSROOT.
556
d492addc
DB
5572005-11-05 Daniel Berlin <dberlin@dberlin.org>
558
559 * gcc_release: Make tags go in /tags.
560 Don't tag for snapshots.
561 Determine revision number of export and put into snapshot
562 announcement.
563
78cd2f1d
DB
5642005-11-03 Daniel Berlin <dberlin@dberlin.org>
565
566 * gcc_release: Update for SVN
567 * crontab: Update for new gcc_release
568
6d64c3bc
DB
5692005-10-26 Daniel Berlin <dberlin@dberlin.org>
570
571 * update_web_docs_svn: Use -q to quiet svn.
572
dc5e5935
DB
5732005-10-26 Daniel Berlin <dberlin@dberlin.org>
574
575 * crontab: Update to reflect reality
576
fdf84417
MM
5772005-10-01 Mark Mitchell <mark@codesourcery.com>
578
579 * gcc_release (build_sources): If trying to apply a tag that
580 already exists, issue an error message and exit.
581
6a82a28a
JM
5822005-09-30 Joseph S. Myers <joseph@codesourcery.com>
583
584 PR other/23693
585 * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
586
3c993f84
JM
5872005-09-30 Joseph S. Myers <joseph@codesourcery.com>
588
589 * update_web_docs_old: Remove.
590
e252987e
KC
5912005-08-14 Kelley Cook <kcook@gcc.gnu.org>
592
593 * gcc_release: Update with FSF address.
594
06e8925e
JJ
5952005-07-26 Janis Johnson <janis187@us.ibm.com>
596
597 * update_version (ADD_BRANCHES): Add dfp-branch.
598
5e2d6483
GP
5992005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
600
601 * crontab: Spread snapshot building more evenly throughout the
602 week.
603
1574b5fc
JM
6042005-05-19 Joseph S. Myers <joseph@codesourcery.com>
605
606 * crontab: Don't build 3.3 branch snapshots.
607 * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
608
a1286ef5
ZW
6092005-03-15 Zack Weinberg <zack@codesourcery.com>
610
611 * README: Update.
612 * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
613 of gcc/version.c.
614 * update_version: Handle updating gcc/DATESTAMP.
615 * update_web_docs: Generate gcc-vers.texi first.
616
8bad007c
RM
6172005-03-10 Ranjit Mathew <rmathew@hotmail.com>
618
619 * gcc_release (ADA_DIRS): Add "gnattools".
620
29231b75
MM
6212005-02-25 Mark Mitchell <mark@codesourcery.com>
622
623 * crontab: Adjust for 4.0 branch.
624
31e0b858
SP
6252004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
626
a1286ef5 627 * update_version (ADD_BRANCHES): Replace lno-branch with
31e0b858
SP
628 autovect-branch.
629
ac265132
GP
6302004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
631
632 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
633
f120a34c
KC
6342004-08-14 Kelley Cook <kcook@gcc.gnu.org>
635
636 * gcc_release (build_sources): Add comment header to generated
637 MD5SUMS.
638
155cb616
KC
6392004-08-06 Kelley Cook <kcook@gcc.gnu.org>
640
641 * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
642 (announce_snapshot): Update for above. Don't use echo -e.
a1286ef5 643
2e847896
KC
6442004-08-03 Kelley Cook <kcook@gcc.gnu.org>
645
646 * maintainer-scripts (snapshot_print): New function.
647 (announce_snapshot): Generate announcment on the fly.
648 Use a directory link for LATEST.
649 * snapshot-README: Delete.
650 * snapshot-index.html: Delete.
651
0ca8e815
PB
6522004-06-09 Paolo Bonzini <bonzini@gnu.org>
653
654 * gcc_release (build_sources): Move the libcpp gmo files
655 to the source directory.
656
d6f3f261
JM
6572004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
658
659 * gcc_release (maybe_build_tarfile): New function.
660 (build_tarfiles): Use maybe_build_tarfile.
661
722962a6
PC
6622004-05-21 Paolo Carlini <pcarlini@suse.de>
663
664 * gcc_release (build_sources): Generate the NEWS file in toplevel.
665
2f701185
KC
6662004-05-17 Kelley Cook <kcook@gcc.gnu.org>
667
668 * gcc_release (build_sources): Change CRCs from brik to md5sum.
669
60cadaea
GP
6702004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
671
672 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
673
61995575
JM
6742004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
675
676 * update_web_docs: Also remove old .gz files from subdirectories
677 on the 15th of the month.
678
28204309
JM
6792004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
680
681 * update_web_docs (MANUALS): Add gfortran.
682
014251ea
AC
6832004-05-13 Arnaud Charlet <charlet@act-europe.fr>
684
685 * update_web_docs: Fix generation of Ada docs.
686
78ff5eea
JM
6872004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
688
90c3ba6e
JM
689 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
690
78ff5eea
JM
691 * gcc_release (DIFF): Remove -3 option.
692
6de9cd9a
DN
6932003-07-26 Paul Brook <paul@nowt.org>
694
695 * gcc_release: Add gcc-fortran.
696 * snapshot-README: Ditto.
697 * snapshot-index.html: Ditto.
698
02c672d5
GP
6992004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
700
701 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
702 Friday night, where gcc.gnu.org has less load.
a1286ef5 703
eb4c9b54
GP
7042004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
705
706 * crontab: Adjust temporary directory used for snapshot generation.
a1286ef5 707 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
eb4c9b54
GP
708 less load.
709
8e48104d
MM
7102004-04-19 Mark Mitchell <mark@codesourcery.com>
711
712 * gcc_release (build_sources): Do not use "-F" to tag sources.
713
2e55bbc1
MM
7142004-04-07 Mark Mitchell <mark@codesourcery.com>
715
716 * gcc_release (build_sources): Do not use "-r" and "-D" at the
717 same time with "cvs export".
718
aaaf25eb
GP
7192004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
720
721 * gcc_release: Fix sanity check for argument of -p command-line
722 options. In snapshot mode, only generate diffs against the previous
723 snapshot if the user did not specify any old tarball explictly.
724
32f4b1ed
GP
7252004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
726
727 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
728 only set at a single place.
729
238f2fef
GP
7302004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
731
732 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
733 (announce_snapshot): Use it.
734
004a8355
GP
7352004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
736
737 * gcc_release (announce_snapshot): Use changedir instead of
738 plain cd.
a1286ef5 739
0e315ffc
AC
7402004-02-10 Arnaud Charlet <charlet@act-europe.fr>
741
742 * gcc_release: Add libada as part of ADA_DIRS.
743
dd69a0e0
GP
7442004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
745
746 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
747
a541f69d
KC
7482004-01-20 Kelley Cook <kcook@gcc.gnu.org>
749
750 * gcc_release (build_sources): Delete call to make f77.rebuilt.
751
aeeb0e1b
GP
7522004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
753
754 * snapshot-README: Mention how the snapshot was generated.
755 * snapshot-index.html: Ditto. Further sync with snapshot-README.
756
879b7101
JM
7572004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
758
759 * update_web_docs: Create tarballs of documentation sources and
760 HTML docs.
761
67a1d89d
GP
7622004-01-02 Gerald Pfeifer <gp@suse.de>
763
764 * update_version: Add some documentation.
a1286ef5 765
719bb4e3 7662004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
67a1d89d
GP
767
768 * update_version (ADD_BRANCHES): Add lno-branch.
769
29d274e9
GP
7702003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
771
772 * maintainer-addresses: New script.
773
e9b3872d
KC
7742003-10-24 Kelley Cook <kcook@gcc.gnu.org>
775
776 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
777
d1174343
GP
7782003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
779
780 * gcc_release (announce_snapshot): Restructure processing
781 of snapshot-README and snapshot-index.html and add a new
782 substitution for @EXPORT@.
783
4fdbb1de
GP
7842003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
785
786 * gcc_release (build_sources): Create/update the LAST_UPDATED file
787 in the source directory with information how sources were obtained.
a1286ef5 788
ae7a5439
GP
7892003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
790
791 * gcc_release (build_sources): Use two new variables EXPORTTAG and
792 EXPORTDATE to make the extraction of sources more transparent and
793 also allow snapshots (off mainline) without a tag.
794
7daaf8fa
MM
7952003-08-08 Mark Mitchell <mark@codesourcery.com>
796
797 * gcc_release: Correct logic for updating version.c. Put
798 prereleases into a subdirectory.
799
16ff3a23
GP
8002003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
801
802 * crontab: Update invocation of gcc_release according to the
803 previous changes there. Add automatic 3.4 snapshots from mainline.
804
1f9d6256
GP
8052003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
806
807 * gcc_release (usage): Document that -s now takes symbolic name
808 and branch of the snapshot as parameters.
809 Implement this as part of command-line processing.
810 (BRANCH): Remove default initialization for snapshots.
811 (CVSBRANCH): Ditto.
812 Do not lay down a CVS tag if generating a snapshot from mainline.
a1286ef5 813
b99f39de
GP
8142003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
815
816 * gcc_release (announce_snapshot): Use ${RELEASE} instead
817 of ${BRANCH}-${DATE} to refer to the snapshot directory.
818 Put README file into the snapshot directory.
819
820 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
821 (FTP_PATH): Use ${RELEASE} in case of snapshots.
822 (TAG): Ditto.
823 (OLD_TARS): Adjust to new directory scheme for snapshots.
824
1116457a
GP
8252003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
826
827 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
828 for README and index.html.
829 * snapshot-README: Use it.
830 * snapshot-index.html: Ditto.
831
c73aebc3 8322003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 833
1116457a
GP
834 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
835 for README and index.html. Remove substitution of @LONG_DATE@.
c73aebc3
GP
836 Put index.html into the respective snapshot directory.
837 Adjust subject of the notification mail to the new naming scheme
838 for CVS tags.
839 Adjust name of the LATEST-IS-... files to the new naming scheme
840 for snapshot directories.
841 (FTP_PATH): Ditto.
842 (LAST_DIR): Ditto.
843 (LAST_LONG_DATE): Remove.
844
845 * snapshot-README: Adjust to the new naming schemes for directories
846 and snapshots per se.
847 Dynamically fill in the respective branch instead of hardcoding it.
848
849 * snapshot-index.html: Replace individual links to diffs with a
850 general link to the diff/ subdirectory.
851 Mention the concrete snapshot in <title> and <h1>.
852 Adjust links to the new location of index.html.
a1286ef5 853
2cd5026f
GP
8542003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
855
856 * gcc_release: Move handling of complex modes directly after
857 switch handling.
858 (TAG): Include the branch name as part of snapshot CVS tags.
859
6124d3bd
GP
8602003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
861
862 * gcc_release: Execute gcc.gnu.org-only operations which are
863 related to diff generation only if diffs have been requested.
864 (build_sources): Improve tracing and an error message related
865 to tagging.
866
b69cd3cf
GP
8672003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
868
869 * gcc_release (BRANCH): Rename to...
870 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
871 will see.
872 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
873 of the directory name.
874 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
875
711f0333
GP
8762003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
877
878 * gcc_release: Command "all" now creates .gz files only for
879 releases and pre-releases.
880
36067e59
GP
8812003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
882
883 * gcc_release (build_sources): Do not include gnats.html any longer.
884 Make an error message more descriptive.
a1286ef5 885
b348a598
GP
8862003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
887
888 * gcc_release: Factor the updating of links and READMEs on the
889 FTP server and sending mail for snapshots into a...
890 (announce_snapshot): ...new function.
891 Add informative output for both.
892
99bf9b55
GP
8932003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
894
895 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
896
2fffb73b
GP
8972003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
898
899 * snapshot-index.html: Use F77 instead of G77 front end.
900 Remove link to CodeSourcery snapshots which was not up-to-date.
901 Do not refer to gcc-bugs@gcc.gnu.org any longer.
902
903 * snapshot-README: Use F77 front end instead of G77 language.
904
44d952b3
GP
9052003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
906
907 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
908 (build_bz2): Rename to build_gzip and create .gz files from .bz2
909 files instead of the other way around.
910 (build_gzip): New function.
911 (build_diffs): Build .bz2 files instead of .gz files.
912 (build_diff): Use .bz2 files instead of .gz files.
913 Make an error message independent of the compression format.
914 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
915 invocation of this script.
916 (MODE_GZIP): New variable.
917 (OLD_TARS): Use .bz2 archive of the previous snapshot.
918
f540975a
GP
9192003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
920
a1286ef5 921 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
f540975a
GP
922 g++ language, and note that Java includes a run time.
923 * snapshot.index.html: Ditto.
924
5107c6e4
GP
9252003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
926
927 * gcc_release (build_diff): Properly use ${TAR} instead of
928 hard-coded tar.
929
7101ac35
GP
9302003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
931
a1286ef5 932 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
16ac82af 933 Simplify the note on not using unannounced snapshots.
a1286ef5 934
16ac82af 9352003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
a1286ef5 936
7101ac35
GP
937 * snapshot-README: Refer to .bz2 files instead of .gz files.
938 Add a note on where to find the diff files.
939 Simplify the note on not using unannounced snapshots.
940 Remove documentation of the gcc_latest_snapshot tag.
941
0a1c5051
GP
9422003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
943
944 * gcc_release (build_diffs): Add diagnostics in case we cannot
945 generate a specific diff file.
946
4494cdde
GP
9472003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
948
949 * gcc_release (build_sources): Only update ChangeLog files which
950 do not yet contain the entry we are going to add.
951 Fix typo in added ChangeLog entries.
952
8d4d9d19
GP
9532003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
954
955 * gcc_release (upload_files): Put diff files into a "diffs"
956 subdirectory
957
567bfee8
NN
9582003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
959
960 * gcc_release: GNU CC -> GCC.
961
c627639b
GP
9622003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
963
964 * gcc_release (usage): Print more detailed description of all
965 command-line options.
966
4494cdde 9672003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
f4e12a7c
GP
968
969 * update_version (ADD_BRANCHES): Add, set to MAIN and
970 tree-ssa-20020619-branch.
971 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
972
fe080a9e
GP
9732003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
974
975 * update_version (textstring_FILES): Only version.c needs to be
976 updated, now that we do not consider older branches any more.
977
4494cdde 9782003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
ce61bf7b
GP
979
980 * update_version (IGNORE_BRANCHES): Add.
981 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
982
4494cdde 9832003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
9ab94a93
GP
984
985 * update_version: Add a trace of which branch we are currently
986 working on.
987
682aea87
MM
9882002-12-16 Mark Mitchell <mark@codesourcery.com>
989
990 * gcc_release: Make snapshots from the GCC 3.3 branch.
991 * snapshot-README: Update.
992
b4f94ac1
ZW
9932002-09-23 Zack Weinberg <zack@codesourcery.com>
994
995 * update_version: Do not check in files which are unchanged.
996 * gcc_release: Only update the version in gcc/version.c.
997
ec55ac68
JM
9982002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
999
1000 * update_web_docs (MANUALS): Add fastjar.
1001
6bb72ea0
JM
10022002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
1003
1004 * gcc_release: Make snapshots come from the mainline.
1005 * snapshot-README: Update.
1006
07ec1151
JM
10072002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
1008
1009 * update_web_docs: Remove support for generating g77_news.html and
1010 g77_bugs.html.
1011 * update_web_docs_old: Likewise. Remove support for generating
1012 thanks.html.
1013
7596d2dc
AJ
10142002-07-28 Andreas Jaeger <aj@suse.de>
1015
1016 * gcc_release: Update comment.
1017
1018 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
1019
4bdf9f66
MM
10202002-07-28 Mark Mitchell <mark@codesourcery.com>
1021
1022 * gcc_release: Use the 3.2 branch for snapshots.
1023
74c8dc7d
FW
10242002-05-31 Florian Weimer <fw@deneb.enyo.de>
1025
1026 * update_web_docs (MANUALS): Include various flavours of the GNAT
1027 User Guide.
1028
c9715013
JM
10292002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
1030
1031 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
1032 gcc/gcc/ada/gnatvsn.ads.
1033
ead33da9
JM
10342002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
1035
1036 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
1037 release status is updated.
1038 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
1039
5302a25d
JM
10402002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
1041
67aaa481
JM
1042 * gcc_release: Do upload files when local.
1043
5302a25d
JM
1044 * snapshot-README, snapshot-index.html: Remove chill.
1045
1971aca7
MM
10462002-05-08 Mark Mitchell <mark@codesourcery.com>
1047
1048 * gcc_release: Correct upload handling.
1049
0a528c61
MM
10502002-04-22 Mark Mitchell <mark@codesourcery.com>
1051
1052 * gcc_release (build_diffs): Remove reference to Chill.
1053
57e27c82
JM
10542002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1055
1056 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1057
1f1760d3
KC
10582002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1059
1060 * gcc_release: Set TZ to UTC0.
1061
07cdae91
MM
10622002-04-15 Mark Mitchell <mark@codesourcery.com>
1063
1064 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1065 (CHILL_DIRS): Remove.
1066
1c0d0c3e
JM
10672002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1068
1069 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
1070 major mode.
1071
809623c9
PE
10722002-03-06 Phil Edwards <pme@gcc.gnu.org>
1073
1074 * update_version: Don't indent the version string.
1075
7ce5e9df
JM
10762002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1077
1078 * snapshot-README: Note that snapshots come from the 3.1 branch.
1079 Update list of files.
1080
e98f0f5c
JM
10812002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1082
1083 * gcc_release: Make snapshots come from the 3.1 branch.
1084
2df96f0a
MM
10852002-02-25 Mark Mitchell <mark@codesourcery.com>
1086
1087 * update_version: Automatically update version files on all
1088 branches.
1089 * crontab: Only invoke update_version once.
1090
e776237d
JM
10912002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1092
1093 * gcc_release: Revert change to -p interface. Allow for local and
1094 remote cases in creating directories. Give an error if -p
1095 argument names a directory.
1096
b8f93352
MM
10972002-02-21 Mark Mitchell <mark@codesourcery.com>
1098
1099 * gcc_release: Correct handling of diff-generation. Add
1100 "diffs" major mode.
1101
236930f5
JM
11022002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1103
1104 * gcc_release: Substitute dates in snapshot-README and
1105 snapshot-index.html files rather than directly using the old files
1106 on the FTP site. Set QMAILHOST.
1107
af1b92c2
GP
11082002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1109
1110 * snapshot-index.html: Improve markup.
1111
b9aea0eb
JM
11122002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1113
d09f7cb2
JM
1114 * snapshot-README, snapshot-index.html: Use expressions such as
1115 @DATE@ rather than hardcoded dates.
1116
b9aea0eb
JM
1117 * snapshot-README, snapshot-index.html: New files.
1118
6cda74b0
GP
11192002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1120
1121 * update_web_docs (contrib_file): Remove.
1122 Also removing special handling of thanks.html.
1123
f488ffcb
JM
11242001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1125
1126 * update_web_docs: Use makeinfo --html instead of texi2html.
1127 Remove support for pre-3.1 GCC versions. Build online docs for
1128 gccint manual.
1129
f438273e
JM
11302001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1131
1132 * update_web_docs_old: Copy from update_web_docs. Add comment
1133 that this is for GCC 3.0.x and earlier versions.
1134
f83fd9ae
JM
11352001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1136
1137 * gcc_release: Add /usr/local/bin to path when local.
1138
b47a72ea
JM
11392001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1140
e180d2b0
JM
1141 * update_web_docs: Set SOURCEDIR so that install manual can be
1142 found when running install.texi2html.
1143
b47a72ea
JM
1144 * gcc_release: Don't require a username if running locally.
1145
286970ee
JM
11462001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1147
3b0c635f
JM
1148 * update_web_docs: Eliminate warnings about keeping files from web
1149 page preprocessing.
1150
286970ee
JM
1151 * update_web_docs: Allow for the same file name in different
1152 directories.
1153
4d42a8ae
JM
11542001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1155
1156 * update_web_docs: Generate libiberty and gnat-style manuals.
1157
dbff21c5
JM
11582001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
1159
1160 * gcc_release: Build snapshots from mainline. Generate Ada and
1161 Chill tarballs. Correct error check when building diffs. Check
1162 for errors when building bzip2 files.
1163 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1164
b4075f6b
JM
11652001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1166
bbd300a9
JM
1167 * crontab: Build weekly snapshots.
1168
b4075f6b
JM
1169 * gcc_release: Copy from 3.0 branch. Add support for building the
1170 weekly snapshots on gcc.gnu.org.
1171
70f66039
JM
11722001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
1173
1174 * update_web_docs: Also check out texinfo.tex from
1175 gcc/doc/include.
1176
bba9ba9e
GP
11772001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1178
1179 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1180 Preprocess the entire web site, not just the install docs.
1181
0ebbcb1b
PE
11822001-06-25 Phil Edwards <pme@sources.redhat.com>
1183
1184 * update_version: Add command-line argument capability, also
1185 bump version for libstdc++-v3, and exit with the return code from
1186 the cvs commit.
1187 * crontab: Call update_version with arguments instead of
1188 calling update_branch_version.
1189 * update_branch_version: Remove.
1190
df7ad044
GP
11912001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1192
7596d2dc 1193 * update_web_docs: Only update the install documentation for the
df7ad044
GP
1194 CVS HEAD.
1195
f890c4fd
JM
11962001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1197
1198 * update_web_docs, doc_exclude: Check out files that may be in the
1199 Attic. Check out texinfo.tex. Don't generate anything from
1200 c-tree.texi. Generate PostScript output from manuals.
1201
95307c8e
GP
12022001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1203
1204 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1205 variables.
1206 Fix a comment and add another one.
1207 Generate the installation documentation in HTML format from
1208 gcc/doc/install.texi.
1209
371d5d2e
JM
12102001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1211
1212 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
1213 run texi2html on manuals that aren't present.
1214
1e38ba0a
PE
12152001-03-18 Phil Edwards <pme@sources.redhat.com>
1216
1217 * update_web_docs_libstdcxx: New script.
1218 * crontab: Call said script.
1219
2eb6fbf8
JM
12202001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
1221
1222 * update_version, update_branch_version: Check out with gcc
1223 directory instead of using egcs link.
1224
832013cd
JM
12252001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1226
655e4aee
JM
1227 * update_web_docs: Don't strip leading -r from argument following
1228 -r, or leading -d from argument following -d. Bug pointed out by
1229 Matt Kraai.
1230
832013cd
JM
1231 * update_web_docs: Handle -r and -d options to generate docs for a
1232 release or branch in a subdirectory. Determine names of G77 news
1233 and bugs files and contributors file after updated docs have been
1234 installed, not before. Don't remove files from a subdirectory.
1235 Don't generate manuals for gcov (included in the GCC manual) or
1236 iostream (obsolete). Do generate manuals for cppinternals, gcj
1237 and porting. Update regular expressions for detecting whether
1238 files have really changed when regenerated.
1239
285b9231
JM
12402001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
1241
1242 * update_web_docs: Use /usr/local/bin/texi2html rather than
1243 gccadmin's local copy.
1244
2d2ade2a
JM
12452001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1246
1247 * crontab, doc_exclude, update_branch_version, update_version,
1248 update_web_docs: New files (as currently used by gccadmin).
1249 * README: New file.