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