| Commit message (Expand) | Author | Age | Files | Lines |
* | B::Deparse 0.64 | Stephen McCamant | 2003-07-29 | 2 | -199/+486 |
* | More bytecode tweaks. | Jarkko Hietaniemi | 2003-07-28 | 2 | -25/+39 |
* | Slightly better failure output. | Jarkko Hietaniemi | 2003-07-28 | 1 | -1/+2 |
* | No more ext/*/*.t, move them all to ext/*/t. | Jarkko Hietaniemi | 2003-07-28 | 24 | -0/+1 |
* | Move the ext/IO tests to a more standard location so that | Jarkko Hietaniemi | 2003-07-28 | 16 | -0/+0 |
* | Make Storable work with blead/maint by making PL_sv_placeholder | Jarkko Hietaniemi | 2003-07-28 | 2 | -9/+1 |
* | Storable test nosewipe. | Jarkko Hietaniemi | 2003-07-28 | 2 | -1/+4 |
* | Solaris cc didn't appreciate casting a long to a pointer | Jarkko Hietaniemi | 2003-07-28 | 1 | -1/+1 |
* | Prettyprint the constants list of defsubs_h.PL. | Jarkko Hietaniemi | 2003-07-28 | 1 | -11/+32 |
* | B enhancements | Stephen McCamant | 2003-07-28 | 3 | -2/+36 |
* | Add $VERSION to B::Bytecode. | Jarkko Hietaniemi | 2003-07-28 | 1 | -0/+2 |
* | Re: downrev modules in RC2 | Gisle Aas | 2003-07-28 | 4 | -13/+27 |
* | Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'. | Jarkko Hietaniemi | 2003-07-28 | 1 | -1/+1 |
* | Further Byteloader tweaks from Enache. | Jarkko Hietaniemi | 2003-07-27 | 10 | -479/+665 |
* | Skip the test until Enache fixes it. | Jarkko Hietaniemi | 2003-07-27 | 1 | -0/+1 |
* | Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x | Marcus Holland-Moritz | 2003-07-27 | 1 | -3/+11 |
* | Regen byterun once more: the incav is not yet right, but at | Jarkko Hietaniemi | 2003-07-27 | 1 | -1/+1 |
* | Regenerated because of #20220. | Jarkko Hietaniemi | 2003-07-27 | 3 | -327/+553 |
* | Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all | Adrian M. Enache | 2003-07-27 | 8 | -988/+888 |
* | Re: Bug in B::Deparse/Concise with ithreads | Stephen McCamant | 2003-07-24 | 2 | -10/+30 |
* | [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning | ilya@juil.nonet | 2003-07-24 | 2 | -4/+4 |
* | [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0 | Hrunting Johnson | 2003-07-24 | 1 | -2/+2 |
* | Re: [PATCH] test clean-up for VMS | Craig A. Berry | 2003-07-21 | 1 | -1/+1 |
* | [PATCH] Increment cop_seqmax in utilize() | Stephen McCamant | 2003-07-17 | 2 | -23/+80 |
* | Re: POSIX::div | Michael G. Schwern | 2003-07-17 | 1 | -2/+2 |
* | &Time::HiRes::d_nanosleep was broken. | Jarkko Hietaniemi | 2003-07-10 | 1 | -1/+5 |
* | [PATCH} db-recno.t on Mac OS X | Slaven Rezic | 2003-07-10 | 1 | -1/+1 |
* | Upgrade to Encode 1.97. | Jarkko Hietaniemi | 2003-07-09 | 8 | -41/+48 |
* | Safe signals via POSIX::sigaction | Chip Salzenberg | 2003-07-09 | 4 | -13/+69 |
* | In 5.8.x, fast stdio places still do use stdio. | Jarkko Hietaniemi | 2003-07-08 | 1 | -1/+2 |
* | warnings, line numbers & windows | Marcus Holland-Moritz | 2003-07-08 | 1 | -2/+2 |
* | The nanosleep() probe was kaputt, fixed by Mark Bixby. | Jarkko Hietaniemi | 2003-07-07 | 1 | -5/+5 |
* | Refashioned #20055: we cannot trust stdio to fail here. | Jarkko Hietaniemi | 2003-07-07 | 1 | -1/+8 |
* | Retract #20056, #20055, #20052, #20050, #20048: the changes | Jarkko Hietaniemi | 2003-07-07 | 3 | -16/+8 |
* | Returning zero from PerlIO_read() is okay; | Jarkko Hietaniemi | 2003-07-07 | 2 | -9/+5 |
* | If perlio is completely out of the picture, we can | Jarkko Hietaniemi | 2003-07-07 | 1 | -1/+8 |
* | Update MD5 checksums. | Jarkko Hietaniemi | 2003-07-07 | 1 | -3/+3 |
* | PerlIO_read() can return negative. | Jarkko Hietaniemi | 2003-07-07 | 1 | -4/+9 |
* | Use the existence, instead of the truth, to decide | Jarkko Hietaniemi | 2003-07-07 | 1 | -26/+26 |
* | MPE/iX tweak from Mark Bixby. | Jarkko Hietaniemi | 2003-07-07 | 1 | -1/+3 |
* | DProf fixes | Radu Greab | 2003-07-06 | 3 | -15/+77 |
* | Upgrade to Digest::MD5 2.25. | Jarkko Hietaniemi | 2003-07-05 | 6 | -54/+164 |
* | fix for ext/threads/t/problems.t failures | Dave Mitchell | 2003-07-05 | 1 | -16/+23 |
* | Oops. | Jarkko Hietaniemi | 2003-07-04 | 2 | -4/+4 |
* | Upgrade to Digest::MD5 2.24, with few extra tweaks: | Jarkko Hietaniemi | 2003-07-04 | 4 | -15/+36 |
* | No energy now to figure out what is wrong with $0 | Jarkko Hietaniemi | 2003-07-04 | 1 | -1/+1 |
* | $0 is pain. | Jarkko Hietaniemi | 2003-07-04 | 1 | -1/+1 |
* | Bump Time::HiRes version to 1.50. | Jarkko Hietaniemi | 2003-07-03 | 1 | -1/+1 |
* | Revert #19957 as requested by Rafael. | Jarkko Hietaniemi | 2003-07-03 | 1 | -3/+3 |
* | Re: randomly untainting? | Rafael Garcia-Suarez | 2003-07-03 | 1 | -3/+3 |