platform/upstream/perl.git
2013-07-04 Karl WilliamsonMerge branch 'const_posix_invlists' into blead
2013-07-04 Karl WilliamsonUse new Svt_INVLIST for inversion lists.
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-07-04 Karl Williamsonregcomp.c: Move some #defines to only file that uses...
2013-07-04 Karl Williamsonregcomp.c: Make C-array inversion lists const
2013-07-04 Karl Williamsonregcomp.c: Move inversion list hdr field to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Change, variable, fcn name
2013-07-04 Karl Williamsonregcomp.c: Move 2 hdr inversion fields to SV hdr
2013-07-04 Karl Williamsonregcomp.c: Remove unused data structure field
2013-07-04 Karl Williamsonregcomp.c: Make inversion lists SVt_PVLV
2013-07-04 Karl Williamsonregcomp.c: Add a constant 0 element before inversion...
2013-07-03 H.Merijn BrandRemove duplicate entry
2013-07-03 Nicholas ClarkMove Exporter from lib/ to dist/Exporter/
2013-07-03 James E KeenanDelete superfluous lines; clarify identifier parsing.
2013-07-03 Tony Cook[perl #118561] note that the check is fragile and refer...
2013-07-03 Tony CookRevert "[perl #118561] failures loading modules are...
2013-07-02 Karl Williamsonperlretut.pod: Rephrase about \p{}.
2013-07-02 Karl Williamsonperlretut.pod: Rephrase to be consistent with other...
2013-07-02 Father Chrysostomosperlgit.pod: Remove one mention of p5p
2013-07-02 Nicholas ClarkIn the PERL_IMPLICIT_SYS section in perl_free(), use...
2013-07-02 Nicholas ClarkIn embed.fnc, reorder the symbols conditional on HAVE_I...
2013-07-02 Nicholas ClarkTerser fix to avoid warning about an empty body for...
2013-07-02 Nicholas ClarkTeach makedef.pl that PL_op_exec_cnt is only available...
2013-07-02 Steffen MuellerVery few PAD[HA]Vs are "LVALUE": branch predictor hints
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-07-02 Nicholas ClarkRemove defunct DESCRIP.MMS cleanup rules.
2013-07-02 Nicholas ClarkMove VMS::Filespec from vms/ext to ext/
2013-07-02 Nicholas Clarkvms/ext/filespec.t does not need to be +x
2013-07-02 Nicholas ClarkMerge in the improvements to the build helper module...
2013-07-02 Nicholas ClarkRefactor FindExt, merging scan_ext() and find_ext().
2013-07-02 Nicholas ClarkSkip most of FindExt's tests for troublesome configurat...
2013-07-02 Nicholas ClarkIn FindExt.t, move the main loop's comparison logic...
2013-07-02 Nicholas ClarkMinor refactors to FindExt's test, removing code duplic...
2013-07-02 Nicholas ClarkThanks to FindExt::apply_config() we're now able to...
2013-07-02 Nicholas ClarkCorrect a type in FindExt::apply_config in the "I18N...
2013-07-02 Nicholas ClarkIn FindExt, eliminate _ext_ne() and make extensions...
2013-07-02 Nicholas ClarkAlso add Encode's sub-modules to known_extensions when...
2013-07-02 Nicholas ClarkAdd non-XS extensions to known_extensions.
2013-07-02 Nicholas ClarkRemove Configure code that supported the old-style...
2013-07-02 Nicholas ClarkTrim the explicit Makefile rules to generate {mini...
2013-07-02 Tony CookOP*method was added in c106c2be8b83ee but never used
2013-07-02 Steffen MuellerBranch predictor hints: exists is mostly run on hashes
2013-07-02 Peter MartiniS_strip_spaces doesn't need to be seen out of core
2013-07-02 Tony CookPatches must not be sent via git's format-patch/send...
2013-07-02 Daniel Dragan#118675 fix 4 porting/pod_rules.t uses different perl...
2013-07-02 Brian Gottreudist/lib/Makefile.PL: change INSTALLDIRS to 'site'...
2013-07-02 Tony Cookperldelta for c448c12411b1ba
2013-07-02 Niko TyniMake perlbug look up the list of local patches at run...
2013-07-01 Steffen MuellerFix to make 8d455b9f99c1046e969462419b0eb5b8bf740a47...
2013-07-01 Steffen MuellerAvoid needless refcount and mortialization on pp_anonhash
2013-07-01 Karl WilliamsonFix regex seqfault 5.18 regression
2013-07-01 Nicholas ClarkMerge the branch that purged various under-used Makefil...
2013-07-01 Nicholas ClarkDocument the removed Makefile targets in perldelta.
2013-07-01 Nicholas ClarkIn perlhacktips, suggest a shell loop to generate all...
2013-07-01 Nicholas ClarkEliminate the perl.gprof and perl.gcov Makefile targets.
2013-07-01 Nicholas ClarkRun Porting/podtidy on pod/perlhacktips.pod
2013-07-01 Nicholas ClarkUpdate perlhacktips to note that Address Sanitizer...
2013-07-01 Nicholas ClarkIn perlhacktips, no need to give 3 ways to set an envir...
2013-07-01 Nicholas ClarkRemove the explicit purify/quantify/purecov targets...
2013-07-01 Nicholas ClarkWe don't actually need to set $ENV{PERL} for the tests...
2013-07-01 Nicholas Clarkvalgrind doesn't require that perl was built with ...
2013-07-01 Nicholas ClarkInline the Makefile target minitest.prep into its only...
2013-07-01 Nicholas ClarkRemove Makefile targets and tools related to Irix and...
2013-07-01 Nicholas ClarkRemove various rarely used test targets from the genera...
2013-07-01 Tony Cook[perl #71680] hints to use gdbm compat for [NO]DBM_File...
2013-07-01 James E KeenanSmall stylistic improvement; add one POD formatting...
2013-07-01 Hojung YounGive little more examples to interpolated typemap variables
2013-07-01 Craig A. BerryMake t/comp/parser.t get the correct libraries.
2013-06-30 Ruslan Zakirovchange tied_method to use SVs with precomputed hash...
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-06-30 Ruslan ZakirovSV_CONST(name) and PL_sv_consts
2013-06-30 Ruslan ZakirovG_METHOD_NAMED flag for call_method and call_sv
2013-06-30 Father Chrysostomosperldiag: Consistent spaces after dots
2013-06-29 Chris 'BinGOs... Update IPC-Cmd to CPAN version 0.82
2013-06-29 Father Chrysostomosop.c: Suppress compiler warning
2013-06-29 Brian Gottreuregenerate t/porting/known_pod_issues.dat
2013-06-29 Brian GottreuRun the pedantic checks when regenerating the database
2013-06-29 Ricardo Signesdo not worry about long verbatim lines w/o env var
2013-06-29 Ricardo SignesRevert "Make t/podcheck.t less sensitive"
2013-06-28 Father Chrysostomosop.c: Remove dummy code from const_sv_xsub
2013-06-28 Father Chrysostomosperlfunc: consistent spaces after dots
2013-06-28 Johan VromansClarify variable lists for my, our, state.
2013-06-28 Neil Bowers7b2d3c0 Added description of the Benchmark object to doc
2013-06-28 Father Chrysostomosop.c:cv_ckproto_len_flags: do null checks first
2013-06-28 Father ChrysostomosReinstate UTF8f
2013-06-28 Tony Cookmake sure the prototype actually matches
2013-06-28 Brian Fraserpad.c, S_cv_clone: Maintain the utf8-ness of the cloned cv
2013-06-28 Ricardo Signesperlexperiment: mark :pop layer as accepted
2013-06-27 Brian GottreuMANIFEST: add t/porting/readme.t
2013-06-27 Brian GottreuFix Porting/README.pod so it passes its new test.
2013-06-27 Brian Gottreut/porting/readme.t: Check Porting/README.pod consistency
2013-06-27 Chris 'BinGOs... Correct the SYNOPSIS for Module::CoreList::Utils
2013-06-27 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.034
2013-06-27 Peter Martinicv_ckproto should disregard spaces
2013-06-27 Karl Williamsont/re/reg_mesg.t: Add diagnostic output on some failures
2013-06-27 Aristotle Pagaltzis[perl #117751] prevent POSIX::AUTOLOAD recursing if...
2013-06-27 Reini UrbanUse -Wno-unused-value also on other clang compilers
2013-06-27 Father Chrysostomos[perl #117535, #76910] Fix bogus ambiguity warnings
2013-06-26 Karl Williamsonregen/genpacksizetables.pl: Add comment
2013-06-26 Karl Williamsonperlguts: Nit
next