| Commit message (Expand) | Author | Age | Files | Lines |
* | Tweak for build with Mingw32 - __attribute__((unused)) is not liked | Nick Ing-Simmons | 2001-10-28 | 1 | -0/+6 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -54/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -5/+5 |
* | Re: DYNAMIC_ENV_FETCH HvNAME abuse. | Abhijit Menon-Sen | 2001-06-16 | 1 | -1/+0 |
* | Fix Win32 for new spelling IN_BYTES | Nick Ing-Simmons | 2001-05-31 | 1 | -2/+2 |
* | Integrate changes #9493,9494,9495,9496 from maintperl | Jarkko Hietaniemi | 2001-04-01 | 1 | -3/+4 |
* | Abolish USE_WIN32_RTL_ENV. | Jarkko Hietaniemi | 2001-02-23 | 1 | -5/+0 |
* | fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is | Gurusamy Sarathy | 2000-12-05 | 1 | -0/+1 |
* | Quieten some noise in Win32 builds: | Nick Ing-Simmons | 2000-12-04 | 1 | -0/+2 |
* | PERL_IMPLICIT_SYS compiles but does not work. | Nick Ing-Simmons | 2000-12-03 | 1 | -0/+4 |
* | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 1 | -1/+1 |
* | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 1 | -0/+1 |
* | on Windows, avoid potential exception (could happen if MSVCRT isn't | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+50 |
* | Reveal Borland's isnan. | Vadim Konovalov | 2000-08-31 | 1 | -0/+2 |
* | move WNOHANG definition to where other such things are | Gurusamy Sarathy | 2000-08-17 | 1 | -4/+5 |
* | fix and question re: waitpid() under win32 | Brian Clarke | 2000-08-01 | 1 | -0/+4 |
* | integrate cfgperl changes#6220..6222 into mainline | Gurusamy Sarathy | 2000-07-11 | 1 | -0/+7 |
* | windows portability tweaks | Gurusamy Sarathy | 2000-04-29 | 1 | -0/+2 |
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -0/+4 |
* | track more of the child state on Windows | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+17 |
* | vendorlib support for Windows; regen win32/config* | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+4 |
* | patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl); | Gurusamy Sarathy | 2000-03-02 | 1 | -4/+5 |
* | Windows miscellany | Gurusamy Sarathy | 2000-03-01 | 1 | -6/+0 |
* | change#5364 had a few problems | Gurusamy Sarathy | 2000-02-29 | 1 | -1/+1 |
* | utf8-ize @ARGV when -C switch is used on Windows | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+1 |
* | various shenanigans in change#5342 | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+2 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -4/+3 |
* | windows fixes for virtualizing child std{in,out,err} handles, | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+8 |
* | some fixes for mingw32/GCC (SETERRNO() still appears to | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+1 |
* | change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_widesyscalls/; | Gurusamy Sarathy | 2000-02-07 | 1 | -1/+1 |
* | various Windows tweaks: make $^E a little less buggy by saving | Gurusamy Sarathy | 2000-02-07 | 1 | -7/+9 |
* | workaround for undefined symbol | Gurusamy Sarathy | 2000-02-02 | 1 | -0/+1 |
* | introduce $^U, a global bit to indicate whether system | Gurusamy Sarathy | 2000-01-31 | 1 | -3/+5 |
* | tweak exports list on Windows | Gurusamy Sarathy | 2000-01-26 | 1 | -2/+2 |
* | eliminate need for perl95.exe on Windows 9x by working around CRT | Gurusamy Sarathy | 2000-01-25 | 1 | -3/+5 |
* | force linkage of the function wrappers for globals in change#4878 | Gurusamy Sarathy | 2000-01-24 | 1 | -0/+1 |
* | s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g | Gurusamy Sarathy | 2000-01-04 | 1 | -1/+1 |
* | various Windows build tweaks | Gurusamy Sarathy | 1999-12-31 | 1 | -38/+43 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -5/+3 |
* | Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -16/+5 |
* | windows build tweaks for Borland compiler | Gurusamy Sarathy | 1999-12-05 | 1 | -0/+1 |
* | applied somewhat modified version of suggested patch | Benjamin Stuhl | 1999-12-05 | 1 | -7/+0 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -0/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -10/+27 |
* | win32 internal data must be interpreter-local | Gurusamy Sarathy | 1999-11-08 | 1 | -25/+40 |
* | patch up egcs-1.1.2-mingw32 build (builds a working miniperl, but not | Gurusamy Sarathy | 1999-10-27 | 1 | -0/+7 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -2/+2 |
* | some versions of mingw32 have __int64, define iff it isn't | Gurusamy Sarathy | 1999-10-06 | 1 | -1/+3 |
* | C<union any> needs no PERL_OBJECT-treatment | Gurusamy Sarathy | 1999-07-20 | 1 | -9/+0 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -2/+2 |