summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* Use PerlMemShared for CopSTASHPV and CopFILE. MUCH harder than it sounds!Nick Ing-Simmons2002-01-141-0/+3
* Win32 fixes:Nick Ing-Simmons2002-01-131-3/+11
* Install dummy signal() handlers for Win32's SIGINT and SIGBREAKNick Ing-Simmons2002-01-111-2/+11
* A mostly-stable version of "new" Win32 signal/kill support.Nick Ing-Simmons2002-01-111-15/+21
* More signal hackeryNick Ing-Simmons2002-01-101-2/+75
* Skeleton coding of more kill() support on Win32.Nick Ing-Simmons2002-01-091-16/+65
* (Re-)implement alarm() for Win32.Nick Ing-Simmons2002-01-091-55/+106
* Win32 and makedef.pl fall-out of PerlIO/pTHX stuffNick Ing-Simmons2001-12-221-2/+1
* [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32Rocco Caputo2001-12-101-57/+72
* Integrate change #13145 from maintperl;Jarkko Hietaniemi2001-11-211-8/+10
* Integrate change #13058 from maintperl;Jarkko Hietaniemi2001-11-171-17/+25
* Integrate change #12747 from maintperl;Jarkko Hietaniemi2001-10-281-37/+97
* Integrate changes #12724 and #12725 from maintperl;Jarkko Hietaniemi2001-10-281-12/+35
* avoid compiler warningGurusamy Sarathy2001-10-261-1/+1
* Integrate maintperl changes #12268 and #12669;Jarkko Hietaniemi2001-10-261-14/+40
* Integrate change #12615 from maintperl;Jarkko Hietaniemi2001-10-241-1/+25
* Integrate change #12559 from maintperl;Jarkko Hietaniemi2001-10-221-13/+100
* Manual eror in #12147.Jarkko Hietaniemi2001-09-221-1/+1
* Integrate change #12146 from maintperl;Jarkko Hietaniemi2001-09-221-1/+5
* added tainting for getcwd for Win32Nikola Knezevic2001-09-181-0/+4
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-82/+55
* Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000John Kristian2001-08-031-3/+5
* Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)Nick Ing-Simmons2001-07-181-2/+2
* fix for failing fork.t#12 on windows (win32_execvp() tweak inGurusamy Sarathy2001-07-121-2/+7
* Honour void-ness of my_exit()Nick Ing-Simmons2001-07-121-2/+4
* Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?Barrie Slaymaker2001-07-121-1/+1
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
* PerlIO fixups for Win32:Nick Ing-Simmons2001-03-241-0/+8
* Abolish USE_WIN32_RTL_ENV.Jarkko Hietaniemi2001-02-231-4/+0
* Win32::Spawn() didn't inherit cwd and env correctlyJan Dubois2000-12-281-2/+9
* fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem isGurusamy Sarathy2000-12-051-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-3/+0
* Win32 builds and runs (mostly) with USE_PERLIO.Nick Ing-Simmons2000-11-211-4/+0
* Redo #7679 with LFs instead of CRLFs.Jarkko Hietaniemi2000-11-141-44/+44
* Get PerlIO building on Win32Benjamin Stuhl2000-11-141-7/+44
* Borland C fstat() never saw the fd as writable.Vadim Konovalov2000-10-181-0/+18
* on Windows, avoid potential exception (could happen if MSVCRT isn'tGurusamy Sarathy2000-10-091-51/+0
* on Windows, LoadLibrary() could load an extension DLL multipleGurusamy Sarathy2000-10-091-0/+19
* change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLESGurusamy Sarathy2000-09-121-1/+1
* Modern Borland C now seems to have anon unions for info.wProcessorArchitectureVadim Konovalov2000-09-111-1/+1
* change#6791 accidentally clobbered change#6710, put it backGurusamy Sarathy2000-09-011-0/+6
* Replace #6705 with a minimal doc patch.Jan Dubois2000-08-241-73/+53
* small tweaks for change#6705: avoid C++ style comments in C code;Gurusamy Sarathy2000-08-211-11/+10
* fix for Win32::GetFullPathName and Win32::GetShortPathNameJan Dubois2000-08-191-0/+6
* fix for Win32::DomainNameJan Dubois2000-08-181-53/+68
* avoid warnings from dense compilerGurusamy Sarathy2000-08-171-4/+6
* waitpid() now handles externally spawned pids correctly;Gurusamy Sarathy2000-08-171-23/+68
* on windows, the return values from wait() and waitpid() don'tGurusamy Sarathy2000-08-161-2/+2
* various syntax errors and such (not fixed: comp/require.t#22 coredumpGurusamy Sarathy2000-08-011-13/+12
* fix and question re: waitpid() under win32Brian Clarke2000-08-011-12/+20