This project is mirrored from https://github.com/haskell/win32.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Apr 11, 2011
-
- Apr 08, 2011
-
-
Ian Lynagh authored
-
- Apr 06, 2011
-
-
batterseapower authored
-
- Apr 04, 2011
-
-
batterseapower authored
-
batterseapower authored
-
- Feb 10, 2011
-
- Jan 18, 2011
-
-
Ian Lynagh authored
-
- Nov 20, 2010
-
-
Ian Lynagh authored
-
- Aug 15, 2010
-
-
simonpj@microsoft.com authored
-
- Jul 13, 2010
-
-
simonpj@microsoft.com authored
-
- Jan 22, 2010
-
-
Simon Marlow authored
-
- May 15, 2009
-
-
Neil Mitchell authored
-
- Sep 20, 2009
-
-
Ian Lynagh authored
-
- Aug 16, 2009
-
-
Ian Lynagh authored
-
- Aug 04, 2009
-
-
Simon Marlow authored
Fixes crashes in createDirectoryIfMissing001
-
- Jun 30, 2009
-
-
Simon Marlow authored
-
- Jul 11, 2009
-
-
Ian Lynagh authored
-
- Jul 07, 2009
-
-
Ian Lynagh authored
-
- Jun 29, 2009
-
-
Simon Marlow authored
-
- Jun 18, 2009
-
- Jun 01, 2009
-
-
Simon Marlow authored
-
Simon Marlow authored
-
- May 28, 2009
-
-
Simon Marlow authored
-
- May 24, 2009
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- May 20, 2009
-
-
Simon Marlow authored
-
- Mar 12, 2009
-
-
Simon Marlow authored
-
- Mar 11, 2009
-
-
Simon Marlow authored
-
- Jan 22, 2009
-
-
Ian Lynagh authored
-
- Jan 21, 2009
-
-
Ian Lynagh authored
Also switched to the modern Cabal file format
-
- Jan 13, 2009
-
-
Ian Lynagh authored
-
- Sep 20, 2008
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- Aug 26, 2008
-
-
Simon Marlow authored
I cheated a little by mapping first to an errno, using the existing Foreign.C.Error.errnoToIOError, and finally adding the real error message from Win32. To do this properly we should provide a Win32-specific version of errnoToIOError.
-
Simon Marlow authored
fixes garbled error messages from System.Win32 functions
-
- Aug 20, 2008
-
-
Simon Marlow authored
The problem is that cc-options get added to the command line for any C compilation in a package that depends (directly or indirectly) on Win32, and -DUNICODE was having unexpected effects.
-
- Aug 03, 2008
-
-
Ian Lynagh authored
-
- May 12, 2008
-
-
Simon Marlow authored
This causes problems for the via-C backend, because the C compiler doesn't allow two different prototypes to be in scope, and yet we need prototypes in order to get the stdcall @n suffix (the ccall calling convention is unaffected).
- May 09, 2008
-
-
Simon Marlow authored
-