Perl 5 Commit Summary
[email protected] (Perl 5 commit summary)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Saturday Current branch blead 2 commits. 1 unique author. 1 unique committer. 2 files changed, 3 insertions(+), 3 deletions(-) Snapshot: http://github.com/Perl/perl5/tarball/c0b8ab1ec6910f42 Grammatical corrections James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-) https://github.com/Perl/perl5/commit/c0b8ab1ec6910f42 Correct misspelling in inline comment James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/d5c986535bafb40a New branch smoke-me/khw-scan_num 64 commits. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/6ae61b4213a3f2c5 4 Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/6ae61b4213a3f2c5 3 Karl Williamson 8 files changed, 12 insertions(+) https://github.com/Perl/perl5/commit/aba63fe5ffa1721f f Karl Williamson 1 file changed, 1 deletion(-) https://github.com/Perl/perl5/commit/784cf63b12f35f31 2 Karl Williamson 3 files changed, 6 insertions(+), 19 deletions(- https://github.com/Perl/perl5/commit/76b758e070597e12 Configure Karl Williamson 3 files changed, 16 insertions(+) https://github.com/Perl/perl5/commit/5bd2008b9a7effcc f Karl Williamson 1 file changed, 52 insertions(+), 28 deletions(- https://github.com/Perl/perl5/commit/63ce45dce9ea7472 perldata: Add details to hex, etc floats Karl Williamson 1 file changed, 32 insertions(+), 6 deletions(-) https://github.com/Perl/perl5/commit/46d9961515cabd29 trial Karl Williamson 9 files changed, 657 insertions(+), 556 deletion https://github.com/Perl/perl5/commit/36ab005f1a7ca51c frac Karl Williamson 1 file changed, 108 insertions(+), 15 deletions( https://github.com/Perl/perl5/commit/d679e668240305a6 white after grok_num Karl Williamson 1 file changed, 7 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/edda673029c2801e XXX Make nonportable a switch Karl Williamson 1 file changed, 21 insertions(+), 8 deletions(-) https://github.com/Perl/perl5/commit/b9de8bd8ed25c4d3 DEBUG Karl Williamson 1 file changed, 11 insertions(+), 2 deletions(-) https://github.com/Perl/perl5/commit/d6fba6b39a572038 scan_num: Extract common code to a single place Karl Williamson 1 file changed, 7 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/2a7485c510947bbc scan_num: Remove duplicated logic Karl Williamson 1 file changed, 59 insertions(+), 100 deletions( https://github.com/Perl/perl5/commit/32ca2f8ae8631fdd scan_num: Remove now irrelevant code Karl Williamson 1 file changed, 5 deletions(-) https://github.com/Perl/perl5/commit/c2678c87006881b6 scan_num: Macroize common code Karl Williamson 1 file changed, 62 insertions(+), 41 deletions(- https://github.com/Perl/perl5/commit/1554f421529bf41f scan_num: Replace code by equivalent function call Karl Williamson 1 file changed, 2 insertions(+), 16 deletions(-) https://github.com/Perl/perl5/commit/ac08fae4726ac8db numeric.c: Make output_nonportable() callable from core Karl Williamson 4 files changed, 10 insertions(+), 15 deletions( https://github.com/Perl/perl5/commit/7a3e8493bc776081 toke.c: Convert do/while to modern STMT_START/END Karl Williamson 1 file changed, 9 insertions(+), 7 deletions(-) https://github.com/Perl/perl5/commit/9a1a19b66b5dafd9 scan_num: indentation, reorder-comments only Karl Williamson 1 file changed, 277 insertions(+), 269 deletions https://github.com/Perl/perl5/commit/2ccb12760275c990 scan_num: Convert switch() to elsif series Karl Williamson 1 file changed, 8 insertions(+), 14 deletions(-) https://github.com/Perl/perl5/commit/e98ba497ea1df71b scan_num: Reorder case: statements in switch() Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(- https://github.com/Perl/perl5/commit/f6c0b5e190ed4b8a scan_num: Reformat/fix comments Karl Williamson 1 file changed, 18 insertions(+), 7 deletions(-) https://github.com/Perl/perl5/commit/97e08e073eedd4b5 toke.c: scan_num: %c format to print a non digit byte Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-) https://github.com/Perl/perl5/commit/134774c9b5c017f7 uintmax_t Karl Williamson 3 files changed, 14 insertions(+), 15 deletions( https://github.com/Perl/perl5/commit/bb19d7e9b0729700 notes Karl Williamson 2 files changed, 5 insertions(+) https://github.com/Perl/perl5/commit/b6f2c7f86e75837b XXX unsure LIKELY Karl Williamson 1 file changed, 2 insertions(+), 4 deletions(-) https://github.com/Perl/perl5/commit/977690d67679b0d4 digit-count Karl Williamson 5 files changed, 16 insertions(+), 5 deletions(- https://github.com/Perl/perl5/commit/ca3cfc43023bf20c pod Karl Williamson 1 file changed, 80 insertions(+), 15 deletions(- https://github.com/Perl/perl5/commit/eee67839e43327c6 grok_uint_by_base: Allow caller to specify overflow bits Karl Williamson 5 files changed, 25 insertions(+), 25 deletions( https://github.com/Perl/perl5/commit/78c9bbb5ffc5137b grok_uint_by_base: Allow sequential underscores Karl Williamson 2 files changed, 36 insertions(+), 3 deletions(- https://github.com/Perl/perl5/commit/518058522419c6a1 XXX grok_uint_by_base: Outdent lines Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-) https://github.com/Perl/perl5/commit/b1180f1606d35ebd grok_uint_by_base: Round discarded digits Karl Williamson 1 file changed, 43 insertions(+) https://github.com/Perl/perl5/commit/3263805341152b34 grok_uint_by_base: Optimize for more likely case Karl Williamson 1 file changed, 22 insertions(+), 15 deletions(- https://github.com/Perl/perl5/commit/c182b3d6260c9a00 grok_uint_by_base: Move declaration until needed Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-) https://github.com/Perl/perl5/commit/25be079205ecdf63 grok_uint_by_base: Clean up loop some Karl Williamson 1 file changed, 21 insertions(+), 20 deletions(- https://github.com/Perl/perl5/commit/0996159d1e6a4827 grok_uint_by_base: Combine an if with its else Karl Williamson 1 file changed, 12 insertions(+), 17 deletions(- https://github.com/Perl/perl5/commit/17f8a602d0c05799 XXX fnc changed earlier grok_uint_by_base: Change name of formal parameter Karl Williamson 1 file changed, 13 insertions(+), 11 deletions(- https://github.com/Perl/perl5/commit/ea27df71a180fab9 Rename grok_bin_oct_hex() Karl Williamson 5 files changed, 37 insertions(+), 37 deletions( https://github.com/Perl/perl5/commit/a9728e86876d13e8 use-decimal Karl Williamson 1 file changed, 37 insertions(+), 115 deletions( https://github.com/Perl/perl5/commit/2a78847ca112ddf6 grok_bin_oct_hex: Also accept decimal Karl Williamson 1 file changed, 53 insertions(+), 28 deletions(- https://github.com/Perl/perl5/commit/b107a3fe8360ecf5 grok_bin_oct_hex: Save expression in a variable Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-) https://github.com/Perl/perl5/commit/f1c312542abede9b grok_bin_oct_hex: Move declaration Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/d4a1145ba31b99d5 shift1,2 Karl Williamson 5 files changed, 41 insertions(+), 15 deletions( https://github.com/Perl/perl5/commit/f69a4a158a4eadf6 grok_oct_bin_hex: Change OR to addition Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/2aa3b02ba49745eb grok_bin_oct_hex: Macroize common expression Karl Williamson 1 file changed, 11 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/264257aa033ebfba grok_bin_oct_hex: Add ability to discard not overflow Karl Williamson 2 files changed, 28 insertions(+), 1 deletion(-) https://github.com/Perl/perl5/commit/f944ab905fc11915 grok_bin_oct_hex: Some more function termination cleanup Karl Williamson 1 file changed, 14 insertions(+), 11 deletions(- https://github.com/Perl/perl5/commit/5a9d382210fab2ce grok_bin_oct_hex: Cleanup the function end code Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-) https://github.com/Perl/perl5/commit/576ce40db2462def grok_bin_oct_hex: Combine two overflow handling sections Karl Williamson 1 file changed, 12 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/be2c7f40d2c55f0a grok_bin_oct_hex: Move overflow notification outside loop Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(- https://github.com/Perl/perl5/commit/fdc0e2641ed70e6a rm debug Karl Williamson 1 file changed, 3 deletions(-) https://github.com/Perl/perl5/commit/a27b879dc1697f9f debug Karl Williamson 1 file changed, 3 insertions(+) https://github.com/Perl/perl5/commit/dd5e2a76b1b61c13 grok_bin_oct_hex: Move error handling to outside loop Karl Williamson 1 file changed, 28 insertions(+), 30 deletions(- https://github.com/Perl/perl5/commit/3db8d12edb73e528 grok_bin_oct_hex: Eke more precision when overflows Karl Williamson 1 file changed, 56 insertions(+), 8 deletions(-) https://github.com/Perl/perl5/commit/7fef94ae1af51155 Add definitions for [IU}V_BITS to perl.h Karl Williamson 2 files changed, 4 insertions(+), 5 deletions(-) https://github.com/Perl/perl5/commit/611a8db0aa65cbd9 grok_bin_oct_hex: Macroize duplicated code Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(- https://github.com/Perl/perl5/commit/7def20c12216eb77 grok_bin_oct_hex: Improve speed, precision Karl Williamson 1 file changed, 25 insertions(+), 10 deletions(- https://github.com/Perl/perl5/commit/fa84f11a0b0ce9fb grok_bin_oct_hex: Speed up overflow detection Karl Williamson 1 file changed, 7 insertions(+), 9 deletions(-) https://github.com/Perl/perl5/commit/09ceb17bedc6b848 grok_bin_oct_hex: Add/revise some comments Karl Williamson 1 file changed, 32 insertions(+), 20 deletions(- https://github.com/Perl/perl5/commit/db452f0554f4d1f3 grok_bin_oct_hex: Add two UNLIKELY()s Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-) https://github.com/Perl/perl5/commit/7b31255c4a6d06e2 XXX Add grok_bin_hex() Karl Williamson 5 files changed, 59 insertions(+), 29 deletions( https://github.com/Perl/perl5/commit/149403bb583e627a Inline Perl_grok_(bin|oct|hex) Karl Williamson 6 files changed, 159 insertions(+), 163 deletion https://github.com/Perl/perl5/commit/02eea7664a2b28c9 embed.fnc: Use correct name for formal parameter Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-) https://github.com/Perl/perl5/commit/4e0f1ed4b7fb85e6 Deleted branch goto-label-fatal Deleted branch goto-label-jump-fatalization-20250823 Martian commit b9f1e80b5e931e5dede061e965b612cc345f1cc2 1 commit. 1 unique author. 1 unique committer. Snapshot: http://github.com/Perl/perl5/tarball/b9f1e80b5e931e5d Grammatical corrections James E Keenan 1 file changed, 2 insertions(+), 2 deletions(-) https://github.com/Perl/perl5/commit/b9f1e80b5e931e5d Ignored 73 GitHub auto-generated merge commits