1.cc, [...]: Update comment regarding the origin of LOCALEDIR.
[official-gcc.git] / maintainer-scripts / ChangeLog
blob8612da0eda206133123342ce74dc674d3505aede
1 2003-07-23  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3         * gcc_release (usage): Document that -s now takes symbolic name
4         and branch of the snapshot as parameters.
5         Implement this as part of command-line processing.
6         (BRANCH): Remove default initialization for snapshots.
7         (CVSBRANCH): Ditto.
8         Do not lay down a CVS tag if generating a snapshot from mainline.
9         
10 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12         * gcc_release (announce_snapshot): Use ${RELEASE} instead
13         of ${BRANCH}-${DATE} to refer to the snapshot directory.
14         Put README file into the snapshot directory.
16         (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
17         (FTP_PATH): Use ${RELEASE} in case of snapshots.
18         (TAG): Ditto.
19         (OLD_TARS): Adjust to new directory scheme for snapshots.
21 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
23         * gcc_release (announce_snapshot): Add substitution of @RELEASE@
24         for README and index.html.
25         * snapshot-README: Use it.
26         * snapshot-index.html: Ditto.
28 2003-07-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
29         
30         * gcc_release (announce_snapshot): Add substitution of @BRANCH@
31         for README and index.html.  Remove substitution of @LONG_DATE@.
32         Put index.html into the respective snapshot directory.
33         Adjust subject of the notification mail to the new naming scheme
34         for CVS tags.
35         Adjust name of the LATEST-IS-... files to the new naming scheme
36         for snapshot directories.
37         (FTP_PATH): Ditto.
38         (LAST_DIR): Ditto.
39         (LAST_LONG_DATE): Remove.
41         * snapshot-README: Adjust to the new naming schemes for directories
42         and snapshots per se.
43         Dynamically fill in the respective branch instead of hardcoding it.
45         * snapshot-index.html: Replace individual links to diffs with a
46         general link to the diff/ subdirectory.
47         Mention the concrete snapshot in <title> and <h1>.
48         Adjust links to the new location of index.html.
49         
50 2003-07-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
52         * gcc_release: Move handling of complex modes directly after
53         switch handling.
54         (TAG): Include the branch name as part of snapshot CVS tags.
56 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
58         * gcc_release: Execute gcc.gnu.org-only operations which are
59         related to diff generation only if diffs have been requested.
60         (build_sources): Improve tracing and an error message related
61         to tagging.
63 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
65         * gcc_release (BRANCH): Rename to...
66         (CVSBRANCH): ...new macro, and use BRANCH for the variant users
67         will see.
68         (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
69         of the directory name.
70         Use .snapshot_date-${BRANCH} instead of .snapshot_date.
72 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
74         * gcc_release: Command "all" now creates .gz files only for
75         releases and pre-releases.
77 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
79         * gcc_release (build_sources): Do not include gnats.html any longer.
80         Make an error message more descriptive.
81         
82 2003-06-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
84         * gcc_release: Factor the updating of links and READMEs on the
85         FTP server and sending mail for snapshots into a...
86         (announce_snapshot): ...new function.
87         Add informative output for both.
89 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
91         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
93 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
95         * snapshot-index.html: Use F77 instead of G77 front end.
96         Remove link to CodeSourcery snapshots which was not up-to-date.
97         Do not refer to gcc-bugs@gcc.gnu.org any longer.
99         * snapshot-README: Use F77 front end instead of G77 language.
101 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
103         * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
104         (build_bz2): Rename to build_gzip and create .gz files from .bz2
105         files instead of the other way around.
106         (build_gzip): New function.
107         (build_diffs): Build .bz2 files instead of .gz files.
108         (build_diff): Use .bz2 files instead of .gz files.
109         Make an error message independent of the compression format.
110         (MODE_BZIP2): Rename to MODE_GZIP.  Related changes to the
111         invocation of this script.
112         (MODE_GZIP): New variable.
113         (OLD_TARS): Use .bz2 archive of the previous snapshot.
115 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
117         * snapshot-README: Use GCC instead of gcc, C++ front end instead of 
118         g++ language, and note that Java includes a run time.
119         * snapshot.index.html: Ditto.
121 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
123         * gcc_release (build_diff): Properly use ${TAR} instead of
124         hard-coded tar.
126 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
128         * snapshot-index.html: Refer to .bz2 files instead of .gz files. 
129         Simplify the note on not using unannounced snapshots.
130         
131 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
132         
133         * snapshot-README: Refer to .bz2 files instead of .gz files.
134         Add a note on where to find the diff files.
135         Simplify the note on not using unannounced snapshots.
136         Remove documentation of the gcc_latest_snapshot tag.
138 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
140         * gcc_release (build_diffs): Add diagnostics in case we cannot
141         generate a specific diff file.
143 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
145         * gcc_release (build_sources): Only update ChangeLog files which
146         do not yet contain the entry we are going to add.
147         Fix typo in added ChangeLog entries.
149 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
151         * gcc_release (upload_files): Put diff files into a "diffs"
152         subdirectory
154 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
156         * gcc_release: GNU CC -> GCC.
158 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
160         * gcc_release (usage): Print more detailed description of all
161         command-line options.
163 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
165         * update_version (ADD_BRANCHES): Add, set to MAIN and
166         tree-ssa-20020619-branch.
167         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
169 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
171         * update_version (textstring_FILES): Only version.c needs to be
172         updated, now that we do not consider older branches any more.
174 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
176         * update_version (IGNORE_BRANCHES): Add.
177         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
179 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
181         * update_version: Add a trace of which branch we are currently
182         working on.
184 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
186         * gcc_release: Make snapshots from the GCC 3.3 branch.
187         * snapshot-README: Update.
189 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
191         * update_version: Do not check in files which are unchanged.
192         * gcc_release: Only update the version in gcc/version.c.
194 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
196         * update_web_docs (MANUALS): Add fastjar.
198 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
200         * gcc_release: Make snapshots come from the mainline.
201         * snapshot-README: Update.
203 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
205         * update_web_docs: Remove support for generating g77_news.html and
206         g77_bugs.html.
207         * update_web_docs_old: Likewise.  Remove support for generating
208         thanks.html.
210 2002-07-28  Andreas Jaeger  <aj@suse.de>
212         * gcc_release: Update comment.
214         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
216 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
218         * gcc_release: Use the 3.2 branch for snapshots.
220 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
222         * update_web_docs (MANUALS): Include various flavours of the GNAT
223         User Guide.
225 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
227         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
228         gcc/gcc/ada/gnatvsn.ads.
230 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
232         * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
233         release status is updated.
234         * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
236 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
238         * gcc_release: Do upload files when local.
240         * snapshot-README, snapshot-index.html: Remove chill.
242 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
244         * gcc_release: Correct upload handling.
246 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
248         * gcc_release (build_diffs): Remove reference to Chill.
250 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
252         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
254 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
256         * gcc_release: Set TZ to UTC0.
258 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
260         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
261         (CHILL_DIRS): Remove.
263 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
265         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
266         major mode.
268 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
270         * update_version:  Don't indent the version string.
272 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
274         * snapshot-README: Note that snapshots come from the 3.1 branch.
275         Update list of files.
277 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
279         * gcc_release: Make snapshots come from the 3.1 branch.
281 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
283         * update_version: Automatically update version files on all
284         branches.
285         * crontab: Only invoke update_version once.
287 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
289         * gcc_release: Revert change to -p interface.  Allow for local and
290         remote cases in creating directories.  Give an error if -p
291         argument names a directory.
293 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
295         * gcc_release: Correct handling of diff-generation.  Add
296         "diffs" major mode.
298 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
300         * gcc_release: Substitute dates in snapshot-README and
301         snapshot-index.html files rather than directly using the old files
302         on the FTP site.  Set QMAILHOST.
304 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
306         * snapshot-index.html: Improve markup.
308 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
310         * snapshot-README, snapshot-index.html: Use expressions such as
311         @DATE@ rather than hardcoded dates.
313         * snapshot-README, snapshot-index.html: New files.
315 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
317         * update_web_docs (contrib_file): Remove.
318         Also removing special handling of thanks.html.
320 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
322         * update_web_docs: Use makeinfo --html instead of texi2html.
323         Remove support for pre-3.1 GCC versions.  Build online docs for
324         gccint manual.
326 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
328         * update_web_docs_old: Copy from update_web_docs.  Add comment
329         that this is for GCC 3.0.x and earlier versions.
331 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
333         * gcc_release: Add /usr/local/bin to path when local.
335 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
337         * update_web_docs: Set SOURCEDIR so that install manual can be
338         found when running install.texi2html.
340         * gcc_release: Don't require a username if running locally.
342 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
344         * update_web_docs: Eliminate warnings about keeping files from web
345         page preprocessing.
347         * update_web_docs: Allow for the same file name in different
348         directories.
350 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
352         * update_web_docs: Generate libiberty and gnat-style manuals.
354 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
356         * gcc_release: Build snapshots from mainline.  Generate Ada and
357         Chill tarballs.  Correct error check when building diffs.  Check
358         for errors when building bzip2 files.
359         * crontab: Use /sourceware/snapshot-tmp for building snapshots.
361 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
363         * crontab: Build weekly snapshots.
365         * gcc_release: Copy from 3.0 branch.  Add support for building the
366         weekly snapshots on gcc.gnu.org.
368 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
370         * update_web_docs: Also check out texinfo.tex from
371         gcc/doc/include.
373 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
375         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
376         Preprocess the entire web site, not just the install docs.
378 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
380         * update_version:  Add command-line argument capability, also
381         bump version for libstdc++-v3, and exit with the return code from
382         the cvs commit.
383         * crontab:  Call update_version with arguments instead of
384         calling update_branch_version.
385         * update_branch_version:  Remove.
387 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
389         * update_web_docs: Only update the install documentation for the
390         CVS HEAD.
392 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
394         * update_web_docs, doc_exclude: Check out files that may be in the
395         Attic.  Check out texinfo.tex.  Don't generate anything from
396         c-tree.texi.  Generate PostScript output from manuals.
398 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
400         * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
401         variables.
402         Fix a comment and add another one.
403         Generate the installation documentation in HTML format from
404         gcc/doc/install.texi.
406 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
408         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
409         run texi2html on manuals that aren't present.
411 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
413         * update_web_docs_libstdcxx:  New script.
414         * crontab:  Call said script.
416 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
418         * update_version, update_branch_version: Check out with gcc
419         directory instead of using egcs link.
421 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
423         * update_web_docs: Don't strip leading -r from argument following
424         -r, or leading -d from argument following -d.  Bug pointed out by
425         Matt Kraai.
427         * update_web_docs: Handle -r and -d options to generate docs for a
428         release or branch in a subdirectory.  Determine names of G77 news
429         and bugs files and contributors file after updated docs have been
430         installed, not before.  Don't remove files from a subdirectory.
431         Don't generate manuals for gcov (included in the GCC manual) or
432         iostream (obsolete).  Do generate manuals for cppinternals, gcj
433         and porting.  Update regular expressions for detecting whether
434         files have really changed when regenerated.
436 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
438         * update_web_docs: Use /usr/local/bin/texi2html rather than
439         gccadmin's local copy.
441 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
443         * crontab, doc_exclude, update_branch_version, update_version,
444         update_web_docs: New files (as currently used by gccadmin).
445         * README: New file.