OSDN Git Service

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