Skip to content
Snippets Groups Projects
  1. Apr 08, 2009
  2. Mar 30, 2009
  3. Mar 28, 2009
  4. Mar 27, 2009
  5. Feb 21, 2009
  6. Jan 17, 2009
  7. Oct 04, 2008
  8. Sep 05, 2008
    • Jakub Jelinek's avatar
      Convert ChangeLog files to UTF-8. · 719bb4e3
      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
      719bb4e3
  9. Jul 04, 2008
    • Joseph Myers's avatar
      crontab: Remove 4.1 snapshots job. · f47687a1
      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
      f47687a1
  10. Feb 18, 2008
  11. Jan 28, 2008
  12. Jan 21, 2008
  13. Oct 01, 2007
  14. Aug 21, 2007
    • Paul Brook's avatar
      configure.ac: Add --with-pkgversion and --with-bugurl. · 2f41c1d6
      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: default avatarJoseph Myers <joseph@codesourcery.com>
      Co-Authored-By: default avatarMark Mitchell <mark@codesourcery.com>
      Co-Authored-By: default avatarNathan Sidwell <nathan@codesourcery.com>
      
      From-SVN: r127667
      2f41c1d6
  15. Jul 06, 2007
  16. Jun 28, 2007
  17. May 28, 2007
  18. Apr 01, 2007
  19. Mar 31, 2007
  20. Feb 25, 2007
  21. Jan 29, 2007
  22. Jan 20, 2007
  23. Jan 05, 2007
  24. Oct 21, 2006
  25. Sep 18, 2006
  26. Mar 11, 2006
  27. Jan 12, 2006
  28. Dec 16, 2005
  29. Nov 23, 2005
  30. Nov 19, 2005
  31. Nov 06, 2005
    • Joseph Myers's avatar
      gcc_release: Further update for SVN. · a39d2742
      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
      a39d2742
    • Daniel Berlin's avatar
      gcc_release: Always determine revision number from date or tag... · d4a43a05
      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
      d4a43a05
  32. Nov 05, 2005
    • Daniel Berlin's avatar
      gcc_release: Make tags go in /tags. · d492addc
      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
      d492addc
  33. Nov 04, 2005
  34. Oct 29, 2005
  35. Oct 28, 2005
Loading