]> git.ipfire.org Git - thirdparty/gcc.git/blame - maintainer-scripts/ChangeLog
[objective-c/c++, testsuite, 2/3] Workaround for PR90709.
[thirdparty/gcc.git] / maintainer-scripts / ChangeLog
CommitLineData
83c01942 12019-05-04 Gerald Pfeifer <gerald@pfeifer.com>
2
3 * crontab: Snapshots from trunk are now GCC 10 related.
4 Add GCC 9 snapshots from the respective branch.
5
8873607c 62019-02-23 Jonathan Wakely <jwakely@redhat.com>
7
8 * generate_libstdcxx_web_docs: Improve error output.
9
545031a3 102018-11-22 Martin Liska <mliska@suse.cz>
11
12 * bugzilla-close-candidate.py: New file.
13
c01accc7 142018-10-26 Jakub Jelinek <jakub@redhat.com>
15
29241d83 16 * update_version_svn (IGNORE_BRANCHES): Add gcc-6-branch.
17 * crontab: Remove gcc-6-branch entry.
18
c01accc7 19 * gcc_release (error, inform): Use $@ instead of $1.
20 (build_sources): Check for ^[[:blank:]]*GCC in both index.html
21 and changes.html, rather than for GCC in one and ^GCC in another one.
22
1019ee83 232018-05-03 Jakub Jelinek <jakub@redhat.com>
24
25 PR other/85622
26 * gcc_release: For -f, verify contrib/gennews has the major version
27 pages listed and both index.html and changes.html have been updated
28 for the new release.
29
decaf833 302018-04-25 Jakub Jelinek <jakub@redhat.com>
31
32 * crontab: Enable snapshots from gcc-8-branch.
33
68e38cc4 342018-01-25 Richard Biener <rguenther@suse.de>
35
36 * gcc_release (build_sources): Use getconf to get at the number
37 of cores in the system and pass -jN to gcc_build.
38
422beb6d 392017-10-10 Jakub Jelinek <jakub@redhat.com>
40
41 * update_version_svn: Ignore the GCC 5 branch.
42 * crontab: Remove entry for the GCC 5 branch.
43
45f45073 442017-05-23 Matthias Klose <doko@ubuntu.com>
45
46 * gcc_release (XZ): Default to xz --best.
47
3efd104e 482017-05-18 Matthias Klose <doko@ubuntu.com>
49
50 * gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
51 (build_diffs): Handle building diffs from either bz2 or xz tarballs,
52 compress diffs using xz instead of bz2.
53 (build_diff): Likewise.
54 (upload_files): Check for *.xz files instead of *.bz2 files.
55 (announce_snapshot): Announce xz tarball instead of bz2 tarball.
56 (XZ): New definition.
57 (<toplevel>): Look for both bz2 and xz compressed old tarballs.
58
353c2c06 592017-04-20 Jakub Jelinek <jakub@redhat.com>
60
61 * crontab: Enable snapshots from gcc-7-branch.
62
fe344883 632017-03-03 Gerald Pfeifer <gerald@pfeifer.com>
64
65 * gcc_release (snapshot_print): Replace md5 checksum by sha256.
66
66714cdc 672017-02-28 Gerald Pfeifer <gerald@pfeifer.com>
68
69 * update_web_docs_svn: Remove a reference to GCC 3.1. Describe
70 settings to tweak if running on a host different from gcc.gnu.org.
71 (WWWBASE): Allow override via the environment. Also check for
72 existance.
73
54e5af92 742017-02-08 Gerald Pfeifer <gerald@pfeifer.com>
75
76 * update_web_docs_svn (MANUALS): Add libitm.
77
4cfa6404 782016-09-04 Gerald Pfeifer <gerald@pfeifer.com>
79
3efd104e 80 PR documentation/50642
4cfa6404 81 * update_web_docs_svn (CSS): Introduce.
82 Have generated files refer to it.
83
7e7b0963 842016-08-17 Martin Liska <mliska@suse.cz>
85
86 * branch_changer.py: Describe the script. Add sample usage
87 of the script.
88
94569905 892016-08-03 Martin Liska <mliska@suse.cz>
90
91 * branch_changer.py: New file.
92
a10c903c 932016-07-26 Richard Biener <rguenther@suse.de>
94
95 * update_version_svn: Ignore the GCC 4.9 branch.
96
429bc32f 972016-07-26 Richard Biener <rguenther@suse.de>
98
99 * crontab: Remove entry for the GCC 4.9 branch.
100
530cad45 1012016-06-13 Jonathan Wakely <jwakely@redhat.com>
102
103 * generate_libstdcxx_web_docs: Use realpath to get absolute path.
104 Add comment about LaTeX errors.
105
1b8b0eb2 1062016-04-15 Jakub Jelinek <jakub@redhat.com>
107
108 * crontab: Enable snapshots from gcc-6-branch.
109
68621ee7 1102015-06-23 Richard Biener <rguenther@suse.de>
111
112 * update_version_svn: Add gcc-4_8-branch to IGNORE_BRANCHES.
113
e7aa0bb0 1142015-06-14 Richard Biener <rguenther@suse.de>
115
116 * crontab: Disable snapshots from the 4.8 branch.
117
76442697 1182015-04-13 Jakub Jelinek <jakub@redhat.com>
119
76541bb5 120 * update_version_svn: Update DATESTAMP also on
121 branches/gcc-[0-9]+-branch.
122
76442697 123 * gcc_release: Fix up thinko in the last commit, improve error
124 message. Commit all ChangeLog, DEV-PHASE and BASE-VER changes
125 together, rather than doing dozens of separate commits.
126
2e4019bc 1272015-04-12 Jakub Jelinek <jakub@redhat.com>
128
ec17f826 129 * gcc_release: For RELEASE_MAJOR 5+ only use the major
130 number in branch name. When doing final release of 5+,
131 if BASE-VER doesn't match release, but is *.*.1 for the
132 one smaller minor version, bump BASE-VER.
133
2e4019bc 134 * crontab: Enable snapshots from gcc-5-branch.
135
077ef128 1362015-04-07 Gerald Pfeifer <gerald@pfeifer.com>
137
138 * update_web_docs_libstdcxx_svn (FILTER): Introduce.
139 Use to filter output of the copying process.
140
9f4e01f8 1412015-02-25 Arnaud Charlet <charlet@adacore.com>
142
143 * update_web_docs_svn: Preserve gcc/ada/*.png. Update comments.
144
2e8a4fd8 1452015-02-25 Arnaud Charlet <charlet@adacore.com>
146
147 * update_web_docs_svn: Add -I gcc/gcc/ada/doc/gnat_ugn for gnat_ugn
148
dab7110f 1492015-02-06 David Malcolm <dmalcolm@redhat.com>
150
151 PR jit/64257
152 * update_web_docs_svn: When copying up files for the built jit
153 documentation, also copy up .txt files.
154
abc57c6a 1552015-02-04 David Malcolm <dmalcolm@redhat.com>
156
157 PR jit/64257
158 * update_web_docs_svn: Update build of jit docs to use EPEL6
159 variant install of sphinx 1.0.8, rather than 0.6.6.
160
6101e2f5 1612015-01-26 David Malcolm <dmalcolm@redhat.com>
162
23987333 163 PR jit/64257
6101e2f5 164 * update_web_docs_svn: Don't delete gcc/jit/docs or
165 gcc/jit/jit-common.h, gcc/jit/notes.txt. Special case the
166 building of the JIT docs (using sphinx-build). Special case
167 copying them up.
168
222dac0e 1692014-08-14 Richard Biener <rguenther@suse.de>
170
171 * crontab: Change trunk snapshots from 4.10 to 5.
172
d7e069ab 1732014-08-01 Arnaud Charlet <charlet@adacore.com>
174
175 * update_web_docs_svn: Simplify build of gnat_ugn.
176
d07561d2 1772014-06-12 Richard Biener <rguenther@suse.de>
178
179 * crontab: Remove 4.7 snapshot entry.
180 * update_version_svn: Update IGNORE_BRANCHES.
181
c4defead 1822014-05-30 Jonathan Wakely <jwakely@redhat.com>
183
184 * generate_libstdcxx_web_docs: New script.
185
bb507066 1862014-04-11 Jakub Jelinek <jakub@redhat.com>
187
188 * crontab: Enable snapshots from gcc-4_9-branch.
189
69811c67 1902014-02-01 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
191
192 PR other/56653
193 * gcc_release: Avoid printing empty line to generated MD5SUMS files.
194 Bump copyright year.
195
5a280a92 1962013-12-02 Gerald Pfeifer <gerald@pfeifer.com>
197
198 * update_web_docs_svn: Work around makeinfo generated file names
199 and references with "_002d" instead of "-".
200
d8d6e372 2012013-04-12 Jakub Jelinek <jakub@redhat.com>
202
203 * crontab: Disable snapshots from gcc-4_6-branch.
204 * update_version_svn: Ignore gcc-4_6-branch.
205
56222dc4 2062013-04-07 Gerald Pfeifer <gerald@pfeifer.com>
207
208 * update_web_docs_libstdcxx_svn: No longer ignore all output from
209 the actual copy process.
210 Check the exit code of the actual copy process; diagnose problems.
211
29a686db 2122013-03-16 Jakub Jelinek <jakub@redhat.com>
213
214 * crontab: Enable snapshots from gcc-4_8-branch.
215
cec5bd02 2162012-07-02 Richard Guenther <rguenther@suse.de>
217
218 * crontab: Disable snapshots from gcc-4_5-branch.
219 * update_version_svn: Ingore gcc-4_5-branch.
220
8e24e5ec 2212012-03-23 Richard Guenther <rguenther@suse.de>
222
223 * crontab: Enable snapshots from gcc-4_7-branch.
224
2252012-03-13 Jakub Jelinek <jakub@redhat.com>
2fa890cd 226
227 * crontab: Remove 4.4 branch from the list of snapshots to make.
228 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_4-branch.
229
8e24e5ec 2302012-03-05 Richard Guenther <rguenther@suse.de>
e9a234fa 231
232 * crontab: Remove 4.3 branch from the list of snapshots to make.
233
97abc1ff 2342012-03-02 Richard Guenther <rguenther@suse.de>
235
236 * crontab: Fix day-of-week.
237
e48b9c53 2382012-03-02 Richard Guenther <rguenther@suse.de>
239
240 * crontab: Update for 4.7 branching.
241
4fcdf6ae 2422011-11-21 Gerald Pfeifer <gerald@pfeifer.com>
243
244 * update_web_docs_svn: Make $DOCSDIR group writable after
245 creating it.
246
9bc0a5d2 2472011-06-27 Richard Guenther <rguenther@suse.de>
248
249 * update_version_svn (IGNORE_BRANCHES): Add gcc-4_3-branch.
250
9d92f62d 2512011-05-22 Joseph Myers <joseph@codesourcery.com>
252
253 * gcc_release (adjust_dirs, maybe_build_tarfile): Remove.
254 (build_tarfiles): Don't build separate files for languages and
255 core.
256 (build_diffs): Only build one set of diffs.
257 (announce_snapshot): Only announce one tar file.
258 (ADA_DIRS, CPLUSPLUS_DIRS, FORTRAN95_DIRS, GO_DIRS, JAVA_DIRS,
259 OBJECTIVEC_DIRS, TESTSUITE_DIRS): Remove. Don't adjust names
260 relative to WORKING_DIRECTORY.
261
39c7b033 2622011-04-21 Jakub Jelinek <jakub@redhat.com>
263
264 * gcc_release (maybe_build_tarfile): Don't build a tarfile if
265 the first directory doesn't exist.
266
0d3b5f70 2672011-03-14 Jakub Jelinek <jakub@redhat.com>
268
269 * crontab: Enable 4.7 snapshots, switch 4.6 snapshots to
270 4.6 branch.
271
a26f5cbe 2722011-02-07 Joseph Myers <joseph@codesourcery.com>
273
274 * update_web_docs_svn: Generate libquadmath-vers.texi.
275
695d0c08 2762011-01-31 Gerald Pfeifer <gerald@pfeifer.com>
277
278 * update_version_svn (FILES): Merge with datestamp_FILES.
279 (SVNROOT2): Introduce and use.
280
e2c3fbeb 2812011-01-30 Gerald Pfeifer <gerald@pfeifer.com>
282
283 * update_version_svn (SVN): Remove obsolete comment.
284 (CURR_DATE): Fix description.
285 Fix description of checkout procedure.
286
1513d233 2872010-12-18 Tobias Burnus <burnus@net-b.de>
288
289 * update_web_docs_svn (MANUALS): Add libquadmath.
290
7b2cfa9e 2912010-12-08 Ian Lance Taylor <iant@google.com>
292
293 * gcc_release: Add support for releasing Go as a separate
294 tarball.
295
363add13 2962010-12-08 Ian Lance Taylor <iant@google.com>
297
298 * update_web_docs_svn (MANUALS): Add gccgo.
299
b25a1cc0 3002010-12-08 Ian Lance Taylor <iant@google.com>
301
302 * README: Change "CVS" to "Subversion".
303
86b9346b 3042010-08-23 Gerald Pfeifer <gerald@pfeifer.com>
305
306 * gcc_release (snapshot_print): Also include an sha1 hash for
307 every tarball. Slightly tweak indentation.
308
244c41ac 3092010-08-15 Gerald Pfeifer <gerald@pfeifer.com>
179c99de 310
244c41ac 311 * gcc_release (CVSROOT): Remove all occurrences.
b25a1cc0 312
773ddbb1 3132010-08-14 Gerald Pfeifer <gerald@pfeifer.com>
314
315 * gcc_release (snapshot_print): Include md5 hash for every tarball
316 in the README file and notification mail.
317
036fb1b0 3182010-08-01 Gerald Pfeifer <gerald@pfeifer.com>
319
320 * update_web_docs_libstdcxx_svn: Do not compress generated .html
321 files any more.
322
0abcc6ce 3232010-06-24 Joseph Myers <joseph@codesourcery.com>
324
325 * update_web_docs_svn: Also pass -I option pointing to ada/ source
326 directory for Ada manual.
327
2db5eb4a 3282010-04-16 Joseph Myers <joseph@codesourcery.com>
329
330 * crontab: Enable 4.6 snapshots.
331
3f6af260 3322010-04-07 Joseph Myers <joseph@codesourcery.com>
333
334 * crontab: Switch 4.5 snapshots to 4.5 branch.
335
d47ee723 3362010-03-31 Joseph Myers <joseph@codesourcery.com>
337
338 * gcc_release (build_tarfiles): Make directories mode 755, not
339 777.
340
9282b02e 3412009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
342
343 * update_web_docs_svn: Update BUGURL to http://gcc.gnu.org/bugs/.
344
7bfefa9d 3452009-10-03 Diego Novillo <dnovillo@google.com>
346
347 * gcc_release (JAVA_DIRS): Remove zlib.
348
53e3c41f 3492009-04-23 Gerald Pfeifer <gerald@pfeifer.com>
350
351 * update_web_docs_svn: Redirect output of texi2dvi to /dev/null.
352
6bc9506f 3532009-04-09 Jakub Jelinek <jakub@redhat.com>
354
355 * gcc_release: Change copyright header to refer to version
356 3 of the GNU General Public License and to point readers at the
357 COPYING3 file and the FSF's license web page.
358 * maintainer-addresses: Likewise.
359
f9cbcbbc 3602009-04-08 Gerald Pfeifer <gerald@pfeifer.com>
361
362 * update_web_docs_svn: Run this script under plain /bin/sh
363 as opposed to /bin/sh -x.
364
e2795ec4 3652009-03-30 Joseph Myers <joseph@codesourcery.com>
366
367 * update_version_svn (IGNORE_BRANCHES): Add 4.2 branch.
368
0c0384c1 3692009-03-28 Gerald Pfeifer <gerald@pfeifer.com>
370
371 * crontab: Stop 4.2 snapshots.
372 Spread out 4.3, 4.4, and 4.5 snapshots more evenly.
373
e4ccfebb 3742009-03-27 Mark Mitchell <mark@codesourcery.com>
375
376 * crontab: Add 4.4 branch snapshots.
377
dc7382ff 3782009-02-21 Gerald Pfeifer <gerald@pfeifer.com>
379
380 * update_version_svn (ADD_BRANCHES): Remove autovect-branch
381 and document format.
382
cbb2cda9 3832009-01-17 Richard Guenther <rguenther@suse.de>
384
385 * gcc_release (JAVA_DIRS): Remove fastjar.
386
7078e5bb 3872008-10-04 Gerald Pfeifer <gerald@pfeifer.com>
388
389 * gcc_release: Fix a couple of comments.
390
27535f93 3912008-07-04 Joseph Myers <joseph@codesourcery.com>
392
393 * crontab: Remove 4.1 snapshots job.
394 * update_version: Remove.
395 * gcc_release: Remove support for g77 and release status in
396 version.c.
397 * update_version_svn: Ignore 4.1 branch. Remove support for
398 updating files other than DATESTAMP.
399 * update_web_docs_svn: Remove support for g77 manual.
400
06fe8070 4012008-02-18 Jakub Jelinek <jakub@redhat.com>
402
403 * crontab: Add 4.3 branch. Set trunk to 4.4.
404
389f1077 4052008-01-28 Joseph Myers <joseph@codesourcery.com>
406
407 * gcc_release (build_sources): Pass --disable-multilib to
408 gcc_build.
409 (SVN): Don't use full path.
410
82b5b12f 4112008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com>
412
413 * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
414
e9ff4c5e 4152007-10-01 Gerald Pfeifer <gerald@pfeifer.com>
416
417 * gcc_release: Do not include copies of faq.html in releases,
418 and remove all the explicit support code to pull in web pages.
419
d25dc80e 4202007-08-21 Paul Brook <paul@codesourcery.com>
421 Nathan Sidwell <nathan@codesourcery.com>
422 Mark Mitchell <mark@codesourcery.com>
423 Joseph Myers <joseph@codesourcery.com>
424
425 * gcc_release: Do not include copies of bugs.html in releases.
426 * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
427 gcc-vers.texi.
428
0d92a306 4292007-07-06 Joseph Myers <joseph@codesourcery.com>
430
431 * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
432 commands.
433
c9bf2989 4342007-06-28 Mike Stump <mrs@apple.com>
435
436 * gcc_release: Update for Objective-C++.
437
3674518f 4382007-05-28 Mark Mitchell <mark@codesourcery.com>
439
440 * gcc_release: Adjust placement of release candidates.
441
d2517547 4422007-04-01 Gerald Pfeifer <gerald@pfeifer.com>
443
444 * update_web_docs_svn (MANUALS): Move towards the top of the
445 script. Reformat for easier editing/diffing.
446
6a3c46ec 4472006-03-31 Tobias Burnus <burnus@net-b.de>
448
449 * update_web_docs_svn: Build also gfc-internals.
450
182965ab 4512007-02-25 Gerald Pfeifer <gerald@pfeifer.com>
452
453 * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
454
2136cd14 4552007-01-29 Gerald Pfeifer <gerald@pfeifer.com>
456
457 * crontab: No longer build snapshots for 4.0.x.
458
49255f9c 4592007-01-21 Tobias Burnus <burnus@net-b.de>
460
461 * update_web_docs_svn: Build also libgomp documentation.
462
a48a3d3d 4632007-01-05 Gerald Pfeifer <gerald@pfeifer.com>
464
465 * crontab: Spread snapshots more evenly throughout the week, and
466 in "ascending" order. Build all at the same time of the day.
467
44275b7f 4682006-10-20 Mark Mitchell <mark@codesourcery.com>
469
470 * crontab: Add 4.2 branch. Set trunk to 4.3.
471
fc0f602c 4722006-09-17 Gerald Pfeifer <gerald@pfeifer.com>
473
474 * gcc_release (LC_ALL): Default to C.
475
de39b78c 4762006-03-11 Gabriel Dos Reis <gdr@integrable-solutions.net>
477
478 * crontab: Don't build snapshot for 3.4.x anymore.
479 * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
480
1317d3bd 4812006-01-12 Ben Elliston <bje@au.ibm.com>
482
483 * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
484
b6fd6af0 4852005-12-16 Joseph S. Myers <joseph@codesourcery.com>
486
487 * update_web_docs_svn: Remove unnecessary files from source tree.
488 Use set -e.
489 * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
490
74e1860e 4912005-12-16 Mark Mitchell <mark@codesourcery.com>
22d9b968 492
493 * update_web_docs_svn: Set @srcdir in gcc-vers.texi.
494
941613aa 4952005-11-18 Mark Mitchell <mark@codesourcery.com>
496
497 * crontab: Add 4.1 branch entry.
498
92264cad 4992005-11-06 Joseph S. Myers <joseph@codesourcery.com>
500
501 * gcc_release: Further update for SVN. Don't set EXPORTTAG or
502 EXPORTDATE; always determine SVNREV the same way. Correct message
503 about what sources are being retrived. Include branch information
504 in LAST_UPDATED.
505 * crontab: Don't include initial / in branch name.
506
3e45039a 5072005-11-05 Daniel Berlin <dberlin@dberlin.org>
508
509 * gcc_release: Always determine revision number from date or tag,
510 and use that, instead of fragile date based export.
511 Put back setting of non-local CVSROOT.
512
10bef3ca 5132005-11-05 Daniel Berlin <dberlin@dberlin.org>
514
515 * gcc_release: Make tags go in /tags.
516 Don't tag for snapshots.
517 Determine revision number of export and put into snapshot
518 announcement.
519
f4190847 5202005-11-03 Daniel Berlin <dberlin@dberlin.org>
521
522 * gcc_release: Update for SVN
523 * crontab: Update for new gcc_release
524
2fe86132 5252005-10-26 Daniel Berlin <dberlin@dberlin.org>
526
527 * update_web_docs_svn: Use -q to quiet svn.
528
601aafc9 5292005-10-26 Daniel Berlin <dberlin@dberlin.org>
530
531 * crontab: Update to reflect reality
532
5fd21b6e 5332005-10-01 Mark Mitchell <mark@codesourcery.com>
534
535 * gcc_release (build_sources): If trying to apply a tag that
536 already exists, issue an error message and exit.
537
36813f7d 5382005-09-30 Joseph S. Myers <joseph@codesourcery.com>
539
540 PR other/23693
541 * update_web_docs: Add PDF support. Correct check of DEV-PHASE.
542
9467fc76 5432005-09-30 Joseph S. Myers <joseph@codesourcery.com>
544
545 * update_web_docs_old: Remove.
546
57c1f568 5472005-08-14 Kelley Cook <kcook@gcc.gnu.org>
548
549 * gcc_release: Update with FSF address.
550
613ca141 5512005-07-26 Janis Johnson <janis187@us.ibm.com>
552
553 * update_version (ADD_BRANCHES): Add dfp-branch.
554
576aff9d 5552005-05-21 Gerald Pfeifer <gerald@pfeifer.com>
556
557 * crontab: Spread snapshot building more evenly throughout the
558 week.
559
718bc66b 5602005-05-19 Joseph S. Myers <joseph@codesourcery.com>
561
562 * crontab: Don't build 3.3 branch snapshots.
563 * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
564
1af67e62 5652005-03-15 Zack Weinberg <zack@codesourcery.com>
566
567 * README: Update.
568 * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
569 of gcc/version.c.
570 * update_version: Handle updating gcc/DATESTAMP.
571 * update_web_docs: Generate gcc-vers.texi first.
572
b0a4381b 5732005-03-10 Ranjit Mathew <rmathew@hotmail.com>
574
575 * gcc_release (ADA_DIRS): Add "gnattools".
576
588f2bd8 5772005-02-25 Mark Mitchell <mark@codesourcery.com>
578
579 * crontab: Adjust for 4.0 branch.
580
ba1a51c0 5812004-12-30 Sebastian Pop <pop@cri.ensmp.fr>
582
1af67e62 583 * update_version (ADD_BRANCHES): Replace lno-branch with
ba1a51c0 584 autovect-branch.
585
0abe20f8 5862004-09-11 Gerald Pfeifer <gerald@pfeifer.com>
587
588 * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
589
014a4961 5902004-08-14 Kelley Cook <kcook@gcc.gnu.org>
591
592 * gcc_release (build_sources): Add comment header to generated
593 MD5SUMS.
594
f1f85ed2 5952004-08-06 Kelley Cook <kcook@gcc.gnu.org>
596
597 * gcc_release (snapshot_print): Accept arguments. Don't use echo -e.
598 (announce_snapshot): Update for above. Don't use echo -e.
1af67e62 599
709ab98b 6002004-08-03 Kelley Cook <kcook@gcc.gnu.org>
601
602 * maintainer-scripts (snapshot_print): New function.
603 (announce_snapshot): Generate announcment on the fly.
604 Use a directory link for LATEST.
605 * snapshot-README: Delete.
606 * snapshot-index.html: Delete.
607
dd6e5561 6082004-06-09 Paolo Bonzini <bonzini@gnu.org>
609
610 * gcc_release (build_sources): Move the libcpp gmo files
611 to the source directory.
612
d10fcdd0 6132004-06-03 Joseph S. Myers <jsm@polyomino.org.uk>
614
615 * gcc_release (maybe_build_tarfile): New function.
616 (build_tarfiles): Use maybe_build_tarfile.
617
cab974a1 6182004-05-21 Paolo Carlini <pcarlini@suse.de>
619
620 * gcc_release (build_sources): Generate the NEWS file in toplevel.
621
ad2d5047 6222004-05-17 Kelley Cook <kcook@gcc.gnu.org>
623
624 * gcc_release (build_sources): Change CRCs from brik to md5sum.
625
e9e9dabf 6262004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
627
628 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
629
1c0b1c46 6302004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
631
632 * update_web_docs: Also remove old .gz files from subdirectories
633 on the 15th of the month.
634
0497cc90 6352004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
636
637 * update_web_docs (MANUALS): Add gfortran.
638
2daa7011 6392004-05-13 Arnaud Charlet <charlet@act-europe.fr>
640
641 * update_web_docs: Fix generation of Ada docs.
642
8d9e913e 6432004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
644
bf06c144 645 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
646
8d9e913e 647 * gcc_release (DIFF): Remove -3 option.
648
4ee9c684 6492003-07-26 Paul Brook <paul@nowt.org>
650
651 * gcc_release: Add gcc-fortran.
652 * snapshot-README: Ditto.
653 * snapshot-index.html: Ditto.
654
f00651a5 6552004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
656
657 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
658 Friday night, where gcc.gnu.org has less load.
1af67e62 659
300cac68 6602004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
661
662 * crontab: Adjust temporary directory used for snapshot generation.
1af67e62 663 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
300cac68 664 less load.
665
4809fa38 6662004-04-19 Mark Mitchell <mark@codesourcery.com>
667
668 * gcc_release (build_sources): Do not use "-F" to tag sources.
669
25bea92c 6702004-04-07 Mark Mitchell <mark@codesourcery.com>
671
672 * gcc_release (build_sources): Do not use "-r" and "-D" at the
673 same time with "cvs export".
674
1e241437 6752004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
676
677 * gcc_release: Fix sanity check for argument of -p command-line
678 options. In snapshot mode, only generate diffs against the previous
679 snapshot if the user did not specify any old tarball explictly.
680
bfff3310 6812004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
682
683 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
684 only set at a single place.
685
b85989a9 6862004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
687
688 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
689 (announce_snapshot): Use it.
690
4e7f0837 6912004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
692
693 * gcc_release (announce_snapshot): Use changedir instead of
694 plain cd.
1af67e62 695
b9011909 6962004-02-10 Arnaud Charlet <charlet@act-europe.fr>
697
698 * gcc_release: Add libada as part of ADA_DIRS.
699
4da41c0f 7002004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
701
702 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
703
ca6eabd1 7042004-01-20 Kelley Cook <kcook@gcc.gnu.org>
705
706 * gcc_release (build_sources): Delete call to make f77.rebuilt.
707
f25ef585 7082004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
709
710 * snapshot-README: Mention how the snapshot was generated.
711 * snapshot-index.html: Ditto. Further sync with snapshot-README.
712
c2c1c41a 7132004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
714
715 * update_web_docs: Create tarballs of documentation sources and
716 HTML docs.
717
a703b7ee 7182004-01-02 Gerald Pfeifer <gp@suse.de>
719
720 * update_version: Add some documentation.
1af67e62 721
d3eff7bb 7222004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
a703b7ee 723
724 * update_version (ADD_BRANCHES): Add lno-branch.
725
6608f70d 7262003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
727
728 * maintainer-addresses: New script.
729
fa311483 7302003-10-24 Kelley Cook <kcook@gcc.gnu.org>
731
732 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
733
56586c5f 7342003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
735
736 * gcc_release (announce_snapshot): Restructure processing
737 of snapshot-README and snapshot-index.html and add a new
738 substitution for @EXPORT@.
739
18e24ca4 7402003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
741
742 * gcc_release (build_sources): Create/update the LAST_UPDATED file
743 in the source directory with information how sources were obtained.
1af67e62 744
583f1bc1 7452003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
746
747 * gcc_release (build_sources): Use two new variables EXPORTTAG and
748 EXPORTDATE to make the extraction of sources more transparent and
749 also allow snapshots (off mainline) without a tag.
750
0b8cc04d 7512003-08-08 Mark Mitchell <mark@codesourcery.com>
752
753 * gcc_release: Correct logic for updating version.c. Put
754 prereleases into a subdirectory.
755
f12876dd 7562003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
757
758 * crontab: Update invocation of gcc_release according to the
759 previous changes there. Add automatic 3.4 snapshots from mainline.
760
c80cb483 7612003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
762
763 * gcc_release (usage): Document that -s now takes symbolic name
764 and branch of the snapshot as parameters.
765 Implement this as part of command-line processing.
766 (BRANCH): Remove default initialization for snapshots.
767 (CVSBRANCH): Ditto.
768 Do not lay down a CVS tag if generating a snapshot from mainline.
1af67e62 769
81fa4da1 7702003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
771
772 * gcc_release (announce_snapshot): Use ${RELEASE} instead
773 of ${BRANCH}-${DATE} to refer to the snapshot directory.
774 Put README file into the snapshot directory.
775
776 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
777 (FTP_PATH): Use ${RELEASE} in case of snapshots.
778 (TAG): Ditto.
779 (OLD_TARS): Adjust to new directory scheme for snapshots.
780
92d72679 7812003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
782
783 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
784 for README and index.html.
785 * snapshot-README: Use it.
786 * snapshot-index.html: Ditto.
787
7a97aa79 7882003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1af67e62 789
92d72679 790 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
791 for README and index.html. Remove substitution of @LONG_DATE@.
7a97aa79 792 Put index.html into the respective snapshot directory.
793 Adjust subject of the notification mail to the new naming scheme
794 for CVS tags.
795 Adjust name of the LATEST-IS-... files to the new naming scheme
796 for snapshot directories.
797 (FTP_PATH): Ditto.
798 (LAST_DIR): Ditto.
799 (LAST_LONG_DATE): Remove.
800
801 * snapshot-README: Adjust to the new naming schemes for directories
802 and snapshots per se.
803 Dynamically fill in the respective branch instead of hardcoding it.
804
805 * snapshot-index.html: Replace individual links to diffs with a
806 general link to the diff/ subdirectory.
807 Mention the concrete snapshot in <title> and <h1>.
808 Adjust links to the new location of index.html.
1af67e62 809
03da418a 8102003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
811
812 * gcc_release: Move handling of complex modes directly after
813 switch handling.
814 (TAG): Include the branch name as part of snapshot CVS tags.
815
9656fddb 8162003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
817
818 * gcc_release: Execute gcc.gnu.org-only operations which are
819 related to diff generation only if diffs have been requested.
820 (build_sources): Improve tracing and an error message related
821 to tagging.
822
fec57524 8232003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
824
825 * gcc_release (BRANCH): Rename to...
826 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
827 will see.
828 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
829 of the directory name.
830 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
831
d3ca703e 8322003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
833
834 * gcc_release: Command "all" now creates .gz files only for
835 releases and pre-releases.
836
22263a7e 8372003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
838
839 * gcc_release (build_sources): Do not include gnats.html any longer.
840 Make an error message more descriptive.
1af67e62 841
caabe34c 8422003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
843
844 * gcc_release: Factor the updating of links and READMEs on the
845 FTP server and sending mail for snapshots into a...
846 (announce_snapshot): ...new function.
847 Add informative output for both.
848
c7636428 8492003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
850
851 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
852
21ce9803 8532003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
854
855 * snapshot-index.html: Use F77 instead of G77 front end.
856 Remove link to CodeSourcery snapshots which was not up-to-date.
857 Do not refer to gcc-bugs@gcc.gnu.org any longer.
858
859 * snapshot-README: Use F77 front end instead of G77 language.
860
6d03e4eb 8612003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
862
863 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
864 (build_bz2): Rename to build_gzip and create .gz files from .bz2
865 files instead of the other way around.
866 (build_gzip): New function.
867 (build_diffs): Build .bz2 files instead of .gz files.
868 (build_diff): Use .bz2 files instead of .gz files.
869 Make an error message independent of the compression format.
870 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
871 invocation of this script.
872 (MODE_GZIP): New variable.
873 (OLD_TARS): Use .bz2 archive of the previous snapshot.
874
e57d88a7 8752003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
876
1af67e62 877 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
e57d88a7 878 g++ language, and note that Java includes a run time.
879 * snapshot.index.html: Ditto.
880
1f9d6808 8812003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
882
883 * gcc_release (build_diff): Properly use ${TAR} instead of
884 hard-coded tar.
885
c54b386c 8862003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
887
1af67e62 888 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
1adb179a 889 Simplify the note on not using unannounced snapshots.
1af67e62 890
1adb179a 8912003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1af67e62 892
c54b386c 893 * snapshot-README: Refer to .bz2 files instead of .gz files.
894 Add a note on where to find the diff files.
895 Simplify the note on not using unannounced snapshots.
896 Remove documentation of the gcc_latest_snapshot tag.
897
4c192185 8982003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
899
900 * gcc_release (build_diffs): Add diagnostics in case we cannot
901 generate a specific diff file.
902
afd2f2ab 9032003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
904
905 * gcc_release (build_sources): Only update ChangeLog files which
906 do not yet contain the entry we are going to add.
907 Fix typo in added ChangeLog entries.
908
e43a8b47 9092003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
910
911 * gcc_release (upload_files): Put diff files into a "diffs"
912 subdirectory
913
3eb4724d 9142003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
915
916 * gcc_release: GNU CC -> GCC.
917
da33415c 9182003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
919
920 * gcc_release (usage): Print more detailed description of all
921 command-line options.
922
afd2f2ab 9232003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
2171dc3c 924
925 * update_version (ADD_BRANCHES): Add, set to MAIN and
926 tree-ssa-20020619-branch.
927 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
928
5a94fae6 9292003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
930
931 * update_version (textstring_FILES): Only version.c needs to be
932 updated, now that we do not consider older branches any more.
933
afd2f2ab 9342003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
ea064112 935
936 * update_version (IGNORE_BRANCHES): Add.
937 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
938
afd2f2ab 9392003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
5ac7b165 940
941 * update_version: Add a trace of which branch we are currently
942 working on.
943
f88f8a6e 9442002-12-16 Mark Mitchell <mark@codesourcery.com>
945
946 * gcc_release: Make snapshots from the GCC 3.3 branch.
947 * snapshot-README: Update.
948
0aeec26c 9492002-09-23 Zack Weinberg <zack@codesourcery.com>
950
951 * update_version: Do not check in files which are unchanged.
952 * gcc_release: Only update the version in gcc/version.c.
953
d818b54c 9542002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
955
956 * update_web_docs (MANUALS): Add fastjar.
957
d44c76e7 9582002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
959
960 * gcc_release: Make snapshots come from the mainline.
961 * snapshot-README: Update.
962
057cbfd4 9632002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
964
965 * update_web_docs: Remove support for generating g77_news.html and
966 g77_bugs.html.
967 * update_web_docs_old: Likewise. Remove support for generating
968 thanks.html.
969
e249ef13 9702002-07-28 Andreas Jaeger <aj@suse.de>
971
972 * gcc_release: Update comment.
973
974 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
975
45784311 9762002-07-28 Mark Mitchell <mark@codesourcery.com>
977
978 * gcc_release: Use the 3.2 branch for snapshots.
979
e719194d 9802002-05-31 Florian Weimer <fw@deneb.enyo.de>
981
982 * update_web_docs (MANUALS): Include various flavours of the GNAT
983 User Guide.
984
3fdc43bb 9852002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
986
987 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
988 gcc/gcc/ada/gnatvsn.ads.
989
73b85c37 9902002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
991
992 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
993 release status is updated.
994 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
995
77a01473 9962002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
997
f6609e7b 998 * gcc_release: Do upload files when local.
999
77a01473 1000 * snapshot-README, snapshot-index.html: Remove chill.
1001
8ae3f78d 10022002-05-08 Mark Mitchell <mark@codesourcery.com>
1003
1004 * gcc_release: Correct upload handling.
1005
df3e8427 10062002-04-22 Mark Mitchell <mark@codesourcery.com>
1007
1008 * gcc_release (build_diffs): Remove reference to Chill.
1009
3f06914c 10102002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
1011
1012 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
1013
50e4412f 10142002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
1015
1016 * gcc_release: Set TZ to UTC0.
1017
5e311636 10182002-04-15 Mark Mitchell <mark@codesourcery.com>
1019
1020 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
1021 (CHILL_DIRS): Remove.
1022
babdb60f 10232002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1024
1025 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
1026 major mode.
1027
89ec2836 10282002-03-06 Phil Edwards <pme@gcc.gnu.org>
1029
1030 * update_version: Don't indent the version string.
1031
c9fc3487 10322002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
1033
1034 * snapshot-README: Note that snapshots come from the 3.1 branch.
1035 Update list of files.
1036
ba403b8e 10372002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
1038
1039 * gcc_release: Make snapshots come from the 3.1 branch.
1040
e4bfd53c 10412002-02-25 Mark Mitchell <mark@codesourcery.com>
1042
1043 * update_version: Automatically update version files on all
1044 branches.
1045 * crontab: Only invoke update_version once.
1046
f19d7d57 10472002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
1048
1049 * gcc_release: Revert change to -p interface. Allow for local and
1050 remote cases in creating directories. Give an error if -p
1051 argument names a directory.
1052
99c15276 10532002-02-21 Mark Mitchell <mark@codesourcery.com>
1054
1055 * gcc_release: Correct handling of diff-generation. Add
1056 "diffs" major mode.
1057
18619e05 10582002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
1059
1060 * gcc_release: Substitute dates in snapshot-README and
1061 snapshot-index.html files rather than directly using the old files
1062 on the FTP site. Set QMAILHOST.
1063
4a44c623 10642002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1065
1066 * snapshot-index.html: Improve markup.
1067
df553411 10682002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
1069
3d7423f9 1070 * snapshot-README, snapshot-index.html: Use expressions such as
1071 @DATE@ rather than hardcoded dates.
1072
df553411 1073 * snapshot-README, snapshot-index.html: New files.
1074
7d55bbcd 10752002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1076
1077 * update_web_docs (contrib_file): Remove.
1078 Also removing special handling of thanks.html.
1079
c71e2960 10802001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1081
1082 * update_web_docs: Use makeinfo --html instead of texi2html.
1083 Remove support for pre-3.1 GCC versions. Build online docs for
1084 gccint manual.
1085
28027458 10862001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
1087
1088 * update_web_docs_old: Copy from update_web_docs. Add comment
1089 that this is for GCC 3.0.x and earlier versions.
1090
df21ac14 10912001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
1092
1093 * gcc_release: Add /usr/local/bin to path when local.
1094
3beae759 10952001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
1096
23130820 1097 * update_web_docs: Set SOURCEDIR so that install manual can be
1098 found when running install.texi2html.
1099
3beae759 1100 * gcc_release: Don't require a username if running locally.
1101
cb985860 11022001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
1103
99a47460 1104 * update_web_docs: Eliminate warnings about keeping files from web
1105 page preprocessing.
1106
cb985860 1107 * update_web_docs: Allow for the same file name in different
1108 directories.
1109
c53a51a2 11102001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
1111
1112 * update_web_docs: Generate libiberty and gnat-style manuals.
1113
5e9eb877 11142001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
1115
1116 * gcc_release: Build snapshots from mainline. Generate Ada and
1117 Chill tarballs. Correct error check when building diffs. Check
1118 for errors when building bzip2 files.
1119 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
1120
b5842c1f 11212001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
1122
1c8ac6c6 1123 * crontab: Build weekly snapshots.
1124
b5842c1f 1125 * gcc_release: Copy from 3.0 branch. Add support for building the
1126 weekly snapshots on gcc.gnu.org.
1127
c525503d 11282001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
1129
1130 * update_web_docs: Also check out texinfo.tex from
1131 gcc/doc/include.
1132
6c821162 11332001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1134
1135 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
1136 Preprocess the entire web site, not just the install docs.
1137
c461487a 11382001-06-25 Phil Edwards <pme@sources.redhat.com>
1139
1140 * update_version: Add command-line argument capability, also
1141 bump version for libstdc++-v3, and exit with the return code from
1142 the cvs commit.
1143 * crontab: Call update_version with arguments instead of
1144 calling update_branch_version.
1145 * update_branch_version: Remove.
1146
e2520665 11472001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1148
e249ef13 1149 * update_web_docs: Only update the install documentation for the
e2520665 1150 CVS HEAD.
1151
b4b14952 11522001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
1153
1154 * update_web_docs, doc_exclude: Check out files that may be in the
1155 Attic. Check out texinfo.tex. Don't generate anything from
1156 c-tree.texi. Generate PostScript output from manuals.
1157
1580af85 11582001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
1159
1160 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
1161 variables.
1162 Fix a comment and add another one.
1163 Generate the installation documentation in HTML format from
1164 gcc/doc/install.texi.
1165
d2c1dfe0 11662001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
1167
1168 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
1169 run texi2html on manuals that aren't present.
1170
e45e1758 11712001-03-18 Phil Edwards <pme@sources.redhat.com>
1172
1173 * update_web_docs_libstdcxx: New script.
1174 * crontab: Call said script.
1175
155fa5ec 11762001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
1177
1178 * update_version, update_branch_version: Check out with gcc
1179 directory instead of using egcs link.
1180
fcf12682 11812001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
1182
430f903b 1183 * update_web_docs: Don't strip leading -r from argument following
1184 -r, or leading -d from argument following -d. Bug pointed out by
1185 Matt Kraai.
1186
fcf12682 1187 * update_web_docs: Handle -r and -d options to generate docs for a
1188 release or branch in a subdirectory. Determine names of G77 news
1189 and bugs files and contributors file after updated docs have been
1190 installed, not before. Don't remove files from a subdirectory.
1191 Don't generate manuals for gcov (included in the GCC manual) or
1192 iostream (obsolete). Do generate manuals for cppinternals, gcj
1193 and porting. Update regular expressions for detecting whether
1194 files have really changed when regenerated.
1195
429eb4fc 11962001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
1197
1198 * update_web_docs: Use /usr/local/bin/texi2html rather than
1199 gccadmin's local copy.
1200
c2c21625 12012001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
1202
1203 * crontab, doc_exclude, update_branch_version, update_version,
1204 update_web_docs: New files (as currently used by gccadmin).
1205 * README: New file.