summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/gGurusamy Sarathy2000-01-043-3/+3
* various Windows build tweaksGurusamy Sarathy1999-12-311-38/+43
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-304-52/+40
* Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com>Gurusamy Sarathy1999-12-2812-1254/+64
* virtual directory handling broken on paths with trailing slashGurusamy Sarathy1999-12-203-31/+72
* mingw32 doesn't have anonymous union (from Benjamin StuhlGurusamy Sarathy1999-12-161-1/+1
* change#4653 was missing a patch rejectGurusamy Sarathy1999-12-051-6/+6
* windows build tweaks for Borland compilerGurusamy Sarathy1999-12-054-2/+25
* applied somewhat modified version of suggested patchBenjamin Stuhl1999-12-057-119/+1389
* windows build tweaks for change#4649Gurusamy Sarathy1999-12-052-2/+2
* make File::Glob::glob() the default for CORE::glob()Gurusamy Sarathy1999-12-052-4/+4
* two small patches from Peter Prymmer <pvhp@forte.com>Gurusamy Sarathy1999-12-032-4/+2
* Windows build tweaks due to change#4623Gurusamy Sarathy1999-12-033-3/+16
* email address changesGurusamy Sarathy1999-12-011-1/+1
* minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-013-3/+4
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-0110-1495/+4131
* cosmetic tweaksGurusamy Sarathy1999-11-141-2/+0
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-5/+11
* [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-139-8/+115
* cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-132-2/+8
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-1/+1
* win32 symbol export tweakGurusamy Sarathy1999-11-082-8/+2
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-082-1/+23
* win32 internal data must be interpreter-localGurusamy Sarathy1999-11-083-78/+59
* enable better Win32::DomainName() by demand loading netapi32.dllGurusamy Sarathy1999-11-011-42/+50
* updated windows config* filesGurusamy Sarathy1999-10-316-84/+645
* regen config* stuff for windowsGurusamy Sarathy1999-10-279-145/+309
* integrate cfgperl contents into mainline; merge conflictsGurusamy Sarathy1999-10-273-258/+0
|\
| * Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-273-258/+0
* | patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but notGurusamy Sarathy1999-10-272-1/+8
|/
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-272-7/+14
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-4/+5
* win32 tweakGurusamy Sarathy1999-10-251-0/+1
* win32_utime() on directories should use localtime() ratherGurusamy Sarathy1999-10-221-5/+5
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-173-211/+231
* disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-152-0/+10
* various little goofs in change#4385Gurusamy Sarathy1999-10-152-10/+11
* win32_*dir() cleanup; win32_readdir() iterates as necessaryGurusamy Sarathy1999-10-152-72/+101
* File::Glob fixes for WindowsGurusamy Sarathy1999-10-142-6/+27
* various cleanupsGurusamy Sarathy1999-10-127-144/+466
* update Changes, patchlevel etc.Gurusamy Sarathy1999-10-125-31/+31
* rudimentary support for building under Windows 95/98 (fromGurusamy Sarathy1999-10-102-1/+104
* some versions of mingw32 have __int64, define iff it isn'tGurusamy Sarathy1999-10-061-1/+3
* make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-063-10/+10
* tweak for win32 buildGurusamy Sarathy1999-09-282-2/+2
* avoid .exe in $Config{cc} (spotted by Vadim KonovalovGurusamy Sarathy1999-09-272-4/+4
* add $installarchlib/CORE to default linker search path on windowsGurusamy Sarathy1999-09-262-26/+36
* win32 config tweak (suggested by Greg Chapman <glc@well.com>)Gurusamy Sarathy1999-09-141-4/+5
* various fixups for windowsGurusamy Sarathy1999-09-072-2/+4
* avoid hiding child process windowGurusamy Sarathy1999-08-301-5/+0