This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-06-05 H.Merijn Branduse 'env' instead of 'echo' for %ENV tests in magic.t
2013-06-05 David Mitchellrequire.t: handle parallel runs
2013-06-05 David Mitchellmake some tests TODO under -DPERL_NO_COW
2013-06-05 Nicholas ClarkRemove the unused env parameter from a2p's main, and...
2013-06-05 Father Chrysostomosdtrace.t: Don’t rely on installed strict.pm
2013-06-05 Dagfinn Ilmari... [perl #118297] Fix interpolating downgraded variables...
2013-06-05 Father Chrysostomos-l $handle warning: globs, iorefs, utf8
2013-06-04 Chris 'BinGOs... Interix seems to have multi-arch so ask gcc where stuff is
2013-06-04 Daniel Draganremove obsolete STRUCT_MGVTBL_DEFINITION from mg.h
2013-06-04 Shlomi Fishperlipc: remove some confusing text.
2013-06-04 Tony Cook[perl #115112] avoid repeated calls to path_is_absolute...
2013-06-04 Eric BrineTypo fix in perlfunc [RT#118093]
2013-06-04 Brian FraserStop making assumptions about uids and gids.
2013-06-04 Father Chrysostomos[perl #117531] Deparse elements of %# correctly
2013-06-04 Father ChrysostomosTraps for the unwary JS programmer (perltrap.pod)
2013-06-04 Father Chrysostomosdeparse.t: Fix test count
2013-06-04 Paul Greenadd a special case for VOS handling of argv[0] in magic.t
2013-06-04 Paul Greenremove an obsolete special case for VOS handling of...
2013-06-04 Paul Greenadd a special case for VOS handling of file position...
2013-06-04 Paul Greenremove an obsolete VOS special case and add a new one...
2013-06-04 Paul Greenchange svpeek.t to append the VOS executable suffix...
2013-06-04 Paul Greenchange DynaLoader.t to know VOS has no libc library
2013-06-04 Paul Greenremove obsolete VOS special cases from eu_command.t
2013-06-04 Father ChrysostomosAdd Heiko Eissfeldt to AUTHORS
2013-06-04 hexcoder[perl #117311] B::Deparse with option -l leaves formfee...
2013-06-04 Father Chrysostomosop.h: Corrent comment about entersub strictures
2013-06-03 Eric BrineFix internal inconsistencies in style in utf8.pm docs
2013-06-03 Eric BrineFAIL_OK looks too much like a constant [RT##118279]
2013-06-03 Sullivan BeckPATCH: Bump Locale-Codes from 3.25 to 3.26
2013-06-03 Eric BrineAdjust documentation for removal of splice warning
2013-06-03 David Mitchellavoid undeflow in regex poscache count
2013-06-03 Tony Cookperldelta for 285a3ca13
2013-06-03 Tony Cook[perl #118175] avoid making pointers outside of objects
2013-06-03 Tony Cook[perl #118175] avoid making a pointer outside a string
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for CANY
2013-06-03 Tony Cook[perl #118175] prevent a similar overflow for POSIXA
2013-06-03 Tony Cook[perl #118175] avoid overflowing a pointer for repeated...
2013-06-03 Tony Cookeliminate an unused variable
2013-06-03 David Mitchellperldelta: changed intuit API
2013-06-02 David Mitchell[MERGE] get rid of (most) regex engine global state
2013-06-02 David Mitchelldocument fields of regmatch_info struct
2013-06-02 David Mitchelltidy up init code in regexec() and intuit_start()
2013-06-02 David Mitchellbetter comment the remaining PL_ regex vars
2013-06-02 David Mitchelleliminate PL_regdummy
2013-06-02 David Mitchelleliminate PL_reg_state
2013-06-02 David MitchellEliminate PL_reg_starttry
2013-06-02 David Mitchellmake PL_reg_curpm global
2013-06-02 David Mitchellbetter document the regex super-linear pos cache
2013-06-02 David Mitchelleliminate PL_reg_poscache, PL_reg_poscache_size
2013-06-02 David Mitchelluse new cleanup for PL_regmatch_state
2013-06-02 David Mitchellunify regmatch_info data
2013-06-02 David Mitchellmove eval_state init from regtry() to regexec()
2013-06-02 David Mitchellmove savestack restore from regmatch to regexec
2013-06-02 David Mitchelleliminate PL_reg_maxiter, PL_reg_leftiter
2013-06-02 David MitchellRationalise RX_MATCH_UTF8_set()
2013-06-02 David MitchellS_setup_eval_state: save subcoffset, not suboffset
2013-06-02 David MitchellEliminate PL_reg_match_utf8
2013-06-02 David Mitchellregex engine: simplify is_utf8_pat handling
2013-06-02 David Mitchellstop callers of rex engine using RX_MATCH_UTF8_set
2013-06-02 David Mitchelladd regmatch_eval_state struct
2013-06-02 David MitchellS_setup_eval_state(): always set up destructor
2013-06-02 David MitchellS_regtry(): move eval setup code into separate fn
2013-06-02 David Mitchellremove unused reginfo->bol field
2013-06-02 David Mitchelleliminate PL_bostr
2013-06-02 David Mitchelladd strbeg argument to Perl_re_intuit_start()
2013-06-02 David Mitchellfind_byclass, regrepeat: remove is_utf8_pat arg
2013-06-02 David Mitchelleliminiate PL_regeol
2013-06-02 David Mitchellmake more use of regmatch_info struct.
2013-06-02 Father ChrysostomosFix crashes after syntax errors in lexical subs
2013-06-02 Father Chrysostomos[perl #116735] Honour lexical prototypes when no parens...
2013-06-02 Father ChrysostomosName lexical constants
2013-06-02 Father Chrysostomoslexsub.t: To-do tests for citing lex subs after errors
2013-06-02 Chris 'BinGOs... Update Pod-Usage to CPAN version 1.63
2013-06-02 Father Chrysostomos[perl #118237] Fix coreamp.t’s rand test
2013-06-02 Father ChrysostomosStop constant inlining from countermanding ‘use subs’
2013-06-01 Chris 'BinGOs... Update Filter-Util-Call to CPAN version 1.49
2013-06-01 Chris 'BinGOs... Update Pod-Parser to CPAN version 1.61
2013-06-01 Father ChrysostomosCorrect three sub call comments in perly.y
2013-06-01 Father Chrysostomostoke.c: Under -DT, report pending idents more clearly
2013-06-01 Craig A. BerryFix ExtUtils::Constant test failure on VMS.
2013-05-31 Ricardo Signesupdate link for DTrace user guide
2013-05-31 Craig A. BerryUpdate the GSMATCH handling in vms/gen_shrfls.pl.
2013-05-31 Shlomi Fishiperlipc: s/multithreading/multitasking/
2013-05-31 Ricardo Signescorrect example for turning of experimental warnings
2013-05-30 Chris 'BinGOs... Update Text-Tabs to CPAN version 2013.0523
2013-05-30 Chris 'BinGOs... CPAN-Meta bugfix exposed an assumption in EUMM tests...
2013-05-30 Chris 'BinGOs... CPAN-Meta has changed so regenerate the META.* files
2013-05-30 Chris 'BinGOs... Update CPAN-Meta to CPAN version 2.131490
2013-05-29 David Goldengit-deltatool: show files changed when tagging new...
2013-05-29 David Goldengit-deltatool: fix problem reading changed commit message
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-28 Jerry D. HeddenUpgrade to threads 1.87
2013-05-28 Father Chrysostomos[perl #117081] Deparse foreach my $lexical correctly...
2013-05-28 Father Chrysostomosperlthrtut: Shorten/rewrap long lines
2013-05-28 Ricardo Signesremove the expectation of a "P" command
2013-05-28 Nicholas ClarkMerge in various enhancements to bisect.pl and bisect...
2013-05-28 Nicholas ClarkAdd -q to git clean in bisect-runner.pl
2013-05-28 Nicholas ClarkThree Configure fixups so that bisect-runner.pl can...
2013-05-28 Nicholas Clarkbisect-runner.pl should match patches with directory...
2013-05-28 Nicholas ClarkAdd a 'none' target to bisect-runner.pl
next