summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-4/+5
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-4/+4
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
* adjust change#6299Gurusamy Sarathy2000-07-041-12/+12
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-0/+14
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-17/+25
* replace direct call to sighandler() with (*PL_sighandlerp)()Gurusamy Sarathy2000-05-051-1/+1
* allow REG_EXPAND_SZ keys in Windows registry (fromGurusamy Sarathy2000-04-281-1/+3
* track more of the child state on WindowsGurusamy Sarathy2000-03-091-3/+13
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-061-14/+34
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-021-2/+11
* Windows miscellanyGurusamy Sarathy2000-03-011-18/+25
* support kill(0,$pid) on Windows to test if process existsGurusamy Sarathy2000-03-011-3/+11
* change#5364 had a few problemsGurusamy Sarathy2000-02-291-1/+7
* utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-291-0/+29
* windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-201-5/+22
* propagate st_mode bits to group/other for Borland buildGurusamy Sarathy2000-02-151-0/+4
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-071-31/+33
* !USING_WIDE() branch is busted in win32_stat()Gurusamy Sarathy2000-01-311-35/+40
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-1/+6
* add missing flag in change#4892Gurusamy Sarathy2000-01-271-2/+8
* typo in change#4892Gurusamy Sarathy2000-01-251-2/+2
* eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-251-69/+71
* consistently use MAX_PATH+1 buffer sizesGurusamy Sarathy2000-01-251-19/+19
* workaround for rename('x','X') bug in Windows NTGurusamy Sarathy2000-01-251-24/+32
* assorted little nitsGurusamy Sarathy2000-01-241-4/+11
* on windows, set seek position to end for files opened in append modeGurusamy Sarathy2000-01-231-4/+16
* add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-101-0/+230