| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Actually, undef $SIG{FOO} should restore the default signal | Rafael Garcia-Suarez | 2006-11-20 | 1 | -1/+1 |
* | Make undef $SIG{FOO} ignore the signal FOO | Rafael Garcia-Suarez | 2006-11-20 | 1 | -1/+1 |
* | Fix precedence problem | Rafael Garcia-Suarez | 2006-11-20 | 1 | -3/+3 |
* | [perl #18209] bug in regex s/\s$word\s/ /gi; and $& | yves orton | 2006-11-17 | 1 | -3/+12 |
* | Assert that we don't access strings saved for $1 etc. out of bounds | Rafael Garcia-Suarez | 2006-11-14 | 1 | -0/+1 |
* | Change 27779 failed to free() memory in two places in Perl_magic_set(), | Nicholas Clark | 2006-10-27 | 1 | -2/+7 |
* | only do \C hackery if \C is seen | Yves Orton | 2006-10-20 | 1 | -1/+6 |
* | zero length $1 took too long to detect utf8-ness | Dave Mitchell | 2006-10-20 | 1 | -1/+1 |
* | Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner. | Rafael Garcia-Suarez | 2006-09-20 | 1 | -1/+11 |
* | Simplification in Perl_magic_clearsig, plus a fix similar and | Rafael Garcia-Suarez | 2006-08-08 | 1 | -5/+3 |
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -9/+9 |
* | We shouldn't try to decrement the refcount of PL_warnhook | Rafael Garcia-Suarez | 2006-08-07 | 1 | -1/+2 |
* | g++ large patch | Jarkko Hietaniemi | 2006-08-07 | 1 | -14/+14 |
* | Convert some low hanging fruit to my_strlcpy/my_strlcat. | Steve Peters | 2006-07-10 | 1 | -2/+1 |
* | mg.c cleanups | Andy Lester | 2006-07-03 | 1 | -15/+17 |
* | remove some unnecessary uses of WITH_THR | Dave Mitchell | 2006-07-02 | 1 | -1/+1 |