platform/upstream/perl.git
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...
2008-12-23 Leon BrocardAdd a section on committing to maintenance versions
2008-12-22 Vincent PitNote the --author option of git commit, and therefore...
2008-12-22 AbigailPOD nits from Frank Wiegand <frank.wiegand@gmail.com>
2008-12-21 Vincent PitA short introduction to git bisect.
2008-12-21 Nicholas ClarkMerge branch 'blead' of nicholas@perl5.git.perl.org...
2008-12-21 Vincent PitDocument how commiters can keep 'origin' as a git remot...
2008-12-21 Yves Ortonadd a comment about git clean to the perlrepository.pod
2008-12-21 Nicholas ClarkNote the correct way to make a branch to track a remote...
2008-12-21 Nicholas ClarkUpdate Changes with the last 432 Perforce applied chang...
2008-12-21 Rafael Garcia... Add the perlperf manpage, by Richard Foley
2008-12-21 Niko TyniWCOREDUMP is in <sys/wait.h>
2008-12-21 Frank WiegandPATCH -- POD error in Symbol.pm
2008-12-20 Nicholas Clarkf6a80292c3db127d1561c118f409c1cffd1b55d9 needs to be...
2008-12-20 Rafael Garcia... Replace Jarkko's manicheck utility with my own
2008-12-20 Rafael Garcia... Add missing files to the MANIFEST
2008-12-20 Nicholas ClarkMANIFEST files want tabs. Hysterical raisins.
2008-12-20 Nicholas ClarkThere shouldn't be a ByteLoader directory in ext, even...
2008-12-20 Nicholas Clark/bin/sh isn't /usr/bin/perl :-)
2008-12-20 Paul FenwickAdded missing autodie exception classes to MANIFEST.
2008-12-20 Yves Ortonmake perl use git-describe for PATCHNUM
2008-12-20 Yves Ortonadd some stuff to .gitignore
2008-12-20 Nicholas ClarkRemove repository.pod, as it is entirely about the...
2008-12-20 Nicholas ClarkRebuild pod/perltoc.pod.
2008-12-20 Nicholas ClarkRe-sort the MANIFEST in the preferred order.
2008-12-20 Nicholas ClarkNote how to set user name and e-mail address.
2008-12-20 Nicholas ClarkAlso update the $VERSION of ExtUtils::MM_Unix, else...
2008-12-20 Rafael Garcia... Various corrections and formatting nits to perlreposito...
next