Mailing List Archive

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

Current branch blead
65 commits. 10 unique authors. 3 unique committers.
80 files changed, 2989 insertions(+), 2381 deletions(-)
Thanks, applied: Karl Williamson (11)
Snapshot: http://github.com/Perl/perl5/tarball/0bde242dc7c3ca4f

perl.h: define locale mutex under more cirumstances
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0bde242dc7c3ca4f

bump $Time::HiRes::VERSION
Tony Cook 2 files changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9f0b4cb7e2d057de

Time-HiRes: don't warn in C++ builds
Tony Cook 1 file changed, 12 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/c1422ffd5a3f4a25

perldelta for 576cb40592d
Tony Cook 1 file changed, 19 insertions(+)
https://github.com/Perl/perl5/commit/acd31a0b582fcbf8

reset(): call set magic when clearing SVs
Tony Cook 2 files changed, 29 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/576cb40592d9fa7d

embed.fnc: mark uvuni_to_utf8() as a mathom
Tony Cook 3 files changed, 8 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/0cd4721fc41a5e79

bump $warnings::VERSION
Tony Cook 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c24871517305dd78

bump $POSIX::VERSION
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/da3a68b4a6db4c0b

perldelta for 2fea725777ae
Tony Cook 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a38e53e836c1784b

test.pl: Add comment that you should clear watchdog
Karl Williamson 1 file changed, 15 insertions(+)
https://github.com/Perl/perl5/commit/45e435f506801fce

test.pl: Clarify comments
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/7471907cd6743370

POSIX: fix compiler warnings on windows
Lukas Mai 1 file changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/db13d3be7689b80b

Updated .mailmap
Eugen Konkov 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/054253c5d407bc89

Added example how to zero-pad floating-point number
Eugen Konkov 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/8ace7af8aa2fb7c9

squashme: rename stub new to open
Hugo van der Sanden 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0a92f3412d7cbd93

bump versions for warnings and warnings::register
Hugo van der Sanden 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0a05fa50a7215b7b

warnings doc improvements
Hugo van der Sanden 3 files changed, 42 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/78d7b3d6aa9dda85

Correct grammar in perlfunc.pod - select
James Raspass 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/69b6a7188928bf04

loc_tools: Fix typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a44bf644f93191e2

Suppress various header build warnings on MSVC with /W4
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/2fea725777ae0dd2

SvPVXtrue(): mark the context parameter as unused
Tony Cook 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/61dc65be39aca9f6

cop.h: suppress padding warning from MSVC
Tony Cook 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/062c5cf99316948b

win32.h: eliminate anonymous union (C11 feature)
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/709d3527f482e17f

inline.h: prevent cast warning on MSVC
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0d8ee59c0c812674

sv_isbool(): mark the context parameter unused
Tony Cook 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/a383e1c1a3f1023d

foldEQ(), foldEQ_latin1(): mark the context as unused
Tony Cook 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/9075f9d3c48af08c

inline.h: eliminate conversion warnings
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/7345ef0e49826f67

utf8.h: prevent cast truncation warning on MSVC for continuation mask
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2c96f462ceccb844

use the linker to link generate_uudmap$(EXE)
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07e3b5cdb6f72604

perldelta for dcc4b625fb9
Tony Cook 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/73dcd1d4a4855151

perlhacktips: C99, but not array designators nor compound literals
Tony Cook 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/dcc4b625fb9453bc

bump $EU::CBuilder::*VERSION and update Changes
Tony Cook 15 files changed, 20 insertions(+), 14 deletions
https://github.com/Perl/perl5/commit/7c993de8caeed46c

EU::CBuilder: add a prototype to the test code for have_compiler()
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d064376010b43688

perldelta for b1db17763c, 41f7ccfe264 and 3e81034731
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c855e339ae4a7adb

libperl.t: remove the now obsolere skip on darwin
Tony Cook 1 file changed, 4 deletions(-)
https://github.com/Perl/perl5/commit/3e81034731d80013

libperl.t: eliminate the rest of the noise on recent Darwin
Tony Cook 1 file changed, 6 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/41f7ccfe264b40f4

porting/libperl.t: handle nm output on Mac OS Ventura 13.4
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b1db17763c817dd8

perlfunc.pod: Correct getpwnam example
Elvin Aslanov 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b6357fefc4581030

op/sub.t: Cancel watchdog when done
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/545f6e3fd67ed8b7

locale.c: Always leave a space for LC_ALL entries
Karl Williamson 2 files changed, 46 insertions(+), 64 deletions(
https://github.com/Perl/perl5/commit/285aa86e9e59c1a4

perl.h: Use an enum to simplify consecutive value initialization
Karl Williamson 1 file changed, 39 insertions(+), 58 deletions(-
https://github.com/Perl/perl5/commit/c164c467952dd4fb

Fix typo in win32/Makefile comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ac95fc10948d6e7a

perldelta for 8f938394298b9fe
Tony Cook 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/db25d43a8ba6f958

Errno: also escape osvers
Tony Cook 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/8f938394298b9fe7

re/pat.t: Fix typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5d7d794e44552ec3

perl.h: Remove extraneous ';'
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7f8d30aef4599e14

Fix typo in embed.fnc comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fb5b76065db05886

Get t/lib/croak/class to skip until v5.39.1
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f33c4bd79ff98c25

Configure: prefer %ll over %L for formatting long long ints
TAKAI Kousuke 1 file changed, 18 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/2ed1779635eb3aa4

perlapi: Combine sv_eq(), sv_eq_flags() entries
Karl Williamson 1 file changed, 11 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/943e2ba44888628b

Minor clarification in perlform.pod
Hauke D 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/8248b811ccc7adb9

config.yml: Minor spelling fix
Elvin Aslanov 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/385205272eeca63c

epigraphs: add the v5.38.0 epigraphs
Ricardo Signes 1 file changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/d1640138a17eaa75

Merge branch 'release-5.39.0' into blead
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/aec03eb052e5786c

perldelta: clean up after automated tool shortcomings
Ricardo Signes 3 files changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/e897d1e87bf4c6f3

perldelta: create new delta with automated tool
Ricardo Signes 8 files changed, 2485 insertions(+), 2039 deleti
https://github.com/Perl/perl5/commit/29b76a2989f36f62

INSTALL: manual tweaks to fix version bump
Ricardo Signes 1 file changed, 15 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/355437ea809914be

perlhist: add v5.39.0
Ricardo Signes 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/abb0e85bb3956342

Module::CoreList: update for v5.39.0
Ricardo Signes 2 files changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/e9e3bae2dad6fcd2

feature.pm: update and regen for v5.39.0
Ricardo Signes 2 files changed, 9 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0d6383220be48362

regenerate META.json for v5.39.0
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e1a1d1d017b58bae

make regen for v5.39.0
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1ec202586694a6d6

bump version to v5.39.0
Ricardo Signes 14 files changed, 71 insertions(+), 71 deletions
https://github.com/Perl/perl5/commit/2083cfe50f1095a8

core team: mark Jason McIntosh as inactive
Ricardo Signes 2 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/76298ae68aa7796f

v5.38.0: the final changes before release!
Ricardo Signes 4 files changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/d180c8c4dca4a312

Current branch maint-votes
1 commit. 1 unique author. 1 unique committer.
1 file changed, 5 insertions(+)

Snapshot: http://github.com/Perl/perl5/tarball/8555f85cc353d9e0

propose the darwin libperl.t fixes for backport to maint-5.36
Tony Cook 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/8555f85cc353d9e0

New branch jkeenan/5-39-release-schedule-20230703
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/90de5a0ba9f303e9

Reflect rjbs tag of aec03eb as v5.39.0
James E Keenan 1 file changed, 12 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/90de5a0ba9f303e9

Release schedule for 5.39 dev cycle
James E Keenan 1 file changed, 19 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/334ddde58b1ae497

New branch smoke-me/tonyc/21176-no-ARGV-fork
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/139cae90dded94a8

readline ARGV: don't try to open '|-' or '-|' and warn
Tony Cook 6 files changed, 62 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/139cae90dded94a8

Deleted branch hv/warndoc

Martian commit 3c37f6411512cc2b579e321dca0d2c386cb7e5bc
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/3c37f6411512cc2b

perl.h: define locale mutex under more cirumstances
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3c37f6411512cc2b

Martian commit 093bd5e9b6793cf2300a0f29960bbdbc926f79ae
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/093bd5e9b6793cf2

Configure: Add distribution-friendly make message
Elvin Aslanov 6586 files changed, 2856289 insertions(+)
https://github.com/Perl/perl5/commit/093bd5e9b6793cf2
0 parents

Martian commit d404f8fa0f6259f976bff9a02b91d92e5b730a60
2 commits. 1 unique author. 1 unique committer.

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

locale.c: Always leave a space for LC_ALL entries
Karl Williamson 2 files changed, 46 insertions(+), 64 deletions(
https://github.com/Perl/perl5/commit/d404f8fa0f6259f9

perl.h: Use an enum to simplify consecutive value initialization
Karl Williamson 1 file changed, 39 insertions(+), 58 deletions(-
https://github.com/Perl/perl5/commit/701afeb544128277

Martian commit dc5e1909c9120e50cb332e543bf1d7d4fa278c3f
1 commit. 1 unique author. 1 unique committer.

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

op/sub.t: Cancel watchdog when done
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/dc5e1909c9120e50

Martian commit 5d880a8d3d3c2cb8242c9eaab78cdb071992b18c
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/5d880a8d3d3c2cb8

bump $Time::HiRes::VERSION
Tony Cook 2 files changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5d880a8d3d3c2cb8

Time-HiRes: don't warn in C++ builds
Tony Cook 1 file changed, 12 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/980a17af65fd216a

Ignored 64 GitHub auto-generated merge commits