1. 03 Jan, 2018 1 commit
  2. 01 Jan, 2017 1 commit
  3. 04 Jan, 2016 1 commit
  4. 10 Dec, 2015 1 commit
    • Fix warnings from including fdl.texi into gnat-style.texi · e53ed9f4
      2015-12-10  Tom de Vries  <tom@codesourcery.com>
      
      	PR ada/65102
      	* doc/include/fdl.texi: Add nodefaultgnufreedocumentationlicensenode
      	ifdef to allow disabling default @node GNU Free Documentation License.
      
      	* gnat-style.texi: Set nodefaultgnufreedocumentationlicensenode and
      	define @node GNU Free Documentation License locally.
      
      From-SVN: r231497
      Tom de Vries committed
  5. 05 Jan, 2015 1 commit
  6. 02 Jan, 2014 1 commit
  7. 10 Jan, 2013 1 commit
  8. 28 Jun, 2012 1 commit
  9. 22 Jun, 2012 1 commit
  10. 29 May, 2012 1 commit
  11. 09 Jun, 2010 1 commit
    • fdl.texi: Move to GFDL version 1.3. · 07a67d6a
      gcc:
      	* doc/include/fdl.texi: Move to GFDL version 1.3.
      
      	* doc/cpp.texi: Move to GFDL version 1.3.
      	* doc/gcc.texi: Move to GFDL version 1.3.  Fix copyright years.
      	* doc/gccint.texi: Move to GFDL version 1.3.
      	* doc/gcov.texi: Move to GFDL version 1.3.  Update copyright years.
      	* doc/install.texi: Move to GFDL version 1.3.  Fix copyright years.
      	* doc/invoke.texi: Move to GFDL version 1.3.
      
      gcc/fortran:
      	* gfc-internals.texi: Move to GFDL 1.3.
      	* gfortran.texi: Ditto.
      	* intrinsic.texi: Ditto.
      	* invoke.texi: Ditto.
      
      gcc/java:
      	* gcj.texi: Move to GFDL version 1.3.  Fix copyright years.
      
      libgomp:
      	* libgomp.texi: Move to GFDL version 1.3.  Update copyright years.
      
      From-SVN: r160518
      Gerald Pfeifer committed
  12. 01 Apr, 2008 1 commit
    • texi2pod.pl: Handle @samp and @url inside verbatim blocks. · 7f9766e4
      contrib:
      	* texi2pod.pl: Handle @samp and @url inside verbatim blocks.
      	Handle @heading.  Handle enumerated lists with starting numbers
      	and extra headings.
      
      gcc:
      	* doc/include/gpl_v3.texi: Update for manpage generation.
      	* doc/gcc.texi, doc/gccint.texi: Include gpl_v3.texi instead of
      	gpl.texi.
      	* doc/sourcebuild.texi: Document gpl_v3.texi as well as gpl.texi.
      	* Makefile.in (TEXI_GCC_FILES, TEXI_GCCINT_FILES): Include
      	gpl_v3.texi instead of gpl.texi.
      	(gpl.pod): New.
      
      gcc/fortran:
      	* gfortran.texi: Include gpl_v3.texi instead of gpl.texi
      	* Make-lang.in (GFORTRAN_TEXI): Include gpl_v3.texi instead of
      	gpl.texi.
      
      gcc/java:
      	* gcj.texi: Include gpl_v3.texi instead of gpl.texi
      	* Make-lang.in (TEXI_JAVA_FILES): Include gpl_v3.texi instead of
      	gpl.texi.
      
      From-SVN: r133794
      Joseph Myers committed
  13. 18 Mar, 2008 1 commit
  14. 07 Mar, 2008 1 commit
  15. 05 Feb, 2008 1 commit
  16. 21 Aug, 2007 1 commit
    • configure.ac: Add --with-pkgversion and --with-bugurl. · 2f41c1d6
      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
      Paul Brook committed
  17. 17 Jul, 2007 1 commit
    • COPYING_v3: New file. · 4c85af60
      * COPYING_v3: New file.  Contains version 3 of the GNU General Public License.
      * COPYING.LIB_v3: New file.  Contains version 3 of the GNU Lesser General Public License.
      * gpl_v3.texi: New file.  Contains a texinfo formated copy of the GNU General Public License, version 3.
      
      From-SVN: r126701
      Nick Clifton committed
  18. 27 Feb, 2007 1 commit
    • gcc/ChangeLog --------------------------------------------------------- · 7771bb62
      gcc/ChangeLog ---------------------------------------------------------
      	* doc/include/gcc-common.texi (versionsubtitle): New macro.
      	* doc/cpp.texi: Standardize title page.
      	* doc/cppinternals.texi: Likewise.
      	* doc/gcc.texi: Standardize title page, remove version number
      	from copyright page.
      	* doc/gccint.texi: Likewise.
      	* doc/install.texi: Standardize title page, add table of
      	contents.
      
      ada/ChangeLog ---------------------------------------------------------
      	* gnat-style.texi: Standardize title page.
      	* gnat_rm.texi: Likewise.
      	* gnat_ugn.texi: Likewise.
      
      fortran/ChangeLog -----------------------------------------------------
      	* gfortran.texi: Standardize title page, remove version number
      	from copyright page.
      
      treelang/ChangeLog ----------------------------------------------------
      	* treelang.texi: Standardize title page, remove version number
      	from copyright page.
      
      From-SVN: r122358
      Brooks Moses committed
  19. 05 Dec, 2006 1 commit
  20. 28 Jun, 2005 2 commits
  21. 16 Mar, 2005 1 commit
    • gcc-version.m4: Delete. · a1286ef5
      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
      Zack Weinberg committed
  22. 02 Mar, 2005 1 commit
    • cfgloop.h, [...]: Update copyright. · 613c5cd0
      	* cfgloop.h, cfgloopanal.c, cfgloopmanip.c, conflict.c,
      	loop-init.c, loop-unroll.c, print-tree.c, reg-notes.def,
      	config/m68k/m68k.c, config/mips/mips.h,
      	config/rs6000/rs6000-protos.h, doc/contrib.texi,
      	doc/include/gcc-common.texi: Update copyright.
      
      From-SVN: r95781
      Kazu Hirata committed
  23. 25 Feb, 2005 1 commit
  24. 17 Jan, 2005 2 commits
  25. 02 Nov, 2004 1 commit
  26. 10 Sep, 2004 1 commit
  27. 09 Sep, 2004 1 commit
  28. 23 May, 2004 1 commit
  29. 15 Mar, 2004 1 commit
    • c-incpath.c, [...]: Update copyright. · ca2b05ba
      gcc/
      	* c-incpath.c, c-incpath.h, c-pch.c, c.opt, cppexp.c,
      	et-forest.h, genattr.c, ggc-none.c, hosthooks-def.h,
      	hosthooks.h, params.h, ra-colorize.c, web.c,
      	config/darwin-c.c, config/alpha/freebsd.h, config/arm/pe.c,
      	config/avr/avr-protos.h, config/avr/avr.md,
      	config/fr30/fr30-protos.h, config/fr30/fr30.md,
      	config/h8300/fixunssfsi.c, config/i386/darwin.h,
      	config/i386/freebsd.h, config/i386/freebsd64.h,
      	config/ia64/hpux.h, config/ia64/unwind-ia64.c,
      	config/ip2k/libgcc.S, config/m32r/xm-m32r.h,
      	config/mmix/mmix-modes.def, config/ns32k/netbsd.h,
      	config/ns32k/ns32k.md, config/pa/pa64-hpux.h,
      	config/pa/pa64-regs.h, config/rs6000/aix41.h,
      	config/rs6000/aix43.h, config/rs6000/host-darwin.c,
      	config/sparc/aout.h, config/sparc/freebsd.h,
      	config/sparc/litecoff.h, config/vax/vax-protos.h,
      	doc/hostconfig.texi, doc/include/gcc-common.texi: Update
      	copyright.
      
      gcc/cp/
      	* cp-lang.c, ptree.c: Update copyright.
      
      From-SVN: r79506
      Kazu Hirata committed
  30. 16 Jan, 2004 1 commit
  31. 31 Dec, 2003 1 commit
  32. 18 Dec, 2003 1 commit
  33. 14 Jul, 2003 1 commit
    • ggc-page.c (extra_order_size_table): Insns have 9 slots. · adc4adcd
      	* ggc-page.c (extra_order_size_table): Insns have 9 slots. Regs
      	don't have 2.
      
      	* ggc-page.c (struct globals): Add new fields to keep track of the
      	total allocated memory and overhead.
      	(ggc_print_statistics): Print them.
      	(ggc_alloc): Keep track of the total allocated memory and the
      	overhead.
      
      	* tree.c (dump_tree_statistics): Increase spacing.
      	(enum tree_node_kind): Move to ...
      	* tree.h (enum tree_node_kind): ... here.
      	(tree_node_counts, tree_node_sizes): Declare.
      
      	* doc/include/texinfo.tex: Upgrade to texinfo 4.6.
      
      From-SVN: r69330
      Gerald Pfeifer committed
  34. 17 Apr, 2003 1 commit
  35. 04 Feb, 2003 1 commit
    • fastjar.texi: Update to GFDL 1.2. · b3a8389d
      fastjar:
      	* fastjar.texi: Update to GFDL 1.2.
      
      gcc:
      	* doc/gcc.texi, doc/gccint.texi, doc/gcov.texi,
      	doc/include/fdl.texi, doc/invoke.texi: Update to GFDL 1.2.
      	* doc/install.texi: Update copyright dates.  Update to GFDL 1.2.
      
      gcc/ada:
      	* gnat_rm.texi, gnat_ug.texi: Update to GFDL 1.2.
      	* gnat_ug_unx.texi, gnat_ug_vms.texi, gnat_ug_vxw.texi,
      	gnat_ug_wnt.texi: Regenerate.
      
      gcc/f:
      	* g77.texi, invoke.texi: Update to GFDL 1.2.
      
      gcc/java:
      	* gcj.texi: Update to GFDL 1.2.
      
      gcc/treelang:
      	* treelang.texi: Update to GFDL 1.2.
      
      libiberty:
      	* libiberty.texi: Update to GFDL 1.2.
      
      libstdc++-v3:
      	* docs/html/17_intro/porting.texi: Update to GFDL 1.2.
      	* docs/html/17_intro/porting.html: Regenerate.
      
      From-SVN: r62365
      Joseph Myers committed
  36. 27 Dec, 2002 1 commit
  37. 24 Dec, 2002 1 commit
  38. 23 Dec, 2002 1 commit
    • gcc-common.texi: Define DEVELOPMENT. · 46d40353
      	* doc/include/gcc-common.texi: Define DEVELOPMENT.
      
      ada:
      	* gnat_rm.texi: Include gcc-common.texi.  Use GCC version number
      	only.
      	* Make-lang.in ($(srcdir)/ada/gnat_ug_unx.info,
      	$(srcdir)/ada/gnat_ug_vms.info, $(srcdir)/ada/gnat_ug_vxw.info,
      	$(srcdir)/ada/gnat_ug_wnt.info, $(srcdir)/ada/gnat_rm.info,
      	ada/gnat_ug_unx.dvi, ada/gnat_ug_vms.dvi, ada/gnat_ug_vxw.dvi,
      	ada/gnat_ug_wnt.dvi, ada/gnat_rm.dvi): Depend on
      	$(srcdir)/doc/include/gcc-common.texi.
      
      f:
      	* root.texi: Include gcc-common.texi.
      	* bugs.texi, news.texi: Don't include root.texi as part of full
      	manual.
      	* g77.texi: Update for use of gcc-common.texi.
      	* Make-lang.in ($(srcdir)/f/g77.info, f/g77.dvi): Depend on
      	$(srcdir)/doc/include/gcc-common.texi.
      
      java:
      	* gcj.texi: Include gcc-common.texi.
      	* Make-lang.in ($(srcdir)/java/gcj.info, java/gcj.dvi): Depend on
      	$(srcdir)/doc/include/gcc-common.texi.
      
      treelang:
      	* treelang.texi: Include gcc-common.texi.
      	* Make-lang.in ($(srcdir)/treelang/treelang.info, treelang.dvi):
      	Depend on gcc-common.texi.  Add other missing dependencies.
      	(treelang.dvi): Use texi2dvi.
      
      From-SVN: r60446
      Joseph Myers committed