- 24 Jan, 2001 1 commit
-
-
contrib: * texi2pod.pl: Handle "\,". gcc: * gcc.1, cpp.1: Regenerate. From-SVN: r39244
Joseph Myers committed
-
- 15 Jan, 2001 2 commits
-
-
contrib: * texi2pod.pl: Fix regular expression for @r to avoid exponential recursion. From Russ Allbery <rra@stanford.edu>. Remove perl version check. gcc: * configure.in, configure: Revert previous patch requiring perl 5.6.0. From-SVN: r39053
Joseph Myers committed -
* warn_summary (stageNfilter): Update for recent changes in bootstrap logic. From-SVN: r39045
Kaveh R. Ghazi committed
-
- 14 Jan, 2001 1 commit
-
-
contrib: * texi2pod.pl: Require at least perl 5.6.0. gcc: * configure.in: Require at least perl 5.6.0 to regenerate manpages. * configure: Regenerate. From-SVN: r39018
Joseph Myers committed
-
- 13 Jan, 2001 1 commit
-
-
contrib: * gcc_update: Add gcc/gcc.1 to generated files. * texi2pod.pl: Handle @r and @gccoptlist. Handle @gol. Handle discarding to end of sentence with @xref where the sentence has an interior "." in markup, and handle discarding parentheses around such a sentence. gcc: * Makefile.in (generated-manpages): Add gcc.1 ($(srcdir)/gcc.1): New target. (maintainer-clean): Delete $(srcdir)/gcc.1. * gcc.texi: Add macros @gccoptlist and @gol. * invoke.texi: Include option summary in manpage. Mark up option summary with @gccoptlist and @gol. Use @r in one place where appropriate. * texinfo.tex: Update to version 2000-12-11.07 from ftp.gnu.org. * gcc.1: Generate from invoke.texi. gcc/cp: * g++.1: Change to be ".so man1/gcc.1". From-SVN: r38993
Joseph Myers committed
-
- 11 Jan, 2001 1 commit
-
-
From-SVN: r38907
Bernd Schmidt committed
-
- 10 Jan, 2001 1 commit
-
-
gcc: * gcc.texi: Define macro gcctabopt. * invoke.texi: Add manpage sections BUGS and AUTHOR. Use @command, @env and @option in some places where appropriate. Use @gcctabopt where appropriate. Put URLs and email addresses inside @w. contrib: * texi2pod.pl: Handle @gcctabopt and @env in tables. Handle @command. Format URLs and email addresses in bold. From-SVN: r38863
Joseph Myers committed
-
- 03 Jan, 2001 3 commits
-
-
From-SVN: r38669
Joseph Myers committed -
contrib: * texi2pod.pl: Handle @option and @env. gcc: * configure.in: Require at least texinfo 4.0. Check for whether Pod::Man is sufficiently recent to regenerate GCC manpages. * configure: Regenerate. * Makefile.in (TEXI2POD): Call perl explicitly rather than relying on #!. (GENERATED_MANPAGES): Define. (generated-manpages): New target. Depend on cpp.1 as well as gcov.1. (install-man): Depend on $(GENERATED_MANPAGES) (defined by configure to generated-manpages or empty) rather than on the manpages directly. Remove execute permission from installed gcov.1 as well as cpp.1. * cpp.1, gcov.1: Regenerate. From-SVN: r38668
Joseph Myers committed -
From-SVN: r38666
Mike Stump committed
-
- 28 Dec, 2000 1 commit
-
-
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> * test_summary: Export filesuffix, not fileprefix. From-SVN: r38513
Jeffrey Oldham committed
-
- 22 Dec, 2000 1 commit
-
-
From-SVN: r38448
Joseph Myers committed
-
- 14 Dec, 2000 1 commit
-
-
* warn_summary: Fix subdirectory filtering. Add -intl and -fixinc subdirectory flags. Add source directory prefix filtering. Redirect diagnostic output to stderr. From-SVN: r38260
Kaveh R. Ghazi committed
-
- 13 Dec, 2000 1 commit
-
-
2000-12-12 Rodney Brown <RodneyBrown@mynd.com> * contrib/gcc_update: Add fastjar --touch entries. (http://gcc.gnu.org/ml/gcc-patches/2000-12/msg00588.html) From-SVN: r38214
Rodney Brown committed
-
- 07 Dec, 2000 2 commits
-
-
* texi2pod.pl: If multiple @c man sections with the same tag appear, concatenate them in the final output. When skipping, ignore block commands that can't cause skipping, and honor those that can. Ensure that verbatim blocks are separate paragraphs. From-SVN: r38117
Zack Weinberg committed -
From-SVN: r38108
Joseph Myers committed
-
- 05 Dec, 2000 1 commit
-
-
* texi2pod.pl: Restructure for comprehensibility, add comments. Merge handling of @ignore and @ifxxx. Handle a whole bunch more Texinfo commands. Use consistent formatting style. From-SVN: r38052
Zack Weinberg committed
-
- 04 Dec, 2000 1 commit
-
-
gcc: * ONEWS: New file with the current contents of NEWS up to EGCS 1.1. * NEWS: Generate automatically from online release notes from EGCS 1.0 to GCC 2.95.2, using ../contrib/gennews. contrib: * gennews: New script. From-SVN: r38016
Joseph Myers committed
-
- 22 Nov, 2000 2 commits
-
-
From-SVN: r37653
Gerald Pfeifer committed -
gcc: * gcov.texi: Add magic comments for texi2pod.pl. * Makefile.in: Add rules to generate and install gcov.1. * gcov.1: New (generated) file. contrib: * gcc_update: Add gcov.1 to the list of generated files. From-SVN: r37649
Joseph Myers committed
-
- 21 Nov, 2000 1 commit
-
-
From-SVN: r37624
Mark Mitchell committed
-
- 19 Nov, 2000 1 commit
-
-
* texi2pod.pl: - Add real command line parsing. - Support @ifset, @ifclear, @set, @value, -D switch. - Support @sc. Improve handling of @ref and friends. - Discard @subsection, @need, @node lines. - Un-nest font changes to match texinfo semantics. - Handle @{ and @}. Oops. - Don't emit E<> directives inside verbatim blocks. From-SVN: r37569
Zack Weinberg committed
-
- 13 Nov, 2000 1 commit
-
-
From-SVN: r37411
Bruce Korb committed
-
- 12 Nov, 2000 1 commit
-
-
From-SVN: r37397
Mark Mitchell committed
-
- 11 Nov, 2000 1 commit
-
-
From-SVN: r37384
Jeff Law committed
-
- 08 Nov, 2000 2 commits
-
-
* snapshot: New file. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r37328
Jeff Law committed -
2000-11-08 Jeffrey Oldham <oldham@oz.codesourcery.com> * gcc_build (bootstrap_gcc): New function. (configure_gcc): Likewise. (build_gcc): Rewritten to use configure and bootstrap. (MAKE_BOOTSTRAP_OPTIONS): Replaced MAKE_OPTIONS. From-SVN: r37323
Jeffrey Oldham committed
-
- 01 Nov, 2000 1 commit
-
-
* gcc_build (MAKE): New variable. (build_gcc): Use it. Fix logging of errors. (install_gcc): Likewise. From-SVN: r37180
Mark Mitchell committed
-
- 29 Oct, 2000 1 commit
-
-
From-SVN: r37136
Mark Mitchell committed
-
- 26 Oct, 2000 1 commit
-
-
From-SVN: r37066
Mark Mitchell committed
-
- 14 Oct, 2000 1 commit
-
-
From-SVN: r36867
Joseph Myers committed
-
- 08 Oct, 2000 1 commit
-
-
From-SVN: r36788
Joseph Myers committed
-
- 28 Sep, 2000 1 commit
-
-
From-SVN: r36657
Gerald Pfeifer committed
-
- 16 Sep, 2000 1 commit
-
-
2000-09-16 Andreas Jaeger <aj@suse.de> * gcc_update: Remove gcc/c-parse.gperf. From-SVN: r36454
Andreas Jaeger committed
-
- 30 Aug, 2000 1 commit
-
-
* gcc_update: Execute touch_files_reexec even if `cvs update` failed. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r36073
Gerald Pfeifer committed
-
- 09 Aug, 2000 1 commit
-
-
From-SVN: r35578
Alexandre Oliva committed
-
- 16 Jul, 2000 3 commits
-
-
From-SVN: r35062
Mark Mitchell committed -
From-SVN: r35061
Mark Mitchell committed -
From-SVN: r35060
Mark Mitchell committed
-
- 14 Jul, 2000 1 commit
-
-
From-SVN: r35030
Mark Mitchell committed
-