Perl 5 Commit Summary
[email protected] (Perl 5 commit summary)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Wednesday
Current branch blead
12 commits. 2 unique authors. 2 unique committers.
16 files changed, 401 insertions(+), 376 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/5789229d78747161
Rebuild embed.h last, in case other regen steps wanted to add more things to
Paul Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5789229d78747161
regexec.c: Change return 0 to NULL
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fdbbcb462a4fd451
Document (and export) [IU]_(BITS|DIG)
Karl Williamson 3 files changed, 17 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/7e9ba10fa8ebc11f
scan_num: Macroize common code
Karl Williamson 1 file changed, 60 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/3b349d42ed83d69b
scan_num: Replace code by equivalent function call
Karl Williamson 1 file changed, 2 insertions(+), 16 deletions(-)
https://github.com/Perl/perl5/commit/62f47072c9b81765
numeric.c: Make S_output_nonportable() callable from core
Karl Williamson 4 files changed, 10 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/c1becd7fcc34e15b
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/8de9351fc412b72d
scan_num: indentation, reorder-comments only
Karl Williamson 1 file changed, 279 insertions(+), 271 deletions
https://github.com/Perl/perl5/commit/6295a5898fafaf58
scan_num: Convert switch() to elsif series
Karl Williamson 1 file changed, 8 insertions(+), 14 deletions(-)
https://github.com/Perl/perl5/commit/d31aa9e5b25f2531
scan_num: Reorder case: statements in switch()
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/8c1024baa9c0cf40
Add isDIGIT_or_UNDERSCORE() and use it
Karl Williamson 2 files changed, 13 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/2bdcfe0cb24c894a
Add class for underscore character to l1_char_class_tab.h
Karl Williamson 8 files changed, 16 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/31c9996116abb1e2
Current branch davem/xs_fixups
103 commits. 1 unique author. 1 unique committer.
40 files changed, 1384 insertions(+), 862 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/2a13585038ec21af
ParseXS: fix up two TODO tests
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/2a13585038ec21af
ParseXS: update Changes
David Mitchell 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/bdaff898c92ef721
ParseXS: enable + fix warnings in CountLines.pm
David Mitchell 1 file changed, 14 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7a99bbb5b7f3eca9
ParseXS: 004-parse-xsub-declaration.t: fix for 589
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bd5fe844a46db250
ParseXS: rename t/data/ to t/test_typemaps
David Mitchell 14 files changed, 17 insertions(+), 13 deletions
https://github.com/Perl/perl5/commit/7332ef646f929587
ParseXS: add comment at the top of all t/5xx*.t
David Mitchell 10 files changed, 39 insertions(+), 4 deletions(
https://github.com/Perl/perl5/commit/63caf9e9e18c23dc
ParseXS: rename t/5xx-t-*.t to t/5xx-typemaps-*.t
David Mitchell 11 files changed, 10 insertions(+), 10 deletions
https://github.com/Perl/perl5/commit/7475a731cf00ace7
ParseXS: add comments at the top of all t/1xx*.t
David Mitchell 7 files changed, 21 insertions(+)
https://github.com/Perl/perl5/commit/5b74c5f434f174a1
ParseXS: rename t/1xx-*.t to t/1xx-api-*.t
David Mitchell 9 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/5d0428c7aef524d0
ParseXS: delete t/112-set_cond.t
David Mitchell 2 files changed, 10 deletions(-)
https://github.com/Perl/perl5/commit/6a86c33ddc626292
ParseXS: delete t/108-map_type.t
David Mitchell 2 files changed, 14 deletions(-)
https://github.com/Perl/perl5/commit/ccd18e29eb75524e
ParseXS: delete t/pseudotypemap1
David Mitchell 2 files changed, 6 deletions(-)
https://github.com/Perl/perl5/commit/e6c1cf820195c886
ParseXS: t/001-parse-basic.t: add std comments
David Mitchell 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/2b3862b14740ae07
ParseXS: rename t/001-basic.t t/001-parse-basic.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/405cdb90a33de007
ParseXS: add t/009-parse-c-plusplus.t
David Mitchell 3 files changed, 377 insertions(+), 341 deletion
https://github.com/Perl/perl5/commit/9009e6551bffc793
ParseXS: add t/008-parse-xsub-keywords.t
David Mitchell 3 files changed, 1471 insertions(+), 1436 deleti
https://github.com/Perl/perl5/commit/ab4ff5fbdff46bb0
ParseXS: add t/007-parse-input-output.t
David Mitchell 3 files changed, 745 insertions(+), 708 deletion
https://github.com/Perl/perl5/commit/a51d831b5ca94e1f
ParseXS: add t/006-parse-return-type.t
David Mitchell 3 files changed, 909 insertions(+), 861 deletion
https://github.com/Perl/perl5/commit/3b857e5acfe1b565
ParseXS: add t/005-parse-parameters.t
David Mitchell 3 files changed, 1363 insertions(+), 1314 deleti
https://github.com/Perl/perl5/commit/3e728df4439837a0
ParseXS: add t/004-parse-xsub-declaration.t
David Mitchell 3 files changed, 780 insertions(+), 731 deletion
https://github.com/Perl/perl5/commit/992c7b424a5e761b
ParseXS: add t/003-parse-file-scope-keywords.t
David Mitchell 3 files changed, 940 insertions(+), 899 deletion
https://github.com/Perl/perl5/commit/57dc0b96e8981411
ParseXS: add t/002-parse-file-scope.t
David Mitchell 3 files changed, 506 insertions(+), 469 deletion
https://github.com/Perl/perl5/commit/e5171bc64c8fb002
ParseXS: add t/lib/TestMany.pm
David Mitchell 3 files changed, 173 insertions(+), 147 deletion
https://github.com/Perl/perl5/commit/651275d01824ac68
ParseXS: add t/000-version.t
David Mitchell 3 files changed, 33 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/c3a25ae98def8197
ParseXS: add top comments to new 3xx-run-foo files
David Mitchell 3 files changed, 33 insertions(+)
https://github.com/Perl/perl5/commit/536b10645c771847
ParseXS: rename t/003-usage.t to t/303-run-usage.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bd1717c9d6a35b5e
ParseXS: rename t/002-more.t to t/302-run-more.t
David Mitchell 2 files changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/66b56e9c6cbafadc
ParseXS: add 301-run-basic.t
David Mitchell 5 files changed, 206 insertions(+), 176 deletion
https://github.com/Perl/perl5/commit/d6ab67455f11f9dc
ParseXS: delete t/115-avoid-noise.t, t/XSWarn.xs
David Mitchell 4 files changed, 3 insertions(+), 37 deletions(-
https://github.com/Perl/perl5/commit/92de1fb1668561e0
ParseXS: delete t/XSBroken.xs
David Mitchell 3 files changed, 1 insertion(+), 39 deletions(-)
https://github.com/Perl/perl5/commit/32ac54422ab704c7
ParseXS: delete t/XSFalsePositive*.xs
David Mitchell 4 files changed, 77 deletions(-)
https://github.com/Perl/perl5/commit/0e31cbf758f3de5c
ParseXS: delete t/XSTightDirectives.xs
David Mitchell 3 files changed, 60 insertions(+), 38 deletions(
https://github.com/Perl/perl5/commit/e81e0dbe52bc8cb5
ParseXS: delete t/XSAlias.xs
David Mitchell 3 files changed, 111 insertions(+), 124 deletion
https://github.com/Perl/perl5/commit/13e36930840fcb1c
ParseXS: t/001-basic.t: modernise input ref test
David Mitchell 1 file changed, 19 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/691890338c4536c6
ParseXS: t/001-basic.t: modernise -nofoo tests
David Mitchell 1 file changed, 58 insertions(+), 32 deletions(-
https://github.com/Perl/perl5/commit/97b1c56dbf9bf4df
ParseXS: 001-basic.t: improve test_many()
David Mitchell 1 file changed, 46 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/a22e54f700db12e8
ParseXS: delete t/XSNoMap.xs
David Mitchell 4 files changed, 3 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/fec8e19d200d0b34
ParseXS: t/001-basic.t: modernise C++ test
David Mitchell 1 file changed, 2 insertions(+), 47 deletions(-)
https://github.com/Perl/perl5/commit/4a243b1c0fc63e7a
ParseXS: 001-basic.t: add more ellipsis tests
David Mitchell 1 file changed, 71 insertions(+), 58 deletions(-
https://github.com/Perl/perl5/commit/2a861553dd78592d
ParseXS: 001-basic.t: modernise usage test
David Mitchell 1 file changed, 19 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/b2ed566354c838f9
ParseXS: 001-basic.t: add tests for OUT with INPUT
David Mitchell 1 file changed, 34 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/92aeaf944c4d01a1
ParseXS: 001-basic.t: add basic type tests
David Mitchell 1 file changed, 188 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/fe27f69b82ea4685
ParseXS: 001-basic.t: modernise default test
David Mitchell 1 file changed, 12 insertions(+), 34 deletions(-
https://github.com/Perl/perl5/commit/b3837b481fbc758f
ParseXS: 001-basic.t: simplify test API
David Mitchell 1 file changed, 628 insertions(+), 635 deletions
https://github.com/Perl/perl5/commit/8ecd8a698e7880e2
ParseXS: 001-basic.t: add 'use warnings'
David Mitchell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/76091cd262e6ed3e
ParseXS: refactor: 001-basic.t: add TODO flag
David Mitchell 1 file changed, 25 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/0f19c546e91196a1
ParseXS: refactor: 001-basic.t: add flags
David Mitchell 1 file changed, 852 insertions(+), 848 deletions
https://github.com/Perl/perl5/commit/cf8e805c76bef092
ParseXS: better handle non-T_PV length(s) params
David Mitchell 2 files changed, 104 insertions(+), 10 deletions
https://github.com/Perl/perl5/commit/c113f2ee285b1649
ParseXS: add test for alien length type
David Mitchell 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/4fa82cb3ec604f0b
ParseXS: simplify XSauto length() param handling
David Mitchell 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/734a72c236ca7cc4
ParseXS: reorganise length param code generation
David Mitchell 1 file changed, 27 insertions(+), 29 deletions(-
https://github.com/Perl/perl5/commit/4c8fa1f319d4469e
ParseXS: rename has_length field to length_param
David Mitchell 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/8b20775fb0ac3ad0
ParseXS: refactor: simplify {is_ansi} field
David Mitchell 1 file changed, 11 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/c5a5af38274b97a2
ParseXS: ban OUT* params with length()
David Mitchell 2 files changed, 55 insertions(+)
https://github.com/Perl/perl5/commit/a1a14dbfdf50597e
ParseXS: move length() default var check earlier
David Mitchell 2 files changed, 15 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/77ea33c2606b4e4f
ParseXS: ban length() on placeholder param
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/dc13fff121e8c7e2
ParseXS: test for length(s) = NO_INIT
David Mitchell 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/c71a9b3659d35324
ParseXS: length() tests: add type
David Mitchell 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f27bf0d0eb9b79fd
ParseXS: ban IN_OUT etc modifiers with length(s)
David Mitchell 2 files changed, 58 insertions(+)
https://github.com/Perl/perl5/commit/09723e1b5f0017c1
ParseXS: reindent block following previous commit
David Mitchell 1 file changed, 13 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/417d56d76abd8885
ParseXS: tweak param-parsing code
David Mitchell 1 file changed, 9 insertions(+), 12 deletions(-)
https://github.com/Perl/perl5/commit/930bf3368fac3b36
ParseXS: ban length(s) without a type
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/948f35e0b7dc8192
ParseXS: refactor: don't set $_ in Param::parse()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9f559c10025f5fe8
ParseXS: be stricter on REQUIRE arg
David Mitchell 2 files changed, 10 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/ea793ce219d1c394
ParseXS: doc test for TYPEMAP after XSUB
David Mitchell 2 files changed, 30 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/db9efad043fb2af6
ParseXS: warn on duplicate FALLBACK
David Mitchell 2 files changed, 32 insertions(+)
https://github.com/Perl/perl5/commit/cf6d6bb78b412747
ParseXS: don't skip death() test
David Mitchell 1 file changed, 20 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/25d235da32b53aeb
ParseXS: test INTERFACE name mangling
David Mitchell 1 file changed, 47 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/cdb671f334140a95
ParseXS: add some basic tests for INTERFACE_MACRO
David Mitchell 1 file changed, 33 insertions(+)
https://github.com/Perl/perl5/commit/8fd4896697f2d495
ParseXS: add basic tests for PREINIT keyword
David Mitchell 1 file changed, 38 insertions(+)
https://github.com/Perl/perl5/commit/3cf01c7febdaa93a
ParseXS: add tests for BOOT and TYPEMAP keywords
David Mitchell 1 file changed, 127 insertions(+), 42 deletions(
https://github.com/Perl/perl5/commit/e4d39ee22565700b
ParseXS: regularise INCLUDE pipe error handling
David Mitchell 2 files changed, 23 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/ebc7b67e4ec0d97e
ParseXS: no stderr noise on empty INCLUDE
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6c3ed267f95efc75
ParseXS: add basic tests for INCLUDE(_COMMAND)
David Mitchell 3 files changed, 109 insertions(+)
https://github.com/Perl/perl5/commit/0d20c6c78a0db3ed
ParseXS: tidy up INCLUDE error messages
David Mitchell 2 files changed, 19 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/52175a9ef13c7f64
ParseXS: reword bad EN/DISABLE err msg
David Mitchell 2 files changed, 27 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/2a6ad66b72fb96c5
ParseXS: add tests for REQUIRE and improve err msg
David Mitchell 2 files changed, 56 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5d5bcd1339f10d74
ParseXS: add FALLBACK tests and fix error call
David Mitchell 2 files changed, 66 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bf43f620c4ebd2fc
ParseXS: add more function pointer type tests
David Mitchell 1 file changed, 56 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/67760471afbd72c6
ParseXS: 001-basic.t: fix comment typos
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/aae22f8c5aa6a7b9
ParseXS: detect OUTPUT: SETMAGIC: bad arg values
David Mitchell 2 files changed, 18 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/3c99a3636f3865cc
ParseXS: ban ALIAS: 0
David Mitchell 2 files changed, 20 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/8016e6499f2231d3
ParseXS: refactor: split OVERLOAD args
David Mitchell 1 file changed, 12 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/ef86e5f6a4eeb657
ParseXS: warn on duplicate OVERLOAD entries
David Mitchell 2 files changed, 18 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/0a281311655b6057
ParseXS: OVERLOAD: simplify regex
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d2658137670645b3
ParseXS: warn on junk following a CODEish keyword
David Mitchell 2 files changed, 75 insertions(+), 11 deletions(
https://github.com/Perl/perl5/commit/f6a4a411976dfcc9
ParseXS: add tests for 'misplaced FOO:' error
David Mitchell 1 file changed, 38 insertions(+)
https://github.com/Perl/perl5/commit/5fa5e9ba5999969b
ParseXS: add 'missing initialiser value' error
David Mitchell 2 files changed, 63 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/7ff7e37b5737c4af
ParseXS: 001-basic.t: consolidate INPUT tests
David Mitchell 1 file changed, 223 insertions(+), 241 deletions
https://github.com/Perl/perl5/commit/03e7fd9bd4cd2dd3
ParseXS:t/001-basic.t : add support for TODO tests
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/169dca8e5ee891f0
ParseXS: detect missing param default expression
David Mitchell 2 files changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/3ac552ab0edbe42a
ParseXS: add basic tests for param default values
David Mitchell 1 file changed, 92 insertions(+)
https://github.com/Perl/perl5/commit/86cc0c49cc5317bd
ParseXS: test and reword 'length with default' err
David Mitchell 2 files changed, 13 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/ec3eafe7597cfd3e
ParseXS: detect duplicate INTERFACE names
David Mitchell 2 files changed, 14 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/bef667708d2ab926
ParseXS: add error check for ALIAS and INTERFACE
David Mitchell 2 files changed, 22 insertions(+)
https://github.com/Perl/perl5/commit/b1f8e7d86418075a
ParseXS: improve 'definition too short' err msg
David Mitchell 2 files changed, 23 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/e75895903f4fe216
ParseXS: avoid spurious CASE error msgs
David Mitchell 2 files changed, 27 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/a6dc316810d91184
ParseXS: fix warning on unparseable params
David Mitchell 2 files changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2bb573712369cce2
ParseXS: improve err msg: Didn't find a MODULE ...
David Mitchell 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a64503dbb477bc13
ParseXS: improve 'not indented' err message
David Mitchell 3 files changed, 59 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/4f008998fd4c1da5
ParseXS: add Utilities::deathHint() method
David Mitchell 2 files changed, 27 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/aca4d863a3d8315b
ParseXS: improve err msg: Unterminated '#if/...
David Mitchell 2 files changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/3ee51a8242f317a7
ParseXS: improve else with no matching if err msg
David Mitchell 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/36afa9b95a898e72
New branch readme-linux-20251207-gh23932
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/064abc04b0e4f763
Grammar and POD formatting corrections
James E Keenan 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/064abc04b0e4f763
Martian commit 1fe06e273b693837147c316fe187202f126e1a15
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/1fe06e273b693837
Rebuild embed.h last, in case other regen steps wanted to add more things to
Paul Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1fe06e273b693837
Martian commit 620e36ccf91cb1c77057bf1a044abdb66a36886e
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/620e36ccf91cb1c7
Document (and export) [IU]_(BITS|DIG)
Karl Williamson 3 files changed, 17 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/620e36ccf91cb1c7
Martian commit e7d9f44336a5976ed047ea9e5343d7e7d7378f2e
21 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e7d9f44336a5976e
Change for() to while()
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e7d9f44336a5976e
grok_bin_oct_hex: Use more accurate algorithm for overflow
Karl Williamson 1 file changed, 65 insertions(+), 31 deletions(-
https://github.com/Perl/perl5/commit/3884427d73e1f893
grok_bin_oct_hex: Change variable name
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/86759e5ece585a9f
grok_bin_oct_hex: Eliminate a variable
Karl Williamson 1 file changed, 22 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/1be0144c5d06ef87
grok_bin_oct_hex: Outdent
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/5361f83da8fe458f
grok_bin_oct_hex: Move overflow handling out of loop
Karl Williamson 1 file changed, 79 insertions(+), 66 deletions(-
https://github.com/Perl/perl5/commit/fda074a0c9af517b
grok_bin_oct_hex: Outdent
Karl Williamson 1 file changed, 27 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/8b3052be2fdf6d42
grok_bin_oct_hex: Don't execute loop for illegal characters
Karl Williamson 1 file changed, 3 insertions(+), 11 deletions(-)
https://github.com/Perl/perl5/commit/234a3176cb8f3555
grok_bin_oct_hex: Swap code order
Karl Williamson 1 file changed, 13 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/4cc354d52ead729c
grok_bin_oct_hex: Mv leading zero handling from loop
Karl Williamson 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/d3d3f7de8f2487d1
grok_bin_oct_hex: Start loop with fresh character
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/128ff401ea9d0b7b
grok_bin_oct_hex: Reinstate handling leading zeros specially
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/ed06fe76ee9047ca
grok_bin_oct_hex: Change param name to match embed.fnc
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/68a8200fbb0472f1
grok_bin_oct_hex: Make loop entry conditions consistent
Karl Williamson 1 file changed, 14 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d1257b4bb514841d
grok_bin_oct_hex: Macroize expression
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9936843dc4a2bef5
grok_bin_oct_hex: Move conditional clause out of loop
Karl Williamson 1 file changed, 14 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/487100070181bff6
grok_bin_oct_hex: Move/change some initialization
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/550c89904401731b
grok_bin_oct_hex: Optimize for 8 or fewer digits
Karl Williamson 1 file changed, 10 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/fc8d46faa3ef7e57
grok_bin_oct_hex: indentation only
Karl Williamson 1 file changed, 44 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/bbc3c74fddd778fe
grok_bin_oct_hex: Avoid unnecessary operations
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/920569a2ebe20b67
grok_bin_oct_hex: Rename variables
Karl Williamson 1 file changed, 26 insertions(+), 26 deletions(-
https://github.com/Perl/perl5/commit/837714cce9f7a60f
Martian commit 77dc85053d45f546b5a8aef03da8bc3ad268ebd2
7 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/77dc85053d45f546
scan_num: Macroize common code
Karl Williamson 1 file changed, 60 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/77dc85053d45f546
scan_num: Replace code by equivalent function call
Karl Williamson 1 file changed, 2 insertions(+), 16 deletions(-)
https://github.com/Perl/perl5/commit/36a290f5b5ebc441
numeric.c: Make S_output_nonportable() callable from core
Karl Williamson 4 files changed, 10 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/f23f0af295a9d403
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/d0ccfe4dc6797592
scan_num: indentation, reorder-comments only
Karl Williamson 1 file changed, 279 insertions(+), 271 deletions
https://github.com/Perl/perl5/commit/83a21025f5682448
scan_num: Convert switch() to elsif series
Karl Williamson 1 file changed, 8 insertions(+), 14 deletions(-)
https://github.com/Perl/perl5/commit/6a49f62b36efb1c3
scan_num: Reorder case: statements in switch()
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/4c07af57fed359fb
Ignored 87 GitHub auto-generated merge commits