aboutsummaryrefslogtreecommitdiff
path: root/maintainer-scripts
AgeCommit message (Collapse)AuthorFilesLines
2009-03-27* crontab: Add 4.4 branch snapshots.Mark Mitchell2-1/+6
From-SVN: r145125
2009-02-21update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format.Gerald Pfeifer2-2/+7
* update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. From-SVN: r144352
2009-01-17gcc_release (JAVA_DIRS): Remove fastjar.Richard Guenther2-1/+5
2009-01-17 Richard Guenther <rguenther@suse.de> * gcc_release (JAVA_DIRS): Remove fastjar. From-SVN: r143465
2008-10-04* gcc_release: Fix a couple of comments.Gerald Pfeifer2-7/+11
From-SVN: r140867
2008-09-05Convert ChangeLog files to UTF-8.Jakub Jelinek1-1/+1
Command used: LC_ALL=C sed -i \ -e 's/D\(o\|\xf6\)nmez/D\xc3\xb6nmez/' \ -e 's/\(Av\|\x81\xc1v\|\xc1v\|\xef\xbf\xbdv\?\|\x81\xc3\x81v\|\xc3v\)ila/\xc3\x81vila/' \ -e 's/Esp\(in\|\x81\xedn\|\xedn\|\xef\xbf\xbdn\?\|\xef\xbf\xbd\xadn\|\x81\xc3\xadn\)dola/Esp\xc3\xadndola/' \ -e 's/Schl\(u\|\xef\xbf\xbd\|\xfcu\?\|\x81\xfc\|\x81\xc3\xbc\|\xc3\xaf\xc2\xbf\xc2\xbd\|\xef\xbf\xbd\xef\xbf\xbd\xef\xbf\xbd\xc2\xbc\)ter/Schl\xc3\xbcter/' \ -e 's/Humi\(e\|\xe8\)res/Humi\xc3\xa8res/' \ -e 's/L\(ow\|\xc3\xaf\xc2\xbf\xc2\xbd\|oew\|\xf6w\)is/L\xc3\xb6wis/' \ -e 's/G\xfctlein/G\xc3\xbctlein/' \ -e 's/G\xe1[b]or/G\xc3\xa1bor/' \ -e 's/L\xf3ki/L\xc3\xb3ki/' \ -e 's/Fautr\xc3 /Fautr\xc3\xa9 /' \ -e 's/S\xe9[b]astian/S\xc3\xa9bastian/' \ -e 's/Th\xef\xbf\xbd[d]ore/Th\xc3\xa9odore/' \ -e 's/Cors\xc3\xc2\xa9pius/Cors\xc3\xa9pius/' \ -e 's/K\xfchl/K\xc3\xbchl/' \ -e 's/R\xf6nnerup/R\xc3\xb6nnerup/' \ -e 's/L\xf8vset/L\xc3\xb8vset/' \ -e 's/Ph\x81\xfb\x81\xf4ng-Th\x81\xe5o/Ph\xc3\xbb\xc3\xb4ng-Th\xc3\xa5o/' \ -e 's/V\x81\xf5/V\xc3\xb5/' \ -e 's/J\xf6nsson/J\xc3\xb6nsson/' \ -e 's/V\xef\xbf\xbdis\xef\xbf\xbdnen/V\xc3\xa4is\xc3\xa4nen/' \ -e 's/J\xef\xbf\xbdrg/J\xc3\xb6rg/' \ -e 's/M\xef\xbf\xbdsli/M\xc3\xb6sli/' \ -e 's/R\xe4ty/R\xc3\xa4ty/' \ -e 's/2003\xc2\xad-/2003-/' \ -e 's/\xc2\xa0/ /g' \ -e 's/ \xa0/ /g' \ -e 's/\xa0 //' \ `find . -name \*ChangeLog\* | grep -v /.svn` From-SVN: r140033
2008-07-04crontab: Remove 4.1 snapshots job.Joseph Myers6-183/+22
* crontab: Remove 4.1 snapshots job. * update_version: Remove. * gcc_release: Remove support for g77 and release status in version.c. * update_version_svn: Ignore 4.1 branch. Remove support for updating files other than DATESTAMP. * update_web_docs_svn: Remove support for g77 manual. From-SVN: r137462
2008-02-18* crontab: Add 4.3 branch. Set trunk to 4.4.Jakub Jelinek2-1/+6
From-SVN: r132394
2008-01-28gcc_release (build_sources): Pass --disable-multilib to gcc_build.Joseph Myers2-2/+8
* gcc_release (build_sources): Pass --disable-multilib to gcc_build. (SVN): Don't use full path. From-SVN: r131908
2008-01-21update_web_docs_libstdcxx_svn: "docs" dir moved to "doc".Jonathan Wakely2-3/+7
2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com> * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc". From-SVN: r131702
2007-10-01gcc_release: Do not include copies of faq.html in releases...Gerald Pfeifer2-20/+5
* gcc_release: Do not include copies of faq.html in releases, and remove all the explicit support code to pull in web pages. From-SVN: r128901
2007-08-21configure.ac: Add --with-pkgversion and --with-bugurl.Paul Brook3-1/+12
gcc: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * configure.ac: Add --with-pkgversion and --with-bugurl. * configure: Regenerate. * doc/install.texi: Document them. * version.c (version_string): Remove VERSUFFIX. (VERSUFFIX): Remove. (pkgversion_string): New. (bug_report_url): Do not hard-code initializer. * version.h (pkgversion_string): Declare. * Makefile.in (PKGVERSION_s, BUGURL_s, PKGVERSION, BUGURL_TEXI): Define. (version.o): Define PKGVERSION and BUGURL. (gcc-vers.texi): Define VERSION_PACKAGE and BUGURL. (%.pod): Define BUGURL. * gcc.c (process_command, main): Use pkgversion_string. * toplev.c (compile_file, print_version): Likewise. * protoize.c (main): Likewise. * gcov.c (print_version): Likewise. Update copyright date. * gcov-dump.c (print_version): Likewise. Update copyright date. * mips-tdump.c (main): Likewise. Update copyright date. * mips-tfile.c (main): Likewise. Update copyright date. * doc/include/gcc-common.texi: Include VERSION_PACKAGE as subtitle. * doc/bugreport.texi: Use BUGURL for bug-reporting instructions; shorten description. * doc/gcc.texi: Include VERSION_PACKAGE in version description. * doc/gccint.texi: Likewise. * doc/invoke.texi: Use BUGURL for bug-reporting instructions. Update copyright date. gcc/fortran: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * gfortranspec.c (lang_specific_driver): Use pkgversion_string. * Make-lang.in (gfortran.pod): Define BUGURL. * invoke.texi: Use BUGURL for bug-reporting instructions. gcc/java: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * jcf-dump.c (version): Use pkgversion_string. Update copyright date. gcc/treelang: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * tree1.c (treelang_handle_option): Use pkgversion_string. * treelang.texi (which-treelang): Define to use VERSION_PACKAGE. maintainer-scripts: 2007-08-21 Paul Brook <paul@codesourcery.com> Nathan Sidwell <nathan@codesourcery.com> Mark Mitchell <mark@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * gcc_release: Do not include copies of bugs.html in releases. * update_web_docs_svn: Set VERSION_PACKAGE and BUGURL in gcc-vers.texi. Co-Authored-By: Joseph Myers <joseph@codesourcery.com> Co-Authored-By: Mark Mitchell <mark@codesourcery.com> Co-Authored-By: Nathan Sidwell <nathan@codesourcery.com> From-SVN: r127667
2007-07-06update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf commands.Joseph Myers2-3/+8
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf commands. From-SVN: r126420
2007-06-28* gcc_release: Update for Objective-C++.Mike Stump1-0/+4
From-SVN: r126087
2007-06-28* gcc_release: Update for Objective-C++.Mike Stump1-1/+1
From-SVN: r126084
2007-05-28* gcc_release: Adjust placement of release candidates.Mark Mitchell2-3/+7
From-SVN: r125149
2007-04-01Revert some changes inadvertently committed as part of the previous revision.Gerald Pfeifer1-13/+6
From-SVN: r123396
2007-03-31update_web_docs_svn (MANUALS): Move towards the top of the script.Gerald Pfeifer2-8/+38
* update_web_docs_svn (MANUALS): Move towards the top of the script. Reformat for easier editing/diffing. From-SVN: r123391
2007-03-31update_web_docs_svn: Build also gfc-internals.Tobias Burnus2-1/+5
2006-03-31 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also gfc-internals. From-SVN: r123387
2007-02-25* update_version_svn (IGNORE_BRANCHES): Add 4_0-branch.Gerald Pfeifer2-1/+5
From-SVN: r122321
2007-01-29* crontab: No longer build snapshots for 4.0.x.Gerald Pfeifer2-1/+4
From-SVN: r121315
2007-01-21update_web_docs_svn: Build also libgomp documentation.Tobias Burnus2-1/+5
2007-01-21 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also libgomp documentation. From-SVN: r121013
2007-01-05crontab: Spread snapshots more evenly throughout the week, and in ↵Gerald Pfeifer2-4/+9
"ascending" order. * crontab: Spread snapshots more evenly throughout the week, and in "ascending" order. Build all at the same time of the day. From-SVN: r120471
2006-10-21* crontab: Add 4.2 branch. Set trunk to 4.3.Mark Mitchell2-1/+6
From-SVN: r117926
2006-09-18* gcc_release (LC_ALL): Default to C.Gerald Pfeifer2-1/+8
From-SVN: r117029
2006-03-11crontab: Don't build snapshot for 3.4.x anymore.Gabriel Dos Reis3-2/+6
* crontab: Don't build snapshot for 3.4.x anymore. * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch. From-SVN: r111968
2006-01-12* update_version_svn (ADD_BRANCHES): Remove dfp-branch.Ben Elliston2-1/+5
From-SVN: r109635
2005-12-16update_web_docs_svn: Remove unnecessary files from source tree.Joseph Myers5-270/+29
* update_web_docs_svn: Remove unnecessary files from source tree. Use set -e. * doc_exclude, update_web_docs, update_web_docs_libstdcxx: Remove. From-SVN: r108698
2005-12-16* update_web_docs_svn: Set @srcdir in gcc-vers.texi.Mark Mitchell2-1/+2
From-SVN: r108691
2005-11-23* update_web_docs_svn: Set @srcdir in gcc-vers.texi.Mark Mitchell1-0/+4
From-SVN: r107427
2005-11-19* crontab: Add 4.1 branch entry.Mark Mitchell2-1/+6
From-SVN: r107213
2005-11-06gcc_release: Further update for SVN.Joseph Myers3-33/+24
* gcc_release: Further update for SVN. Don't set EXPORTTAG or EXPORTDATE; always determine SVNREV the same way. Correct message about what sources are being retrived. Include branch information in LAST_UPDATED. * crontab: Don't include initial / in branch name. From-SVN: r106564
2005-11-06gcc_release: Always determine revision number from date or tag...Daniel Berlin2-18/+16
2005-11-05 Daniel Berlin <dberlin@dberlin.org> * gcc_release: Always determine revision number from date or tag, and use that, instead of fragile date based export. Put back setting of non-local CVSROOT. From-SVN: r106554
2005-11-05gcc_release: Make tags go in /tags.Daniel Berlin2-9/+17
2005-11-05 Daniel Berlin <dberlin@dberlin.org> * gcc_release: Make tags go in /tags. Don't tag for snapshots. Determine revision number of export and put into snapshot announcement. From-SVN: r106531
2005-11-04Forgot ChangeLogDaniel Berlin1-0/+5
From-SVN: r106478
2005-11-04first pass at updated gcc_release, should work for snapshotsDaniel Berlin2-43/+41
From-SVN: r106476
2005-10-29update_web_docs_svn: Use -q to quiet svn.Daniel Berlin2-2/+6
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * update_web_docs_svn: Use -q to quiet svn. From-SVN: r105987
2005-10-28crontab: Update to reflect realityDaniel Berlin2-3/+7
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * crontab: Update to reflect reality From-SVN: r105949
2005-10-28Add back -q so that jsm doesn't have to see a billion lines of outputDaniel Berlin1-2/+2
From-SVN: r105932
2005-10-28Fix update_version_svn so it actually is the correct version of this scriptDaniel Berlin1-5/+3
From-SVN: r105928
2005-10-17Add svn versionDaniel Berlin1-0/+51
From-SVN: r105484
2005-10-17SVN versionDaniel Berlin1-0/+205
From-SVN: r105483
2005-10-16Modify update_version for SVNDaniel Berlin1-0/+133
From-SVN: r105454
2005-10-01gcc_release (build_sources): If trying to apply a tag that already exists, ↵Mark Mitchell2-4/+16
issue an error message and exit. * gcc_release (build_sources): If trying to apply a tag that already exists, issue an error message and exit. From-SVN: r104854
2005-09-30re PR other/23693 (Manuals in the Portable Document Format (PDF))Joseph Myers2-4/+10
PR other/23693 * update_web_docs: Add PDF support. Correct check of DEV-PHASE. From-SVN: r104837
2005-09-30* update_web_docs_old: Remove.Joseph Myers2-154/+4
From-SVN: r104835
2005-08-15gcc_release: Update with FSF address.Kelley Cook2-2/+6
2005-08-14 Kelley Cook <kcook@gcc.gnu.org> * gcc_release: Update with FSF address. From-SVN: r103097
2005-07-26* update_version (ADD_BRANCHES): Add dfp-branch.Janis Johnson2-1/+5
From-SVN: r102390
2005-05-21crontab: Spread snapshot building more evenly throughout the week.Gerald Pfeifer2-3/+8
* crontab: Spread snapshot building more evenly throughout the week. From-SVN: r100051
2005-05-19crontab: Don't build 3.3 branch snapshots.Joseph Myers3-2/+6
* crontab: Don't build 3.3 branch snapshots. * update_version (IGNORE_BRANCHES): Add gcc-3_3-branch. From-SVN: r99941
2005-03-16gcc-version.m4: Delete.Zack Weinberg5-28/+74
config: * gcc-version.m4: Delete. fastjar: * Makefile.am (fastjar_TEXINFOS): Add gcc-vers.texi. (BASEVER, DEVPHASE): New variables. (POD2MAN): Adjust setting of --release option. (fastjar.1, grepjar.1, gcc-vers.texi): New rules. * Makefile.in: Regenerate. * configure.ac: Do not invoke TL_AC_GCC_VERSION. * aclocal.m4, configure: Regenerate. gcc: * BASE-VER, DATESTAMP, DEV-PHASE: New files. * Makefile.in (gcc_version, gcc_version_trigger, ): Delete. (BASEVER, DEVPHASE, DATESTAMP, BASEVER_c, DEVPHASE_c, DATESTAMP_c) (BASEVER_s, DEVPHASE_s, DATESTAMP_s): New variables. (version): Define using $(BASEVER_c). (Makefile, config.status, build/gcov-iov.o): No longer depends on version.c. (version.o): Depend on version files; add custom generation command. (prefix.o): Define BASEVER on command line. (s-iov): Depend on version files; adjust command. (TEXI_CPP_FILES, TEX_IGCC_FILES, TEXI_GCCINT_FILES, TEXI_CPPINT_FILES): Add gcc-vers.texi. (gcc-vers.texi): New rule. (doc/%.info, doc/%.dvi): Add -I . to command line. (doc/gccinstall.dvi): Likewise. (PACKAGE): Delete. All uses replaced with "gcc". * aclocal.m4: Do not include gcc-version.m4. * configure.ac: Do not invoke TL_AC_GCC_VERSION. Do not AC_SUBST nor AC_DEFINE PACKAGE or VERSION. Set is_release based on contents of DEV-PHASE. Set gcc_version based on contents of BASE-VER. Define WIN32_REGISTRY_KEY only if the user overrode the default. * config.in, configure: Regenerate. * gccbug.in: Determine version of GCC in use at runtime. * gcov-iov.c: Get version number and development phase from command line, not by including version.c. * intl.c: Replace all uses of PACKAGE with "gcc". * libada-mk.in: Delete unused "gcc_version" variable. * prefix.c: Default WIN32_REGISTRY_KEY to BASEVER. * version.c: (VERSUFFIX): New hook for redistributors; adjust commentary to match. (version_string): Put together from pieces. * config/alpha/x-vms: Do not use $(gcc_version). * config/i386/t-nwld: Likewise. * doc/include/gcc-common.texi: Include gcc-vers.texi for version-GCC and DEVELOPMENT. gcc/ada: * Make-lang.in (doc/gnat_ugn_unw.info, doc/gnat_rm.info) (doc/gnat_ugn_unw.dvi, doc/gnat_rm.dvi): Add gcc-vers.texi to dependencies. gcc/fortran: * Make-lang.in (GFORTRAN_TEXI): Add gcc-vers.texi. gcc/java: * Make-lang.in (TEXI_JAVA_FILES): Add gcc-vers.texi. gcc/treelang: * Make-lang.in (TEXI_TREELANG_FILES): Add gcc-vers.texi. libstdc++-v3: * include/Makefile.am (c++config.h): Depend on DATESTAMP from gcc subdirectory. Generate #define of __GLIBCXX__ from contents of that file. * include/Makefile.in: Regenerate. * include/bits/c++config: Do not define __GLIBCXX__. maintainer-scripts: * README: Update. * gcc_release: Update gcc/DEV-PHASE if that file exists, instead of gcc/version.c. * update_version: Handle updating gcc/DATESTAMP. * update_web_docs: Generate gcc-vers.texi first. From-SVN: r96549