2000-08-01 |
Gurusamy Sarathy |
various syntax errors and such (not fixed: comp/require... |
blob | commitdiff |
2000-08-01 |
Brian Clarke |
fix and question re: waitpid() under win32 |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6293..6324 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl change#6217 into mainline |
blob | commitdiff | diff to current |
2000-07-11 |
Gurusamy Sarathy |
integrate cfgperl changes#6207..6210 into mainline |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Win32 patches for cfgperl from Sarathy. |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-07-04 |
Gurusamy Sarathy |
adjust change#6299 |
blob | commitdiff | diff to current |
2000-07-04 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-07-04 |
Gurusamy Sarathy |
fix memory leak on Windows (PL_sys_intern contents... |
blob | commitdiff | diff to current |
2000-06-09 |
Jarkko Hietaniemi |
Rename the fdpid locking and integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-06-07 |
Jarkko Hietaniemi |
Mopup for #6207 and #6209. |
blob | commitdiff | diff to current |
2000-06-07 |
Dan Sugalski |
Lock PL_fdpid against race conditions, based on: |
blob | commitdiff | diff to current |
2000-06-06 |
Benjamin Stuhl |
Win32 improvements |
blob | commitdiff | diff to current |
2000-05-23 |
Charles Bailey |
Resync with mainline prior to post-5.6.0 updates |
blob | commitdiff | diff to current |
2000-05-11 |
Gurusamy Sarathy |
PL_sys_intern was being initialized too late on windows |
blob | commitdiff | diff to current |
2000-05-05 |
Gurusamy Sarathy |
replace direct call to sighandler() with (*PL_sighandle... |
blob | commitdiff | diff to current |
2000-04-28 |
Gurusamy Sarathy |
allow REG_EXPAND_SZ keys in Windows registry (from |
blob | commitdiff | diff to current |
2000-03-09 |
Gurusamy Sarathy |
track more of the child state on Windows |
blob | commitdiff | diff to current |
2000-03-06 |
Gurusamy Sarathy |
vendorlib support for Windows; regen win32/config* |
blob | commitdiff | diff to current |
2000-03-02 |
Gurusamy Sarathy |
patch to fix mingw32 build under USE_IMP_SYS (from... |
blob | commitdiff | diff to current |
2000-03-01 |
Gurusamy Sarathy |
Windows miscellany |
blob | commitdiff | diff to current |
2000-03-01 |
Gurusamy Sarathy |
support kill(0,$pid) on Windows to test if process... |
blob | commitdiff | diff to current |
2000-02-29 |
Gurusamy Sarathy |
change#5364 had a few problems |
blob | commitdiff | diff to current |
2000-02-29 |
Gurusamy Sarathy |
utf8-ize @ARGV when -C switch is used on Windows |
blob | commitdiff | diff to current |
2000-02-20 |
Gurusamy Sarathy |
windows fixes for virtualizing child std{in,out,err... |
blob | commitdiff | diff to current |
2000-02-15 |
Gurusamy Sarathy |
propagate st_mode bits to group/other for Borland build |
blob | commitdiff | diff to current |
2000-02-09 |
Charles Bailey |
Resync with mainline |
blob | commitdiff | diff to current |
2000-02-08 |
Jarkko Hietaniemi |
Integrate with Sarathy. |
blob | commitdiff | diff to current |
2000-02-07 |
Gurusamy Sarathy |
various Windows tweaks: make $^E a little less buggy... |
blob | commitdiff | diff to current |
2000-01-31 |
Gurusamy Sarathy |
!USING_WIDE() branch is busted in win32_stat() |
blob | commitdiff | diff to current |
2000-01-28 |
Gurusamy Sarathy |
more exported symbols needed for build on windows |
blob | commitdiff | diff to current |
2000-01-27 |
Gurusamy Sarathy |
add missing flag in change#4892 |
blob | commitdiff | diff to current |
2000-01-25 |
Gurusamy Sarathy |
typo in change#4892 |
blob | commitdiff | diff to current |
2000-01-25 |
Gurusamy Sarathy |
eliminate need for perl95.exe on Windows 9x by working... |
blob | commitdiff | diff to current |
2000-01-25 |
Gurusamy Sarathy |
consistently use MAX_PATH+1 buffer sizes |
blob | commitdiff | diff to current |
2000-01-25 |
Gurusamy Sarathy |
workaround for rename('x','X') bug in Windows NT |
blob | commitdiff | diff to current |
2000-01-24 |
Gurusamy Sarathy |
assorted little nits |
blob | commitdiff | diff to current |
2000-01-23 |
Gurusamy Sarathy |
on windows, set seek position to end for files opened... |
blob | commitdiff | diff to current |
2000-01-20 |
Charles Bailey |
Quick integration of mainline changes to date |
blob | commitdiff | diff to current |
2000-01-10 |
Gurusamy Sarathy |
add workaround for textmode read() bug in MSVCRT; make... |
blob | commitdiff | diff to current |
2000-01-09 |
Gurusamy Sarathy |
more changes for new-style version numbers (versions... |
blob | commitdiff | diff to current |
1999-12-30 |
Gurusamy Sarathy |
enable the PERL_BINMODE_SCRIPTS behavior by default... |
blob | commitdiff | diff to current |
1999-12-28 |
Gurusamy Sarathy |
Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail... |
blob | commitdiff | diff to current |
1999-12-16 |
Gurusamy Sarathy |
mingw32 doesn't have anonymous union (from Benjamin... |
blob | commitdiff | diff to current |
1999-12-12 |
Gurusamy Sarathy |
integrate mainline changes |
blob | commitdiff | diff to current |
1999-12-05 |
Gurusamy Sarathy |
windows build tweaks for Borland compiler |
blob | commitdiff | diff to current |
1999-12-01 |
Gurusamy Sarathy |
more complete pseudo-fork() support for Windows |
blob | commitdiff | diff to current |
1999-11-13 |
Jan Dubois |
[5.005_62 PATCH] support link() on WinNT and NTFS |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
win32 symbol export tweak |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
preliminary support for perl_clone() (still needs work in |
blob | commitdiff | diff to current |
1999-11-08 |
Gurusamy Sarathy |
win32 internal data must be interpreter-local |
blob | commitdiff | diff to current |
1999-11-01 |
Gurusamy Sarathy |
enable better Win32::DomainName() by demand loading... |
blob | commitdiff | diff to current |
1999-10-27 |
Gurusamy Sarathy |
more GCC v2.95 induced adjustments |
blob | commitdiff | diff to current |
1999-10-26 |
Gurusamy Sarathy |
warnings and const violations identified by compiling... |
blob | commitdiff | diff to current |
1999-10-22 |
Gurusamy Sarathy |
win32_utime() on directories should use localtime(... |
blob | commitdiff | diff to current |
1999-10-17 |
Gurusamy Sarathy |
support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on |
blob | commitdiff | diff to current |
1999-10-15 |
Gurusamy Sarathy |
various little goofs in change#4385 |
blob | commitdiff | diff to current |
1999-10-15 |
Gurusamy Sarathy |
win32_*dir() cleanup; win32_readdir() iterates as necessary |
blob | commitdiff | diff to current |
1999-10-06 |
Gurusamy Sarathy |
make die/warn and other diagnostics go to wherever... |
blob | commitdiff | diff to current |
1999-08-30 |
Gurusamy Sarathy |
avoid hiding child process window |
blob | commitdiff | diff to current |
1999-08-02 |
Gurusamy Sarathy |
C needs parameter list, not merely type |
blob | commitdiff | diff to current |
1999-07-28 |
Gurusamy Sarathy |
misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll |
blob | commitdiff | diff to current |
1999-07-19 |
Gurusamy Sarathy |
avoid bug in win32_str_os_error() (from Jan Dubois) |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
fixups for sundry warnings about function pointers |
blob | commitdiff | diff to current |
1999-07-12 |
Gurusamy Sarathy |
yet more cleanups of the PERL_OBJECT, MULTIPLICITY... |
blob | commitdiff | diff to current |
1999-07-08 |
Gurusamy Sarathy |
more PERL_OBJECT cleanups (changes still untested on... |
blob | commitdiff | diff to current |
1999-07-07 |
Paul Marquess |
lexical warnings update (warning.t fails one test |
blob | commitdiff | diff to current |
1999-07-04 |
Jarkko Hietaniemi |
Integrate with mainperl. |
blob | commitdiff | diff to current |
1999-07-04 |
RonaldWS@aol.com |
adapted suggested tests for addition to testsuite |
blob | commitdiff | diff to current |
1999-07-04 |
Jan Dubois |
MINGW32 and EGCS 1.1.2 support |
blob | commitdiff | diff to current |
1999-06-27 |
Gurusamy Sarathy |
somewhat untested PERL_OBJECT cleanups (C++isms mostly |
blob | commitdiff | diff to current |
1999-06-24 |
Gurusamy Sarathy |
sanity check to cover the case when perl is installed... |
blob | commitdiff | diff to current |
1999-06-12 |
Gurusamy Sarathy |
EXTERN_C declarations for global arrays in various |
blob | commitdiff | diff to current |
1999-06-10 |
Gurusamy Sarathy |
win32 build fixes |
blob | commitdiff | diff to current |
1999-06-02 |
Gurusamy Sarathy |
remove stray K&R-isms |
blob | commitdiff | diff to current |
1999-05-31 |
Gurusamy Sarathy |
tweak C++isms |
blob | commitdiff | diff to current |
1999-05-28 |
Gurusamy Sarathy |
add wide versions of win32 system calls (first step in |
blob | commitdiff | diff to current |
1999-05-27 |
Gurusamy Sarathy |
make win32_spawnvp() inherit standard handles even... |
blob | commitdiff | diff to current |
1999-05-21 |
Gurusamy Sarathy |
s/isspace/isSPACE/g and make sure the CRT version is... |
blob | commitdiff | diff to current |
1999-05-20 |
Gurusamy Sarathy |
various little nits |
blob | commitdiff | diff to current |
1999-05-15 |
Nick Ing-Simmons |
Mingw32 + w32api-0.1.5 tweaks |
blob | commitdiff | diff to current |
1999-05-14 |
Gurusamy Sarathy |
on win32, look for "site/5.XXX/lib" if "site/5.XXXYY... |
blob | commitdiff | diff to current |
1999-05-14 |
Gurusamy Sarathy |
mortalize string allocations by win32_get_{priv,site... |
blob | commitdiff | diff to current |
1999-05-14 |
Gurusamy Sarathy |
make win32_longname() preserve kind of slashes in argument |
blob | commitdiff | diff to current |
1999-05-12 |
Gurusamy Sarathy |
opendir(D,"x:") on win32 opens cwd() for drive rather... |
blob | commitdiff | diff to current |
1999-05-11 |
Gurusamy Sarathy |
various fixes for clean build and test on win32; config... |
blob | commitdiff | diff to current |
1999-05-10 |
Gurusamy Sarathy |
provide File::Copy::syscopy() via Win32::CopyFile(... |
blob | commitdiff | diff to current |
1999-05-10 |
Gurusamy Sarathy |
more bulletproof workaround for mangled paths (updates... |
blob | commitdiff | diff to current |
1999-05-09 |
Gurusamy Sarathy |
flush all open output buffers before fork(), exec(... |
blob | commitdiff | diff to current |
1999-05-09 |
Gurusamy Sarathy |
work around mangled archname on win32 while finding... |
blob | commitdiff | diff to current |
1999-05-07 |
Jan Dubois |
avoid negative return value from Win32::GetTickCount() |
blob | commitdiff | diff to current |
1999-05-03 |
Gurusamy Sarathy |
adjust win32_stat() to cope with FindFirstFile() and... |
blob | commitdiff | diff to current |
1999-04-24 |
Gurusamy Sarathy |
fix bug in change#3123 (off-by-one, caused C<qx[noargs... |
blob | commitdiff | diff to current |
1999-04-04 |
Gurusamy Sarathy |
correct places that said newSVpv() when they meant... |
blob | commitdiff | diff to current |
1999-03-24 |
Gurusamy Sarathy |
flip release & version in win32_uname() |
blob | commitdiff | diff to current |
1999-03-24 |
Gurusamy Sarathy |
support POSIX::uname() via win32_uname() |
blob | commitdiff | diff to current |
1999-03-22 |
Gurusamy Sarathy |
implement win32_spawnvp() internally, making it return... |
blob | commitdiff | diff to current |
1999-02-28 |
Jan Dubois |
revert parts of change#2990 to preserve predictable... |
blob | commitdiff | diff to current |
1999-02-20 |
Jan Dubois |
resend [PATCH 5.005_55] Various win32/win32.c cleanup |
blob | commitdiff | diff to current |
next |