OSDN Git Service

* texi2pod.pl: Add copyright and GPL notices.
[pf3gnuchains/gcc-fork.git] / contrib / ChangeLog
index 556d5da..c37448a 100644 (file)
@@ -1,3 +1,125 @@
+2001-05-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * texi2pod.pl: Add copyright and GPL notices.
+
+2001-01-24  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * texi2pod.pl: Handle "\,".
+
+2001-01-15  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * texi2pod.pl: Fix regular expression for @r to avoid exponential
+       recursion.  From Russ Allbery <rra@stanford.edu>.  Remove perl
+       version check.
+
+2001-01-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * warn_summary (stageNfilter): Update for recent changes in
+       bootstrap logic.
+
+2001-01-14  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * texi2pod.pl: Require at least perl 5.6.0.
+
+2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * 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.
+
+2001-01-11  Bernd Schmidt  <bernds@redhat.com>
+
+       * gennews: Add gcc-2.95.3.
+
+2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * texi2pod.pl: Handle @gcctabopt and @env in tables.  Handle
+       @command.  Format URLs and email addresses in bold.
+
+2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_update: Add cpp.1 to the list of generated files.
+
+       * texi2pod.pl: Handle @option and @env.
+
+2001-01-03  Mike Stump  <mrs@wrs.com>
+
+       * snapshot: Update to account for java libraries.
+
+2000-12-28  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * test_summary: Export filesuffix, not fileprefix.
+
+2000-12-22  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * release: Change some EGCS references to GCC.
+
+2000-12-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
+
+       * warn_summary: Fix subdirectory filtering.  Add -intl and -fixinc
+       subdirectory flags.  Add source directory prefix filtering.
+       Redirect diagnostic output to stderr.
+
+2000-12-07  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * 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.
+
+2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_update: Don't touch tradcif.c or java/parse.h.
+
+2000-12-05  Zack Weinberg  <zack@wolery.stanford.edu>
+
+       * texi2pod.pl: Restructure for comprehensibility, add
+       comments.  Merge handling of @ignore and @ifxxx.  Handle a
+       whole bunch more Texinfo commands.  Use consistent formatting
+       style.
+
+2000-12-04  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gennews: New script.
+
+2000-11-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
+
+       * gcc_update: Update a comment as we now require bison for CVS users.
+
+2000-11-22  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+       * gcc_update: Add gcov.1 to the list of generated files.
+
+2000-11-21  Mark Mitchell  <mark@codesourcery.com>
+
+       * gcc_build: Remove code to put information in a log file.
+
+2000-11-19  Zack Weinberg  <zackw@stanford.edu>
+
+       * 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.
+
+2000-11-12  Bruce Korb  <bkorb@gnu.org>
+
+       * release: generalize the release script a bit.
+
+Sat Nov 11 17:29:03 2000  Mark P Mitchell  <mark@codesourcery.com>
+
+       * gcc_build: Add -o option for setting the objdir to use.
+
+2000-11-11  Jeff Law  <law@redhat.com>,
+
+       * release: New file.
+
 2000-11-08  Jeff Law  <law@redhat.com>,
            Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>