Skip to content
Snippets Groups Projects
  1. Oct 17, 2005
  2. Sep 30, 2005
  3. Mar 16, 2005
    • Zack Weinberg's avatar
      gcc-version.m4: Delete. · a1286ef5
      Zack Weinberg authored
      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
      a1286ef5
  4. May 13, 2004
  5. Jan 03, 2004
  6. Sep 17, 2002
  7. Aug 28, 2002
  8. May 31, 2002
  9. Apr 21, 2002
  10. Jan 06, 2002
  11. Dec 17, 2001
  12. Nov 06, 2001
  13. Nov 05, 2001
  14. Oct 29, 2001
  15. Aug 28, 2001
  16. Aug 06, 2001
  17. Jun 08, 2001
  18. Jun 07, 2001
  19. Jun 04, 2001
  20. May 03, 2001
  21. Mar 17, 2001
    • Joseph Myers's avatar
      update_web_docs: Don't strip leading -r from argument following -r... · 655e4aee
      Joseph Myers authored
      	* update_web_docs: Don't strip leading -r from argument following
      	-r, or leading -d from argument following -d.  Bug pointed out by
      	Matt Kraai.
      
      From-SVN: r40590
      655e4aee
    • Joseph Myers's avatar
      update_web_docs: Handle -r and -d options to generate docs for a release or... · 832013cd
      Joseph Myers authored
      update_web_docs: Handle -r and -d options to generate docs for a release or branch in a subdirectory.
      
      	* update_web_docs: Handle -r and -d options to generate docs for a
      	release or branch in a subdirectory.  Determine names of G77 news
      	and bugs files and contributors file after updated docs have been
      	installed, not before.  Don't remove files from a subdirectory.
      	Don't generate manuals for gcov (included in the GCC manual) or
      	iostream (obsolete).  Do generate manuals for cppinternals, gcj
      	and porting.  Update regular expressions for detecting whether
      	files have really changed when regenerated.
      
      From-SVN: r40589
      832013cd
  22. Mar 15, 2001
  23. Mar 10, 2001
Loading