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/ <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 <seze...@gmail.com> 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 <cja...@gmail.com> 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 <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