Mailing List Archive

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

Current branch blead
24 commits. 4 unique authors. 3 unique committers.
29 files changed, 251 insertions(+), 227 deletions(-)
Thanks, applied: Tony Cook (1)
Snapshot: http://github.com/Perl/perl5/tarball/12bfaf55b1cd5d72

[inline.h] Silence "[-Wunknown-pragmas]" warnings in MinGW builds.
sisyphus 1 file changed, 8 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/12bfaf55b1cd5d72

XS::APItest: don't allow a NULL AV * through
Tony Cook 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/94664de147ae2d08

localeconv: Need to toggle current MONETARY locale to desired one
Karl Williamson 1 file changed, 16 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/551743390b1b5cb6

locale.c: Remove redundant lock
Karl Williamson 1 file changed, 4 deletions(-)
https://github.com/Perl/perl5/commit/f5ce970024177e59

Langinfo.t: Set locale categories if no LC_ALL
Karl Williamson 1 file changed, 10 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/36e39d6e1c7bed02

locale.c: Avoid unused parameter warning
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/ce9ebb8ee7d67cc9

locale.c: Add missing check for error return
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/a22b3a763ec32843

Version bumps: File::Glob and Hash::Util
Richard Leach 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0f9485cc78e57077

mro_core.c - use newAV_mortal macro in place of its less readable expansion
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1c3571927c83553d

Version bumps
Richard Leach 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/dd7af60b63de68b3

Dynaloader/dl* - create IV directly to get sv_setiv macro fast path
Richard Leach 6 files changed, 12 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/90a628aca7348a68

mro/mro.pm - version bump
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/196e612fd190f48f

mro/mro.xs - more efficient to create PV type rather than a NULL to immediat
Richard Leach 2 files changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/95b5d5d1ab7916e9

POSIX/POSIX.xs - more efficient mortal PV creation
Richard Leach 1 file changed, 1 insertion(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f910458e3b8a39c3

PerlIO-encoding/encoding.pm - version bump
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/61ab81fe6cd8a70b

PerlIO-encoding/encoding.xs - more efficient mortal SV creation
Richard Leach 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/4237b291bc8094c5

XS-APItest/APItest.xs - more efficient AV creation & fill
Richard Leach 1 file changed, 147 insertions(+), 147 deletions
https://github.com/Perl/perl5/commit/e6c95c59cf1688f9

attributes/attributes.xs - more efficient mortal hek creation
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cc3bc4ac1281e801

mro/mro.xs - more efficient AV/HV creation and fill
Richard Leach 1 file changed, 18 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/42680180a524aafa

File-Glob/Glob.xs - more efficient mortal AV creation
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8f6ecd0818d7ae62

FieldHash.pm - version bump
Richard Leach 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3ac780f7a3948059

Hash-Util-FieldHash/FieldHash.xs - use AV _simple close to newAV
Richard Leach 1 file changed, 6 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/f5c91d78a5094012

av.h - add newAV_mortal macro
Richard Leach 3 files changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/b8f7169e69a855da

Hash::Util::bucket_array - use av_push_simple on new AVs
Richard Leach 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f2d70d2486d4c7e6

Current branch smoke-me/khw-env
126 commits. 1 unique author. 1 unique committer.
229 files changed, 9198 insertions(+), 5096 deletions(-)

Snapshot: http://github.com/Perl/perl5/tarball/3742f557366efb99

Add ability to emulate thread-safe locale operations
Karl Williamson 14 files changed, 941 insertions(+), 112 deletio
https://github.com/Perl/perl5/commit/3742f557366efb99

Make numeric standard inconsistent
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e95f929c617d213b

Enable DEBUG_SETLOCALE_INCONSISTENCIES
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/dbbb27a6840debde

Add DEBUG_SETLOCALE_INCONSISTENCIES
Karl Williamson 1 file changed, 24 insertions(+)
https://github.com/Perl/perl5/commit/3f5882f83402e59b

locale.c: Fix ALT_DIGITS on Alpine
Karl Williamson 1 file changed, 16 insertions(+)
https://github.com/Perl/perl5/commit/318ea24f296eafab

toggle2
Karl Williamson 1 file changed, 50 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/667dcd4794c6d967

Revert "querylocale"
Karl Williamson 1 file changed, 1 insertion(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/aa1f837eafcf3c7f

querylocale
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3517d13154bf001f

locale.c: Pass locale to strftime functions
Karl Williamson 4 files changed, 95 insertions(+), 30 deletions(
https://github.com/Perl/perl5/commit/fc8f9db8328bed12

locale.c: Swap the order of two functions
Karl Williamson 1 file changed, 12 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/0dfb310135b84545

locale.c: Use a critical section when locale is toggled
Karl Williamson 1 file changed, 21 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/648dedcfa9187dc9

locale.c: Each toggle locale must have matching restore
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/17cc910fef3b82bb

pvz
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6feb60477ea4a9f4

f newpvz
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8c62802c08c6ff32

more svpvz
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/cc13b00981b90385

more pvz
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8d1bbba379135b3f

fstrftime z
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8b281f0054d4b73f

Add newSVpvz() to create a sized SvPV.
Karl Williamson 4 files changed, 31 insertions(+)
https://github.com/Perl/perl5/commit/325942fe33585abe

locale.c: Change formal parameter name
Karl Williamson 3 files changed, 7 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/085b46840fe146a4

locale.c: Change API for static strftime-related functions
Karl Williamson 4 files changed, 132 insertions(+), 100 deletion
https://github.com/Perl/perl5/commit/5002f702c8783ce2

locale.c: Fix bug when -DNO_LOCALE_TIME
Karl Williamson 1 file changed, 5 insertions(+), 15 deletions(-)
https://github.com/Perl/perl5/commit/44db0f0f304539c6

locale.c: Don't compile unused function
Karl Williamson 4 files changed, 12 insertions(+), 9 deletions(-
https://github.com/Perl/perl5/commit/050fdc60f07e32cd

locale.c: Don't compile unused function
Karl Williamson 3 files changed, 21 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/3ac9d00c62e88e22

locale.c: Avoid unused param warnings
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c7c1b3182a18aa34

locale.c: Compile/call S_emulate_langinfo in more Configurations
Karl Williamson 2 files changed, 22 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/1c1a916cdf07adc5

perl.h: Move #include to earlier
Karl Williamson 1 file changed, 7 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/404da8b06d091d1e

C preprocessor doesn't understand 'false' means 0
Karl Williamson 1 file changed, 28 insertions(+), 28 deletions(-
https://github.com/Perl/perl5/commit/3648d0c6d341159c

Revert "PL_strftime_buf"
Karl Williamson 4 files changed, 13 deletions(-)
https://github.com/Perl/perl5/commit/7d27e725289f3535

PL_strftime_buf
Karl Williamson 4 files changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/0b22119a9668c6b2

locale.c: Use stable copy to compare instead of temporary
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/0c50625c2f99b87f

Don't mortalize my_localeconv() for internal use
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1c47837c0d94783a

lib/locale_threads.t: Add debugging info
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e6308f2c259fe42a

lib/locale_threads.t: Change variable names
Karl Williamson 1 file changed, 20 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/e9355fc638cc4448

debug thread xs
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/09f02bb3b9f72c48

debug populate localeconv
Karl Williamson 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/295afbb7bf1d6ff7

locale.c: Add struct definition as a fallback
Karl Williamson 1 file changed, 44 insertions(+)
https://github.com/Perl/perl5/commit/309edbbc18d55b87

start of pod for localeconv
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/31e70bb4afb25140

Do localeconv() adjustments immediately unthreaded
Karl Williamson 1 file changed, 62 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/ef67604b7d4ef2d0

locale.c: Do simple adjustment in a critical section
Karl Williamson 1 file changed, 7 insertions(+), 32 deletions(-)
https://github.com/Perl/perl5/commit/a9c2c6154c0ffb91

locale.c: White space only
Karl Williamson 1 file changed, 76 insertions(+), 78 deletions(-
https://github.com/Perl/perl5/commit/5c28a1b81922ebcb

XXX msg: locale.c: Combine some more (WIn32) preprocessor directives
Karl Williamson 1 file changed, 22 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/4567d10f85484754

Avoid unnecessary mutex lock on Windows
Karl Williamson 2 files changed, 41 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/dad042f1d2454c2d

locale.c: Combine some preprocessor directives
Karl Williamson 1 file changed, 76 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/7a447554e140b4c8

XXX lib/locale.t dont scan for LC_NUMERIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d858e47ef42343cd

loctools use if dumper
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d09898fc24c68c7c

skip tests if no strftime
Karl Williamson 5 files changed, 14 insertions(+), 5 deletions(-
https://github.com/Perl/perl5/commit/bd261f1efc5040ef

C_thous better ifdef
Karl Williamson 1 file changed, 4 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/22b5eebbf0e46059

locale.c: Silence compiler warning
Karl Williamson 4 files changed, 22 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/66d0109e5e3e27bf

rulereeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/b3832f52b9a5d6d6

Revert "locale.c: Generalize save_to_buffer()"
Karl Williamson 4 files changed, 14 insertions(+), 53 deletions(
https://github.com/Perl/perl5/commit/83bcd300cff33d9c

locale.c: Generalize save_to_buffer()
Karl Williamson 4 files changed, 53 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/85f7b71b07ea7fc6

locale.c: Add #define to separate label from declaration
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/3041d645881c99b4

Revert "define numeric values to be C when no USE_NUMERIC"
Karl Williamson 3 files changed, 2 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/8efe2d5df50e71d6

define numeric values to be C when no USE_NUMERIC
Karl Williamson 3 files changed, 7 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/125201da5e6d236e

Revert "locale_threads: start of using platform locales"
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/20ad5a0e9ea743f9

locale_threads: start of using platform locales
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/64e38db875a7499b

Fixup FAKE_MINGW
Karl Williamson 3 files changed, 16 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/fe4e90ddf211bca4

f perlembed
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/1c6d22bf27c23f8d

XXX t/run/locale.t
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7ae7b9b6ab0f8f6d

XXX config
Karl Williamson 3 files changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/c1e9fbbb64907c58

perllocale Xxx start of changes
Karl Williamson 1 file changed, 9 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9f063636fca62101

perlmod
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/b0cf294e1ca4276a

perlxs
Karl Williamson 2 files changed, 488 insertions(+), 20 deletions
https://github.com/Perl/perl5/commit/148b11a9ae1a494d

reentr.pl: XXX about needing mutex
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/b2bd9c69466795d9

iperlsys.h: TODO need to look at adding mutexes
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/a6e57728fafa28d4

XXX incomplete perlhacktips:
Karl Williamson 1 file changed, 34 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/84a2775903220f4f

Debug wrap wset
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/f69337c8fb087137

XXX util add thread to mem_log
Karl Williamson 1 file changed, 15 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/918da6b2a40583cc

XXX Win32 mem log
Karl Williamson 2 files changed, 11 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/41fc406f46254c9b

Time-Piece: notes to myself
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/de365202e4f43fe0

XXX Time::Piece strftime
Karl Williamson 1 file changed, 39 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/2ac745f7f8280bfa

Time::Piece: Add critical sections
Karl Williamson 4 files changed, 74 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/fac3f6d2843cd971

thread.h: White space only
Karl Williamson 1 file changed, 19 insertions(+), 19 deletions(-
https://github.com/Perl/perl5/commit/cd9996eb41ce7340

Time-Piece: Use isSPACE_LC, not isspace; etc
Karl Williamson 1 file changed, 39 insertions(+), 39 deletions(-
https://github.com/Perl/perl5/commit/64de2c3cdd748eb9

Time-Piece: Use foldEQ_locale() if available
Karl Williamson 1 file changed, 18 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/c7cab71d7daf692e

Time::Piece: Use reentrant API
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/05cc87c87deebf5d

add is_cur_locale_utf8
Karl Williamson 4 files changed, 87 insertions(+)
https://github.com/Perl/perl5/commit/c14791da0a911464

locale_threads: debugging
Karl Williamson 1 file changed, 124 insertions(+)
https://github.com/Perl/perl5/commit/4ec6703fddaf92c2

locale_threads: add a commented out yield
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/28a1da5be798bcec

t/run/locale.t: debug
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/b8ab83c8012da3fc

Enable thread-safe locales on some freebsd versions
Karl Williamson 1 file changed, 9 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/3495250fb4ac346b

darwin
Karl Williamson 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/70595b02b33d780d

Revert "pp_study: Add memory use debugging"
Karl Williamson 1 file changed, 91 deletions(-)
https://github.com/Perl/perl5/commit/0a321b2497be0421

pp_study: Add memory use debugging
Karl Williamson 1 file changed, 91 insertions(+)
https://github.com/Perl/perl5/commit/236e8fd870b98073

darwin hints querylocale race in earlier darwins?
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/628421013572a248

savepv if threaded, unused I think
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/c8120e18a350ee64

S_bool_setlocale_i: Add entry assertion
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/3e6d274febfa921f

S_querylocale_2008_i: Add entry assertion
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/0b815312182a1093

loc_tools: XXX Debug
Karl Williamson 1 file changed, 60 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/384f2d3e53b0a7a2

S_find_locale_from_environment: Handle disparate LC_ALL
Karl Williamson 1 file changed, 36 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0f11330a66e67572

customized.dat
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/25686c03feed557e

cpan/version/07locale.t: drop, bug have to recompute md5
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cd96d3fe0a81c423

07locale.t: Add some Windows locales to try
Karl Williamson 2 files changed, 70 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e89a92300c09811b

XXX perl.h: Debugging mutex lock'
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/eccd8580e9dc9413

lib/locale.t
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/38f4ce6cd33fbd0f

lib/locale.t FILE debug
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4f7562c5e693578e

XXX temp: lib/locale.t: debug
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/78ea988ba9d87f8b

threads.xs DEBUG_U
Karl Williamson 1 file changed, 64 insertions(+)
https://github.com/Perl/perl5/commit/5fd1316fd546a9ef

debug thread
Karl Williamson 2 files changed, 18 insertions(+)
https://github.com/Perl/perl5/commit/a0221314dcc69bc6

XXX memlog
Karl Williamson 3 files changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/f3919f6c48e23a3c

S_clear_placeholders(): Fix compiler warning
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0efd7dfca10fe7d7

uvoffuni_to_utf8_flags_msgs(): Fix compiler warning
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/ba72820cfc9a9587

regnode_after(): Fix compiler warning
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/fce6c978d8660ffd

newSVbool(): Fix compiler warning
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/6021cbef2d4b0909

perl.h: Fake up win32 compile a bit
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/d0168cc64d01366a

XXX temporary: Allow undef LC_ALL
Karl Williamson 2 files changed, 15 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/b744d0556c0d07d1

version 07locale.t should use LC_NUMERIC, not ALL
Karl Williamson 2 files changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/6624b528e0954b61

XXX skip cmp_version.t prob. due to 5.38 tag issue
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/8352555659e40c4a

version::07locale.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 2 files changed, 17 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/db8b421eab3904d2

XXX run/locale.t: maybe f move test
Karl Williamson 1 file changed, 18 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/fc4a61d1a9b90c3a

XXX temp to test broken lconv on non-Windows
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/420f59b7e729b381

Make 24 uniprops.t tests
Karl Williamson 20 files changed, 579 insertions(+), 5 deletions
https://github.com/Perl/perl5/commit/4c35681126b53cc9

run/locale.t: more debug
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/439c7a3cfb455da8

Split t/uni/variables.t into multiple tests
Karl Williamson 27 files changed, 384 insertions(+), 17 deletion
https://github.com/Perl/perl5/commit/30b4a0d57b1af98e

up timeout for dist/Tie-File/t/29a_upcopy.t
Karl Williamson 1 file changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/58f71ba6f4dd99b7

XXX skip syslog tests because fail without LC_TIME
Karl Williamson 2 files changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/22c62b9e0de331b5

XXX skip cmp_version.t because of sym links
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/8085448413a55f21

XXX skip Archive-Tar because of symlinks
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d517c455ab5d7f49

Also skip non-thread dist testing
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/274b504d4fbe6cd5

Skip cpan testing message
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/320fdd51ab58dc64

skip bincompat.t
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/547e73d5ce5e98a7

XXX skip croak.t under sanitizer
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/fc5b1617b0d50622

XXX t/harness temp tweaks
Karl Williamson 1 file changed, 8 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/be7102d6962b239e

BlackBox dont use rare scripts
Karl Williamson 1 file changed, 136 insertions(+)
https://github.com/Perl/perl5/commit/6180ec1c319eed70

mktables more verbose
Karl Williamson 6 files changed, 32 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/ee8bc0945742378c

lib/locale.t:
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/fd723ca513cb6c89

Deleted branch smoke-me/jkeenan/Biswa96/fix-clang-mingw

Deleted branch smoke-me/jkeenan/fix-20090-20220818

Deleted branch smoke-me/jkeenan/gh-18503-locale-maketext

Deleted branch smoke-me/jkeenan/gh-21814-21815-combined

Deleted branch smoke-me/jkeenan/hv/pp_ctl-20210207

Deleted branch smoke-me/jkeenan/khw-localeconv

Deleted branch smoke-me/jkeenan/khw/alt-freebsd-hints-20201209

Deleted branch smoke-me/jkeenan/khwilliamson/replacement

Deleted branch smoke-me/jkeenan/zmughal-extutils-cbuilder-win32-gcc-auto-image-base

Martian commit 30a648eb215630c2568e6f3a98bea2d059faa08e
5 commits. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/30a648eb215630c2

In win32/GNUmakefile, remove EXTRACFLAGS from ccflags
sisyphus 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/30a648eb215630c2

rewrite
sisyphus 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b4013cba101f9269

rewrite
sisyphus 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d1eaf105410930b1

rewrite
sisyphus 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8efff32cae4c771a

In win32/GNUmakefile, remove EXTRACLIBS from ccflags
sisyphus 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cee5019969d06be8

Martian commit 86b1330f156a33fdc1fe3cf23bbba84fe06dd8ea
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/86b1330f156a33fd

XS::APItest: don't allow a NULL AV * through
Tony Cook 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/86b1330f156a33fd

Martian commit 504ce8463bf0e8bcf25001d510a128ef621b1760
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/504ce8463bf0e8bc

[inline.h] Silence "[-Wunknown-pragmas]" warnings in MinGW builds.
sisyphus 1 file changed, 8 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/504ce8463bf0e8bc

Martian commit 72f34b669003333f86aa6e1f118df3bafdb2dafd
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/72f34b669003333f

Version bumps: File::Glob and Hash::Util
Richard Leach 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/72f34b669003333f

Martian commit a2bab514111b8a2a042ff8a79bb1f983ae451553
1 commit. 1 unique author. 1 unique committer.

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

[doc] `perldelta`: Minor template fixes
rwp0 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/a2bab514111b8a2a

Martian commit 657a9671dc92d85ea10a55ea23336968941567b4
3 commits. 2 unique authors. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/657a9671dc92d85e

Merge branch 'Perl:blead' into rwp0/perldelta
Elvin Aslanov 2 parents
https://github.com/Perl/perl5/commit/657a9671dc92d85e

[doc] `perldelta`: Minor template fixes
rwp0 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e08807163c5d995e

[doc] `perldelta`: Minor template fixes
rwp0 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/692c18eeb527ad25

Martian commit 2c45836be651670e64553aafad705331fe330e79
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/2c45836be651670e

State clearly /bin/sh cannot be changed, in perlop.pod
??? Dan Jacobson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2c45836be651670e

Martian commit e1655b65d425b68558de2ebc16c915339d5cf4fb
1 commit. 1 unique author. 1 unique committer.

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

locale.c: Add missing check for error return
Karl Williamson 1 file changed, 6 insertions(+)
https://github.com/Perl/perl5/commit/e1655b65d425b685

Martian commit 450566a94d8883e251229aad01b620d430faebdb
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://github.com/Perl/perl5/tarball/450566a94d8883e2

Langinfo.t: Set locale categories if no LC_ALL
Karl Williamson 1 file changed, 10 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/450566a94d8883e2

Martian commit 0e7fae14795748195861facfe1909b2c995c18ea
1 commit. 1 unique author. 1 unique committer.

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

locale.c: Avoid unused parameter warning
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/0e7fae1479574819

Ignored 64 GitHub auto-generated merge commits