various shenanigans in change#5342
[p5sagit/p5-mst-13.2.git] / win32 / win32.c
2000-02-20 Gurusamy Sarathy windows fixes for virtualizing child std{in,out,err...
2000-02-15 Gurusamy Sarathy propagate st_mode bits to group/other for Borland build
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy various Windows tweaks: make $^E a little less buggy...
2000-01-31 Gurusamy Sarathy !USING_WIDE() branch is busted in win32_stat()
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-27 Gurusamy Sarathy add missing flag in change#4892
2000-01-25 Gurusamy Sarathy typo in change#4892
2000-01-25 Gurusamy Sarathy eliminate need for perl95.exe on Windows 9x by working...
2000-01-25 Gurusamy Sarathy consistently use MAX_PATH+1 buffer sizes
2000-01-25 Gurusamy Sarathy workaround for rename('x','X') bug in Windows NT
2000-01-24 Gurusamy Sarathy assorted little nits
2000-01-23 Gurusamy Sarathy on windows, set seek position to end for files opened...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-10 Gurusamy Sarathy add workaround for textmode read() bug in MSVCRT; make...
2000-01-09 Gurusamy Sarathy more changes for new-style version numbers (versions...
1999-12-30 Gurusamy Sarathy enable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathy Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
1999-12-16 Gurusamy Sarathy mingw32 doesn't have anonymous union (from Benjamin...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-05 Gurusamy Sarathy windows build tweaks for Borland compiler
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-13 Jan Dubois [5.005_62 PATCH] support link() on WinNT and NTFS
1999-11-08 Gurusamy Sarathy win32 symbol export tweak
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-08 Gurusamy Sarathy win32 internal data must be interpreter-local
1999-11-01 Gurusamy Sarathy enable better Win32::DomainName() by demand loading...
1999-10-27 Gurusamy Sarathy more GCC v2.95 induced adjustments
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-22 Gurusamy Sarathy win32_utime() on directories should use localtime(...
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Gurusamy Sarathy various little goofs in change#4385
1999-10-15 Gurusamy Sarathy win32_*dir() cleanup; win32_readdir() iterates as necessary
1999-10-06 Gurusamy Sarathy make die/warn and other diagnostics go to wherever...
1999-08-30 Gurusamy Sarathy avoid hiding child process window
1999-08-02 Gurusamy Sarathy C needs parameter list, not merely type
1999-07-28 Gurusamy Sarathy misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
1999-07-19 Gurusamy Sarathy avoid bug in win32_str_os_error() (from Jan Dubois)
1999-07-12 Gurusamy Sarathy fixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathy more PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-04 Jarkko Hietaniemi Integrate with mainperl.
1999-07-04 RonaldWS@aol.com adapted suggested tests for addition to testsuite
1999-07-04 Jan Dubois MINGW32 and EGCS 1.1.2 support
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-24 Gurusamy Sarathy sanity check to cover the case when perl is installed...
1999-06-12 Gurusamy Sarathy EXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathy win32 build fixes
1999-06-02 Gurusamy Sarathy remove stray K&R-isms
1999-05-31 Gurusamy Sarathy tweak C++isms
1999-05-28 Gurusamy Sarathy add wide versions of win32 system calls (first step in
1999-05-27 Gurusamy Sarathy make win32_spawnvp() inherit standard handles even...
1999-05-21 Gurusamy Sarathy s/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathy various little nits
1999-05-15 Nick Ing-Simmons Mingw32 + w32api-0.1.5 tweaks
1999-05-14 Gurusamy Sarathy on win32, look for "site/5.XXX/lib" if "site/5.XXXYY...
1999-05-14 Gurusamy Sarathy mortalize string allocations by win32_get_{priv,site...
1999-05-14 Gurusamy Sarathy make win32_longname() preserve kind of slashes in argument
1999-05-12 Gurusamy Sarathy opendir(D,"x:") on win32 opens cwd() for drive rather...
1999-05-11 Gurusamy Sarathy various fixes for clean build and test on win32; config...
1999-05-10 Gurusamy Sarathy provide File::Copy::syscopy() via Win32::CopyFile(...
1999-05-10 Gurusamy Sarathy more bulletproof workaround for mangled paths (updates...
1999-05-09 Gurusamy Sarathy flush all open output buffers before fork(), exec(...
1999-05-09 Gurusamy Sarathy work around mangled archname on win32 while finding...
1999-05-07 Jan Dubois avoid negative return value from Win32::GetTickCount()
1999-05-03 Gurusamy Sarathy adjust win32_stat() to cope with FindFirstFile() and...
1999-04-24 Gurusamy Sarathy fix bug in change#3123 (off-by-one, caused C<qx[noargs...
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathy flip release & version in win32_uname()
1999-03-24 Gurusamy Sarathy support POSIX::uname() via win32_uname()
1999-03-22 Gurusamy Sarathy implement win32_spawnvp() internally, making it return...
1999-02-28 Jan Dubois revert parts of change#2990 to preserve predictable...
1999-02-20 Jan Dubois resend [PATCH 5.005_55] Various win32/win32.c cleanup
1999-02-16 Gurusamy Sarathy propagate PERL_VERSION everywhere, add to pod
1999-02-15 Jan Dubois support Win32::GetFullPathName() and Win32::SetLastError()
1999-02-12 Gurusamy Sarathy support win32_putenv()
1999-02-01 Gurusamy Sarathy various win32-ish changes merged from maint-5.005
1998-11-29 Gurusamy Sarathy another threads reliability fix: serialize writes to...
1998-11-08 Gurusamy Sarathy integrate changes#2120,2168,2218 from maint-5.005;
1998-11-04 Gurusamy Sarathy fix return value of win32_pclose()
1998-10-30 Anton Berezin win32_opendir() fails on empty drives
1998-10-30 Anton Berezin tweaked version of suggested patch
1998-10-25 Jan Dubois recognize '%' as a shell metachar for win32
1998-09-27 Gurusamy Sarathy small tweak on last change
1998-09-27 Gurusamy Sarathy fix win32_stat() to do the right thing for share names
1998-09-25 Gurusamy Sarathy bump patchlevel to 52; other little tweaks for threads...
1998-09-25 Gurusamy Sarathy win32.c tweak
1998-08-04 Gurusamy Sarathy correct prototype for des_fcrypt(), explain how to...
1998-07-27 Gurusamy Sarathy integrate 5.005_01 changes from maint
1998-07-26 Gurusamy Sarathy s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed...
1998-07-22 Douglas Lankshear support optional crypt() with PERL_OBJECT
1998-07-22 Douglas Lankshear win32 tweaks: disable XSLOCKS in perl.c, correct typo...
1998-07-21 Gurusamy Sarathy fixes to enable PERL_OBJECT build with mingw32/egcs...
1998-07-20 Gurusamy Sarathy complete s/foo/PL_foo/ changes (all escaped cases ident...
1998-07-18 Nick Ing-Simmons PL_ scheme Builds under Minw32 - some SEGFAULT snags
1998-07-14 Douglas Lankshear fix off-by-one in win32 registry handling
1998-07-12 Gurusamy Sarathy various tweaks for PERL_OBJECT build & test
1998-07-10 Gurusamy Sarathy add win32_rename() that does what docs say
next