Front page | perl.perl5.porters |
Postings from June 2013
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
June 26, 2013 01:14
Subject:
Perl 5 Commit Summary
Message ID:
E1UreJO-0007qk-CM@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
107 commits. 15 unique authors. 8 unique committers.
149 files changed, 2187 insertions(+), 1472 deletions(-)
Net code removal: Dagfinn Ilmari Mannsåker (8 lines) Tony Cook (7 lines)
Thanks, applied: Tony Cook (7) James E Keenan (2) Steffen Mueller (2)
Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/31108f3ee208f242.tar.gz
Add tests for a backreference following a literal, which is a different code
Yves Orton 1 file changed, 13 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/31108f3ee208f242
Fix rules for parsing numeric escapes in regexes
Yves Orton 4 files changed, 46 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/f1e1b256c5c1773d
Document and clean up -s option to xsubpp
Steffen Mueller 2 files changed, 23 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/39150c421f7908f6
Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/fc5771079abcc2fc
EU::ParseXS: Test cleanup
Steffen Mueller 19 files changed, 12 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/9219b11479eb6fd9
EU::ParseXS: Move several constants out of the runtime object
Steffen Mueller 2 files changed, 33 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/470f769f911d5dd3
EU::ParseXS: Cosmetics; more explicitness in *_handler
Steffen Mueller 1 file changed, 26 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/4566f34fd5bc3e14
EU::ParseXS: Use OO version of ExtUtils::ParseXS in test
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7c0023082194e70
EU::ParseXS: Simplify output typemap code generation (targetable)
Steffen Mueller 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/b28d84821eb92e2c
EU::ParseXS: Cosmetics; better variable naming
Steffen Mueller 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfba0fa69b3193a3
EU::ParseXS: Fix targetable size detection
Steffen Mueller 3 files changed, 196 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/42dec8cfd2525f91
EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
Steffen Mueller 5 files changed, 3 insertions(+), 223 deletions(
http://perl5.git.perl.org/perl.git/commit/33de40a5a571ddfe
EU::ParseXS: Update changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2fab6eee647db5d
EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
Steffen Mueller 6 files changed, 61 insertions(+), 85 deletions(
http://perl5.git.perl.org/perl.git/commit/ae7fdf584559a304
EU::ParseXS: Update Changelog
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9259b56b53913360
EU::Typemaps: Document special typemap variables
Steffen Mueller 1 file changed, 20 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95ffdeee0d113532
EU::ParseXS: Stop using global state; an OO interface
Steffen Mueller 7 files changed, 309 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/9f8d2499ec277ee3
EU::ParseXS: Don't inherit from Exporter; import 'import' instead
Steffen Mueller 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b6c2a869e3e6d848
EU::ParseXS: Only initialize some parser regexps once
Steffen Mueller 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/af3a4c14a1fd6809
EU::Typemaps: Implement API for typemap cloning
Steffen Mueller 3 files changed, 87 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/e02e72da331b25be
ExtUtils::ParseXS version bump to 3.21
Steffen Mueller 9 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b35e4bd37b17cc87
[perl #75186] Remove obsolete references to vi support
Tony Cook 1 file changed, 1 insertion(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5cd7eb8d3b26b44
[perl #118561] failures loading modules are ignored when sub-package exists
Graham Knop 3 files changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4f21d8bae2372c7
Remove spaces from a (copy of) a proto when used. The logic that uses protot
Peter Martini 3 files changed, 30 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/d16269d8356f921e
podcheck.t: Re-enable --add_link
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c791efdf6d13626
Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e93a7aed5025e7a4
Update autodie to CPAN version 2.20
Chris 'BinGOs' Williams 7 files changed, 194 insertions(+), 143 deletion
http://perl5.git.perl.org/perl.git/commit/391c72152e89f549
[perl #113926] fix a hash randomization bug
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07be00e85aff72fb
[perl #113926] add tests for Pod::Html::anchorify()
James E Keenan 2 files changed, 97 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1022acf44e2d2874
perldelta for changes to perlexperiment
Ricardo Signes 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41f6d116e8ce841a
perlexperiment: mark lvalue subroutines accepted
Ricardo Signes 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af7c9f88a480d414
perlexperiment: (?{}) and (??{}) are not experimental
Ricardo Signes 2 files changed, 53 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/83f32abae480ed4e
perlexperiment: mark regexp backtracking verbs as accepted
Ricardo Signes 2 files changed, 8 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b387afbc3c259edc
Quote and indent %B::Concise::priv initialisation consistently
Dagfinn Ilmari Mannsåker 1 file changed, 60 insertions(+), 68 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c1a7e3503b5ab75
[perl #116781] several small changes to h2xs
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/f3ece40787fb16d3
h2xs: place for license for META.* files
Alexandr Ciornii 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7d75c4615fa9118
h2xs: remove useless compatibility code (VERSION_FROM requires EU::MM from p
Alexandr Ciornii 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea80267dedd60432
h2xs: dependency on XSLoader should be declared even when it is in core
Alexandr Ciornii 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ddb9ea59505fa7d0
h2xs: remove indirect object notation
Alexandr Ciornii 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94a8122c42638abd
perldiag: Correct ‘Unknown Unicode option value’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64187737d0419040
perldiag: Document ‘SWASHNEW didn't return an HV ref’
Father Chrysostomos 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05a40652eaf82122
perldiag: Correct ‘Repeated format line...’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a7f533cbfb8939da
perldiag: Correct ‘Perl %s required’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6903f24f6aa2a0ee
perldiag: Correct ‘Pattern subroutine nesting...’
Father Chrysostomos 2 files changed, 1 insertion(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b9bd8d8c6cabdf25
diag.t: Tolerate trailing spaces in C code
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45c76a8eaee36f02
perldiag: Document mprotect errors
Father Chrysostomos 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92951bcef065d7e3
perldiag: Correct ‘length() used on %s’
Father Chrysostomos 3 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25e26107ac5b0e99
perldiag: Document ‘internal %<num>p might conflict’
Father Chrysostomos 2 files changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/870978ae522c2ba1
perldiag: Correct ‘Infinite recursion in regex’
Father Chrysostomos 2 files changed, 1 insertion(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a2ed79a05a42b48
sv.c: Allow COWs through sv_magic unscathed
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eaf7e88fef6975b1
perldiag: Correct ‘Don't know how to handle magic’
Father Chrysostomos 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4021c788a0e0964d
perldiag: Add the elliptical variant of strict refs error
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e634d20f3927991
Stop undef &foo from crashing on lex subs
Father Chrysostomos 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/bdbfc51a7bc15a2f
op.c: Refactor calls to bad_type_sv
Father Chrysostomos 4 files changed, 20 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/7b3b090481956031
gv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SV
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/017c5e4e9b62adc6
Use UTF8f in more places
Father Chrysostomos 5 files changed, 53 insertions(+), 69 deletions(
http://perl5.git.perl.org/perl.git/commit/acc19697c67fa63c
Document scalarref retvals of @INC hook
Father Chrysostomos 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5e5128baad2b5270
regcomp.c:regdump_intflags: rem unused var
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e02b9823c7c1df9
[Merge] Fix bugs involving compilation and ro SVs
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/68f2a74cad3ce0a1
Remove ‘Can't coerce readonly %s’ error
Father Chrysostomos 3 files changed, 6 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ee3818ca2c5e172c
sv.c: Make sv_force_normal always croak on ro SVs
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c72a4eedff166d5a
Increase $B::Deparse::VERSION to 1.22
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0bcd71eb9262d2c1
toke.c: Don’t depend on sv_force_normal’s good graces
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9657ccb4f31f4d02
Copy scalar refs returned from @INC filters
Father Chrysostomos 2 files changed, 22 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/9b7d7782b9990e57
Stop SVt_REGEXPs from being upgraded.
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ecff11eb0f000fc1
dump.c: Dump PV fields of SVt_PVIOs
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a3c73497c32449b
util.c: Stop ck_index/fbm_compile from abusing readonliness
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66379c06cdfaf5fb
Stop ck_index from flattening other people’s SVs
Father Chrysostomos 2 files changed, 30 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/310f4fdb24138eb4
sv.h: Correct assertion in BmUSEFUL
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f156091762ac3e6b
Stop fbm_compile from flattening refs
Father Chrysostomos 2 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/948d23704c370224
index.t: Comment final brace
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8aafe2e9ee6ccf5b
Stop split from mangling constants
Father Chrysostomos 6 files changed, 32 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/60041a0991995a4c
Increase $DBM_Filter::utf8::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48c357fd49c074d8
Increase perl5db.pl’s $VERSION to 1.41
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/835704c5cca29245
Increase $integer::VERSION to 1.01
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/32ff8285a4c2bb09
Increase $deprecate::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e9efe032bf0b1f7
Increase $Tie::Scalar::VERSION to 1.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/393e35b1aecb7888
Increase $Tie::Hash::VERSION to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6af6617c4da93f79
Increase $Tie::Array::VERSION to 1.06
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6459e9959b5940d4
Increase $Getopt::Std::VERSION to 1.09
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/589e7e1fb134e4bb
Increase $File::Basename::VERSION to 2.85
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/650303cfd06855ca
Increase $ExtUtils::XSSymSet::VERSION to 1.3
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/93fd879ffceea4d2
Increase $English::VERSION to 1.07
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7262e0e70e685c0e
Increase $DBM_Filter::null::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d705e9a367e14b76
Increase $DBM_Filter::int32::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7811227b3efed887
Increase $DBM_Filter::encode::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ffae00a081802d8
Increase $DBM_Filter::compress::VERSION to 0.03
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/493efffc466352a9
Increase $DBM_Filter::VERSION to 0.06
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8c46e67d009bd249
Increase $DB::VERSION to 1.07
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a85b63fd80fcbaa4
Increase $Class::Struct::VERSION to 0.65
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05998a5c094df9b7
Increase $Benchmark::VERSION to 1.17
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eda74b07919680a4
Increase $XS::APItest::VERSION to 0.54
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cfd12eac71966de
Increase $I18N::Langinfo::VERSION to 0.11
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/645b87049490627c
Increase $Hash::Util::FieldHash::VERSION to 1.12
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2569408562bc03e6
Increase $Devel::Peek::VERSION to 1.12
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/58af2c92c0c5ef18
Increase $B::Concise::VERSION to 0.97
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6add2b619d6188f7
Increase $Safe::VERSION to 2.37
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be2588b7c71b4673
Increase $File::Spec::Win32::VERSION to 3.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3bf028c7ca3ca924
Increase $File::Spec::VMS::VERSION to 3.42
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5c2eb1076a099aa2
Increase $strict::VERSION to 1.08
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9718cca12898e15
Increase $vmsish::VERSION to 1.04
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0720aa4d2f1fd577
Fixed verbatim lines in POD over 79 characters
Brian Gottreu 56 files changed, 365 insertions(+), 325 deletio
http://perl5.git.perl.org/perl.git/commit/555bd962bf06d749
Documentation corrections from Wallace Reis++.
James E Keenan 8 files changed, 17 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/6ca3c6c679258bbb
add PL_reg_intflags_name to globvar.sym - used in debugging regex engine
Yves Orton 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7faf190f41917e1b
Fix and add tests for *PRUNE/*THEN plus leading non-greedy +
Yves Orton 6 files changed, 28 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/b8f6efdd9cee0ae5
Show intflags as well as extflags
Yves Orton 6 files changed, 91 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/337ff3078c4082e8
Treat a consecutive semicolons in a prototype as 1
Peter Martini 2 files changed, 31 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/80e09529483332d9
Current branch khw/ebcdic
203 commits. 3 unique authors. 1 unique committer.
468 files changed, 8527 insertions(+), 49085 deletions(-)
Thanks, applied: Karl Williamson (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d1d01d6bcafd2122.tar.gz
XXX Needs tests regexec.c: Fix some EBCDIC problems
Karl Williamson 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1d01d6bcafd2122
lib/locale.t: Generalize to work on non-ASCII
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f9d720050b307ef9
ext/XS-APItest/t/hash.t: Generalize to run on non-ASCII platforms
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d25e7f4586b34433
dist/Storable/t/code.t: Fixes to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/609a6e78ee524b97
XXX CPAN, incomplete cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm: Generalize
Karl Williamson 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa85cd657163d0c7
t/lib/feature/implicit: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d9a83c286557976
pp.c, regexec.c: Declare buffers large enough
Karl Williamson 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2afb6ca501cb11e5
pp.c: Don'tdeclare array to large
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/33c6f98219fc3d18
XXX experimental pp_pack.c: 'u'
Karl Williamson 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cc257cda9484e3c
XXX CPAN Normalize
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7df976b5867939ad
XXX CPAN prob wrong Collate
Karl Williamson 1 file changed, 12 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19843d0757ec56fc
utf8.c: Remove wrapper functions.
Karl Williamson 6 files changed, 100 insertions(+), 138 deletion
http://perl5.git.perl.org/perl.git/commit/977b807e23e819e0
perlapi vis utf8.c: Nits
Karl Williamson 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c012ee92a45120de
utf8.c: Move 2 functions to earlier in file
Karl Williamson 1 file changed, 36 insertions(+), 62 deletions(-
http://perl5.git.perl.org/perl.git/commit/77817a8b9f9d65e7
gv.c: Add comment
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/34de2b312f6465d5
t/op/coreamp.t: Generalize for non-ASCII platfomrs
Karl Williamson 1 file changed, 17 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/110e898fd6be94c1
XXX temporary lib/warnings.pm: Add debugging info
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a79ae532ae11ace4
regcomp.c: Add missing (parens) to expression
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed38434eb733d8d3
t/re/re_tests: Some tests are platform-specific
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c167b074372c1e6d
t/re/regexp.t: Add ability to skip depending on platform
Karl Williamson 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4882194ea6298e96
t/io/crlf.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13118d4aa55bb95a
unicode_constants.h: regened for ebcdic
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ddb6c455bbc94766
XXX finish up t/re/regexp.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/389714ae55098165
ext/B/t/b.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/133a8e243ddf55b7
dist/Safe/t/safeutf8.t: Generalize to non-ASCII platform
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/97e717f9770909b0
t/op/warn.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 11 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8f6ef9d8da1fef6
re/reg_email.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8f4447639e88840
dist/ExtUtils-Install/t/InstallWithMM.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66d09b40cc6db6c3
XXX: t/lib/warnings/utf8: Experiment with malformed utf8
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdbdf28414b56d3f
XXX skip cpan tests
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8831a5b0866340cc
ext/XS-APItest/t/svpeek.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c406f640d56f9e90
ext/XS-APItest/t/svpv_magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59ebc741c5265417
lib/DBM_Filter/t/encode.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f527f12b274a3005
XXX finish up lib/dumpvar.pl: Generalize for EBCDIC
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e97a594dcd426eb
XXX finish up lib/utf8.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/01f91b6de9631ea1
t/uni/parser.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf558aeab283d1eb
t/uni/method.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3b0f0db28eb29e8
t/op/magic.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4bd9b3f3cf3331e5
t/io/through.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 29 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15d2a600e78bc1f1
toke.c: Fix EBCDIC bugs with single char variable names
Karl Williamson 1 file changed, 11 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64da1daffacc9967
toke.c: An EBCDIC fix
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82bb668c87f78d6f
XXX \c must be followed by printable
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/1455cfd477b30871
XXX temp toCTRL
Karl Williamson 5 files changed, 42 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/3a5ae14c3593e9ae
perlio.c: Generalize for EBCDIC
Karl Williamson 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/da380a9d450f86cc
unicode_constants.h: Add #defines for CR, LF
Karl Williamson 2 files changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb1ce04e16f191dd
t/op/goto.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05afd9cb32899b20
t/re/pat.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 14 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/4be1ea67f0425175
XXX t/op/pack.t: Generalize for EBCDIC
Karl Williamson 1 file changed, 34 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/01784fc452933988
regcomp.c: In EBCDIC [i-j] exclude also ASCII
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ddba8081e659729
utf8.c: Don't use slower general-purpose function
Karl Williamson 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c484758f8a2d34cd
utf8.c: Don't do ++ in macro parameter
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fb386ffcffab0f3
utf8.c: Use macro instead of duplicating code
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9b18dd3e677401c
t/io/bom.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e8efe5afa5a7171
t/uni/overload.t: EBCDIC fixes
Karl Williamson 1 file changed, 44 insertions(+), 42 deletions(-
http://perl5.git.perl.org/perl.git/commit/c07fd65af0c0e9b5
t/uni/method.t: EBCDIC fixes
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ea21916fbdd4cf8
t/op/utf8magic.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d0c59bd533dc6bf9
t/op/evalbytes.t: EBCDIC fixes
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc78aff48222893a
t/op/length.t: EBCDIC fixes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe84e0668dc6c65f
t/op/utfhash.t: XXX Add debug
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed1b108c7b08490f
Data-Dumper/Dumper.pm: Fix for EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a5e20260b5223f4
Dumper.xs: Don't translate character twice
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bf1926c396ce178
dist/IO/t/io_utf8argv.t: Generalize and enable EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec8681dd408c4ec2
utf8.h: Clarify comments
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5520cbd3c78be1a5
XXX CPAN cpan/Test/lib/Test.pm: Fixes for EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86a589de3730dfc6
t/re/pat_re_eval.t: Some EBCDIC fixes
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4345a5756e4238b2
t/test.pl: Add fcn for UTF-EBCDIC conversion
Karl Williamson 1 file changed, 103 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ecfa6524843ccc7d
dist/Storable/t/utf8.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/438749025fdfb243
t/uni/variables.t: Fix to run under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef2fb7d64625acf9
t/op/split.t: EBCDIC fixes
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1af2a3b56a07659e
re/pat_advanced.t: EBCDIC fixes
Karl Williamson 1 file changed, 73 insertions(+), 53 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e482e460a1705fd
t/io/utf8.t: EBCDIC fixes
Karl Williamson 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb1d418ddc93acc6
Unicode::UCD.pm: Nits
Karl Williamson 1 file changed, 17 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/e661ba250b0c398a
t/uni/fold.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/d9dd7ed46a21b69a
XXX t/op/tiehandle.t: skip for now; deep recursion
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21c773cf6077296f
XXX better commit msg utf8.c: Avoid unnecessary UTF-8 conversions
Karl Williamson 1 file changed, 61 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3397c98b7b950cc
utf8.c: No need to check for UTF-8 malformations
Karl Williamson 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bc2169c7fd3d116
XXX enable _invlist_dump;
Karl Williamson 3 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/918dc91803dd748c
XXX EBCDIC header files
Karl Williamson 4 files changed, 1209 insertions(+), 864 deletio
http://perl5.git.perl.org/perl.git/commit/4eb3856ea62456f6
hints/os390.sh: Suppress bogus compiler message
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e24f1c50d3ac21e4
XXX Temporary for z/OS long long support
John Goodyear 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0fb3948b8d06fa0
Add test that to/from native character set works
Karl Williamson 2 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b292666d0385f902
lib/feature/bundle: Fix some things to pass under EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee05b31ed55c2617
XS-APItest/t/fetch_pad_names.t: Skip if EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8926d3357ae9ad72
XXX ext/XS-APItest/t/utf8.t: Fix so passes EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6c03d091027b201
ext/re/t/re_funcs_u.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bbd7c9f651979895
XXX dist/IO/t/io_utf8argv.t: Temporarily skip if EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce3adfd7a91d7fdc
t/op/print.t: Skip an EBCDIC test
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a4fc73fc4ab5cb2
XXX t/TEST: Avoid SIGPIPEs
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99f49044bb38807f
XXX Temporarily test normalization
Karl Williamson 12 files changed, 60 insertions(+), 60 deletions
http://perl5.git.perl.org/perl.git/commit/7238616324c18167
op/index.t: Fix tests for EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38c10e630ab1ea45
op/chop.t: Fix for EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fffefd9cfc9883ea
t/op/lc.t: Fix to work under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6a996fadb5ba978
Skip some tests under EBCDIC
Karl Williamson 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85a1522fef19196b
porting/bincompat.t: Skip under EBCDIC
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f97cc352e21faf69
t/re/regex_sets.t: So will pass under EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e327556130295301
XXX fix \x{too large}
Karl Williamson 10 files changed, 24 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/33f4c35ea274ae10
utf8.c: Fix so UTF-16 to UTF-8 conversion works under EBCDIC
Karl Williamson 1 file changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae42381ce81aa901
utf8.h, utfebcdic.h: Add #define
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ce804ecd2615cf6
lib/Unicode/UCD.t: Allow to run under EBCDIC,
Karl Williamson 1 file changed, 158 insertions(+), 75 deletions(
http://perl5.git.perl.org/perl.git/commit/7c3171836a5e2531
t/op/quotemeta.t: EBCDIC fixes
Karl Williamson 1 file changed, 24 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/b435de4527bf405f
t/re/fold_grind.t: Fixes for EBCDIC
Karl Williamson 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/7cf0db0b25ff174c
t/lib/charnames/alias: Fix some EBCDIC problems
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e068879bd6214e45
t/uni/class.t: Make work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b73a60caf112e25
feature/unicode_strings.t: Fix to work on EBCDIC
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05f1922d4be77f5f
XXX rebase regen/regcharclass.pl: make more EBCDIC friendly
Karl Williamson 2 files changed, 34 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/0f5727b0a55d08e3
XXX temporarily skip some folding tests
Karl Williamson 3 files changed, 16 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/ec4943aaab1e6088
XXX temp skip perl5db.t
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b169f3c11b46018
pp.c: White-space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10c0095a6e572fc7
Fix valid_utf8_to_uvchr() for EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/75d85aa9e0d746c3
t/test.pl: Add comment about EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b79cf208b8eeeda
XXX makedepend.SH: Why does 255 work and 250 not?
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/96fa25b09d29e588
XXX regen/mk_PL_charclass.pl: Make EBCDIC friendly
Karl Williamson 1 file changed, 34 insertions(+), 83 deletions(-
http://perl5.git.perl.org/perl.git/commit/7b6f843c5dcd87a9
XXX make various things more EBCDIC friendly
Karl Williamson 4 files changed, 29 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/ef9471555f888d88
XXX: Fixup commit message.
Karl Williamson 2 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba05f11c237cd548
regcomp.c: Fix bug in EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/8b25f5c603b6ab9b
re/charset.t: Allow to work on EBCDIC
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d083ecaa2455085
XS-APItest/t/handy.t: Change output message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/de1673d3ee660c2d
XXX Dumper.xs: Don't know why this stopped compiling
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1699ce63818466b
toke.c: Simplify some code
Karl Williamson 1 file changed, 5 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7937e1b00a9bfe3c
APItest/t/handy.t: Make EBCDIC-friendly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a951b13250a65d27
Data-Dumper: Make EBCDIC-friendly
Karl Williamson 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8280a9c2e87cd433
sv.c: Make less ASCII-centric
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09e06684ef116b30
charnames.t: Generalize for non-ASCII platforms
Karl Williamson 1 file changed, 20 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/177aa065090be454
dump.c: Make less ASCII-centric:
Karl Williamson 1 file changed, 14 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/b7583172ff77a5df
hv.c: Stop being ASCII-centric
Karl Williamson 1 file changed, 22 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a849b519e0652782
Added Porting/reorder_charclass_invlists.pl
Karl Williamson 2 files changed, 189 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/b4c6670b2bc42b01
t/base/lex.t: Use char suitable for both ASCII and EBCDIC
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/274a201a693614b2
XXX Temporary comment out ParseXS check
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17b3a8def5a63b0a
XXX Collate, Normalize: Allow to compile under EBCDIC
Karl Williamson 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52cb048d35c4601b
XXX dquote_static.c: Silence wrong warning on EBCDIC
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d01fcc33278c6835
utfebcdic.h: Change 'unsigned char' to U8
Karl Williamson 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/83bee277f30b21ac
regen/regcharclass.pl: Make more EBCDIC-friendly
Karl Williamson 2 files changed, 594 insertions(+), 562 deletion
http://perl5.git.perl.org/perl.git/commit/d5a3b54be3e0b5ee
utfebcdic.h: Add (UV) cast
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f544ed0ac29aa500
handy.h: Allow bootstrapping to non-ASCII platform
Karl Williamson 2 files changed, 174 insertions(+), 63 deletions
http://perl5.git.perl.org/perl.git/commit/5d03942ba43dbb25
toke.c: Remove EBCDIC dependency
Karl Williamson 1 file changed, 3 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/09576e333c28f77a
toke.c: Remove character set dependency
Karl Williamson 1 file changed, 9 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c571a198de13c79
unicode_constants.h: Add #defines for Byte Order Mark
Karl Williamson 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a762a7326304d81
XXX: Find a cleaner way. Handle missing is_UTF8_CHAR_utf8_safe
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d79cfd44d602e945
Add Porting tool for help with non-ASCII platforms
Karl Williamson 3 files changed, 51 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/965ef2448db013eb
inline.h: Reorder functions
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/8dd50da2e36a8ad5
utfebcdic.h: Add comment
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6cf148d3c546de35
utf8.h: Clean up START_MARK definition and use
Karl Williamson 2 files changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d4e4371b902df26
utf8.h: Move #includes
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62907c85e0d853bf
utfebcdic.h: Remove extra parameter expansions
John Goodyear 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a8c135fa9daf5d6
utf8.h: Simplify UTF8_EIGHT_BIT_foo on EBCDIC
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e95cbeda6be63a42
XXX temp: show makedepend cerr
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94a92b6885065cca
makedepend.SH: Split too long lines; properly join
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e784b481af617fc
makedepend.SH: White-space only
Karl Williamson 1 file changed, 15 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/51a8602fd370302b
makedepend.SH: Remove some unnecessary white space
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06991dc01c97cf2b
makedepend.SH: Retain '/**/' comments
Karl Williamson 1 file changed, 18 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab0e6ee291bf43ea
handy.h: Remove extraneous parens
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8123ab4e2fab29d5
Disable gcc-style function attributes on z/OS.
Andy Dougherty 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/652d49c010d236cb
Change os390 custom cppstdin script to use fgrep.
Andy Dougherty 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c72645a9b706b145
utf8.c: Use more clearly named macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e5a8b20422e1299
Add macro OFFUNISKIP
Karl Williamson 4 files changed, 18 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/596a4fa8fe226420
toke.c: white space only
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a7ad97730f26aee7
toke.c: Don't remap \N{} for EBCDIC
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb4ab8647c25d361
utf8.c: Deprecate two functions
Karl Williamson 6 files changed, 58 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/9fa50ffb95a8bf34
Deprecate uvuni_to_utf8()
Karl Williamson 5 files changed, 10 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/933d87dd875de9fd
Deprecate utf8_to_uni_buf()
Karl Williamson 3 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/13462470d297bac3
makedepend.SH: Comment out unnecessary code
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/969c3924a4f7a46e
Deprecate valid_utf8_to_uvuni()
Karl Williamson 3 files changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5cc28ad151802a70
utf8.c: Swap which fcn wraps the other
Karl Williamson 5 files changed, 32 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/5b7fe3dcce4b3b18
utf8.c: Skip a no-op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a79e1acc48287965
utf8.c: Move comment to where makes more sense
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/578f321b9585c19e
APItest: Test native code points, instead of Unicode
Karl Williamson 2 files changed, 13 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/08fab45e5621887a
XXX CPAN Encode.xs
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de7ecbca63a93274
XXX CPAN and unsure Encode
Karl Williamson 2 files changed, 10 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/c60a88a2c788da62
XXX CPAN Encode.xs: fix indent
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdd56213bdb30930
Don't refer to U+XXXX when mean native
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce3d802f730ce175
Convert some uvuni() to uvchr()
Karl Williamson 8 files changed, 46 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/5f8f9e4a9f646147
handy.h: White space only
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/9ccc06a3057d8314
t/test.pl: Allow native/latin1 string conversions to work on utf8.
Karl Williamson 1 file changed, 14 insertions(+), 102 deletions(
http://perl5.git.perl.org/perl.git/commit/4d1213a50ebf8ab2
t/test.pl: Simplify ord to/from native fcns
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bb8c7293143733f
Make casing tables native
Karl Williamson 2 files changed, 165 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/8c55b8b7308f209d
utfebcdic.h: Remove trailing spaces
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63200adac91812f7
EBCDIC has the unicode bug too
Karl Williamson 1 file changed, 2 insertions(+), 28 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2336ce6a7bb9f370
handy.h: Solve a failure to compile problem under EBCDIC
Karl Williamson 1 file changed, 22 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5dd51dcf43e1a5d7
handy.h: Simplify some macro definitions
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a63d866d31ec3f9
handy.h: Combine macros that are same in ASCII, EBCDIC
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e5201f839d4ff25
Deprecate NATIVE_TO_NEED and ASCII_TO_NEED
Karl Williamson 6 files changed, 25 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/d279465419de0a23
Remove remaining calls of NATIVE_TO_NEED
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/079a5d2c39e36b2e
toke.c: Remove some NATIVE_TO_NEED calls
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/beaff1ad54db7bb9
toke.c: in [A-Za-z] use macros that exclude non-ASCII alphas
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf8d940e41ccf33e
Use real illegal UTF-8 byte
Karl Williamson 3 files changed, 15 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/1429a191370b3188
toke.c: Remove remapping for EBCDIC for octal
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bf75213744b1540
Remove EBCDIC remappings
Karl Williamson 6 files changed, 52 insertions(+), 92 deletions(
http://perl5.git.perl.org/perl.git/commit/ffff4c2c26b54700
Add and use macro to return EBCDIC
Karl Williamson 7 files changed, 45 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/2c05fd0d8aefb959
charnames: Make work in EBCDIC
Karl Williamson 2 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/7e142d93027401a7
Unicode::UCD: Work on non-ASCII platforms
Karl Williamson 1 file changed, 82 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/318942320a39ffd4
Unicode::UCD: Typo in comment
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b9fdf5684b37943
mktables: Generate native code-point tables
Karl Williamson 1 file changed, 161 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/29accf0684aa05e5
mktables: Move table creation code
Karl Williamson 1 file changed, 12 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/965308986a03b740
Fix some EBCDIC problems
Karl Williamson 3 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6bd3580dc15b488
Remove unnecessary temp variable in converting to UTF-8
Karl Williamson 3 files changed, 13 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/2e27a1b3dc7fc3a3
utf8.h: Correct macros for EBCDIC
Karl Williamson 1 file changed, 10 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c69be0862ca24931
Extract common code to an inline function
Karl Williamson 8 files changed, 35 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/4459cc7ea44a718d
Don't use EBCDIC macro for a C language escape
Karl Williamson 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db5bbf5ba985adb5
Use byte domain EBCDIC/LATIN1 macro where appropriate
Karl Williamson 3 files changed, 31 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/f86ee9f6990bec5a
Use new clearer named #defines
Karl Williamson 5 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/b0a9740b7f3da432
utf8.h, utfebcdic.h: Create less confusing #defines
Karl Williamson 2 files changed, 31 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/9f505d43cb4dad24
pp_ctl.c: Use isCNTRL instead of hard-coded mask
Karl Williamson 1 file changed, 9 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a71b29a89446e0b9
utf8.c: is_utf8_char_slow() should use native length
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b92ae5688c6c6cd2
Current branch maint-5.18
1 commit. 1 unique author. 1 unique committer.
1 file changed, 1 insertion(+), 1 deletion(-)
Thanks, applied: David Mitchell (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ffa0fbf4bf6f9a9f.tar.gz
Improved struct pmop alignment fix - avoid the slow path on 64 bit systems.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ffa0fbf4bf6f9a9f
Current branch sprout/padconst
24 commits. 1 unique author. 1 unique committer.
126 files changed, 2619 insertions(+), 1092 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2a706e1f6b7716fc.tar.gz
Stop folding of ops from changing mutability
Father Chrysostomos 5 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a706e1f6b7716fc
[perl #78194] Make foreach copy pad tmps
Father Chrysostomos 3 files changed, 22 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/47dab7f996d8ec47
Correct list.t descr in MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fb9079f0f897aa36
[perl #3105] Make 1..3 modification safe
Father Chrysostomos 3 files changed, 29 insertions(+), 20 deletions(
http://perl5.git.perl.org/perl.git/commit/596467f9656cec60
Increase $XS::APItest::VERSION to 0.54
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a192566d368a4fdd
constant.t: Correct version
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/654e40659ff71923
[perl #78194] Make sub calls copy pad tmps
Father Chrysostomos 4 files changed, 12 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/fea4f37135762ef7
Increase $OptreeCheck::VERSION to 0.10
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb2c48c74e0d2e03
[perl #78194] Make grep/map copy pad tmps
Father Chrysostomos 3 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/873e3334528bf3d3
pad.c: cast before comparing signed with unsigned
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/09bbb57a8164f27a
op.c: Stop copying constants under ithreads
Father Chrysostomos 6 files changed, 18 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/96cd4d15352a9474
pad.c: Expand pad_push SVf_READONLY explanation
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e1b3998dacd0f99b
pad.c: Use &PL_sv_no for const pad names
Father Chrysostomos 6 files changed, 33 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/199d2c2a7e58a8ed
Re(mov|writ)e two comments from pad.c:pad_alloc
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a06c3c28d2788bd
op.c:S_fold_constants: Add assertion
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec6192f1f6f16821
Change the tests for #3105 into to-dos
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e60fe45d088062c
Test readonliness of overload constants
Father Chrysostomos 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d2b18a064e6c744e
To-do test for #109746
Father Chrysostomos 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/840d1f251a6630d9
Test (im)mutability of constants and constant-like subs
Father Chrysostomos 2 files changed, 72 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/8443d1152b65bb10
Test !0 and !1 immutability and singletonness
Father Chrysostomos 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0a22a9535ab7eec
Test that literal numbers and strings are read-only
Father Chrysostomos 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d5b8bf88554befa9
To-do tests for perl #78194
Father Chrysostomos 9 files changed, 69 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/abdffebce2e7fd8d
ref.t: To-do test for retvals of folded ops
Father Chrysostomos 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d09b0e43f0bc1084
sub.t: To-do test for recursive shared-hash-keys TARGs
Father Chrysostomos 1 file changed, 24 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0f286c28982fcfd
New branch smoke-me/nicholas/RT-118603
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/13d58115f07b1213.tar.gz
Update B's size/offset for CvFLAGS to U32, following commit 51c78f1b91bbcd7a
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13d58115f07b1213
New branch smueller/eupxs_ng3
19 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e7666f08a45535e2.tar.gz
Document and clean up -s option to xsubpp
Steffen Mueller 2 files changed, 23 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/e7666f08a45535e2
Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXS
Daniel Dragan 5 files changed, 79 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/1128d70c0704c780
EU::ParseXS: Test cleanup
Steffen Mueller 19 files changed, 12 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/2b3ec749327ef507
EU::ParseXS: Move several constants out of the runtime object
Steffen Mueller 2 files changed, 33 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/a826059675cbff39
EU::ParseXS: Cosmetics; more explicitness in *_handler
Steffen Mueller 1 file changed, 26 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/85e785f67a3d9635
EU::ParseXS: Use OO version of ExtUtils::ParseXS in test
Steffen Mueller 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3f5e9810af5839b
EU::ParseXS: Simplify output typemap code generation (targetable)
Steffen Mueller 1 file changed, 16 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac35e96d2e63d339
EU::ParseXS: Cosmetics; better variable naming
Steffen Mueller 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e5ed09b75838b1c
EU::ParseXS: Fix targetable size detection
Steffen Mueller 3 files changed, 196 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/b811be8066366e44
EU::ParseXS: Drop dup'd code: make_targetable moves to EU::Typemaps
Steffen Mueller 5 files changed, 3 insertions(+), 223 deletions(
http://perl5.git.perl.org/perl.git/commit/797ca1422b45367f
EU::ParseXS: Update changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fef407824e0ada02
EU::ParseXS: Attempt to canonicalize C++ types in tidy_type
Steffen Mueller 6 files changed, 61 insertions(+), 85 deletions(
http://perl5.git.perl.org/perl.git/commit/a1546aa6d3c81de7
EU::ParseXS: Update Changelog
Steffen Mueller 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/22df681c9a77f801
EU::Typemaps: Document special typemap variables
Steffen Mueller 1 file changed, 20 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a909abfa60057116
EU::ParseXS: Stop using global state; an OO interface
Steffen Mueller 7 files changed, 309 insertions(+), 184 deletion
http://perl5.git.perl.org/perl.git/commit/f50aae0b6390069e
EU::ParseXS: Don't inherit from Exporter; import 'import' instead
Steffen Mueller 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5d25a331848d609c
EU::ParseXS: Only initialize some parser regexps once
Steffen Mueller 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e658b4773efb3ba
EU::Typemaps: Implement API for typemap cloning
Steffen Mueller 3 files changed, 87 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/43784d92897f03f0
ExtUtils::ParseXS version bump to 3.19
Steffen Mueller 6 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69c575dba6015ce5
New branch tonyc/ndbm_win32
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/580ca39b30585117.tar.gz
[perl #71680] hints to use gdbm compat for [NO]DBM_File on Win32
Tony Cook 3 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/580ca39b30585117
Deleted branch smoke-me/dom/5.12.4
Deleted branch smueller/eupxs_ng2
Thread Previous