Mailing List Archive

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

Current branch blead
57 commits. 7 unique authors. 5 unique committers.
38 files changed, 2468 insertions(+), 1541 deletions(-)
Thanks, applied: James E Keenan (2) xenu (1) Karl Williamson (1)
Snapshot: http://github.com/Perl/perl5/tarball/ea9a38e2d3f82f51

Make DEBUGGING the default on CI for Windows
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/ea9a38e2d3f82f51

locale.c: Print code point in hex, not decimal
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/58236863a5f7af6b

locale.c: Add check that strxfrm didn't fail
Karl Williamson 1 file changed, 14 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/3b30ed2b88690ee5

locale.c: Change assert() into STATIC_ASSERT()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b9cb1acb687d1170

Swap the ordering of two locale category indices
Karl Williamson 2 files changed, 22 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/bfcd7d518179fa2a

locale.c: Rmv unnecessary variable
Karl Williamson 1 file changed, 5 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/c2c9cf1948ecbf40

locale.c: Make sure newlocale() doesn't destroy arg
Karl Williamson 1 file changed, 27 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/43c2ca2c447c15e8

locale.c: panic if shouldn't-happen events do
Karl Williamson 1 file changed, 10 insertions(+), 21 deletions(-
https://github.com/Perl/perl5/commit/947b444cf66f17cb

locale.c: Don't waste time executing a no-op
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/19e550d7feff0e91

locale.c: Mv declarations closer to use in function
Karl Williamson 1 file changed, 22 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/66a28734f9b468c0

locale.c: newlocale() can't handle disparate locales
Karl Williamson 1 file changed, 21 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0d17a9c874054353

locale.c: Change outlier call to use macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6fad488018a8b96f

locale.c: Move DEBUG location info
Karl Williamson 1 file changed, 58 insertions(+), 81 deletions(-
https://github.com/Perl/perl5/commit/b26541a96c0018cf

locale.c: Use DEBUG_(PRE|POST_)STMTS to save/restore errno
Karl Williamson 1 file changed, 4 insertions(+), 14 deletions(-)
https://github.com/Perl/perl5/commit/0494a7e2c2af12c9

Add a common locale panic macro and functions
Karl Williamson 5 files changed, 109 insertions(+), 77 deletions
https://github.com/Perl/perl5/commit/20ad7b235ac5e0dd

Don't discard locale info in starting P2008
Karl Williamson 1 file changed, 30 insertions(+)
https://github.com/Perl/perl5/commit/5ce9bebe11983437

locale.c: Add DEBUGGING information
Karl Williamson 4 files changed, 73 insertions(+), 55 deletions(
https://github.com/Perl/perl5/commit/1a63cba7a2a63822

locale.c: Add fcn to hide edge case undefined behavior
Karl Williamson 9 files changed, 50 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/827a4a051afa67d6

sv.c: Duplicate more variables during cloning
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c6efbad02ab04568

Split off setting locale to "" from S_emulate_setlocale
Karl Williamson 4 files changed, 82 insertions(+), 105 deletions
https://github.com/Perl/perl5/commit/9444acab0fa8be15

locale.c: locale "" can be disparate
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c61e7ca793cf533c

locale.c: Split ancillary from S_emulate_setlocale
Karl Williamson 4 files changed, 101 insertions(+), 57 deletions
https://github.com/Perl/perl5/commit/11d8dd19b41b7297

locale.c: Clean up handling of a glibc bug
Karl Williamson 1 file changed, 29 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/74a90e54e037da4e

locale.c: Change internal variable name
Karl Williamson 3 files changed, 23 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/9ec822ee8e7cd193

locale.c: Comments; move declarations to use point
Karl Williamson 1 file changed, 48 insertions(+), 37 deletions(-
https://github.com/Perl/perl5/commit/2ee51ed736fc3314

locale.c: Avoid loop; panic on unexpected condition.
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/0998f1fdef4e86ac

locale.c: Split aggregate LC_ALL from emulate_setlocale
Karl Williamson 4 files changed, 140 insertions(+), 107 deletion
https://github.com/Perl/perl5/commit/f2780a3f4106e376

setlocale_failure_panic_i now used more generally
Karl Williamson 4 files changed, 12 insertions(+), 28 deletions(
https://github.com/Perl/perl5/commit/57eeab0b3f388c00

locale.c: Use setlocale() for init, not P2008
Karl Williamson 1 file changed, 14 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/a7ff7aca3826600e

locale.c: Refactor some derived #defines
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/50ffb02bd2b94a3e

locale.c: Generalize stdize_locale()
Karl Williamson 8 files changed, 164 insertions(+), 46 deletions
https://github.com/Perl/perl5/commit/32899cfbfbeefbe5

Reorder some locale functions in embed.fnc
Karl Williamson 3 files changed, 39 insertions(+), 42 deletions(
https://github.com/Perl/perl5/commit/82e2ef274609fbe3

Make two locale PL_ strings const char*
Karl Williamson 4 files changed, 19 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/f3e902221cb32cd5

Temporarily skip on Windows
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/7b5ca0e3b094ba67

intrpvar.h: Fix when certain locale symbols get defined
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/fcbef0e88b4eade9

sv.c: Move some initialization inside #ifdef
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5a04f3b4c979ee33

Update version number listed for IO-Compress
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/264fadfa2d429375

HTTP-Tiny: Sync with CPAN version 0.082
David Golden 2 files changed, 19 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/e9c492a3fd7c0ec9

Errno.t: provide labels for tests lacking them
James E Keenan 1 file changed, 13 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/1b5a220440d875d1

perl.[ch] - hash related setup affects binary compatibility
Yves Orton 2 files changed, 15 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/00b42049cd2abeb1

perl.c - remove code for reporting state of non-existent defines in -V
Yves Orton 3 files changed, 49 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/86d84dd06fe16998

hv_func.h - change _PERL style macros to PVT_ style macros
Yves Orton 2 files changed, 56 insertions(+), 56 deletions(
https://github.com/Perl/perl5/commit/58411bc7381d696a

win32.c: use _mkgmtime() instead of mktime() in stat()
Tomasz Konojacki 2 files changed, 21 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/f7e7b4d5e7c86d3d

Sync JSON::PP with CPAN 4.11
Graham Knop 5 files changed, 93 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/86584ca859d391d6

Change of upstream maintainer
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3ffe0cca54375537

perlhacktips, perlguts: Fix typos
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/069b6fa50ca8e628

avoid dereferencing prog which may be NULL
Tony Cook 2 files changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c870f3e4592ba2dc

explicitly ignore the result of sv_utf8_downgrade()
Tony Cook 4 files changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/90eef0af06f8dd17

Prevent Coverity complaining about the mixed & and &&
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a577a1f18e756274

t/op/sselect.t: skip 4 tests under miniperl
James E Keenan 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/0f35d66c8dc2d97a

regen/regcomp.pl - Apparently this extra const breaks g++
Yves Orton 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/3c196efeda602d32

regex engine - replace many attribute arrays with one
Yves Orton 5 files changed, 1125 insertions(+), 634 deletio
https://github.com/Perl/perl5/commit/12d173c94b050c24

regex engine - wrap PL_regnode_name with macro REGNODE_NAME()
Yves Orton 3 files changed, 13 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/cbf5c5ba5f44cf0f

regex engine - wrap PL_regnode_arg_len_varies with macro REGNODE_ARG_LEN_VAR
Yves Orton 2 files changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/79a585d60bd04a29

regex engine - wrap PL_regnode_arg_len with macro REGNODE_ARG_LEN()
Yves Orton 3 files changed, 25 insertions(+), 24 deletions(
https://github.com/Perl/perl5/commit/e28d2a35331ef470

regex engine - wrap PL_regnode_off_by_arg with macro REGNODE_OFF_BY_ARG()
Yves Orton 3 files changed, 9 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/1489b465ff4e9048

regex engine - wrap PL_regnode_kind with macro REGNODE_TYPE()
Yves Orton 4 files changed, 68 insertions(+), 66 deletions(
https://github.com/Perl/perl5/commit/20f4775e6e5458b5

New branch leont/getlayers-io
1 commit. 1 unique author. 1 unique committer.

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

Make PerlIO::get_layers accept IO references
Leon Timmermans 3 files changed, 22 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/d9c8bd32cc8da812

New branch smoke-me/khw-locale4
46 commits. 1 unique author. 1 unique committer.

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

Revert "XXX Temporarily skip on Windows"
Karl Williamson 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/d18a98477947031a

locale.c: Add fallbacks if no mbtowc()
Karl Williamson 1 file changed, 140 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/6148f8b1f1cbbbbc

locale_threads.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7ea21a3510ba3ac5

lib/locale.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 1 file changed, 8 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/346b3ad2e64c5d9f

XXXdelta Add Perl_langinfo8()
Karl Williamson 4 files changed, 103 insertions(+), 102 deletion
https://github.com/Perl/perl5/commit/8b094ed57830bc1d

locale.c: Add utf8ness return param to static fcn
Karl Williamson 4 files changed, 67 insertions(+), 28 deletions(
https://github.com/Perl/perl5/commit/fd3b223b11d06185

XXXdelta Add my_strftime8()
Karl Williamson 5 files changed, 74 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/b3099e7cc24a5029

locale.c: Add branch prediction, comments
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/d3c725d9504869ee

locale.c: Collapse duplicate logic into one instance
Karl Williamson 4 files changed, 200 insertions(+), 159 deletion
https://github.com/Perl/perl5/commit/21e73cd3c59dd424

locale.c: localeconv() unconditional NUMERIC toggle
Karl Williamson 1 file changed, 32 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/147aef1613b7b1a5

XXX perldelta Move POSIX::localeconv() logic to locale.c
Karl Williamson 5 files changed, 393 insertions(+), 204 deletion
https://github.com/Perl/perl5/commit/a1dbffc24704e01c

locale.c: Add fcn for UTF8ness determination
Karl Williamson 6 files changed, 145 insertions(+)
https://github.com/Perl/perl5/commit/ed0cbeca48384615

locale.c: Add is_locale_utf8()
Karl Williamson 4 files changed, 40 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/1353a7afde3d1ea4

locale.: Need CTYPE to match other category for nl_langinfo
Karl Williamson 1 file changed, 41 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/cc41e95ac147f028

New signature for static fcn my_langinfo()
Karl Williamson 4 files changed, 151 insertions(+), 155 deletion
https://github.com/Perl/perl5/commit/b0228760cf26bb36

Add toggle_locale() fcns
Karl Williamson 3 files changed, 108 insertions(+)
https://github.com/Perl/perl5/commit/b7f3ba2140e78efc

locale.c: Improve non-nl_langinfo() CODESET calc
Karl Williamson 2 files changed, 65 insertions(+), 35 deletions(
https://github.com/Perl/perl5/commit/7f54a1854aef77fb

locale.c: Add static fcn to analyze locale name codeset
Karl Williamson 4 files changed, 30 insertions(+)
https://github.com/Perl/perl5/commit/e5128d7cc251908f

locale.c: langinfo: Use Windows fcn to find CODESET
Karl Williamson 1 file changed, 14 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/bf37f16488d2a6b2

locale.c: Make static fcn reentrant
Karl Williamson 4 files changed, 73 insertions(+), 35 deletions(
https://github.com/Perl/perl5/commit/54973f568b16e836

embed.fnc: Also check for NL_LANGINFO_L
Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/54c84797622aa6a7

locale: make PL_langinfo_buf const *
Karl Williamson 2 files changed, 7 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/fedbe6eaf1529d53

locale.c: Use a scratch buf; instead of reusing old
Karl Williamson 1 file changed, 36 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/3cb5656509290ea0

locale.c: Fix Windows bug with broken localeconv()
Karl Williamson 1 file changed, 50 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/5d6e75f633cad27b

locale.c: Don't read off buffer end
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/04acc349e241136b

locale.c: Rmv no longer used param from static fnc
Karl Williamson 3 files changed, 45 insertions(+), 20 deletions(
https://github.com/Perl/perl5/commit/85108147bff4f54f

S_save_to_buffer() allow ignoring return value
Karl Williamson 2 files changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/a92a41d6f16d27c6

locale.c: Don't ask a static fcn to be inlined
Karl Williamson 3 files changed, 3 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/fd5ed3f9d38bde42

locale.c: Don't add CP to Windows code page names
Karl Williamson 1 file changed, 6 insertions(+), 28 deletions(-)
https://github.com/Perl/perl5/commit/16af952b086a68de

locale.c: Fix currency symbol derivation
Karl Williamson 1 file changed, 14 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/2219c12147ebfbc0

locale.c: Rmv redundant cBOOL()
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9015fe41ee57fcc8

locale.c: Use typedef to simplify
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/467f2c28314cef74

locale.c: Extend a static function
Karl Williamson 3 files changed, 7 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/e2f8ab481e25dd3e

locale.c: Shorten static function name
Karl Williamson 4 files changed, 18 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/6d090914f9365877

locale.c: White-space only
Karl Williamson 1 file changed, 128 insertions(+), 128 deletions
https://github.com/Perl/perl5/commit/508fbae0bafdb2c2

locale.c: Rmv reimplementation of my_strftime()
Karl Williamson 1 file changed, 67 insertions(+), 139 deletions(
https://github.com/Perl/perl5/commit/e7cd8e711f0988f6

locale.c: Return defaults for uncomputable langinfo items
Karl Williamson 4 files changed, 171 insertions(+), 45 deletions
https://github.com/Perl/perl5/commit/86fbbe771c3221cc

locale.c: Add two #defines
Karl Williamson 1 file changed, 15 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/6d3b5bcc66c5bed4

locale.c: Make statics of repeated string constants
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/9db065b147e67a67

locale.c: Reorder cases in a switch
Karl Williamson 1 file changed, 62 insertions(+), 62 deletions(-
https://github.com/Perl/perl5/commit/eec8fad38fb502b3

Move code from POSIX.xs to locale.c
Karl Williamson 5 files changed, 79 insertions(+), 61 deletions(
https://github.com/Perl/perl5/commit/a781fc56f2bb82d5

locale.c: Separate out two Win fcns from a larger one
Karl Williamson 4 files changed, 67 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/80b407eed296c870

locale.c: Don't change locale if already there
Karl Williamson 1 file changed, 42 insertions(+)
https://github.com/Perl/perl5/commit/0139f652e3a3daae

locale.c: Silence some compiler warnings if no LC_ALL
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9b5b2b696f3d9b22

Initialize PL_numeric_name, PL_collation_name
Karl Williamson 1 file changed, 14 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/616697b52b123aaa

locale.c: querylocale return mortalized copy
Karl Williamson 4 files changed, 45 insertions(+), 38 deletions(
https://github.com/Perl/perl5/commit/48bf7c22cce33e50

New branch yves/consistent_srand
4 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/42f55d4ee664f1eb

Add a new env var PERL_RAND_SEED
Yves Orton 19 files changed, 277 insertions(+), 27 deletion
https://github.com/Perl/perl5/commit/42f55d4ee664f1eb

hv.c/handy.h - move logic from hv.c to handy.h
Yves Orton 2 files changed, 27 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/c93c14a255e4b281

dist/threads - add a test to check that the pod version matches code
Yves Orton 3 files changed, 26 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/2b013c9fb4acbdd2

t/op/each.t - Deal with env vars PERL_HASH_SEED or PERL_PERTURB_KEYS being s
Yves Orton 1 file changed, 12 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/db0d3504157b98e0

New branch yves/exclude_contrib
11 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/60cfdac178fe43e3

Add a way to rename authors properly
Yves Orton 3 files changed, 77 insertions(+), 46 deletions(
https://github.com/Perl/perl5/commit/60cfdac178fe43e3

remove redundant data from .mailmap
Yves Orton 2 files changed, 37 insertions(+), 1064 deletion
https://github.com/Perl/perl5/commit/895da17c400175d2

rename sub so it doesnt look like a private method
Yves Orton 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/36ec4087439a020d

fixup typo
Yves Orton 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/ed5411fb18fc24e5

t/porting/authors.t - detect if committing uncommitted changes might break a
Yves Orton 2 files changed, 185 insertions(+), 26 deletions
https://github.com/Perl/perl5/commit/335c8ac5c974193a

Win32 support
Yves Orton 1 file changed, 6 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/e25eb4c0b3535cc4

checkAUTHORS.pl -> updateAUTHORS.pl in all cases
Yves Orton 10 files changed, 1340 insertions(+), 2166 delet
https://github.com/Perl/perl5/commit/b1aef3c2a434c09b

Improved header comment in AUTHORS file
Yves Orton 1 file changed, 35 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/eb5927768b7a93e9

Porting/updateAUTHORS.pl - add support for excluding contributors
Yves Orton 8 files changed, 316 insertions(+), 86 deletions
https://github.com/Perl/perl5/commit/3689d8d30ce1aaab

Porting/updateAUTHORS.pl - refactor to be OO
Yves Orton 1 file changed, 93 insertions(+), 53 deletions(-
https://github.com/Perl/perl5/commit/d4fb7ee9f21119b5

add missing .mailmap entries
Yves Orton 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/24e3bf8a8f9fce63

New branch yves/fix_gplusplus
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/0ded426b99549a26

regen/regcomp.pl - Apparently this extra const breaks g++
Yves Orton 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0ded426b99549a26

Deleted branch yves/PL_regnode_info

Martian commit 301c0629af83de80083b093c8523f8c2b04a0478
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/301c0629af83de80

Sync JSON::PP with CPAN 4.11
Graham Knop 5 files changed, 93 insertions(+), 7 deletions(-
https://github.com/Perl/perl5/commit/301c0629af83de80

Martian commit 5854a960dbd7dd2a43e222ed990e2685ff4e65bf
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/5854a960dbd7dd2a

Make DEBUGGING the default on CI for Windows
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/5854a960dbd7dd2a

Martian commit 13c51f854b375f534f5e62d25b689305648b7ab5
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/13c51f854b375f53

win32.c: use _mkgmtime() instead of mktime() in stat()
Tomasz Konojacki 2 files changed, 21 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/13c51f854b375f53

Martian commit 4c340e038b40ec6675900145be42cbb126d20cfb
3 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/4c340e038b40ec66

perl.[ch] - hash related setup affects binary compatibility
Yves Orton 2 files changed, 15 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/4c340e038b40ec66

perl.c - remove code for reporting state of non-existent defines in -V
Yves Orton 3 files changed, 49 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/ef6b2b73e7bba637

hv_func.h - change _PERL style macros to PVT_ style macros
Yves Orton 2 files changed, 56 insertions(+), 56 deletions(
https://github.com/Perl/perl5/commit/eb2ae4ee54ed43c1

Martian commit f1a570a0486dbbabfd20a48289d5075e8a6f981b
1 commit. 1 unique author. 1 unique committer.

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

Change of upstream maintainer
James E Keenan 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f1a570a0486dbbab

Ignored 55 GitHub auto-generated merge commits