summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleaner implementations for Perl_clone_params_{new,del}Nicholas Clark2010-05-242-33/+11
* Abstract *correct* initialisation of CLONE_PARAMS into Perl_clone_params_new().Nicholas Clark2010-05-247-20/+138
* Convert Perl_sv_dup_inc() from a macro to a real function.Nicholas Clark2010-05-249-18/+33
* In perl_clone_using(), turn off AvREAL() on param->stashes.Nicholas Clark2010-05-241-0/+7
* Add package block syntax to perldeltaZefram2010-05-241-0/+8
* Add perldelta entry for non-destructive substitutionDavid Golden2010-05-231-0/+12
* Change the API documentation from sv_2nv to sv_2nv_flags.Nicholas Clark2010-05-231-1/+1
* fix MAD handling of package block syntaxZefram2010-05-233-208/+206
* add perldelta entry for overload fixesDavid Mitchell2010-05-231-2/+7
* Format perlhist consistently by maint/dev trackDavid Golden2010-05-231-10/+20
* create perl5132deltaDavid Golden2010-05-2312-43/+314
* Rephrase perlop for non-destructive substitutionDavid Golden2010-05-221-6/+6
* Add David Caldwell to AUTHORSDavid Golden2010-05-221-0/+1
* Add s///r (non-destructive substitution).David Caldwell2010-05-2214-23/+209
* Restore strict refs on stashes, removed by ce10b5d1ec5b5f68b0811018a415bc37.Nicholas Clark2010-05-211-11/+0
* Re-instate the use of gv_stashpvn_flags(), and the correct non-boolean argument.Nicholas Clark2010-05-211-4/+5
* Remove the tokeniser hack that prevents compile-time vivification of %stash::Nicholas Clark2010-05-212-27/+9
* PL_in_load_module only has values 0 and 1, so can be a bool instead of int.Nicholas Clark2010-05-212-5/+4
* Perl_hv_fill(), count empty chains down, rather than used chains up.Nicholas Clark2010-05-211-4/+5
* Eliminate xhv_fill from struct xpvhv.Nicholas Clark2010-05-212-3/+2
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-217-37/+40
* Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent.Nicholas Clark2010-05-212-8/+9
* followup to magic/overload fixDavid Mitchell2010-05-212-7/+7
* make overload respect get magicDavid Mitchell2010-05-2113-220/+748
* Remove union _xivu from _XPVCV_COMMON, and hence structs xpvcv and xpvfmNicholas Clark2010-05-212-6/+6
* Remove union _xivu from struct regexp - replace it with a non-union paren_names.Nicholas Clark2010-05-212-6/+2
* Remove union _xivu from struct xpvhv - replace it with a non-union xav_keys.Nicholas Clark2010-05-212-4/+2
* Remove union _xivu from struct xpvav - replace it with a non-union xav_alloc.Nicholas Clark2010-05-213-6/+3
* Reinstate space optimisations to SV body structures.Nicholas Clark2010-05-211-4/+22
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-216-25/+26
* Remove all space optimisations from SV body structures.Nicholas Clark2010-05-211-31/+31
* The size of a character in C is per definition 1H.Merijn Brand2010-05-211-34/+4
* Fix CCINCDIR and CCLIBDIR for mingw64 cross compilerSisyphus2010-05-201-2/+12
* fully test package-version-block syntaxZefram2010-05-201-14/+21
* additional tests for package block syntaxZefram2010-05-201-20/+72
* fix SEGV with eval("package Foo {")Zefram2010-05-204-140/+163
* support "package Foo { ... }"Zefram2010-05-209-1054/+1162
* PL_endav can be NULL, so in S_ithread_create() no need to set it to newAV().Nicholas Clark2010-05-201-1/+1
* Remove redundant hv_exists() calls from ithread_create()'s spec parser.Nicholas Clark2010-05-201-18/+19
* Change S_ithread_create() params from a single AV* to a pair of SV** pointers.Nicholas Clark2010-05-201-12/+19
* In threads.xs, convert thread->params from RV to AV.Nicholas Clark2010-05-201-9/+9
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-203-2/+4
* In sv.c, _all_ {new,del}_X* macros can be *_body_allocated.Nicholas Clark2010-05-201-15/+8
* update Ricardo Signes's emailRicardo Signes2010-05-201-1/+1
* Do not try to load a feature bundle when doing "no VERSION"Rafael Garcia-Suarez2010-05-201-1/+2
* do not check for deprecation of removed libv5.13.1Ricardo Signes2010-05-201-2/+2
* add the v5.13.1 epigraphRicardo Signes2010-05-201-0/+10
* remove =over/=back from epigraphs.pod, add empty sectionsRicardo Signes2010-05-201-186/+23
* add new release to perlhistRicardo Signes2010-05-201-0/+1
* update MANIFEST, remove delta for uninstalled fileRicardo Signes2010-05-202-5/+2