| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplify the logic for retrieving PL_inplace into $^I, as sv_setpv() | Nicholas Clark | 2007-10-18 | 1 | -4/+1 |
* | Change newSVpv() to newSVpvn() where we know the length is non-zero, as | Nicholas Clark | 2007-10-18 | 1 | -3/+3 |
* | Change a sv_catpv() to sv_catpvs(). | Nicholas Clark | 2007-10-05 | 1 | -1/+1 |
* | As PL_hinthv is actually tied, need to call SvSETMAGIC() after the | Nicholas Clark | 2007-10-05 | 1 | -3/+3 |
* | Try a bit harder to get *PL_sighandlerp to agree with its | Craig A. Berry | 2007-10-04 | 1 | -8/+6 |
* | Fix warnings about Sighandler_t type on Win32. | Rafael Garcia-Suarez | 2007-10-04 | 1 | -0/+8 |
* | Adapt definition of Sighandler_t to go with change #32012 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -2/+2 |
* | [perl #45513] Test failures on amd64-freebsd 6.2 | Slaven Rezic | 2007-10-03 | 1 | -12/+3 |
* | hv_stores() on a literal string is now fractionally more efficient than | Nicholas Clark | 2007-09-21 | 1 | -8/+8 |
* | Silence a load of "value computed is not used" warnings | Rafael Garcia-Suarez | 2007-09-21 | 1 | -2/+2 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -4/+5 |
* | misc blead stuff | Jarkko Hietaniemi | 2007-08-30 | 1 | -0/+9 |
* | Revert change #31489. | Rafael Garcia-Suarez | 2007-06-29 | 1 | -20/+0 |
* | Rename various regex defined so that they have distinct prefixes based on the... | Yves Orton | 2007-06-28 | 1 | -6/+6 |
* | Re: [perl #43357] *DESTROY = sub {} at runtime | Brandon Black | 2007-06-28 | 1 | -0/+20 |
* | Re: [PATCH] Callbacks for named captures (%+ and %-) | Ævar Arnfjörð Bjarmason | 2007-06-06 | 1 | -6/+6 |
* | Various mro updates from Brandon Black. References: | Craig A. Berry | 2007-05-19 | 1 | -0/+5 |
* | Small fix to a previous patch on magic $<digit> variables. | Ævar Arnfjörð Bjarmason | 2007-05-10 | 1 | -0/+1 |
* | more consting | Andy Lester | 2007-05-08 | 1 | -2/+2 |
* | move PL_lex_state into the PL_parser struct | Dave Mitchell | 2007-05-05 | 1 | -1/+1 |
* | FETCH/STORE/LENGTH callbacks for numbered capture variables | Ævar Arnfjörð Bjarmason | 2007-05-03 | 1 | -61/+84 |
* | Re: mro status, etc | Brandon Black | 2007-05-03 | 1 | -6/+13 |
* | When FETCHSIZE returns <0 perl segfaults | Ævar Arnfjörð Bjarmason | 2007-05-02 | 1 | -3/+5 |
* | Re: mro status, etc | Brandon Black | 2007-04-30 | 1 | -0/+2 |
* | Re: new C3 MRO patch | Brandon Black | 2007-04-19 | 1 | -3/+12 |
* | In struct regexp replace the two arrays of I32s accessed via startp | Nicholas Clark | 2007-03-26 | 1 | -10/+11 |
* | minor code simplification made possible by change #30627 | Dave Mitchell | 2007-03-19 | 1 | -7/+5 |
* | When restoring localised values, call set only on container magic. | Dave Mitchell | 2007-03-18 | 1 | -0/+2 |
* | move magic container/value test into separate function | Dave Mitchell | 2007-03-18 | 1 | -23/+34 |
* | Add a comment to mg.c to clarify that words like "raise" and | Craig A. Berry | 2007-02-25 | 1 | -0/+13 |
* | Add a cast for C++ compilation | Rafael Garcia-Suarez | 2007-02-19 | 1 | -1/+1 |
* | Split the storage of the layers specificied by open.pm into one hint | Nicholas Clark | 2007-02-17 | 1 | -12/+53 |
* | add hooks for capture buffers into regex engine. | Yves Orton | 2007-02-13 | 1 | -7/+7 |
* | A few more places where we know the length for sv_setpv() or sv_catpv() | Nicholas Clark | 2007-02-02 | 1 | -1/+1 |
* | Restore the const to vtbl in Perl_mg_localize() removed in change | Nicholas Clark | 2007-01-21 | 1 | -1/+1 |
* | Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, $... | Yves Orton | 2007-01-15 | 1 | -11/+22 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -1/+1 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -60/+15 |
* | Assignment to a tainted variable was causing confusion if the source | Nicholas Clark | 2007-01-02 | 1 | -1/+4 |
* | Welcome to 2007! Time to update copyrights from changes earlier | Steve Peters | 2007-01-01 | 1 | -1/+1 |
* | Symbian port: add Series 90 support | Jarkko Hietaniemi | 2007-01-01 | 1 | -2/+2 |
* | OS/2: survive SIGCHLD | Ilya Zakharevich | 2006-12-18 | 1 | -1/+7 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -2/+1 |
* | In theory Perl_magic_setbm() should clear SvTAIL() too. In practice, | Nicholas Clark | 2006-12-12 | 1 | -0/+1 |
* | mg.c: #ifdef only the different bits | Jarkko Hietaniemi | 2006-12-12 | 1 | -7/+7 |
* | The overly-picky AIX xlc compiler doesn't like the style | H.Merijn Brand | 2006-12-12 | 1 | -9/+9 |
* | Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps' | Chris Dolan | 2006-12-04 | 1 | -1/+6 |
* | [perl #41008] Setting $0 invalidates environment shown by ps | alexander_bluhm@genua.de | 2006-11-29 | 1 | -3/+3 |
* | Cleanup regexp flags and structure | Yves Orton | 2006-11-23 | 1 | -1/+1 |