| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: sync sync sync: have I missed any patches? | Tim Jenness | 2001-02-28 | 1 | -1/+1 |
* | Re: Compile with perlcc.. | Edward Peschko | 2001-02-27 | 1 | -3/+4 |
* | Abolish USE_WIN32_RTL_ENV. | Jarkko Hietaniemi | 2001-02-23 | 3 | -13/+0 |
* | Integrate changes #8738,8739,8740 from maintperl. | Jarkko Hietaniemi | 2001-02-09 | 2 | -2/+2 |
* | Rename README.posix-bc to README.bs2000 to avoid confusion | Jarkko Hietaniemi | 2001-02-09 | 2 | -2/+4 |
* | RE: some win32 fixes | Vadim Konovalov | 2001-02-06 | 6 | -7/+21 |
* | Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl. | Jarkko Hietaniemi | 2001-01-30 | 2 | -3/+12 |
* | The SIG_SIZE is the number of the elements *excluding* | Jarkko Hietaniemi | 2001-01-21 | 3 | -3/+3 |
* | win32 Makefile(s) handle podified READMEs | Peter Prymmer | 2001-01-20 | 2 | -1/+13 |
* | Win32 "safe signals" co-existance fix. | Nick Ing-Simmons | 2001-01-18 | 6 | -6/+21 |
* | Define SIG_SIZE, the number of elements in the sig_name and | Jarkko Hietaniemi | 2001-01-17 | 3 | -3/+3 |
* | Win32 Makefile fixes | Indy Singh | 2001-01-16 | 1 | -15/+5 |
* | Revert #8437 and #8438, the Linux large files story is more complex. | Jarkko Hietaniemi | 2001-01-15 | 3 | -3/+0 |
* | (Reverted by #8440) | Jarkko Hietaniemi | 2001-01-14 | 3 | -0/+3 |
* | Run dmake regen_config_h for Win32 | Nick Ing-Simmons | 2001-01-13 | 3 | -222/+276 |
* | Use UVXf. | Jarkko Hietaniemi | 2001-01-12 | 3 | -0/+3 |
* | Add sigprocmask() probe, regen Configure, regen toc. | Jarkko Hietaniemi | 2001-01-12 | 3 | -0/+3 |
* | Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 w... | Peter Prymmer | 2001-01-05 | 1 | -24/+32 |
* | Add Encode and correct Filter/Util/Call in nmake Makefile | Nick Ing-Simmons | 2001-01-01 | 1 | -4/+14 |
* | The latter patch from the | Peter Prymmer | 2000-12-28 | 1 | -2/+2 |
* | Win32::Spawn() didn't inherit cwd and env correctly | Jan Dubois | 2000-12-28 | 1 | -2/+9 |
* | Handy script for when one forgets to "dmake clean" | Nick Ing-Simmons | 2000-12-21 | 1 | -0/+30 |
* | Rename testsyml to issymlink. | Jarkko Hietaniemi | 2000-12-21 | 3 | -0/+3 |
* | strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit preserving ari... | Nicholas Clark | 2000-12-15 | 3 | -0/+3 |
* | Various attempts at MSVC debug - not sure what has | Nick Ing-Simmons | 2000-12-07 | 1 | -2/+6 |
* | Add useperlio to config.vc | Nick Ing-Simmons | 2000-12-06 | 6 | -50/+53 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-12-05 | 3 | -4/+37 |
|\ |
|
| * | fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is | Gurusamy Sarathy | 2000-12-05 | 3 | -1/+37 |
| * | Integrate perlio: | Jarkko Hietaniemi | 2000-12-05 | 1 | -0/+21 |
| |\ |
|
| * | | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -3/+0 |
* | | | Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO | Nick Ing-Simmons | 2000-12-05 | 1 | -3/+6 |
| |/
|/| |
|
* | | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -0/+21 |
|/ |
|
* | 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 | 6 | -99/+105 |
* | Correct relative path from new ext\Filter\Util\Call location | Nick Ing-Simmons | 2000-11-25 | 1 | -1/+1 |
* | Integrate mainline. | Nick Ing-Simmons | 2000-11-25 | 2 | -37/+38 |
|\ |
|
| * | Integrate perlio: | Jarkko Hietaniemi | 2000-11-24 | 1 | -3/+3 |
| |\ |
|
| * | | Push Filter::Util::Call one level deeper. | Jarkko Hietaniemi | 2000-11-23 | 2 | -13/+14 |
* | | | All tests pass on Win32/gcc/USE_PERLIO. | Nick Ing-Simmons | 2000-11-25 | 1 | -20/+27 |
| |/
|/| |
|
* | | Win32 passes all but t/lib/peek.t with perlio and home-grown crlf. | Nick Ing-Simmons | 2000-11-23 | 1 | -1/+1 |
* | | Implement crlf layer - not ready for merge. | Nick Ing-Simmons | 2000-11-23 | 1 | -2/+2 |
|/ |
|
* | Correct makefile.mk dependancies for ext/Filter/Util | Nick Ing-Simmons | 2000-11-23 | 4 | -12/+21 |
* | build the Filter extension on windows | Gurusamy Sarathy | 2000-11-23 | 2 | -6/+30 |
* | regenerate win32/config* and fix some inconsistencies in the | Gurusamy Sarathy | 2000-11-23 | 5 | -188/+396 |
* | get sources building on windows+MSVC again (untested with other | Gurusamy Sarathy | 2000-11-23 | 2 | -36/+3 |
* | Win32 PerlIO intermediate state now working as expected. | Nick Ing-Simmons | 2000-11-22 | 2 | -97/+197 |
* | Integrate perlio: | Jarkko Hietaniemi | 2000-11-21 | 2 | -4/+1 |
|\ |
|
| * | Win32 builds and runs (mostly) with USE_PERLIO. | Nick Ing-Simmons | 2000-11-21 | 2 | -4/+1 |
* | | Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23] | Dominic Dunlop | 2000-11-21 | 3 | -0/+3 |
|/ |
|
* | Configure GCC/Win32 build -Duseperlio | Nick Ing-Simmons | 2000-11-19 | 3 | -2/+3 |