summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-102-2/+2
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-101-0/+12
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-102-8/+27
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-104-16/+127
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-2/+1
* normalize $^X to full pathname on win32Gurusamy Sarathy1999-05-091-0/+7
* work around mangled archname on win32 while finding privlib/sitelib;Gurusamy Sarathy1999-05-091-8/+20
* avoid negative return value from Win32::GetTickCount()Jan Dubois1999-05-071-1/+4
* adjust win32_stat() to cope with FindFirstFile() and stat() bugsGurusamy Sarathy1999-05-031-12/+22
* fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to failGurusamy Sarathy1999-04-241-5/+2
* correct places that said newSVpv() when they meant newSVpvn()Gurusamy Sarathy1999-04-042-5/+5
* flip release & version in win32_uname()Gurusamy Sarathy1999-03-241-5/+5
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-2412-6/+116
* add Pod-Parser-1.08 (verbatim module =include tests elided owingGurusamy Sarathy1999-03-233-1/+17
* implement win32_spawnvp() internally, making it return true PIDsGurusamy Sarathy1999-03-222-90/+278
* remove bogus symbols from global.symGurusamy Sarathy1999-03-081-70/+0
* up patchlevel &c.Gurusamy Sarathy1999-03-015-26/+26
* revert parts of change#2990 to preserve predictable usage of Win32::Foo()Jan Dubois1999-02-281-13/+14
* integrate cfgperl contentsGurusamy Sarathy1999-02-246-0/+42
|\
| * Scratch #3008 and introduce $crosscompile and $multiarchJarkko Hietaniemi1999-02-226-0/+42
* | resend [PATCH 5.005_55] Various win32/win32.c cleanupJan Dubois1999-02-201-29/+36
|/
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-165-11/+16
* update win32/config* stuff, ChangesGurusamy Sarathy1999-02-158-59/+857
* support Win32::GetFullPathName() and Win32::SetLastError()Jan Dubois1999-02-151-0/+48
* support win32_putenv()Gurusamy Sarathy1999-02-125-1/+44
* add perltodo.podGurusamy Sarathy1999-02-121-0/+16
* update win32/pod.makGurusamy Sarathy1999-02-111-0/+11
* compatibility fix: magic non-propagation in foreach implicit localizationGurusamy Sarathy1999-02-111-1/+1
* make safesysmalloc() etc., always available; safemalloc() et al areGurusamy Sarathy1999-02-081-6/+1
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-017-86/+165
* patchlevel up to 54Gurusamy Sarathy1998-11-305-26/+26
* notes about -DPERL_POLLUTEGurusamy Sarathy1998-11-292-6/+22
* explain various win32 build caveats more clearlyGurusamy Sarathy1998-11-292-0/+10
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-6/+9
* various fixes for race conditions under threads: mutex locks basedGurusamy Sarathy1998-11-291-2/+0
* various tweaks; result passes all tests for normal build on Solaris;Gurusamy Sarathy1998-11-281-1/+1
* add perlreftut.podGurusamy Sarathy1998-11-281-0/+1
* add ext/Devel/PeekJan Dubois1998-11-273-3/+25
* fix broken CAPI generationGurusamy Sarathy1998-11-221-17/+17
* another win32 portability fix: make sysread() and syswrite()Gurusamy Sarathy1998-11-211-0/+5
* win32_recvfrom() compatibility fixGurusamy Sarathy1998-11-211-0/+7
* update ChangesGurusamy Sarathy1998-11-143-3/+3
* PL_block_type undefined unless DEBUGGINGJan Dubois1998-11-091-1/+1
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-11/+20
* makefile notesGurusamy Sarathy1998-11-052-0/+10
* fix return value of win32_pclose()Gurusamy Sarathy1998-11-041-8/+7
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-315-26/+26
* win32_opendir() fails on empty drivesAnton Berezin1998-10-301-0/+4
* tweaked version of suggested patchAnton Berezin1998-10-301-2/+11
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-3010-61/+57