[Lazarus] SVN revision for a particular date...
Graeme Geldenhuys
graemeg.lists at gmail.com
Mon May 11 13:45:12 CEST 2009
On Mon, May 11, 2009 at 1:12 PM, <dominique at savagesoftware.com.au> wrote:
> Hi All,
> Is there an easy way to find out a revision number for a particular date?
For FPC "fixes" branch svn returns the following revisions.
NOTE:
I have no idea why FPC included the 2008-05-21 date when I didn't ask
for it. I guess it's a SubVersion thing. ;-)
/opt/fpc/src $ svn log -r{2008-12-01}
------------------------------------------------------------------------
r12282 | tom_at_work | 2008-11-30 19:30:40 +0200 (Sun, 30 Nov 2008) | 9 lines
Merged revisions 11031 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk
........
r11031 | tom_at_work | 2008-05-21 23:29:58 +0200 (Wed, 21 May 2008) | 1 line
* fix padding on 64 bit big endian CPUs in TInterfaceEntry: wrong
offset of a member caused memory corruption and then access violations
during object creation. Fixes timplements* tests.
........
------------------------------------------------------------------------
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the Lazarus
mailing list