1 2004-05-21 Paolo Carlini <pcarlini@suse.de>
3 * gcc_release (build_sources): Generate the NEWS file in toplevel.
5 2004-05-17 Kelley Cook <kcook@gcc.gnu.org>
7 * gcc_release (build_sources): Change CRCs from brik to md5sum.
9 2004-05-16 Gerald Pfeifer <gerald@pfeifer.com>
11 * crontab: Add GCC 3.5 snapshots, currenty run on Sundays.
13 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
15 * update_web_docs: Also remove old .gz files from subdirectories
16 on the 15th of the month.
18 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
20 * update_web_docs (MANUALS): Add gfortran.
22 2004-05-13 Arnaud Charlet <charlet@act-europe.fr>
24 * update_web_docs: Fix generation of Ada docs.
26 2004-05-13 Joseph S. Myers <jsm@polyomino.org.uk>
28 * update_version (ADD_BRANCHES): Remove tree-ssa-20020619-branch.
30 * gcc_release (DIFF): Remove -3 option.
32 2003-07-26 Paul Brook <paul@nowt.org>
34 * gcc_release: Add gcc-fortran.
35 * snapshot-README: Ditto.
36 * snapshot-index.html: Ditto.
38 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
40 * crontab: Move GCC 3.4 snapshots from Wednesday afternoon to
41 Friday night, where gcc.gnu.org has less load.
43 2004-05-02 Gerald Pfeifer <gerald@pfeifer.com>
45 * crontab: Adjust temporary directory used for snapshot generation.
46 Move GCC 3.3 snapshots to Wednesday 22:32, where gcc.gnu.org has
49 2004-04-19 Mark Mitchell <mark@codesourcery.com>
51 * gcc_release (build_sources): Do not use "-F" to tag sources.
53 2004-04-07 Mark Mitchell <mark@codesourcery.com>
55 * gcc_release (build_sources): Do not use "-r" and "-D" at the
56 same time with "cvs export".
58 2004-03-27 Gerald Pfeifer <gerald@pfeifer.com>
60 * gcc_release: Fix sanity check for argument of -p command-line
61 options. In snapshot mode, only generate diffs against the previous
62 snapshot if the user did not specify any old tarball explictly.
64 2004-03-25 Gerald Pfeifer <gerald@pfeifer.com>
66 * gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and
67 only set at a single place.
69 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
71 * gcc_release (SNAPSHOTS_DIR): New variable. Use it.
72 (announce_snapshot): Use it.
74 2004-03-14 Gerald Pfeifer <gerald@pfeifer.com>
76 * gcc_release (announce_snapshot): Use changedir instead of
79 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>
81 * gcc_release: Add libada as part of ADA_DIRS.
83 2004-01-21 Gerald Pfeifer <gerald@pfeifer.com>
85 * crontab: Make 3.4 snapshots from the new 3.4 release branch.
87 2004-01-20 Kelley Cook <kcook@gcc.gnu.org>
89 * gcc_release (build_sources): Delete call to make f77.rebuilt.
91 2004-01-17 Gerald Pfeifer <gerald@pfeifer.com>
93 * snapshot-README: Mention how the snapshot was generated.
94 * snapshot-index.html: Ditto. Further sync with snapshot-README.
96 2004-01-03 Joseph S. Myers <jsm@polyomino.org.uk>
98 * update_web_docs: Create tarballs of documentation sources and
101 2004-01-02 Gerald Pfeifer <gp@suse.de>
103 * update_version: Add some documentation.
105 2004-01-02 Pop Sébastian <pop@gauvain.u-strasbg.fr>
107 * update_version (ADD_BRANCHES): Add lno-branch.
109 2003-11-02 Gerald Pfeifer <gerald@pfeifer.com>
111 * maintainer-addresses: New script.
113 2003-10-24 Kelley Cook <kcook@gcc.gnu.org>
115 * gcc_release (build_sources): Use --enable-generated-files-in-srcdir.
117 2003-09-22 Gerald Pfeifer <gerald@pfeifer.com>
119 * gcc_release (announce_snapshot): Restructure processing
120 of snapshot-README and snapshot-index.html and add a new
121 substitution for @EXPORT@.
123 2003-08-24 Gerald Pfeifer <gerald@pfeifer.com>
125 * gcc_release (build_sources): Create/update the LAST_UPDATED file
126 in the source directory with information how sources were obtained.
128 2003-08-16 Gerald Pfeifer <gerald@pfeifer.com>
130 * gcc_release (build_sources): Use two new variables EXPORTTAG and
131 EXPORTDATE to make the extraction of sources more transparent and
132 also allow snapshots (off mainline) without a tag.
134 2003-08-08 Mark Mitchell <mark@codesourcery.com>
136 * gcc_release: Correct logic for updating version.c. Put
137 prereleases into a subdirectory.
139 2003-07-29 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
141 * crontab: Update invocation of gcc_release according to the
142 previous changes there. Add automatic 3.4 snapshots from mainline.
144 2003-07-23 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
146 * gcc_release (usage): Document that -s now takes symbolic name
147 and branch of the snapshot as parameters.
148 Implement this as part of command-line processing.
149 (BRANCH): Remove default initialization for snapshots.
151 Do not lay down a CVS tag if generating a snapshot from mainline.
153 2003-07-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
155 * gcc_release (announce_snapshot): Use ${RELEASE} instead
156 of ${BRANCH}-${DATE} to refer to the snapshot directory.
157 Put README file into the snapshot directory.
159 (RELEASE): Define as ${BRANCH}-${DATE} for snapshots.
160 (FTP_PATH): Use ${RELEASE} in case of snapshots.
162 (OLD_TARS): Adjust to new directory scheme for snapshots.
164 2003-07-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
166 * gcc_release (announce_snapshot): Add substitution of @RELEASE@
167 for README and index.html.
168 * snapshot-README: Use it.
169 * snapshot-index.html: Ditto.
171 2003-07-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
173 * gcc_release (announce_snapshot): Add substitution of @BRANCH@
174 for README and index.html. Remove substitution of @LONG_DATE@.
175 Put index.html into the respective snapshot directory.
176 Adjust subject of the notification mail to the new naming scheme
178 Adjust name of the LATEST-IS-... files to the new naming scheme
179 for snapshot directories.
182 (LAST_LONG_DATE): Remove.
184 * snapshot-README: Adjust to the new naming schemes for directories
185 and snapshots per se.
186 Dynamically fill in the respective branch instead of hardcoding it.
188 * snapshot-index.html: Replace individual links to diffs with a
189 general link to the diff/ subdirectory.
190 Mention the concrete snapshot in <title> and <h1>.
191 Adjust links to the new location of index.html.
193 2003-07-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
195 * gcc_release: Move handling of complex modes directly after
197 (TAG): Include the branch name as part of snapshot CVS tags.
199 2003-07-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
201 * gcc_release: Execute gcc.gnu.org-only operations which are
202 related to diff generation only if diffs have been requested.
203 (build_sources): Improve tracing and an error message related
206 2003-07-01 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
208 * gcc_release (BRANCH): Rename to...
209 (CVSBRANCH): ...new macro, and use BRANCH for the variant users
211 (FTP_BRANCH): For snapshots, include ${BRANCH} in the last part
212 of the directory name.
213 Use .snapshot_date-${BRANCH} instead of .snapshot_date.
215 2003-06-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
217 * gcc_release: Command "all" now creates .gz files only for
218 releases and pre-releases.
220 2003-06-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
222 * gcc_release (build_sources): Do not include gnats.html any longer.
223 Make an error message more descriptive.
225 2003-06-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
227 * gcc_release: Factor the updating of links and READMEs on the
228 FTP server and sending mail for snapshots into a...
229 (announce_snapshot): ...new function.
230 Add informative output for both.
232 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
234 * gcc_release: Do not update gcc_latest_snapshot tag any longer.
236 2003-06-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
238 * snapshot-index.html: Use F77 instead of G77 front end.
239 Remove link to CodeSourcery snapshots which was not up-to-date.
240 Do not refer to gcc-bugs@gcc.gnu.org any longer.
242 * snapshot-README: Use F77 front end instead of G77 language.
244 2003-06-17 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
246 * gcc_release (build_tarfile): Build .bz2 files instead of .gz files.
247 (build_bz2): Rename to build_gzip and create .gz files from .bz2
248 files instead of the other way around.
249 (build_gzip): New function.
250 (build_diffs): Build .bz2 files instead of .gz files.
251 (build_diff): Use .bz2 files instead of .gz files.
252 Make an error message independent of the compression format.
253 (MODE_BZIP2): Rename to MODE_GZIP. Related changes to the
254 invocation of this script.
255 (MODE_GZIP): New variable.
256 (OLD_TARS): Use .bz2 archive of the previous snapshot.
258 2003-06-14 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
260 * snapshot-README: Use GCC instead of gcc, C++ front end instead of
261 g++ language, and note that Java includes a run time.
262 * snapshot.index.html: Ditto.
264 2003-06-10 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
266 * gcc_release (build_diff): Properly use ${TAR} instead of
269 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
271 * snapshot-index.html: Refer to .bz2 files instead of .gz files.
272 Simplify the note on not using unannounced snapshots.
274 2003-05-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
276 * snapshot-README: Refer to .bz2 files instead of .gz files.
277 Add a note on where to find the diff files.
278 Simplify the note on not using unannounced snapshots.
279 Remove documentation of the gcc_latest_snapshot tag.
281 2003-05-27 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
283 * gcc_release (build_diffs): Add diagnostics in case we cannot
284 generate a specific diff file.
286 2003-05-24 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
288 * gcc_release (build_sources): Only update ChangeLog files which
289 do not yet contain the entry we are going to add.
290 Fix typo in added ChangeLog entries.
292 2003-05-20 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
294 * gcc_release (upload_files): Put diff files into a "diffs"
297 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
299 * gcc_release: GNU CC -> GCC.
301 2003-05-12 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
303 * gcc_release (usage): Print more detailed description of all
304 command-line options.
306 2003-05-09 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
308 * update_version (ADD_BRANCHES): Add, set to MAIN and
309 tree-ssa-20020619-branch.
310 (BRANCHES): Always consider branches given by $ADD_BRANCHES.
312 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
314 * update_version (textstring_FILES): Only version.c needs to be
315 updated, now that we do not consider older branches any more.
317 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
319 * update_version (IGNORE_BRANCHES): Add.
320 (BRANCHES): Do not consider branches matching $IGNORE_BRANCHES.
322 2003-05-02 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
324 * update_version: Add a trace of which branch we are currently
327 2002-12-16 Mark Mitchell <mark@codesourcery.com>
329 * gcc_release: Make snapshots from the GCC 3.3 branch.
330 * snapshot-README: Update.
332 2002-09-23 Zack Weinberg <zack@codesourcery.com>
334 * update_version: Do not check in files which are unchanged.
335 * gcc_release: Only update the version in gcc/version.c.
337 2002-09-17 Joseph S. Myers <jsm@polyomino.org.uk>
339 * update_web_docs (MANUALS): Add fastjar.
341 2002-09-08 Joseph S. Myers <jsm@polyomino.org.uk>
343 * gcc_release: Make snapshots come from the mainline.
344 * snapshot-README: Update.
346 2002-08-28 Joseph S. Myers <jsm@polyomino.org.uk>
348 * update_web_docs: Remove support for generating g77_news.html and
350 * update_web_docs_old: Likewise. Remove support for generating
353 2002-07-28 Andreas Jaeger <aj@suse.de>
355 * gcc_release: Update comment.
357 * snapshot-README: Snapshots are taken from GCC 3.2 branch.
359 2002-07-28 Mark Mitchell <mark@codesourcery.com>
361 * gcc_release: Use the 3.2 branch for snapshots.
363 2002-05-31 Florian Weimer <fw@deneb.enyo.de>
365 * update_web_docs (MANUALS): Include various flavours of the GNAT
368 2002-05-27 Joseph S. Myers <jsm28@cam.ac.uk>
370 * update_version (textstring_FILES): Change gcc/ada/gnatvsn.ads to
371 gcc/gcc/ada/gnatvsn.ads.
373 2002-05-26 Joseph S. Myers <jsm28@cam.ac.uk>
375 * gcc_release: Add gcc/ada/gnatvsn.ads to list of files in which
376 release status is updated.
377 * update_version (textstring_FILES): Add gcc/ada/gnatvsn.ads.
379 2002-05-21 Joseph S. Myers <jsm28@cam.ac.uk>
381 * gcc_release: Do upload files when local.
383 * snapshot-README, snapshot-index.html: Remove chill.
385 2002-05-08 Mark Mitchell <mark@codesourcery.com>
387 * gcc_release: Correct upload handling.
389 2002-04-22 Mark Mitchell <mark@codesourcery.com>
391 * gcc_release (build_diffs): Remove reference to Chill.
393 2002-04-21 Joseph S. Myers <jsm28@cam.ac.uk>
395 * update_web_docs (MANUALS): Remove chill. Add gnat_rm.
397 2002-04-19 Kelley R. Cook (kelly.r.cook@gm.com)
399 * gcc_release: Set TZ to UTC0.
401 2002-04-15 Mark Mitchell <mark@codesourcery.com>
403 * gcc_release (build_tarfiles): Do not build Chill tarfiles.
404 (CHILL_DIRS): Remove.
406 2002-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
408 * gcc_release: Build diffs for ada and chill. Make "bzip2" a new
411 2002-03-06 Phil Edwards <pme@gcc.gnu.org>
413 * update_version: Don't indent the version string.
415 2002-03-05 Joseph S. Myers <jsm28@cam.ac.uk>
417 * snapshot-README: Note that snapshots come from the 3.1 branch.
418 Update list of files.
420 2002-03-03 Joseph S. Myers <jsm28@cam.ac.uk>
422 * gcc_release: Make snapshots come from the 3.1 branch.
424 2002-02-25 Mark Mitchell <mark@codesourcery.com>
426 * update_version: Automatically update version files on all
428 * crontab: Only invoke update_version once.
430 2002-02-23 Joseph S. Myers <jsm28@cam.ac.uk>
432 * gcc_release: Revert change to -p interface. Allow for local and
433 remote cases in creating directories. Give an error if -p
434 argument names a directory.
436 2002-02-21 Mark Mitchell <mark@codesourcery.com>
438 * gcc_release: Correct handling of diff-generation. Add
441 2002-02-08 Joseph S. Myers <jsm28@cam.ac.uk>
443 * gcc_release: Substitute dates in snapshot-README and
444 snapshot-index.html files rather than directly using the old files
445 on the FTP site. Set QMAILHOST.
447 2002-02-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
449 * snapshot-index.html: Improve markup.
451 2002-01-29 Joseph S. Myers <jsm28@cam.ac.uk>
453 * snapshot-README, snapshot-index.html: Use expressions such as
454 @DATE@ rather than hardcoded dates.
456 * snapshot-README, snapshot-index.html: New files.
458 2002-01-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
460 * update_web_docs (contrib_file): Remove.
461 Also removing special handling of thanks.html.
463 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
465 * update_web_docs: Use makeinfo --html instead of texi2html.
466 Remove support for pre-3.1 GCC versions. Build online docs for
469 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
471 * update_web_docs_old: Copy from update_web_docs. Add comment
472 that this is for GCC 3.0.x and earlier versions.
474 2001-11-19 Joseph S. Myers <jsm28@cam.ac.uk>
476 * gcc_release: Add /usr/local/bin to path when local.
478 2001-11-06 Joseph S. Myers <jsm28@cam.ac.uk>
480 * update_web_docs: Set SOURCEDIR so that install manual can be
481 found when running install.texi2html.
483 * gcc_release: Don't require a username if running locally.
485 2001-11-05 Joseph S. Myers <jsm28@cam.ac.uk>
487 * update_web_docs: Eliminate warnings about keeping files from web
490 * update_web_docs: Allow for the same file name in different
493 2001-10-29 Joseph S. Myers <jsm28@cam.ac.uk>
495 * update_web_docs: Generate libiberty and gnat-style manuals.
497 2001-10-24 Joseph S. Myers <jsm28@cam.ac.uk>
499 * gcc_release: Build snapshots from mainline. Generate Ada and
500 Chill tarballs. Correct error check when building diffs. Check
501 for errors when building bzip2 files.
502 * crontab: Use /sourceware/snapshot-tmp for building snapshots.
504 2001-10-08 Joseph S. Myers <jsm28@cam.ac.uk>
506 * crontab: Build weekly snapshots.
508 * gcc_release: Copy from 3.0 branch. Add support for building the
509 weekly snapshots on gcc.gnu.org.
511 2001-08-28 Joseph S. Myers <jsm28@cam.ac.uk>
513 * update_web_docs: Also check out texinfo.tex from
516 2001-08-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
518 * update_web_docs (PREPROCESS): Rename to WWWPREPROCESS.
519 Preprocess the entire web site, not just the install docs.
521 2001-06-25 Phil Edwards <pme@sources.redhat.com>
523 * update_version: Add command-line argument capability, also
524 bump version for libstdc++-v3, and exit with the return code from
526 * crontab: Call update_version with arguments instead of
527 calling update_branch_version.
528 * update_branch_version: Remove.
530 2001-06-08 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
532 * update_web_docs: Only update the install documentation for the
535 2001-06-07 Joseph S. Myers <jsm28@cam.ac.uk>
537 * update_web_docs, doc_exclude: Check out files that may be in the
538 Attic. Check out texinfo.tex. Don't generate anything from
539 c-tree.texi. Generate PostScript output from manuals.
541 2001-06-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
543 * update_web_docs (WWWBASE_PREFORMATTED, PREPROCESS): New
545 Fix a comment and add another one.
546 Generate the installation documentation in HTML format from
547 gcc/doc/install.texi.
549 2001-05-03 Joseph S. Myers <jsm28@cam.ac.uk>
551 * update_web_docs: Don't generate HTML from gxxint.texi. Don't
552 run texi2html on manuals that aren't present.
554 2001-03-18 Phil Edwards <pme@sources.redhat.com>
556 * update_web_docs_libstdcxx: New script.
557 * crontab: Call said script.
559 2001-03-18 Joseph S. Myers <jsm28@cam.ac.uk>
561 * update_version, update_branch_version: Check out with gcc
562 directory instead of using egcs link.
564 2001-03-17 Joseph S. Myers <jsm28@cam.ac.uk>
566 * update_web_docs: Don't strip leading -r from argument following
567 -r, or leading -d from argument following -d. Bug pointed out by
570 * update_web_docs: Handle -r and -d options to generate docs for a
571 release or branch in a subdirectory. Determine names of G77 news
572 and bugs files and contributors file after updated docs have been
573 installed, not before. Don't remove files from a subdirectory.
574 Don't generate manuals for gcov (included in the GCC manual) or
575 iostream (obsolete). Do generate manuals for cppinternals, gcj
576 and porting. Update regular expressions for detecting whether
577 files have really changed when regenerated.
579 2001-03-15 Joseph S. Myers <jsm28@cam.ac.uk>
581 * update_web_docs: Use /usr/local/bin/texi2html rather than
582 gccadmin's local copy.
584 2001-03-10 Joseph S. Myers <jsm28@cam.ac.uk>
586 * crontab, doc_exclude, update_branch_version, update_version,
587 update_web_docs: New files (as currently used by gccadmin).