Been a while since i had anything new to report but something nice is on the way

.
Been hard at work moving my codebase to Msys2 and some rather hefty changes to Msys2 have surfaced meanwhile so you will probably wonder a bit about the directory structure resembling cygwins now.
So what do you get ...
CLang 3.6 trunk version modified for use with gcc's std libraries, works pretty well allready.
Gcc-4.9.1 the 4.9.0 version was broken in so many ways that linus torwald put the hammer down on it.
Patched wirh shmem support from TDM to allow debugging static libraries.
Patched for a relocatable build.
Patched intrinsic headers for C++ support.
Patched for liking statically with libgcc and libstdc++.
Patched for linking statically with the winpthreads library (OpenMP does not rely on the winpthreads dll anymore, and C++11 needs posix threads which also dont rely on the winpthreads dll).
Binutils.2.24:
Patched a few mistakes in the source for win32.
Patched for linking with libiconv.
MikTex:
Now able to handle all doc types from Msys2 bash shell.
Merging with Graphviz for html / pdf graphs.
WinFlexBison:
Used instead of the posix versions from Msys2 when building with MinGW32 or MinGW64.
CdrTools:
Optional tool for working with iso's.
Open Caml:
Managed language compiler 32 and 64 bit versions (optional).
Vim and Emacs:
Optional windows versions to replace the Msys2 editors.
Clisp:
Very old and very stable managed language, used in NASA's computers when the first man landed on the moon

fast to.
Go:
Googles new language + compiler.
Python 2.7.3:
32 and 64 bit MinGW versions, works ok mostly a bit lobotomized compared to the msvc versiom, minor bug when installing site packages it tries to install them in /mingw-version/lib and /mingw-version/scripts easy to fix though, just move the stuff from /mingw-version/scripts to /mingw-version/bin and the /mingw-version/lib/site-packages into /mingw-version/lib/python2.7/site-packages.
Both MinGW versions have a massive amount of libraries and tools which would take me days to list

but im sure they will come in handy at some time.
Still working on Porting the latest codeblocks for my new environment but in the meantime the old one still works and its included untill then

.
Also some nice tools in the root of Msys32 or Msys64 like a symlink tool in case you need a temporary hardlink to something and dont want to waste space by copying the whole shebang.
And a secure connection tool (WINSCP) used on some sites like sourceforge when uploading to your project home there.
A ressource editor is also at hand when the need arises.
I will be uploading it shortly

Productivity is a state of mind.