This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2016-11-19 Chad GranumPerldelta updates in prep for tomorrows release
2016-11-19 Karl WilliamsonExtUtils::ParseXS: Rmv impediment to compiling under...
2016-11-19 Karl WilliamsonData-Dumper: Rmv impediment to compiling under C++11
2016-11-19 Karl WilliamsonStorable: Rmv impediment to compiling under C++11
2016-11-19 Karl Williamsonthreads.xs: Rmv impediment to compiling under C++11
2016-11-19 Karl WilliamsonTime-HiRes: Remove impediment to compiling under C++11
2016-11-19 Karl WilliamsonCwd: Remove impediment to compiling under C++11
2016-11-19 Aaron CraneMerge branch 'perlre-tidy' into blead
2016-11-19 Aaron Craneperlre: don't impugn the stability of all (?…) constructs
2016-11-19 Aaron Craneperlre: summarise full syntax for (?(cond)then|else...
2016-11-19 Aaron Craneperlre: minor wordsmithing, POD formatting tweaks, etc
2016-11-19 Aaron Craneperlre: regularise list items
2016-11-19 Aaron CraneDocument the package for $REGMARK and $REGERROR
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-18 Dagfinn Ilmari... Use test.pl functions in t/op/groups.t
2016-11-18 Dan Collinst/op/groups.t: Add missing "nok 1"
2016-11-17 James E KeenanRemove code commented out since July 1996.
2016-11-17 Karl WilliamsonAPItest/t/utf8.t: Fix failing EBCDIC tests
2016-11-17 Karl WilliamsonAPItest/t/utf8.t: Fill in missing die() reason
2016-11-17 Karl Williamsonop/bop.t: Fix test failing on EBCDIC
2016-11-17 Dagfinn Ilmari... Remove spurious executable bit from Porting/pod_lib.pl
2016-11-17 James E KeenanAccount for possibility of DOS file endings.
2016-11-16 Matthew HorsfallTest descriptions should be one line or ./TEST chokes...
2016-11-16 David Mitchelloptimise $ref1 = $ref2 better
2016-11-16 David Mitchellperf/benchmarks: tidy scalar assign benchmarks
2016-11-15 Matthew HorsfallReport indented here-doc line errors correctly
2016-11-15 Nicolas RCleanup PERL_VERSION checks in .c files
2016-11-15 Tony CookRevert "Do not try to fchown() to uid -1 and gid -1."
2016-11-15 Tony Cookavoid a declaration conflict on El Capitan with recent...
2016-11-14 Karl WilliamsonFinish removing POSIX deprecated fcns
2016-11-14 Dagfinn Ilmari... Fix error message for unclosed \N{ in regcomp
2016-11-14 Lukas Maitoke.c: remove obsolete comment
2016-11-14 Lukas Maiop.h: add parens around macro expansion
2016-11-14 Aaron Cranet/porting/regen.t: be even more helpful when tests...
2016-11-14 Dagfinn Ilmari... Document that symbols should be removed from metaconfig.h
2016-11-14 Dagfinn Ilmari... Remove all symbols from metaconfig.h
2016-11-14 Matthew HorsfallSilence deprecation warnings in tests
2016-11-14 Matthew HorsfallFixup Unicode::UCD pod/version and regen dependent...
2016-11-14 Matthew HorsfallAdd perldelta for Indented Here-docs
2016-11-14 Matthew HorsfallDocument Indented Here-docs
2016-11-14 Matthew HorsfallAdd indented here-docs.
2016-11-14 David MitchellRemove "Warning: perl appears in your path"
2016-11-14 David Mitchell/t/perf/benchmarks: move expr::index:: to func::
2016-11-14 H.Merijn BrandAdditional warning of Name.pl going away
2016-11-14 H.Merijn BrandUnicode::UCD documentation for reading Name.pl as encou...
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-14 David Mitchellclarify what the SVf_AMAGIC means
2016-11-14 Dagfinn Ilmari... Improve error for missing tie() pacakge/method
2016-11-14 Tony Cookmake the sysread()/syswrite/() etc :utf8 handle warning...
2016-11-13 David MitchellS_scan_subst() - remove extraneous code
2016-11-13 David Mitchellreduce cost of SvVALID()
2016-11-13 AbigailCertain variables are not longer allowed; document...
2016-11-13 Dagfinn Ilmari... Remove obsolete comment
2016-11-13 AbigailDefined on aggregates is no longer allowed.
2016-11-13 AbigailDeprecations are to be marked with a D.
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David Mitchelleliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()
2016-11-12 David MitchellOnly test SvTAIL when SvVALID
2016-11-12 David MitchellS_setup_longest(): SvTAIL() used where always 0
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchellremove DOES's usage of SvSCREAM
2016-11-12 David Mitchellremove eval's usage of SvSCREAM
2016-11-12 David Mitchellop_dump() - remove extra indentation from PMOP
2016-11-12 David Mitchellperlguts: add pTHX_ to magic method examples
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-11-12 Aaron CraneTest2: __LINE__ and (caller)[2] may be different under...
2016-11-12 Lukas Mait/op/caller.t: add a TODO test for RT #129239
2016-11-12 Lukas Mait/op/sub.t: add a TODO test for RT #129916
2016-11-12 Aaron CraneReduce verbosity of "make install.man"
2016-11-12 Tony Cook(perl #128295) don't treat -Dprefix=/usr as special
2016-11-12 Dagfinn Ilmari... Use CLOCK_REALTIME in clock_nanosleep check
2016-11-12 Dagfinn Ilmari... Fix up includes in Time-HiRes Makefile.PL checks
2016-11-12 Dagfinn Ilmari... Use clockid_t throughout in Time::HiRes
2016-11-12 H.Merijn Brandskip Net::Ping UDP on HP-UX
2016-11-12 Aaron CraneData::Dumper: the XS implementation now supports Deparse
2016-11-12 Aaron CraneData::Dumper: delete spurious /e flag on substitution
2016-11-12 Aaron Craneop.c: clarify documentation for Perl_load_module()
2016-11-12 Dagfinn Ilmari... Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)
2016-11-12 H.Merijn Brandgenen. sorry
2016-11-12 H.Merijn BrandNo default breaks win32 and VMS
2016-11-12 James E KeenanRT 130010: add regression test.
2016-11-12 Karl WilliamsonPATCH: [perl #130010] a5540cf breaks texinfo
2016-11-12 Karl Williamsonutf8.c: Add comment
2016-11-11 H.Merijn BrandAllow "." to be excluded from @INC
2016-11-11 Dagfinn Ilmari... Use \w instead of obscure character range
2016-11-11 Aaron Cranet/porting/regen.t: try to be more helpful when tests...
2016-11-11 Karl WilliamsonMove Unicode-Normalize to dist/
2016-11-11 Aaron CraneRegen from the "special" regen scripts
2016-11-11 Dagfinn Ilmari... Test for correct state of . in @INC
2016-11-11 Aaron CraneFix list parenthesisation
2016-11-11 H.Merijn BrandPush current state to work on failing tests
2016-11-11 H.Merijn BrandPatch unit tests to explicitly insert "." into @INC...
2016-11-11 H.Merijn BrandRemove "." from default @INC when default_inc_excludes_...
2016-11-11 H.Merijn BrandDe-dup the output of git ls-files
2016-11-11 Karl Williamsonlocale.c: Add missing STATIC
2016-11-11 Lukas MaiErrno: mention that using %! autoloads Errno (RT #119359)
2016-11-11 Aaron CraneRegen uconfig.h
2016-11-11 H.Merijn BrandRe-gen after backport with serious fixes
2016-11-11 Aaron CraneRMG: suggest a simpler way of reviewing perlhist changes
2016-11-11 Aaron CraneRMG: break a list over multiple lines
next