p5sagit/p5-mst-13.2.git
2009-01-03 Paul Fenwick Subject: [PATCH] Update autodie to 1.998
2009-01-02 Yuval Kogman a test for Paul Evan's qr leak
2009-01-02 ian.goodacre... [perl #61392] Method call documentation in perlobj.pod
2009-01-02 Yuval Kogman More comprehensive smartmatch.t, supersedes smobj.t
2009-01-02 Yuval Kogman add eval and error support to the t/op/smartmatch.t...
2009-01-02 Yuval Kogman add undef tests to t/op/smartmatch.t
2009-01-02 Paul Fenwick Minimal mention of overloading.pm in overload.pm
2009-01-02 Vincent Pit In amagic_call(), offset should be strictly lesser...
2009-01-02 Rafael Garcia... Merge branch 'failing-test-for-overloading-pragma'...
2009-01-02 Rafael Garcia... Add a new test for overloading.pm
2009-01-02 Vincent Pit Fix overload index mismatch in overloading logic.
2009-01-02 Rafael Garcia... Bump coopyright year in embed.pl and various files...
2009-01-02 Rafael Garcia... Factorize numeric constant for "overloading" lexical...
2009-01-02 karl williamson Faster sv_utf8_upgrade()
2009-01-02 Rafael Garcia... Merge branch 'yuval/overloading' into blead
2009-01-02 Rafael Garcia... Bump copyright year after previous change
2009-01-02 Ben Morrow [perl #54956] crash on binary-or lvalue operation on...
2009-01-02 Rafael Garcia... Mention overloading.pm in perl5110delta
2009-01-02 Rafael Garcia... Bump copyright year after previous change d15cd8313063e574
2009-01-02 Rafael Garcia... Move variable declaration without initialisation at...
2009-01-02 Rafael Garcia... Fix a couple of typos in overloading.pm docs
2009-01-02 Yuval Kogman 'overloading' pragma
2009-01-01 Abigail From: Max Maischein <corion@corion.net>
2009-01-01 Craig A. Berry First cut at handling git patch numbers on VMS.
2008-12-31 Nicholas Clark Switching to `` requires one more \ to escape $Config...
2008-12-31 Nicholas Clark Switching from $() to `` requires two more backticks...
2008-12-31 Nicholas Clark More efficient API choices for string appending.
2008-12-31 Nicholas Clark cflags also runs under /bin/sh so can't use $()
2008-12-31 Nicholas Clark Solaris awk (at least) thinks that + should be escaped.
2008-12-31 Nicholas Clark Solaris /bin/sh doesn't do POSIX $( ... ) syntax for...
2008-12-31 Nicholas Clark varargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Orton much better git related version numbering in our (...
2008-12-30 Igor Sutton added information how to build on Leopard
2008-12-29 Nicholas Clark In mro_get_mro, use the length and UTF-8-ness now conta...
2008-12-29 Rafael Garcia... Mark my dual-life modules as authoritative in blead
2008-12-29 Nicholas Clark PL_registered_mros can start with 1 hash bucket, as...
2008-12-29 Rafael Garcia... Bump switch version to 2.14
2008-12-28 Rafael Garcia... Make Switch.pm skip POD like perl does
2008-12-28 Rafael Garcia... Fix line numbering issues with POD filtered by Switch.pm
2008-12-28 Rafael Garcia... Switch.pm doesn't appear to support plain arrays and...
2008-12-28 Rafael Garcia... Let us direct Switch questions to P5P.
2008-12-28 Jerry Hedden Handle non-numeric version numbers in ext/Digest/MD5...
2008-12-28 Vincent Pit Also define 'localizing' in pp_helem for the sake of...
2008-12-28 Vincent Pit On scope end, delete localized array elements that...
2008-12-28 Vincent Pit Add save_adelete()/SAVEADELETE() to save on the stack...
2008-12-28 Vincent Pit Introduce SvCANEXISTDELETE in pp.h, which simplify...
2008-12-28 Karl Fix malformed utf8 in regexec.c
2008-12-28 Karl Revise malformed utf8 test case
2008-12-28 Nicholas Clark Add casts to gain C++ compatibility, as spotted by...
2008-12-28 Nicholas Clark Add a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-28 Nicholas Clark Verify that pre-computing hashes with shared hash key...
2008-12-28 Nicholas Clark Also test Perl_hv_common() and pre-computed hashes...
2008-12-28 Nicholas Clark Precomputing the hash value for a string representable...
2008-12-28 Nicholas Clark Fix typo in code not yet used.
2008-12-27 Nicholas Clark Move all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas Clark In struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas Clark In struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas Clark Break out the set-the-MRO logic from the XS_mro_set_mro...
2008-12-27 Nicholas Clark Optimisation of the use of the meta structure - don...
2008-12-27 Nicholas Clark Remove the comment that the mro:: functions are actuall...
2008-12-27 Nicholas Clark Proper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas Clark Explictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-27 Nicholas Clark Add Perl_mro_register() to register Method Resolution...
2008-12-27 Nicholas Clark Add MRO_GET_PRIVATE_DATA() to use the cached mro privat...
2008-12-27 Nicholas Clark Repurpose struct mro_meta to allow it to store cached...
2008-12-27 Nicholas Clark Merge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-27 Yves Orton fix problem on some platforms
2008-12-27 Nicholas Clark Tweak make_patchnum.sh to cope with /bin/sh on Solaris...
2008-12-27 Yves Orton tweak dependency
2008-12-27 Yves Orton fix bug #57042 - preserve $^R across TRIE matches
2008-12-27 Yves Orton ignore bugBLAH.pl files as they are likely dev/test...
2008-12-27 Yves Orton better .patchnum/.sha1 dependency stuff
2008-12-27 Yves Orton add cflags as a dependency for all object files. (it...
2008-12-27 Yves Orton apparently this isnt necessary after all.
2008-12-27 Yves Orton make make_patchnum.sh (more) portable
2008-12-27 Yves Orton rebuild cflags if cflags.sh changes
2008-12-27 Yves Orton come new version related code in perl.c is not enabled...
2008-12-27 Yves Orton remove .sha1 file as well if necessary
2008-12-27 Yves Orton forgot that i was modifying a generated file
2008-12-27 Yves Orton add a newline for clarity
2008-12-27 Yves Orton better git based version numbering (hopefully sane)
2008-12-27 Yves Orton tidier -v output
2008-12-27 Yves Orton make git-describe info show up in -V output in the...
2008-12-27 H.M. Brand Generate .patchnum from .patch or .git
2008-12-27 Yves Orton slightly smarter make_patchnum logic, detect if there...
2008-12-27 Yves Orton smarter make_patchnum.sh, get the .patchnum from the...
2008-12-27 Yves Orton clean up .patchnum in make clean
2008-12-27 Yves Orton fix broken indentation, and move PERL_PATCHNUM logic...
2008-12-27 Yves Orton more build dependency changes, we should make sure...
2008-12-27 Yves Orton make sure that the perl -v/-V output corresponds to...
2008-12-27 Rafael Garcia... Remove "b" flag for sv_utf8_upgrade_nomg in embed.fnc
2008-12-26 kevin brintnall sv_dup(): avoid cloning empty arrays
2008-12-26 Rafael Garcia... Regen docs and headers
2008-12-26 Rafael Garcia... Fix two pod links
2008-12-26 Karl Update comments and documentation dealing with utf
2008-12-26 Rafael Garcia... Upgrade to podlators 2.2.1
2008-12-26 Nicholas Clark The string "." cannot possibly contain a PATH sepatator...
2008-12-26 Nicholas Clark Merge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-26 Rafael Garcia... Better fix for bug #6665
2008-12-26 Rafael Garcia... Revert "[perl #6665] Different behavior using the ...
next