summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* vendorlib support for Windows; regen win32/config*Gurusamy Sarathy2000-03-0610-25/+127
* regen win32/config*, up version numbers &c.Gurusamy Sarathy2000-03-058-56/+68
* regen win32/config_H*Gurusamy Sarathy2000-03-043-216/+645
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-033-0/+3
* Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when running perl;Gurusamy Sarathy2000-03-022-1/+23
* patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl);Gurusamy Sarathy2000-03-025-17/+27
* Windows miscellanyGurusamy Sarathy2000-03-013-24/+29
* support kill(0,$pid) on Windows to test if process existsGurusamy Sarathy2000-03-011-3/+11
* Add libsunmath (long double math library for Solaris,Jarkko Hietaniemi2000-02-293-0/+3
* change#5364 had a few problemsGurusamy Sarathy2000-02-292-2/+8
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-294-4/+34
|\
| * utf8-ize @ARGV when -C switch is used on WindowsGurusamy Sarathy2000-02-294-4/+34
* | The sprintf option was blithely printing long doubles asJarkko Hietaniemi2000-02-293-0/+3
|/
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-293-0/+3
|\
| * Put back madvise lost because of a typo.Jarkko Hietaniemi2000-02-283-0/+3
* | various shenanigans in change#5342Gurusamy Sarathy2000-02-294-14/+10
* | support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-295-86/+63
|/
* update Changes, patchlevel etc.Gurusamy Sarathy2000-02-288-35/+83
* reintroduce useithreads (accidentally deleted in change#5261)Gurusamy Sarathy2000-02-261-1/+2
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-266-70/+69
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-256-9/+132
* windows fixes for virtualizing child std{in,out,err} handles,Gurusamy Sarathy2000-02-203-5/+37
* some fixes for mingw32/GCC (SETERRNO() still appears toGurusamy Sarathy2000-02-192-12/+12
* update Changes, patchlevelGurusamy Sarathy2000-02-155-26/+26
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-152-6/+27
* propagate st_mode bits to group/other for Borland buildGurusamy Sarathy2000-02-151-0/+4
* update exetype.pl toolGurusamy Sarathy2000-02-153-14/+63
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-126-27/+0
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-101-16/+196
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-096-12/+138
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-0812-74/+148
* workaround for undefined symbolGurusamy Sarathy2000-02-021-0/+1
* introduce $^U, a global bit to indicate whether systemGurusamy Sarathy2000-01-311-3/+5
* !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
* tweak exports list on WindowsGurusamy Sarathy2000-01-261-2/+2
* typo in change#4892Gurusamy Sarathy2000-01-251-2/+2
* eliminate need for perl95.exe on Windows 9x by working around CRTGurusamy Sarathy2000-01-254-175/+80
* update Makefile notes on the now deprecated USE_5005THREADS andGurusamy Sarathy2000-01-252-45/+62
* 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
* windows build fixups from uniform DLL name change to perl56.dllGurusamy Sarathy2000-01-251-74/+36
* assorted little nitsGurusamy Sarathy2000-01-244-16/+18
* force linkage of the function wrappers for globals in change#4878Gurusamy Sarathy2000-01-241-0/+1
* enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-242-6/+24
* on windows, set seek position to end for files opened in append modeGurusamy Sarathy2000-01-231-4/+16
* regen win32/config*Gurusamy Sarathy2000-01-196-2754/+2781
* pseudo forked children inherit environment correctlyGurusamy Sarathy2000-01-111-10/+11
* add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-105-16/+276