| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Re: [PATCH] Hash::Util::FieldHash | Anno Siegel | 2006-06-23 | 1 | -1/+1 |
* | mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf) | Jarkko Hietaniemi | 2006-06-05 | 1 | -7/+6 |
* | It's all relative -- better handling of tainted directories | Craig A. Berry | 2006-06-02 | 1 | -2/+12 |
* | [PATCH] gv.c consting | Andy Lester | 2006-05-29 | 1 | -1/+1 |
* | Abolish cop_io (the simple way) by storing the value in cop_hints_hash. | Nicholas Clark | 2006-05-20 | 1 | -6/+10 |
* | Rename cop_hints to cop_hints_hash | Nicholas Clark | 2006-05-20 | 1 | -7/+9 |
* | Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't | Nicholas Clark | 2006-05-19 | 1 | -1/+1 |
* | more logic localizations | Andy Lester | 2006-05-03 | 1 | -5/+8 |
* | More tweaking of SvREFCNT_inc calls | Andy Lester | 2006-05-02 | 1 | -9/+10 |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | Cleanup some gcc warnings | Marcus Holland-Moritz | 2006-04-24 | 1 | -0/+2 |
* | Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield() | Steve Hay | 2006-04-13 | 1 | -1/+1 |
* | Change cop_warnings from an SV holding the warnings bitmask to a | Nicholas Clark | 2006-04-12 | 1 | -6/+12 |