summaryrefslogtreecommitdiff
path: root/ext/Win32CORE/Win32CORE.c
Commit message (Expand)AuthorAgeFilesLines
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-64/+64
* make boot_Win32CORE extern "C" for C++ buildsTony Cook2018-11-291-0/+3
* silence warning in Win32COREDaniel Dragan2016-02-241-0/+1
* move functions marked as mathomed in embed.fnc to mathoms.cDaniel Dragan2015-01-271-0/+2
* Change newSVpvn("…", …) to newSVpvs("…")Dagfinn Ilmari Mannsåker2014-06-121-1/+1
* save errno/$! across Win32.pm autoloads tooTony Cook2014-02-191-0/+5
* ext/Win32CORE/Win32CORE.c, rmv redundant stack & mark codeDaniel Dragan2014-01-061-3/+1
* Perl_load_module() no longer moves the current stack, so no need to save it.Nicholas Clark2013-11-221-1/+1
* Include the Win32 extension in the ALL_STATIC build on Win32Steve Hay2013-06-071-1/+1
* have Win32CORE use ALIAS/XSANYDaniel Dragan2012-10-151-53/+85
* Add PERL_NO_GET_CONTEXT to Win32COREDaniel Dragan2012-07-301-0/+1
* boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.Nicholas Clark2011-08-211-1/+1
* -Uusedl on cygwinReini Urban2008-05-081-1/+7
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-281-4/+15
* Win32CORE.c needed windows.hJerry D. Hedden2007-05-151-0/+3
* RE: [perl #42925] Win32::GetLastError fails when first called Jan Dubois2007-05-141-0/+2
* Re: Win32 modules & cygwinYitzchak Scott-Thoennes2007-02-221-0/+82