| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid *some* g++ errors. (But not all yet) | Nicholas Clark | 2007-02-19 | 1 | -1/+1 |
* | blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking | Jarkko Hietaniemi | 2007-02-19 | 1 | -2/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -4/+20 |
* | Use newer 'threads' constructs | Jerry D. Hedden | 2007-02-15 | 1 | -1/+1 |
* | Purge all references to 5005 threads variables in the code. | Nicholas Clark | 2007-02-03 | 1 | -22/+0 |
* | g++ wants cast | Jarkko Hietaniemi | 2007-01-28 | 1 | -1/+1 |
* | Silence a few pedantic warnings | Rafael Garcia-Suarez | 2007-01-26 | 1 | -4/+4 |
* | The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask | Nicholas Clark | 2007-01-25 | 1 | -1/+1 |
* | Fix breakage for -DDEBUGGING accidentally introduced with change 29882. | Nicholas Clark | 2007-01-19 | 1 | -1/+1 |
* | Add a parameter to Perl_get_arena() to pass in the SV type, and record | Nicholas Clark | 2007-01-19 | 1 | -21/+18 |
* | I think that it's clearer if aroot is only struct arena_set * | Nicholas Clark | 2007-01-19 | 1 | -7/+12 |
* | As Perl_get_arena() is dealing with sizes, use size_t rather than int, | Nicholas Clark | 2007-01-19 | 1 | -2/+2 |
* | Move C<static bool done_sanity_check;> inside the only function that | Nicholas Clark | 2007-01-18 | 1 | -7/+4 |
* | Move the flag checking for isGV_with_GP() into the call to visit() | Nicholas Clark | 2007-01-18 | 1 | -2/+3 |
* | Given that we now do the tests in S_visit() to avoid calling the | Nicholas Clark | 2007-01-18 | 1 | -2/+4 |
* | As PVLVs can hold globs in some cases, I think that we should be | Nicholas Clark | 2007-01-18 | 1 | -10/+5 |
* | Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(), | Nicholas Clark | 2007-01-17 | 1 | -1/+1 |
* | Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX(). | Nicholas Clark | 2007-01-17 | 1 | -17/+18 |
* | If we use SvUPGRADE() rather than sv_upgrade() then it can make the | Nicholas Clark | 2007-01-17 | 1 | -3/+2 |
* | when cloning PL_regex_pad, copy SVf_BREAK flag too | Dave Mitchell | 2007-01-15 | 1 | -0/+2 |
* | 4th patch from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -8/+8 |
* | The first three patches from: | Marcus Holland-Moritz | 2007-01-04 | 1 | -9/+9 |
* | Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a... | Yves Orton | 2007-01-04 | 1 | -3/+0 |
* | Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set. | Nicholas Clark | 2007-01-03 | 1 | -2/+2 |
* | handle cloning of parsers on the save stack | Dave Mitchell | 2007-01-03 | 1 | -0/+11 |
* | Make the ptr_table functions available in an unthreaded perl, as other | Nicholas Clark | 2007-01-03 | 1 | -0/+3 |
* | Copying to FORMATs should work (and not fail assertions if the value | Nicholas Clark | 2007-01-02 | 1 | -1/+8 |
* | Note that the examples for the structure copying bug example are no | Nicholas Clark | 2007-01-02 | 1 | -1/+3 |
* | move easy lexer state variables into PL_parser | Dave Mitchell | 2007-01-02 | 1 | -34/+66 |
* | 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 | -4/+13 |
* | PL_linestr needs to survive until the end of scope, not just the next | Nicholas Clark | 2006-12-31 | 1 | -35/+14 |
* | Move SVt_BIND to be the lowest type after SVt_NULL. This will force all | Nicholas Clark | 2006-12-31 | 1 | -3/+5 |
* | With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more. | Nicholas Clark | 2006-12-28 | 1 | -2/+1 |
* | Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic | Nicholas Clark | 2006-12-16 | 1 | -4/+6 |
* | Eliminate PVBM. Store fast Boyer-Moore tables in PVGV. | Nicholas Clark | 2006-12-13 | 1 | -33/+33 |
* | Oops. As of some point one stopped being able to assign integers and | Nicholas Clark | 2006-12-12 | 1 | -0/+5 |
* | pads haven't actually contained any PVGVs since change 27313. | Nicholas Clark | 2006-12-12 | 1 | -0/+1 |
* | PVBMs mustn't enter anything that turns SVIVisUV_on(). | Nicholas Clark | 2006-12-09 | 1 | -3/+11 |
* | Exterminate! 2 pieces of superfluous code related to UV setting. | Nicholas Clark | 2006-12-09 | 1 | -9/+0 |
* | add missing OP_REFCNT_LOCK/UNLOCKs and document it | Dave Mitchell | 2006-12-08 | 1 | -0/+4 |
* | Continue split of perl internal regexp structures from ones that are engine s... | Yves Orton | 2006-12-01 | 1 | -11/+2 |
* | Change 29364 forgot to turn the POK flag on. | Nicholas Clark | 2006-11-23 | 1 | -0/+1 |
* | Assigning to a PVCV effectively just sets the prototype, so make this | Nicholas Clark | 2006-11-23 | 1 | -1/+13 |
* | Remove superfluous SvROK() | Nicholas Clark | 2006-11-23 | 1 | -2/+1 |
* | Fix a signedness cast warning | Rafael Garcia-Suarez | 2006-11-15 | 1 | -1/+1 |
* | Regex Utility Functions and Substituion Fix (XML::Twig core dump) | Yves Orton | 2006-11-13 | 1 | -83/+12 |
* | Change 24714 was arguably over-ambitious, in that non-core modules | Nicholas Clark | 2006-11-12 | 1 | -3/+24 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -2/+2 |
* | assert() that SvPV_set() isn't used on hashes. | Nicholas Clark | 2006-11-06 | 1 | -5/+3 |