summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add new release to perlhistv5.31.8Matthew Horsfall2020-01-201-0/+1
* perldelta: Fill in New/Updated modules and finalize for releaseMatthew Horsfall2020-01-201-68/+28
* Update perldelta - add acknowledgements for v5.31.8Matthew Horsfall2020-01-201-3/+29
* Fix error in perldelta, forgot to close a C<> sequenceMatthew Horsfall2020-01-201-1/+1
* Update Module::CoreList for v5.31.8 releaseMatthew Horsfall2020-01-202-2/+119
* Fix up and cleanup perldelta for v5.31.8Matthew Horsfall2020-01-201-158/+7
* Update perldelta for all changes from v5.31.7 to v5.31.8Matthew Horsfall2020-01-201-43/+172
* Update autodie to CPAN version 2.32Chris 'BinGOs' Williams2020-01-2010-10/+11
* Maintainers.pl should be in sync with CPAN versions nowChris 'BinGOs' Williams2020-01-201-4/+4
* Update dist/IO after release to CPANTodd Rinaldo2020-01-203-26/+42
* Update Changelog for Locale::Maketext after 1.29 release to CPANTodd Rinaldo2020-01-201-1/+9
* perl.h: Fix false comment about grok_FOO flagsKarl Williamson2020-01-191-1/+1
* Skip the new open pragma tests for no ":utf8" under PERL_UNICODE.Nicholas Clark2020-01-191-5/+10
* IO: update ChangeLog for new trial releaseRicardo Signes2020-01-191-0/+5
* Loading IO is now threadsafe, avoiding the core bug reported as GH #14816.Nicholas Clark2020-01-195-51/+68
* Add tests for IO::Handle getline() and getlines().Nicholas Clark2020-01-194-4/+128
* numeric.c: White-space onlyKarl Williamson2020-01-191-20/+20
* grok_bin_oct_hex: Add two output flagsKarl Williamson2020-01-192-10/+33
* re/pat.t: Fix failure on some systemsKarl Williamson2020-01-181-1/+1
* embed.fnc: grok_bin_oct_hex() isn't documentedKarl Williamson2020-01-181-1/+1
* t/test.pl: Add comments about runperl vs fresh_perlKarl Williamson2020-01-181-0/+4
* t/test.pl: fresh_perl has only 2 argsKarl Williamson2020-01-181-1/+1
* perlapi sv_setpvn: Note UTF-8 flag not affectedKarl Williamson2020-01-181-0/+3
* grok_bin_oct_hex: Unroll loop one more iterationKarl Williamson2020-01-181-4/+8
* utf8.c: Use already-computed variableKarl Williamson2020-01-181-1/+1
* Refactor grok_number_flags to speed it upKarl Williamson2020-01-181-98/+148
* perldelta for commit 9c952fa3James E Keenan2020-01-181-1/+1
* Sync with CPAN version 5.01 of Term::ANSIColorRuss Allbery2020-01-189-20/+92
* Create crosslinks betwen perlrun sectionsDan Book2020-01-171-55/+61
* move and clean-up macros wrapping __attribute__()Tomasz Konojacki2020-01-172-125/+104
* perldelta for commit 1f6c2254f60d95f2a0aa0489519920e488f0a42James E Keenan2020-01-171-0/+4
* Sync Test-Simple with CPAN version 1.302171Chad Granum2020-01-1768-73/+80
* Define env correctly for GitHub workflow jobsNicolas R2020-01-177-14/+23
* Skip t/porting/authors.t when failing guessing common ancestorNicolas R2020-01-171-0/+2
* Disable dist/IO/t/io_sock.t on windowsNicolas R2020-01-172-3/+4
* Fix DEBUGGING check in Devel-PPPort/t/utf8.tCraig A. Berry2020-01-171-1/+5
* Update documentation for IO::Socket.Chase Whitener2020-01-161-132/+414
* study_chunk: generate ANYOFM here rather than in join_exact()Hugo van der Sanden2020-01-161-17/+19
* Update ExtUtils-MakeMaker to CPAN version 7.44Chris 'BinGOs' Williams2020-01-1434-37/+38
* utf8.c: Change variable types so compiles on SolarisKarl Williamson2020-01-141-2/+2
* regen/reentr.pl: Use Configure'd typesKarl Williamson2020-01-142-4/+4
* Merge branch 'grok_bin_oct_hex' into bleadKarl Williamson2020-01-1313-300/+352
|\
| * Improve performance of grok_bin_oct_hex()Karl Williamson2020-01-136-52/+154
| * numeric.c: Slight restructure grok_bin_oct_hexKarl Williamson2020-01-131-5/+9
| * numeric.c: White-space onlyKarl Williamson2020-01-131-10/+14
| * grok_bin_oct_hex: better ovrflw accuracy; rmv loop cond.Karl Williamson2020-01-131-16/+34
| * perlapi: Move documentationKarl Williamson2020-01-131-1/+2
| * perlapi: Update grok_bin, _oct, _hexKarl Williamson2020-01-131-34/+42
| * numeric.c: Move function in the fileKarl Williamson2020-01-131-37/+37
| * numeric.c: Fix typos in commentsKarl Williamson2020-01-131-2/+2