| Commit message (Expand) | Author | Age | Files | Lines |
* | avoid bug in win32_str_os_error() (from Jan Dubois) | Gurusamy Sarathy | 1999-07-19 | 1 | -3/+5 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -1/+6 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -105/+96 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -119/+90 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -4/+6 |
* | adapted suggested tests for addition to testsuite | RonaldWS@aol.com | 1999-07-04 | 1 | -0/+3 |
* | MINGW32 and EGCS 1.1.2 support | Jan Dubois | 1999-07-04 | 1 | -5/+1 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -30/+109 |
* | sanity check to cover the case when perl is installed into the | Gurusamy Sarathy | 1999-06-24 | 1 | -3/+6 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 1 | -1/+12 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -41/+44 |
* | remove stray K&R-isms | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+4 |
* | tweak C++isms | Gurusamy Sarathy | 1999-05-31 | 1 | -1/+1 |
* | add wide versions of win32 system calls (first step in | Gurusamy Sarathy | 1999-05-28 | 1 | -50/+185 |
* | make win32_spawnvp() inherit standard handles even when they | Gurusamy Sarathy | 1999-05-27 | 1 | -1/+17 |
* | s/isspace/isSPACE/g and make sure the CRT version is always | Gurusamy Sarathy | 1999-05-21 | 1 | -3/+3 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 1 | -5/+8 |
* | Mingw32 + w32api-0.1.5 tweaks | Nick Ing-Simmons | 1999-05-15 | 1 | -1/+5 |
* | on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't | Gurusamy Sarathy | 1999-05-14 | 1 | -1/+8 |
* | mortalize string allocations by win32_get_{priv,site}lib() | Gurusamy Sarathy | 1999-05-14 | 1 | -58/+56 |
* | make win32_longname() preserve kind of slashes in argument | Gurusamy Sarathy | 1999-05-14 | 1 | -5/+5 |
* | opendir(D,"x:") on win32 opens cwd() for drive rather than root; | Gurusamy Sarathy | 1999-05-12 | 1 | -3/+10 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+6 |
* | provide File::Copy::syscopy() via Win32::CopyFile() on win32 | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+12 |
* | more bulletproof workaround for mangled paths (updates changes#3345,3350); | Gurusamy Sarathy | 1999-05-10 | 1 | -12/+122 |
* | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+1 |
* | work around mangled archname on win32 while finding privlib/sitelib; | Gurusamy Sarathy | 1999-05-09 | 1 | -8/+20 |
* | avoid negative return value from Win32::GetTickCount() | Jan Dubois | 1999-05-07 | 1 | -1/+4 |
* | adjust win32_stat() to cope with FindFirstFile() and stat() bugs | Gurusamy Sarathy | 1999-05-03 | 1 | -12/+22 |
* | fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to fail | Gurusamy Sarathy | 1999-04-24 | 1 | -5/+2 |
* | correct places that said newSVpv() when they meant newSVpvn() | Gurusamy Sarathy | 1999-04-04 | 1 | -4/+4 |
* | flip release & version in win32_uname() | Gurusamy Sarathy | 1999-03-24 | 1 | -5/+5 |
* | support POSIX::uname() via win32_uname() | Gurusamy Sarathy | 1999-03-24 | 1 | -0/+85 |
* | implement win32_spawnvp() internally, making it return true PIDs | Gurusamy Sarathy | 1999-03-22 | 1 | -72/+259 |
* | revert parts of change#2990 to preserve predictable usage of Win32::Foo() | Jan Dubois | 1999-02-28 | 1 | -13/+14 |
* | resend [PATCH 5.005_55] Various win32/win32.c cleanup | Jan Dubois | 1999-02-20 | 1 | -29/+36 |
* | propagate PERL_VERSION everywhere, add to pod | Gurusamy Sarathy | 1999-02-16 | 1 | -3/+2 |
* | support Win32::GetFullPathName() and Win32::SetLastError() | Jan Dubois | 1999-02-15 | 1 | -0/+48 |
* | support win32_putenv() | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+34 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -47/+101 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -6/+9 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -11/+20 |
* | fix return value of win32_pclose() | Gurusamy Sarathy | 1998-11-04 | 1 | -8/+7 |
* | win32_opendir() fails on empty drives | Anton Berezin | 1998-10-30 | 1 | -0/+4 |
* | tweaked version of suggested patch | Anton Berezin | 1998-10-30 | 1 | -2/+11 |
* | recognize '%' as a shell metachar for win32 | Jan Dubois | 1998-10-25 | 1 | -4/+7 |
* | small tweak on last change | Gurusamy Sarathy | 1998-09-27 | 1 | -1/+1 |
* | fix win32_stat() to do the right thing for share names | Gurusamy Sarathy | 1998-09-27 | 1 | -8/+18 |
* | bump patchlevel to 52; other little tweaks for threads, win32 builds | Gurusamy Sarathy | 1998-09-25 | 1 | -2/+5 |
* | win32.c tweak | Gurusamy Sarathy | 1998-09-25 | 1 | -14/+12 |