This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2010-05-21 David Mitchellmake overload respect get magic
2010-05-21 Nicholas ClarkRemove union _xivu from _XPVCV_COMMON, and hence struct...
2010-05-21 Nicholas ClarkRemove union _xivu from struct regexp - replace it...
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvhv - replace it with...
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvav - replace it with...
2010-05-21 Nicholas ClarkReinstate space optimisations to SV body structures.
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2010-05-21 Nicholas ClarkRemove all space optimisations from SV body structures.
2010-05-21 H.Merijn BrandThe size of a character in C is per definition 1
2010-05-21 SisyphusFix CCINCDIR and CCLIBDIR for mingw64 cross compiler
2010-05-20 Zeframfully test package-version-block syntax
2010-05-20 Zeframadditional tests for package block syntax
2010-05-20 Zeframfix SEGV with eval("package Foo {")
2010-05-20 Zeframsupport "package Foo { ... }"
2010-05-20 Nicholas ClarkPL_endav can be NULL, so in S_ithread_create() no need...
2010-05-20 Nicholas ClarkRemove redundant hv_exists() calls from ithread_create...
2010-05-20 Nicholas ClarkChange S_ithread_create() params from a single AV*...
2010-05-20 Nicholas ClarkIn threads.xs, convert thread->params from RV to AV.
2010-05-20 Nicholas ClarkSvIVX() isn't valid on SVt_REGEXP
2010-05-20 Nicholas ClarkIn sv.c, _all_ {new,del}_X* macros can be *_body_allocated.
2010-05-20 Ricardo Signesupdate Ricardo Signes's email
2010-05-20 Rafael Garcia... Do not try to load a feature bundle when doing "no...
2010-05-20 Ricardo Signesdo not check for deprecation of removed lib v5.13.1
2010-05-20 Ricardo Signesadd the v5.13.1 epigraph
2010-05-20 Ricardo Signesremove =over/=back from epigraphs.pod, add empty sections
2010-05-20 Ricardo Signesadd new release to perlhist
2010-05-20 Ricardo Signesupdate MANIFEST, remove delta for uninstalled file
2010-05-20 Ricardo Signesfurther updates to CoreList
2010-05-20 Ricardo SignesUpdate META.yml
2010-05-20 Ricardo Signesbump CoreList version
2010-05-20 Ricardo Signesadd vertical space to CoreList.pm
2010-05-20 Ricardo Signesremove empty perldelta section
2010-05-20 Ricardo Signesupdate change command
2010-05-20 Ricardo SignesBump the perl version in various places for 5.13.1
2010-05-20 Ricardo Signesreplace 2nd 5.013000 block with 5.013001
2010-05-20 Ricardo Signesupdate CoreList for 5.13.1
2010-05-20 Ricardo Signesbump version on modules changed since 5.13.0
2010-05-20 Ricardo Signespass through perl5131delta in prep of release
2010-05-20 Vincent PitAdd a note in perl5131delta about given return values
2010-05-19 Curtis JewellAdding script used for recent perlhist changes.
2010-05-19 Curtis JewellUpdate perlhist.pod for 5.10.1-5.12.1
2010-05-19 David Goldenbumped File::Find version to 1.16
2010-05-19 Dan DascalescuFixed typo: "effecting data" -> "affecting data".
2010-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-19 Nicholas Clarkperldelta entries for my changes in 5.13.1.
2010-05-19 David Goldenadd reminder about updating epigraphs.pod to RMG
2010-05-19 David Goldenthe proper term is epigraph, not epigram
2010-05-19 David Goldendocument historical release epigrams
2010-05-18 Jesse VincentActually note that Shell.pm is deprecated for 5.13...
2010-05-18 Jesse VincentShell.pm was missing its deprecation warning in 5.12...
2010-05-18 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-18 Jesse VincentAdding Chris Williams as our November 2010 sucker
2010-05-18 Rainer TammerFix groups.t test on AIX
2010-05-17 David Mitchellfurther fix for RT #23810
2010-05-17 Tony Cookuse the correct format codes in warnings from gmtime...
2010-05-17 Rafael Garcia... Better perldiag heading for "\cX" deprecation warning
2010-05-17 Karl WilliamsonPATCH: Clean up EBCDIC handling of \cX
2010-05-17 Karl Williamson[perl #41530] s/non-utf8/is-utf8/ fails.
2010-05-14 Rainer TammerFix for README.aix and XL C/C++ V11
2010-05-13 Jesse VincentPerl 5.12.1 now includes Safe.pm 2.27. Module::CoreList...
2010-05-13 Jesse VincentNew release date for 5.12.1 in light of the new RC
2010-05-13 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-13 Jesse VincentCorrecting the release date of 5.12.1
2010-05-13 Nicholas ClarkReturn 0 (with a warning) for sprintf("%.0g") and sprin...
2010-05-13 Curtis JewellUpdating list of DOSish perls in perlport.pod.
2010-05-11 H.Merijn BrandAdd Porting/checkpodencoding.pl to MANIFEST
2010-05-10 Richard Soderbergseparate the 0755 from the . $TAINT0. this silences...
2010-05-09 Ævar Arnfjörð... Clarify that mail to perlbug also goes to p5p
2010-05-08 Karl WilliamsonPATCH [perl #74978] dot after } breaks \N{}
2010-05-08 Karl WilliamsonNote in comment that many \N{...} tests won't work...
2010-05-08 Karl WilliamsonComment where to find file's format
2010-05-08 Zeframperldelta item on PL_restartjmpenv
2010-05-08 Zeframperldelta item on $[ usage
2010-05-08 Zeframperldelta item on B::Deparse package+label fix
2010-05-08 Zeframperldelta item on reliable exception handling
2010-05-08 Karl Williamsonperlunifaq, uniintro: fix for 80 col display
2010-05-08 Karl Williamsonperlunicode: fix for 80 col display
2010-05-08 Karl Williamsonperlreref: missing info, 80 col display
2010-05-08 Karl Williamsonperlrecharclass: Clarify \p{Punct}, fix for 80 col
2010-05-08 Karl Williamsonperlrebackslash: fix for 80 col display
2010-05-08 Karl Williamsonperlre: fix for 80 col display
2010-05-08 Karl Williamsonperlport: fix 80 col display; broken link
2010-05-08 Karl WilliamsonFix to display ok in 80 columns
2010-05-08 Karl WilliamsonFix perlebcdic for for 80 column tty; fix C<>s
2010-05-08 Ævar Arnfjörð... Add =encoding utf8 to all core non-ASCII POD files...
2010-05-08 David MitchellRT #34604 didn't honour tied overloaded values
2010-05-08 David Mitchelladd SV_SKIP_OVERLOAD flag to sv_2*v_flags fns
2010-05-08 David Mitchelladd flags arg to sv_2nv (as sv_2nv_flags)
2010-05-08 Chris 'BinGOs... Modify Module::CoreList docs to state the availability...
2010-05-08 Chris 'BinGOs... Backport patch from CPANPLUS-0.9004 to cpanp-run-perl
2010-05-07 Jesse VincentBump Module::Corelist for cherrypicking to maint-5.12
2010-05-06 Vincent PitMake t/op/sprintf.t test multiple warnings
2010-05-06 Vincent PitStop returning 0 for sprintf("%.0g")
2010-05-06 Vincent PitReally test special sprintf formats
2010-05-06 Vincent PitMake sv_vcatpvfn() complain when special formats "...
2010-05-06 David GoldenChange perlgpl.pod to GPL 1 to match README
2010-05-06 Nicholas ClarkMove code to after the variable declarations.
2010-05-05 Jesse VincentMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2010-05-05 David Mitchellbump PerlIO::scalar version
2010-05-05 David MitchellRT 43789: "in memory" files don't call STORE
next