summaryrefslogtreecommitdiff
path: root/c/misc_win32.h
Commit message (Expand)AuthorAgeFilesLines
* #442: memory leak in getwinerror() in py3Armin Rigo2020-02-061-2/+3
* Trying to fix ffi.dlopen() for unicode filenames on WindowsArmin Rigo2018-02-151-1/+6
* Blindly attempt to detect MinGW (issue #159)Armin Rigo2016-10-071-5/+0
* fixesArmin Rigo2016-01-031-8/+6
* Generalize the code for 'local_thread_state' and move it toArmin Rigo2016-01-031-62/+11
* fixArmin Rigo2016-01-031-3/+5
* trying out with a DllMain functionArmin Rigo2016-01-031-1/+41
* py3k compatArmin Rigo2015-12-071-1/+1
* more casesArmin Rigo2015-12-071-0/+11
* More attempts at fixes for multiple interpretersArmin Rigo2015-09-301-4/+6
* Issue #203: add keyword arguments to ffi.string(), ffi.buffer(),Armin Rigo2015-06-011-4/+6
* clarifyArmin Rigo2015-05-211-1/+1
* Windows: pass along the result (success/error) of FreeLibraryArmin Rigo2015-05-201-2/+1
* Windows fixArmin Rigo2015-05-131-1/+2
* Add malloc.h, needed for alloca() in this file.Armin Rigo2014-07-011-0/+1
* Attempt to copy ctypes' name-mangling capability "_name@num".Armin Rigo2014-06-301-1/+21
* Unify (manually) the three blocks of #ifs for Windows. Add a commentArmin Rigo2014-06-241-17/+0
* tweak for Windows (msvc versus mingw)Armin Rigo2014-05-301-1/+1
* issue #156: _Bool type already included in VS2013Taewook Kang2014-05-011-0/+2
* Carefully write the Python 3 version of getwinerror(). I have no way toArmin Rigo2013-11-121-0/+49
* Add ffi.getwinerror().Armin Rigo2013-11-121-0/+48
* Bah, the warning was about the previous line.Armin Rigo2012-11-201-1/+1
* Remove it from here ("benign redefinition of type")Armin Rigo2012-11-201-1/+0
* Move around the _Bool declarationArmin Rigo2012-11-201-0/+1
* Windows needs the standard typesArmin Rigo2012-11-201-0/+14
* Add dlerror() for windows.Armin Rigo2012-10-091-0/+10
* Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW.Armin Rigo2012-09-241-0/+1
* Windows: don't muck with LastError in b_get_errno()Armin Rigo2012-08-221-0/+22
* Found a slow leak on Win32. Don't know how to fix it :-(Armin Rigo2012-07-311-1/+2
* TweaksArmin Rigo2012-07-101-1/+3
* Simplify code, after realizing that the front-end never callsArmin Rigo2012-06-161-30/+2
* Windows passes test_c.Armin Rigo2012-06-161-6/+14
* Compiles.Armin Rigo2012-06-161-0/+104