Re: source code for the 5.16.1.1 release

[email protected] (kmx) Fri, 14 Aug 2015 21:59:34 +0200
Newsgroups perl.win32.vanilla
Message-ID <[email protected]>
Hi,

4936 is SVN revision number.

After mingw-w64 project had migrated to git I am not quite sure what is the 
corresponding git commit.

--
kmx

On 14.8.2015 20:01, Joe Malcolm wrote:
> First, thanks a lot for your work on Strawberry Perl - it’s made my life 
> quite a bit easier.
>
> I am wondering how to find the source code for the "mingw-w64-crt” 
> component of this release. On 
> http://strawberryperl.com/release-notes/5.16.1.1-32bit.html it’s listed as:
>
> mingw-w64-crt_2.x_r4936 	http://mingw-w64.sourceforge.net/
>
>
> But r4936 does not seem to be available in the git repository.
>
> E.g.:
>
> git clone git://git.code.sf.net/p/mingw-w64/mingw-w64 mingw-w64-mingw-w64
>
> gives me a repo which seems to go from 4934 to 4950:
>
> commit 9ea33d20a97d5f8812233c2d6682af2461707df1
> Author: Ozkan Sezer <[email protected] <mailto:[email protected]>>
> Date:   Tue Apr 10 08:00:51 2012 +0000
>
>     _mingw.h (__int128, __SIZEOF_INT128__): Handle clang.
>
>     git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4950 
> 4407c894-4637-0410-b4f5-ada5f102cad1
>
> commit af9c6a501318354918ef8b64fad847687b8ac214
> Author: Jacek Caban <[email protected] <mailto:[email protected]>>
> Date:   Mon Apr 2 07:45:47 2012 +0000
>
>     Makefile.am: Added downloadmgr.idl to IDL_SRCS (missing in previous 
> patch)
>
>     git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4934 
> 4407c894-4637-0410-b4f5-ada5f102cad1
>
> "svn co http://svn.code.sf.net/p/mingw-w64/code/trunk@4936” gets me 
> something, but it’s hard to tell if it’s what I want.
>
> I’d appreciate any help.
>
> Thanks,
> Joe