| Commit message (Expand) | Author | Age | Files | Lines |
* | added information how to build on Leopard | Igor Sutton | 2008-12-31 | 1 | -0/+6 |
* | In mro_get_mro, use the length and UTF-8-ness now contained in struct mro_alg | Nicholas Clark | 2008-12-29 | 1 | -3/+8 |
* | Mark my dual-life modules as authoritative in blead | Rafael Garcia-Suarez | 2008-12-29 | 1 | -3/+3 |
* | PL_registered_mros can start with 1 hash bucket, as it will probably never | Nicholas Clark | 2008-12-29 | 1 | -0/+2 |
* | Bump switch version to 2.14 | Rafael Garcia-Suarez | 2008-12-29 | 1 | -4/+4 |
* | Make Switch.pm skip POD like perl does | Rafael Garcia-Suarez | 2008-12-28 | 1 | -9/+3 |
* | Fix line numbering issues with POD filtered by Switch.pm | Rafael Garcia-Suarez | 2008-12-28 | 1 | -1/+2 |
* | Switch.pm doesn't appear to support plain arrays and hashes in case(). | Rafael Garcia-Suarez | 2008-12-28 | 1 | -2/+1 |
* | Let us direct Switch questions to P5P. | Rafael Garcia-Suarez | 2008-12-28 | 2 | -4/+5 |
* | Handle non-numeric version numbers in ext/Digest/MD5/Makefile.PL | Jerry Hedden | 2008-12-28 | 1 | -1/+1 |
* | Also define 'localizing' in pp_helem for the sake of clarity | Vincent Pit | 2008-12-28 | 1 | -2/+3 |
* | On scope end, delete localized array elements that should not exist anymore, ... | Vincent Pit | 2008-12-28 | 3 | -7/+157 |
* | Add save_adelete()/SAVEADELETE() to save on the stack an array element delete | Vincent Pit | 2008-12-28 | 6 | -0/+30 |
* | Introduce SvCANEXISTDELETE in pp.h, which simplify the logic in pp_helem and ... | Vincent Pit | 2008-12-28 | 3 | -28/+29 |
* | Fix malformed utf8 in regexec.c | Karl | 2008-12-28 | 1 | -6/+12 |
* | Revise malformed utf8 test case | Karl | 2008-12-28 | 1 | -1/+4 |
* | Add casts to gain C++ compatibility, as spotted by Yves. | Nicholas Clark | 2008-12-28 | 1 | -5/+5 |
* | Add a key flag HVhek_KEYCANONICAL for Perl_hv_common(), which signals that the | Nicholas Clark | 2008-12-28 | 2 | -2/+9 |
* | Verify that pre-computing hashes with shared hash key scalars does not cause | Nicholas Clark | 2008-12-28 | 1 | -13/+30 |
* | Also test Perl_hv_common() and pre-computed hashes for SV keys. | Nicholas Clark | 2008-12-28 | 2 | -11/+21 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 3 | -1/+31 |
* | Fix typo in code not yet used. | Nicholas Clark | 2008-12-28 | 1 | -1/+1 |
* | Move all mro:: XS functions from mro.c to ext/mro/mro.xs, except for | Nicholas Clark | 2008-12-27 | 6 | -215/+166 |
* | In struct mro_meta, rename mro_linear_dfs to mro_linear_all, and change it from | Nicholas Clark | 2008-12-27 | 3 | -19/+19 |
* | In struct mro_meta, rename mro_linear_c3 to mro_linear_current, and change it | Nicholas Clark | 2008-12-27 | 3 | -27/+30 |
* | Break out the set-the-MRO logic from the XS_mro_set_mro into Perl_mro_set_mro(), | Nicholas Clark | 2008-12-27 | 4 | -21/+38 |
* | Optimisation of the use of the meta structure - don't create a hash if all we | Nicholas Clark | 2008-12-27 | 2 | -19/+76 |
* | Remove the comment that the mro:: functions are actually in the core | Nicholas Clark | 2008-12-27 | 1 | -2/+1 |
* | Proper pluggable Method Resolution Orders. 'c3' is now implemented outside the | Nicholas Clark | 2008-12-27 | 18 | -455/+508 |
* | Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of the | Nicholas Clark | 2008-12-27 | 4 | -7/+4 |
* | Add Perl_mro_register() to register Method Resolution Orders, | Nicholas Clark | 2008-12-27 | 9 | -29/+74 |
* | Add MRO_GET_PRIVATE_DATA() to use the cached mro private data where possible. | Nicholas Clark | 2008-12-27 | 2 | -2/+7 |
* | Repurpose struct mro_meta to allow it to store cached linear ISA for arbitary | Nicholas Clark | 2008-12-27 | 6 | -14/+90 |
* | Merge branch 'blead' of nicholas@perl5.git.perl.org:/gitroot/perl into blead | Nicholas Clark | 2008-12-27 | 4 | -9/+28 |
|\ |
|
| * | fix problem on some platforms | Yves Orton | 2008-12-27 | 1 | -1/+1 |
| * | tweak dependency | Yves Orton | 2008-12-27 | 1 | -1/+1 |
| * | fix bug #57042 - preserve $^R across TRIE matches | Yves Orton | 2008-12-27 | 2 | -4/+23 |
| * | ignore bugBLAH.pl files as they are likely dev/test/debugging byproduct | Yves Orton | 2008-12-27 | 1 | -0/+2 |
| * | better .patchnum/.sha1 dependency stuff | Yves Orton | 2008-12-27 | 1 | -4/+2 |
* | | Tweak make_patchnum.sh to cope with /bin/sh on Solaris 9, in particular errors | Nicholas Clark | 2008-12-27 | 1 | -5/+5 |
|/ |
|
* | add cflags as a dependency for all object files. (it is used to control the a... | Yves Orton | 2008-12-27 | 2 | -3/+4 |
* | apparently this isnt necessary after all. | Yves Orton | 2008-12-27 | 1 | -3/+0 |
* | make make_patchnum.sh (more) portable | Yves Orton | 2008-12-27 | 1 | -2/+14 |
* | rebuild cflags if cflags.sh changes | Yves Orton | 2008-12-27 | 1 | -0/+3 |
* | come new version related code in perl.c is not enabled -- explain why | Yves Orton | 2008-12-27 | 1 | -0/+2 |
* | remove .sha1 file as well if necessary | Yves Orton | 2008-12-27 | 1 | -0/+1 |
* | forgot that i was modifying a generated file | Yves Orton | 2008-12-27 | 1 | -0/+3 |
* | add a newline for clarity | Yves Orton | 2008-12-27 | 1 | -0/+1 |
* | better git based version numbering (hopefully sane) | Yves Orton | 2008-12-27 | 3 | -11/+19 |
* | tidier -v output | Yves Orton | 2008-12-27 | 1 | -3/+3 |