* config/i386/i386.md (*fyl2x_sfxf3, *fyl2x_dfxf3): Remove insn
[official-gcc.git] / maintainer-scripts / ChangeLog
blob94988ab3bfd79ff3e7ce52dee82289728962d23c
1 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
3         * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
4         Friday night, where gcc.gnu.org has less load.
5         
6 2004-05-02  Gerald Pfeifer  <gerald@pfeifer.com>
8         * crontab: Adjust temporary directory used for snapshot generation.
9         Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has 
10         less load.
12 2004-04-19  Mark Mitchell  <mark@codesourcery.com>
14         * gcc_release (build_sources): Do not use "-F" to tag sources.
16 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
18         * gcc_release (build_sources): Do not use "-r" and "-D" at the
19         same time with "cvs export".
21 2004-03-27  Gerald Pfeifer  <gerald@pfeifer.com>
23         * gcc_release: Fix sanity check for argument of -p command-line
24         options.  In snapshot mode, only generate diffs against the previous
25         snapshot if the user did not specify any old tarball explictly.
27 2004-03-25  Gerald Pfeifer  <gerald@pfeifer.com>
29         * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
30         only set at a single place.
32 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
34         * gcc_release (SNAPSHOTS_DIR): New variable.  Use it.
35         (announce_snapshot): Use it.
37 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
39         * gcc_release (announce_snapshot): Use changedir instead of
40         plain cd.
41         
42 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>
44         * gcc_release: Add libada as part of ADA_DIRS.
46 2004-01-21  Gerald Pfeifer  <gerald@pfeifer.com>
48         * crontab: Make 3.4 snapshots from the new 3.4 release branch.
50 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
52         * gcc_release (build_sources): Delete call to make f77.rebuilt.
54 2004-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
56         * snapshot-README: Mention how the snapshot was generated.
57         * snapshot-index.html: Ditto.  Further sync with snapshot-README.
59 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
61         * update_web_docs: Create tarballs of documentation sources and
62         HTML docs.
64 2004-01-02  Gerald Pfeifer  <gp@suse.de>
66         * update_version: Add some documentation.
67         
68 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
70         * update_version (ADD_BRANCHES): Add lno-branch.
72 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
74         * maintainer-addresses: New script.
76 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
78         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
80 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
82         * gcc_release (announce_snapshot): Restructure processing
83         of snapshot-README and snapshot-index.html and add a new
84         substitution for @EXPORT@.
86 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
88         * gcc_release (build_sources): Create/update the LAST_UPDATED file
89         in the source directory with information how sources were obtained.
90         
91 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
93         * gcc_release (build_sources): Use two new variables EXPORTTAG and
94         EXPORTDATE to make the extraction of sources more transparent and
95         also allow snapshots (off mainline) without a tag.
97 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
99         * gcc_release: Correct logic for updating version.c.  Put
100         prereleases into a subdirectory.
102 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
104         * crontab: Update invocation of gcc_release according to the
105         previous changes there.  Add automatic 3.4 snapshots from mainline.
107 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
109         * gcc_release (usage): Document that -s now takes symbolic name
110         and branch of the snapshot as parameters.
111         Implement this as part of command-line processing.
112         (BRANCH): Remove default initialization for snapshots.
113         (CVSBRANCH): Ditto.
114         Do not lay down a CVS tag if generating a snapshot from mainline.
115         
116 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
118         * gcc_release (announce_snapshot): Use ${RELEASE} instead
119         of ${BRANCH}-${DATE} to refer to the snapshot directory.
120         Put README file into the snapshot directory.
122         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
123         (FTP_PATH): Use ${RELEASE} in case of snapshots.
124         (TAG): Ditto.
125         (OLD_TARS): Adjust to new directory scheme for snapshots.
127 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
129         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
130         for README and index.html.
131         * snapshot-README: Use it.
132         * snapshot-index.html: Ditto.
134 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
135         
136         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
137         for README and index.html.  Remove substitution of @LONG_DATE@.
138         Put index.html into the respective snapshot directory.
139         Adjust subject of the notification mail to the new naming scheme
140         for CVS tags.
141         Adjust name of the LATEST-IS-... files to the new naming scheme
142         for snapshot directories.
143         (FTP_PATH): Ditto.
144         (LAST_DIR): Ditto.
145         (LAST_LONG_DATE): Remove.
147         * snapshot-README: Adjust to the new naming schemes for directories
148         and snapshots per se.
149         Dynamically fill in the respective branch instead of hardcoding it.
151         * snapshot-index.html: Replace individual links to diffs with a
152         general link to the diff/ subdirectory.
153         Mention the concrete snapshot in <title> and <h1>.
154         Adjust links to the new location of index.html.
155         
156 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
158         * gcc_release: Move handling of complex modes directly after
159         switch handling.
160         (TAG): Include the branch name as part of snapshot CVS tags.
162 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
164         * gcc_release: Execute gcc.gnu.org-only operations which are
165         related to diff generation only if diffs have been requested.
166         (build_sources): Improve tracing and an error message related
167         to tagging.
169 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
171         * gcc_release (BRANCH): Rename to...
172         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
173         will see.
174         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
175         of the directory name.
176         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
178 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
180         * gcc_release: Command "all" now creates .gz files only for
181         releases and pre-releases.
183 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
185         * gcc_release (build_sources): Do not include gnats.html any longer.
186         Make an error message more descriptive.
187         
188 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
190         * gcc_release: Factor the updating of links and READMEs on the
191         FTP server and sending mail for snapshots into a...
192         (announce_snapshot): ...new function.
193         Add informative output for both.
195 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
197         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
199 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
201         * snapshot-index.html: Use F77 instead of G77 front end.
202         Remove link to CodeSourcery snapshots which was not up-to-date.
203         Do not refer to gcc-bugs@gcc.gnu.org any longer.
205         * snapshot-README: Use F77 front end instead of G77 language.
207 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
209         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
210         (build_bz2): Rename to build_gzip and create .gz files from .bz2
211         files instead of the other way around.
212         (build_gzip): New function.
213         (build_diffs): Build .bz2 files instead of .gz files.
214         (build_diff): Use .bz2 files instead of .gz files.
215         Make an error message independent of the compression format.
216         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
217         invocation of this script.
218         (MODE_GZIP): New variable.
219         (OLD_TARS): Use .bz2 archive of the previous snapshot.
221 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
223         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
224         g++ language, and note that Java includes a run time.
225         * snapshot.index.html: Ditto.
227 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
229         * gcc_release (build_diff): Properly use ${TAR} instead of
230         hard-coded tar.
232 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
234         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
235         Simplify the note on not using unannounced snapshots.
236         
237 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
238         
239         * snapshot-README: Refer to .bz2 files instead of .gz files.
240         Add a note on where to find the diff files.
241         Simplify the note on not using unannounced snapshots.
242         Remove documentation of the gcc_latest_snapshot tag.
244 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
246         * gcc_release (build_diffs): Add diagnostics in case we cannot
247         generate a specific diff file.
249 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
251         * gcc_release (build_sources): Only update ChangeLog files which
252         do not yet contain the entry we are going to add.
253         Fix typo in added ChangeLog entries.
255 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
257         * gcc_release (upload_files): Put diff files into a "diffs"
258         subdirectory
260 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
262         * gcc_release: GNU CC -> GCC.
264 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
266         * gcc_release (usage): Print more detailed description of all
267         command-line options.
269 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
271         * update_version (ADD_BRANCHES): Add, set to MAIN and
272         tree-ssa-20020619-branch.
273         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
275 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
277         * update_version (textstring_FILES): Only version.c needs to be
278         updated, now that we do not consider older branches any more.
280 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
282         * update_version (IGNORE_BRANCHES): Add.
283         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
285 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
287         * update_version: Add a trace of which branch we are currently
288         working on.
290 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
292         * gcc_release: Make snapshots from the GCC 3.3 branch.
293         * snapshot-README: Update.
295 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
297         * update_version: Do not check in files which are unchanged.
298         * gcc_release: Only update the version in gcc/version.c.
300 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
302         * update_web_docs (MANUALS): Add fastjar.
304 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
306         * gcc_release: Make snapshots come from the mainline.
307         * snapshot-README: Update.
309 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
311         * update_web_docs: Remove support for generating g77_news.html and
312         g77_bugs.html.
313         * update_web_docs_old: Likewise.  Remove support for generating
314         thanks.html.
316 2002-07-28  Andreas Jaeger  <aj@suse.de>
318         * gcc_release: Update comment.
320         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
322 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
324         * gcc_release: Use the 3.2 branch for snapshots.
326 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
328         * update_web_docs (MANUALS): Include various flavours of the GNAT
329         User Guide.
331 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
333         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
334         gcc/gcc/ada/gnatvsn.ads.
336 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
338         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
339         release status is updated.
340         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
342 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
344         * gcc_release: Do upload files when local.
346         * snapshot-README, snapshot-index.html: Remove chill.
348 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
350         * gcc_release: Correct upload handling.
352 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
354         * gcc_release (build_diffs): Remove reference to Chill.
356 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
358         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
360 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
362         * gcc_release: Set TZ to UTC0.
364 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
366         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
367         (CHILL_DIRS): Remove.
369 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
371         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
372         major mode.
374 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
376         * update_version:  Don't indent the version string.
378 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
380         * snapshot-README: Note that snapshots come from the 3.1 branch.
381         Update list of files.
383 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
385         * gcc_release: Make snapshots come from the 3.1 branch.
387 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
389         * update_version: Automatically update version files on all
390         branches.
391         * crontab: Only invoke update_version once.
393 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
395         * gcc_release: Revert change to -p interface.  Allow for local and
396         remote cases in creating directories.  Give an error if -p
397         argument names a directory.
399 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
401         * gcc_release: Correct handling of diff-generation.  Add
402         "diffs" major mode.
404 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
406         * gcc_release: Substitute dates in snapshot-README and
407         snapshot-index.html files rather than directly using the old files
408         on the FTP site.  Set QMAILHOST.
410 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
412         * snapshot-index.html: Improve markup.
414 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
416         * snapshot-README, snapshot-index.html: Use expressions such as
417         @DATE@ rather than hardcoded dates.
419         * snapshot-README, snapshot-index.html: New files.
421 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
423         * update_web_docs (contrib_file): Remove.
424         Also removing special handling of thanks.html.
426 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
428         * update_web_docs: Use makeinfo --html instead of texi2html.
429         Remove support for pre-3.1 GCC versions.  Build online docs for
430         gccint manual.
432 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
434         * update_web_docs_old: Copy from update_web_docs.  Add comment
435         that this is for GCC 3.0.x and earlier versions.
437 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
439         * gcc_release: Add /usr/local/bin to path when local.
441 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
443         * update_web_docs: Set SOURCEDIR so that install manual can be
444         found when running install.texi2html.
446         * gcc_release: Don't require a username if running locally.
448 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
450         * update_web_docs: Eliminate warnings about keeping files from web
451         page preprocessing.
453         * update_web_docs: Allow for the same file name in different
454         directories.
456 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
458         * update_web_docs: Generate libiberty and gnat-style manuals.
460 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
462         * gcc_release: Build snapshots from mainline.  Generate Ada and
463         Chill tarballs.  Correct error check when building diffs.  Check
464         for errors when building bzip2 files.
465         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
467 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
469         * crontab: Build weekly snapshots.
471         * gcc_release: Copy from 3.0 branch.  Add support for building the
472         weekly snapshots on gcc.gnu.org.
474 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
476         * update_web_docs: Also check out texinfo.tex from
477         gcc/doc/include.
479 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
481         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
482         Preprocess the entire web site, not just the install docs.
484 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
486         * update_version:  Add command-line argument capability, also
487         bump version for libstdc++-v3, and exit with the return code from
488         the cvs commit.
489         * crontab:  Call update_version with arguments instead of
490         calling update_branch_version.
491         * update_branch_version:  Remove.
493 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
495         * update_web_docs: Only update the install documentation for the
496         CVS HEAD.
498 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
500         * update_web_docs, doc_exclude: Check out files that may be in the
501         Attic.  Check out texinfo.tex.  Don't generate anything from
502         c-tree.texi.  Generate PostScript output from manuals.
504 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
506         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
507         variables.
508         Fix a comment and add another one.
509         Generate the installation documentation in HTML format from
510         gcc/doc/install.texi.
512 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
514         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
515         run texi2html on manuals that aren't present.
517 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
519         * update_web_docs_libstdcxx:  New script.
520         * crontab:  Call said script.
522 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
524         * update_version, update_branch_version: Check out with gcc
525         directory instead of using egcs link.
527 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
529         * update_web_docs: Don't strip leading -r from argument following
530         -r, or leading -d from argument following -d.  Bug pointed out by
531         Matt Kraai.
533         * update_web_docs: Handle -r and -d options to generate docs for a
534         release or branch in a subdirectory.  Determine names of G77 news
535         and bugs files and contributors file after updated docs have been
536         installed, not before.  Don't remove files from a subdirectory.
537         Don't generate manuals for gcov (included in the GCC manual) or
538         iostream (obsolete).  Do generate manuals for cppinternals, gcj
539         and porting.  Update regular expressions for detecting whether
540         files have really changed when regenerated.
542 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
544         * update_web_docs: Use /usr/local/bin/texi2html rather than
545         gccadmin's local copy.
547 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
549         * crontab, doc_exclude, update_branch_version, update_version,
550         update_web_docs: New files (as currently used by gccadmin).
551         * README: New file.