summaryrefslogtreecommitdiff
path: root/win32/perlhost.h
Commit message (Expand)AuthorAgeFilesLines
* Correct typos as per GH 20435James E Keenan2022-12-291-1/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-272/+272
* Win32: implement symlink() and readlink()Tony Cook2020-12-011-0/+14
* Win32: add lstat(), fetch st_dev and st_ino and fetch st_nlink for fstatTony Cook2020-12-011-1/+1
* win32: Add more missing wchar.h includesDagfinn Ilmari Mannsåker2019-11-151-0/+1
* The Windows CE Chainsaw MassacreSteve Hay2019-06-181-12/+0
* win32: fix argumentless sleep()Tomasz Konojacki2018-08-011-1/+1
* (perl #131665) avoid a buffer overflow in a buffer we didn't needTony Cook2017-09-101-8/+2
* Add support for VS2015 (VC++ 14.0)Steve Hay2017-02-191-3/+3
* const vtables in win32/perlhost.hDaniel Dragan2015-10-201-9/+9
* add Win32 USE_NO_REGISTRY build optionDaniel Dragan2015-10-121-2/+2
* refactor win32_get_*lib() funcs to match rest of PERL_IMPLICIT_SYS APIDaniel Dragan2015-06-031-6/+3
* Properly set the phase for END blocks run at the end of a pseudo-forkVincent Pit2014-09-281-1/+3
* remove various redundant dTHXesDaniel Dragan2012-11-081-0/+2
* remove unused dTHXes in /win32/*Daniel Dragan2012-11-081-10/+0
* create aTHXa, some unused dTHXs removed in /win32/*Daniel Dragan2012-11-081-1/+1
* "func not implemented" croaks optimizations in /win32/*Daniel Dragan2012-11-081-3/+2
* add PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit and PerlProc_ExitDaniel Dragan2012-10-171-2/+2
* Add extern "C" to definitions of four win32_ functionsSteve Hay2012-10-101-5/+4
* Use GetEnvironmentStringsW(..) instead of GetEnvironmentStringsA(..).Karthik Rajagopalan2012-06-151-4/+4
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-0/+4
* The Borland Chainsaw MassacreSteve Hay2011-09-101-16/+0
* In win32_start_child(), remove tmpgv, unused since 0e21945565eb4664.Nicholas Clark2011-07-081-1/+0
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-7/+0
* Hang on to child handle after signalling SIGTERMJan Dubois2011-03-151-0/+1
* Windows 95 Chainsaw MassacreJan Dubois2010-12-021-10/+0
* Update PerlStdIOGets() signatureJan Dubois2010-04-211-1/+1
* Fix PerlSIO_fputc() and PerlSIO_fputs() signaturesJan Dubois2010-04-211-2/+2
* Implement win32_isatty()Jan Dubois2009-12-171-16/+1
* -t should only return TRUE for file handles connected to a TTYJan Dubois2009-12-161-1/+16
* Throw away uncleanable scopes when exiting a pseudo-forked process.Jan Dubois2009-12-071-2/+7
* Cleanup all scopes before exiting a pseudo-forked process.Jan Dubois2009-12-021-0/+5
* Make win32_start_child responsible for cleaning all the scopes.Gerard Goossen2009-11-121-1/+1
* Add mingw64 supportSisyphus2009-11-091-1/+1
* Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."David Mitchell2009-08-051-2/+1
* add CLONEf_KEEP_PTR_TABLE to win fork emulation.David Mitchell2009-08-051-1/+2
* win32/perlhost.h: use symbolic constantDavid Mitchell2009-08-051-1/+2
* Add a parameter to win32_get_{priv,site,vendor}lib(), to return the length,Nicholas Clark2009-02-201-9/+11
* Silence Borland compiler warnings (except for warnings from zlib) here:Steve Hay2008-02-251-3/+3
* Eliminate use of Nullop in the core code. Dual life uses remain.Nicholas Clark2008-02-101-2/+2
* Nullch and others were still alive and well in some of the operatingSteve Peters2007-12-231-2/+2
* Change #31426 should also be applied to the PERL_IMPLICIT_SYSSteve Hay2007-06-201-1/+8
* [PATCH] Use short pathnames in $^X and @INC if the long form cannot be repres...Jan Dubois2007-01-031-35/+2
* Implement killpg() for MSWin32Jan Dubois2006-12-211-3/+1
* Update cwd() to return the "short" pathname if the long one doesn't fit the c...Jan Dubois2006-12-201-9/+45
* Merge WinCE and Win32 directories -- Initial patchYves Orton2006-04-281-0/+12
* Make Borland and MinGW happy with change 26379Steve Hay2006-01-041-1/+1
* RE: PeekMessage() call in win32\win32.c win32_async_checkJan Dubois2005-12-161-0/+12
* Remove unused USING_WIDE code from win32 and wince branchesJan Dubois2005-11-081-7/+1
* Make PerlLIOUtime()'s filename constSteve Hay2005-11-011-1/+1