| Commit message (Expand) | Author | Age | Files | Lines |
* | Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds! | Nick Ing-Simmons | 2002-01-14 | 1 | -0/+3 |
* | Win32 fixes: | Nick Ing-Simmons | 2002-01-13 | 1 | -3/+11 |
* | Install dummy signal() handlers for Win32's SIGINT and SIGBREAK | Nick Ing-Simmons | 2002-01-11 | 1 | -2/+11 |
* | A mostly-stable version of "new" Win32 signal/kill support. | Nick Ing-Simmons | 2002-01-11 | 1 | -15/+21 |
* | More signal hackery | Nick Ing-Simmons | 2002-01-10 | 1 | -2/+75 |
* | Skeleton coding of more kill() support on Win32. | Nick Ing-Simmons | 2002-01-09 | 1 | -16/+65 |
* | (Re-)implement alarm() for Win32. | Nick Ing-Simmons | 2002-01-09 | 1 | -55/+106 |
* | Win32 and makedef.pl fall-out of PerlIO/pTHX stuff | Nick Ing-Simmons | 2001-12-22 | 1 | -2/+1 |
* | [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32 | Rocco Caputo | 2001-12-10 | 1 | -57/+72 |
* | Integrate change #13145 from maintperl; | Jarkko Hietaniemi | 2001-11-21 | 1 | -8/+10 |
* | Integrate change #13058 from maintperl; | Jarkko Hietaniemi | 2001-11-17 | 1 | -17/+25 |
* | Integrate change #12747 from maintperl; | Jarkko Hietaniemi | 2001-10-28 | 1 | -37/+97 |
* | Integrate changes #12724 and #12725 from maintperl; | Jarkko Hietaniemi | 2001-10-28 | 1 | -12/+35 |
* | avoid compiler warning | Gurusamy Sarathy | 2001-10-26 | 1 | -1/+1 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -14/+40 |
* | Integrate change #12615 from maintperl; | Jarkko Hietaniemi | 2001-10-24 | 1 | -1/+25 |
* | Integrate change #12559 from maintperl; | Jarkko Hietaniemi | 2001-10-22 | 1 | -13/+100 |
* | Manual eror in #12147. | Jarkko Hietaniemi | 2001-09-22 | 1 | -1/+1 |
* | Integrate change #12146 from maintperl; | Jarkko Hietaniemi | 2001-09-22 | 1 | -1/+5 |
* | added tainting for getcwd for Win32 | Nikola Knezevic | 2001-09-18 | 1 | -0/+4 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -82/+55 |
* | Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000 | John Kristian | 2001-08-03 | 1 | -3/+5 |
* | Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400) | Nick Ing-Simmons | 2001-07-18 | 1 | -2/+2 |
* | fix for failing fork.t#12 on windows (win32_execvp() tweak in | Gurusamy Sarathy | 2001-07-12 | 1 | -2/+7 |
* | Honour void-ness of my_exit() | Nick Ing-Simmons | 2001-07-12 | 1 | -2/+4 |
* | Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"? | Barrie Slaymaker | 2001-07-12 | 1 | -1/+1 |
* | "lose the it's", from Abhijit Menon-Sen. | Jarkko Hietaniemi | 2001-06-27 | 1 | -1/+1 |
* | PerlIO fixups for Win32: | Nick Ing-Simmons | 2001-03-24 | 1 | -0/+8 |
* | Abolish USE_WIN32_RTL_ENV. | Jarkko Hietaniemi | 2001-02-23 | 1 | -4/+0 |
* | Win32::Spawn() didn't inherit cwd and env correctly | Jan Dubois | 2000-12-28 | 1 | -2/+9 |
* | fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is | Gurusamy Sarathy | 2000-12-05 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -3/+0 |
* | Win32 builds and runs (mostly) with USE_PERLIO. | Nick Ing-Simmons | 2000-11-21 | 1 | -4/+0 |
* | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 1 | -44/+44 |
* | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 1 | -7/+44 |
* | Borland C fstat() never saw the fd as writable. | Vadim Konovalov | 2000-10-18 | 1 | -0/+18 |
* | on Windows, avoid potential exception (could happen if MSVCRT isn't | Gurusamy Sarathy | 2000-10-09 | 1 | -51/+0 |
* | on Windows, LoadLibrary() could load an extension DLL multiple | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+19 |
* | change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES | Gurusamy Sarathy | 2000-09-12 | 1 | -1/+1 |
* | Modern Borland C now seems to have anon unions for info.wProcessorArchitecture | Vadim Konovalov | 2000-09-11 | 1 | -1/+1 |
* | change#6791 accidentally clobbered change#6710, put it back | Gurusamy Sarathy | 2000-09-01 | 1 | -0/+6 |
* | Replace #6705 with a minimal doc patch. | Jan Dubois | 2000-08-24 | 1 | -73/+53 |
* | small tweaks for change#6705: avoid C++ style comments in C code; | Gurusamy Sarathy | 2000-08-21 | 1 | -11/+10 |
* | fix for Win32::GetFullPathName and Win32::GetShortPathName | Jan Dubois | 2000-08-19 | 1 | -0/+6 |
* | fix for Win32::DomainName | Jan Dubois | 2000-08-18 | 1 | -53/+68 |
* | avoid warnings from dense compiler | Gurusamy Sarathy | 2000-08-17 | 1 | -4/+6 |
* | waitpid() now handles externally spawned pids correctly; | Gurusamy Sarathy | 2000-08-17 | 1 | -23/+68 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -2/+2 |
* | various syntax errors and such (not fixed: comp/require.t#22 coredump | Gurusamy Sarathy | 2000-08-01 | 1 | -13/+12 |
* | fix and question re: waitpid() under win32 | Brian Clarke | 2000-08-01 | 1 | -12/+20 |