1. 25 Jul, 2002 1 commit
  2. 17 Jul, 2002 1 commit
  3. 16 Jul, 2002 1 commit
  4. 26 Jun, 2002 1 commit
  5. 31 May, 2002 1 commit
  6. 16 May, 2002 1 commit
    • Makefile.in: Allow for PWDCMD to override hardcoded pwd. · 1e6347d8
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* config-ml.in: Likewise.
      	* configure: Likewise.
      	* configure.in: Likewise.
      
      	boehm-gc:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	config:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      
      	contrib:
      	* test_installed: Allow for PWDCMD to override hardcoded pwd.
      	* test_summary: Likewise.
      
      	gcc:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* fixinc/check.tpl: Likewise.
      	* fixinc/fixinc.dgux: Likewise.
      	* fixinc/fixinc.svr4: Likewise.
      	* fixinc/fixinc.winnt: Likewise.
      	* fixinc/fixincl.sh: Likewise.
      	* fixproto: Likewise.
      	* configure: Regenerate.
      
      	gcc/ada:
      	* Makefile.adalib: Allow for PWDCMD to override hardcoded pwd.
      	* Makefile.in: Likewise.
      
      	gcc/f:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/java:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/po:
      	* exgettext: Allow for PWDCMD to override hardcoded pwd.
      
      	gcc/treelang:
      	* Make-lang.in: Allow for PWDCMD to override hardcoded pwd.
      
      	libf2c:
      	* Makefile.in: Allow for PWDCMD to override hardcoded pwd.
      	* aclocal.m4: Likewise.
      	* configure: Regenerate.
      
      	libjava:
      	* acinclude.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure.in: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      
      	libobjc:
      	* aclocal.m4: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	libstdc++-v3:
      	* Makefile.am: Allow for PWDCMD to override hardcoded pwd.
      	* acinclude.m4: Likewise.
      	* docs/html/Makefile: Likewise.
      	* aclocal.m4: Regenerate.
      	* configure: Regenerate.
      	* Makefile.in: Regenerate.
      
      	zlib:
      	* configure.in: Allow for PWDCMD to override hardcoded pwd.
      	* configure: Regenerate.
      
      	* ChangeLog: Move entries to ChangeLog.gcj.
      
      From-SVN: r53523
      Rainer Orth committed
  7. 18 Apr, 2002 1 commit
  8. 17 Apr, 2002 1 commit
  9. 26 Mar, 2002 1 commit
  10. 11 Mar, 2002 1 commit
  11. 09 Mar, 2002 1 commit
  12. 24 Feb, 2002 1 commit
  13. 02 Feb, 2002 1 commit
  14. 25 Jan, 2002 1 commit
  15. 16 Jan, 2002 1 commit
  16. 02 Jan, 2002 1 commit
  17. 14 Dec, 2001 1 commit
    • texi2pod.pl: Merge changes from binutils' texi2pod.pl. · 3da33af3
      2001-12-12  Matthias Klose  <doko@debian.org>
      
      	* texi2pod.pl: Merge changes from binutils' texi2pod.pl. Allows
      	generation of more than one man page from one source.
      	Add '-' to set of valid chars for an identifier.
      	Let -D option accept flags of the form <flag>=<value>.
      	Use \s+ for whitespace detection in '@c man' lines.
      	Handle @set and @clear independent of $output.
      	Substitute all @value{}'s in a line.
      
      From-SVN: r48015
      Matthias Klose committed
  18. 14 Nov, 2001 1 commit
    • texi2pod.pl: Handle @ifnottex, @iftex and @display. · 77bd67cb
      contrib:
      	* texi2pod.pl: Handle @ifnottex, @iftex and @display.  Handle @var
      	in verbatim blocks specially.  Handle @unnumbered, @unnumberedsec
      	and @center.  Allow [a-z] after @enumerate.  Handle 0 and numbers
      	greater than 9 in enumerations.
      
      gcc:
      	* Makefile.in (POD2MAN): Don't include --section=1.
      	(manext): Rename to man1ext.  All users changed.
      	(man7ext): New.
      	(man7dir): New.
      	(generated-manpages): Also depend on $(docdir)/gfdl.7,
      	$(docdir)/gpl.7, and $(docdir)/fsf-funding.7.
      	($(docdir)/gcov.1, $(docdir)/cpp.1, $(docdir)/gcc.1): Include
      	--section=1 in calls to $(POD2MAN).
      	($(docdir)/gfdl.7, $(docdir)/gpl.7, $(docdir)/fsf-funding.7): New.
      	(maintainer-clean, install, uninstall): Handle the new man pages.
      	($(docdir)/cpp.info, cpp.dvi): Depend on fdl.texi.
      	(installdirs): Create man7dir.
      	* doc/cpp.texi: Include GFDL in this manual.  In the man page,
      	refer to gfdl(7) for the GFDL.  Apply Front Cover and Back Cover
      	texts to man page.  Include gpl(7), gfdl(7) and fsf-funding(7) in
      	the SEE ALSO man page section.
      	* doc/gcov.texi: Apply GFDL to man page.  Include gpl(7), gfdl(7)
      	and fsf-funding(7) in the SEE ALSO man page section.
      	* doc/invoke.texi: Apply GFDL to man page.  Include gpl(7),
      	gfdl(7) and fsf-funding(7) in the SEE ALSO man page section.
      	* doc/include/fdl.texi, doc/include/funding.texi,
      	doc/include/gpl.texi: Adjust for conversion by texi2pod.pl.
      	* doc/.cvsignore: Add gfdl.7, gpl.7 and fsf-funding.7.
      
      gcc/cp:
      	* Make-lang.in: Change all uses of $(manext) to $(man1ext).
      
      gcc/f:
      	* Make-lang.in: Change all uses of $(manext) to $(man1ext).
      
      From-SVN: r46998
      Joseph Myers committed
  19. 07 Nov, 2001 1 commit
  20. 08 Oct, 2001 1 commit
  21. 07 Sep, 2001 1 commit
  22. 05 Sep, 2001 1 commit
  23. 13 Aug, 2001 1 commit
  24. 28 Jul, 2001 1 commit
  25. 27 Jul, 2001 3 commits
  26. 26 Jul, 2001 1 commit
  27. 23 Jul, 2001 3 commits
  28. 03 Jul, 2001 1 commit
  29. 02 Jul, 2001 1 commit
  30. 01 Jul, 2001 1 commit
  31. 14 Jun, 2001 1 commit
  32. 13 Jun, 2001 2 commits
  33. 12 Jun, 2001 1 commit
  34. 11 Jun, 2001 1 commit
  35. 07 Jun, 2001 1 commit