summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* Integrate with mainperl.Jarkko Hietaniemi1999-07-043-959/+5
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-2714-266/+1818
* avoid race condition in the CAPI extension bootstrap handlerGurusamy Sarathy1999-06-241-0/+9
* sanity check to cover the case when perl is installed into theGurusamy Sarathy1999-06-241-3/+6
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-122-3/+14
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-2/+0
* win32 build fixesGurusamy Sarathy1999-06-1014-140/+160
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-092-0/+4
* remove _() non-ansismGurusamy Sarathy1999-06-029-28/+28
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+4
* tweak C++ismsGurusamy Sarathy1999-05-312-2/+3
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-285-79/+253
* make win32_spawnvp() inherit standard handles even when theyGurusamy Sarathy1999-05-271-1/+17
* fix missing exported symbolGurusamy Sarathy1999-05-261-0/+1
* up patchlevel &cGurusamy Sarathy1999-05-255-26/+26
* assorted tweaksGurusamy Sarathy1999-05-257-220/+451
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-212-4/+4
* various little nitsGurusamy Sarathy1999-05-202-8/+12
* Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-153-4/+9
* on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn'tGurusamy Sarathy1999-05-141-1/+8
* mortalize string allocations by win32_get_{priv,site}lib()Gurusamy Sarathy1999-05-141-58/+56
* make win32_longname() preserve kind of slashes in argumentGurusamy Sarathy1999-05-141-5/+5
* opendir(D,"x:") on win32 opens cwd() for drive rather than root;Gurusamy Sarathy1999-05-121-3/+10
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-1111-16/+28
* 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