summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* texi2pod.pl: Handle @include, @ftable, @vtable.Zack Weinberg2002-03-112-10/+58
| | | | | | | | | * contrib/texi2pod.pl: Handle @include, @ftable, @vtable. Reformat some code for clarity. * gcc/Makefile.in: Give texi2pod its input file as a command line argument, not on stdin. From-SVN: r50592
* btest-gcc.sh: For crosses, assume newlib and GNU binutils.Geoffrey Keating2002-03-093-2/+9
| | | | | | | * btest-gcc.sh: For crosses, assume newlib and GNU binutils. * site.exp: Correct mips-elf triplet. From-SVN: r50504
* test_summary: Additional to XPASS and FAIL...Christian Jönsson2002-02-242-1/+6
| | | | | | | * test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. From-SVN: r50010
* Contribute regression tester scriptsGeoffrey Keating2002-02-025-0/+338
| | | | From-SVN: r49432
* gennews (files): Replace gcc-2.95/gcc-2.95.html...Gerald Pfeifer2002-01-252-5/+8
| | | | | | | | * gennews (files): Replace gcc-2.95/gcc-2.95.html, gcc-2.95/gcc-2.95.1.html, gcc-2.95/gcc-2.95.2.html, and gcc-2.95/gcc-2.95.3.html by gcc-2.95/index.html. From-SVN: r49226
* gennews (files): Replace egcs-1.1/egcs-1.1.2.html...Gerald Pfeifer2002-01-162-1/+7
| | | | | | | | * gennews (files): Replace egcs-1.1/egcs-1.1.2.html, egcs-1.1/egcs-1.1.1.html, and egcs-1.1/egcs-1.1.html by egcs-1.1/index.html. From-SVN: r48930
* * warn_summary: Add -ada subdirectory flag.Kaveh R. Ghazi2002-01-022-4/+8
| | | | From-SVN: r48457
* texi2pod.pl: Merge changes from binutils' texi2pod.pl.Matthias Klose2001-12-142-13/+49
| | | | | | | | | | | | | | 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
* texi2pod.pl: Handle @ifnottex, @iftex and @display.Joseph Myers2001-11-142-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* gcc_update (files_and_dependencies): Add Ada dependencies.Laurent Guerby2001-11-072-0/+9
| | | | | | | | 2001-11-07 Laurent Guerby <guerby@acm.org> * gcc_update (files_and_dependencies): Add Ada dependencies. From-SVN: r46832
* crontab: Build weekly snapshots.Joseph Myers2001-10-082-181/+4
| | | | | | | | | | maintainer-scripts: * crontab: Build weekly snapshots. contrib: * snapshot: Remove. From-SVN: r46078
* revert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵Richard Sandiford2001-09-072-3/+7
| | | | | | | | | | | gcc/java/parse-scan.c and... Revert: * gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. From-SVN: r45459
* gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵David Billinghurst2001-09-052-0/+9
| | | | | | | | | | gcc/java/parse-scan.c and... * gcc_update: (files_and_dependencies) Add gcc/java/parse.c gcc/java/parse-scan.c and gcc/java/keyword.h to list of files to touch. From-SVN: r45410
* * analyze_brprob: Update for changes in gcc debug output.Jan Hubicka2001-08-132-3/+7
| | | | From-SVN: r44854
* * analyze_brprob: Avoid more overflows.Jan Hubicka2001-07-282-4/+6
| | | | From-SVN: r44438
* * test_summary: Copy LAST_UPDATED UTC time to head of summary.Richard Henderson2001-07-272-0/+10
| | | | From-SVN: r44433
* * analyze_brprob: Avoid overflows.Jan Hubicka2001-07-272-8/+12
| | | | From-SVN: r44430
* gcc_update: Dump timestamp in LAST_UPDATED.Richard Henderson2001-07-262-0/+8
| | | | | | | * contrib/gcc_update: Dump timestamp in LAST_UPDATED. * .cvsignore: Add LAST_UPDATED. From-SVN: r44413
* * analyze_brprob: Fix documentation.Andreas Jaeger2001-07-262-3/+8
| | | | From-SVN: r44381
* * analyze_brprob: Fix awk compatibility problems; update comment.Jan Hubicka2001-07-232-9/+12
| | | | From-SVN: r44266
* * analyze_brprob: Fix more typos.Andreas Jaeger2001-07-232-17/+21
| | | | From-SVN: r44263
* * analyze_brprob: Fix typos.Andreas Jaeger2001-07-232-3/+7
| | | | From-SVN: r44262
* extend.texi, [...]: Improve formatting.Joseph Myers2001-07-032-4/+7
| | | | | | | | | | | | gcc: * doc/extend.texi, doc/gcc.texi, doc/invoke.texi, doc/md.texi, doc/rtl.texi, doc/tm.texi: Improve formatting. Improve documentation of -std and -Wwrite-strings. contrib: * texi2pod.pl: Handle @r inside @item. From-SVN: r43718
* Makefile.in (doc): Depend on $(GENERATED_MANPAGES).Zack Weinberg2001-07-022-3/+4
| | | | | | | | | | | gcc: * Makefile.in (doc): Depend on $(GENERATED_MANPAGES). * doc/.cvsignore: Add gcc.1, cpp.1, gcov.1. * doc/gcc.1, doc/cpp.1, doc/gcov.1: Removed. contrib: * gcc_update: Remove entries for gcc.1, cpp.1, gcov.1. From-SVN: r43698
* * warn_summary: Fix typo in a comment.Zoltan Felleg2001-07-012-1/+5
| | | | From-SVN: r43669
* * contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.Albert Chin-A-Young2001-06-142-1/+5
| | | | From-SVN: r43377
* * gennews: Set TERM to vt100 for Lynx.Mark Mitchell2001-06-132-1/+8
| | | | From-SVN: r43343
* * release: Remove.Gerald Pfeifer2001-06-132-252/+4
| | | | From-SVN: r43322
* * analyze_brprob: New file.Jan Hubicka2001-06-122-0/+153
| | | | From-SVN: r43252
* gcc_build: Output information about the commands used to configure the compiler.Mark Mitchell2001-06-112-0/+7
| | | | | | | * gcc_build: Output information about the commands used to configure the compiler. From-SVN: r43222
* gennews: Update for GCC 3.0.Joseph Myers2001-06-072-2/+7
| | | | | | | | | | contrib: * gennews: Update for GCC 3.0. gcc: * NEWS: Regenerate. From-SVN: r42975
* * gcc_update: Update for move of documentation to gcc/doc.Joseph Myers2001-06-022-3/+7
| | | | From-SVN: r42797
* * contrib/test_summary (files): Sort before evaluating.Rainer Orth2001-05-282-1/+5
| | | | From-SVN: r42673
* * gcc_update (UPDATE_OPTIONS): Add -d to the default settings.Gerald Pfeifer2001-05-232-4/+11
| | | | From-SVN: r42493
* * gcc_build: Use -d when invoking gcc_update.Mark Mitchell2001-05-222-2/+6
| | | | From-SVN: r42426
* * gcc_update: Add rules for libf2c/libI77.Andreas Jaeger2001-05-182-1/+7
| | | | From-SVN: r42257
* * gcc_update (touch_files): Use simpler, yet as portable, syntax.Alexandre Oliva2001-05-172-1/+5
| | | | From-SVN: r42229
* * gcc_update (touch_files): Enhance make portability.Loren J. Rittle2001-05-152-1/+5
| | | | From-SVN: r42100
* * gcc_update (touch_files): Use a Makefile to touch files.Alexandre Oliva2001-05-142-20/+21
| | | | From-SVN: r42088
* * texi2pod.pl: Add copyright and GPL notices.Joseph Myers2001-05-032-0/+23
| | | | From-SVN: r41800
* texi2pod.pl: Handle "\,".Joseph Myers2001-01-242-0/+5
| | | | | | | | | | contrib: * texi2pod.pl: Handle "\,". gcc: * gcc.1, cpp.1: Regenerate. From-SVN: r39244
* texi2pod.pl: Fix regular expression for @r to avoid exponential recursion.Joseph Myers2001-01-152-3/+7
| | | | | | | | | | | | | 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
* warn_summary (stageNfilter): Update for recent changes in bootstrap logic.Kaveh R. Ghazi2001-01-152-1/+6
| | | | | | | * warn_summary (stageNfilter): Update for recent changes in bootstrap logic. From-SVN: r39045
* texi2pod.pl: Require at least perl 5.6.0.Joseph Myers2001-01-142-0/+6
| | | | | | | | | | | | 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
* gcc_update: Add gcc/gcc.1 to generated files.Joseph Myers2001-01-133-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Update for 2.95.3Bernd Schmidt2001-01-112-2/+7
| | | | From-SVN: r38907
* gcc.texi: Define macro gcctabopt.Joseph Myers2001-01-102-3/+8
| | | | | | | | | | | | | | | 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
* * gcc_update: Add cpp.1 to the list of generated files.Joseph Myers2001-01-032-1/+4
| | | | From-SVN: r38669
* texi2pod.pl: Handle @option and @env.Joseph Myers2001-01-032-1/+5
| | | | | | | | | | | | | | | | | | | | | | 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
* * snapshot: Update to account for java libraries.Mike Stump2001-01-032-1/+12
| | | | From-SVN: r38666