Mailing List Archive

Perl 5 Commit Summary
Perl 5 commit summary, activity since Saturday

Current branch blead
39 commits. 3 unique authors. 3 unique committers.
12 files changed, 921 insertions(+), 580 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/aed1f3d73a779cd9

Renée and Max swapped their release dates/versions
Max Maischein 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/aed1f3d73a779cd9

[MERGE] handle/optimise some ops in void context
David Mitchell 2 parents
https://github.com/Perl/perl5/commit/b393d5be977d3ec6

pp_push, pp_unshift: don't push TARG in void cxt
David Mitchell 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5eebee26f170b4d0

pp_undef(): optimise for void return
David Mitchell 1 file changed, 9 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/799e546082f2cb71

pp_print() optimise for void return
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/52d6284a2f8c9bce

pp_sassign: make return more efficient.
David Mitchell 1 file changed, 17 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c7715606cac4a620

OP_AELEMFASTLEX_STORE: only in void context
David Mitchell 3 files changed, 9 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/5c541f02dff4efb9

OP_PADSV_STORE: only in void context
David Mitchell 4 files changed, 34 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/c90e7ed39e5df8d5

Give OPpTARGET_MY ops real context
David Mitchell 3 files changed, 28 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/547324acdb2344f0

set context in 'state' expressions
David Mitchell 2 files changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/dbcd7f4a222753b4

add Concise tests for state var assignment
David Mitchell 1 file changed, 55 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c949292055f73373

locale.c: Add clarifying comment
Karl Williamson 1 file changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/f064991f3df26833

locale.c: Can now call my_langinfo_i() in all circumstances
Karl Williamson 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/45829eedfe3cd8ce

locale.c: Extract code into a separate function
Karl Williamson 4 files changed, 53 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/8bdac057fcf8f581

locale.c: langinfo: Better handle unknown input item
Karl Williamson 1 file changed, 17 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/66893ddbe8117f44

locale.c: No strftime() implies empty formats
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/746e366879fe2809

locale.c: Consolidate handling of remaining TIME items
Karl Williamson 1 file changed, 13 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/6e96a984e32e1045

locale.c: Remove redundant handling of the AM_PM format
Karl Williamson 1 file changed, 1 insertion(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/2c742ddb3ec81e6d

locale.c: Consolidate handling of ERA format langinfo items
Karl Williamson 1 file changed, 17 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/fa4a6b8415800de9

locale.c: Consolidate handling of ALT_DIGITS langinfo item
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a2fd2eabf932c04c

locale.c: Move handling of ERA langinfo item
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/9c901d0eacba10ae

locale.c: Consolidate handling of AM/PM langinfo items
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/10675e66483756f7

locale.c: Consolidate handling of MON langinfo items
Karl Williamson 1 file changed, 17 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/b9ab616765f78d56

locale.c: Consolidate handling of ABMON langinfo items
Karl Williamson 1 file changed, 16 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/78628c0a431000b3

locale.c: Consolidate handling of DAY langinfo items
Karl Williamson 1 file changed, 12 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/4d713891b781956f

locale.c: Consolidate handling of ABDAY langinfo items
Karl Williamson 1 file changed, 25 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/87e4323015cf062d

locale.c: Move handling of LC_MESSAGES langinfo items
Karl Williamson 4 files changed, 24 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/fc8d63bed35791bc

locale.c: Consolidate handling of some langinfo items
Karl Williamson 1 file changed, 14 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/95206f97a3a137ca

locale.c: Move check for unknown langinfo items
Karl Williamson 1 file changed, 24 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/c88ef0ec719c465b

locale.c: Handle some ignored categories in langinfo emulation
Karl Williamson 1 file changed, 20 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/aeec574d1effa562

locale.c: Effectively white-space, comments only
Karl Williamson 1 file changed, 263 insertions(+), 223 deletions
https://github.com/Perl/perl5/commit/8f0e71899b82a231

locale.c: Compile S_emulate_langinfo() under more Configurations
Karl Williamson 4 files changed, 24 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/3e9613c754ffb0bd

locale.c: Always compile save__to_buffer()
Karl Williamson 4 files changed, 19 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/9207ab4fad418cd6

locale.c: Tighten circumstances some code is generated
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/5ef81bf05e89742b

locale.c: Move GCC DIAG IGNORE
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/6ab10ea5bd0f52bf

locale.c: Refactor two nested switch() statements
Karl Williamson 1 file changed, 34 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/fdc7323930f3eab4

locale.c: Split a function in two
Karl Williamson 4 files changed, 94 insertions(+), 56 deletions(
https://github.com/Perl/perl5/commit/8e6366e3a669dbec

locale.c: Recompute variable in 2nd part of function
Karl Williamson 3 files changed, 16 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/104d782601a4ac64

locale.c: Move some functions to earlier in the file
Karl Williamson 1 file changed, 95 insertions(+), 92 deletions(-
https://github.com/Perl/perl5/commit/983c7e774c644446

Deleted branch davem/rc7

Martian commit b05cb5627abec093f271a35cb738be86abd592f2
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/b05cb5627abec093

locale.c: Use strtod over snprintf for radix determination
Karl Williamson 1 file changed, 40 insertions(+), 72 deletions(-
https://github.com/Perl/perl5/commit/b05cb5627abec093

Martian commit 77a99dd7f9af08670165af23e18cbb7c47578e28
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/77a99dd7f9af0867

perldelta: Add API function sv_langinfo()
Karl Williamson 7 files changed, 56 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/77a99dd7f9af0867

Martian commit 80f33c2adf831f10d7dadd42ecf16c6f708efe3b
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/80f33c2adf831f10

locale.c: Add clarifying comment
Karl Williamson 1 file changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/80f33c2adf831f10

Martian commit df1805e0c0932e0aea4c6a2ef449b5ec0bb103bf
26 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/df1805e0c0932e0a

locale.c: Can now call my_langinfo_i() in all circumstances
Karl Williamson 1 file changed, 10 insertions(+)
https://github.com/Perl/perl5/commit/df1805e0c0932e0a

locale.c: Extract code into a separate function
Karl Williamson 4 files changed, 53 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/9278cb3489d2ddf5

locale.c: langinfo: Better handle unknown input item
Karl Williamson 1 file changed, 17 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/643c2b4b983cbc64

locale.c: No strftime() implies empty formats
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/820f86bf8692d426

locale.c: Consolidate handling of remaining TIME items
Karl Williamson 1 file changed, 13 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/646c95f9ed577149

locale.c: Remove redundant handling of the AM_PM format
Karl Williamson 1 file changed, 1 insertion(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/bcf4b362677defe3

locale.c: Consolidate handling of ERA format langinfo items
Karl Williamson 1 file changed, 17 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/db72b0440005e15f

locale.c: Consolidate handling of ALT_DIGITS langinfo item
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fe7914d7ff08dffb

locale.c: Move handling of ERA langinfo item
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/74c1b889c51490fb

locale.c: Consolidate handling of AM/PM langinfo items
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/fe4cee3cc642b5ee

locale.c: Consolidate handling of MON langinfo items
Karl Williamson 1 file changed, 17 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/8366326e355ca3ea

locale.c: Consolidate handling of ABMON langinfo items
Karl Williamson 1 file changed, 16 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/34e4121cac2a3f15

locale.c: Consolidate handling of DAY langinfo items
Karl Williamson 1 file changed, 12 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/d6b19f89a4fe70d4

locale.c: Consolidate handling of ABDAY langinfo items
Karl Williamson 1 file changed, 25 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/9f007c15201bf01b

locale.c: Move handling of LC_MESSAGES langinfo items
Karl Williamson 4 files changed, 24 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/3f220408c2cd0418

locale.c: Consolidate handling of some langinfo items
Karl Williamson 1 file changed, 14 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/1b52ebb2388bd0f5

locale.c: Move check for unknown langinfo items
Karl Williamson 1 file changed, 24 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/171cbfa92754147a

locale.c: Handle some ignored categories in langinfo emulation
Karl Williamson 1 file changed, 20 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/fc45beaa57aab6ca

locale.c: Effectively white-space, comments only
Karl Williamson 1 file changed, 263 insertions(+), 223 deletions
https://github.com/Perl/perl5/commit/68b0174890987a2a

locale.c: Compile S_emulate_langinfo() under more Configurations
Karl Williamson 4 files changed, 24 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/ef7fd25d5c32b4fb

locale.c: Always compile save__to_buffer()
Karl Williamson 4 files changed, 19 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/68dfa72d263be867

locale.c: Tighten circumstances some code is generated
Karl Williamson 1 file changed, 9 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/4da090f0b3a52ba5

locale.c: Move GCC DIAG IGNORE
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/05107d7dec5c53d6

locale.c: Refactor two nested switch() statements
Karl Williamson 1 file changed, 34 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/4b78ba5bea21498d

locale.c: Split a function in two
Karl Williamson 4 files changed, 94 insertions(+), 56 deletions(
https://github.com/Perl/perl5/commit/e1e4a2c09311e9a1

locale.c: Recompute variable in 2nd part of function
Karl Williamson 3 files changed, 16 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/93c06ca9570a08de

Martian commit df43b7792cde2bb642453232816d6319b0870472
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/df43b7792cde2bb6

t/class/role.t: Tests for role feature along side new class feature
Ryan Voots 1 file changed, 161 insertions(+)
https://github.com/Perl/perl5/commit/df43b7792cde2bb6

Ignored 47 GitHub auto-generated merge commits