Front page | perl.perl5.porters |
Postings from May 2021
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
May 5, 2021 03:11
Subject:
Perl 5 Commit Summary
Message ID:
20210505031130.A1CDA12005@dromedary.p5h.org
Perl 5 commit summary, activity since Saturday
Current branch blead
14 commits. 3 unique authors. 3 unique committers.
55 files changed, 1549 insertions(+), 3401 deletions(-)
Thanks, applied: Paul Evans (1)
Snapshot: http://github.com/Perl/perl5/tarball/61d18b618b056a0a
Update META
Sawyer X 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/61d18b618b056a0a
disarm RC1 bump
Sawyer X 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/346bd712d3ab76a8
Update META files
Sawyer X 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07cd1b35531ce529
bump version to RC1
Sawyer X 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/e961d2963049790d
add new release to perlhist
Sawyer X 1 file changed, 20 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/ebe4c5ab84af352f
Merge all perldelta files to create perl534delta.pod
Sawyer X 19 files changed, 1214 insertions(+), 3135 delet
https://github.com/Perl/perl5/commit/2f9090fc9b36f1d6
Update Module::CoreList for 5.34.0
Sawyer X 3 files changed, 32 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/da24a6d446774419
make regen_meta
Sawyer X 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2ca2563b65898468
Bump perl version in various places for 5.34.0
Sawyer X 25 files changed, 187 insertions(+), 187 deletio
https://github.com/Perl/perl5/commit/ed4fd77f4b5e3e5c
Fix perlop.pod about isa operator's precedence
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0cafd09c4306be6a
update experimental to 0.024 from CPAN
Ricardo Signes 4 files changed, 16 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/acd998d76362b480
perlpolicy: update moderator list
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/98812e18d0be2057
Merge branch 'perlexperiment-links' into blead
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/92cec69a409f3895
feature.pm: fix a typo
Ricardo Signes 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/4a485c3efe270c48
Current branch gh17847
3 commits. 1 unique author. 1 unique committer.
1925 files changed, 145057 insertions(+), 112558 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/c14c117a739a744d
[gh 17847] data->pos_delta should stick at infinity
Hugo van der Sanden 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/c14c117a739a744d
[gh 17847] avoid overflow on delta in study_chunk
Hugo van der Sanden 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/0a065f31b54c0677
[gh 17847] Include data->pos_delta in #if'd-out diagnostic
Hugo van der Sanden 1 file changed, 3 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b2b85681b42f13c8
Current branch hv/brackets
1 commit. 1 unique author. 1 unique committer.
4191 files changed, 801786 insertions(+), 468793 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/7fe8e930fcc71852
gh15835: Allow for bracket-stack annotations in tokereport()
Hugo van der Sanden 1 file changed, 34 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/7fe8e930fcc71852
Current branch hv/runloop
1 commit. 1 unique author. 1 unique committer.
4191 files changed, 801795 insertions(+), 468803 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/c730b363c7715259
gh 15836: simplify the runloop
Hugo van der Sanden 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/c730b363c7715259
Current branch hv/study_chunk
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/4e53357c107200b0
Nonsense commit
Hugo van der Sanden
https://github.com/Perl/perl5/commit/4e53357c107200b0
Current branch leonerd/feature-format-vars
2 commits. 1 unique author. 1 unique committer.
155 files changed, 2102 insertions(+), 1201 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/90e1570e7277c1a0
Initial implementation of banning at least some of the format vars
Paul "LeoNerd" Evans 1 file changed, 23 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/90e1570e7277c1a0
Create a default-on 'format_vars' feature
Paul "LeoNerd" Evans 3 files changed, 92 insertions(+), 51 deletions(
https://github.com/Perl/perl5/commit/7f31b1777bcc3acc
Current branch leonerd/infix-plugin
7 commits. 1 unique author. 1 unique committer.
9 files changed, 96 insertions(+), 60 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/4449721af3f81377
Pass the Perl_custom_infix structure pointer itself into the ->parse method
Paul "LeoNerd" Evans 5 files changed, 7 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/4449721af3f81377
PL_infix_plugin functions should return STRLEN, not int
Paul "LeoNerd" Evans 4 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/56c6442f4801bede
Also invoke infix plugin on likely-looking sequences of non-identifier symbo
Paul "LeoNerd" Evans 1 file changed, 27 insertions(+)
https://github.com/Perl/perl5/commit/c3fc1d23ae3e0f94
Only invoke the infix plugin on the unlikely case that it is actually define
Paul "LeoNerd" Evans 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/56eb009d281bbe4c
Invoke PL_infix_plugin for identifier-named custom infix operators
Paul "LeoNerd" Evans 1 file changed, 16 insertions(+)
https://github.com/Perl/perl5/commit/2a7819e9e13b8895
Define a PLUGRELOP token type for the parser to recognise plugin relops
Paul "LeoNerd" Evans 5 files changed, 1222 insertions(+), 1191 deleti
https://github.com/Perl/perl5/commit/d7fb7664112910b6
Define a PL_infix_plugin hook, of a similar style to PL_keyword_plugin
Paul "LeoNerd" Evans 5 files changed, 27 insertions(+)
https://github.com/Perl/perl5/commit/146d4134821b1e1a
Current branch leont/perlio-various
7 commits. 1 unique author. 1 unique committer.
2226 files changed, 160676 insertions(+), 133977 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/0a23d1655f2bf14f
WIP
Leon Timmermans 1 file changed, 21 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/0a23d1655f2bf14f
Speed up slurping binary files
Leon Timmermans 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/cd2ea7b723817404
Make :via and :scalar use readdelim
Leon Timmermans 4 files changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c6951c0d217d8b56
Made :utf8 an actual layer
Leon Timmermans 15 files changed, 486 insertions(+), 94 deletion
https://github.com/Perl/perl5/commit/3485f29ea37a541f
Make :encoding use the new readdelim method
Leon Timmermans 2 files changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e45d824f532a95b8
Add fast readdelim to main buffering layers
Leon Timmermans 2 files changed, 52 insertions(+)
https://github.com/Perl/perl5/commit/b6f31f4c763865e4
Implement new style readline and the slow fallback
Leon Timmermans 6 files changed, 50 insertions(+), 278 deletions
https://github.com/Perl/perl5/commit/6e631e67bccd13f9
Current branch smoke-me/khw-locale
259 commits. 1 unique author. 1 unique committer.
21 files changed, 407 insertions(+), 247 deletions(-)
Snapshot: http://github.com/Perl/perl5/tarball/105e955c3af8671d
59
Karl Williamson 3 files changed, 17 insertions(+), 4 deletions(-
https://github.com/Perl/perl5/commit/105e955c3af8671d
58
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/b6f3fbdb25e46b81
57
Karl Williamson 18 files changed, 1515 insertions(+), 877 deleti
https://github.com/Perl/perl5/commit/4bf3a68a9665a921
Notes
Karl Williamson 10 files changed, 39 insertions(+), 8 deletions(
https://github.com/Perl/perl5/commit/fb17b7a87a9ffbf0
XXX Use internal querylocale on Linux
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/903081a0c02bca90
XXX perl.h: Debugging trace across all files
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/5ccaca0f91840c4a
perl.h: Avoid unnecessary calls to set_numeric_standard()
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/95c3b14526b99d0d
XXX cygwin debugging small macro buf
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2008565f2aeac9a6
lib/locale.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/892c44a7f0cfe615
XXX check if really necessary after everything: Don't use POSIX 2008 locale
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/8d65f916265d8bda
sv.c: White-space only
Karl Williamson 1 file changed, 5641 insertions(+), 5641 deletio
https://github.com/Perl/perl5/commit/3f6c81054ee3b180
Fix isspace() handling on AIX
Karl Williamson 2 files changed, 13 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/f7acdfc0c2ceeea8
sv.c: Rmv redundant clause
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4b32b2c652b81d36
sv.c: Rmv duplicate clones
Karl Williamson 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/724bf071786017b1
XXX finish msg,thread_init Revamp sync_locale, switch_to_global_locale
Karl Williamson 7 files changed, 170 insertions(+), 117 deletion
https://github.com/Perl/perl5/commit/ae962b41dc465893
intrpvar.h: Move some defns into appropriate #ifdefs
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/10fb4af70966796f
intrpvar.h: White space only
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f2f81f9b944a26a7
XXX locale_threads debugging
Karl Williamson 1 file changed, 54 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/2f244c776c3451de
XXX locale_threads
Karl Williamson 1 file changed, 558 insertions(+), 43 deletions(
https://github.com/Perl/perl5/commit/d4b38e31598804dc
t/loc_tools.pl: Swap lines
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/efd49e840ba3ee17
XXX t/loc_tools.pl: Temp debug
Karl Williamson 1 file changed, 42 insertions(+)
https://github.com/Perl/perl5/commit/502fac1bd6bb2b9b
t/loc_tools.pl: White-space only
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/e111b57c425a7c55
XXXdelta Add locale unsupported test
Karl Williamson 2 files changed, 48 insertions(+), 46 deletions(
https://github.com/Perl/perl5/commit/cc84a862c0f01fda
t/loc_tools.pl: Check for unsupported locales
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/88d55cb347b1e337
t/loc_tools.pl: Don't allow commas in locale names
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/c150725ead5c58ac
t/loc_tools.pl: Add checks
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/a09181fa3d5a3ddc
t/loc_tools.pl: Fail earlier
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/d45f941d3e000e13
t/loc_tools.pl: Refactor _trylocale()
Karl Williamson 1 file changed, 31 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/b185acb4cf9dd787
Revert "cygwin use fcns"
Karl Williamson 1 file changed, 43 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1bd89a3c88067ff5
cygwin use fcns
Karl Williamson 1 file changed, 2 insertions(+), 43 deletions(-)
https://github.com/Perl/perl5/commit/9a5302c08114c7f4
Kludge to get cygwin to compile
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/3ed50f70bad64ac0
cygwin
Karl Williamson 1 file changed, 38 insertions(+), 35 deletions(-
https://github.com/Perl/perl5/commit/c9e2590d29f8be0a
t/loc_tools.pl: Print better failing test numbers
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/c8b5d1ca08d47651
locale.c: Initialize PL_underlying_numeric_obj
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/9c03af538824f6d2
locale.c: Initialize variables to avoid runtime check
Karl Williamson 1 file changed, 15 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/b56322126b82f03b
locale.c: Add debugging check
Karl Williamson 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/52b703201070d29b
locale.c: Add a fcn to display LC_ALL
Karl Williamson 4 files changed, 34 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/636e3da7c9c83d5a
locale.c: Refactor internal debugging function
Karl Williamson 4 files changed, 37 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/0cb7dafafb80487d
makedef.pl: Rmv obsolete symbol
Karl Williamson 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/50145f1ad4c9936e
sv.c: Comments white-space only
Karl Williamson 1 file changed, 6 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/6cccfee63f1400f0
patchlevel.h: White-space only: properly indent
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d5c3b1e7b66374eb
perl.h: Change macro name to be C conformant
Karl Williamson 2 files changed, 13 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/944bc4988e1e36d5
XXX Configure strftime() is C89
Karl Williamson 2 files changed, 1 insertion(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/85bf273fbb377eab
locale.c: Move code, white-space, comment only
Karl Williamson 1 file changed, 161 insertions(+), 175 deletions
https://github.com/Perl/perl5/commit/81eee4bc854a1482
locale.c: Add 'Lazy' location changing
Karl Williamson 2 files changed, 42 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/ab9c00225e506276
intrpvar.h: Swap position of two defns; add comment
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/67d3c209640f461b
l
Karl Williamson 1 file changed, 10 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/634a9c23fbf96d70
XXX Temp dont use querylocale()
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/a074eeb82f13901c
perlxs
Karl Williamson 2 files changed, 475 insertions(+), 18 deletions
https://github.com/Perl/perl5/commit/b933165ea6ecce0c
handy.h: Add layer for char classification/case change
Karl Williamson 1 file changed, 99 insertions(+), 38 deletions(-
https://github.com/Perl/perl5/commit/b1eb58af1481e779
f save_to_buffer ignore return
Karl Williamson 2 files changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/947982845ebe175d
locale.c: windows DEBUG stmts
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/f42c0cf3948a3a5d
lib/locale.t FILE debug
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/13411fb911761e30
Revert "PLcurlocales"
Karl Williamson 4 files changed, 17 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/12734a6414bcd894
PLcurlocales
Karl Williamson 4 files changed, 15 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/5f53d489ff799aad
l
Karl Williamson 1 file changed, 41 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f8e6bfef7e2af582
Add pTHX to locale_thread_init()
Karl Williamson 4 files changed, 4 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/d36e356633922c5d
locale.c: Change a branch into an assert
Karl Williamson 1 file changed, 1 insertion(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/f0d3de61867f84ae
vutil.c: Simplify locale handling
Karl Williamson 2 files changed, 9 insertions(+), 60 deletions(-
https://github.com/Perl/perl5/commit/285d62eb72a72786
vutil.c: Clean up white space
Karl Williamson 2 files changed, 512 insertions(+), 515 deletion
https://github.com/Perl/perl5/commit/fec98937d75e7245
XXX run/locale.t temp debug
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/eac17c241db85cfb
t/run/locale.t: Move init stmt
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/7d70590992f383d5
Make DEBUGGING the default on CI
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/0c15807da7f89b5c
XXX locale.c: Kludge because C obj getting destroyed
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/26373fbacf9abe01
locks
Karl Williamson 3 files changed, 96 insertions(+), 40 deletions(
https://github.com/Perl/perl5/commit/b11aeec2a5f213d3
XXX perl.h: Debugging mutex lock'
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/69bcc11c40cf759b
XXX thread.h Save errno around lock/unlock
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/be4e9535550d0225
thread.h: White-space, braces only
Karl Williamson 1 file changed, 20 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/9811f395cb384e42
XXX check with freebsd: hints/freebsd.sh
Karl Williamson 1 file changed, 6 insertions(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/bd80978f569dada1
XXX check if using ppport IO.xs: Remove fallback code furnished by ppport
Karl Williamson 2 files changed, 1 insertion(+), 43 deletions(-)
https://github.com/Perl/perl5/commit/0ca2c0890df5e010
XXX incomplete perlhacktips:
Karl Williamson 1 file changed, 25 insertions(+), 26 deletions(-
https://github.com/Perl/perl5/commit/10fd3e073fa937e1
Time-Piece: Use isUPPER, not isupper
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2ac24c837bba9e7d
Time-Piece: Use isDIGIT, not isdigit
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/fcb6cef338b0abac
Time-Piece: Use isSPACE, not isspace
Karl Williamson 1 file changed, 20 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/90c309448ec03ff7
Time-Piece: Use foldEQ_locale() if available
Karl Williamson 1 file changed, 18 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/5fabadc6c758898a
XXX cpan PR Time-Piece: Add locks
Karl Williamson 2 files changed, 74 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/f5f577d24257399e
os2: Use many reader lock instead of exclusive
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9e071cf251692c4a
util.c: Add locks around strftime() calls
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/7c1ad70ead76ad6a
util.c: mktime needs to run under a mutex
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/49b3bb5205f96e6f
POSIX.xs env locks, check file for more
Karl Williamson 1 file changed, 15 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/287ebe80185008e4
win32.c: Add mutexes around some calls
Karl Williamson 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/24950bc410241efb
XXX need to StructCopy pp_sys mutexes
Karl Williamson 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/24a9fd126b8b31e0
time64.c: Remove no longer needed code
Karl Williamson 1 file changed, 34 deletions(-)
https://github.com/Perl/perl5/commit/63752ae2d9d17744
perl.h: Finish implementing combo ENV/LOCALE mutexes
Karl Williamson 2 files changed, 164 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/52dc9343c0cc2ee5
perl.h: Move some statements
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/ffba5dee9f59e92e
Change ENV/LOCALE locking read macro names
Karl Williamson 3 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/78c881203b999ca4
Remove ENV_LOCALE_LOCK/UNLOCK macros
Karl Williamson 2 files changed, 9 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/2a6d87a03f5819e1
perl.h: Add #define for gwENVr_LOCALEr_UNLOCK
Karl Williamson 1 file changed, 52 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a0efb671ad1ec966
XXX prob drop; done before anything so no races
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/ca220c0453826054
locale.c comments
Karl Williamson 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/6ef18b05c11a6d34
locale.c/inline.h: Add fold calc debug statements
Karl Williamson 2 files changed, 91 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d84f2b49d011bea5
Make fc(), /i thread-safe on participating platforms
Karl Williamson 8 files changed, 6 insertions(+), 90 deletions(-
https://github.com/Perl/perl5/commit/e3e4fcc4079263d6
XXX pp.c: do %g print under mutex,
Karl Williamson 1 file changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/12c05eb03c8c6766
XXX make sure comments get moved appropriately perl.h: Remove now empty bloc
Karl Williamson 1 file changed, 34 deletions(-)
https://github.com/Perl/perl5/commit/23bf275bb4ec2487
locale.c: Mitigate unsafe threaded locales
Karl Williamson 4 files changed, 151 insertions(+), 2 deletions(
https://github.com/Perl/perl5/commit/a799bdc5104dd20c
locale.c: Move #define to perl.h; use it elsewhere
Karl Williamson 6 files changed, 16 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/db2f227f22cb38dd
perl.h: Move LOCALE_READ_LOCK #definition
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/527bfc5c80eb1ff5
perl.h: Move #defining SETLOCALE_LOCK
Karl Williamson 1 file changed, 8 insertions(+), 13 deletions(-)
https://github.com/Perl/perl5/commit/c78576c28b5b3d14
XXX perlembed Add PORCELAIN_SETLOCALE_LOCK/UNLOCK
Karl Williamson 2 files changed, 26 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/d54b081d79cdc8a2
perl.h: Remove LOCALECONV_LOCK
Karl Williamson 2 files changed, 6 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/8f40acce2f09f9a7
perl.h: Remove NL_LANGINFO_LOCK
Karl Williamson 2 files changed, 3 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/898f80855a79dbac
Redefine the POSIX.xs locale macros using prev commit
Karl Williamson 1 file changed, 10 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/51b65ca7f2e29590
Add locale macro to wrap static-space-using fncs
Karl Williamson 1 file changed, 24 insertions(+)
https://github.com/Perl/perl5/commit/c44a8f258cd53dd3
Use general locale mutex for numeric operations
Karl Williamson 6 files changed, 18 insertions(+), 102 deletions
https://github.com/Perl/perl5/commit/f251556ac01ddee3
Make the locale mutex a general semaphore
Karl Williamson 6 files changed, 90 insertions(+), 31 deletions(
https://github.com/Perl/perl5/commit/fa1be7493b26c6e3
perl.h: Reorder cpp branches
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/a759bbee3e307f95
perl.h: Move some code around
Karl Williamson 1 file changed, 39 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/d4f6977d824c9b55
Mark certain mutex lock macros as private
Karl Williamson 3 files changed, 22 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/4e3a599c85cd5589
locale.c: Print code point in hex, not decimal
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/278b83f54f487c95
locale.c: Add debug statement for collation failure
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/5181743c0907c8d4
locale.c: Improve debugging for mem_collxfrm()
Karl Williamson 4 files changed, 21 insertions(+), 26 deletions(
https://github.com/Perl/perl5/commit/a54687a5664e7b70
XXXdelta Fix POSIX::strxfrm()
Karl Williamson 5 files changed, 61 insertions(+), 21 deletions(
https://github.com/Perl/perl5/commit/f50e77e71794c59b
Change name of internal function
Karl Williamson 6 files changed, 29 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/6110c8c0e54cba55
locale.c: Use strxfrm_l() if available
Karl Williamson 1 file changed, 25 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e8b7e107421ab076
XXX temp: lib/locale.t: debug
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/948112dfd11ebd07
Configure: strxfrm_l
Karl Williamson 14 files changed, 42 insertions(+), 16 deletions
https://github.com/Perl/perl5/commit/0336a2574d771f78
locale.c: strxfrm() requires LC_CTYPE eq LC_COLLATE
Karl Williamson 1 file changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/926ab667f652954d
locale.c: Don't assume LC_CTYPE, LC_COLLATE are same
Karl Williamson 1 file changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/72ae42ba21e0d3ae
locale.c: Add check that strxfrm didn't fail
Karl Williamson 1 file changed, 14 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/1c1c507b4363d510
locale.c: Use standard fold table for C locale
Karl Williamson 1 file changed, 19 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/a2cfebac05afe05b
locale.c: Change assert() into STATIC_ASSERT()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cd61ca7d1ae13e58
XXXfinish commit msg locale.c: Rmv some special cases
Karl Williamson 1 file changed, 29 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/b2e6500009653fbe
locale.c: Rmv S_set_numeric_radix()
Karl Williamson 3 files changed, 10 insertions(+), 36 deletions(
https://github.com/Perl/perl5/commit/a6e1954fb5158378
locale.c: Move debug stmt to earlier in fcn
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/7113feb8d3ea84db
locale.c: Save underlying radix character
Karl Williamson 5 files changed, 34 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/c8d2334ad57e2111
locale.c: Rmv special case
Karl Williamson 1 file changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/121d07825816a078
locale.c: Swap setting related variables
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/0a81facd605ea870
numeric.c, intrpvar.h: Rmv outdated condition, comment
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8437845c945a7dd2
locale.c: Specially handle the trivial case
Karl Williamson 1 file changed, 11 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/4353ba0f5670872d
locale.c: Skip code if will be a no-op
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/cf7c1213016e1bf6
locale.c: Mv line of code later in fcn
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c99c644a9cf71b15
locale.c: Rmv unnecessary savepv()
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/063581d765b2d925
locale.c: Rmv unused code
Karl Williamson 3 files changed, 15 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/f318a04b1822a646
locale.c: Refactor a static function
Karl Williamson 1 file changed, 50 insertions(+), 28 deletions(-
https://github.com/Perl/perl5/commit/e2c726038344ef3f
locale.c: Reorder 'if' branches
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/28162d1e3cb5951f
locale.c: Reorder code, rmv unneeded conditional
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/7c5a6c801a43bea6
locale.c: Add some asserts
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/5d53b7a0c8ac55a3
locale.c: Move DEBUG location info
Karl Williamson 1 file changed, 68 insertions(+), 87 deletions(-
https://github.com/Perl/perl5/commit/0540a375ed3080b4
locale.c: Use new mechanism to save/restore errno
Karl Williamson 1 file changed, 5 insertions(+), 15 deletions(-)
https://github.com/Perl/perl5/commit/d976cd91b0495739
Swap the ordering of two locale category indices
Karl Williamson 2 files changed, 22 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/c1276dc9e7c279c5
intrpvar.h: Initialize a variable
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/1f5b22f467c5fa99
locale.c: Cache the current LC_CTYPE locale name
Karl Williamson 6 files changed, 47 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/abf84d1fd6f699c4
locale.c: Omit an extra copy
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c80a0f419f29cc47
locale.c: Clean up thread_locale_init()
Karl Williamson 1 file changed, 24 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/34a50c695d0560c1
Add a common locale panic macro and functions
Karl Williamson 5 files changed, 69 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/0d52736f9ae358a8
Don't discard locale info in starting P2008
Karl Williamson 1 file changed, 23 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/637586c49d9db3bd
locale.c: Rmv no longer used code; UTF8ness cache
Karl Williamson 7 files changed, 768 deletions(-)
https://github.com/Perl/perl5/commit/28d6fc2607fb5be6
mg.c: White-space only
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/599d02fef42f8c6a
Move utf8ness calc for $! into locale.c from mg.c
Karl Williamson 6 files changed, 97 insertions(+), 53 deletions(
https://github.com/Perl/perl5/commit/72afc032329b9334
Avoid mojibake in "$!"
Karl Williamson 1 file changed, 143 insertions(+), 127 deletions
https://github.com/Perl/perl5/commit/957fae40d5c0c766
locale.c: Refactor #ifdef's for clarity
Karl Williamson 4 files changed, 96 insertions(+), 50 deletions(
https://github.com/Perl/perl5/commit/c23762a93a6225ce
locale.c: Use Strerror(), not strerror()
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/f3f2014484f51c0b
locale.c: Add fallbacks if no mbtowc()
Karl Williamson 1 file changed, 107 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/30bce767d39e4f10
XXXdelta Add Perl_langinfo8()
Karl Williamson 4 files changed, 102 insertions(+), 101 deletion
https://github.com/Perl/perl5/commit/32d914e0a3fab830
locale.c: Add utf8ness return param to static fcn
Karl Williamson 4 files changed, 69 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/c0bd96ca3d5f6423
XXXdelta Add my_strftime8()
Karl Williamson 5 files changed, 72 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/c5f3cd3bc79f927c
locale.c: Fix windows bug with broken localeconv()
Karl Williamson 1 file changed, 16 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/ee00d25c4efdb521
locale.c: Collapse duplicate logic into one instance
Karl Williamson 4 files changed, 158 insertions(+), 160 deletion
https://github.com/Perl/perl5/commit/c67bd38a6326cce1
locale.c: localeconv() unconditional NUMERIC toggle
Karl Williamson 1 file changed, 30 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/bac8e4cdcdd9a029
XXX perldelta Move POSIX::localeconv() logic to locale.c
Karl Williamson 5 files changed, 400 insertions(+), 204 deletion
https://github.com/Perl/perl5/commit/03e8c0fd272eed58
locale.c: Add fcn for UTF8ness determination
Karl Williamson 4 files changed, 113 insertions(+)
https://github.com/Perl/perl5/commit/5a0d84da5d7bd78c
locale.c: Add is_locale_utf8()
Karl Williamson 4 files changed, 42 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/8a6fdecc35835a86
New signature for static fcn my_langinfo()
Karl Williamson 4 files changed, 204 insertions(+), 128 deletion
https://github.com/Perl/perl5/commit/74acc90ad31726bf
Add toggle_locale() fcns
Karl Williamson 4 files changed, 88 insertions(+)
https://github.com/Perl/perl5/commit/2fee0d4f2ac7932b
locale.c: Improve non-nl_langinfo() CODESET calc
Karl Williamson 2 files changed, 62 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/335f8a6d8dd20f82
locale.c: Add static fcn to analyze locale codeset
Karl Williamson 4 files changed, 30 insertions(+)
https://github.com/Perl/perl5/commit/df801554e41b73da
locale.c: langinfo: Use Windows fcn to find CODESET
Karl Williamson 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/cadd42ead2f3d011
locale.c: Make static fcn reentrant
Karl Williamson 4 files changed, 87 insertions(+), 48 deletions(
https://github.com/Perl/perl5/commit/48a042aa88822533
locale.c: Use a scratch buf; instead of reusing old
Karl Williamson 1 file changed, 29 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/1a063e00be288f6f
locale.c: Don't change locale if already there
Karl Williamson 1 file changed, 37 insertions(+)
https://github.com/Perl/perl5/commit/776d076f3a7f16e9
locale.c: Rmv no longer used param from static fnc
Karl Williamson 3 files changed, 41 insertions(+), 20 deletions(
https://github.com/Perl/perl5/commit/a5e2bd2c290595e0
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/c21127cd3afed15e
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/611c7cc875024cef
locale.c: Fix currency symbol derivation
Karl Williamson 1 file changed, 13 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/9a90c63f2f03798d
locale.c: Rmv redundant cBOOL()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/32874da8991020c5
locale.c: Use typedef to simplify
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/0a7608de7edcb37a
locale.c: Extend a static function
Karl Williamson 3 files changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/de157afd2613f5a1
locale.c: Shorten static function name
Karl Williamson 4 files changed, 18 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/bf1a54f34a6d9deb
locale.c: Rmv reimplementation of my_strftime()
Karl Williamson 1 file changed, 62 insertions(+), 136 deletions(
https://github.com/Perl/perl5/commit/cfb6c364ca8f90bf
locale.c: Return defaults for uncomputable langinfo items
Karl Williamson 4 files changed, 164 insertions(+), 40 deletions
https://github.com/Perl/perl5/commit/d430dfee7e145db5
locale.c: Add two #defines
Karl Williamson 1 file changed, 15 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/d86f01fff9a0d3f8
locale.c: Make statics of repeated string constants
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/7cf17f01a1acdde6
locale.c: Reorder cases in a switch
Karl Williamson 1 file changed, 61 insertions(+), 60 deletions(-
https://github.com/Perl/perl5/commit/b8b4b72555c26f0d
Move code from POSIX.xs to locale.c
Karl Williamson 5 files changed, 75 insertions(+), 61 deletions(
https://github.com/Perl/perl5/commit/9d366344b3a9e314
POSIX.xs: White-space only
Karl Williamson 1 file changed, 28 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/6548a2407f9c1a95
POSIX.xs: Use macro to reduce complexity
Karl Williamson 1 file changed, 30 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/39ec89f52a1c8663
f XXX make fcns accessible to cygwin
Karl Williamson 4 files changed, 18 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/0a0924e4c9785046
locale.c: Separate out two Win fcns from a larger one
Karl Williamson 1 file changed, 55 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/b85080ccf60c5d6b
locale.c: Add DEBUGGING information
Karl Williamson 4 files changed, 52 insertions(+), 43 deletions(
https://github.com/Perl/perl5/commit/1f82b1f29b141c46
locale.c: Add fcn to hide edge case undefined behavior
Karl Williamson 9 files changed, 48 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/75ab944c615debcc
sv.c: Duplicate more variables during cloning
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/16f0bd145e4677bf
Split off setting locale to "" from S_emulate_setlocale
Karl Williamson 4 files changed, 81 insertions(+), 104 deletions
https://github.com/Perl/perl5/commit/9ad8d0592ba64373
locale.c: locale "" can be disparate
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/54df4ad356b1cefc
locale.c: Split ancillary from S_emulate_setlocale
Karl Williamson 4 files changed, 103 insertions(+), 49 deletions
https://github.com/Perl/perl5/commit/015787f3a3cba918
locale.c: Clean up handling of a glibc bug
Karl Williamson 1 file changed, 29 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/387a2b338c95fef9
locale.c: Change internal variable name
Karl Williamson 3 files changed, 23 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/75a397f833af2486
locale.c: Split aggregate LC_ALL from emulate_setlocale
Karl Williamson 4 files changed, 138 insertions(+), 105 deletion
https://github.com/Perl/perl5/commit/9f57e1d5e91b9234
locale.c: Use setlocale() for init, not P2008
Karl Williamson 1 file changed, 16 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/6b0fdae1b42b9ff1
locale.c: Refactor some derived #defines
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/f8b74de55e8de5f0
XXX drop stdize_locale: #if 0, enabled even for emulate
Karl Williamson 1 file changed, 36 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/31a0e6fdd09eafc4
locale.c: Generalize stdize_locale()
Karl Williamson 8 files changed, 165 insertions(+), 45 deletions
https://github.com/Perl/perl5/commit/5f5da17773b4bac5
locale.c Make a char * variable const
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f5ce9a6e1c720a58
Make three locale PL_ strings const char*
Karl Williamson 4 files changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/e3ed09a8d2c51a5b
locale.c: querylocale() doesn't work on LC_ALL
Karl Williamson 5 files changed, 186 insertions(+), 98 deletions
https://github.com/Perl/perl5/commit/bf8729840f323f70
locale.c: Create new convenience macro
Karl Williamson 2 files changed, 33 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/81fb296ecee06499
perl.h: Expand scope of cpp conditional
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/6c42af298f985ed2
locale.c: Remove exploratory code
Karl Williamson 1 file changed, 47 deletions(-)
https://github.com/Perl/perl5/commit/6f409c82e6fb057e
locale.c: Use low level macros at low level
Karl Williamson 1 file changed, 14 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/462c9d0d289188ea
Perl_setlocale(): Same code for all param2 == NULL
Karl Williamson 1 file changed, 26 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/afebeadb33aa2dd4
locale.c: Use a function table to simplify code
Karl Williamson 4 files changed, 77 insertions(+), 76 deletions(
https://github.com/Perl/perl5/commit/fdd02a06e3b3dd5c
locale.c: Add panic check/message
Karl Williamson 4 files changed, 59 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/826226229794b7e4
locale.c: Add setlocale() return context macros
Karl Williamson 1 file changed, 52 insertions(+), 35 deletions(-
https://github.com/Perl/perl5/commit/405d4d46a0080eaa
locale.c: Add a convenience #define
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/c30c97ca727b8321
locale.c: Generalize certain Win32 calls
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/5a86da55835afd52
locale.c: Create new macros for just querying locale
Karl Williamson 1 file changed, 29 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/1fd4b1d57b35d1af
locale.c: #define some macros in terms of a base one
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/eed61367d84b33b9
locale.c: Remove spaces around a '##' preprocessor directive
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3c3af698540a91db
locale.c: Outdent previous commit
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/e5eb0b086232cde4
locale.c: Separate query part of emulate_setlocale()
Karl Williamson 4 files changed, 66 insertions(+), 58 deletions(
https://github.com/Perl/perl5/commit/a09c45d06c0b6b34
locale.c: Move fcn within file
Karl Williamson 1 file changed, 42 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/10d41257b56632d1
locale.c: Comment clarifications, white space
Karl Williamson 1 file changed, 338 insertions(+), 210 deletions
https://github.com/Perl/perl5/commit/c1800d154408acd2
locale.c: Move unreachable code
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/b83e638f4c0c3843
locale.c: Simplify S_category_name
Karl Williamson 3 files changed, 20 insertions(+), 39 deletions(
https://github.com/Perl/perl5/commit/7c72e11efa46ddfc
locale.c: Change S_emulate_setlocale name and sig
Karl Williamson 4 files changed, 26 insertions(+), 50 deletions(
https://github.com/Perl/perl5/commit/d52faea2794ddb25
locale.c: Use get_category_index()
Karl Williamson 4 files changed, 36 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/2b448380d65f9edb
locale.c: Create S_get_category_index()
Karl Williamson 4 files changed, 60 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/9ff951384432e6d3
locale.c: Cast return of setlocale() to const
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ea90859c4c23e9f8
locale.c: Change macro name
Karl Williamson 1 file changed, 17 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/c67192b57101c681
Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
Karl Williamson 8 files changed, 12 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/ef21938d1687244b
Add USE_LOCALE_THREADS #define
Karl Williamson 3 files changed, 15 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/0f02e8eb57143f6f
Mark newly moved symbols as private
Karl Williamson 2 files changed, 121 insertions(+), 121 deletion
https://github.com/Perl/perl5/commit/83253a667e75efd7
Move some locale.c #defines to perl.h
Karl Williamson 2 files changed, 83 insertions(+), 82 deletions(
https://github.com/Perl/perl5/commit/2e849189f544bb2f
locale.c: Declare three static arrays to be so.
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9382af9617ad7c7c
regexec.c: Refactor switch default()
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9221e5738662dbc7
regexec.c: Improve code
Karl Williamson 1 file changed, 19 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/26538c4804101e05
handy.h: Add isCASED_LC
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/59ca89da905d283d
XXX SEE IF WORKS handy.h: Change Windows macros
Karl Williamson 1 file changed, 9 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/09961b83337e5450
locale.c: Use new macros from the prev commit
Karl Williamson 2 files changed, 34 insertions(+), 44 deletions(
https://github.com/Perl/perl5/commit/35dc2ba41e07d48b
handy.h: Add wrapper layer macros for isalnum() ...
Karl Williamson 1 file changed, 59 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/f3b64ef0c27b1850
handy.h: Collapse some macros
Karl Williamson 1 file changed, 6 insertions(+), 11 deletions(-)
https://github.com/Perl/perl5/commit/ef4975e7b870ed9c
handy.h: Move some macro defns around
Karl Williamson 1 file changed, 45 insertions(+), 45 deletions(-
https://github.com/Perl/perl5/commit/68e561da9ee315fe
handy.h: Collapse two sets of macros
Karl Williamson 1 file changed, 15 insertions(+), 29 deletions(-
https://github.com/Perl/perl5/commit/dbee07c3e4683059
No locales => don't use isspace(), toLower() etc.
Karl Williamson 1 file changed, 16 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/3ecf03a2e8038c1f
handy.h: #define one macro in terms of another
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ca3cef8832dc210c
handy.h: Rmv unnecessary parameter to internal macros
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/35b5d506dcfb24bf
handy.h: Refactor some internal macros
Karl Williamson 1 file changed, 12 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/fb6e529b02bfc56e
handy.h: Rmv internal macro
Karl Williamson 1 file changed, 2 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/3e8163bcbe12a01f
Change handy.h macro names to be C standard conformant
Karl Williamson 13 files changed, 1062 insertions(+), 1063 delet
https://github.com/Perl/perl5/commit/5f2ff8b145cafc61
handy.h: Don't use char class if no LC_CTYPE
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/9ae31be4442e583e
handy.h: White-space, comment only
Karl Williamson 1 file changed, 87 insertions(+), 77 deletions(-
https://github.com/Perl/perl5/commit/be1a4496fff2b1f4
handy.h: Add some branch predictions
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/03dd8c638698b460
handy.h: Refactor some #ifdef's for commonality
Karl Williamson 1 file changed, 18 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/7113743d890489fd
handy.h: Remove only 2 calls to an internal macro
Karl Williamson 1 file changed, 2 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/f4567f75442c8a80
Change handy.h macro names to be C standard conformant
Karl Williamson 5 files changed, 203 insertions(+), 203 deletion
https://github.com/Perl/perl5/commit/4f518bf4cabd1d08
locale.c: Replace most #ifdef DEBUGGING lines
Karl Williamson 1 file changed, 92 insertions(+), 252 deletions(
https://github.com/Perl/perl5/commit/5f2f4d88fdec80d1
DEBUG_L now also looks at environment variable
Karl Williamson 2 files changed, 25 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/de04bf0dc7ca952f
locale.c: Win32: Don't check folds validity
Karl Williamson 1 file changed, 11 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/4a530037753ff5c2
XXX craig Unixish.h, doshish.h: Reorder terminations; simplify
Karl Williamson 2 files changed, 23 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/64ada265b6705cc8
perlapi: Rmv repeated word
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0a8be8e42c0f87e2
New branch ether/5.34.0-delta-fixes
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/601b844cf824348f
small touch-ups to the 5.34.0 perldelta
Karen Etheridge 1 file changed, 4 insertions(+), 12 deletions(-)
https://github.com/Perl/perl5/commit/601b844cf824348f
New branch leonerd/docs-fix-isa-precedence
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/8cf3dcc289f0129a
Fix perlop.pod about isa operator's precedence
Paul "LeoNerd" Evans 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/8cf3dcc289f0129a
New branch smoke-me/khw-env
257 commits. 1 unique author. 1 unique committer.
Snapshot: http://github.com/Perl/perl5/tarball/d2016003a30e82b7
52
Karl Williamson 14 files changed, 1390 insertions(+), 847 deleti
https://github.com/Perl/perl5/commit/d2016003a30e82b7
Notes
Karl Williamson 10 files changed, 39 insertions(+), 8 deletions(
https://github.com/Perl/perl5/commit/6470eb14b0605eaa
XXX Use internal querylocale on Linux
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/d1e012965709a65c
XXX perl.h: Debugging trace across all files
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/5b386cb7a9d30bed
perl.h: Avoid unnecessary calls to set_numeric_standard()
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/afcfdedb867970d4
XXX cygwin debugging small macro buf
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f30479c5bc3090f1
lib/locale.t: Use I18N::Langinfo, not POSIX::localeconv()
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/9770d8e9eebf92b1
XXX check if really necessary after everything: Don't use POSIX 2008 locale
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/0f7fa2254013ca15
sv.c: White-space only
Karl Williamson 1 file changed, 5641 insertions(+), 5641 deletio
https://github.com/Perl/perl5/commit/fd11ea68500be2cc
Fix isspace() handling on AIX
Karl Williamson 2 files changed, 13 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/6eff2f1c0f9831f7
sv.c: Rmv redundant clause
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/cd6c6a54b6ef796a
sv.c: Rmv duplicate clones
Karl Williamson 1 file changed, 2 deletions(-)
https://github.com/Perl/perl5/commit/dcfadc32ecd34d39
XXX finish msg,thread_init Revamp sync_locale, switch_to_global_locale
Karl Williamson 7 files changed, 170 insertions(+), 117 deletion
https://github.com/Perl/perl5/commit/4c2ce94a737f698c
intrpvar.h: Move some defns into appropriate #ifdefs
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/e06dc025200412cd
intrpvar.h: White space only
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/83b1a309d0c5d9e2
XXX locale_threads debugging
Karl Williamson 1 file changed, 54 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/c20ab0ead818ad6f
XXX locale_threads
Karl Williamson 1 file changed, 558 insertions(+), 43 deletions(
https://github.com/Perl/perl5/commit/f9224e8d8639cadf
t/loc_tools.pl: Swap lines
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/eb43f9ebd23c1270
XXX t/loc_tools.pl: Temp debug
Karl Williamson 1 file changed, 42 insertions(+)
https://github.com/Perl/perl5/commit/457003266414dbed
t/loc_tools.pl: White-space only
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a77c6090b733c967
XXXdelta Add locale unsupported test
Karl Williamson 2 files changed, 48 insertions(+), 46 deletions(
https://github.com/Perl/perl5/commit/e58f3c85f0c47ff2
t/loc_tools.pl: Check for unsupported locales
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/88bac914f1107b28
t/loc_tools.pl: Don't allow commas in locale names
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/ed50d12feb45ddac
t/loc_tools.pl: Add checks
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/142830e1860d8820
t/loc_tools.pl: Fail earlier
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/21d9f443b0a9412d
t/loc_tools.pl: Refactor _trylocale()
Karl Williamson 1 file changed, 31 insertions(+), 30 deletions(-
https://github.com/Perl/perl5/commit/eb1a64f580565b37
Revert "cygwin use fcns"
Karl Williamson 1 file changed, 43 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/633a59f191a089ac
cygwin use fcns
Karl Williamson 1 file changed, 2 insertions(+), 43 deletions(-)
https://github.com/Perl/perl5/commit/81c702e9a2deb270
Kludge to get cygwin to compile
Karl Williamson 1 file changed, 3 insertions(+)
https://github.com/Perl/perl5/commit/7e26e39304757126
cygwin
Karl Williamson 1 file changed, 38 insertions(+), 35 deletions(-
https://github.com/Perl/perl5/commit/cfc56cac930f2f36
t/loc_tools.pl: Print better failing test numbers
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/bce5cbad8a3c8965
locale.c: Initialize PL_underlying_numeric_obj
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/3bdcf835988ffcc9
locale.c: Initialize variables to avoid runtime check
Karl Williamson 1 file changed, 15 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/d58e4c2cbe711835
locale.c: Add debugging check
Karl Williamson 1 file changed, 14 insertions(+)
https://github.com/Perl/perl5/commit/3f40ad1abb050c06
locale.c: Add a fcn to display LC_ALL
Karl Williamson 4 files changed, 34 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/2c4e8c96fd857125
locale.c: Refactor internal debugging function
Karl Williamson 4 files changed, 37 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/9c6e8165168eb857
makedef.pl: Rmv obsolete symbol
Karl Williamson 1 file changed, 1 deletion(-)
https://github.com/Perl/perl5/commit/997775f86c6d4c77
sv.c: Comments white-space only
Karl Williamson 1 file changed, 6 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/775a9d20250f5e9d
patchlevel.h: White-space only: properly indent
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ce719c423e1b4b8c
perl.h: Change macro name to be C conformant
Karl Williamson 2 files changed, 13 insertions(+), 12 deletions(
https://github.com/Perl/perl5/commit/6c50e95caa1c852b
XXX Configure strftime() is C89
Karl Williamson 2 files changed, 1 insertion(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/2efa889c448e2c18
locale.c: Move code, white-space, comment only
Karl Williamson 1 file changed, 161 insertions(+), 175 deletions
https://github.com/Perl/perl5/commit/d3da70524cba5ece
locale.c: Add 'Lazy' location changing
Karl Williamson 2 files changed, 42 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/fc7d20cdf6bde12d
intrpvar.h: Swap position of two defns; add comment
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/7e948814c6d8c505
l
Karl Williamson 1 file changed, 10 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/2473a82e7ab85538
XXX Temp dont use querylocale()
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/07a66ef5c3c7e077
perlxs
Karl Williamson 2 files changed, 475 insertions(+), 18 deletions
https://github.com/Perl/perl5/commit/5aedc0a252f60492
handy.h: Add layer for char classification/case change
Karl Williamson 1 file changed, 99 insertions(+), 38 deletions(-
https://github.com/Perl/perl5/commit/6c7cae88c1d4bbf0
f save_to_buffer ignore return
Karl Williamson 2 files changed, 2 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/38947938d9eade0b
locale.c: windows DEBUG stmts
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/5059e5c0931bb698
lib/locale.t FILE debug
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f6d7b430022f994c
Revert "PLcurlocales"
Karl Williamson 4 files changed, 17 insertions(+), 15 deletions(
https://github.com/Perl/perl5/commit/23edda4e9a0d75c6
PLcurlocales
Karl Williamson 4 files changed, 15 insertions(+), 17 deletions(
https://github.com/Perl/perl5/commit/8b16769d88cc7f4b
l
Karl Williamson 1 file changed, 41 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/cfcee3cc2ec39976
Add pTHX to locale_thread_init()
Karl Williamson 4 files changed, 4 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/ac759905b599e2c7
locale.c: Change a branch into an assert
Karl Williamson 1 file changed, 1 insertion(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/ee07f288fb90ac05
vutil.c: Simplify locale handling
Karl Williamson 2 files changed, 9 insertions(+), 60 deletions(-
https://github.com/Perl/perl5/commit/ae03410dfaf1983b
vutil.c: Clean up white space
Karl Williamson 2 files changed, 512 insertions(+), 515 deletion
https://github.com/Perl/perl5/commit/55b87ff732389b5c
XXX run/locale.t temp debug
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/f62d243ca2000710
t/run/locale.t: Move init stmt
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/83cb17c9329e8bc2
Make DEBUGGING the default on CI
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/1419443ff3df8ffd
XXX locale.c: Kludge because C obj getting destroyed
Karl Williamson 1 file changed, 9 insertions(+)
https://github.com/Perl/perl5/commit/97499b8de6901ea7
locks
Karl Williamson 3 files changed, 96 insertions(+), 40 deletions(
https://github.com/Perl/perl5/commit/99a9bc27d97b61de
XXX perl.h: Debugging mutex lock'
Karl Williamson 1 file changed, 17 insertions(+)
https://github.com/Perl/perl5/commit/ec082f18ed019b94
XXX thread.h Save errno around lock/unlock
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/38a1c32175626de9
thread.h: White-space, braces only
Karl Williamson 1 file changed, 20 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/54592ecba8a814a9
XXX check with freebsd: hints/freebsd.sh
Karl Williamson 1 file changed, 6 insertions(+), 10 deletions(-)
https://github.com/Perl/perl5/commit/ced917040a445811
XXX check if using ppport IO.xs: Remove fallback code furnished by ppport
Karl Williamson 2 files changed, 1 insertion(+), 43 deletions(-)
https://github.com/Perl/perl5/commit/fe66a909a41a69a0
XXX incomplete perlhacktips:
Karl Williamson 1 file changed, 25 insertions(+), 26 deletions(-
https://github.com/Perl/perl5/commit/bfccda8c419e2986
Time-Piece: Use isUPPER, not isupper
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/05c116f94e2f0af9
Time-Piece: Use isDIGIT, not isdigit
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/4712f71624b06a5a
Time-Piece: Use isSPACE, not isspace
Karl Williamson 1 file changed, 20 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/4d87cfc2f5853a0e
Time-Piece: Use foldEQ_locale() if available
Karl Williamson 1 file changed, 18 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/464a202c5cd9462b
XXX cpan PR Time-Piece: Add locks
Karl Williamson 2 files changed, 74 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/1618268b67429db3
os2: Use many reader lock instead of exclusive
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/1de7396041bb2b96
util.c: Add locks around strftime() calls
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/b5bfc1b46e6f5777
util.c: mktime needs to run under a mutex
Karl Williamson 1 file changed, 2 insertions(+)
https://github.com/Perl/perl5/commit/225751222e0610b1
POSIX.xs env locks, check file for more
Karl Williamson 1 file changed, 15 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/ef7a3696a64df166
win32.c: Add mutexes around some calls
Karl Williamson 1 file changed, 12 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d917cbaaed159c58
XXX need to StructCopy pp_sys mutexes
Karl Williamson 1 file changed, 14 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/8a7edf5605d0e813
time64.c: Remove no longer needed code
Karl Williamson 1 file changed, 34 deletions(-)
https://github.com/Perl/perl5/commit/36ccf58bcacfc283
perl.h: Finish implementing combo ENV/LOCALE mutexes
Karl Williamson 2 files changed, 164 insertions(+), 7 deletions(
https://github.com/Perl/perl5/commit/a75e7c556d96cc61
perl.h: Move some statements
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/f2cefdc6abd93d0d
Change ENV/LOCALE locking read macro names
Karl Williamson 3 files changed, 8 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/35e4c6ef2fe66bdf
Remove ENV_LOCALE_LOCK/UNLOCK macros
Karl Williamson 2 files changed, 9 insertions(+), 18 deletions(-
https://github.com/Perl/perl5/commit/98a2b0c5eaf0eb52
perl.h: Add #define for gwENVr_LOCALEr_UNLOCK
Karl Williamson 1 file changed, 52 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/b6d9dd2e379488cf
XXX prob drop; done before anything so no races
Karl Williamson 1 file changed, 5 insertions(+)
https://github.com/Perl/perl5/commit/d8a739d76e1cb3bc
locale.c comments
Karl Williamson 1 file changed, 8 insertions(+)
https://github.com/Perl/perl5/commit/88da426834f4d782
locale.c/inline.h: Add fold calc debug statements
Karl Williamson 2 files changed, 91 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e4faa4ba4acdd0f0
Make fc(), /i thread-safe on participating platforms
Karl Williamson 8 files changed, 6 insertions(+), 90 deletions(-
https://github.com/Perl/perl5/commit/ce4213be2d5cadc7
XXX pp.c: do %g print under mutex,
Karl Williamson 1 file changed, 8 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5bcab4002af66db7
XXX make sure comments get moved appropriately perl.h: Remove now empty bloc
Karl Williamson 1 file changed, 34 deletions(-)
https://github.com/Perl/perl5/commit/3fea5ad528fe19c6
locale.c: Mitigate unsafe threaded locales
Karl Williamson 4 files changed, 151 insertions(+), 2 deletions(
https://github.com/Perl/perl5/commit/ee71e99261a3decd
locale.c: Move #define to perl.h; use it elsewhere
Karl Williamson 6 files changed, 16 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/aca134961b4b1c09
perl.h: Move LOCALE_READ_LOCK #definition
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/bd13c81e7b1f9af4
perl.h: Move #defining SETLOCALE_LOCK
Karl Williamson 1 file changed, 8 insertions(+), 13 deletions(-)
https://github.com/Perl/perl5/commit/b4586a5d7138b71a
XXX perlembed Add PORCELAIN_SETLOCALE_LOCK/UNLOCK
Karl Williamson 2 files changed, 26 insertions(+), 2 deletions(-
https://github.com/Perl/perl5/commit/ed2fd9d8f53b5b55
perl.h: Remove LOCALECONV_LOCK
Karl Williamson 2 files changed, 6 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/d403880e577e166a
perl.h: Remove NL_LANGINFO_LOCK
Karl Williamson 2 files changed, 3 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/b3ff864812a38783
Redefine the POSIX.xs locale macros using prev commit
Karl Williamson 1 file changed, 10 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/c2a8802a4c965a79
Add locale macro to wrap static-space-using fncs
Karl Williamson 1 file changed, 24 insertions(+)
https://github.com/Perl/perl5/commit/07f7ece025e0b0c5
Use general locale mutex for numeric operations
Karl Williamson 6 files changed, 18 insertions(+), 102 deletions
https://github.com/Perl/perl5/commit/18e2f45d332c5870
Make the locale mutex a general semaphore
Karl Williamson 6 files changed, 90 insertions(+), 31 deletions(
https://github.com/Perl/perl5/commit/147c3f9bc742ca67
perl.h: Reorder cpp branches
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/9e448c7c1d7c3e4c
perl.h: Move some code around
Karl Williamson 1 file changed, 39 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/ee615bd543d749fd
Mark certain mutex lock macros as private
Karl Williamson 3 files changed, 22 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/362ebbdb56f3a92f
locale.c: Print code point in hex, not decimal
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/a5d59321cdc885c1
locale.c: Add debug statement for collation failure
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/194d837e0bb523bb
locale.c: Improve debugging for mem_collxfrm()
Karl Williamson 4 files changed, 21 insertions(+), 26 deletions(
https://github.com/Perl/perl5/commit/2477c9152c98446f
XXXdelta Fix POSIX::strxfrm()
Karl Williamson 5 files changed, 61 insertions(+), 21 deletions(
https://github.com/Perl/perl5/commit/e9e651c5d0390959
Change name of internal function
Karl Williamson 6 files changed, 29 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/bd15796fec98f264
locale.c: Use strxfrm_l() if available
Karl Williamson 1 file changed, 25 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/d67c5fd72f6ee8c2
XXX temp: lib/locale.t: debug
Karl Williamson 1 file changed, 7 insertions(+)
https://github.com/Perl/perl5/commit/b71fd43cdb6749c1
Configure: strxfrm_l
Karl Williamson 14 files changed, 42 insertions(+), 16 deletions
https://github.com/Perl/perl5/commit/57f7c95b4612e644
locale.c: strxfrm() requires LC_CTYPE eq LC_COLLATE
Karl Williamson 1 file changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/fcdb3b4b6272c3ea
locale.c: Don't assume LC_CTYPE, LC_COLLATE are same
Karl Williamson 1 file changed, 13 insertions(+)
https://github.com/Perl/perl5/commit/1289fc22b6d321be
locale.c: Add check that strxfrm didn't fail
Karl Williamson 1 file changed, 14 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/3feebfb0b9064f30
locale.c: Use standard fold table for C locale
Karl Williamson 1 file changed, 19 insertions(+), 14 deletions(-
https://github.com/Perl/perl5/commit/7597682ddca972d5
locale.c: Change assert() into STATIC_ASSERT()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/90ecb9e8d473299b
XXXfinish commit msg locale.c: Rmv some special cases
Karl Williamson 1 file changed, 29 insertions(+), 47 deletions(-
https://github.com/Perl/perl5/commit/44c86f62658517c7
locale.c: Rmv S_set_numeric_radix()
Karl Williamson 3 files changed, 10 insertions(+), 36 deletions(
https://github.com/Perl/perl5/commit/3642d598e7da657c
locale.c: Move debug stmt to earlier in fcn
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/7241104067994a9f
locale.c: Save underlying radix character
Karl Williamson 5 files changed, 34 insertions(+), 27 deletions(
https://github.com/Perl/perl5/commit/86558fe2ade34e9a
locale.c: Rmv special case
Karl Williamson 1 file changed, 4 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/74de9522551c4784
locale.c: Swap setting related variables
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/629933b5a8a14f04
numeric.c, intrpvar.h: Rmv outdated condition, comment
Karl Williamson 2 files changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/1193618168e41e00
locale.c: Specially handle the trivial case
Karl Williamson 1 file changed, 11 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/191d68894d058299
locale.c: Skip code if will be a no-op
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/952753e833a6cfe4
locale.c: Mv line of code later in fcn
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/12ff11af13721776
locale.c: Rmv unnecessary savepv()
Karl Williamson 1 file changed, 2 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/2ff94348e1160c6f
locale.c: Rmv unused code
Karl Williamson 3 files changed, 15 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/03b7c3f875f2ecc7
locale.c: Refactor a static function
Karl Williamson 1 file changed, 50 insertions(+), 28 deletions(-
https://github.com/Perl/perl5/commit/e9d73a1e53fe420e
locale.c: Reorder 'if' branches
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/f1d88f37bca45e26
locale.c: Reorder code, rmv unneeded conditional
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/9c227700c27fd22a
locale.c: Add some asserts
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/8b75ddb45ddf26b7
locale.c: Move DEBUG location info
Karl Williamson 1 file changed, 68 insertions(+), 87 deletions(-
https://github.com/Perl/perl5/commit/105ca118510e03eb
locale.c: Use new mechanism to save/restore errno
Karl Williamson 1 file changed, 5 insertions(+), 15 deletions(-)
https://github.com/Perl/perl5/commit/bf31e1cf3eafaafb
Swap the ordering of two locale category indices
Karl Williamson 2 files changed, 22 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/36a4af39bf423423
intrpvar.h: Initialize a variable
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/83dd4e2ba0fc54be
locale.c: Cache the current LC_CTYPE locale name
Karl Williamson 6 files changed, 47 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/f0b32e138e1c9531
locale.c: Omit an extra copy
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/279dbce0a7a1c420
locale.c: Clean up thread_locale_init()
Karl Williamson 1 file changed, 24 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/6351cf4f0ad7194c
Add a common locale panic macro and functions
Karl Williamson 5 files changed, 69 insertions(+), 33 deletions(
https://github.com/Perl/perl5/commit/e0d8a18cf5fcf435
Don't discard locale info in starting P2008
Karl Williamson 1 file changed, 23 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/872653efd45cd7ef
locale.c: Rmv no longer used code; UTF8ness cache
Karl Williamson 7 files changed, 768 deletions(-)
https://github.com/Perl/perl5/commit/555ddca977beeae4
mg.c: White-space only
Karl Williamson 1 file changed, 1 insertion(+)
https://github.com/Perl/perl5/commit/b76ea5b12b127be0
Move utf8ness calc for $! into locale.c from mg.c
Karl Williamson 6 files changed, 97 insertions(+), 53 deletions(
https://github.com/Perl/perl5/commit/b757054fcdb7f4d9
Avoid mojibake in "$!"
Karl Williamson 1 file changed, 143 insertions(+), 127 deletions
https://github.com/Perl/perl5/commit/bf55c09329dad756
locale.c: Refactor #ifdef's for clarity
Karl Williamson 4 files changed, 96 insertions(+), 50 deletions(
https://github.com/Perl/perl5/commit/89f73bb5297e7ff5
locale.c: Use Strerror(), not strerror()
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/34d6f3bfffde3ee6
locale.c: Add fallbacks if no mbtowc()
Karl Williamson 1 file changed, 107 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/9feeba9085a4e762
XXXdelta Add Perl_langinfo8()
Karl Williamson 4 files changed, 102 insertions(+), 101 deletion
https://github.com/Perl/perl5/commit/4bc9011933b7c6ca
locale.c: Add utf8ness return param to static fcn
Karl Williamson 4 files changed, 69 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/1bde66540a66de86
XXXdelta Add my_strftime8()
Karl Williamson 5 files changed, 72 insertions(+), 14 deletions(
https://github.com/Perl/perl5/commit/22d039bdb591ebf5
locale.c: Fix windows bug with broken localeconv()
Karl Williamson 1 file changed, 16 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/98b56eb823b6a4f5
locale.c: Collapse duplicate logic into one instance
Karl Williamson 4 files changed, 158 insertions(+), 160 deletion
https://github.com/Perl/perl5/commit/bd510b4d9f277248
locale.c: localeconv() unconditional NUMERIC toggle
Karl Williamson 1 file changed, 30 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/b3a32fd1eecd2881
XXX perldelta Move POSIX::localeconv() logic to locale.c
Karl Williamson 5 files changed, 400 insertions(+), 204 deletion
https://github.com/Perl/perl5/commit/967aed3d7a48ffdd
locale.c: Add fcn for UTF8ness determination
Karl Williamson 4 files changed, 113 insertions(+)
https://github.com/Perl/perl5/commit/33556a3830c910fb
locale.c: Add is_locale_utf8()
Karl Williamson 4 files changed, 42 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/5515bbd3e3770e35
New signature for static fcn my_langinfo()
Karl Williamson 4 files changed, 204 insertions(+), 128 deletion
https://github.com/Perl/perl5/commit/5ac2f520478944ab
Add toggle_locale() fcns
Karl Williamson 4 files changed, 88 insertions(+)
https://github.com/Perl/perl5/commit/a059b32a7b77c0c7
locale.c: Improve non-nl_langinfo() CODESET calc
Karl Williamson 2 files changed, 62 insertions(+), 29 deletions(
https://github.com/Perl/perl5/commit/ccda44cdb3b50062
locale.c: Add static fcn to analyze locale codeset
Karl Williamson 4 files changed, 30 insertions(+)
https://github.com/Perl/perl5/commit/ea8f6f52ad04e8f3
locale.c: langinfo: Use Windows fcn to find CODESET
Karl Williamson 1 file changed, 15 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/c3d350e810502d89
locale.c: Make static fcn reentrant
Karl Williamson 4 files changed, 87 insertions(+), 48 deletions(
https://github.com/Perl/perl5/commit/2ebfd3876833c468
locale.c: Use a scratch buf; instead of reusing old
Karl Williamson 1 file changed, 29 insertions(+), 33 deletions(-
https://github.com/Perl/perl5/commit/9f4b32a76bc25fe5
locale.c: Don't change locale if already there
Karl Williamson 1 file changed, 37 insertions(+)
https://github.com/Perl/perl5/commit/23776c07cd3d8147
locale.c: Rmv no longer used param from static fnc
Karl Williamson 3 files changed, 41 insertions(+), 20 deletions(
https://github.com/Perl/perl5/commit/22a3c991d36ec7fa
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/46a226a471a84f2b
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/674a0b37fc48f598
locale.c: Fix currency symbol derivation
Karl Williamson 1 file changed, 13 insertions(+), 20 deletions(-
https://github.com/Perl/perl5/commit/725c75e1060f2001
locale.c: Rmv redundant cBOOL()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/e647b0a55be2292f
locale.c: Use typedef to simplify
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/adbbe00381177a8a
locale.c: Extend a static function
Karl Williamson 3 files changed, 6 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/a2cea9503cb728fc
locale.c: Shorten static function name
Karl Williamson 4 files changed, 18 insertions(+), 18 deletions(
https://github.com/Perl/perl5/commit/8030f69729d3eaeb
locale.c: Rmv reimplementation of my_strftime()
Karl Williamson 1 file changed, 62 insertions(+), 136 deletions(
https://github.com/Perl/perl5/commit/974402e4f2a06e6f
locale.c: Return defaults for uncomputable langinfo items
Karl Williamson 4 files changed, 164 insertions(+), 40 deletions
https://github.com/Perl/perl5/commit/f5643f8734508f12
locale.c: Add two #defines
Karl Williamson 1 file changed, 15 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/d18c3061873d515f
locale.c: Make statics of repeated string constants
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/5ee10d5d8a90f753
locale.c: Reorder cases in a switch
Karl Williamson 1 file changed, 61 insertions(+), 60 deletions(-
https://github.com/Perl/perl5/commit/b4bd7841d6cab340
Move code from POSIX.xs to locale.c
Karl Williamson 5 files changed, 75 insertions(+), 61 deletions(
https://github.com/Perl/perl5/commit/cb67c0e8148304cf
POSIX.xs: White-space only
Karl Williamson 1 file changed, 28 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/963d4debbd6e8551
POSIX.xs: Use macro to reduce complexity
Karl Williamson 1 file changed, 30 insertions(+), 24 deletions(-
https://github.com/Perl/perl5/commit/969e7bcfc36c8b36
f XXX make fcns accessible to cygwin
Karl Williamson 4 files changed, 18 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/63e4e7c5d07aea24
locale.c: Separate out two Win fcns from a larger one
Karl Williamson 1 file changed, 55 insertions(+), 25 deletions(-
https://github.com/Perl/perl5/commit/362c87757b98dba9
locale.c: Add DEBUGGING information
Karl Williamson 4 files changed, 52 insertions(+), 43 deletions(
https://github.com/Perl/perl5/commit/117ed628d4386f61
locale.c: Add fcn to hide edge case undefined behavior
Karl Williamson 9 files changed, 48 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/926251ab5a7ac9c6
sv.c: Duplicate more variables during cloning
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/07f3118d1511cda9
Split off setting locale to "" from S_emulate_setlocale
Karl Williamson 4 files changed, 81 insertions(+), 104 deletions
https://github.com/Perl/perl5/commit/763415052c4396ad
locale.c: locale "" can be disparate
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/29d0c3c34d584993
locale.c: Split ancillary from S_emulate_setlocale
Karl Williamson 4 files changed, 103 insertions(+), 49 deletions
https://github.com/Perl/perl5/commit/c8fc7f6dbb1734d6
locale.c: Clean up handling of a glibc bug
Karl Williamson 1 file changed, 29 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/2b78f4fb5bfe4711
locale.c: Change internal variable name
Karl Williamson 3 files changed, 23 insertions(+), 23 deletions(
https://github.com/Perl/perl5/commit/6d431010aa3c7935
locale.c: Split aggregate LC_ALL from emulate_setlocale
Karl Williamson 4 files changed, 138 insertions(+), 105 deletion
https://github.com/Perl/perl5/commit/cf7cdee6f4b90e81
locale.c: Use setlocale() for init, not P2008
Karl Williamson 1 file changed, 16 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/15cdf8426ef87e7f
locale.c: Refactor some derived #defines
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
https://github.com/Perl/perl5/commit/75459d3b47e6c555
XXX drop stdize_locale: #if 0, enabled even for emulate
Karl Williamson 1 file changed, 36 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/5723312fd4686c9b
locale.c: Generalize stdize_locale()
Karl Williamson 8 files changed, 165 insertions(+), 45 deletions
https://github.com/Perl/perl5/commit/8e2c68ce233601c3
locale.c Make a char * variable const
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/807435b0e2cb1f8b
Make three locale PL_ strings const char*
Karl Williamson 4 files changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/7cefa3b45f330768
locale.c: querylocale() doesn't work on LC_ALL
Karl Williamson 5 files changed, 186 insertions(+), 98 deletions
https://github.com/Perl/perl5/commit/804f4fc5f7c007fa
locale.c: Create new convenience macro
Karl Williamson 2 files changed, 33 insertions(+), 8 deletions(-
https://github.com/Perl/perl5/commit/c5e3bf6fb26a8e38
perl.h: Expand scope of cpp conditional
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/37fc04106aaa928d
locale.c: Remove exploratory code
Karl Williamson 1 file changed, 47 deletions(-)
https://github.com/Perl/perl5/commit/d6dc73f4df2b1f0b
locale.c: Use low level macros at low level
Karl Williamson 1 file changed, 14 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/2bfe0614938c82a4
Perl_setlocale(): Same code for all param2 == NULL
Karl Williamson 1 file changed, 26 insertions(+), 22 deletions(-
https://github.com/Perl/perl5/commit/df11044eb330ece4
locale.c: Use a function table to simplify code
Karl Williamson 4 files changed, 77 insertions(+), 76 deletions(
https://github.com/Perl/perl5/commit/25885438b535aced
locale.c: Add panic check/message
Karl Williamson 4 files changed, 59 insertions(+), 3 deletions(-
https://github.com/Perl/perl5/commit/f70999ebbf44eec2
locale.c: Add setlocale() return context macros
Karl Williamson 1 file changed, 52 insertions(+), 35 deletions(-
https://github.com/Perl/perl5/commit/67d3da9c4f8eba7c
locale.c: Add a convenience #define
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/771685785eecd6b4
locale.c: Generalize certain Win32 calls
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
https://github.com/Perl/perl5/commit/bc99d4d3c9c57b30
locale.c: Create new macros for just querying locale
Karl Williamson 1 file changed, 29 insertions(+), 27 deletions(-
https://github.com/Perl/perl5/commit/319b32a5037c501e
locale.c: #define some macros in terms of a base one
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/4aae9e5e21136e90
locale.c: Remove spaces around a '##' preprocessor directive
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/3d16dc5be0e4d3dc
locale.c: Outdent previous commit
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/a3855128e2401b7c
locale.c: Separate query part of emulate_setlocale()
Karl Williamson 4 files changed, 66 insertions(+), 58 deletions(
https://github.com/Perl/perl5/commit/59fc47335d1a262c
locale.c: Move fcn within file
Karl Williamson 1 file changed, 42 insertions(+), 42 deletions(-
https://github.com/Perl/perl5/commit/8316b0722603b1ef
locale.c: Comment clarifications, white space
Karl Williamson 1 file changed, 338 insertions(+), 210 deletions
https://github.com/Perl/perl5/commit/5674507e9c4f9f54
locale.c: Move unreachable code
Karl Williamson 1 file changed, 6 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/f6397593b4d3c465
locale.c: Simplify S_category_name
Karl Williamson 3 files changed, 20 insertions(+), 39 deletions(
https://github.com/Perl/perl5/commit/8b169a86cb0fef5d
locale.c: Change S_emulate_setlocale name and sig
Karl Williamson 4 files changed, 26 insertions(+), 50 deletions(
https://github.com/Perl/perl5/commit/8de81d512ad804e6
locale.c: Use get_category_index()
Karl Williamson 4 files changed, 36 insertions(+), 37 deletions(
https://github.com/Perl/perl5/commit/85cc3a09ff54b1c9
locale.c: Create S_get_category_index()
Karl Williamson 4 files changed, 60 insertions(+), 6 deletions(-
https://github.com/Perl/perl5/commit/9fd1d44d1aeef8cf
locale.c: Cast return of setlocale() to const
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/2d81c2aa055d6247
locale.c: Change macro name
Karl Williamson 1 file changed, 17 insertions(+), 17 deletions(-
https://github.com/Perl/perl5/commit/9642e24222b61e31
Regularize HAS_POSIX_2008_LOCALE, USE_POSIX_2008_LOCALE
Karl Williamson 8 files changed, 12 insertions(+), 25 deletions(
https://github.com/Perl/perl5/commit/b928fc61d133cabb
Add USE_LOCALE_THREADS #define
Karl Williamson 3 files changed, 15 insertions(+), 10 deletions(
https://github.com/Perl/perl5/commit/9f00008cf8eb966c
Mark newly moved symbols as private
Karl Williamson 2 files changed, 121 insertions(+), 121 deletion
https://github.com/Perl/perl5/commit/684a42c021105075
Move some locale.c #defines to perl.h
Karl Williamson 2 files changed, 83 insertions(+), 82 deletions(
https://github.com/Perl/perl5/commit/431cd59f8250db19
locale.c: Declare three static arrays to be so.
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
https://github.com/Perl/perl5/commit/a427b28cfd116cc8
regexec.c: Refactor switch default()
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/497647ee356e7a44
regexec.c: Improve code
Karl Williamson 1 file changed, 19 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/db86282cd1cc3a8a
handy.h: Add isCASED_LC
Karl Williamson 1 file changed, 4 insertions(+)
https://github.com/Perl/perl5/commit/b5aa6cb9b51ee680
XXX SEE IF WORKS handy.h: Change Windows macros
Karl Williamson 1 file changed, 9 insertions(+), 8 deletions(-)
https://github.com/Perl/perl5/commit/6f8997535527a44f
locale.c: Use new macros from the prev commit
Karl Williamson 2 files changed, 34 insertions(+), 44 deletions(
https://github.com/Perl/perl5/commit/a7878479ae3fc04e
handy.h: Add wrapper layer macros for isalnum() ...
Karl Williamson 1 file changed, 59 insertions(+), 44 deletions(-
https://github.com/Perl/perl5/commit/d091ac8d7cae228c
handy.h: Collapse some macros
Karl Williamson 1 file changed, 6 insertions(+), 11 deletions(-)
https://github.com/Perl/perl5/commit/649dd4d392ac7957
handy.h: Move some macro defns around
Karl Williamson 1 file changed, 45 insertions(+), 45 deletions(-
https://github.com/Perl/perl5/commit/cfa86fd800cc8f35
handy.h: Collapse two sets of macros
Karl Williamson 1 file changed, 15 insertions(+), 29 deletions(-
https://github.com/Perl/perl5/commit/c3bda700b61dc757
No locales => don't use isspace(), toLower() etc.
Karl Williamson 1 file changed, 16 insertions(+), 16 deletions(-
https://github.com/Perl/perl5/commit/87902c2f7a6c6b4d
handy.h: #define one macro in terms of another
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/730a63d613864c08
handy.h: Rmv unnecessary parameter to internal macros
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/fa84fca4226c1812
handy.h: Refactor some internal macros
Karl Williamson 1 file changed, 12 insertions(+), 15 deletions(-
https://github.com/Perl/perl5/commit/e6b2065cb3ca98ae
handy.h: Rmv internal macro
Karl Williamson 1 file changed, 2 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/49c657bbbcea46af
Change handy.h macro names to be C standard conformant
Karl Williamson 13 files changed, 1062 insertions(+), 1063 delet
https://github.com/Perl/perl5/commit/73174975cfffcd3b
handy.h: Don't use char class if no LC_CTYPE
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/bf79b4e05e944124
handy.h: White-space, comment only
Karl Williamson 1 file changed, 87 insertions(+), 77 deletions(-
https://github.com/Perl/perl5/commit/dad2ee3c7ffe319f
handy.h: Add some branch predictions
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
https://github.com/Perl/perl5/commit/b175e7d058347cef
handy.h: Refactor some #ifdef's for commonality
Karl Williamson 1 file changed, 18 insertions(+), 23 deletions(-
https://github.com/Perl/perl5/commit/53d3fb0eee3b8eb5
handy.h: Remove only 2 calls to an internal macro
Karl Williamson 1 file changed, 2 insertions(+), 9 deletions(-)
https://github.com/Perl/perl5/commit/eb3693e2c1eee2d8
Change handy.h macro names to be C standard conformant
Karl Williamson 5 files changed, 203 insertions(+), 203 deletion
https://github.com/Perl/perl5/commit/8419ca193d42fb3a
locale.c: Replace most #ifdef DEBUGGING lines
Karl Williamson 1 file changed, 92 insertions(+), 252 deletions(
https://github.com/Perl/perl5/commit/b9774e90b6e2283c
DEBUG_L now also looks at environment variable
Karl Williamson 2 files changed, 25 insertions(+), 13 deletions(
https://github.com/Perl/perl5/commit/fc0aa170b98abbbc
locale.c: Win32: Don't check folds validity
Karl Williamson 1 file changed, 11 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/26e073b301030d68
XXX craig Unixish.h, doshish.h: Reorder terminations; simplify
Karl Williamson 2 files changed, 23 insertions(+), 22 deletions(
https://github.com/Perl/perl5/commit/19c8c90f9e302365
perlapi: Rmv repeated word
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/0ced87c5b4115310
Deleted branch big-sur-makemaker-5.32
Deleted branch briandfoy-isforeign
Deleted branch briandfoy/english
Deleted branch briandfoy/octal_floating_point
Deleted branch briandfoy/perldoc_pod2
Deleted branch briandfoy/perlduallife.pod
Deleted branch briandfoy/perlexperiment
Deleted branch briandfoy/perlfaq
Deleted branch briandfoy/poddupes
Deleted branch briandfoy/slashN
Deleted branch briandfoy/takeover-podperldoc
Deleted branch gh18515
Deleted branch goto-doc-fix
Deleted branch hv/braceless-property
Deleted branch hv/curly
Deleted branch hv/topt
Deleted branch leont/pl2bat_refactor
Deleted branch leont/wip/crlf
Deleted branch leont/xlcfix
Deleted branch pack-d
Deleted branch posix-setlocale-fix
Deleted branch rjbs/github-notices
Deleted branch rjbs/module-load-module
Deleted branch rjbs/move-time-hires
Deleted branch rjbs/release-5.24
Deleted branch smoke-me/leont/less-fragile-encoding
Deleted branch smoke-me/tonyc/17268-yyl_try-recursion-test
Deleted branch smoke-me/tonyc/17601-skip-static-vs-dynamic-mixup-tests-win32
Deleted branch tonyc/127149-alt-perlio-encoding
Deleted branch tonyc/133030-hires-utime
Deleted branch tonyc/133030-utimes
Deleted branch tonyc/133686-numeric-tests
Deleted branch tonyc/18553-try-not-a-sub
Deleted branch tonyc/attribute-used
Deleted branch tonyc/madjson
Deleted branch tonyc/perlio-read
Deleted branch tonyc/perlsecpolicy
Deleted branch tonyc/regex-sets-debug
Deleted branch tonyc/regexp-runtime-limits
Deleted branch tonyc/regexp-runtime-limits-no-re
Deleted branch tonyc/smartmatch
Deleted branch tonyc/smartmatch-distinct
Deleted branch tonyc/smartmatch-rebased
Deleted branch tonyc/test-leak-check
Deleted branch tonyc/thread-deliver
Deleted branch tonyc/trim-with-feature
Deleted branch tonyc/utf8-readline
Deleted branch tonyc/utf8-readline-old
Deleted branch tonyc/win32-stat
Deleted branch tonyc/win32-symlink
Martian commit 8a26b31d2cab7881de8ed2ba53c070fc5132c246
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8a26b31d2cab7881
Merge 601b844cf824348f50ee7a0973b31e5704969086 into 61d18b618b056a0a3bf9509d
Karen Etheridge 2 parents
https://github.com/Perl/perl5/commit/8a26b31d2cab7881
Martian commit e3a75ef36bbc12412fa064d230ac62f2d5e495c6
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/e3a75ef36bbc1241
Merge 6c7a42620d6bd3b162bc43eb39f4fcc700a7e108 into 61d18b618b056a0a3bf9509d
Dan Book 2 parents
https://github.com/Perl/perl5/commit/e3a75ef36bbc1241
perldelta - move split change to other perlfunc changes and add issue link
Dan Book 1 file changed, 5 insertions(+), 5 deletions(-)
https://github.com/Perl/perl5/commit/6c7a42620d6bd3b1
Martian commit 9380a826ca9891da592bad3d5e44fd0b5bd4c25e
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9380a826ca9891da
Merge c6fcd87f74e0ef4177835b6fb3aec47f97fe4ed9 into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/9380a826ca9891da
Martian commit e194d26a28b0f2472be70a74800d6a380f49ca44
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e194d26a28b0f247
Merge 923a39c59285eb06a7c6ca4ce01d2cec711fcfac into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/e194d26a28b0f247
Martian commit 696677edc80138bdeec0994a5689a9808ff430cc
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/696677edc80138bd
Merge ff11f44ef294896c714b86a25c82157e5fa474a0 into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/696677edc80138bd
Martian commit 146a49deb5e809c5df2acbfb8a174c448b88a3a3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/146a49deb5e809c5
Merge 36ff60fe2c8451d78b4175f3192dec4838765a3a into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/146a49deb5e809c5
Martian commit 1cc76b6fbc115d0c0b3438b9f6efbb899b0a3a4b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/1cc76b6fbc115d0c
Merge 4f33871e476d22c53497f8752b4846aecb7d661a into 61d18b618b056a0a3bf9509d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/1cc76b6fbc115d0c
Martian commit a5c14eb035b08e3f70205ad26daff1ce621266f2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a5c14eb035b08e3f
Merge 3ed68dae7121cf1b8dc35d3f708dac253f32edf5 into 61d18b618b056a0a3bf9509d
Leon Timmermans 2 parents
https://github.com/Perl/perl5/commit/a5c14eb035b08e3f
Martian commit 9006cc12ea3d7c58876db8ac4abb86356aa58450
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9006cc12ea3d7c58
Merge f9be504f517cea2de69463ef36c8e165cfa88fa7 into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/9006cc12ea3d7c58
Martian commit 8193972db692d4267e946900eb562c41a30583a2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8193972db692d426
Merge b883c1499282ee1bef9809a1897a8cb9a033ac05 into 61d18b618b056a0a3bf9509d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/8193972db692d426
Martian commit 0a1cb73927fecfb3979b011c38ee491859a472ca
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0a1cb73927fecfb3
Merge fd0cd1b62cf35ecfaa9e47c54c5a0960ccb08306 into 61d18b618b056a0a3bf9509d
Leon Timmermans 2 parents
https://github.com/Perl/perl5/commit/0a1cb73927fecfb3
Martian commit 480dbab9f80f66166e26f107e5a41ad5cbf84c08
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/480dbab9f80f6616
Merge f35aa1d466a9ac922d111ad7919e5d2c5d538cf9 into 61d18b618b056a0a3bf9509d
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/480dbab9f80f6616
Martian commit 0a745f3bc8f034c1e49bf33000350fdd6fa96260
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0a745f3bc8f034c1
Merge 13858c2e061870d963856ddce3943e9703f50638 into 61d18b618b056a0a3bf9509d
xenu 2 parents
https://github.com/Perl/perl5/commit/0a745f3bc8f034c1
Martian commit f83bf3a4eee434c9db650b304af98b2eb31ee7bb
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f83bf3a4eee434c9
Merge ea76afd4f1fc3b2abfe36e9b5cf396d49a9b3500 into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/f83bf3a4eee434c9
Martian commit 220971f8653b27dc9a3a8afb5f18eda7c3c65364
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/220971f8653b27dc
Merge 35ec9de3b1c39c2cfca5b88c846a4245be4220a4 into 61d18b618b056a0a3bf9509d
Alyssa Ross 2 parents
https://github.com/Perl/perl5/commit/220971f8653b27dc
Martian commit d3e6a432ac1b611cd906bba567944c0126cd56d3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/d3e6a432ac1b611c
Merge 1a61ae02e8efaa6794f730a3eb734a41041cb1c1 into 61d18b618b056a0a3bf9509d
Leon Timmermans 2 parents
https://github.com/Perl/perl5/commit/d3e6a432ac1b611c
Martian commit 47ab8cc90e14cf66da46ff0a461d006c212dba73
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/47ab8cc90e14cf66
Merge 3c6b7e109399c2a5159107a4cd156fff7a223a91 into 61d18b618b056a0a3bf9509d
積丹尼 Dan Jacobson 2 parents
https://github.com/Perl/perl5/commit/47ab8cc90e14cf66
Martian commit 21c6d81c4b6a7154a239ea896e680750ce873438
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/21c6d81c4b6a7154
Merge d01b1338a9e60676e682d198e025f520371f503c into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/21c6d81c4b6a7154
Martian commit a5a6f146380462a9dedecdeec4dcd9a5e6cb2b09
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a5a6f146380462a9
Merge f0f7745f3cc299fbb736f271bc1a120d144a2c3b into 61d18b618b056a0a3bf9509d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/a5a6f146380462a9
Martian commit e96f7ca4cce20bb2a5a1d96c485d9051beb680ba
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e96f7ca4cce20bb2
Merge 6d60a8e144f2b1539005f96e83de69a4132ad890 into 61d18b618b056a0a3bf9509d
Sawyer X 2 parents
https://github.com/Perl/perl5/commit/e96f7ca4cce20bb2
Martian commit 41f6aca6467a7d4870c97a08adb4ba0c32ab7964
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/41f6aca6467a7d48
Merge 528fb9148e51d0d529c70856dfba6d1d8540fc99 into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/41f6aca6467a7d48
Martian commit 757c259615af26bfc6cc80f7feddd2d2dbb3fd53
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/757c259615af26bf
Merge e2a6c73716b6e85707cf48f9a64ffdd964caeb7c into 61d18b618b056a0a3bf9509d
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/757c259615af26bf
Martian commit c14afe75e9a9deaa1906af36cf4d3614d370a38b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/c14afe75e9a9deaa
Merge c86a6e10e75748b2943ea9d59f6b9a7be1bb7980 into 61d18b618b056a0a3bf9509d
Ricardo Signes 2 parents
https://github.com/Perl/perl5/commit/c14afe75e9a9deaa
Martian commit b66f966d7b4d9994b80ba6d9c8fed69f2d7eb982
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b66f966d7b4d9994
Merge 393701a1a1caba18e3d8a302e7923d0782f6d680 into 61d18b618b056a0a3bf9509d
Frosku 2 parents
https://github.com/Perl/perl5/commit/b66f966d7b4d9994
Martian commit 170cb54a3a0ede4de72c823985d789da39d700c7
2 commits. 1 unique author. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/170cb54a3a0ede4d
Merge 52229f6c5fa7e619b7483e143da3ac2674abe1da into 61d18b618b056a0a3bf9509d
TAKAI Kousuke 2 parents
https://github.com/Perl/perl5/commit/170cb54a3a0ede4d
fix heuristics for setsockopt's OPTVAL argument
TAKAI Kousuke 2 files changed, 27 insertions(+), 1 deletion(-)
https://github.com/Perl/perl5/commit/52229f6c5fa7e619
Martian commit f2deff836da72e71ff23e45fad7dbb55eed0c151
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (2)
Snapshot: http://github.com/Perl/perl5/tarball/f2deff836da72e71
Merge cd6104d2493f9dbbe6175f56102af25075c2fe37 into 61d18b618b056a0a3bf9509d
Dan Book 2 parents
https://github.com/Perl/perl5/commit/f2deff836da72e71
perlfunc - mention that delete can only be used on key-value slices since 5.
Dan Book 1 file changed, 4 insertions(+), 4 deletions(-)
https://github.com/Perl/perl5/commit/cd6104d2493f9dbb
Martian commit 82331ae02087bcced9cdf9abf955b40b38cf4c05
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/82331ae02087bcce
Merge 2238db2ab3b9022dc11041f766cf6aa31216eaf4 into 61d18b618b056a0a3bf9509d
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/82331ae02087bcce
Martian commit 4758bcc613e5ba3b55b865168f2dc27c86fa344b
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4758bcc613e5ba3b
Merge f2e2c9c3d3d737bbe4bc8a84bc5e9faa2072f446 into 61d18b618b056a0a3bf9509d
Yves Orton 2 parents
https://github.com/Perl/perl5/commit/4758bcc613e5ba3b
Martian commit e9f710863c502d4626aaaba880553ad6aa690ee4
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e9f710863c502d46
Merge aa09c967d54cfba8bbce4617f8347e5241dd322c into 61d18b618b056a0a3bf9509d
TAKAI Kousuke 2 parents
https://github.com/Perl/perl5/commit/e9f710863c502d46
Martian commit 847a58b89ce6056f7197084c2d2e4d2b7efd50c6
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/847a58b89ce6056f
Merge e23baf131a48342bff7a00f06b2f84abbf139847 into 61d18b618b056a0a3bf9509d
Karen Etheridge 2 parents
https://github.com/Perl/perl5/commit/847a58b89ce6056f
Martian commit fa31cbb8d732653e329375991493458e3a7a7634
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/fa31cbb8d732653e
Merge 8739008b5a39ccb9ba76c738796982b0b15d3b14 into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/fa31cbb8d732653e
Martian commit 5017f7a98d8e93700367d4c93b64579f8da99bf5
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5017f7a98d8e9370
Merge 76365c82b2d4d128babe60028d385cb406bd1de1 into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/5017f7a98d8e9370
Martian commit 8b48cc0672b718e36ee403a83729e20597054511
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/8b48cc0672b718e3
Merge 10083f11dbb5a4a9335d1877f7cb5c02811882dd into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/8b48cc0672b718e3
Martian commit 959a6d05bdaea858c858cc662fc0e5b66ebb3188
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/959a6d05bdaea858
Merge 511f1d6d91af0f1d141953aa6d50e0361e6a083e into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/959a6d05bdaea858
Martian commit 547a0ae1f2b6bb75ff9cdb3629fec3dd5d24e4f1
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/547a0ae1f2b6bb75
Merge 9484cdf48215de91203fa60fb27e9a0546d00c7d into 61d18b618b056a0a3bf9509d
Leon Timmermans 2 parents
https://github.com/Perl/perl5/commit/547a0ae1f2b6bb75
Martian commit 42b3c04ae1ca1699e2ce2e4f496cd6ea209e728f
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/42b3c04ae1ca1699
Merge 372b43d8679f1dfaf8f4198b4d24c6f175b75a79 into 61d18b618b056a0a3bf9509d
xenu 2 parents
https://github.com/Perl/perl5/commit/42b3c04ae1ca1699
Martian commit 66bb998484b46bb2b610ccf3c8a78c1ee7bb77e7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/66bb998484b46bb2
Merge 01f4356b8b0a6216e0936e34f6862b318f0b851b into 61d18b618b056a0a3bf9509d
Михаил Козачков 2 parents
https://github.com/Perl/perl5/commit/66bb998484b46bb2
Martian commit bb7f558135c6d6e4801ad78b789702f40ead96a0
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/bb7f558135c6d6e4
Merge 48b9d4fc6d61dc58aef46b7075962505b43fe905 into 61d18b618b056a0a3bf9509d
Tony Cook 2 parents
https://github.com/Perl/perl5/commit/bb7f558135c6d6e4
Martian commit f105abff33f250cd35fea61624724370aec5360d
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/f105abff33f250cd
Merge 6c6de3559b93537c4caaa96be7e461b4cfdfbd94 into 61d18b618b056a0a3bf9509d
E. Choroba 2 parents
https://github.com/Perl/perl5/commit/f105abff33f250cd
Martian commit 84b208fd2034601f10bf4a268c718fe8fa63c7d3
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/84b208fd2034601f
Merge 8c7ed718e27099ba2cdc32c959ff8199ae7d966a into 61d18b618b056a0a3bf9509d
H.Merijn Brand 2 parents
https://github.com/Perl/perl5/commit/84b208fd2034601f
Martian commit 898e023d2e48da63a330c6c8f46d4266e8460a81
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/898e023d2e48da63
Merge c67a1850d2b751065133fa1a406c24a393c00366 into 61d18b618b056a0a3bf9509d
John Lightsey 2 parents
https://github.com/Perl/perl5/commit/898e023d2e48da63
Martian commit 9b3fc40c4f859f0af883b66c020432de138cda09
5 commits. 2 unique authors. 2 unique committers.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/9b3fc40c4f859f0a
Merge a59ef58940de48deef87e582a91e71236f41ef1e into 61d18b618b056a0a3bf9509d
jpalao 2 parents
https://github.com/Perl/perl5/commit/9b3fc40c4f859f0a
correct arch patch
Jose Palao 1 file changed, 2 insertions(+), 2 deletions(-)
https://github.com/Perl/perl5/commit/a59ef58940de48de
template adaptations
Jose Palao 1 file changed, 12 insertions(+), 10 deletions(-
https://github.com/Perl/perl5/commit/5c1a882a49aa026f
build.sh hardcoded 5.30 and patch corrections
Jose Palao 1 file changed, 10 insertions(+), 12 deletions(-
https://github.com/Perl/perl5/commit/f8b4a1e483b4d4be
hardcode perl version 5.30.2 and OS version 15.6.0 to templates
Jose Palao 11 files changed, 174 insertions(+), 166 deletio
https://github.com/Perl/perl5/commit/75ada8f362c90d67
Martian commit 0fc7fd18d7d721555dbdfe9db9d3eb7f303a53ec
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0fc7fd18d7d72155
Merge 7683e280de4f493687397ccafc0eee4315b29321 into 61d18b618b056a0a3bf9509d
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/0fc7fd18d7d72155
Martian commit 10c47551b2b550cbc0bc04addccee998103dea51
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/10c47551b2b550cb
Merge e7e9b97fe983e864785d13dbfecf8fd5990403aa into 61d18b618b056a0a3bf9509d
Scott Baker 2 parents
https://github.com/Perl/perl5/commit/10c47551b2b550cb
Martian commit 4dc15e5df216dceba6cab1ec7dd70dcb49d2f15c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/4dc15e5df216dceb
Merge 79eaec491c87571fa5006b5af2c71cf1067f5b8f into 61d18b618b056a0a3bf9509d
Scott Baker 2 parents
https://github.com/Perl/perl5/commit/4dc15e5df216dceb
Martian commit b4a1652cc9428b8b9fafeb6ee5de33a502648108
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/b4a1652cc9428b8b
Merge dc44b362e1e298e327be398f06def916f8546ac2 into 61d18b618b056a0a3bf9509d
Richard Leach 2 parents
https://github.com/Perl/perl5/commit/b4a1652cc9428b8b
Martian commit 0e264fc3b6fd933ae982e9800b0a88b68d2ce6c7
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/0e264fc3b6fd933a
Merge a74e03609a90cdaec4c40914e17a4fd1dbcfbbf5 into 61d18b618b056a0a3bf9509d
ℕicolas ℝ 2 parents
https://github.com/Perl/perl5/commit/0e264fc3b6fd933a
Martian commit 32ef2d187026c6804a9cf009aaaaf16aaaa9d9c2
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/32ef2d187026c680
Merge 7ff86f94ca59351cc4f2b3dfc66e25efcae978d8 into 61d18b618b056a0a3bf9509d
Todd Rinaldo 2 parents
https://github.com/Perl/perl5/commit/32ef2d187026c680
Martian commit dce03d13f55d3be7f70e4574d7accb4e6d394640
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/dce03d13f55d3be7
Merge 51d41593234a666d435ec95bb40ebbfc419ac222 into 61d18b618b056a0a3bf9509d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/dce03d13f55d3be7
Martian commit 5f818650c24bdae549de2a9689d30c0a9b7a30e1
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/5f818650c24bdae5
Merge 0105cf98dabb886a72baa5375ea787ac0f2b4537 into 61d18b618b056a0a3bf9509d
Karl Williamson 2 parents
https://github.com/Perl/perl5/commit/5f818650c24bdae5
Martian commit e956f118ad365c11b6f586dc0dd74271503654f9
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/e956f118ad365c11
Merge 77878eb22a9a9784647af0a234adc9f1358c0d46 into 61d18b618b056a0a3bf9509d
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/e956f118ad365c11
Martian commit 823336269bcf427459838b6869bcf80aeeb97795
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/823336269bcf4274
Merge 6786f7b53ce2b445d286064dcafffe102bf5f50c into 61d18b618b056a0a3bf9509d
Felipe Gasper 2 parents
https://github.com/Perl/perl5/commit/823336269bcf4274
Martian commit 419fd709b64da4bcb26240e4780a7eaeff1de55c
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/419fd709b64da4bc
Merge f0312d1990b1d7afa9f138c4a4ca390c71775f4e into 0cafd09c4306be6a918d02a4
Max Maischein 2 parents
https://github.com/Perl/perl5/commit/419fd709b64da4bc
Martian commit a090bd96b2264a97cb62cc130bdd4a55ce655f78
1 commit. 1 unique author. 1 unique committer.
Thanks, applied: GitHub (1)
Snapshot: http://github.com/Perl/perl5/tarball/a090bd96b2264a97
Merge 4475872a3056889fc1a815a9d0055c942aec9bcc into 98812e18d0be205792974585
Todd Rinaldo 2 parents
https://github.com/Perl/perl5/commit/a090bd96b2264a97
Thread Previous