* doc/invoke.texi (Optimize Options): Replace "it's" with "its".
[official-gcc.git] / maintainer-scripts / ChangeLog
blob66c53a20af2c2066ca17f02ad7dcb6eea7e35f9a
1 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3         * gcc_release (announce_snapshot): Use ${RELEASE} instead
4         of ${BRANCH}-${DATE} to refer to the snapshot directory.
5         Put README file into the snapshot directory.
7         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
8         (FTP_PATH): Use ${RELEASE} in case of snapshots.
9         (TAG): Ditto.
10         (OLD_TARS): Adjust to new directory scheme for snapshots.
12 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
15         for README and index.html.
16         * snapshot-README: Use it.
17         * snapshot-index.html: Ditto.
19 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
20         
21         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
22         for README and index.html.  Remove substitution of @LONG_DATE@.
23         Put index.html into the respective snapshot directory.
24         Adjust subject of the notification mail to the new naming scheme
25         for CVS tags.
26         Adjust name of the LATEST-IS-... files to the new naming scheme
27         for snapshot directories.
28         (FTP_PATH): Ditto.
29         (LAST_DIR): Ditto.
30         (LAST_LONG_DATE): Remove.
32         * snapshot-README: Adjust to the new naming schemes for directories
33         and snapshots per se.
34         Dynamically fill in the respective branch instead of hardcoding it.
36         * snapshot-index.html: Replace individual links to diffs with a
37         general link to the diff/ subdirectory.
38         Mention the concrete snapshot in <title> and <h1>.
39         Adjust links to the new location of index.html.
40         
41 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
43         * gcc_release: Move handling of complex modes directly after
44         switch handling.
45         (TAG): Include the branch name as part of snapshot CVS tags.
47 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
49         * gcc_release: Execute gcc.gnu.org-only operations which are
50         related to diff generation only if diffs have been requested.
51         (build_sources): Improve tracing and an error message related
52         to tagging.
54 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
56         * gcc_release (BRANCH): Rename to...
57         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
58         will see.
59         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
60         of the directory name.
61         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
63 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
65         * gcc_release: Command "all" now creates .gz files only for
66         releases and pre-releases.
68 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
70         * gcc_release (build_sources): Do not include gnats.html any longer.
71         Make an error message more descriptive.
72         
73 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
75         * gcc_release: Factor the updating of links and READMEs on the
76         FTP server and sending mail for snapshots into a...
77         (announce_snapshot): ...new function.
78         Add informative output for both.
80 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
82         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
84 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
86         * snapshot-index.html: Use F77 instead of G77 front end.
87         Remove link to CodeSourcery snapshots which was not up-to-date.
88         Do not refer to gcc-bugs@gcc.gnu.org any longer.
90         * snapshot-README: Use F77 front end instead of G77 language.
92 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
94         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
95         (build_bz2): Rename to build_gzip and create .gz files from .bz2
96         files instead of the other way around.
97         (build_gzip): New function.
98         (build_diffs): Build .bz2 files instead of .gz files.
99         (build_diff): Use .bz2 files instead of .gz files.
100         Make an error message independent of the compression format.
101         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
102         invocation of this script.
103         (MODE_GZIP): New variable.
104         (OLD_TARS): Use .bz2 archive of the previous snapshot.
106 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
108         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
109         g++ language, and note that Java includes a run time.
110         * snapshot.index.html: Ditto.
112 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
114         * gcc_release (build_diff): Properly use ${TAR} instead of
115         hard-coded tar.
117 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
119         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
120         Simplify the note on not using unannounced snapshots.
121         
122 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
123         
124         * snapshot-README: Refer to .bz2 files instead of .gz files.
125         Add a note on where to find the diff files.
126         Simplify the note on not using unannounced snapshots.
127         Remove documentation of the gcc_latest_snapshot tag.
129 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
131         * gcc_release (build_diffs): Add diagnostics in case we cannot
132         generate a specific diff file.
134 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
136         * gcc_release (build_sources): Only update ChangeLog files which
137         do not yet contain the entry we are going to add.
138         Fix typo in added ChangeLog entries.
140 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
142         * gcc_release (upload_files): Put diff files into a "diffs"
143         subdirectory
145 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
147         * gcc_release: GNU CC -> GCC.
149 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
151         * gcc_release (usage): Print more detailed description of all
152         command-line options.
154 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
156         * update_version (ADD_BRANCHES): Add, set to MAIN and
157         tree-ssa-20020619-branch.
158         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
160 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
162         * update_version (textstring_FILES): Only version.c needs to be
163         updated, now that we do not consider older branches any more.
165 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
167         * update_version (IGNORE_BRANCHES): Add.
168         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
170 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
172         * update_version: Add a trace of which branch we are currently
173         working on.
175 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
177         * gcc_release: Make snapshots from the GCC 3.3 branch.
178         * snapshot-README: Update.
180 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
182         * update_version: Do not check in files which are unchanged.
183         * gcc_release: Only update the version in gcc/version.c.
185 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
187         * update_web_docs (MANUALS): Add fastjar.
189 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
191         * gcc_release: Make snapshots come from the mainline.
192         * snapshot-README: Update.
194 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
196         * update_web_docs: Remove support for generating g77_news.html and
197         g77_bugs.html.
198         * update_web_docs_old: Likewise.  Remove support for generating
199         thanks.html.
201 2002-07-28  Andreas Jaeger  <aj@suse.de>
203         * gcc_release: Update comment.
205         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
207 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
209         * gcc_release: Use the 3.2 branch for snapshots.
211 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
213         * update_web_docs (MANUALS): Include various flavours of the GNAT
214         User Guide.
216 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
218         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
219         gcc/gcc/ada/gnatvsn.ads.
221 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
223         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
224         release status is updated.
225         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
227 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
229         * gcc_release: Do upload files when local.
231         * snapshot-README, snapshot-index.html: Remove chill.
233 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
235         * gcc_release: Correct upload handling.
237 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
239         * gcc_release (build_diffs): Remove reference to Chill.
241 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
243         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
245 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
247         * gcc_release: Set TZ to UTC0.
249 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
251         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
252         (CHILL_DIRS): Remove.
254 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
256         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
257         major mode.
259 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
261         * update_version:  Don't indent the version string.
263 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
265         * snapshot-README: Note that snapshots come from the 3.1 branch.
266         Update list of files.
268 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
270         * gcc_release: Make snapshots come from the 3.1 branch.
272 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
274         * update_version: Automatically update version files on all
275         branches.
276         * crontab: Only invoke update_version once.
278 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
280         * gcc_release: Revert change to -p interface.  Allow for local and
281         remote cases in creating directories.  Give an error if -p
282         argument names a directory.
284 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
286         * gcc_release: Correct handling of diff-generation.  Add
287         "diffs" major mode.
289 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
291         * gcc_release: Substitute dates in snapshot-README and
292         snapshot-index.html files rather than directly using the old files
293         on the FTP site.  Set QMAILHOST.
295 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
297         * snapshot-index.html: Improve markup.
299 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
301         * snapshot-README, snapshot-index.html: Use expressions such as
302         @DATE@ rather than hardcoded dates.
304         * snapshot-README, snapshot-index.html: New files.
306 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
308         * update_web_docs (contrib_file): Remove.
309         Also removing special handling of thanks.html.
311 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
313         * update_web_docs: Use makeinfo --html instead of texi2html.
314         Remove support for pre-3.1 GCC versions.  Build online docs for
315         gccint manual.
317 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
319         * update_web_docs_old: Copy from update_web_docs.  Add comment
320         that this is for GCC 3.0.x and earlier versions.
322 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
324         * gcc_release: Add /usr/local/bin to path when local.
326 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
328         * update_web_docs: Set SOURCEDIR so that install manual can be
329         found when running install.texi2html.
331         * gcc_release: Don't require a username if running locally.
333 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
335         * update_web_docs: Eliminate warnings about keeping files from web
336         page preprocessing.
338         * update_web_docs: Allow for the same file name in different
339         directories.
341 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
343         * update_web_docs: Generate libiberty and gnat-style manuals.
345 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
347         * gcc_release: Build snapshots from mainline.  Generate Ada and
348         Chill tarballs.  Correct error check when building diffs.  Check
349         for errors when building bzip2 files.
350         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
352 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
354         * crontab: Build weekly snapshots.
356         * gcc_release: Copy from 3.0 branch.  Add support for building the
357         weekly snapshots on gcc.gnu.org.
359 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
361         * update_web_docs: Also check out texinfo.tex from
362         gcc/doc/include.
364 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
366         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
367         Preprocess the entire web site, not just the install docs.
369 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
371         * update_version:  Add command-line argument capability, also
372         bump version for libstdc++-v3, and exit with the return code from
373         the cvs commit.
374         * crontab:  Call update_version with arguments instead of
375         calling update_branch_version.
376         * update_branch_version:  Remove.
378 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
380         * update_web_docs: Only update the install documentation for the
381         CVS HEAD.
383 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
385         * update_web_docs, doc_exclude: Check out files that may be in the
386         Attic.  Check out texinfo.tex.  Don't generate anything from
387         c-tree.texi.  Generate PostScript output from manuals.
389 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
391         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
392         variables.
393         Fix a comment and add another one.
394         Generate the installation documentation in HTML format from
395         gcc/doc/install.texi.
397 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
399         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
400         run texi2html on manuals that aren't present.
402 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
404         * update_web_docs_libstdcxx:  New script.
405         * crontab:  Call said script.
407 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
409         * update_version, update_branch_version: Check out with gcc
410         directory instead of using egcs link.
412 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
414         * update_web_docs: Don't strip leading -r from argument following
415         -r, or leading -d from argument following -d.  Bug pointed out by
416         Matt Kraai.
418         * update_web_docs: Handle -r and -d options to generate docs for a
419         release or branch in a subdirectory.  Determine names of G77 news
420         and bugs files and contributors file after updated docs have been
421         installed, not before.  Don't remove files from a subdirectory.
422         Don't generate manuals for gcov (included in the GCC manual) or
423         iostream (obsolete).  Do generate manuals for cppinternals, gcj
424         and porting.  Update regular expressions for detecting whether
425         files have really changed when regenerated.
427 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
429         * update_web_docs: Use /usr/local/bin/texi2html rather than
430         gccadmin's local copy.
432 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
434         * crontab, doc_exclude, update_branch_version, update_version,
435         update_web_docs: New files (as currently used by gccadmin).
436         * README: New file.