OSDN Git Service

2009-01-17 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / ChangeLog
1 2009-01-17  Richard Guenther  <rguenther@suse.de>
2
3         * gcc_release (JAVA_DIRS): Remove fastjar.
4
5 2008-10-04  Gerald Pfeifer  <gerald@pfeifer.com>
6
7         * gcc_release: Fix a couple of comments.
8
9 2008-07-04  Joseph Myers  <joseph@codesourcery.com>
10
11         * crontab: Remove 4.1 snapshots job.
12         * update_version: Remove.
13         * gcc_release: Remove support for g77 and release status in
14         version.c.
15         * update_version_svn: Ignore 4.1 branch.  Remove support for
16         updating files other than DATESTAMP.
17         * update_web_docs_svn: Remove support for g77 manual.
18
19 2008-02-18  Jakub Jelinek  <jakub@redhat.com>
20
21         * crontab: Add 4.3 branch.  Set trunk to 4.4.
22
23 2008-01-28  Joseph Myers  <joseph@codesourcery.com>
24
25         * gcc_release (build_sources): Pass --disable-multilib to
26         gcc_build.
27         (SVN): Don't use full path.
28
29 2008-01-21  Jonathan Wakely  <jwakely.gcc@gmail.com>
30
31         * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".
32
33 2007-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
34
35         * gcc_release: Do not include copies of faq.html in releases,
36         and remove all the explicit support code to pull in web pages.
37
38 2007-08-21  Paul Brook  <paul@codesourcery.com>
39             Nathan Sidwell  <nathan@codesourcery.com>
40             Mark Mitchell  <mark@codesourcery.com>
41             Joseph Myers  <joseph@codesourcery.com>
42
43         * gcc_release: Do not include copies of bugs.html in releases.
44         * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in
45         gcc-vers.texi.
46
47 2007-07-06  Joseph Myers  <joseph@codesourcery.com>
48
49         * update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf
50         commands.
51
52 2007-06-28  Mike Stump  <mrs@apple.com>
53
54         * gcc_release: Update for Objective-C++.
55
56 2007-05-28  Mark Mitchell  <mark@codesourcery.com>
57
58         * gcc_release: Adjust placement of release candidates.
59
60 2007-04-01  Gerald Pfeifer  <gerald@pfeifer.com>
61
62         * update_web_docs_svn (MANUALS): Move towards the top of the
63         script.  Reformat for easier editing/diffing.
64
65 2006-03-31  Tobias Burnus  <burnus@net-b.de>
66
67         * update_web_docs_svn: Build also gfc-internals.
68
69 2007-02-25  Gerald Pfeifer  <gerald@pfeifer.com>
70
71         * update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.
72
73 2007-01-29  Gerald Pfeifer  <gerald@pfeifer.com>
74
75         * crontab: No longer build snapshots for 4.0.x.
76
77 2007-01-21  Tobias Burnus  <burnus@net-b.de>
78
79         * update_web_docs_svn: Build also libgomp documentation.
80
81 2007-01-05  Gerald Pfeifer  <gerald@pfeifer.com>
82
83         * crontab: Spread snapshots more evenly throughout the week, and
84         in "ascending" order.  Build all at the same time of the day.
85
86 2006-10-20  Mark Mitchell  <mark@codesourcery.com>
87
88         * crontab: Add 4.2 branch.  Set trunk to 4.3.
89
90 2006-09-17  Gerald Pfeifer  <gerald@pfeifer.com>
91
92         * gcc_release (LC_ALL): Default to C.
93
94 2006-03-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
95
96         * crontab: Don't build snapshot for 3.4.x anymore.
97         * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch.
98
99 2006-01-12  Ben Elliston  <bje@au.ibm.com>
100
101         * update_version_svn (ADD_BRANCHES): Remove dfp-branch.
102
103 2005-12-16  Joseph S. Myers  <joseph@codesourcery.com>
104
105         * update_web_docs_svn: Remove unnecessary files from source tree.
106         Use set -e.
107         * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove.
108
109 2005-12-16  Mark Mitchell  <mark@codesourcery.com>
110
111         * update_web_docs_svn: Set @srcdir in gcc-vers.texi. 
112         
113 2005-11-18  Mark Mitchell  <mark@codesourcery.com>
114
115         * crontab: Add 4.1 branch entry.
116
117 2005-11-06  Joseph S. Myers  <joseph@codesourcery.com>
118
119         * gcc_release: Further update for SVN.  Don't set EXPORTTAG or
120         EXPORTDATE; always determine SVNREV the same way.  Correct message
121         about what sources are being retrived.  Include branch information
122         in LAST_UPDATED.
123         * crontab: Don't include initial / in branch name.
124
125 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
126
127         * gcc_release:  Always determine revision number from date or tag,
128         and use that, instead of fragile date based export.
129         Put back setting of non-local CVSROOT.
130
131 2005-11-05  Daniel Berlin  <dberlin@dberlin.org>
132
133         * gcc_release: Make tags go in /tags.
134         Don't tag for snapshots.
135         Determine revision number of export and put into snapshot
136         announcement.
137
138 2005-11-03  Daniel Berlin  <dberlin@dberlin.org>
139
140         * gcc_release: Update for SVN
141         * crontab: Update for new gcc_release
142
143 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
144
145         * update_web_docs_svn: Use -q to quiet svn.
146
147 2005-10-26  Daniel Berlin  <dberlin@dberlin.org>
148
149         * crontab: Update to reflect reality
150
151 2005-10-01  Mark Mitchell  <mark@codesourcery.com>
152
153         * gcc_release (build_sources): If trying to apply a tag that
154         already exists, issue an error message and exit.
155
156 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
157
158         PR other/23693
159         * update_web_docs: Add PDF support.  Correct check of DEV-PHASE.
160
161 2005-09-30  Joseph S. Myers  <joseph@codesourcery.com>
162
163         * update_web_docs_old: Remove.
164
165 2005-08-14  Kelley Cook  <kcook@gcc.gnu.org>
166
167         * gcc_release: Update with FSF address.
168
169 2005-07-26  Janis Johnson  <janis187@us.ibm.com>
170
171         * update_version (ADD_BRANCHES): Add dfp-branch.
172
173 2005-05-21  Gerald Pfeifer  <gerald@pfeifer.com>
174
175         * crontab: Spread snapshot building more evenly throughout the
176         week.
177
178 2005-05-19  Joseph S. Myers  <joseph@codesourcery.com>
179
180         * crontab: Don't build 3.3 branch snapshots.
181         * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch.
182
183 2005-03-15  Zack Weinberg  <zack@codesourcery.com>
184
185         * README: Update.
186         * gcc_release: Update gcc/DEV-PHASE if that file exists, instead
187         of gcc/version.c.
188         * update_version: Handle updating gcc/DATESTAMP.
189         * update_web_docs: Generate gcc-vers.texi first.
190
191 2005-03-10  Ranjit Mathew  <rmathew@hotmail.com>
192
193         * gcc_release (ADA_DIRS): Add "gnattools".
194
195 2005-02-25  Mark Mitchell  <mark@codesourcery.com>
196
197         * crontab: Adjust for 4.0 branch.
198
199 2004-12-30  Sebastian Pop  <pop@cri.ensmp.fr>
200
201         * update_version (ADD_BRANCHES): Replace lno-branch with
202         autovect-branch.
203
204 2004-09-11  Gerald Pfeifer  <gerald@pfeifer.com>
205
206         * crontab: Rename GCC 3.5 snapshots to GCC 4.0 snapshots.
207
208 2004-08-14  Kelley Cook  <kcook@gcc.gnu.org>
209
210         * gcc_release (build_sources): Add comment header to generated
211         MD5SUMS.
212
213 2004-08-06  Kelley Cook  <kcook@gcc.gnu.org>
214
215         * gcc_release (snapshot_print): Accept arguments.  Don't use echo -e.
216         (announce_snapshot):  Update for above.  Don't use echo -e.
217
218 2004-08-03 Kelley Cook  <kcook@gcc.gnu.org>
219
220         * maintainer-scripts (snapshot_print): New function.
221         (announce_snapshot): Generate announcment on the fly.
222         Use a directory link for LATEST.
223         * snapshot-README: Delete.
224         * snapshot-index.html: Delete.
225
226 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
227
228         * gcc_release (build_sources): Move the libcpp gmo files
229         to the source directory.
230
231 2004-06-03  Joseph S. Myers  <jsm@polyomino.org.uk>
232
233         * gcc_release (maybe_build_tarfile): New function.
234         (build_tarfiles): Use maybe_build_tarfile.
235
236 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
237
238         * gcc_release (build_sources): Generate the NEWS file in toplevel.
239
240 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
241
242         * gcc_release (build_sources): Change CRCs from brik to md5sum.
243
244 2004-05-16  Gerald Pfeifer  <gerald@pfeifer.com>
245
246         * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
247
248 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
249
250         * update_web_docs: Also remove old .gz files from subdirectories
251         on the 15th of the month.
252
253 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
254
255         * update_web_docs (MANUALS): Add gfortran.
256
257 2004-05-13  Arnaud Charlet  <charlet@act-europe.fr>
258
259         * update_web_docs: Fix generation of Ada docs.
260
261 2004-05-13  Joseph S. Myers  <jsm@polyomino.org.uk>
262
263         * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
264
265         * gcc_release (DIFF): Remove -3 option.
266
267 2003-07-26  Paul Brook  <paul@nowt.org>
268
269         * gcc_release: Add gcc-fortran.
270         * snapshot-README: Ditto.
271         * snapshot-index.html: Ditto.
272
273 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
274
275         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
276         Friday night, where gcc.gnu.org has less load.
277
278 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
279
280         * crontab: Adjust temporary directory used for snapshot generation.
281         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
282         less load.
283
284 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
285
286         * gcc_release (build_sources): Do not use "-F" to tag sources.
287
288 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
289
290         * gcc_release (build_sources): Do not use "-r" and "-D" at the
291         same time with "cvs export".
292
293 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
294
295         * gcc_release: Fix sanity check for argument of -p command-line
296         options.  In snapshot mode, only generate diffs against the previous
297         snapshot if the user did not specify any old tarball explictly.
298
299 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
300
301         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
302         only set at a single place.
303
304 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
305
306         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
307         (announce_snapshot): Use it.
308
309 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
310
311         * gcc_release (announce_snapshot): Use changedir instead of
312         plain cd.
313
314 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
315
316         * gcc_release: Add libada as part of ADA_DIRS.
317
318 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
319
320         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
321
322 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
323
324         * gcc_release (build_sources): Delete call to make f77.rebuilt.
325
326 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
327
328         * snapshot-README: Mention how the snapshot was generated.
329         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
330
331 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
332
333         * update_web_docs: Create tarballs of documentation sources and
334         HTML docs.
335
336 2004-01-02  Gerald Pfeifer  <gp@suse.de>
337
338         * update_version: Add some documentation.
339
340 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
341
342         * update_version (ADD_BRANCHES): Add lno-branch.
343
344 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
345
346         * maintainer-addresses: New script.
347
348 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
349
350         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
351
352 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
353
354         * gcc_release (announce_snapshot): Restructure processing
355         of snapshot-README and snapshot-index.html and add a new
356         substitution for @EXPORT@.
357
358 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
359
360         * gcc_release (build_sources): Create/update the LAST_UPDATED file
361         in the source directory with information how sources were obtained.
362
363 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
364
365         * gcc_release (build_sources): Use two new variables EXPORTTAG and
366         EXPORTDATE to make the extraction of sources more transparent and
367         also allow snapshots (off mainline) without a tag.
368
369 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
370
371         * gcc_release: Correct logic for updating version.c.  Put
372         prereleases into a subdirectory.
373
374 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
375
376         * crontab: Update invocation of gcc_release according to the
377         previous changes there.  Add automatic 3.4 snapshots from mainline.
378
379 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
380
381         * gcc_release (usage): Document that -s now takes symbolic name
382         and branch of the snapshot as parameters.
383         Implement this as part of command-line processing.
384         (BRANCH): Remove default initialization for snapshots.
385         (CVSBRANCH): Ditto.
386         Do not lay down a CVS tag if generating a snapshot from mainline.
387
388 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
389
390         * gcc_release (announce_snapshot): Use ${RELEASE} instead
391         of ${BRANCH}-${DATE} to refer to the snapshot directory.
392         Put README file into the snapshot directory.
393
394         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
395         (FTP_PATH): Use ${RELEASE} in case of snapshots.
396         (TAG): Ditto.
397         (OLD_TARS): Adjust to new directory scheme for snapshots.
398
399 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
400
401         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
402         for README and index.html.
403         * snapshot-README: Use it.
404         * snapshot-index.html: Ditto.
405
406 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
407
408         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
409         for README and index.html.  Remove substitution of @LONG_DATE@.
410         Put index.html into the respective snapshot directory.
411         Adjust subject of the notification mail to the new naming scheme
412         for CVS tags.
413         Adjust name of the LATEST-IS-... files to the new naming scheme
414         for snapshot directories.
415         (FTP_PATH): Ditto.
416         (LAST_DIR): Ditto.
417         (LAST_LONG_DATE): Remove.
418
419         * snapshot-README: Adjust to the new naming schemes for directories
420         and snapshots per se.
421         Dynamically fill in the respective branch instead of hardcoding it.
422
423         * snapshot-index.html: Replace individual links to diffs with a
424         general link to the diff/ subdirectory.
425         Mention the concrete snapshot in <title> and <h1>.
426         Adjust links to the new location of index.html.
427
428 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
429
430         * gcc_release: Move handling of complex modes directly after
431         switch handling.
432         (TAG): Include the branch name as part of snapshot CVS tags.
433
434 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
435
436         * gcc_release: Execute gcc.gnu.org-only operations which are
437         related to diff generation only if diffs have been requested.
438         (build_sources): Improve tracing and an error message related
439         to tagging.
440
441 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
442
443         * gcc_release (BRANCH): Rename to...
444         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
445         will see.
446         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
447         of the directory name.
448         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
449
450 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
451
452         * gcc_release: Command "all" now creates .gz files only for
453         releases and pre-releases.
454
455 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
456
457         * gcc_release (build_sources): Do not include gnats.html any longer.
458         Make an error message more descriptive.
459
460 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
461
462         * gcc_release: Factor the updating of links and READMEs on the
463         FTP server and sending mail for snapshots into a...
464         (announce_snapshot): ...new function.
465         Add informative output for both.
466
467 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
468
469         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
470
471 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
472
473         * snapshot-index.html: Use F77 instead of G77 front end.
474         Remove link to CodeSourcery snapshots which was not up-to-date.
475         Do not refer to gcc-bugs@gcc.gnu.org any longer.
476
477         * snapshot-README: Use F77 front end instead of G77 language.
478
479 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
480
481         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
482         (build_bz2): Rename to build_gzip and create .gz files from .bz2
483         files instead of the other way around.
484         (build_gzip): New function.
485         (build_diffs): Build .bz2 files instead of .gz files.
486         (build_diff): Use .bz2 files instead of .gz files.
487         Make an error message independent of the compression format.
488         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
489         invocation of this script.
490         (MODE_GZIP): New variable.
491         (OLD_TARS): Use .bz2 archive of the previous snapshot.
492
493 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
494
495         * snapshot-README: Use GCC instead of gcc, C++ front end instead of
496         g++ language, and note that Java includes a run time.
497         * snapshot.index.html: Ditto.
498
499 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
500
501         * gcc_release (build_diff): Properly use ${TAR} instead of
502         hard-coded tar.
503
504 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
505
506         * snapshot-index.html: Refer to .bz2 files instead of .gz files.
507         Simplify the note on not using unannounced snapshots.
508
509 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
510
511         * snapshot-README: Refer to .bz2 files instead of .gz files.
512         Add a note on where to find the diff files.
513         Simplify the note on not using unannounced snapshots.
514         Remove documentation of the gcc_latest_snapshot tag.
515
516 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
517
518         * gcc_release (build_diffs): Add diagnostics in case we cannot
519         generate a specific diff file.
520
521 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
522
523         * gcc_release (build_sources): Only update ChangeLog files which
524         do not yet contain the entry we are going to add.
525         Fix typo in added ChangeLog entries.
526
527 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
528
529         * gcc_release (upload_files): Put diff files into a "diffs"
530         subdirectory
531
532 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
533
534         * gcc_release: GNU CC -> GCC.
535
536 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
537
538         * gcc_release (usage): Print more detailed description of all
539         command-line options.
540
541 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
542
543         * update_version (ADD_BRANCHES): Add, set to MAIN and
544         tree-ssa-20020619-branch.
545         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
546
547 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
548
549         * update_version (textstring_FILES): Only version.c needs to be
550         updated, now that we do not consider older branches any more.
551
552 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
553
554         * update_version (IGNORE_BRANCHES): Add.
555         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
556
557 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
558
559         * update_version: Add a trace of which branch we are currently
560         working on.
561
562 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
563
564         * gcc_release: Make snapshots from the GCC 3.3 branch.
565         * snapshot-README: Update.
566
567 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
568
569         * update_version: Do not check in files which are unchanged.
570         * gcc_release: Only update the version in gcc/version.c.
571
572 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
573
574         * update_web_docs (MANUALS): Add fastjar.
575
576 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
577
578         * gcc_release: Make snapshots come from the mainline.
579         * snapshot-README: Update.
580
581 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
582
583         * update_web_docs: Remove support for generating g77_news.html and
584         g77_bugs.html.
585         * update_web_docs_old: Likewise.  Remove support for generating
586         thanks.html.
587
588 2002-07-28  Andreas Jaeger  <aj@suse.de>
589
590         * gcc_release: Update comment.
591
592         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
593
594 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
595
596         * gcc_release: Use the 3.2 branch for snapshots.
597
598 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
599
600         * update_web_docs (MANUALS): Include various flavours of the GNAT
601         User Guide.
602
603 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
604
605         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
606         gcc/gcc/ada/gnatvsn.ads.
607
608 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
609
610         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
611         release status is updated.
612         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
613
614 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
615
616         * gcc_release: Do upload files when local.
617
618         * snapshot-README, snapshot-index.html: Remove chill.
619
620 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
621
622         * gcc_release: Correct upload handling.
623
624 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
625
626         * gcc_release (build_diffs): Remove reference to Chill.
627
628 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
629
630         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
631
632 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
633
634         * gcc_release: Set TZ to UTC0.
635
636 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
637
638         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
639         (CHILL_DIRS): Remove.
640
641 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
642
643         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
644         major mode.
645
646 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
647
648         * update_version:  Don't indent the version string.
649
650 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
651
652         * snapshot-README: Note that snapshots come from the 3.1 branch.
653         Update list of files.
654
655 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
656
657         * gcc_release: Make snapshots come from the 3.1 branch.
658
659 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
660
661         * update_version: Automatically update version files on all
662         branches.
663         * crontab: Only invoke update_version once.
664
665 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
666
667         * gcc_release: Revert change to -p interface.  Allow for local and
668         remote cases in creating directories.  Give an error if -p
669         argument names a directory.
670
671 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
672
673         * gcc_release: Correct handling of diff-generation.  Add
674         "diffs" major mode.
675
676 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
677
678         * gcc_release: Substitute dates in snapshot-README and
679         snapshot-index.html files rather than directly using the old files
680         on the FTP site.  Set QMAILHOST.
681
682 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
683
684         * snapshot-index.html: Improve markup.
685
686 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
687
688         * snapshot-README, snapshot-index.html: Use expressions such as
689         @DATE@ rather than hardcoded dates.
690
691         * snapshot-README, snapshot-index.html: New files.
692
693 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
694
695         * update_web_docs (contrib_file): Remove.
696         Also removing special handling of thanks.html.
697
698 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
699
700         * update_web_docs: Use makeinfo --html instead of texi2html.
701         Remove support for pre-3.1 GCC versions.  Build online docs for
702         gccint manual.
703
704 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
705
706         * update_web_docs_old: Copy from update_web_docs.  Add comment
707         that this is for GCC 3.0.x and earlier versions.
708
709 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
710
711         * gcc_release: Add /usr/local/bin to path when local.
712
713 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
714
715         * update_web_docs: Set SOURCEDIR so that install manual can be
716         found when running install.texi2html.
717
718         * gcc_release: Don't require a username if running locally.
719
720 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
721
722         * update_web_docs: Eliminate warnings about keeping files from web
723         page preprocessing.
724
725         * update_web_docs: Allow for the same file name in different
726         directories.
727
728 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
729
730         * update_web_docs: Generate libiberty and gnat-style manuals.
731
732 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
733
734         * gcc_release: Build snapshots from mainline.  Generate Ada and
735         Chill tarballs.  Correct error check when building diffs.  Check
736         for errors when building bzip2 files.
737         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
738
739 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
740
741         * crontab: Build weekly snapshots.
742
743         * gcc_release: Copy from 3.0 branch.  Add support for building the
744         weekly snapshots on gcc.gnu.org.
745
746 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
747
748         * update_web_docs: Also check out texinfo.tex from
749         gcc/doc/include.
750
751 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
752
753         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
754         Preprocess the entire web site, not just the install docs.
755
756 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
757
758         * update_version:  Add command-line argument capability, also
759         bump version for libstdc++-v3, and exit with the return code from
760         the cvs commit.
761         * crontab:  Call update_version with arguments instead of
762         calling update_branch_version.
763         * update_branch_version:  Remove.
764
765 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
766
767         * update_web_docs: Only update the install documentation for the
768         CVS HEAD.
769
770 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
771
772         * update_web_docs, doc_exclude: Check out files that may be in the
773         Attic.  Check out texinfo.tex.  Don't generate anything from
774         c-tree.texi.  Generate PostScript output from manuals.
775
776 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
777
778         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
779         variables.
780         Fix a comment and add another one.
781         Generate the installation documentation in HTML format from
782         gcc/doc/install.texi.
783
784 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
785
786         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
787         run texi2html on manuals that aren't present.
788
789 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
790
791         * update_web_docs_libstdcxx:  New script.
792         * crontab:  Call said script.
793
794 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
795
796         * update_version, update_branch_version: Check out with gcc
797         directory instead of using egcs link.
798
799 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
800
801         * update_web_docs: Don't strip leading -r from argument following
802         -r, or leading -d from argument following -d.  Bug pointed out by
803         Matt Kraai.
804
805         * update_web_docs: Handle -r and -d options to generate docs for a
806         release or branch in a subdirectory.  Determine names of G77 news
807         and bugs files and contributors file after updated docs have been
808         installed, not before.  Don't remove files from a subdirectory.
809         Don't generate manuals for gcov (included in the GCC manual) or
810         iostream (obsolete).  Do generate manuals for cppinternals, gcj
811         and porting.  Update regular expressions for detecting whether
812         files have really changed when regenerated.
813
814 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
815
816         * update_web_docs: Use /usr/local/bin/texi2html rather than
817         gccadmin's local copy.
818
819 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
820
821         * crontab, doc_exclude, update_branch_version, update_version,
822         update_web_docs: New files (as currently used by gccadmin).
823         * README: New file.