summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* avoid bug in win32_str_os_error() (from Jan Dubois)Gurusamy Sarathy1999-07-191-3/+5
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-1/+6
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-105/+96
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-119/+90
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+6
* adapted suggested tests for addition to testsuiteRonaldWS@aol.com1999-07-041-0/+3
* MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-041-5/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-30/+109
* 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-121-1/+12
* win32 build fixesGurusamy Sarathy1999-06-101-41/+44
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+4
* tweak C++ismsGurusamy Sarathy1999-05-311-1/+1
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-281-50/+185
* make win32_spawnvp() inherit standard handles even when theyGurusamy Sarathy1999-05-271-1/+17
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-211-3/+3
* various little nitsGurusamy Sarathy1999-05-201-5/+8
* Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-151-1/+5
* 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-111-1/+6
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-101-0/+12
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-101-12/+122
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-2/+1
* 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-041-4/+4
* flip release & version in win32_uname()Gurusamy Sarathy1999-03-241-5/+5
* support POSIX::uname() via win32_uname()Gurusamy Sarathy1999-03-241-0/+85
* implement win32_spawnvp() internally, making it return true PIDsGurusamy Sarathy1999-03-221-72/+259
* revert parts of change#2990 to preserve predictable usage of Win32::Foo()Jan Dubois1999-02-281-13/+14
* resend [PATCH 5.005_55] Various win32/win32.c cleanupJan Dubois1999-02-201-29/+36
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-3/+2
* support Win32::GetFullPathName() and Win32::SetLastError()Jan Dubois1999-02-151-0/+48
* support win32_putenv()Gurusamy Sarathy1999-02-121-0/+34
* various win32-ish changes merged from maint-5.005Gurusamy Sarathy1999-02-011-47/+101
* another threads reliability fix: serialize writes to thr->threadsvGurusamy Sarathy1998-11-291-6/+9
* integrate changes#2120,2168,2218 from maint-5.005;Gurusamy Sarathy1998-11-081-11/+20
* fix return value of win32_pclose()Gurusamy Sarathy1998-11-041-8/+7
* win32_opendir() fails on empty drivesAnton Berezin1998-10-301-0/+4
* tweaked version of suggested patchAnton Berezin1998-10-301-2/+11
* recognize '%' as a shell metachar for win32Jan Dubois1998-10-251-4/+7
* small tweak on last changeGurusamy Sarathy1998-09-271-1/+1
* fix win32_stat() to do the right thing for share namesGurusamy Sarathy1998-09-271-8/+18
* bump patchlevel to 52; other little tweaks for threads, win32 buildsGurusamy Sarathy1998-09-251-2/+5
* win32.c tweakGurusamy Sarathy1998-09-251-14/+12