- Apr 08, 2009
-
-
Gerald Pfeifer authored
* update_web_docs_svn: Run this script under plain /bin/sh as opposed to /bin/sh -x. From-SVN: r145707
-
- Mar 30, 2009
-
-
Joseph Myers authored
From-SVN: r145301
-
- Mar 28, 2009
-
-
Gerald Pfeifer authored
* crontab: Stop 4.2 snapshots. Spread out 4.3, 4.4, and 4.5 snapshots more evenly. From-SVN: r145205
-
- Mar 27, 2009
-
-
Mark Mitchell authored
From-SVN: r145125
-
- Feb 21, 2009
-
-
Gerald Pfeifer authored
* update_version_svn (ADD_BRANCHES): Remove autovect-branch and document format. From-SVN: r144352
-
- Jan 17, 2009
-
-
Richard Guenther authored
2009-01-17 Richard Guenther <rguenther@suse.de> * gcc_release (JAVA_DIRS): Remove fastjar. From-SVN: r143465
-
- Oct 04, 2008
-
-
Gerald Pfeifer authored
From-SVN: r140867
-
- Sep 05, 2008
-
-
Jakub Jelinek authored
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
-
- Jul 04, 2008
-
-
Joseph Myers authored
* 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
-
- Feb 18, 2008
-
-
Jakub Jelinek authored
From-SVN: r132394
-
- Jan 28, 2008
-
-
Joseph Myers authored
* gcc_release (build_sources): Pass --disable-multilib to gcc_build. (SVN): Don't use full path. From-SVN: r131908
-
- Jan 21, 2008
-
-
Jonathan Wakely authored
2008-01-21 Jonathan Wakely <jwakely.gcc@gmail.com> * update_web_docs_libstdcxx_svn: "docs" dir moved to "doc". From-SVN: r131702
-
- Oct 01, 2007
-
-
Gerald Pfeifer authored
* 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
-
- Aug 21, 2007
-
-
Paul Brook authored
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
-
- Jul 06, 2007
-
-
Joseph Myers authored
* update_web_docs_svn: Use -o with makeinfo, texi2dvi and texi2pdf commands. From-SVN: r126420
-
- Jun 28, 2007
-
-
Mike Stump authored
From-SVN: r126087
-
Mike Stump authored
From-SVN: r126084
-
- May 28, 2007
-
-
Mark Mitchell authored
From-SVN: r125149
-
- Apr 01, 2007
-
-
Gerald Pfeifer authored
From-SVN: r123396
-
- Mar 31, 2007
-
-
Gerald Pfeifer authored
* update_web_docs_svn (MANUALS): Move towards the top of the script. Reformat for easier editing/diffing. From-SVN: r123391
-
Tobias Burnus authored
2006-03-31 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also gfc-internals. From-SVN: r123387
-
- Feb 25, 2007
-
-
Gerald Pfeifer authored
From-SVN: r122321
-
- Jan 29, 2007
-
-
Gerald Pfeifer authored
From-SVN: r121315
-
- Jan 20, 2007
-
-
Tobias Burnus authored
2007-01-21 Tobias Burnus <burnus@net-b.de> * update_web_docs_svn: Build also libgomp documentation. From-SVN: r121013
-
- Jan 05, 2007
-
-
Gerald Pfeifer authored
* crontab: Spread snapshots more evenly throughout the week, and in "ascending" order. Build all at the same time of the day. From-SVN: r120471
-
- Oct 21, 2006
-
-
Mark Mitchell authored
From-SVN: r117926
-
- Sep 18, 2006
-
-
Gerald Pfeifer authored
From-SVN: r117029
-
- Mar 11, 2006
-
-
Gabriel Dos Reis authored
* crontab: Don't build snapshot for 3.4.x anymore. * update_version_svn (IGNORE_BRANCHES): Add 3_4-branch. From-SVN: r111968
-
- Jan 12, 2006
-
-
Ben Elliston authored
From-SVN: r109635
-
- Dec 16, 2005
-
-
Joseph Myers authored
* 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
-
Mark Mitchell authored
From-SVN: r108691
-
- Nov 23, 2005
-
-
Mark Mitchell authored
From-SVN: r107427
-
- Nov 19, 2005
-
-
Mark Mitchell authored
From-SVN: r107213
-
- Nov 06, 2005
-
-
Joseph Myers authored
* 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
-
Daniel Berlin authored
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
-
- Nov 05, 2005
-
-
Daniel Berlin authored
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
-
- Nov 04, 2005
-
-
Daniel Berlin authored
From-SVN: r106478
-
Daniel Berlin authored
From-SVN: r106476
-
- Oct 29, 2005
-
-
Daniel Berlin authored
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * update_web_docs_svn: Use -q to quiet svn. From-SVN: r105987
-
- Oct 28, 2005
-
-
Daniel Berlin authored
2005-10-26 Daniel Berlin <dberlin@dberlin.org> * crontab: Update to reflect reality From-SVN: r105949
-