summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
...
* integrate cfgperl changes#6293..6324 into mainlineGurusamy Sarathy2000-07-111-4/+5
* integrate cfgperl change#6217 into mainlineGurusamy Sarathy2000-07-111-4/+4
* integrate cfgperl changes#6207..6210 into mainlineGurusamy Sarathy2000-07-111-0/+4
* adjust change#6299Gurusamy Sarathy2000-07-041-12/+12
* fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-0/+14
* PL_sys_intern was being initialized too late on windowsGurusamy Sarathy2000-05-111-17/+25
* replace direct call to sighandler() with (*PL_sighandlerp)()Gurusamy Sarathy2000-05-051-1/+1
* allow REG_EXPAND_SZ keys in Windows registry (fromGurusamy Sarathy2000-04-281-1/+3
* track more of the child state on WindowsGurusamy Sarathy2000-03-091-3/+13
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-061-14/+34
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-021-2/+11
* Windows miscellanyGurusamy Sarathy2000-03-011-18/+25
* support kill(0,$pid) on Windows to test if process existsGurusamy Sarathy2000-03-011-3/+11
* change#5364 had a few problemsGurusamy Sarathy2000-02-291-1/+7
* utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-291-0/+29
* windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-201-5/+22
* propagate st_mode bits to group/other for Borland buildGurusamy Sarathy2000-02-151-0/+4
* various Windows tweaks: make $^E a little less buggy by savingGurusamy Sarathy2000-02-071-31/+33
* !USING_WIDE() branch is busted in win32_stat()Gurusamy Sarathy2000-01-311-35/+40
* more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-1/+6
* add missing flag in change#4892Gurusamy Sarathy2000-01-271-2/+8
* typo in change#4892Gurusamy Sarathy2000-01-251-2/+2
* eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-251-69/+71
* consistently use MAX_PATH+1 buffer sizesGurusamy Sarathy2000-01-251-19/+19
* workaround for rename('x','X') bug in Windows NTGurusamy Sarathy2000-01-251-24/+32
* assorted little nitsGurusamy Sarathy2000-01-241-4/+11
* on windows, set seek position to end for files opened in append modeGurusamy Sarathy2000-01-231-4/+16
* add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-101-0/+230
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-091-11/+6
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-25/+0
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-281-0/+2
* mingw32 doesn't have anonymous union (from Benjamin StuhlGurusamy Sarathy1999-12-161-1/+1
* windows build tweaks for Borland compilerGurusamy Sarathy1999-12-051-0/+5
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-121/+384
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-131-2/+100
* win32 symbol export tweakGurusamy Sarathy1999-11-081-3/+1
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-1/+15
* win32 internal data must be interpreter-localGurusamy Sarathy1999-11-081-31/+9
* enable better Win32::DomainName() by demand loading netapi32.dllGurusamy Sarathy1999-11-011-42/+50
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-5/+12
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-4/+5
* win32_utime() on directories should use localtime() ratherGurusamy Sarathy1999-10-221-5/+5
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-171-13/+16
* various little goofs in change#4385Gurusamy Sarathy1999-10-151-9/+10
* win32_*dir() cleanup; win32_readdir() iterates as necessaryGurusamy Sarathy1999-10-151-52/+78
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-061-3/+3
* avoid hiding child process windowGurusamy Sarathy1999-08-301-5/+0
* C needs parameter list, not merely typeGurusamy Sarathy1999-08-021-2/+2
* misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-281-2/+39
* avoid bug in win32_str_os_error() (from Jan Dubois)Gurusamy Sarathy1999-07-191-3/+5