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