This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2009-01-02 Ben Morrow[perl #54956] crash on binary-or lvalue operation on...
2009-01-01 AbigailFrom: Max Maischein <corion@corion.net>
2009-01-01 Craig A. BerryFirst cut at handling git patch numbers on VMS.
2008-12-31 Nicholas ClarkSwitching to `` requires one more \ to escape $Config...
2008-12-31 Nicholas ClarkSwitching from $() to `` requires two more backticks...
2008-12-31 Nicholas ClarkMore efficient API choices for string appending.
2008-12-31 Nicholas Clarkcflags also runs under /bin/sh so can't use $()
2008-12-31 Nicholas ClarkSolaris awk (at least) thinks that + should be escaped.
2008-12-31 Nicholas ClarkSolaris /bin/sh doesn't do POSIX $( ... ) syntax for...
2008-12-31 Nicholas Clarkvarargs functions such as sv_catpvf can't have compatib...
2008-12-31 Yves Ortonmuch better git related version numbering in our (...
2008-12-30 Igor Suttonadded information how to build on Leopard
2008-12-29 Nicholas ClarkIn 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 ClarkPL_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 HeddenHandle non-numeric version numbers in ext/Digest/MD5...
2008-12-28 Vincent PitAlso define 'localizing' in pp_helem for the sake of...
2008-12-28 Vincent PitOn scope end, delete localized array elements that...
2008-12-28 Vincent PitAdd save_adelete()/SAVEADELETE() to save on the stack...
2008-12-28 Vincent PitIntroduce SvCANEXISTDELETE in pp.h, which simplify...
2008-12-28 KarlFix malformed utf8 in regexec.c
2008-12-28 KarlRevise malformed utf8 test case
2008-12-28 Nicholas ClarkAdd casts to gain C++ compatibility, as spotted by...
2008-12-28 Nicholas ClarkAdd a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-28 Nicholas ClarkVerify that pre-computing hashes with shared hash key...
2008-12-28 Nicholas ClarkAlso test Perl_hv_common() and pre-computed hashes...
2008-12-28 Nicholas ClarkPrecomputing the hash value for a string representable...
2008-12-28 Nicholas ClarkFix typo in code not yet used.
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas ClarkBreak out the set-the-MRO logic from the XS_mro_set_mro...
2008-12-27 Nicholas ClarkOptimisation of the use of the meta structure - don...
2008-12-27 Nicholas ClarkRemove the comment that the mro:: functions are actuall...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas ClarkExplictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-27 Nicholas ClarkAdd Perl_mro_register() to register Method Resolution...
2008-12-27 Nicholas ClarkAdd MRO_GET_PRIVATE_DATA() to use the cached mro privat...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-12-27 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-27 Yves Ortonfix problem on some platforms
2008-12-27 Nicholas ClarkTweak make_patchnum.sh to cope with /bin/sh on Solaris...
2008-12-27 Yves Ortontweak dependency
2008-12-27 Yves Ortonfix bug #57042 - preserve $^R across TRIE matches
2008-12-27 Yves Ortonignore bugBLAH.pl files as they are likely dev/test...
2008-12-27 Yves Ortonbetter .patchnum/.sha1 dependency stuff
2008-12-27 Yves Ortonadd cflags as a dependency for all object files. (it...
2008-12-27 Yves Ortonapparently this isnt necessary after all.
2008-12-27 Yves Ortonmake make_patchnum.sh (more) portable
2008-12-27 Yves Ortonrebuild cflags if cflags.sh changes
2008-12-27 Yves Ortoncome new version related code in perl.c is not enabled...
2008-12-27 Yves Ortonremove .sha1 file as well if necessary
2008-12-27 Yves Ortonforgot that i was modifying a generated file
2008-12-27 Yves Ortonadd a newline for clarity
2008-12-27 Yves Ortonbetter git based version numbering (hopefully sane)
2008-12-27 Yves Ortontidier -v output
2008-12-27 Yves Ortonmake git-describe info show up in -V output in the...
2008-12-27 H.M. BrandGenerate .patchnum from .patch or .git
2008-12-27 Yves Ortonslightly smarter make_patchnum logic, detect if there...
2008-12-27 Yves Ortonsmarter make_patchnum.sh, get the .patchnum from the...
2008-12-27 Yves Ortonclean up .patchnum in make clean
2008-12-27 Yves Ortonfix broken indentation, and move PERL_PATCHNUM logic...
2008-12-27 Yves Ortonmore build dependency changes, we should make sure...
2008-12-27 Yves Ortonmake 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 brintnallsv_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 KarlUpdate comments and documentation dealing with utf
2008-12-26 Rafael Garcia... Upgrade to podlators 2.2.1
2008-12-26 Nicholas ClarkThe string "." cannot possibly contain a PATH sepatator...
2008-12-26 Nicholas ClarkMerge 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 ...
2008-12-26 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-26 Rafael Garcia... Remove mentions of the old way of rsync'ing the source
2008-12-26 Rafael Garcia... Some additions to perlrepository.pod
2008-12-26 Paul Fenwickautodie information added to Maintainers.pl
2008-12-25 Rafael Garcia... Add description of last commit in perldelta
2008-12-25 Renee Baecker[perl #6665] Different behavior using the -Idir option...
2008-12-25 Matt KraaiUse the F formatting codes for filenames in pod/perlgut...
2008-12-25 Rafael Garcia... Lies, damn lies and end-of-block comments
2008-12-25 Rafael Garcia... Some source files and documentation files need not...
2008-12-25 Alex VandiverBe less picky about what constitutes "numeric lists...
2008-12-25 Alex VandiverBlank lines "between" verbatim sections are now accepti...
2008-12-25 Alex VandiverRemove completed perltodo entry
2008-12-25 Alex VandiverRemove all mention of checkpods
2008-12-25 Alex VandiverMinor pod fixes to make Pod::Checker happy with the...
2008-12-25 Alex VandiverMove 'make check' in pods/ to using Pod::Checker
2008-12-25 H.Merijn BrandMake PERL_PATCHLEVEL a single value quoted string
2008-12-23 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-23 H.Merijn BrandMerge branch 'blead' of camel.booking.com:/gitroot...
2008-12-23 H.Merijn BrandSubject: Patch for hints/netbsd.sh
2008-12-23 Leon BrocardRemove inconsistent formatting in pod/perlrepository...
2008-12-23 Leon BrocardAdd a new Porting/podtidy to reformat pod using Pod...
next