summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reorder ops so that trans{,r} and aelemfast{,_lex} are adjacent.Nicholas Clark2011-06-124-354/+351
* Split OP_AELEMFAST_LEX out from OP_AELEMFAST.Nicholas Clark2011-06-1213-38/+61
* Fix some broken URLs found by Porting/checkURL.plLeon Brocard2011-06-129-14/+12
* Shrink struct am_table.Nicholas Clark2011-06-121-3/+6
* [perl #90130] Allow CORE::* without feature.pmFather Chrysostomos2011-06-115-7/+34
* Correct file references in switch.tFather Chrysostomos2011-06-111-2/+2
* Remove TODO markers from Devel::Peek testsFather Chrysostomos2011-06-111-5/+18
* Remove x bit from rt-16221.tFather Chrysostomos2011-06-111-0/+0
* Increase Math::BigInt’s versionFather Chrysostomos2011-06-111-1/+1
* Increase Math::BigFloat’s versionFather Chrysostomos2011-06-111-1/+1
* [perl #85026] Iterate hashes by hand during do_sv_dumpTon Hospel2011-06-111-12/+24
* Revert "Perl_do_sv_dump: alert when skipping elements"Father Chrysostomos2011-06-111-27/+22
* allow features inside interactive debuggerSalvador Fandino2011-06-111-0/+6
* Add dist/Math-BigInt/t/rt-16221.t to MANIFESTFather Chrysostomos2011-06-111-0/+1
* Fix Math::BigFloat->numify().Peter John Acklam2011-06-112-12/+17
* Fix objectify()'s handling of "foreign objects".Peter John Acklam2011-06-112-87/+199
* Add sign function bsgn() as a complement to babs().Peter John Acklam2011-06-115-4/+24
* Remove another bug workaroundFather Chrysostomos2011-06-111-3/+2
* Remove workaround for fixed bugFather Chrysostomos2011-06-111-1/+0
* Revert "Revert "Make untie check the FAKE flag on globs""Father Chrysostomos2011-06-112-4/+12
* Revert "Revert "[perl #77688] tie $scalar can tie a handle""Father Chrysostomos2011-06-112-1/+12
* Revert "Revert "[perl #77496] tied gets scalars and globs confused""Father Chrysostomos2011-06-112-1/+15
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-113-44/+2
* Add Porting/make_modlib_cpan.pl to MANIFEST.Nicholas Clark2011-06-112-0/+1
* regexec.c: Remvove unnecessary special handling for \xDFKarl Williamson2011-06-111-6/+5
* Typo in VMS-specific realclean target from 6f83ef0e5a45c465f83de3304c5818ba44...Craig A. Berry2011-06-111-1/+1
* Added Alan Haggai Alavi to AUTHORSDavid Golden2011-06-111-0/+1
* perlvar.pod: fixed typoAlan Haggai Alavi2011-06-111-1/+1
* Correct errors in the use of multiple targets, which could break parallel make.Nicholas Clark2011-06-111-1/+3
* Sort magic and magic vtable names in files generated by mg_vtable.plNicholas Clark2011-06-114-108/+117
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-115-50/+66
* Generate the PERL_MAGIC_* defines using mg_vtable.pl.Nicholas Clark2011-06-113-59/+79
* In PL_magic_data flag whether magic can be added to a readonly value.Nicholas Clark2011-06-114-26/+32
* Store a flag for container/value magic in PL_magic_data.Nicholas Clark2011-06-115-81/+68
* Create a lookup table for magic vtables from magic type, PL_magic_data.Nicholas Clark2011-06-1113-148/+302
* Refactor generate_uudmap.c to use a helper function to output init blocks.Nicholas Clark2011-06-111-15/+26
* Provide the names of the magic vtables in PL_magic_vtable_names[].Nicholas Clark2011-06-114-37/+56
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-114-14/+6
* PL_vtbl_{bm,fm} can be aliases to PL_vtbl_regexp, instead of copies.Nicholas Clark2011-06-112-7/+10
* Refactor Perl_get_vtbl() to a small array lookup from a large switch statement.Nicholas Clark2011-06-113-100/+9
* Tests for Perl_get_vtbl()Nicholas Clark2011-06-112-0/+49
* Replace PL_vtbl_* with an array PL_magic_vtables.Nicholas Clark2011-06-114-260/+98
* Generate the enum for want_vtbl_* with regen/mg_vtable.plNicholas Clark2011-06-113-35/+46
* Remove want_vtbl_{glob,symtab}, which aren't used and don't do anything useful.Nicholas Clark2011-06-111-2/+0
* Move the work of MGVTBL_SET() from the C pre-processor to mg_vtable.plNicholas Clark2011-06-113-398/+232
* Move the cast for a magic vtable with const get into mg_vtable.hNicholas Clark2011-06-113-9/+7
* Generate the definitions for magic vtables from data in a regen script.Nicholas Clark2011-06-118-410/+531
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-117-23/+2
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-114-14/+7
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-117-28/+34