aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2002-07-17Makefile.in: Delete references to enquire.Nathanael Nerode2-0/+2891
(gcc) * Makefile.in: Delete references to enquire. * enquire.c: Move to contrib. (contrib) * enquire.c: Move from gcc. From-SVN: r55502
2002-07-16gcc_update (touch_files): Pass -s to ${MAKE}.H.J. Lu2-1/+5
2002-07-16 H.J. Lu <hjl@gnu.org> * gcc_update (touch_files): Pass -s to ${MAKE}. From-SVN: r55497
2002-06-26* texi2pod.pl: Correct handling of the internal R<> sequence.Zack Weinberg2-6/+14
From-SVN: r55012
2002-05-31gcc_update (files_and_dependencies): Add generated Texinfo files for Ada.Florian Weimer2-0/+9
2002-05-31 Florian Weimer <fw@deneb.enyo.de> * gcc_update (files_and_dependencies): Add generated Texinfo files for Ada. From-SVN: r54103
2002-05-16Makefile.in: Allow for PWDCMD to override hardcoded pwd.Rainer Orth3-5/+10
* 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
2002-04-18* gcc_update (touch_files): Don't have empty for loop.Geoffrey Keating2-1/+5
From-SVN: r52462
2002-04-16* gcc_update: Remove libchill.Richard Henderson2-1/+4
From-SVN: r52385
2002-03-26* texi2pod.pl: Handle @end ftable and @end vtable.Zack Weinberg2-1/+5
From-SVN: r51364
2002-03-11texi2pod.pl: Handle @include, @ftable, @vtable.Zack Weinberg2-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
2002-03-09btest-gcc.sh: For crosses, assume newlib and GNU binutils.Geoffrey Keating3-2/+9
* btest-gcc.sh: For crosses, assume newlib and GNU binutils. * site.exp: Correct mips-elf triplet. From-SVN: r50504
2002-02-24test_summary: Additional to XPASS and FAIL...Christian Jönsson2-1/+6
* test_summary: Additional to XPASS and FAIL, add UNRESOLVED, WARNING and ERROR output from the *.sum files. From-SVN: r50010
2002-02-02Contribute regression tester scriptsGeoffrey Keating5-0/+338
From-SVN: r49432
2002-01-25gennews (files): Replace gcc-2.95/gcc-2.95.html...Gerald Pfeifer2-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
2002-01-16gennews (files): Replace egcs-1.1/egcs-1.1.2.html...Gerald Pfeifer2-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
2002-01-02* warn_summary: Add -ada subdirectory flag.Kaveh R. Ghazi2-4/+8
From-SVN: r48457
2001-12-14texi2pod.pl: Merge changes from binutils' texi2pod.pl.Matthias Klose2-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
2001-11-14texi2pod.pl: Handle @ifnottex, @iftex and @display.Joseph Myers2-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
2001-11-07gcc_update (files_and_dependencies): Add Ada dependencies.Laurent Guerby2-0/+9
2001-11-07 Laurent Guerby <guerby@acm.org> * gcc_update (files_and_dependencies): Add Ada dependencies. From-SVN: r46832
2001-10-08crontab: Build weekly snapshots.Joseph Myers2-181/+4
maintainer-scripts: * crontab: Build weekly snapshots. contrib: * snapshot: Remove. From-SVN: r46078
2001-09-07revert: gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵Richard Sandiford2-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
2001-09-05gcc_update: (files_and_dependencies) Add gcc/java/parse.c ↵David Billinghurst2-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
2001-08-13* analyze_brprob: Update for changes in gcc debug output.Jan Hubicka2-3/+7
From-SVN: r44854
2001-07-28* analyze_brprob: Avoid more overflows.Jan Hubicka2-4/+6
From-SVN: r44438
2001-07-27* test_summary: Copy LAST_UPDATED UTC time to head of summary.Richard Henderson2-0/+10
From-SVN: r44433
2001-07-27* analyze_brprob: Avoid overflows.Jan Hubicka2-8/+12
From-SVN: r44430
2001-07-26gcc_update: Dump timestamp in LAST_UPDATED.Richard Henderson2-0/+8
* contrib/gcc_update: Dump timestamp in LAST_UPDATED. * .cvsignore: Add LAST_UPDATED. From-SVN: r44413
2001-07-26* analyze_brprob: Fix documentation.Andreas Jaeger2-3/+8
From-SVN: r44381
2001-07-23* analyze_brprob: Fix awk compatibility problems; update comment.Jan Hubicka2-9/+12
From-SVN: r44266
2001-07-23* analyze_brprob: Fix more typos.Andreas Jaeger2-17/+21
From-SVN: r44263
2001-07-23* analyze_brprob: Fix typos.Andreas Jaeger2-3/+7
From-SVN: r44262
2001-07-03extend.texi, [...]: Improve formatting.Joseph Myers2-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
2001-07-02Makefile.in (doc): Depend on $(GENERATED_MANPAGES).Zack Weinberg2-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
2001-07-01* warn_summary: Fix typo in a comment.Zoltan Felleg2-1/+5
From-SVN: r43669
2001-06-14* contrib/gcc_update: Fix timestamp on gcc/f/intdoc.texi.Albert Chin-A-Young2-1/+5
From-SVN: r43377
2001-06-13* gennews: Set TERM to vt100 for Lynx.Mark Mitchell2-1/+8
From-SVN: r43343
2001-06-13* release: Remove.Gerald Pfeifer2-252/+4
From-SVN: r43322
2001-06-12* analyze_brprob: New file.Jan Hubicka2-0/+153
From-SVN: r43252
2001-06-11gcc_build: Output information about the commands used to configure the compiler.Mark Mitchell2-0/+7
* gcc_build: Output information about the commands used to configure the compiler. From-SVN: r43222
2001-06-07gennews: Update for GCC 3.0.Joseph Myers2-2/+7
contrib: * gennews: Update for GCC 3.0. gcc: * NEWS: Regenerate. From-SVN: r42975
2001-06-02* gcc_update: Update for move of documentation to gcc/doc.Joseph Myers2-3/+7
From-SVN: r42797
2001-05-28* contrib/test_summary (files): Sort before evaluating.Rainer Orth2-1/+5
From-SVN: r42673
2001-05-23* gcc_update (UPDATE_OPTIONS): Add -d to the default settings.Gerald Pfeifer2-4/+11
From-SVN: r42493
2001-05-22* gcc_build: Use -d when invoking gcc_update.Mark Mitchell2-2/+6
From-SVN: r42426
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