summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* /t/perf/benchmarks: move expr::index:: to func::David Mitchell2016-11-141-95/+96
* Additional warning of Name.pl going awayH.Merijn Brand2016-11-141-1/+2
* Unicode::UCD documentation for reading Name.pl as encouraged practiceH.Merijn Brand2016-11-141-2/+38
* eliminate OPpRUNTIME private PMOP flagDavid Mitchell2016-11-149-217/+198
* clarify what the SVf_AMAGIC meansDavid Mitchell2016-11-141-1/+6
* Improve error for missing tie() pacakge/methodDagfinn Ilmari Mannsåker2016-11-142-5/+28
* make the sysread()/syswrite/() etc :utf8 handle warnings defaultTony Cook2016-11-142-10/+12
* S_scan_subst() - remove extraneous codeDavid Mitchell2016-11-131-1/+0
* reduce cost of SvVALID()David Mitchell2016-11-134-7/+8
* Certain variables are not longer allowed; document this.Abigail2016-11-131-6/+6
* Remove obsolete commentDagfinn Ilmari Mannsåker2016-11-131-2/+0
* Defined on aggregates is no longer allowed.Abigail2016-11-131-4/+3
* Deprecations are to be marked with a D.Abigail2016-11-131-1/+1
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-127-75/+24
* eliminate SVpbm_TAIL/SvTAIL_on()/SvTAIL_off()David Mitchell2016-11-123-13/+7
* Only test SvTAIL when SvVALIDDavid Mitchell2016-11-123-10/+15
* S_setup_longest(): SvTAIL() used where always 0David Mitchell2016-11-121-1/+5
* Eliminate SVrepl_EVAL and SvEVALED()David Mitchell2016-11-124-22/+26
* remove DOES's usage of SvSCREAMDavid Mitchell2016-11-123-8/+16
* remove eval's usage of SvSCREAMDavid Mitchell2016-11-125-8/+12
* op_dump() - remove extra indentation from PMOPDavid Mitchell2016-11-121-7/+1
* perlguts: add pTHX_ to magic method examplesDavid Mitchell2016-11-121-8/+8
* dump.c: don't display an ARRAY's ARYLEN fieldDavid Mitchell2016-11-123-8/+1
* Test2: __LINE__ and (caller)[2] may be different under Data::DumperAaron Crane2016-11-121-1/+4
* t/op/caller.t: add a TODO test for RT #129239Lukas Mai2016-11-121-1/+15
* t/op/sub.t: add a TODO test for RT #129916Lukas Mai2016-11-121-1/+12
* Reduce verbosity of "make install.man"Aaron Crane2016-11-121-0/+3
* (perl #128295) don't treat -Dprefix=/usr as specialTony Cook2016-11-121-11/+4
* Use CLOCK_REALTIME in clock_nanosleep checkDagfinn Ilmari Mannsåker2016-11-121-1/+2
* Fix up includes in Time-HiRes Makefile.PL checksDagfinn Ilmari Mannsåker2016-11-121-4/+6
* Use clockid_t throughout in Time::HiResDagfinn Ilmari Mannsåker2016-11-122-8/+10
* skip Net::Ping UDP on HP-UXH.Merijn Brand2016-11-121-0/+1
* Data::Dumper: the XS implementation now supports DeparseAaron Crane2016-11-124-26/+107
* Data::Dumper: delete spurious /e flag on substitutionAaron Crane2016-11-121-3/+3
* op.c: clarify documentation for Perl_load_module()Aaron Crane2016-11-121-13/+22
* Change hv_fetch(…, "…", …, …) to hv_fetchs(…, "…", …)Dagfinn Ilmari Mannsåker2016-11-127-38/+38
* genen. sorryH.Merijn Brand2016-11-121-2/+2
* No default breaks win32 and VMSH.Merijn Brand2016-11-1212-12/+12
* RT 130010: add regression test.James E Keenan2016-11-121-0/+9
* PATCH: [perl #130010] a5540cf breaks texinfoKarl Williamson2016-11-121-0/+1
* utf8.c: Add commentKarl Williamson2016-11-121-0/+1
* Allow "." to be excluded from @INCH.Merijn Brand2016-11-11116-120/+193
|\
| * Regen from the "special" regen scriptsAaron Crane2016-11-117-7/+7
| * Test for correct state of . in @INCDagfinn Ilmari Mannsåker2016-11-111-2/+6
| * Fix list parenthesisationAaron Crane2016-11-111-1/+1
| * Push current state to work on failing testsH.Merijn Brand2016-11-114-9/+21
| * Patch unit tests to explicitly insert "." into @INC when needed.H.Merijn Brand2016-11-1192-109/+116
| * Remove "." from default @INC when default_inc_excludes_dot is setH.Merijn Brand2016-11-1115-0/+50
* | Use \w instead of obscure character rangeDagfinn Ilmari Mannsåker2016-11-111-1/+1
* | t/porting/regen.t: try to be more helpful when tests failAaron Crane2016-11-111-0/+11