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