aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2001-05-18* gcc_update: Add rules for libf2c/libI77.Andreas Jaeger2-1/+7
From-SVN: r42257
2001-05-17* gcc_update (touch_files): Use simpler, yet as portable, syntax.Alexandre Oliva2-1/+5
From-SVN: r42229
2001-05-15* gcc_update (touch_files): Enhance make portability.Loren J. Rittle2-1/+5
From-SVN: r42100
2001-05-14* gcc_update (touch_files): Use a Makefile to touch files.Alexandre Oliva2-20/+21
From-SVN: r42088
2001-05-03* texi2pod.pl: Add copyright and GPL notices.Joseph Myers2-0/+23
From-SVN: r41800
2001-01-24texi2pod.pl: Handle "\,".Joseph Myers2-0/+5
contrib: * texi2pod.pl: Handle "\,". gcc: * gcc.1, cpp.1: Regenerate. From-SVN: r39244
2001-01-15texi2pod.pl: Fix regular expression for @r to avoid exponential recursion.Joseph Myers2-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
2001-01-15warn_summary (stageNfilter): Update for recent changes in bootstrap logic.Kaveh R. Ghazi2-1/+6
* warn_summary (stageNfilter): Update for recent changes in bootstrap logic. From-SVN: r39045
2001-01-14texi2pod.pl: Require at least perl 5.6.0.Joseph Myers2-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
2001-01-13gcc_update: Add gcc/gcc.1 to generated files.Joseph Myers3-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
2001-01-11Update for 2.95.3Bernd Schmidt2-2/+7
From-SVN: r38907
2001-01-10gcc.texi: Define macro gcctabopt.Joseph Myers2-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
2001-01-03* gcc_update: Add cpp.1 to the list of generated files.Joseph Myers2-1/+4
From-SVN: r38669
2001-01-03texi2pod.pl: Handle @option and @env.Joseph Myers2-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
2001-01-03* snapshot: Update to account for java libraries.Mike Stump2-1/+12
From-SVN: r38666
2000-12-28test_summary: Export filesuffix, not fileprefix.Jeffrey Oldham2-1/+5
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com> * test_summary: Export filesuffix, not fileprefix. From-SVN: r38513
2000-12-22* release: Change some EGCS references to GCC.Joseph Myers2-12/+16
From-SVN: r38448
2000-12-14warn_summary: Fix subdirectory filtering.Kaveh R. Ghazi2-20/+43
* warn_summary: Fix subdirectory filtering. Add -intl and -fixinc subdirectory flags. Add source directory prefix filtering. Redirect diagnostic output to stderr. From-SVN: r38260
2000-12-12gcc_update: Add fastjar --touch entries.Rodney Brown1-0/+15
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
2000-12-07texi2pod.pl: If multiple @c man sections with the same tag appear...Zack Weinberg2-33/+53
* 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
2000-12-07* gcc_update: Don't touch tradcif.c or java/parse.h.Joseph Myers2-2/+5
From-SVN: r38108
2000-12-05texi2pod.pl: Restructure for comprehensibility, add comments.Zack Weinberg2-102/+190
* 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
2000-12-04ONEWS: New file with the current contents of NEWS up to EGCS 1.1.Joseph Myers2-0/+56
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
2000-11-22* gcc_update: Update a comment as we now require bison for CVS users.Gerald Pfeifer2-1/+5
From-SVN: r37653
2000-11-22gcov.texi: Add magic comments for texi2pod.pl.Joseph Myers2-0/+5
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
2000-11-21* gcc_build: Remove code to put information in a log file.Mark Mitchell2-16/+10
From-SVN: r37624
2000-11-19texi2pod.pl: - Add real command line parsing.Zack Weinberg2-39/+131
* 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
2000-11-13generalize the release script a bitBruce Korb2-20/+37
From-SVN: r37411
2000-11-12* gcc_build: Add -o option for setting the objdir to use.Mark Mitchell2-1/+7
From-SVN: r37397
2000-11-11* release: New file.Jeff Law2-0/+243
From-SVN: r37384
2000-11-08snapshot: New file.Jeff Law2-0/+179
* snapshot: New file. Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> From-SVN: r37328
2000-11-08gcc_build (bootstrap_gcc): New function.Jeffrey Oldham2-15/+41
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
2000-11-01gcc_build (MAKE): New variable.Mark Mitchell2-4/+18
* gcc_build (MAKE): New variable. (build_gcc): Use it. Fix logging of errors. (install_gcc): Likewise. From-SVN: r37180
2000-10-29* gcc_build: Save the output from CVS into the logfile as well.Mark Mitchell2-3/+7
From-SVN: r37136
2000-10-26* gcc_build: Fix typos.Mark Mitchell2-3/+7
From-SVN: r37066
2000-10-14* gperf-2.7-19981006.pat: Remove.Joseph Myers2-148/+4
From-SVN: r36867
2000-10-08* test_installed: Change EGCS references to refer to GCC.Joseph Myers2-4/+8
From-SVN: r36788
2000-09-28gcc_update (touch_files): Add some informative output.Gerald Pfeifer2-1/+6
From-SVN: r36657
2000-09-16gcc_update: Remove gcc/c-parse.gperf.Andreas Jaeger2-34/+37
2000-09-16 Andreas Jaeger <aj@suse.de> * gcc_update: Remove gcc/c-parse.gperf. From-SVN: r36454
2000-08-30gcc_update: Execute touch_files_reexec even if `cvs update` failed.Gerald Pfeifer2-0/+7
* gcc_update: Execute touch_files_reexec even if `cvs update` failed. Co-Authored-By: Alexandre Oliva <aoliva@redhat.com> From-SVN: r36073
2000-08-09* test_summary: AWK breaks with filenames containing `='.Alexandre Oliva2-1/+9
From-SVN: r35578
2000-07-16Fix nameMark Mitchell1-1/+1
From-SVN: r35062
2000-07-16* gcc_build: New script.Mark Mitchell1-3/+3
From-SVN: r35061
2000-07-16* gcc_build: New script.Mark Mitchell2-0/+299
From-SVN: r35060
2000-07-14* gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell2-1/+4
From-SVN: r35030
2000-07-12gcc_update (files_and_dependencies): Remove generated YACC files.Mark Mitchell2-8/+4
* gcc_update (files_and_dependencies): Remove generated YACC files. * c-parse.c: Remove. * c-parse.h: Likewise. * c-parse.y: Likewise. * objc/objc-parse.c: Likewise. * objc/objc-pasre.y: Likewise. * Makefile.in ($(PARSE_H)): Depend directly on parse.y. * parse.c: Remove. * parse.h: Likewise. * parse-scan.c: Remove. From-SVN: r34982
2000-07-11Add tradcif.c: tradcif.y dependencyZack Weinberg1-0/+1
From-SVN: r34953
2000-06-04* newcvsroot: Handle filenames that contain spaces.Mark Mitchell2-2/+6
From-SVN: r34391
2000-06-04test_summary: In generated script, use cat <<'EOF' not cat <<\EOF.Zack Weinberg2-5/+13
* test_summary: In generated script, use cat <<'EOF' not cat <<\EOF. Elide --with-gcc-version-trigger and --norecursion from configure flags. Remove code to report status of haifa scheduler. From-SVN: r34387
2000-05-18Oops, removed `Reported by' commentAlexandre Oliva1-1/+0
From-SVN: r33976