This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
run/locale.t: Add explanation for when tests fail
[perl5.git] / win32 / perlhost.h
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-11-09 Daniel Draganremove unused dTHXes in /win32/*
2012-11-09 Daniel Dragancreate aTHXa, some unused dTHXs removed in /win32/*
2012-11-09 Daniel Dragan"func not implemented" croaks optimizations in /win32/*
2012-10-17 Daniel Draganadd PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit...
2012-10-10 Steve HayAdd extern "C" to definitions of four win32_ functions
2012-06-15 Karthik RajagopalanUse GetEnvironmentStringsW(..) instead of GetEnvironmen...
2011-10-22 Father Chrysostomos[perl #101486] Make PL_curstash refcounted
2011-09-10 Steve HayThe Borland Chainsaw Massacre
2011-07-08 Nicholas ClarkIn win32_start_child(), remove tmpgv, unused since...
2011-05-23 Max MaischeinTurn $$ into a magical readonly variable that always...
2011-03-16 Jan DuboisHang on to child handle after signalling SIGTERM
2010-12-02 Jan DuboisWindows 95 Chainsaw Massacre
2010-04-22 Jan DuboisUpdate PerlStdIOGets() signature
2010-04-22 Jan DuboisFix PerlSIO_fputc() and PerlSIO_fputs() signatures
2009-12-17 Jan DuboisImplement win32_isatty()
2009-12-16 Jan Dubois-t should only return TRUE for file handles connected...
2009-12-08 Jan DuboisThrow away uncleanable scopes when exiting a pseudo...
2009-12-02 Jan DuboisCleanup all scopes before exiting a pseudo-forked process.
2009-11-13 Gerard GoossenMake win32_start_child responsible for cleaning all...
2009-11-10 SisyphusAdd mingw64 support
2009-08-05 David MitchellRevert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."
2009-08-05 David Mitchelladd CLONEf_KEEP_PTR_TABLE to win fork emulation.
2009-08-05 David Mitchellwin32/perlhost.h: use symbolic constant
2009-02-20 Nicholas ClarkAdd a parameter to win32_get_{priv,site,vendor}lib...
2008-02-25 Steve HaySilence Borland compiler warnings (except for warnings...
2008-02-10 Nicholas ClarkEliminate use of Nullop in the core code. Dual life...
2007-12-23 Steve PetersNullch and others were still alive and well in some...
2007-06-20 Steve HayChange #31426 should also be applied to the PERL_IMPLIC...
2007-01-03 Jan Dubois[PATCH] Use short pathnames in $^X and @INC if the...
2006-12-21 Jan DuboisImplement killpg() for MSWin32
2006-12-20 Jan DuboisUpdate cwd() to return the "short" pathname if the...
2006-04-28 Yves OrtonMerge WinCE and Win32 directories -- Initial patch
2006-01-04 Steve HayMake Borland and MinGW happy with change 26379
2005-12-16 Jan DuboisRE: PeekMessage() call in win32\win32.c win32_async_check
2005-11-08 Jan DuboisRemove unused USING_WIDE code from win32 and wince...
2005-11-01 Steve HayMake PerlLIOUtime()'s filename const
2005-10-27 Steve PetersWin32 fix for change #25850. I don't know if this...
2005-10-04 Gisle AasRe: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-24 Steve HayMake opendir() filename const in Win32-land & friends
2003-06-09 Gurusamy Sarathywindows: fix memory leak in %ENV handling (shows up...
2003-02-24 Chip SalzenbergUse PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2002-12-18 Gurusamy Sarathywindows: support for large files
2002-07-16 Gurusamy Sarathyintegrate a variant of change#17568 from maint-5.6...
2002-05-08 Gurusamy Sarathymake the gettimeofday() implementation in Time::HiRes...
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-01-26 Nick Ing-SimmonsWin32 signal emulation cleanup.
2002-01-14 Nick Ing-SimmonsUse PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-13 Nick Ing-SimmonsWin32 fixes:
2001-12-30 Jarkko HietaniemiIntegrate perlio:
2001-12-30 Nick Ing-SimmonsWin32 stuff:
2001-12-30 Jarkko HietaniemiSarathy thinks undoing C++ comments from C++ files
2001-12-29 H.Merijn Brandfrom the non-ANSI comment police (was: it won't compile...
2001-12-04 Gurusamy Sarathyintegrate change#13453 from maint-5.6
2001-10-20 Nick Ing-SimmonsFix typos in new locking on MemShared
2001-10-20 Nick Ing-SimmonsUse locks on MemShared
2001-09-25 Jarkko HietaniemiIntegrate change #12200 from maintperl;
2001-09-22 Jarkko HietaniemiIntegrate change #12146 from maintperl;
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-07-19 Nick Ing-SimmonsIntegrate win32/perlhost.h from maintenance branch.
2001-07-18 Nick Ing-SimmonsIntegrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
2001-03-24 Nick Ing-SimmonsPerlIO fixups for Win32:
2001-03-13 Jarkko HietaniemiIntegrate change #9116 from maintperl into mainline.
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-04 Nick Ing-SimmonsPERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-03 Nick Ing-SimmonsPERL_IMPLICIT_SYS compiles but does not work.
2000-10-20 Charles BaileySYN SYN
2000-10-18 Jarkko HietaniemiMissing change from #7362.
2000-08-17 Gurusamy Sarathytrailing new %ENV entries weren't being pushed into...
2000-08-17 Gurusamy Sarathywaitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathycheck that the number pseudo children doesn't exceed
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-17 Gurusamy Sarathyreenable fake signal handling on Windows, bugs and all
2000-05-08 Gurusamy Sarathyfork() failure to create pseudo process sets errno...
2000-03-16 Gurusamy Sarathydue to an oversight during PERL_OBJECT migration, hosts...
2000-03-06 Gurusamy Sarathyvendorlib support for Windows; regen win32/config*
2000-02-29 Gurusamy Sarathysupport fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathywindows fixes for virtualizing child std{in,out,err...
2000-02-09 Charles BaileyResync with mainline
2000-01-24 Gurusamy Sarathyassorted little nits
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-11 Gurusamy Sarathypseudo forked children inherit environment correctly
2000-01-10 Gurusamy Sarathyadd workaround for textmode read() bug in MSVCRT; make...
1999-12-28 Gurusamy SarathyWin9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-05 Gurusamy Sarathywindows build tweaks for Borland compiler
1999-12-03 Gurusamy SarathyWindows build tweaks due to change#4623
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-06-28 Gurusamy Sarathymake autogenerated files writable
1999-05-21 Gurusamy Sarathys/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-03-24 Gurusamy Sarathysupport POSIX::uname() via win32_uname()
1999-02-12 Gurusamy Sarathysupport win32_putenv()
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-22 Douglas Lankshearsupport optional crypt() with PERL_OBJECT
1998-07-22 Douglas Lankshearwin32 tweaks: disable XSLOCKS in perl.c, correct typo...
next