Age | Commit message (Collapse) | Author | Files | Lines |
|
2001-11-07 Laurent Guerby <guerby@acm.org>
* gcc_update (files_and_dependencies): Add Ada dependencies.
From-SVN: r46832
|
|
maintainer-scripts:
* crontab: Build weekly snapshots.
contrib:
* snapshot: Remove.
From-SVN: r46078
|
|
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/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
|
|
From-SVN: r44854
|
|
From-SVN: r44438
|
|
From-SVN: r44433
|
|
From-SVN: r44430
|
|
* contrib/gcc_update: Dump timestamp in LAST_UPDATED.
* .cvsignore: Add LAST_UPDATED.
From-SVN: r44413
|
|
From-SVN: r44381
|
|
From-SVN: r44266
|
|
From-SVN: r44263
|
|
From-SVN: r44262
|
|
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
|
|
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
|
|
From-SVN: r43669
|
|
From-SVN: r43377
|
|
From-SVN: r43343
|
|
From-SVN: r43322
|
|
From-SVN: r43252
|
|
* gcc_build: Output information about the commands used to
configure the compiler.
From-SVN: r43222
|
|
contrib:
* gennews: Update for GCC 3.0.
gcc:
* NEWS: Regenerate.
From-SVN: r42975
|
|
From-SVN: r42797
|
|
From-SVN: r42673
|
|
From-SVN: r42493
|
|
From-SVN: r42426
|
|
From-SVN: r42257
|
|
From-SVN: r42229
|
|
From-SVN: r42100
|
|
From-SVN: r42088
|
|
From-SVN: r41800
|
|
contrib:
* texi2pod.pl: Handle "\,".
gcc:
* gcc.1, cpp.1: Regenerate.
From-SVN: r39244
|
|
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.
From-SVN: r39045
|
|
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
|
|
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
|
|
From-SVN: r38907
|
|
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
|
|
From-SVN: r38669
|
|
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
|
|
From-SVN: r38666
|
|
2000-12-28 Jeffrey Oldham <oldham@codesourcery.com>
* test_summary: Export filesuffix, not fileprefix.
From-SVN: r38513
|
|
From-SVN: r38448
|
|
* 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-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
|
|
* 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
|
|
From-SVN: r38108
|
|
* 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
|
|
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
|
|
From-SVN: r37653
|