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