Finding patches in wine-cvs mailing list for regression tests using CVS dates

Marcus Meissner marcus at jet.franken.de
Sat Dec 31 08:59:19 CST 2005


On Sat, Dec 31, 2005 at 03:48:16PM +0100, Daniel Calviño Sánchez wrote:
> 2005/12/31, Marcus Meissner <marcus at jet.franken.de>:
> > There is a CVS commit that has:
> >         revision 1.24
> >         date: 2005-12-21 21:29:03 +0100;  author: julliard;  state: Exp;  lines: +2 -0
> >         Marcus Meissner <marcus at jet.franken.de>
> >         msvcrt: Implemented wctime(), wasctime().
> >         Free thread data in DLL_THREAD_DETACH.
> 
> But, where can the information about CVS commits be seen? Perhaps I
> sound somewhat silly... but I can't find it.
> I mean, I know where I can see the changes made to a specific file.
> But I don't know where can I see a list with all the changes made in
> the CVS or something like that (I think you didn't get the information
> about this CVS commit looking every file in the CVS :) )

log for a file:
	cvs log file.c

to see diff between dates:
	cvs diff -u -D "time1" -D "time2"
 
> Thanks a lot, this is the patch I was looking for. I'm going to fill a
> bug report now.

Its already fixed in current CVS...

Ciao, Marcus



More information about the wine-devel mailing list