RE: perl@10907
[p5sagit/p5-mst-13.2.git] / win32 / win32.c
2001-06-27 Jarkko Hietaniemi "lose the it's", from Abhijit Menon-Sen.
2001-03-24 Nick Ing-Simmons PerlIO fixups for Win32:
2001-02-23 Jarkko Hietaniemi Abolish USE_WIN32_RTL_ENV.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-28 Jan Dubois Win32::Spawn() didn't inherit cwd and env correctly
2000-12-05 Gurusamy Sarathy fix open(FOO, ">...
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-21 Nick Ing-Simmons Win32 builds and runs (mostly) with USE_PERLIO.
2000-11-14 Jarkko Hietaniemi Redo #7679 with LFs instead of CRLFs.
2000-11-14 Benjamin Stuhl Get PerlIO building on Win32
2000-10-20 Charles Bailey SYN SYN
2000-10-18 Vadim Konovalov Borland C fstat() never saw the fd as writable.
2000-10-09 Gurusamy Sarathy on Windows, avoid potential exception (could happen...
2000-10-09 Gurusamy Sarathy on Windows, LoadLibrary() could load an extension DLL...
2000-09-12 Gurusamy Sarathy change#6327 didn't quite go all the way to enable USE_S...
2000-09-11 Vadim Konovalov Modern Borland C now seems to have anon unions for...
2000-09-01 Gurusamy Sarathy change#6791 accidentally clobbered change#6710, put...
2000-08-24 Jan Dubois Replace #6705 with a minimal doc patch.
2000-08-21 Gurusamy Sarathy small tweaks for change#6705: avoid C++ style comments...
2000-08-19 Jan Dubois fix for Win32::GetFullPathName and Win32::GetShortPathName
2000-08-18 Jan Dubois fix for Win32::DomainName
2000-08-17 Gurusamy Sarathy avoid warnings from dense compiler
2000-08-17 Gurusamy Sarathy waitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathy on windows, the return values from wait() and waitpid...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-08-01 Gurusamy Sarathy various syntax errors and such (not fixed: comp/require...
2000-08-01 Brian Clarke fix and question re: waitpid() under win32
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6293..6324 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl change#6217 into mainline
2000-07-11 Gurusamy Sarathy integrate cfgperl changes#6207..6210 into mainline
2000-07-04 Jarkko Hietaniemi Win32 patches for cfgperl from Sarathy.
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy adjust change#6299
2000-07-04 Jarkko Hietaniemi Integrate with Sarathy.
2000-07-04 Gurusamy Sarathy fix memory leak on Windows (PL_sys_intern contents...
2000-06-09 Jarkko Hietaniemi Rename the fdpid locking and integrate with Sarathy.
2000-06-07 Jarkko Hietaniemi Mopup for #6207 and #6209.
2000-06-07 Dan Sugalski Lock PL_fdpid against race conditions, based on:
2000-06-06 Benjamin Stuhl Win32 improvements
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-05-11 Gurusamy Sarathy PL_sys_intern was being initialized too late on windows
2000-05-05 Gurusamy Sarathy replace direct call to sighandler() with (*PL_sighandle...
2000-04-28 Gurusamy Sarathy allow REG_EXPAND_SZ keys in Windows registry (from
2000-03-09 Gurusamy Sarathy track more of the child state on Windows
2000-03-06 Gurusamy Sarathy vendorlib support for Windows; regen win32/config*
2000-03-02 Gurusamy Sarathy patch to fix mingw32 build under USE_IMP_SYS (from...
2000-03-01 Gurusamy Sarathy Windows miscellany
2000-03-01 Gurusamy Sarathy support kill(0,$pid) on Windows to test if process...
2000-02-29 Gurusamy Sarathy change#5364 had a few problems
2000-02-29 Gurusamy Sarathy utf8-ize @ARGV when -C switch is used on Windows
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
next