* function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable
[official-gcc.git] / maintainer-scripts / ChangeLog
blob744a3c8b5c8825d18533a52595a218f18637ca64
1 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
3         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
5 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
7         * gcc_release (announce_snapshot): Restructure processing
8         of snapshot-README and snapshot-index.html and add a new
9         substitution for @EXPORT@.
11 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
13         * gcc_release (build_sources): Create/update the LAST_UPDATED file
14         in the source directory with information how sources were obtained.
15         
16 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
18         * gcc_release (build_sources): Use two new variables EXPORTTAG and
19         EXPORTDATE to make the extraction of sources more transparent and
20         also allow snapshots (off mainline) without a tag.
22 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
24         * gcc_release: Correct logic for updating version.c.  Put
25         prereleases into a subdirectory.
27 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
29         * crontab: Update invocation of gcc_release according to the
30         previous changes there.  Add automatic 3.4 snapshots from mainline.
32 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
34         * gcc_release (usage): Document that -s now takes symbolic name
35         and branch of the snapshot as parameters.
36         Implement this as part of command-line processing.
37         (BRANCH): Remove default initialization for snapshots.
38         (CVSBRANCH): Ditto.
39         Do not lay down a CVS tag if generating a snapshot from mainline.
40         
41 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
43         * gcc_release (announce_snapshot): Use ${RELEASE} instead
44         of ${BRANCH}-${DATE} to refer to the snapshot directory.
45         Put README file into the snapshot directory.
47         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
48         (FTP_PATH): Use ${RELEASE} in case of snapshots.
49         (TAG): Ditto.
50         (OLD_TARS): Adjust to new directory scheme for snapshots.
52 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
54         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
55         for README and index.html.
56         * snapshot-README: Use it.
57         * snapshot-index.html: Ditto.
59 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
60         
61         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
62         for README and index.html.  Remove substitution of @LONG_DATE@.
63         Put index.html into the respective snapshot directory.
64         Adjust subject of the notification mail to the new naming scheme
65         for CVS tags.
66         Adjust name of the LATEST-IS-... files to the new naming scheme
67         for snapshot directories.
68         (FTP_PATH): Ditto.
69         (LAST_DIR): Ditto.
70         (LAST_LONG_DATE): Remove.
72         * snapshot-README: Adjust to the new naming schemes for directories
73         and snapshots per se.
74         Dynamically fill in the respective branch instead of hardcoding it.
76         * snapshot-index.html: Replace individual links to diffs with a
77         general link to the diff/ subdirectory.
78         Mention the concrete snapshot in <title> and <h1>.
79         Adjust links to the new location of index.html.
80         
81 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
83         * gcc_release: Move handling of complex modes directly after
84         switch handling.
85         (TAG): Include the branch name as part of snapshot CVS tags.
87 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
89         * gcc_release: Execute gcc.gnu.org-only operations which are
90         related to diff generation only if diffs have been requested.
91         (build_sources): Improve tracing and an error message related
92         to tagging.
94 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
96         * gcc_release (BRANCH): Rename to...
97         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
98         will see.
99         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
100         of the directory name.
101         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
103 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
105         * gcc_release: Command "all" now creates .gz files only for
106         releases and pre-releases.
108 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
110         * gcc_release (build_sources): Do not include gnats.html any longer.
111         Make an error message more descriptive.
112         
113 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
115         * gcc_release: Factor the updating of links and READMEs on the
116         FTP server and sending mail for snapshots into a...
117         (announce_snapshot): ...new function.
118         Add informative output for both.
120 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
122         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
124 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
126         * snapshot-index.html: Use F77 instead of G77 front end.
127         Remove link to CodeSourcery snapshots which was not up-to-date.
128         Do not refer to gcc-bugs@gcc.gnu.org any longer.
130         * snapshot-README: Use F77 front end instead of G77 language.
132 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
134         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
135         (build_bz2): Rename to build_gzip and create .gz files from .bz2
136         files instead of the other way around.
137         (build_gzip): New function.
138         (build_diffs): Build .bz2 files instead of .gz files.
139         (build_diff): Use .bz2 files instead of .gz files.
140         Make an error message independent of the compression format.
141         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
142         invocation of this script.
143         (MODE_GZIP): New variable.
144         (OLD_TARS): Use .bz2 archive of the previous snapshot.
146 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
148         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
149         g++ language, and note that Java includes a run time.
150         * snapshot.index.html: Ditto.
152 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
154         * gcc_release (build_diff): Properly use ${TAR} instead of
155         hard-coded tar.
157 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
159         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
160         Simplify the note on not using unannounced snapshots.
161         
162 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
163         
164         * snapshot-README: Refer to .bz2 files instead of .gz files.
165         Add a note on where to find the diff files.
166         Simplify the note on not using unannounced snapshots.
167         Remove documentation of the gcc_latest_snapshot tag.
169 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
171         * gcc_release (build_diffs): Add diagnostics in case we cannot
172         generate a specific diff file.
174 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
176         * gcc_release (build_sources): Only update ChangeLog files which
177         do not yet contain the entry we are going to add.
178         Fix typo in added ChangeLog entries.
180 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
182         * gcc_release (upload_files): Put diff files into a "diffs"
183         subdirectory
185 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
187         * gcc_release: GNU CC -> GCC.
189 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
191         * gcc_release (usage): Print more detailed description of all
192         command-line options.
194 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
196         * update_version (ADD_BRANCHES): Add, set to MAIN and
197         tree-ssa-20020619-branch.
198         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
200 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
202         * update_version (textstring_FILES): Only version.c needs to be
203         updated, now that we do not consider older branches any more.
205 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
207         * update_version (IGNORE_BRANCHES): Add.
208         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
210 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
212         * update_version: Add a trace of which branch we are currently
213         working on.
215 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
217         * gcc_release: Make snapshots from the GCC 3.3 branch.
218         * snapshot-README: Update.
220 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
222         * update_version: Do not check in files which are unchanged.
223         * gcc_release: Only update the version in gcc/version.c.
225 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
227         * update_web_docs (MANUALS): Add fastjar.
229 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
231         * gcc_release: Make snapshots come from the mainline.
232         * snapshot-README: Update.
234 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
236         * update_web_docs: Remove support for generating g77_news.html and
237         g77_bugs.html.
238         * update_web_docs_old: Likewise.  Remove support for generating
239         thanks.html.
241 2002-07-28  Andreas Jaeger  <aj@suse.de>
243         * gcc_release: Update comment.
245         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
247 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
249         * gcc_release: Use the 3.2 branch for snapshots.
251 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
253         * update_web_docs (MANUALS): Include various flavours of the GNAT
254         User Guide.
256 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
258         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
259         gcc/gcc/ada/gnatvsn.ads.
261 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
263         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
264         release status is updated.
265         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
267 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
269         * gcc_release: Do upload files when local.
271         * snapshot-README, snapshot-index.html: Remove chill.
273 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
275         * gcc_release: Correct upload handling.
277 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
279         * gcc_release (build_diffs): Remove reference to Chill.
281 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
283         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
285 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
287         * gcc_release: Set TZ to UTC0.
289 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
291         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
292         (CHILL_DIRS): Remove.
294 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
296         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
297         major mode.
299 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
301         * update_version:  Don't indent the version string.
303 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
305         * snapshot-README: Note that snapshots come from the 3.1 branch.
306         Update list of files.
308 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
310         * gcc_release: Make snapshots come from the 3.1 branch.
312 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
314         * update_version: Automatically update version files on all
315         branches.
316         * crontab: Only invoke update_version once.
318 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
320         * gcc_release: Revert change to -p interface.  Allow for local and
321         remote cases in creating directories.  Give an error if -p
322         argument names a directory.
324 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
326         * gcc_release: Correct handling of diff-generation.  Add
327         "diffs" major mode.
329 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
331         * gcc_release: Substitute dates in snapshot-README and
332         snapshot-index.html files rather than directly using the old files
333         on the FTP site.  Set QMAILHOST.
335 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
337         * snapshot-index.html: Improve markup.
339 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
341         * snapshot-README, snapshot-index.html: Use expressions such as
342         @DATE@ rather than hardcoded dates.
344         * snapshot-README, snapshot-index.html: New files.
346 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
348         * update_web_docs (contrib_file): Remove.
349         Also removing special handling of thanks.html.
351 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
353         * update_web_docs: Use makeinfo --html instead of texi2html.
354         Remove support for pre-3.1 GCC versions.  Build online docs for
355         gccint manual.
357 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
359         * update_web_docs_old: Copy from update_web_docs.  Add comment
360         that this is for GCC 3.0.x and earlier versions.
362 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
364         * gcc_release: Add /usr/local/bin to path when local.
366 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
368         * update_web_docs: Set SOURCEDIR so that install manual can be
369         found when running install.texi2html.
371         * gcc_release: Don't require a username if running locally.
373 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
375         * update_web_docs: Eliminate warnings about keeping files from web
376         page preprocessing.
378         * update_web_docs: Allow for the same file name in different
379         directories.
381 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
383         * update_web_docs: Generate libiberty and gnat-style manuals.
385 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
387         * gcc_release: Build snapshots from mainline.  Generate Ada and
388         Chill tarballs.  Correct error check when building diffs.  Check
389         for errors when building bzip2 files.
390         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
392 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
394         * crontab: Build weekly snapshots.
396         * gcc_release: Copy from 3.0 branch.  Add support for building the
397         weekly snapshots on gcc.gnu.org.
399 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
401         * update_web_docs: Also check out texinfo.tex from
402         gcc/doc/include.
404 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
406         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
407         Preprocess the entire web site, not just the install docs.
409 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
411         * update_version:  Add command-line argument capability, also
412         bump version for libstdc++-v3, and exit with the return code from
413         the cvs commit.
414         * crontab:  Call update_version with arguments instead of
415         calling update_branch_version.
416         * update_branch_version:  Remove.
418 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
420         * update_web_docs: Only update the install documentation for the
421         CVS HEAD.
423 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
425         * update_web_docs, doc_exclude: Check out files that may be in the
426         Attic.  Check out texinfo.tex.  Don't generate anything from
427         c-tree.texi.  Generate PostScript output from manuals.
429 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
431         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
432         variables.
433         Fix a comment and add another one.
434         Generate the installation documentation in HTML format from
435         gcc/doc/install.texi.
437 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
439         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
440         run texi2html on manuals that aren't present.
442 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
444         * update_web_docs_libstdcxx:  New script.
445         * crontab:  Call said script.
447 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
449         * update_version, update_branch_version: Check out with gcc
450         directory instead of using egcs link.
452 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
454         * update_web_docs: Don't strip leading -r from argument following
455         -r, or leading -d from argument following -d.  Bug pointed out by
456         Matt Kraai.
458         * update_web_docs: Handle -r and -d options to generate docs for a
459         release or branch in a subdirectory.  Determine names of G77 news
460         and bugs files and contributors file after updated docs have been
461         installed, not before.  Don't remove files from a subdirectory.
462         Don't generate manuals for gcov (included in the GCC manual) or
463         iostream (obsolete).  Do generate manuals for cppinternals, gcj
464         and porting.  Update regular expressions for detecting whether
465         files have really changed when regenerated.
467 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
469         * update_web_docs: Use /usr/local/bin/texi2html rather than
470         gccadmin's local copy.
472 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
474         * crontab, doc_exclude, update_branch_version, update_version,
475         update_web_docs: New files (as currently used by gccadmin).
476         * README: New file.