help with CVS
Joe Buck
Joe.Buck@synopsys.COM
Thu Apr 8 16:54:00 GMT 2004
On Thu, Apr 08, 2004 at 09:41:52AM -0700, clarke micheal wrote:
> is there any way to find out what are all the
> changes that have been made to a particular version of
> gcc(like 3.2.3) over a period of time(given two dates
> or two version numbers).
You can check out two versions of a particular branch, specifying different
dates, and then do a recursive diff. Alternatively, for two adjacent
version numbers you'll often find a patch in the releases FTP directory
to turn the older version into the newer version.
> which of the changes contribute to some bug 'fix'
> I mean... "that particular change has been made to fix
> some bug not for some enhancement or anything".
In many cases you'll find that information in the ChangeLog file: look for
references to the PR number.
More information about the Gcc
mailing list