* final.c (final_scan_insn): Run FINAL_PRESCAN_INSNS on asm insns
[official-gcc.git] / maintainer-scripts / ChangeLog
blob077582422f1e0795107cb97eb24af175c0304322
1 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
3         * gcc_release (announce_snapshot): Restructure processing
4         of snapshot-README and snapshot-index.html and add a new
5         substitution for @EXPORT@.
7 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
9         * gcc_release (build_sources): Create/update the LAST_UPDATED file
10         in the source directory with information how sources were obtained.
11         
12 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
14         * gcc_release (build_sources): Use two new variables EXPORTTAG and
15         EXPORTDATE to make the extraction of sources more transparent and
16         also allow snapshots (off mainline) without a tag.
18 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
20         * gcc_release: Correct logic for updating version.c.  Put
21         prereleases into a subdirectory.
23 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
25         * crontab: Update invocation of gcc_release according to the
26         previous changes there.  Add automatic 3.4 snapshots from mainline.
28 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
30         * gcc_release (usage): Document that -s now takes symbolic name
31         and branch of the snapshot as parameters.
32         Implement this as part of command-line processing.
33         (BRANCH): Remove default initialization for snapshots.
34         (CVSBRANCH): Ditto.
35         Do not lay down a CVS tag if generating a snapshot from mainline.
36         
37 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
39         * gcc_release (announce_snapshot): Use ${RELEASE} instead
40         of ${BRANCH}-${DATE} to refer to the snapshot directory.
41         Put README file into the snapshot directory.
43         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
44         (FTP_PATH): Use ${RELEASE} in case of snapshots.
45         (TAG): Ditto.
46         (OLD_TARS): Adjust to new directory scheme for snapshots.
48 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
50         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
51         for README and index.html.
52         * snapshot-README: Use it.
53         * snapshot-index.html: Ditto.
55 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
56         
57         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
58         for README and index.html.  Remove substitution of @LONG_DATE@.
59         Put index.html into the respective snapshot directory.
60         Adjust subject of the notification mail to the new naming scheme
61         for CVS tags.
62         Adjust name of the LATEST-IS-... files to the new naming scheme
63         for snapshot directories.
64         (FTP_PATH): Ditto.
65         (LAST_DIR): Ditto.
66         (LAST_LONG_DATE): Remove.
68         * snapshot-README: Adjust to the new naming schemes for directories
69         and snapshots per se.
70         Dynamically fill in the respective branch instead of hardcoding it.
72         * snapshot-index.html: Replace individual links to diffs with a
73         general link to the diff/ subdirectory.
74         Mention the concrete snapshot in <title> and <h1>.
75         Adjust links to the new location of index.html.
76         
77 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
79         * gcc_release: Move handling of complex modes directly after
80         switch handling.
81         (TAG): Include the branch name as part of snapshot CVS tags.
83 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
85         * gcc_release: Execute gcc.gnu.org-only operations which are
86         related to diff generation only if diffs have been requested.
87         (build_sources): Improve tracing and an error message related
88         to tagging.
90 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
92         * gcc_release (BRANCH): Rename to...
93         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
94         will see.
95         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
96         of the directory name.
97         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
99 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
101         * gcc_release: Command "all" now creates .gz files only for
102         releases and pre-releases.
104 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
106         * gcc_release (build_sources): Do not include gnats.html any longer.
107         Make an error message more descriptive.
108         
109 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
111         * gcc_release: Factor the updating of links and READMEs on the
112         FTP server and sending mail for snapshots into a...
113         (announce_snapshot): ...new function.
114         Add informative output for both.
116 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
118         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
120 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
122         * snapshot-index.html: Use F77 instead of G77 front end.
123         Remove link to CodeSourcery snapshots which was not up-to-date.
124         Do not refer to gcc-bugs@gcc.gnu.org any longer.
126         * snapshot-README: Use F77 front end instead of G77 language.
128 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
130         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
131         (build_bz2): Rename to build_gzip and create .gz files from .bz2
132         files instead of the other way around.
133         (build_gzip): New function.
134         (build_diffs): Build .bz2 files instead of .gz files.
135         (build_diff): Use .bz2 files instead of .gz files.
136         Make an error message independent of the compression format.
137         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
138         invocation of this script.
139         (MODE_GZIP): New variable.
140         (OLD_TARS): Use .bz2 archive of the previous snapshot.
142 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
144         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
145         g++ language, and note that Java includes a run time.
146         * snapshot.index.html: Ditto.
148 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
150         * gcc_release (build_diff): Properly use ${TAR} instead of
151         hard-coded tar.
153 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
155         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
156         Simplify the note on not using unannounced snapshots.
157         
158 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
159         
160         * snapshot-README: Refer to .bz2 files instead of .gz files.
161         Add a note on where to find the diff files.
162         Simplify the note on not using unannounced snapshots.
163         Remove documentation of the gcc_latest_snapshot tag.
165 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
167         * gcc_release (build_diffs): Add diagnostics in case we cannot
168         generate a specific diff file.
170 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
172         * gcc_release (build_sources): Only update ChangeLog files which
173         do not yet contain the entry we are going to add.
174         Fix typo in added ChangeLog entries.
176 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
178         * gcc_release (upload_files): Put diff files into a "diffs"
179         subdirectory
181 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
183         * gcc_release: GNU CC -> GCC.
185 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
187         * gcc_release (usage): Print more detailed description of all
188         command-line options.
190 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
192         * update_version (ADD_BRANCHES): Add, set to MAIN and
193         tree-ssa-20020619-branch.
194         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
196 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
198         * update_version (textstring_FILES): Only version.c needs to be
199         updated, now that we do not consider older branches any more.
201 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
203         * update_version (IGNORE_BRANCHES): Add.
204         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
206 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
208         * update_version: Add a trace of which branch we are currently
209         working on.
211 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
213         * gcc_release: Make snapshots from the GCC 3.3 branch.
214         * snapshot-README: Update.
216 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
218         * update_version: Do not check in files which are unchanged.
219         * gcc_release: Only update the version in gcc/version.c.
221 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
223         * update_web_docs (MANUALS): Add fastjar.
225 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
227         * gcc_release: Make snapshots come from the mainline.
228         * snapshot-README: Update.
230 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
232         * update_web_docs: Remove support for generating g77_news.html and
233         g77_bugs.html.
234         * update_web_docs_old: Likewise.  Remove support for generating
235         thanks.html.
237 2002-07-28  Andreas Jaeger  <aj@suse.de>
239         * gcc_release: Update comment.
241         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
243 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
245         * gcc_release: Use the 3.2 branch for snapshots.
247 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
249         * update_web_docs (MANUALS): Include various flavours of the GNAT
250         User Guide.
252 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
254         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
255         gcc/gcc/ada/gnatvsn.ads.
257 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
259         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
260         release status is updated.
261         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
263 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
265         * gcc_release: Do upload files when local.
267         * snapshot-README, snapshot-index.html: Remove chill.
269 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
271         * gcc_release: Correct upload handling.
273 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
275         * gcc_release (build_diffs): Remove reference to Chill.
277 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
279         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
281 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
283         * gcc_release: Set TZ to UTC0.
285 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
287         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
288         (CHILL_DIRS): Remove.
290 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
292         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
293         major mode.
295 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
297         * update_version:  Don't indent the version string.
299 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
301         * snapshot-README: Note that snapshots come from the 3.1 branch.
302         Update list of files.
304 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
306         * gcc_release: Make snapshots come from the 3.1 branch.
308 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
310         * update_version: Automatically update version files on all
311         branches.
312         * crontab: Only invoke update_version once.
314 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
316         * gcc_release: Revert change to -p interface.  Allow for local and
317         remote cases in creating directories.  Give an error if -p
318         argument names a directory.
320 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
322         * gcc_release: Correct handling of diff-generation.  Add
323         "diffs" major mode.
325 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
327         * gcc_release: Substitute dates in snapshot-README and
328         snapshot-index.html files rather than directly using the old files
329         on the FTP site.  Set QMAILHOST.
331 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
333         * snapshot-index.html: Improve markup.
335 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
337         * snapshot-README, snapshot-index.html: Use expressions such as
338         @DATE@ rather than hardcoded dates.
340         * snapshot-README, snapshot-index.html: New files.
342 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
344         * update_web_docs (contrib_file): Remove.
345         Also removing special handling of thanks.html.
347 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
349         * update_web_docs: Use makeinfo --html instead of texi2html.
350         Remove support for pre-3.1 GCC versions.  Build online docs for
351         gccint manual.
353 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
355         * update_web_docs_old: Copy from update_web_docs.  Add comment
356         that this is for GCC 3.0.x and earlier versions.
358 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
360         * gcc_release: Add /usr/local/bin to path when local.
362 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
364         * update_web_docs: Set SOURCEDIR so that install manual can be
365         found when running install.texi2html.
367         * gcc_release: Don't require a username if running locally.
369 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
371         * update_web_docs: Eliminate warnings about keeping files from web
372         page preprocessing.
374         * update_web_docs: Allow for the same file name in different
375         directories.
377 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
379         * update_web_docs: Generate libiberty and gnat-style manuals.
381 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
383         * gcc_release: Build snapshots from mainline.  Generate Ada and
384         Chill tarballs.  Correct error check when building diffs.  Check
385         for errors when building bzip2 files.
386         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
388 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
390         * crontab: Build weekly snapshots.
392         * gcc_release: Copy from 3.0 branch.  Add support for building the
393         weekly snapshots on gcc.gnu.org.
395 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
397         * update_web_docs: Also check out texinfo.tex from
398         gcc/doc/include.
400 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
402         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
403         Preprocess the entire web site, not just the install docs.
405 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
407         * update_version:  Add command-line argument capability, also
408         bump version for libstdc++-v3, and exit with the return code from
409         the cvs commit.
410         * crontab:  Call update_version with arguments instead of
411         calling update_branch_version.
412         * update_branch_version:  Remove.
414 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
416         * update_web_docs: Only update the install documentation for the
417         CVS HEAD.
419 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
421         * update_web_docs, doc_exclude: Check out files that may be in the
422         Attic.  Check out texinfo.tex.  Don't generate anything from
423         c-tree.texi.  Generate PostScript output from manuals.
425 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
427         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
428         variables.
429         Fix a comment and add another one.
430         Generate the installation documentation in HTML format from
431         gcc/doc/install.texi.
433 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
435         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
436         run texi2html on manuals that aren't present.
438 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
440         * update_web_docs_libstdcxx:  New script.
441         * crontab:  Call said script.
443 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
445         * update_version, update_branch_version: Check out with gcc
446         directory instead of using egcs link.
448 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
450         * update_web_docs: Don't strip leading -r from argument following
451         -r, or leading -d from argument following -d.  Bug pointed out by
452         Matt Kraai.
454         * update_web_docs: Handle -r and -d options to generate docs for a
455         release or branch in a subdirectory.  Determine names of G77 news
456         and bugs files and contributors file after updated docs have been
457         installed, not before.  Don't remove files from a subdirectory.
458         Don't generate manuals for gcov (included in the GCC manual) or
459         iostream (obsolete).  Do generate manuals for cppinternals, gcj
460         and porting.  Update regular expressions for detecting whether
461         files have really changed when regenerated.
463 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
465         * update_web_docs: Use /usr/local/bin/texi2html rather than
466         gccadmin's local copy.
468 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
470         * crontab, doc_exclude, update_branch_version, update_version,
471         update_web_docs: New files (as currently used by gccadmin).
472         * README: New file.