OSDN Git Service

* lib/compat.exp: Handle dg-options per source file.
[pf3gnuchains/gcc-fork.git] / maintainer-scripts / ChangeLog
1 2003-07-19  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
2
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.
6
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.
11
12 2003-07-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13
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.
18
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.
31
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.
35
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>
42
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.
46
47 2003-07-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
48
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.
53
54 2003-07-01  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
55
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.
62
63 2003-06-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
64
65         * gcc_release: Command "all" now creates .gz files only for
66         releases and pre-releases.
67
68 2003-06-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
69
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>
74
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.
79
80 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
81
82         * gcc_release: Do not update gcc_latest_snapshot tag any longer.
83
84 2003-06-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
85
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.
89
90         * snapshot-README: Use F77 front end instead of G77 language.
91
92 2003-06-17  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
93
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.
105
106 2003-06-14  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
107
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.
111
112 2003-06-10  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
113
114         * gcc_release (build_diff): Properly use ${TAR} instead of
115         hard-coded tar.
116
117 2003-05-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
118
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.
128
129 2003-05-27  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
130
131         * gcc_release (build_diffs): Add diagnostics in case we cannot
132         generate a specific diff file.
133
134 2003-05-24  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
135
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.
139
140 2003-05-20  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
141
142         * gcc_release (upload_files): Put diff files into a "diffs"
143         subdirectory
144
145 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
146
147         * gcc_release: GNU CC -> GCC.
148
149 2003-05-12  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
150
151         * gcc_release (usage): Print more detailed description of all
152         command-line options.
153
154 2003-05-09  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
155
156         * update_version (ADD_BRANCHES): Add, set to MAIN and
157         tree-ssa-20020619-branch.
158         (BRANCHES): Always consider branches given by $ADD_BRANCHES.
159
160 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
161
162         * update_version (textstring_FILES): Only version.c needs to be
163         updated, now that we do not consider older branches any more.
164
165 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
166
167         * update_version (IGNORE_BRANCHES): Add.
168         (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
169
170 2003-05-02  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
171
172         * update_version: Add a trace of which branch we are currently
173         working on.
174
175 2002-12-16  Mark Mitchell  <mark@codesourcery.com>
176
177         * gcc_release: Make snapshots from the GCC 3.3 branch.
178         * snapshot-README: Update.
179
180 2002-09-23  Zack Weinberg  <zack@codesourcery.com>
181
182         * update_version: Do not check in files which are unchanged.
183         * gcc_release: Only update the version in gcc/version.c.
184
185 2002-09-17  Joseph S. Myers  <jsm@polyomino.org.uk>
186
187         * update_web_docs (MANUALS): Add fastjar.
188
189 2002-09-08  Joseph S. Myers  <jsm@polyomino.org.uk>
190
191         * gcc_release: Make snapshots come from the mainline.
192         * snapshot-README: Update.
193
194 2002-08-28  Joseph S. Myers  <jsm@polyomino.org.uk>
195
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.
200
201 2002-07-28  Andreas Jaeger  <aj@suse.de>
202
203         * gcc_release: Update comment.
204
205         * snapshot-README: Snapshots are taken from GCC 3.2 branch.
206
207 2002-07-28  Mark Mitchell  <mark@codesourcery.com>
208
209         * gcc_release: Use the 3.2 branch for snapshots.
210
211 2002-05-31  Florian Weimer  <fw@deneb.enyo.de>
212
213         * update_web_docs (MANUALS): Include various flavours of the GNAT
214         User Guide.
215
216 2002-05-27  Joseph S. Myers  <jsm28@cam.ac.uk>
217
218         * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
219         gcc/gcc/ada/gnatvsn.ads.
220
221 2002-05-26  Joseph S. Myers  <jsm28@cam.ac.uk>
222
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.
226
227 2002-05-21  Joseph S. Myers  <jsm28@cam.ac.uk>
228
229         * gcc_release: Do upload files when local.
230
231         * snapshot-README, snapshot-index.html: Remove chill.
232
233 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
234
235         * gcc_release: Correct upload handling.
236
237 2002-04-22  Mark Mitchell  <mark@codesourcery.com>
238
239         * gcc_release (build_diffs): Remove reference to Chill.
240
241 2002-04-21  Joseph S. Myers  <jsm28@cam.ac.uk>
242
243         * update_web_docs (MANUALS): Remove chill.  Add gnat_rm.
244
245 2002-04-19  Kelley R. Cook (kelly.r.cook@gm.com)
246
247         * gcc_release: Set TZ to UTC0.
248
249 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
250
251         * gcc_release (build_tarfiles): Do not build Chill tarfiles.
252         (CHILL_DIRS): Remove.
253
254 2002-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
255
256         * gcc_release: Build diffs for ada and chill.  Make "bzip2" a new
257         major mode.
258
259 2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
260
261         * update_version:  Don't indent the version string.
262
263 2002-03-05  Joseph S. Myers  <jsm28@cam.ac.uk>
264
265         * snapshot-README: Note that snapshots come from the 3.1 branch.
266         Update list of files.
267
268 2002-03-03  Joseph S. Myers  <jsm28@cam.ac.uk>
269
270         * gcc_release: Make snapshots come from the 3.1 branch.
271
272 2002-02-25  Mark Mitchell  <mark@codesourcery.com>
273
274         * update_version: Automatically update version files on all
275         branches.
276         * crontab: Only invoke update_version once.
277
278 2002-02-23  Joseph S. Myers  <jsm28@cam.ac.uk>
279
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.
283
284 2002-02-21  Mark Mitchell  <mark@codesourcery.com>
285
286         * gcc_release: Correct handling of diff-generation.  Add
287         "diffs" major mode.
288
289 2002-02-08  Joseph S. Myers  <jsm28@cam.ac.uk>
290
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.
294
295 2002-02-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
296
297         * snapshot-index.html: Improve markup.
298
299 2002-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
300
301         * snapshot-README, snapshot-index.html: Use expressions such as
302         @DATE@ rather than hardcoded dates.
303
304         * snapshot-README, snapshot-index.html: New files.
305
306 2002-01-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
307
308         * update_web_docs (contrib_file): Remove.
309         Also removing special handling of thanks.html.
310
311 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
312
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.
316
317 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
318
319         * update_web_docs_old: Copy from update_web_docs.  Add comment
320         that this is for GCC 3.0.x and earlier versions.
321
322 2001-11-19  Joseph S. Myers  <jsm28@cam.ac.uk>
323
324         * gcc_release: Add /usr/local/bin to path when local.
325
326 2001-11-06  Joseph S. Myers  <jsm28@cam.ac.uk>
327
328         * update_web_docs: Set SOURCEDIR so that install manual can be
329         found when running install.texi2html.
330
331         * gcc_release: Don't require a username if running locally.
332
333 2001-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
334
335         * update_web_docs: Eliminate warnings about keeping files from web
336         page preprocessing.
337
338         * update_web_docs: Allow for the same file name in different
339         directories.
340
341 2001-10-29  Joseph S. Myers  <jsm28@cam.ac.uk>
342
343         * update_web_docs: Generate libiberty and gnat-style manuals.
344
345 2001-10-24  Joseph S. Myers  <jsm28@cam.ac.uk>
346
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.
351
352 2001-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
353
354         * crontab: Build weekly snapshots.
355
356         * gcc_release: Copy from 3.0 branch.  Add support for building the
357         weekly snapshots on gcc.gnu.org.
358
359 2001-08-28  Joseph S. Myers  <jsm28@cam.ac.uk>
360
361         * update_web_docs: Also check out texinfo.tex from
362         gcc/doc/include.
363
364 2001-08-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
365
366         * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
367         Preprocess the entire web site, not just the install docs.
368
369 2001-06-25  Phil Edwards  <pme@sources.redhat.com>
370
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.
377
378 2001-06-08  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
379
380         * update_web_docs: Only update the install documentation for the
381         CVS HEAD.
382
383 2001-06-07  Joseph S. Myers  <jsm28@cam.ac.uk>
384
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.
388
389 2001-06-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
390
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.
396
397 2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
398
399         * update_web_docs: Don't generate HTML from gxxint.texi.  Don't
400         run texi2html on manuals that aren't present.
401
402 2001-03-18  Phil Edwards  <pme@sources.redhat.com>
403
404         * update_web_docs_libstdcxx:  New script.
405         * crontab:  Call said script.
406
407 2001-03-18  Joseph S. Myers  <jsm28@cam.ac.uk>
408
409         * update_version, update_branch_version: Check out with gcc
410         directory instead of using egcs link.
411
412 2001-03-17  Joseph S. Myers  <jsm28@cam.ac.uk>
413
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.
417
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.
426
427 2001-03-15  Joseph S. Myers  <jsm28@cam.ac.uk>
428
429         * update_web_docs: Use /usr/local/bin/texi2html rather than
430         gccadmin's local copy.
431
432 2001-03-10  Joseph S. Myers  <jsm28@cam.ac.uk>
433
434         * crontab, doc_exclude, update_branch_version, update_version,
435         update_web_docs: New files (as currently used by gccadmin).
436         * README: New file.