| Commit message (Expand) | Author | Age | Files | Lines |
* | more bulletproof workaround for mangled paths (updates changes#3345,3350); | Gurusamy Sarathy | 1999-05-10 | 4 | -16/+127 |
* | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+1 |
* | normalize $^X to full pathname on win32 | Gurusamy Sarathy | 1999-05-09 | 1 | -0/+7 |
* | 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 | 2 | -5/+5 |
* | 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 | 12 | -6/+116 |
* | add Pod-Parser-1.08 (verbatim module =include tests elided owing | Gurusamy Sarathy | 1999-03-23 | 3 | -1/+17 |
* | implement win32_spawnvp() internally, making it return true PIDs | Gurusamy Sarathy | 1999-03-22 | 2 | -90/+278 |
* | remove bogus symbols from global.sym | Gurusamy Sarathy | 1999-03-08 | 1 | -70/+0 |
* | up patchlevel &c. | Gurusamy Sarathy | 1999-03-01 | 5 | -26/+26 |
* | revert parts of change#2990 to preserve predictable usage of Win32::Foo() | Jan Dubois | 1999-02-28 | 1 | -13/+14 |
* | integrate cfgperl contents | Gurusamy Sarathy | 1999-02-24 | 6 | -0/+42 |
|\ |
|
| * | Scratch #3008 and introduce $crosscompile and $multiarch | Jarkko Hietaniemi | 1999-02-22 | 6 | -0/+42 |
* | | 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 | 5 | -11/+16 |
* | update win32/config* stuff, Changes | Gurusamy Sarathy | 1999-02-15 | 8 | -59/+857 |
* | support Win32::GetFullPathName() and Win32::SetLastError() | Jan Dubois | 1999-02-15 | 1 | -0/+48 |
* | support win32_putenv() | Gurusamy Sarathy | 1999-02-12 | 5 | -1/+44 |
* | add perltodo.pod | Gurusamy Sarathy | 1999-02-12 | 1 | -0/+16 |
* | update win32/pod.mak | Gurusamy Sarathy | 1999-02-11 | 1 | -0/+11 |
* | compatibility fix: magic non-propagation in foreach implicit localization | Gurusamy Sarathy | 1999-02-11 | 1 | -1/+1 |
* | make safesysmalloc() etc., always available; safemalloc() et al are | Gurusamy Sarathy | 1999-02-08 | 1 | -6/+1 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 7 | -86/+165 |
* | patchlevel up to 54 | Gurusamy Sarathy | 1998-11-30 | 5 | -26/+26 |
* | notes about -DPERL_POLLUTE | Gurusamy Sarathy | 1998-11-29 | 2 | -6/+22 |
* | explain various win32 build caveats more clearly | Gurusamy Sarathy | 1998-11-29 | 2 | -0/+10 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -6/+9 |
* | various fixes for race conditions under threads: mutex locks based | Gurusamy Sarathy | 1998-11-29 | 1 | -2/+0 |
* | various tweaks; result passes all tests for normal build on Solaris; | Gurusamy Sarathy | 1998-11-28 | 1 | -1/+1 |
* | add perlreftut.pod | Gurusamy Sarathy | 1998-11-28 | 1 | -0/+1 |
* | add ext/Devel/Peek | Jan Dubois | 1998-11-27 | 3 | -3/+25 |
* | fix broken CAPI generation | Gurusamy Sarathy | 1998-11-22 | 1 | -17/+17 |
* | another win32 portability fix: make sysread() and syswrite() | Gurusamy Sarathy | 1998-11-21 | 1 | -0/+5 |
* | win32_recvfrom() compatibility fix | Gurusamy Sarathy | 1998-11-21 | 1 | -0/+7 |
* | update Changes | Gurusamy Sarathy | 1998-11-14 | 3 | -3/+3 |
* | PL_block_type undefined unless DEBUGGING | Jan Dubois | 1998-11-09 | 1 | -1/+1 |
* | integrate changes#2120,2168,2218 from maint-5.005; | Gurusamy Sarathy | 1998-11-08 | 1 | -11/+20 |
* | makefile notes | Gurusamy Sarathy | 1998-11-05 | 2 | -0/+10 |
* | fix return value of win32_pclose() | Gurusamy Sarathy | 1998-11-04 | 1 | -8/+7 |
* | bump patchlevel; other minor fixes for clean build and test on | Gurusamy Sarathy | 1998-10-31 | 5 | -26/+26 |
* | 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 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 10 | -61/+57 |
* | minor cleanup | Gurusamy Sarathy | 1998-10-28 | 1 | -1/+1 |
* | various win32 tweaks; disable new xs_cpp section (it creates | Gurusamy Sarathy | 1998-10-26 | 7 | -7/+28 |
* | sanity-check $Config{drand01} in rand.t | Gurusamy Sarathy | 1998-10-26 | 6 | -6/+6 |