This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Windows 64-bit support:
[perl5.git] / win32 / win32.c
2002-04-21 Gurusamy SarathyWindows 64-bit support:
2002-04-17 Luc St-LouisDevel::DProf Real Elapsed Times
2002-04-17 Vadim KonovalovRE: failed with undefined USE_PERLIO for Win32
2002-04-12 Jarkko HietaniemiIntegrate change #15879 from maint-5.6;
2002-03-26 Mattia BarbonWin32 w/o multiplicity build fails
2002-03-21 Nick Ing-SimmonsIntegrate mainline (Win2k/MinGW all ok except threads...
2002-03-20 Paul MarquessFrom: "Paul Marquess" <paul_marquess@yahoo.co.uk>
2002-02-25 Nikola KnezevicRe: [PATCH bleadperl] socketpair.t
2002-02-12 Jan DuboisRe: [PATCH 5.6.1] Win32: Give user control over window...
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:
2002-01-11 Nick Ing-SimmonsInstall dummy signal() handlers for Win32's SIGINT...
2002-01-11 Nick Ing-SimmonsA mostly-stable version of "new" Win32 signal/kill...
2002-01-10 Nick Ing-SimmonsMore signal hackery
2002-01-09 Nick Ing-SimmonsSkeleton coding of more kill() support on Win32.
2002-01-09 Nick Ing-Simmons(Re-)implement alarm() for Win32.
2001-12-22 Nick Ing-SimmonsWin32 and makedef.pl fall-out of PerlIO/pTHX stuff
2001-12-10 Rocco Caputo[patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
2001-11-21 Jarkko HietaniemiIntegrate change #13145 from maintperl;
2001-11-17 Jarkko HietaniemiIntegrate change #13058 from maintperl;
2001-10-28 Jarkko HietaniemiIntegrate change #12747 from maintperl;
2001-10-28 Jarkko HietaniemiIntegrate changes #12724 and #12725 from maintperl;
2001-10-26 Gurusamy Sarathyavoid compiler warning
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-24 Jarkko HietaniemiIntegrate change #12615 from maintperl;
2001-10-22 Jarkko HietaniemiIntegrate change #12559 from maintperl;
2001-09-22 Jarkko HietaniemiManual eror in #12147.
2001-09-22 Jarkko HietaniemiIntegrate change #12146 from maintperl;
2001-09-18 Nikola Knezevicadded tainting for getcwd for Win32
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-03 John KristianRe: [ID 20010731.105] MinGW can't compile win32.c on...
2001-07-18 Nick Ing-SimmonsIntegrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
2001-07-12 Gurusamy Sarathyfix for failing fork.t#12 on windows (win32_execvp...
2001-07-12 Nick Ing-SimmonsHonour void-ness of my_exit()
2001-07-12 Barrie SlaymakerRe: ActivePerl 628 + warnings + fork + exec = spurious...
2001-06-27 Jarkko Hietaniemi"lose the it's", from Abhijit Menon-Sen.
2001-03-24 Nick Ing-SimmonsPerlIO fixups for Win32:
2001-02-23 Jarkko HietaniemiAbolish USE_WIN32_RTL_ENV.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-28 Jan DuboisWin32::Spawn() didn't inherit cwd and env correctly
2000-12-05 Gurusamy Sarathyfix open(FOO, ">&MYSOCK") failure under Windows 9x...
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-21 Nick Ing-SimmonsWin32 builds and runs (mostly) with USE_PERLIO.
2000-11-14 Jarkko HietaniemiRedo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin StuhlGet PerlIO building on Win32
2000-10-20 Charles BaileySYN SYN
2000-10-18 Vadim KonovalovBorland C fstat() never saw the fd as writable.
2000-10-09 Gurusamy Sarathyon Windows, avoid potential exception (could happen...
2000-10-09 Gurusamy Sarathyon Windows, LoadLibrary() could load an extension DLL...
2000-09-12 Gurusamy Sarathychange#6327 didn't quite go all the way to enable USE_S...
2000-09-11 Vadim KonovalovModern Borland C now seems to have anon unions for...
2000-09-01 Gurusamy Sarathychange#6791 accidentally clobbered change#6710, put...
2000-08-24 Jan DuboisReplace #6705 with a minimal doc patch.
2000-08-21 Gurusamy Sarathysmall tweaks for change#6705: avoid C++ style comments...
2000-08-19 Jan Duboisfix for Win32::GetFullPathName and Win32::GetShortPathName
2000-08-18 Jan Duboisfix for Win32::DomainName
2000-08-17 Gurusamy Sarathyavoid warnings from dense compiler
2000-08-17 Gurusamy Sarathywaitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathyon windows, the return values from wait() and waitpid...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-01 Gurusamy Sarathyvarious syntax errors and such (not fixed: comp/require...
2000-08-01 Brian Clarkefix and question re: waitpid() under win32
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathyintegrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko HietaniemiWin32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyadjust change#6299
2000-07-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-07-04 Gurusamy Sarathyfix memory leak on Windows (PL_sys_intern contents...
2000-06-09 Jarkko HietaniemiRename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko HietaniemiMopup for #6207 and #6209.
2000-06-07 Dan SugalskiLock PL_fdpid against race conditions, based on:
2000-06-06 Benjamin StuhlWin32 improvements
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy SarathyPL_sys_intern was being initialized too late on windows
2000-05-05 Gurusamy Sarathyreplace direct call to sighandler() with (*PL_sighandle...
2000-04-28 Gurusamy Sarathyallow REG_EXPAND_SZ keys in Windows registry (from
2000-03-09 Gurusamy Sarathytrack more of the child state on Windows
2000-03-06 Gurusamy Sarathyvendorlib support for Windows; regen win32/config*
2000-03-02 Gurusamy Sarathypatch to fix mingw32 build under USE_IMP_SYS (from...
2000-03-01 Gurusamy SarathyWindows miscellany
2000-03-01 Gurusamy Sarathysupport kill(0,$pid) on Windows to test if process...
2000-02-29 Gurusamy Sarathychange#5364 had a few problems
2000-02-29 Gurusamy Sarathyutf8-ize @ARGV when -C switch is used on Windows
2000-02-20 Gurusamy Sarathywindows fixes for virtualizing child std{in,out,err...
2000-02-15 Gurusamy Sarathypropagate st_mode bits to group/other for Borland build
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyvarious Windows tweaks: make $^E a little less buggy...
2000-01-31 Gurusamy Sarathy!USING_WIDE() branch is busted in win32_stat()
2000-01-28 Gurusamy Sarathymore exported symbols needed for build on windows
2000-01-27 Gurusamy Sarathyadd missing flag in change#4892
2000-01-25 Gurusamy Sarathytypo in change#4892
2000-01-25 Gurusamy Sarathyeliminate need for perl95.exe on Windows 9x by working...
2000-01-25 Gurusamy Sarathyconsistently use MAX_PATH+1 buffer sizes
2000-01-25 Gurusamy Sarathyworkaround for rename('x','X') bug in Windows NT
2000-01-24 Gurusamy Sarathyassorted little nits
2000-01-23 Gurusamy Sarathyon windows, set seek position to end for files opened...
next