fixed bash/dash/sh issue (Ubuntu)
[zpugcc/jano.git] / toolchain / gcc / maintainer-scripts / ChangeLog
blob7080fd57ed9d8d61a61ba4e3d0df4fb27b79fda0
1 2004-09-06  Release Manager
3         * GCC 3.4.2 released.
5 2004-07-01  Release Manager
7         * GCC 3.4.1 released.
9 2004-05-21  Paolo Carlini  <pcarlini@suse.de>
11         * gcc_release (build_sources): Generate the NEWS file in toplevel.
13 2004-05-17  Kelley Cook  <kcook@gcc.gnu.org>
15         * gcc_release (build_sources): Change CRCs from brik to md5sum.
17 2004-04-18  Release Manager
19         * GCC 3.4.0 released.
21 2004-04-07  Mark Mitchell  <mark@codesourcery.com>
23         * gcc_release (build_sources): Do not use "-r" and "-D" at the
24         same time with "cvs export".
26 2004-03-14  Gerald Pfeifer  <gerald@pfeifer.com>
28         * gcc_release (announce_snapshot): Use changedir instead of
29         plain cd.
30         
31 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
33         * gcc_release (build_sources): Delete call to make f77.rebuilt.
35 2004-01-03  Joseph S. Myers  <jsm@polyomino.org.uk>
37         * update_web_docs: Create tarballs of documentation sources and
38         HTML docs.
40 2004-01-02  Gerald Pfeifer  <gp@suse.de>
42         * update_version: Add some documentation.
43         
44 2004-01-02  Pop Sébastian  <pop@gauvain.u-strasbg.fr>
46         * update_version (ADD_BRANCHES): Add lno-branch.
48 2003-11-02  Gerald Pfeifer  <gerald@pfeifer.com>
50         * maintainer-addresses: New script.
52 2003-10-24  Kelley Cook  <kcook@gcc.gnu.org>
54         * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
56 2003-09-22  Gerald Pfeifer  <gerald@pfeifer.com>
58         * gcc_release (announce_snapshot): Restructure processing
59         of snapshot-README and snapshot-index.html and add a new
60         substitution for @EXPORT@.
62 2003-08-24  Gerald Pfeifer  <gerald@pfeifer.com>
64         * gcc_release (build_sources): Create/update the LAST_UPDATED file
65         in the source directory with information how sources were obtained.
66         
67 2003-08-16  Gerald Pfeifer  <gerald@pfeifer.com>
69         * gcc_release (build_sources): Use two new variables EXPORTTAG and
70         EXPORTDATE to make the extraction of sources more transparent and
71         also allow snapshots (off mainline) without a tag.
73 2003-08-08  Mark Mitchell  <mark@codesourcery.com>
75         * gcc_release: Correct logic for updating version.c.  Put
76         prereleases into a subdirectory.
78 2003-07-29  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
80         * crontab: Update invocation of gcc_release according to the
81         previous changes there.  Add automatic 3.4 snapshots from mainline.
83 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
85         * gcc_release (usage): Document that -s now takes symbolic name
86         and branch of the snapshot as parameters.
87         Implement this as part of command-line processing.
88         (BRANCH): Remove default initialization for snapshots.
89         (CVSBRANCH): Ditto.
90         Do not lay down a CVS tag if generating a snapshot from mainline.
91         
92 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
94         * gcc_release (announce_snapshot): Use ${RELEASE} instead
95         of ${BRANCH}-${DATE} to refer to the snapshot directory.
96         Put README file into the snapshot directory.
98         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
99         (FTP_PATH): Use ${RELEASE} in case of snapshots.
100         (TAG): Ditto.
101         (OLD_TARS): Adjust to new directory scheme for snapshots.
103 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
105         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
106         for README and index.html.
107         * snapshot-README: Use it.
108         * snapshot-index.html: Ditto.
110 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
111         
112         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
113         for README and index.html.  Remove substitution of @LONG_DATE@.
114         Put index.html into the respective snapshot directory.
115         Adjust subject of the notification mail to the new naming scheme
116         for CVS tags.
117         Adjust name of the LATEST-IS-... files to the new naming scheme
118         for snapshot directories.
119         (FTP_PATH): Ditto.
120         (LAST_DIR): Ditto.
121         (LAST_LONG_DATE): Remove.
123         * snapshot-README: Adjust to the new naming schemes for directories
124         and snapshots per se.
125         Dynamically fill in the respective branch instead of hardcoding it.
127         * snapshot-index.html: Replace individual links to diffs with a
128         general link to the diff/ subdirectory.
129         Mention the concrete snapshot in <title> and <h1>.
130         Adjust links to the new location of index.html.
131         
132 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
134         * gcc_release: Move handling of complex modes directly after
135         switch handling.
136         (TAG): Include the branch name as part of snapshot CVS tags.
138 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
140         * gcc_release: Execute gcc.gnu.org-only operations which are
141         related to diff generation only if diffs have been requested.
142         (build_sources): Improve tracing and an error message related
143         to tagging.
145 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
147         * gcc_release (BRANCH): Rename to...
148         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
149         will see.
150         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
151         of the directory name.
152         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
154 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
156         * gcc_release: Command "all" now creates .gz files only for
157         releases and pre-releases.
159 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
161         * gcc_release (build_sources): Do not include gnats.html any longer.
162         Make an error message more descriptive.
163         
164 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
166         * gcc_release: Factor the updating of links and READMEs on the
167         FTP server and sending mail for snapshots into a...
168         (announce_snapshot): ...new function.
169         Add informative output for both.
171 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
173         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
175 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
177         * snapshot-index.html: Use F77 instead of G77 front end.
178         Remove link to CodeSourcery snapshots which was not up-to-date.
179         Do not refer to gcc-bugs@gcc.gnu.org any longer.
181         * snapshot-README: Use F77 front end instead of G77 language.
183 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
185         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
186         (build_bz2): Rename to build_gzip and create .gz files from .bz2
187         files instead of the other way around.
188         (build_gzip): New function.
189         (build_diffs): Build .bz2 files instead of .gz files.
190         (build_diff): Use .bz2 files instead of .gz files.
191         Make an error message independent of the compression format.
192         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
193         invocation of this script.
194         (MODE_GZIP): New variable.
195         (OLD_TARS): Use .bz2 archive of the previous snapshot.
197 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
199         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
200         g++ language, and note that Java includes a run time.
201         * snapshot.index.html: Ditto.
203 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
205         * gcc_release (build_diff): Properly use ${TAR} instead of
206         hard-coded tar.
208 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
210         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
211         Simplify the note on not using unannounced snapshots.
212         
213 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
214         
215         * snapshot-README: Refer to .bz2 files instead of .gz files.
216         Add a note on where to find the diff files.
217         Simplify the note on not using unannounced snapshots.
218         Remove documentation of the gcc_latest_snapshot tag.
220 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
222         * gcc_release (build_diffs): Add diagnostics in case we cannot
223         generate a specific diff file.
225 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
227         * gcc_release (build_sources): Only update ChangeLog files which
228         do not yet contain the entry we are going to add.
229         Fix typo in added ChangeLog entries.
231 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
233         * gcc_release (upload_files): Put diff files into a "diffs"
234         subdirectory
236 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
238         * gcc_release: GNU CC -> GCC.
240 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
242         * gcc_release (usage): Print more detailed description of all
243         command-line options.
245 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
247         * update_version (ADD_BRANCHES): Add, set to MAIN and
248         tree-ssa-20020619-branch.
249         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
251 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
253         * update_version (textstring_FILES): Only version.c needs to be
254         updated, now that we do not consider older branches any more.
256 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
258         * update_version (IGNORE_BRANCHES): Add.
259         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
261 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
263         * update_version: Add a trace of which branch we are currently
264         working on.
266 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
268         * gcc_release: Make snapshots from the GCC 3.3 branch.
269         * snapshot-README: Update.
271 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
273         * update_version: Do not check in files which are unchanged.
274         * gcc_release: Only update the version in gcc/version.c.
276 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
278         * update_web_docs (MANUALS): Add fastjar.
280 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
282         * gcc_release: Make snapshots come from the mainline.
283         * snapshot-README: Update.
285 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
287         * update_web_docs: Remove support for generating g77_news.html and
288         g77_bugs.html.
289         * update_web_docs_old: Likewise.  Remove support for generating
290         thanks.html.
292 2002-07-28  Andreas Jaeger  <aj@suse.de>
294         * gcc_release: Update comment.
296         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
298 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
300         * gcc_release: Use the 3.2 branch for snapshots.
302 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
304         * update_web_docs (MANUALS): Include various flavours of the GNAT
305         User Guide.
307 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
309         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
310         gcc/gcc/ada/gnatvsn.ads.
312 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
314         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
315         release status is updated.
316         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
318 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
320         * gcc_release: Do upload files when local.
322         * snapshot-README, snapshot-index.html: Remove chill.
324 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
326         * gcc_release: Correct upload handling.
328 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
330         * gcc_release (build_diffs): Remove reference to Chill.
332 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
334         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
336 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
338         * gcc_release: Set TZ to UTC0.
340 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
342         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
343         (CHILL_DIRS): Remove.
345 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
347         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
348         major mode.
350 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
352         * update_version:  Don't indent the version string.
354 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
356         * snapshot-README: Note that snapshots come from the 3.1 branch.
357         Update list of files.
359 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
361         * gcc_release: Make snapshots come from the 3.1 branch.
363 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
365         * update_version: Automatically update version files on all
366         branches.
367         * crontab: Only invoke update_version once.
369 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
371         * gcc_release: Revert change to -p interface.  Allow for local and
372         remote cases in creating directories.  Give an error if -p
373         argument names a directory.
375 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
377         * gcc_release: Correct handling of diff-generation.  Add
378         "diffs" major mode.
380 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
382         * gcc_release: Substitute dates in snapshot-README and
383         snapshot-index.html files rather than directly using the old files
384         on the FTP site.  Set QMAILHOST.
386 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
388         * snapshot-index.html: Improve markup.
390 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
392         * snapshot-README, snapshot-index.html: Use expressions such as
393         @DATE@ rather than hardcoded dates.
395         * snapshot-README, snapshot-index.html: New files.
397 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
399         * update_web_docs (contrib_file): Remove.
400         Also removing special handling of thanks.html.
402 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
404         * update_web_docs: Use makeinfo --html instead of texi2html.
405         Remove support for pre-3.1 GCC versions.  Build online docs for
406         gccint manual.
408 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
410         * update_web_docs_old: Copy from update_web_docs.  Add comment
411         that this is for GCC 3.0.x and earlier versions.
413 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
415         * gcc_release: Add /usr/local/bin to path when local.
417 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
419         * update_web_docs: Set SOURCEDIR so that install manual can be
420         found when running install.texi2html.
422         * gcc_release: Don't require a username if running locally.
424 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
426         * update_web_docs: Eliminate warnings about keeping files from web
427         page preprocessing.
429         * update_web_docs: Allow for the same file name in different
430         directories.
432 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
434         * update_web_docs: Generate libiberty and gnat-style manuals.
436 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
438         * gcc_release: Build snapshots from mainline.  Generate Ada and
439         Chill tarballs.  Correct error check when building diffs.  Check
440         for errors when building bzip2 files.
441         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
443 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
445         * crontab: Build weekly snapshots.
447         * gcc_release: Copy from 3.0 branch.  Add support for building the
448         weekly snapshots on gcc.gnu.org.
450 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
452         * update_web_docs: Also check out texinfo.tex from
453         gcc/doc/include.
455 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
457         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
458         Preprocess the entire web site, not just the install docs.
460 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
462         * update_version:  Add command-line argument capability, also
463         bump version for libstdc++-v3, and exit with the return code from
464         the cvs commit.
465         * crontab:  Call update_version with arguments instead of
466         calling update_branch_version.
467         * update_branch_version:  Remove.
469 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
471         * update_web_docs: Only update the install documentation for the
472         CVS HEAD.
474 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
476         * update_web_docs, doc_exclude: Check out files that may be in the
477         Attic.  Check out texinfo.tex.  Don't generate anything from
478         c-tree.texi.  Generate PostScript output from manuals.
480 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
482         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
483         variables.
484         Fix a comment and add another one.
485         Generate the installation documentation in HTML format from
486         gcc/doc/install.texi.
488 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
490         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
491         run texi2html on manuals that aren't present.
493 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
495         * update_web_docs_libstdcxx:  New script.
496         * crontab:  Call said script.
498 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
500         * update_version, update_branch_version: Check out with gcc
501         directory instead of using egcs link.
503 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
505         * update_web_docs: Don't strip leading -r from argument following
506         -r, or leading -d from argument following -d.  Bug pointed out by
507         Matt Kraai.
509         * update_web_docs: Handle -r and -d options to generate docs for a
510         release or branch in a subdirectory.  Determine names of G77 news
511         and bugs files and contributors file after updated docs have been
512         installed, not before.  Don't remove files from a subdirectory.
513         Don't generate manuals for gcov (included in the GCC manual) or
514         iostream (obsolete).  Do generate manuals for cppinternals, gcj
515         and porting.  Update regular expressions for detecting whether
516         files have really changed when regenerated.
518 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
520         * update_web_docs: Use /usr/local/bin/texi2html rather than
521         gccadmin's local copy.
523 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
525         * crontab, doc_exclude, update_branch_version, update_version,
526         update_web_docs: New files (as currently used by gccadmin).
527         * README: New file.