This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32_chdir() et al don't handle a NULL argument gracefully
[perl5.git] / win32 / win32.c
2001-09-22 Gurusamy Sarathywin32_chdir() et al don't handle a NULL argument gracefully
2001-09-15 Gurusamy Sarathyenable most warnings for windows build; fix the various...
2001-07-17 Gurusamy Sarathyfix bugs in handling of the virtualized environment...
2001-02-23 Jarkko HietaniemiIntegrate change #8916 from mainline,
2001-01-30 Gurusamy Sarathyintegrate changes#7984,7987,8010 from mainline (gets...
2000-12-18 Gurusamy Sarathyintegrate changes#7858,7986 from mainline
2000-12-18 Gurusamy Sarathyintegrate changes#7205..7210,7212,7214..7219,7222,7223...
2000-12-17 Gurusamy Sarathyintegrate changes#7069..7077,7079,7081..7087,7090,7092...
2000-12-17 Gurusamy Sarathyintegrate changes#7017..7019,7021..7025,7027..7036...
2000-12-17 Gurusamy Sarathyintegrate changes#6945,6947,6949..6954,6956,6958,6959...
2000-11-27 Gurusamy Sarathyintegrate changes#6763..6766,6770,6773,6775..6776,6778...
2000-11-27 Gurusamy Sarathyintegrate changes#6666..6678,6680..6682,6684..6691...
2000-11-27 Gurusamy Sarathyintegrate changes#6613..6616,6620..6665 from mainline
2000-11-27 Gurusamy Sarathyintegrate changes#6469..6484,6486..6501,6504..6505...
2000-11-20 Barrie Slaymakerintegrate changes#6283..6285,6291,6294..6300,6302....
2000-10-16 Gurusamy Sarathyintegrate change#6217 from cfgperl (in part)
2000-10-16 Dan Sugalskiintegrate changes#6207..6210 from cfgperl
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy SarathyPL_sys_intern was being initialized too late on windows
2000-05-05 Gurusamy Sarathyreplace direct call to sighandler() with (*PL_sighandle...
2000-04-28 Gurusamy Sarathyallow REG_EXPAND_SZ keys in Windows registry (from
2000-03-09 Gurusamy Sarathytrack more of the child state on Windows
2000-03-06 Gurusamy Sarathyvendorlib support for Windows; regen win32/config*
2000-03-02 Gurusamy Sarathypatch to fix mingw32 build under USE_IMP_SYS (from...
2000-03-01 Gurusamy SarathyWindows miscellany
2000-03-01 Gurusamy Sarathysupport kill(0,$pid) on Windows to test if process...
2000-02-29 Gurusamy Sarathychange#5364 had a few problems
2000-02-29 Gurusamy Sarathyutf8-ize @ARGV when -C switch is used on Windows
2000-02-20 Gurusamy Sarathywindows fixes for virtualizing child std{in,out,err...
2000-02-15 Gurusamy Sarathypropagate st_mode bits to group/other for Borland build
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-07 Gurusamy Sarathyvarious 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 Sarathymore exported symbols needed for build on windows
2000-01-27 Gurusamy Sarathyadd missing flag in change#4892
2000-01-25 Gurusamy Sarathytypo in change#4892
2000-01-25 Gurusamy Sarathyeliminate need for perl95.exe on Windows 9x by working...
2000-01-25 Gurusamy Sarathyconsistently use MAX_PATH+1 buffer sizes
2000-01-25 Gurusamy Sarathyworkaround for rename('x','X') bug in Windows NT
2000-01-24 Gurusamy Sarathyassorted little nits
2000-01-23 Gurusamy Sarathyon 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 Sarathyadd workaround for textmode read() bug in MSVCRT; make...
2000-01-09 Gurusamy Sarathymore changes for new-style version numbers (versions...
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy SarathyWin9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
1999-12-16 Gurusamy Sarathymingw32 doesn't have anonymous union (from Benjamin...
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-05 Gurusamy Sarathywindows build tweaks for Borland compiler
1999-12-01 Gurusamy Sarathymore 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 Sarathywin32 symbol export tweak
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-11-08 Gurusamy Sarathywin32 internal data must be interpreter-local
1999-11-01 Gurusamy Sarathyenable better Win32::DomainName() by demand loading...
1999-10-27 Gurusamy Sarathymore GCC v2.95 induced adjustments
1999-10-26 Gurusamy Sarathywarnings and const violations identified by compiling...
1999-10-22 Gurusamy Sarathywin32_utime() on directories should use localtime(...
1999-10-17 Gurusamy Sarathysupport PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Gurusamy Sarathyvarious little goofs in change#4385
1999-10-15 Gurusamy Sarathywin32_*dir() cleanup; win32_readdir() iterates as necessary
1999-10-06 Gurusamy Sarathymake die/warn and other diagnostics go to wherever...
1999-08-30 Gurusamy Sarathyavoid hiding child process window
1999-08-02 Gurusamy SarathyC needs parameter list, not merely type
1999-07-28 Gurusamy Sarathymisc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
1999-07-19 Gurusamy Sarathyavoid bug in win32_str_os_error() (from Jan Dubois)
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 RonaldWS@aol.comadapted suggested tests for addition to testsuite
1999-07-04 Jan DuboisMINGW32 and EGCS 1.1.2 support
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-24 Gurusamy Sarathysanity check to cover the case when perl is installed...
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-31 Gurusamy Sarathytweak C++isms
1999-05-28 Gurusamy Sarathyadd wide versions of win32 system calls (first step in
1999-05-27 Gurusamy Sarathymake win32_spawnvp() inherit standard handles even...
1999-05-21 Gurusamy Sarathys/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-15 Nick Ing-SimmonsMingw32 + w32api-0.1.5 tweaks
1999-05-14 Gurusamy Sarathyon win32, look for "site/5.XXX/lib" if "site/5.XXXYY...
1999-05-14 Gurusamy Sarathymortalize string allocations by win32_get_{priv,site...
1999-05-14 Gurusamy Sarathymake win32_longname() preserve kind of slashes in argument
1999-05-12 Gurusamy Sarathyopendir(D,"x:") on win32 opens cwd() for drive rather...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Gurusamy Sarathyprovide File::Copy::syscopy() via Win32::CopyFile(...
1999-05-10 Gurusamy Sarathymore bulletproof workaround for mangled paths (updates...
1999-05-09 Gurusamy Sarathyflush all open output buffers before fork(), exec(...
1999-05-09 Gurusamy Sarathywork around mangled archname on win32 while finding...
1999-05-07 Jan Duboisavoid negative return value from Win32::GetTickCount()
1999-05-03 Gurusamy Sarathyadjust win32_stat() to cope with FindFirstFile() and...
1999-04-24 Gurusamy Sarathyfix bug in change#3123 (off-by-one, caused C<qx[noargs...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathyflip release & version in win32_uname()
1999-03-24 Gurusamy Sarathysupport POSIX::uname() via win32_uname()
next