summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Move Unicode-Normalize to dist/Karl Williamson2016-11-1125-29/+31
|/
* De-dup the output of git ls-filesH.Merijn Brand2016-11-111-1/+2
* locale.c: Add missing STATICKarl Williamson2016-11-111-1/+1
* Errno: mention that using %! autoloads Errno (RT #119359)Lukas Mai2016-11-111-5/+8
* Regen uconfig.hAaron Crane2016-11-111-15/+15
* Re-gen after backport with serious fixesH.Merijn Brand2016-11-112-34/+34
* RMG: suggest a simpler way of reviewing perlhist changesAaron Crane2016-11-111-6/+8
* RMG: break a list over multiple linesAaron Crane2016-11-111-3/+17
* make 'do' errors refer to 'do' (not 'require') (RT #129927)Lukas Mai2016-11-114-15/+33
* Drop support for Linux a.outAaron Crane2016-11-111-86/+0
* Upgrade Unicode-Collate from version 1.17 to 1.18Steve Hay2016-11-09117-357/+636
* Upgrade Math::BigInt from vesion 1.999726(_01) to 1.999727Steve Hay2016-11-098-18/+13
* Perl_do_vop(): enhance "avoid sv_catpvn"David Mitchell2016-11-091-12/+11
* handle SvIMMORTALs in LHS of list assignDavid Mitchell2016-11-092-2/+8
* Stefan Seifert is now a perl authorTony Cook2016-11-091-0/+1
* clarify the contents of argv[]Stefan Seifert2016-11-091-0/+3
* skip some tests that aren't UTF-EBCIDIC compatible on non-ASCIITony Cook2016-11-091-19/+24
* (perl #129000) use the new utf8_hop_back()Tony Cook2016-11-092-2/+8
* (perl #129000) create a safer utf8_hop()Tony Cook2016-11-096-0/+194