summaryrefslogtreecommitdiff
path: root/win32/perlhost.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Win32 fix for change #25850. I don't know if this define will everSteve Peters2005-10-271-0/+2
* Re: $^CHILD_ERROR_NATIVE issues (with attachment)Gisle Aas2005-10-041-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
* Make opendir() filename const in Win32-land & friendsSteve Hay2005-06-241-1/+1
* windows: fix memory leak in %ENV handling (shows up as aGurusamy Sarathy2003-06-091-12/+20
* Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.Chip Salzenberg2003-02-241-3/+3
* windows: support for large filesGurusamy Sarathy2002-12-181-2/+2
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-161-23/+0
* make the gettimeofday() implementation in Time::HiRes availableGurusamy Sarathy2002-05-081-1/+8
* Windows 64-bit support:Gurusamy Sarathy2002-04-211-9/+9
* Win32 signal emulation cleanup.Nick Ing-Simmons2002-01-261-5/+4
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-4/+2