| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: Win32 modules & cygwin | Yitzchak Scott-Thoennes | 2007-02-22 | 17 | -0/+5940 |
* | Remove unreferenced local variable | Steve Hay | 2007-02-21 | 2 | -4/+2 |
* | Skip test when Encode isn't built | Rafael Garcia-Suarez | 2007-02-20 | 1 | -0/+8 |
* | [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11 | Tels | 2007-02-19 | 2 | -11/+10 |
* | Revert change #28980 per Jarkko's suggestion | Rafael Garcia-Suarez | 2007-02-19 | 1 | -5/+3 |
* | Actually, only changes to regexec.c from #30081 needed to be reverted. | Rafael Garcia-Suarez | 2007-02-19 | 2 | -0/+2 |
* | Revert change #30081 at dmq's request, and mark its tests | Rafael Garcia-Suarez | 2007-02-19 | 2 | -2/+0 |
* | Properly handle the differences in hints in the optree with/without | Nicholas Clark | 2007-02-18 | 9 | -243/+273 |
* | Missed an aTHX_ in B's call to Perl_emulate_cop_io. | Nicholas Clark | 2007-02-17 | 1 | -1/+1 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 3 | -13/+9 |
* | Move all the cut&paste open TODO logic into OptreeCheck.pm, where it | Nicholas Clark | 2007-02-16 | 9 | -80/+24 |
* | [perl #41521] Fix for IO::Socket send method | Todd C. Miller | 2007-02-16 | 1 | -1/+1 |
* | Re: Patch for Deep recursion in B::Deparse | Ash Berlin | 2007-02-15 | 1 | -16/+20 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 5 | -9/+9 |
* | Upgrade to Devel::PPPort 3.11 | Marcus Holland-Moritz | 2007-02-14 | 44 | -133/+151 |
* | Re: [PATCH] Document that m//k works | Yves Orton | 2007-02-14 | 1 | -3/+3 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 2 | -1/+7 |
* | Change 26487 left some debugging code in, and through the wonders of | Nicholas Clark | 2007-02-13 | 1 | -4/+4 |
* | Skip this test if "use open" fails due to an unknown encoding | Rafael Garcia-Suarez | 2007-02-12 | 1 | -2/+8 |
* | Explicitly load PerlIO::encoding when testing it. | Rafael Garcia-Suarez | 2007-02-11 | 1 | -0/+1 |
* | Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print... | Slaven Rezic | 2007-02-11 | 3 | -2/+21 |
* | Upgrade to Time-HiRes-1.9705 | Steve Peters | 2007-02-07 | 6 | -54/+65 |
* | Fix to Dynaloader.t for missing modules | Jerry D. Hedden | 2007-02-07 | 1 | -1/+4 |
* | Upgrade to threads.pm 1.59 (doc tweaks) | Rafael Garcia-Suarez | 2007-02-06 | 5 | -33/+36 |
* | Upgrade to threads::shared 1.07 (doc tweaks) | Rafael Garcia-Suarez | 2007-02-06 | 3 | -19/+22 |
* | Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to | Nicholas Clark | 2007-02-05 | 2 | -1/+13 |
* | Upgrade to DB_File 1.815 | Rafael Garcia-Suarez | 2007-02-05 | 4 | -6/+30 |
* | Re: [perl #41421] glob() produces spurious results with brackets in braces | Slaven Rezic | 2007-02-02 | 2 | -4/+27 |
* | Improve regex stringification code | Yves Orton | 2007-01-31 | 2 | -13/+11 |
* | $1 in nested regex EVAL doesnt work correctly. | Yves Orton | 2007-01-31 | 2 | -0/+2 |
* | Also check BEGIN/UNITCHECK/CHECK/INIT/END for require. | Nicholas Clark | 2007-01-29 | 2 | -1/+172 |
* | UNITCHECK for XS code. Turned out to be harder that expected. | Nicholas Clark | 2007-01-29 | 3 | -4/+99 |
* | BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do) | Nicholas Clark | 2007-01-29 | 3 | -3/+120 |
* | Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay) | Nicholas Clark | 2007-01-28 | 1 | -15/+4 |
* | Fix ext/POSIX/t/sysconf.t failures on Cygwin. | Steve Peters | 2007-01-26 | 1 | -1/+8 |
* | further Symbian/S90 fixes from alexander smishlajev | Jarkko Hietaniemi | 2007-01-26 | 1 | -1/+7 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 4 | -7/+7 |
* | Upgrade to threads 1.58: | Rafael Garcia-Suarez | 2007-01-25 | 6 | -57/+73 |
* | Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hell... | Joshua ben Jore | 2007-01-25 | 1 | -3/+7 |
* | Fix a typo in Dynaloader_pm.PL. | Marcus Holland-Moritz | 2007-01-17 | 1 | -1/+1 |
* | Make offsets support conditional | Yves Orton | 2007-01-16 | 1 | -0/+1 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -1/+1 |
* | make S_ithread_run() call S_ithread_free() in main context | Dave Mitchell | 2007-01-14 | 1 | -4/+6 |
* | further refinement to #29796 (cleanup veto) | Dave Mitchell | 2007-01-14 | 1 | -6/+14 |
* | unfreed threads should trigger cleanup veto | Dave Mitchell | 2007-01-13 | 1 | -3/+11 |
* | Rationalise refcounting of thread structures | Dave Mitchell | 2007-01-12 | 1 | -59/+52 |
* | Fix bug #40407: after a seek on a PerlIO::scalar filehandle, | Rafael Garcia-Suarez | 2007-01-11 | 1 | -0/+4 |
* | socketpair.t was written in 2001. At that time, Test::More got confused | Nicholas Clark | 2007-01-09 | 1 | -3/+5 |
* | Eliminate pp_threadsv, as it was only ever used by 5005 threads. | Nicholas Clark | 2007-01-08 | 1 | -1/+1 |
* | do or die; for all the List::Util pure perl tests. | Nicholas Clark | 2007-01-08 | 15 | -15/+15 |