summaryrefslogtreecommitdiff
path: root/win32/win32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-1/+6
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-105/+96
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-119/+90
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+6
* adapted suggested tests for addition to testsuiteRonaldWS@aol.com1999-07-041-0/+3
* MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-041-5/+1
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-30/+109
* sanity check to cover the case when perl is installed into theGurusamy Sarathy1999-06-241-3/+6
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-1/+12
* win32 build fixesGurusamy Sarathy1999-06-101-41/+44
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+4
* tweak C++ismsGurusamy Sarathy1999-05-311-1/+1
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-281-50/+185
* make win32_spawnvp() inherit standard handles even when theyGurusamy Sarathy1999-05-271-1/+17
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-211-3/+3
* various little nitsGurusamy Sarathy1999-05-201-5/+8
* Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-151-1/+5
* on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn'tGurusamy Sarathy1999-05-141-1/+8
* mortalize string allocations by win32_get_{priv,site}lib()Gurusamy Sarathy1999-05-141-58/+56
* make win32_longname() preserve kind of slashes in argumentGurusamy Sarathy1999-05-141-5/+5
* opendir(D,"x:") on win32 opens cwd() for drive rather than root;Gurusamy Sarathy1999-05-121-3/+10
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-1/+6
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-101-0/+12