summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Perlhist entry for 5.27.8v5.27.8Abigail2018-01-201-0/+1
* Fixup for perldelta.Abigail2018-01-201-3/+0
* Updated modules for perldelta.Abigail2018-01-201-17/+71
* Acknowledgements for perldeltaAbigail2018-01-201-2/+26
* Update Module::CoreList for 5.27.8Abigail2018-01-201-0/+41
* perldelta: Clarify entryKarl Williamson2018-01-191-1/+2
* Don’t vivify elems when putting array on stackFather Chrysostomos2018-01-192-4/+43
* Apply the mod flag to @a in \(@a)Father Chrysostomos2018-01-191-2/+10
* perldelta for signatures/attribute order flipDavid Mitchell2018-01-191-0/+14
* move sub attributes before the signatureDavid Mitchell2018-01-198-1232/+1171
* newSVpvn(): Fix podKarl Williamson2018-01-191-1/+1
* Raise deprecation for qr/(?foo})/Karl Williamson2018-01-195-26/+53
* doop.c: White-space onlyKarl Williamson2018-01-191-10/+10
* Deprecate above \xFF in bitwise string opsKarl Williamson2018-01-195-7/+106
* doop.c: Use MIN()Karl Williamson2018-01-191-1/+1
* op/bop.t: Fix typo in test nameKarl Williamson2018-01-191-1/+1
* Update Copyright years in README and perl.c.Abigail2018-01-192-3/+4
* perldelta: add recent tr/// changesDavid Mitchell2018-01-191-0/+22
* [MERGE] various tr/// fixups, esp for /c and /dDavid Mitchell2018-01-1913-203/+811
|\
| * perlop: improve tr/// documentationDavid Mitchell2018-01-191-6/+20
| * tr///: eliminate I32 from the do_trans*() fnsDavid Mitchell2018-01-191-15/+15
| * tr///: return Size_t count rather than I32David Mitchell2018-01-194-29/+29
| * tr///: remove some I32 from S_pmtrans()David Mitchell2018-01-191-16/+15
| * tr/nonutf8/nonutf8/c: simplify GROW calcDavid Mitchell2018-01-191-2/+5
| * op_dump(): dump tr/// translation tableDavid Mitchell2018-01-191-3/+35
| * tr///; simplify $utf8 =~ tr/nonutf8/nonutf8/David Mitchell2018-01-195-175/+77
| * tr///c: handle len(replacement charlist) > 32767David Mitchell2018-01-196-6/+34
| * B, Deparse fixups for tr///cDavid Mitchell2018-01-193-16/+34
| * add two structs for OP_TRANSDavid Mitchell2018-01-193-46/+67
| * S_do_trans_complex(): re-indentDavid Mitchell2018-01-191-6/+6
| * fix "\x{100}..." =~ tr/.../.../cdDavid Mitchell2018-01-193-40/+47
| * OP_TRANS: change extended table formatDavid Mitchell2018-01-192-28/+54
| * S_pmtrans(): add assert and simplify conditionalDavid Mitchell2018-01-191-2/+4
| * t/op/tr.t: add tr///c testsDavid Mitchell2018-01-191-1/+411
| * S_pmtrans(): always use op_private flag variablesDavid Mitchell2018-01-191-3/+2
| * remove fossil debugging statement from do_trans()David Mitchell2018-01-191-2/+0
| * S_pmtrans(): remove some whitespaceDavid Mitchell2018-01-191-2/+1
| * tr/// functions: add some basic code commentsDavid Mitchell2018-01-193-6/+156
|/
* Fix original version of Socket in perldeltaDagfinn Ilmari Mannsåker2018-01-191-1/+1
* perldelta 60fa46621ae5d0d44c802aedc205274584701fa0Zefram2018-01-191-0/+5
* fix F0convert() on edge casesZefram2018-01-192-4/+14
* perldelta for 7d97880ddc4f275caa3eeab435a4f5a8cf601971James E Keenan2018-01-181-0/+4
* Sync Socket with CPAN (2.025 -> 2.027).James E Keenan2018-01-184-8/+11
* Getting perldelta for 5.27.8 into shape.Abigail2018-01-191-222/+59
* Additional fix-ups for configure.com.Craig A. Berry2018-01-181-0/+5
* override autodetection of mkostemp() on DarwinZefram2018-01-181-0/+4
* Revert "Revert "make PerlIO handle FD_CLOEXEC""Zefram2018-01-1810-71/+85
* tick off release 5.27.7Karen Etheridge2018-01-181-1/+1
* Correct pad.c pod: PadARRAY, not PAD_ARRAYFather Chrysostomos2018-01-181-1/+1
* perl -Dr: avoid coredump in \1David Mitchell2018-01-181-1/+1