Author: Armin Rigo
Branch: cffi-1.0
Changeset: r2016:9df2ab442b33
Date: 2015-05-16 14:51 +0200
http://bitbucket.org/cffi/cffi/changeset/9df2ab442b33/
Log:Windows compat (py2 only)
diff --git a/testing/cffi1/test_re_python.py b/testing/cffi1/test_re_python.py
--- a/testing/cffi1/test_re_pytho
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1999:f47f60978d44
Date: 2015-05-13 19:04 +0200
http://bitbucket.org/cffi/cffi/changeset/f47f60978d44/
Log:Windows fix
diff --git a/c/misc_win32.h b/c/misc_win32.h
--- a/c/misc_win32.h
+++ b/c/misc_win32.h
@@ -216,9 +216,10 @@
return addres
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1911:f7ee4bd43b8d
Date: 2015-05-03 19:52 +0200
http://bitbucket.org/cffi/cffi/changeset/f7ee4bd43b8d/
Log:Windows fixes
diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py
--- a/_cffi1/recompiler.py
+++ b/_cffi1/recompiler.py
@@ -842,6 +84
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1910:c2be844fc3c7
Date: 2015-05-03 19:28 +0200
http://bitbucket.org/cffi/cffi/changeset/c2be844fc3c7/
Log:Windows
diff --git a/_cffi1/recompiler.py b/_cffi1/recompiler.py
--- a/_cffi1/recompiler.py
+++ b/_cffi1/recompiler.py
@@ -175,6 +175,8 @@
Author: Armin Rigo
Branch: cffi-1.0
Changeset: r1885:68e7f03a93d1
Date: 2015-04-30 00:47 +0200
http://bitbucket.org/cffi/cffi/changeset/68e7f03a93d1/
Log:Windows-friendlification
diff --git a/_cffi1/cffi1_module.c b/_cffi1/cffi1_module.c
--- a/_cffi1/cffi1_module.c
+++ b/_cffi1/cffi1_module.