Front page | perl.perl5.porters |
Postings from March 2023
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
March 15, 2023 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20230315031141.2EF72B04F9@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
41 commits. 7 unique authors. 4 unique committers.
43 files changed, 1377 insertions(+), 648 deletions(-)
Thanks, applied: Yves Orton (9)
Snapshot: http://github.com/Perl/perl5/tarball/801c406dcd5a9fb5
Porting/cmpVERSION.pl - handle missing tags more gracefully
Yves Orton 1 file changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/801c406dcd5a9fb5
t/re/pat.t - test that we can copy and then reuse ${^LAST_SUCCESSFUL_PATTERN
Yves Orton 1 file changed, 9 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ebe383d6a7911213
mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}
Yves Orton 6 files changed, 112 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/d80a076d049633e9
gv.c - in comments for ${^LONG_NAMES} use the curly braces
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/6c12e0ee216a4005
regcomp.h: give names to anonymous union members
Lukas Mai 1 file changed, 32 insertions(+), 32 deletions(-
https://github.com/Perl/perl5/commit/e34ab2f7832c24c8
regcomp.h: fix names of regnode_charclass union members
Lukas Mai 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/b58c18a31b5fadf7
regcomp.c: use ARG1u_LOC macro to access field
Lukas Mai 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/de3d2945055fb711
perlvar.pod - fixup docs for ${^PREMATCH}, ${^MATCH} and ${^POSTMATCH}
Yves Orton 1 file changed, 24 insertions(+), 26 deletions(-
https://github.com/Perl/perl5/commit/60c52570a7183b5e
dist/if: clean up Makefile.PL
Graham Knop 1 file changed, 13 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/4d76bb125ec26ead
dist/if: add Makefile.PL from CPAN release
Graham Knop 3 files changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/6721733f1f540152
dist/encoding-warnings: update changelog
Graham Knop 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/9aa348a042c87a9b
dist/encoding-warnings: convert Changes to a format parsable by CPAN::Change
Graham Knop 1 file changed, 20 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/1321de75d56d7d82
dist/encoding-warnings: add Makefile.PL and Changes
Graham Knop 4 files changed, 52 insertions(+)
https://github.com/Perl/perl5/commit/f5dde4d176d43f65
locale.c: Remove one use of nl_langinfo_l()
Karl Williamson 2 files changed, 11 insertions(+), 36 deletions(
https://github.com/Perl/perl5/commit/cb9df13091578d02
loc_tools: Print $^E when upon a libc failure
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/2740baa993c22d70
regcomp.c - use macro wrappers to minimize impact of struct split
Yves Orton 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/6b6b3689b8d05608
regexec.c - use RXp_SAVED_COPY(rex) instead of rex->saved_copy
Yves Orton 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/2f31aef63c4a2c68
regexec.c - use RXp_SUBCOFFSET instead of rx->subcoffset
Yves Orton 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/5c820d0050c12f51
regexec.c - use RXp_SUBOFFSET(rx) instead of rx->suboffset
Yves Orton 1 file changed, 15 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/76b383619cfe9697
regexec.c - use RXp_SUBLEN(ret) for ret->sublen
Yves Orton 1 file changed, 12 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/3f86b18e5e61915c
regexec.c - use macro to access rex->subbeg
Yves Orton 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/f6f426df28f9a018
regexec.c - use RXp_LASTCLOSEPAREN(r) to access r->lastcloseparen
Yves Orton 1 file changed, 12 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/82e12b9c6eb3d323
dump.c - use RXp_ macros to access regexp struct members
Yves Orton 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/85506c28098a1787
regexp.h - add missing defines
Yves Orton 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/248ff857d9171206
regexec.c - use RXp_LASTPAREN(rex) to access rex->lastparen
Yves Orton 3 files changed, 34 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/af48a1be21f158a1
regexp.h - standardize macros, and parenthesize parameters
Yves Orton 1 file changed, 16 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/d145af01e2d4aa28
regcomp.c - Use RXp_OFFSp() to access offset data
Yves Orton 4 files changed, 72 insertions(+), 73 deletions(
https://github.com/Perl/perl5/commit/bf0d793b562c409c
regcomp.c - extend REF to hold the paren it needs to regcppush
Yves Orton 7 files changed, 88 insertions(+), 83 deletions(
https://github.com/Perl/perl5/commit/d78630f1ec4da716
regex engine - simplify regnode structures and make them consistent
Yves Orton 13 files changed, 366 insertions(+), 292 deletio
https://github.com/Perl/perl5/commit/17e3e02ad120eabd
regexec.c - make REF into a backtracking state
Yves Orton 7 files changed, 108 insertions(+), 23 deletions
https://github.com/Perl/perl5/commit/59db194299c94c67
regexec.c - incredibly inefficient solution to backref problem
Yves Orton 3 files changed, 60 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/38508ce8fc3a1bd1
regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffers
Yves Orton 11 files changed, 199 insertions(+), 35 deletion
https://github.com/Perl/perl5/commit/acababb42be12ff2
regcomp.c - track parens related to CURLYX and CURLYM
Yves Orton 11 files changed, 132 insertions(+), 43 deletion
https://github.com/Perl/perl5/commit/05b13cf680588a26
t/re/regexp.t - in skip_amp tests (via _noamp.t) do not TODO tests with ampe
Yves Orton 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/bed264fb59f3f594
regexp.h - fixup mistake in comment
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1ee51d7ef2483666
Porting/manifest_lib.pl - autofix space/tab issues on `make manisort`
Yves Orton 2 files changed, 11 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/1c182948727448fb
sv.h - make unused bit more obvious with a comment.
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/351ceb16a6ce2fb5
locale.c: Split a static function in two
Karl Williamson 4 files changed, 29 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/04ae22e365c6772a
Follow-up to commit 3c104c002976d9f30342f43f227a382f7dcd4466
Steve Hay 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/10d0401b58a644f4
Fix some typos in comments
mauke 2 files changed, 12 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/df9da3a8974d3b08
Correct core team list oversight
Craig A. Berry 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/3c104c002976d9f3
Current branch smoke-me/davem/rc_stack2
61 commits. 1 unique author. 1 unique committer.
194 files changed, 9084 insertions(+), 6131 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/dec99a6d0e029981
Perl_runops_wrap((): don't mortalise NULLs
David Mitchell 2 files changed, 23 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/dec99a6d0e029981
pp_goto: fix macro-in-macro compile error
David Mitchell 1 file changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/ae41033c73ec2f9d
add perlguts section on a reference-counted stack
David Mitchell 1 file changed, 472 insertions(+)
https://github.com/Perl/perl5/commit/c9b45f429b51dba4
Eliminate PERL_XXX_TMP_NORC
David Mitchell 13 files changed, 39 insertions(+), 113 deletion
https://github.com/Perl/perl5/commit/d65a66b37c26d2e5
XS::APItest::clone_with_stack(); check SI RC state
David Mitchell 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/87eac0e484cbf4c3
add tests for XSPP_wrapped() macro
David Mitchell 3 files changed, 119 insertions(+)
https://github.com/Perl/perl5/commit/6ff93f8cf249169f
tweak pp_wrap() and xs_wrap()
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/c3d9f945f728d5d5
pp_wrap(), xs_wrap(): extract some common code
David Mitchell 1 file changed, 47 insertions(+), 71 deletions(-
https://github.com/Perl/perl5/commit/f17098b9a9ea8135
runops_debug(): add RC-stack assertions
David Mitchell 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/9b88e00729e918eb
stack push/pops: assert rpp_stack_is_rc() state
David Mitchell 2 files changed, 50 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/211db5f05d1253ed
disable PERL_XXX_TMP_NORC
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2efe8c4f2b9663fc
Perl_debstack(): indicate stack refcount status
David Mitchell 4 files changed, 39 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/602b5576796a0c05
rpp_is_lone(): allow non-temp SV too
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/02ee8d3f05c12fab
make RC-stack-aware: Perl_filter_read()
David Mitchell 1 file changed, 25 insertions(+)
https://github.com/Perl/perl5/commit/6423f819d5a0a476
add stack extend to Perl_die_unwind()
David Mitchell 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/51c1aff3100b5a0f
Allow argument stacks to be reference-counted
David Mitchell 15 files changed, 254 insertions(+), 12 deletion
https://github.com/Perl/perl5/commit/75d3a9c5b534d0f4
allow argument stack to be AvREAL()
David Mitchell 8 files changed, 44 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/427e42366bfdca23
add switch_argstack(), push/pop_stackinfo() fns
David Mitchell 7 files changed, 114 insertions(+), 49 deletions
https://github.com/Perl/perl5/commit/4ee800aedb2fde1d
make @_ AvREAL() on RC-stack
David Mitchell 10 files changed, 115 insertions(+), 17 deletion
https://github.com/Perl/perl5/commit/705145e20b0ba3fe
make shift(@a) leave old pointer
David Mitchell 3 files changed, 11 insertions(+)
https://github.com/Perl/perl5/commit/f47d27efd6248715
make RC-stack-aware: ext/XS-APItest/
David Mitchell 2 files changed, 15 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/4394828482590565
make RC-stack-aware: invoking DB::postponed()
David Mitchell 1 file changed, 16 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/1f12980b96d3e2a1
make RC-stack-aware: t/cmd/for.t
David Mitchell 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/aeb4fdf481da43f0
make RC-stack-aware: threads.xs
David Mitchell 2 files changed, 23 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/bb3b7fcdbefad8b2
make RC-stack-aware: Perl_try_amagic_un() & _bin()
David Mitchell 1 file changed, 73 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/ed2756e28d0c71b7
make RC-stack-aware: perl_clone()
David Mitchell 1 file changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/3356a9785a125201
make RC-stack-aware: Devel::Peek::Dump()
David Mitchell 2 files changed, 9 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/823778103757ea4d
make RC-stack-aware: S_fold_constants()
David Mitchell 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/52416c4e5adde714
make RC-stack-aware: unwrap pp_not()
David Mitchell 1 file changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/9e8aeaf539704c69
make RC-stack-aware: unwrap pp_add()
David Mitchell 1 file changed, 29 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/a8c6dd0ea060ae55
make RC-stack-aware: defer
David Mitchell 1 file changed, 10 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/20087e20a47b7905
make RC-stack-aware: eval_sv()
David Mitchell 1 file changed, 13 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/2d57ae3e9fc7d290
make RC-stack-aware: call_sv() and similar
David Mitchell 1 file changed, 33 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/56b7945f56e9f2e4
make RC-stack-aware: misc pp() functions
David Mitchell 2 files changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/9e328ad54f7d4034
make RC-stack-aware: stat and filetest ops
David Mitchell 2 files changed, 13 insertions(+), 16 deletions(
https://github.com/Perl/perl5/commit/433179a9529f3bfe
make RC-stack-aware: sort cmp function invokers
David Mitchell 1 file changed, 36 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/7c127b93aa22c9ba
make RC-stack-aware: pp_sort()
David Mitchell 2 files changed, 162 insertions(+), 42 deletions
https://github.com/Perl/perl5/commit/b16c0f137d26ed36
make RC-stack-aware: enter/leavewrite
David Mitchell 1 file changed, 23 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/93fa2b80c1bccfe6
make RC-stack-aware: enter/leavegiven etc
David Mitchell 1 file changed, 17 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/694187e9dd3c1bd9
make RC-stack-aware: require,eval
David Mitchell 1 file changed, 72 insertions(+), 57 deletions(-
https://github.com/Perl/perl5/commit/2be47c88447a9cc2
make RC-stack-aware: goto
David Mitchell 1 file changed, 25 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/0ba3c6c4e988f00a
make RC-stack-aware: last
David Mitchell 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/b0caee230a8e6d5f
make RC-stack-aware: pp_leavefoo()
David Mitchell 2 files changed, 77 insertions(+), 26 deletions(
https://github.com/Perl/perl5/commit/9d50ae44399985f1
make RC-stack-aware: enteriter, leaveloop
David Mitchell 1 file changed, 22 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/c46b1b62101cbcb4
make RC-stack-aware: map and grep
David Mitchell 3 files changed, 174 insertions(+), 48 deletions
https://github.com/Perl/perl5/commit/7cd8b08042b3af1d
make RC-stack-aware: db/nextstate, unstack
David Mitchell 2 files changed, 12 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/14754902b832cbbf
make RC-stack-aware: entersub
David Mitchell 4 files changed, 128 insertions(+), 18 deletions
https://github.com/Perl/perl5/commit/48c0c27ad34b07c5
make RC-stack-aware: regcomp
David Mitchell 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/b5ec57a19f8ab3f7
pp_method*: fixup wrapping
David Mitchell 1 file changed, 27 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/cce48df17905f99f
wrap normal non-RC-stack-aware pp functions
David Mitchell 10 files changed, 510 insertions(+), 259 deletio
https://github.com/Perl/perl5/commit/9357da45711359ba
use new rpp_is_lone() function
David Mitchell 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/b4cd9999dfab482f
add rpp_foo() refcounted-stack manipulation fns
David Mitchell 5 files changed, 484 insertions(+), 1 deletion(-
https://github.com/Perl/perl5/commit/123ace4431a80245
assert that cxstack[i].oldsp are increasing
David Mitchell 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/f3eb54d083308235
Perl_call_sv(G_EVAL): set oldsp correctly
David Mitchell 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b982e43e22c6ae39
create_eval_scope(): parameterise the stack pos
David Mitchell 6 files changed, 13 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/a30c57ece14be925
Add av_remove_offset() core-only function
David Mitchell 5 files changed, 27 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/5d9fa7569adf1750
pp_mapwhile(): null out holes in stack
David Mitchell 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/bc8cade049956dd7
pp_dbstate: skip SAVESTACK_POS()
David Mitchell 2 files changed, 29 insertions(+)
https://github.com/Perl/perl5/commit/5ca6ca44451c030b
ext/Devel-Peek/t/Peek.t: fixup top refcount
David Mitchell 1 file changed, 47 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/b51ebc11ebe7ebad
add Internals::stack_refcounted()
David Mitchell 2 files changed, 26 insertions(+)
https://github.com/Perl/perl5/commit/01f4102bef86e64a
add PERL_RC_STACK define (not yet defined)
David Mitchell 2 files changed, 21 insertions(+)
https://github.com/Perl/perl5/commit/88e42cabb3014a9b
Current branch smoke-me/khw-env
84 commits. 1 unique author. 1 unique committer.
230 files changed, 11892 insertions(+), 8235 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/df3e3a90d2628534
XXX perl.h: Debugging mutex lock'
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/df3e3a90d2628534
perlmod
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/58639c2aa9440339
Debug Windows memory usage in pp_study
Karl Williamson 1 file changed, 12 insertions(+)
https://github.com/Perl/perl5/commit/94dad0d394853672
XXX check if using ppport IO.xs: Remove fallback code furnished by ppport
Karl Williamson 1 file changed, 8 deletions(-)
https://github.com/Perl/perl5/commit/c096d82162328efe
perlxs
Karl Williamson 2 files changed, 479 insertions(+), 21 deletions
https://github.com/Perl/perl5/commit/649279b1f7104d4b
perlapi: Combine sv_eq(), sv_eq_flags() entries
Karl Williamson 1 file changed, 10 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/e0352d4a7d1314d0
regexec.c: XXX has cast to U8 for some reason
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5770dbc718e44777
reentr.pl: XXX about needing mutex
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/2307524d9cc7c73b
iperlsys.h: TODO need to look at adding mutexes
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/2e8626d2dede6f02
XXX cygwin debugging small macro buf
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9b349c1261ce2389
XXX incomplete perlhacktips:
Karl Williamson 1 file changed, 36 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/3788db40a8610026
lib/locale.t
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1a1a89dc714126a1
lib/locale.t FILE debug
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/03c36a6e0ab4227a
XXX temp: lib/locale.t: debug
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/57318cde21181329
makedef.pl: Remove redundant set
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/824274178f28207e
makedef.pl: Don't use locale items unless using locale
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bf936ca4b53ce0c6
debugs
Karl Williamson 1 file changed, 40 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/29add3f5536cbb17
l
Karl Williamson 21 files changed, 4441 insertions(+), 2108 delet
https://github.com/Perl/perl5/commit/0ea3c735bef54908
XXX for diffs: wont compile: rmv setlocale_from_aggregate
Karl Williamson 4 files changed, 148 deletions(-)
https://github.com/Perl/perl5/commit/89b78846f4a2d406
Rename SETLOCALE_LOCK to LOCALE_LOCK
Karl Williamson 2 files changed, 17 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/32f6a42914ba3ed9
thread-safe emulation partial to minimize diffs
Karl Williamson 9 files changed, 497 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/614bfe423086959a
* XXX finish commit msg locale.c: Move some static functions within file
Karl Williamson 1 file changed, 363 insertions(+), 361 deletions
https://github.com/Perl/perl5/commit/f326033db08acdf6
locale.c: Use proper macro
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f918c3f4752a218a
07locale.t: Add some Windows locales to try
Karl Williamson 1 file changed, 69 insertions(+)
https://github.com/Perl/perl5/commit/7eb29e6e9655e716
locale.c: Rename static function
Karl Williamson 4 files changed, 19 insertions(+), 19 deletions(
https://github.com/Perl/perl5/commit/8cf9df696222e088
perl.h change lock debugging text
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/4c82172b29c56735
perl.h: White space, comments only
Karl Williamson 1 file changed, 26 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/6f13f4f558a4958c
perl.h: Turn mutex warning into a panic
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/116d9a45cce78592
locale.c: configthreadlocale() error checking
Karl Williamson 1 file changed, 30 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/ac7885e69630bd36
perl.h: Also recognize -DNO_THREAD_SAFE_LOCALE
Karl Williamson 2 files changed, 9 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/f8c2a0ddfa9cacaf
perl.h: define locale mutex under more cirumstances
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a5d8efa8f668987e
XXX t/loc_tools.pl: Temp debug
Karl Williamson 1 file changed, 28 insertions(+)
https://github.com/Perl/perl5/commit/3780a6ddc2347bd8
loc_tools
Karl Williamson 1 file changed, 33 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/3c3ed90dc4ca899e
XXX: UCRT mingw is not likely locale-thread safe
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/6273ded623b18f48
threads.xs DEBUG_U
Karl Williamson 2 files changed, 58 insertions(+)
https://github.com/Perl/perl5/commit/c01fa41d93a2d31e
Revert "debug thread"
Karl Williamson 2 files changed, 17 deletions(-)
https://github.com/Perl/perl5/commit/e1aa1617b51b5619
debug thread
Karl Williamson 2 files changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/0e5f4acd3b7a4db1
perl.h: Debug locking
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/44d50d789ba5337d
s perl.h white
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/75db5648dc81d59f
XXX uncomment out previous commit
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c71d78ee6c14d76d
XXX threads NON_tTHX leak maybe fix breakage
Karl Williamson 2 files changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2f83c04669428dca
locale_threads
Karl Williamson 2 files changed, 1560 insertions(+), 49 deletion
https://github.com/Perl/perl5/commit/0735b7c40fa9471a
XXX win workaround
Karl Williamson 1 file changed, 39 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/fc48ab4da5d98667
XXX memlog
Karl Williamson 3 files changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/36fa37bcb7bd30b3
Time-Piece
Karl Williamson 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/13a921866b206f34
Time-Piece: Use isUPPER, not isupper
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6614746841383b02
Time-Piece: Use isDIGIT, not isdigit
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/e9c0466fd5d24bba
Time-Piece: Use isSPACE, not isspace
Karl Williamson 1 file changed, 20 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/add0e9fcecb28b02
Time-Piece: Use foldEQ_locale() if available
Karl Williamson 1 file changed, 18 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/d92e9d0265442105
XXX cpan PR Time-Piece: Add locks
Karl Williamson 2 files changed, 74 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/d5a0c436b077251f
XXX sv.c: temp Debug
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1130820c24b435dd
locale.c: debug with thread id
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f9c3febb62c11fbc
locale.c: DEBUG_
Karl Williamson 1 file changed, 74 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/55b40016933d5105
S_clear_placeholders(): Fix compiler warning
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7246a3152d3eb11f
uvoffuni_to_utf8_flags_msgs(): Fix compiler warning
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/427629de72b90179
regnode_after(): Fix compiler warning
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d3884e6d0703422f
newSVbool(): Fix compiler warning
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f70959e99cc33281
ruler
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/e2e7c018eb3adaf8
perl.h: Fake up win32 compile a bit
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/51ee8c067bb6a7a9
XXX temporary: undef LC_ALL
Karl Williamson 2 files changed, 15 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/57a1ac449c768f59
locale: Create some mnemonic #defines for sync across files
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/5c023ec3b0f72122
perl.h: Refactor some locale defines
Karl Williamson 1 file changed, 108 insertions(+), 102 deletions
https://github.com/Perl/perl5/commit/cc7067f8b2c628ab
XXX No count Regenerate Configure after LC_ALL
Karl Williamson 15 files changed, 453 insertions(+), 8 deletions
https://github.com/Perl/perl5/commit/e040b151095e1944
Regenerate Configure after rm thread-safe nl_langinfo_l
Karl Williamson 5 files changed, 33 insertions(+), 61 deletions(
https://github.com/Perl/perl5/commit/503416edaf4ce74b
Regenerate Configure after metaconfig backports applied
Karl Williamson 3 files changed, 124 insertions(+), 100 deletion
https://github.com/Perl/perl5/commit/3f21b834daaf65a0
XXX Configure temporary to get no_nl, etc working
Karl Williamson 1 file changed, 11 insertions(+), 87 deletions(-
https://github.com/Perl/perl5/commit/fd760ccdea9b53be
XXX skip syslog tests because fail without LC_TIME
Karl Williamson 2 files changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/56c4521354efc47e
XXX temp to test broken lconv on non-Windows
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/e59d434d6ea83cb4
XXX skip cmp_version.t because of sym links
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/963eb5393c422467
XXX skip Archive-Tar because of symlinks
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/25b869d34297f346
version 07locale.t should use LC_NUMERIC, not ALL
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/0a2319e21418af0e
version::07locale.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/33082490b8cf7364
vutil.c: Debug
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/9b4eb6dcaf2c8c20
vutil.c: Simplify locale handling
Karl Williamson 2 files changed, 8 insertions(+), 59 deletions(-
https://github.com/Perl/perl5/commit/192f7fe763e13719
vutil.c: Clean up white space
Karl Williamson 2 files changed, 7 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/cd37899ad78e2b40
locale.c: Remove use of nl_langinfo_l()
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/07c2e912ae7c86fe
XXX run/locale.t: maybe f move test
Karl Williamson 1 file changed, 18 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/ee0ba14c1ed29b39
run/locale.t: more debug
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9df276b17c457bb4
Revert "XXX test.pl: dont unlink temps"
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4ae174882f448e21
XXX test.pl: dont unlink temps
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/68d4b25cf001a2bd
Split t/uni/variables.t into multiple tests
Karl Williamson 27 files changed, 384 insertions(+), 17 deletion
https://github.com/Perl/perl5/commit/8a11d39eb63d5417
uniprops 24
Karl Williamson 20 files changed, 579 insertions(+), 5 deletions
https://github.com/Perl/perl5/commit/aaac93f99d2299cd
XXX skip cpan testing
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/0009ff573838e9a5
XXX skip leonerd class leaking tests
Karl Williamson 2 files changed, 31 deletions(-)
https://github.com/Perl/perl5/commit/7d654ec31504880a
Current branch yves/curlyx_curlym
1 commit. 1 unique author. 1 unique committer.
315 files changed, 11800 insertions(+), 7609 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/dae4eb573665cc92
regcomp.c - Resolve issues clearing buffers in CURLYX (MAJOR-CHANGE)
Yves Orton 8 files changed, 175 insertions(+), 62 deletions
https://github.com/Perl/perl5/commit/dae4eb573665cc92
Current branch yves/deprecation_subcategories
18 commits. 1 unique author. 1 unique committer.
11 files changed, 83 insertions(+), 47 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/0b2570f1238805d9
t/porting/deprecation.t - add tests for deprecation documentation and catego
Yves Orton 3 files changed, 260 insertions(+), 112 deletion
https://github.com/Perl/perl5/commit/0b2570f1238805d9
perldeprecation.pod - add unscheduled deprecations and add category info
Yves Orton 1 file changed, 52 insertions(+)
https://github.com/Perl/perl5/commit/229ef0acb594efc5
perldeprecation.pod - apostrophe as package separator goes away in 5.42
Yves Orton 1 file changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/ac76abe9818df81d
perldeprecation.pod - add smartmatch deprecation
Yves Orton 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/d2486d72e5fbb519
diag.t - parse and validate "when" parameter from deprecated_xxx() macros
Yves Orton 1 file changed, 9 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/ae67d7568a2ada25
diag.t - detect use of "deprecate_xxx()" style functions
Yves Orton 2 files changed, 16 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/48d14d9aae7d57e2
handy.h - fixup for deprecated warnings and docs
Yves Orton 1 file changed, 37 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/5b8881c1a8fe2c73
embed.fnc - document deprecate_xxx() macros and add them to handy.h
Yves Orton 4 files changed, 48 insertions(+), 64 deletions(
https://github.com/Perl/perl5/commit/94368e2019af36a6
regen/warnings.pl - line up categories, put them in date order
Yves Orton 1 file changed, 6 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/617170d8fd39cea8
warnings.pm - add deprecated::version_downgrade category
Yves Orton 6 files changed, 46 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/f64f6e824cddb22c
warnings.pm - add deprecated::goto_construct category
Yves Orton 6 files changed, 139 insertions(+), 131 deletion
https://github.com/Perl/perl5/commit/9ac796e0a2a8608a
warnings.pm - add deprecated::delimiter_will_be_paired category
Yves Orton 5 files changed, 39 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/21e672064eb8c10e
warnings.pm - add deprecated::apostrophe_as_package_separator as new depreca
Yves Orton 5 files changed, 187 insertions(+), 173 deletion
https://github.com/Perl/perl5/commit/e00cfa051744346b
warnings.pm - support deprecated::unicode_property_name category
Yves Orton 5 files changed, 134 insertions(+), 120 deletion
https://github.com/Perl/perl5/commit/9debfc210a9037da
warnings.pm - add deprecated::dot_in_inc warings category
Yves Orton 5 files changed, 78 insertions(+), 65 deletions(
https://github.com/Perl/perl5/commit/e047b2bd802bce7e
warnings.pm - support deprecated::smartmatch category
Yves Orton 5 files changed, 40 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/d1ba06b56de9cdca
utf8.c - add category parameter to unused warn_on_first_deprecated_use funct
Yves Orton 4 files changed, 8 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/58736b9bdaa6e226
regcomp_internal.h - make unused macros for deprecation warnings take catego
Yves Orton 1 file changed, 11 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/17b50ffebc725e85
Current branch yves/require_hook_rebased
3 commits. 1 unique author. 1 unique committer.
45 files changed, 1379 insertions(+), 668 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/ebc22e54678e9139
pp_ctl.c - add support for hooking require.
Yves Orton 24 files changed, 539 insertions(+), 11 deletion
https://github.com/Perl/perl5/commit/ebc22e54678e9139
regen/mg_vtable.pl - rename confusing var %sig to %vtable_conf
Yves Orton 1 file changed, 6 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/b9c62508fd0a939f
t/lib/GH_15109 - rename to t/lib/caller
Yves Orton 10 files changed, 35 insertions(+), 35 deletions
https://github.com/Perl/perl5/commit/cb50573fae3e7acf
New branch yves/protected_hashes
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/38eb7d9d0a1950d6
ext/Hash/Util.pm - support "protected hashes"
Yves Orton 14 files changed, 907 insertions(+), 715 deletio
https://github.com/Perl/perl5/commit/38eb7d9d0a1950d6
New branch yves/upgrade_Test_Simple_1_302194
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/66539b950abf1ea0
cpan/Test-Simple - Update to version 1.302194
Yves Orton 71 files changed, 73 insertions(+), 71 deletions
https://github.com/Perl/perl5/commit/66539b950abf1ea0
Deleted branch haarg/dist-encoding-warnings-extra-files
Deleted branch haarg/dist-if-add-makefile-pl
Deleted branch yves/make_manisort_fix_whitespace_issues
Deleted branch yves/redo_curlyx_curlym
Deleted branch yves/unused_define_bits
Deleted branch yves/unused_define_bits2
Martian commit 0db42fa4a4e0a932dc2b94e3b6e2416642c4d972
3 commits. 1 unique author. 2 unique committers.
Thanks, applied: Yves Orton (1)
Snapshot: http://github.com/Perl/perl5/tarball/0db42fa4a4e0a932
regcomp.h: give names to anonymous union members
Lukas Mai 1 file changed, 32 insertions(+), 32 deletions(-
https://github.com/Perl/perl5/commit/0db42fa4a4e0a932
regcomp.h: fix names of regnode_charclass union members
Lukas Mai 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/4a50be0e9806702e
regcomp.c: use ARG1u_LOC macro to access field
Lukas Mai 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/315c5a5db7cfe6f3
Martian commit c86ca20829be4c92e70adc7aa1cee6c68af71d5a
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/c86ca20829be4c92
perlvar.pod - fixup docs for ${^PREMATCH}, ${^MATCH} and ${^POSTMATCH}
Yves Orton 1 file changed, 24 insertions(+), 26 deletions(-
https://github.com/Perl/perl5/commit/c86ca20829be4c92
Martian commit 5c4d3ac0517dbf061fd35de2414a40ba1e75fdf2
3 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/5c4d3ac0517dbf06
t/re/pat.t - test that we can copy and then reuse ${^LAST_SUCCESSFUL_PATTERN
Yves Orton 1 file changed, 9 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/5c4d3ac0517dbf06
mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}
Yves Orton 6 files changed, 112 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/8f6446fcaa5d7a9b
gv.c - in comments for ${^LONG_NAMES} use the curly braces
Yves Orton 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/269e1fd0e78920d6
Martian commit e9a6ab15f011929bcf61636908d50dbe46c065bc
20 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e9a6ab15f011929b
regcomp.c - use macro wrappers to minimize impact of struct split
Yves Orton 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/e9a6ab15f011929b
regexec.c - use RXp_SAVED_COPY(rex) instead of rex->saved_copy
Yves Orton 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/04d422e358820962
regexec.c - use RXp_SUBCOFFSET instead of rx->subcoffset
Yves Orton 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/eb0573857506ddae
regexec.c - use RXp_SUBOFFSET(rx) instead of rx->suboffset
Yves Orton 1 file changed, 15 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/3a05036043880f2a
regexec.c - use RXp_SUBLEN(ret) for ret->sublen
Yves Orton 1 file changed, 12 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/0bce65ad0f488b31
regexec.c - use macro to access rex->subbeg
Yves Orton 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/3697eb9574b1a11b
regexec.c - use RXp_LASTCLOSEPAREN(r) to access r->lastcloseparen
Yves Orton 1 file changed, 12 insertions(+), 13 deletions(-
https://github.com/Perl/perl5/commit/e8a55238f0e0812c
dump.c - use RXp_ macros to access regexp struct members
Yves Orton 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/4a948609dce8f481
regexp.h - add missing defines
Yves Orton 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7568ad613c3e7a0d
regexec.c - use RXp_LASTPAREN(rex) to access rex->lastparen
Yves Orton 3 files changed, 34 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/10656703178f6986
regexp.h - standardize macros, and parenthesize parameters
Yves Orton 1 file changed, 16 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/b82f4ce36cab0442
regcomp.c - Use RXp_OFFSp() to access offset data
Yves Orton 4 files changed, 72 insertions(+), 73 deletions(
https://github.com/Perl/perl5/commit/4e4700298dff167b
regcomp.c - extend REF to hold the paren it needs to regcppush
Yves Orton 7 files changed, 88 insertions(+), 83 deletions(
https://github.com/Perl/perl5/commit/c41e6a07f6f749cf
regex engine - simplify regnode structures and make them consistent
Yves Orton 13 files changed, 366 insertions(+), 292 deletio
https://github.com/Perl/perl5/commit/9939750da0b445ba
regexec.c - make REF into a backtracking state
Yves Orton 7 files changed, 108 insertions(+), 23 deletions
https://github.com/Perl/perl5/commit/9b7643d29d70c8b1
regexec.c - incredibly inefficient solution to backref problem
Yves Orton 3 files changed, 60 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/805273d95f901aa8
regexec.c - teach BRANCH and BRANCHJ nodes to reset capture buffers
Yves Orton 11 files changed, 199 insertions(+), 35 deletion
https://github.com/Perl/perl5/commit/4c12e5457bee887f
regcomp.c - track parens related to CURLYX and CURLYM
Yves Orton 11 files changed, 132 insertions(+), 43 deletion
https://github.com/Perl/perl5/commit/34f87433cdd494f2
t/re/regexp.t - in skip_amp tests (via _noamp.t) do not TODO tests with ampe
Yves Orton 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/fc3bf600b683356f
regexp.h - fixup mistake in comment
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2b5d6c69e10cf5b6
Martian commit e8c3c6a3ccc5e34723232552d1a7ee6427570740
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/e8c3c6a3ccc5e347
sv.h - make unused bit more obvious with a comment.
Yves Orton 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e8c3c6a3ccc5e347
Martian commit 1136cad0cae34d403ae293bcfe11f0b73e23d0f3
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/1136cad0cae34d40
loc_tools: Print $^E when upon a libc failure
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1136cad0cae34d40
Martian commit 65e6a4796d9efa9dfd18f6bc733417e8538d7dd7
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/65e6a4796d9efa9d
locale.c: Remove one use of nl_langinfo_l()
Karl Williamson 2 files changed, 11 insertions(+), 36 deletions(
https://github.com/Perl/perl5/commit/65e6a4796d9efa9d
Martian commit 5752ee69daed305c15a029f908bdae85019a6d2d
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/5752ee69daed305c
Porting/cmpVERSION.pl - handle missing tags more gracefully
Yves Orton 1 file changed, 23 insertions(+)
https://github.com/Perl/perl5/commit/5752ee69daed305c
Martian commit 36c954871125d4fe48b776f559b6028be6ad5dc6
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: Lukas Mai (1)
Snapshot: http://github.com/Perl/perl5/tarball/36c954871125d4fe
Fix some typos in comments
mauke 2 files changed, 12 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/36c954871125d4fe
Ignored 45 GitHub auto-generated merge commits
Thread Previous