| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: [PATCH] docs more open() and $_ related entries | Gabor Szabo | 2008-01-08 | 2 | -18/+22 |
* | AutoLoader: Remove AutoLoader::can | Steffen Müller | 2008-01-08 | 2 | -35/+4 |
* | With regexps stored as real RVs, we can eliminate SvREPADTMP(). | Nicholas Clark | 2008-01-08 | 3 | -17/+2 |
* | PL_regex_padav can simply be dup()ed. This is surprisingly satisfying. | Nicholas Clark | 2008-01-08 | 1 | -18/+5 |
* | In PL_regexp_padav, store regexps via real references, rather than | Nicholas Clark | 2008-01-08 | 4 | -15/+24 |
* | Correct a long-standing ithreads reference counting anonamly - the | Nicholas Clark | 2008-01-08 | 3 | -5/+5 |
* | ARRAY(0x...) is not very helpful in sprintf.t diagnostics | Yitzchak Scott-Thoennes | 2008-01-08 | 1 | -4/+4 |
* | Post change 32880, restore the dummy sub Regexp::DESTROY {} | Nicholas Clark | 2008-01-07 | 1 | -0/+8 |
* | Clarify the use of SVf_BREAK on PL_reg_curpm. | Nicholas Clark | 2008-01-07 | 2 | -2/+5 |
* | Don't set the public IV or NV flags if the string converted from has | Nicholas Clark | 2008-01-07 | 2 | -5/+33 |
* | Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_no | Nicholas Clark | 2008-01-07 | 1 | -2/+2 |
* | v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on Cygwin | Jari Aalto | 2008-01-07 | 1 | -2/+8 |
* | Big slowdown in 5.10 @_ parameter passing | Rick Delaney | 2008-01-07 | 1 | -49/+61 |
* | ReREFCNT_inc() should return a pointer to REGEXP. | Nicholas Clark | 2008-01-07 | 1 | -2/+2 |
* | Win32 doesn't set $Config{d_fork} when its pseudofork emulation is | Steve Hay | 2008-01-07 | 1 | -1/+6 |
* | Let's remove the grep in void context warning. | Rafael Garcia-Suarez | 2008-01-07 | 2 | -7/+3 |
* | - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calenda... | brian d foy | 2008-01-07 | 1 | -10/+13 |
* | Cleanup lib/B | Jerry D. Hedden | 2008-01-07 | 1 | -1/+2 |
* | Cleanup File::Temp test file (revised) | Jerry D. Hedden | 2008-01-07 | 1 | -1/+2 |
* | dev version numbers, xs and warnings dont play together nicely, so use MM->pa... | Yves Orton | 2008-01-07 | 4 | -2/+4 |
* | Silence new warning grep in void context warning in various modules and test ... | Yves Orton | 2008-01-06 | 9 | -14/+19 |
* | Remove FIXME that is already fixed. | Yves Orton | 2008-01-06 | 1 | -1/+1 |
* | Make Data::Dumper handle blessed regexes properly, bump version as well. This... | Yves Orton | 2008-01-06 | 3 | -30/+83 |
* | Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (... | Yves Orton | 2008-01-06 | 5 | -7/+15 |
* | Don't use grep in scalar context | Rafael Garcia-Suarez | 2008-01-06 | 1 | -2/+2 |
* | Fix "grep in void context" warnings | Rafael Garcia-Suarez | 2008-01-06 | 1 | -2/+2 |
* | Fix "grep in void context" warning | Rafael Garcia-Suarez | 2008-01-06 | 1 | -1/+1 |
* | Re: grep and smart match should warn in void context | Michael G. Schwern | 2008-01-06 | 2 | -1/+11 |
* | Document that sitecustomize.pl in run from a BEGIN block | Rafael Garcia-Suarez | 2008-01-06 | 1 | -4/+4 |
* | [perl #49003] pp_ftrread appears to use the wrong access mode for -x when usi... | pravus@cpan.org | 2008-01-06 | 1 | -2/+1 |
* | Re: [perl #49264] say behaves as just print on tied filehandle | Michael G. Schwern | 2008-01-06 | 3 | -5/+39 |
* | \X is equivalent to an atomic group | Moritz Lenz | 2008-01-06 | 2 | -2/+2 |
* | Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2 (x86/1 cpu) | Abe Timmerman | 2008-01-06 | 1 | -1/+9 |
* | '~~' is not a feature [repost] | Jerry D. Hedden | 2008-01-06 | 1 | -2/+0 |
* | Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hash | Rafael Garcia-Suarez | 2008-01-06 | 2 | -5/+8 |
* | Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET. | Nicholas Clark | 2008-01-06 | 2 | -3/+13 |
* | Clarify the intent of the code in Perl_op_clear. Under ithreads, avoid | Nicholas Clark | 2008-01-06 | 2 | -4/+11 |
* | Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8. | Nicholas Clark | 2008-01-06 | 1 | -3/+2 |
* | Fix compilation issues and warnings with exotic configuration. | Marcus Holland-Moritz | 2008-01-06 | 3 | -4/+6 |
* | consting Compress::Raw::Zlib and Filter::Util::Call | Robin Barker | 2008-01-06 | 2 | -4/+4 |
* | Allow sv_setsv_flags() to copy SVt_REGEXP much like it copies | Nicholas Clark | 2008-01-06 | 2 | -0/+5 |
* | Fix a compilation warning created when RX_PRELEN() was changed to | Nicholas Clark | 2008-01-05 | 1 | -1/+1 |
* | Make REGEXP a type distinct from SV. (Much like AV, CV, GV, HV). | Nicholas Clark | 2008-01-05 | 8 | -19/+24 |
* | Typo fix | Rafael Garcia-Suarez | 2008-01-05 | 1 | -2/+2 |
* | Don't allocate the NV slot for SVt_REGEXP. | Nicholas Clark | 2008-01-05 | 5 | -40/+49 |
* | AutoSplit is dual-lived, and is part of the AutoLoader distribution | Rafael Garcia-Suarez | 2008-01-05 | 1 | -1/+1 |
* | Fix regexec.c so $^N and $+ are correctly updated so that they work properly ... | Moritz Lenz | 2008-01-05 | 2 | -3/+39 |
* | $Test::Harness::Verbose is a numeric value now so assigning -v to it isnt all... | Yves Orton | 2008-01-05 | 1 | -1/+1 |
* | Add a small note about numbered feature bundles | Rafael Garcia-Suarez | 2008-01-05 | 1 | -0/+2 |
* | In struct regexp move the member paren_names to the IV union. | Nicholas Clark | 2008-01-05 | 2 | -2/+5 |