| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | integrate cfgperl changes#6293..6324 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -4/+5 |
* | integrate cfgperl change#6217 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -4/+4 |
* | integrate cfgperl changes#6207..6210 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+4 |
* | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -12/+12 |
* | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -0/+14 |
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -17/+25 |
* | replace direct call to sighandler() with (*PL_sighandlerp)() | Gurusamy Sarathy | 2000-05-05 | 1 | -1/+1 |
* | allow REG_EXPAND_SZ keys in Windows registry (from | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+3 |
* | track more of the child state on Windows | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+13 |
* | vendorlib support for Windows; regen win32/config* | Gurusamy Sarathy | 2000-03-06 | 1 | -14/+34 |
* | patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl); | Gurusamy Sarathy | 2000-03-02 | 1 | -2/+11 |
* | Windows miscellany | Gurusamy Sarathy | 2000-03-01 | 1 | -18/+25 |
* | support kill(0,$pid) on Windows to test if process exists | Gurusamy Sarathy | 2000-03-01 | 1 | -3/+11 |
* | change#5364 had a few problems | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+7 |
* | utf8-ize @ARGV when -C switch is used on Windows | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+29 |
* | windows fixes for virtualizing child std{in,out,err} handles, | Gurusamy Sarathy | 2000-02-20 | 1 | -5/+22 |
* | propagate st_mode bits to group/other for Borland build | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+4 |
* | various Windows tweaks: make $^E a little less buggy by saving | Gurusamy Sarathy | 2000-02-07 | 1 | -31/+33 |
* | !USING_WIDE() branch is busted in win32_stat() | Gurusamy Sarathy | 2000-01-31 | 1 | -35/+40 |
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -1/+6 |
* | add missing flag in change#4892 | Gurusamy Sarathy | 2000-01-27 | 1 | -2/+8 |
* | typo in change#4892 | Gurusamy Sarathy | 2000-01-25 | 1 | -2/+2 |
* | eliminate need for perl95.exe on Windows 9x by working around CRT | Gurusamy Sarathy | 2000-01-25 | 1 | -69/+71 |
* | consistently use MAX_PATH+1 buffer sizes | Gurusamy Sarathy | 2000-01-25 | 1 | -19/+19 |
* | workaround for rename('x','X') bug in Windows NT | Gurusamy Sarathy | 2000-01-25 | 1 | -24/+32 |
* | assorted little nits | Gurusamy Sarathy | 2000-01-24 | 1 | -4/+11 |
* | on windows, set seek position to end for files opened in append mode | Gurusamy Sarathy | 2000-01-23 | 1 | -4/+16 |
* | add workaround for textmode read() bug in MSVCRT; make chdir() do | Gurusamy Sarathy | 2000-01-10 | 1 | -0/+230 |