Fix CCINCDIR and CCLIBDIR for mingw64 cross compiler
[p5sagit/p5-mst-13.2.git] / win32 / perlhost.h
2010-04-22 Jan Dubois Update PerlStdIOGets() signature
2010-04-22 Jan Dubois Fix PerlSIO_fputc() and PerlSIO_fputs() signatures
2009-12-17 Jan Dubois Implement win32_isatty()
2009-12-16 Jan Dubois -t should only return TRUE for file handles connected...
2009-12-08 Jan Dubois Throw away uncleanable scopes when exiting a pseudo...
2009-12-02 Jan Dubois Cleanup all scopes before exiting a pseudo-forked process.
2009-11-13 Gerard Goossen Make win32_start_child responsible for cleaning all...
2009-11-10 Sisyphus Add mingw64 support
2009-08-05 David Mitchell Revert "add CLONEf_KEEP_PTR_TABLE to win fork emulation."
2009-08-05 David Mitchell add CLONEf_KEEP_PTR_TABLE to win fork emulation.
2009-08-05 David Mitchell win32/perlhost.h: use symbolic constant
2009-02-20 Nicholas Clark Add a parameter to win32_get_{priv,site,vendor}lib...
2008-02-25 Steve Hay Silence Borland compiler warnings (except for warnings...
2008-02-10 Nicholas Clark Eliminate use of Nullop in the core code. Dual life...
2007-12-23 Steve Peters Nullch and others were still alive and well in some...
2007-06-20 Steve Hay Change #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 Dubois Implement killpg() for MSWin32
2006-12-20 Jan Dubois Update cwd() to return the "short" pathname if the...
2006-04-28 Yves Orton Merge WinCE and Win32 directories -- Initial patch
2006-01-04 Steve Hay Make Borland and MinGW happy with change 26379
2005-12-16 Jan Dubois RE: PeekMessage() call in win32\win32.c win32_async_check
2005-11-08 Jan Dubois Remove unused USING_WIDE code from win32 and wince...
2005-11-01 Steve Hay Make PerlLIOUtime()'s filename const
2005-10-27 Steve Peters Win32 fix for change #25850. I don't know if this...
2005-10-04 Gisle Aas Re: $^CHILD_ERROR_NATIVE issues (with attachment)
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-24 Steve Hay Make opendir() filename const in Win32-land & friends
2003-06-09 Gurusamy Sarathy windows: fix memory leak in %ENV handling (shows up...
2003-02-24 Chip Salzenberg Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fe...
2002-12-18 Gurusamy Sarathy windows: support for large files
2002-07-16 Gurusamy Sarathy integrate a variant of change#17568 from maint-5.6...
2002-05-08 Gurusamy Sarathy make the gettimeofday() implementation in Time::HiRes...
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-01-26 Nick Ing-Simmons Win32 signal emulation cleanup.
2002-01-14 Nick Ing-Simmons Use PerlMemShared for CopSTASHPV and CopFILE. MUCH...
2002-01-13 Nick Ing-Simmons Win32 fixes:
2001-12-30 Jarkko Hietaniemi Integrate perlio:
2001-12-30 Nick Ing-Simmons Win32 stuff:
2001-12-30 Jarkko Hietaniemi Sarathy thinks undoing C++ comments from C++ files
2001-12-29 H.Merijn Brand from the non-ANSI comment police (was: it won't compile...
2001-12-04 Gurusamy Sarathy integrate change#13453 from maint-5.6
2001-10-20 Nick Ing-Simmons Fix typos in new locking on MemShared
2001-10-20 Nick Ing-Simmons Use locks on MemShared
2001-09-25 Jarkko Hietaniemi Integrate change #12200 from maintperl;
2001-09-22 Jarkko Hietaniemi Integrate change #12146 from maintperl;
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-07-19 Nick Ing-Simmons Integrate win32/perlhost.h from maintenance branch.
2001-07-18 Nick Ing-Simmons Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
2001-03-24 Nick Ing-Simmons PerlIO fixups for Win32:
2001-03-13 Jarkko Hietaniemi Integrate change #9116 from maintperl into mainline.
2001-02-28 Tim Jenness Re: sync sync sync: have I missed any patches?
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-04 Nick Ing-Simmons PERL_IMPLICIT_SYS (almost) works - something odd with...
2000-12-03 Nick Ing-Simmons PERL_IMPLICIT_SYS compiles but does not work.
2000-10-20 Charles Bailey SYN SYN
2000-10-18 Jarkko Hietaniemi Missing change from #7362.
2000-08-17 Gurusamy Sarathy trailing new %ENV entries weren't being pushed into...
2000-08-17 Gurusamy Sarathy waitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathy check that the number pseudo children doesn't exceed
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-17 Gurusamy Sarathy reenable fake signal handling on Windows, bugs and all
2000-05-08 Gurusamy Sarathy fork() failure to create pseudo process sets errno...
2000-03-16 Gurusamy Sarathy due to an oversight during PERL_OBJECT migration, hosts...
2000-03-06 Gurusamy Sarathy vendorlib support for Windows; regen win32/config*
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-20 Gurusamy Sarathy windows fixes for virtualizing child std{in,out,err...
2000-02-09 Charles Bailey Resync with mainline
2000-01-24 Gurusamy Sarathy assorted little nits
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-11 Gurusamy Sarathy pseudo forked children inherit environment correctly
2000-01-10 Gurusamy Sarathy add workaround for textmode read() bug in MSVCRT; make...
1999-12-28 Gurusamy Sarathy Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-05 Gurusamy Sarathy windows build tweaks for Borland compiler
1999-12-03 Gurusamy Sarathy Windows build tweaks due to change#4623
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-06-28 Gurusamy Sarathy make autogenerated files writable
1999-05-21 Gurusamy Sarathy s/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathy various little nits
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-03-24 Gurusamy Sarathy support POSIX::uname() via win32_uname()
1999-02-12 Gurusamy Sarathy support win32_putenv()
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-07-22 Douglas Lankshear support optional crypt() with PERL_OBJECT
1998-07-22 Douglas Lankshear win32 tweaks: disable XSLOCKS in perl.c, correct typo...
1998-07-21 Gurusamy Sarathy final tweaks before beta2
1998-07-21 Gurusamy Sarathy fixes to enable PERL_OBJECT build with mingw32/egcs...
1998-07-10 Gurusamy Sarathy add win32_rename() that does what docs say
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-06-21 Douglas Lankshear applied patch, along with many changes: