Mailing List Archive

1 ... 6 7 8 9 10 11 12 13 14 ... 18  View All
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
81 commits. 10 unique authors. 6 unique committers.
74 files changed, 1553 insertions(+), 1540 deletions(-)
Net code removal: Nicholas Clark (892 lines) Leo Lapworth (19 lines)
Gerard Goossen (18 lines) Eric Brine (12 lines)
Thanks, applied: Father Chrysostomos (10)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/f6c684839d07b54a.tar.gz

&CORE::mkdir()
Father Chrysostomos 3 files changed, 25 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6c684839d07b54a

&CORE::lock()
Father Chrysostomos 4 files changed, 49 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/c72a562989087cf4

&CORE::index() and &CORE::rindex()
Father Chrysostomos 3 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3e26383b699ba24

Update UNIVERSAL::VERSION docs following 9bf41c1
Father Chrysostomos 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e937c40d399bae93

&CORE::gmtime() and &CORE::localtime()
Father Chrysostomos 3 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/0163043af7a8e96a

perldelta for f132ae69 (*{undef})
Father Chrysostomos 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdd313f408816da8

Remove now-unnecessary len check from pp.c:S_rv2gv
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a438ddfd375bdc67

Make *{undef} self-consistent
Father Chrysostomos 3 files changed, 11 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/f132ae694cadce5c

perlop: Minor consistency tweak
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a12b8f3cd0656f16

[perl #93358] Clarify => quoting
Father Chrysostomos 1 file changed, 11 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e1988c66359c6a5

Re-generate uconfig.h
Florian Ragwitz 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44f645e897e30c5c

Bump the perlfaq version for a new cpan release
Florian Ragwitz 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a57ee431fd743f82

Remove unwanted space in comments
H.Merijn Brand 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5eef98535732831

Revert "Fix Configure's csym test for gcc's link time optimisation"
H.Merijn Brand 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9945eb561de0af3e

Correct mro_get_linear_isa’s docs
Father Chrysostomos 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/006d9e7b346a08e6

&CORE::getpgrp()
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/8af2014272725e01

&CORE::exit()
Father Chrysostomos 3 files changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9d3c658e5c246089

pp.c: Suppress stupid compiler warning
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f8d417bd28b4abb

&CORE::foo() for dbmopen and dbmclose
Father Chrysostomos 4 files changed, 51 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/19c481f4fff148c7

&CORE::foo() for close, getc and readline
Father Chrysostomos 5 files changed, 91 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/30901a8a3fcf590c

void rather than empty parameter for Perl___notused.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/64a8239ec9dfc1be

[perl #92376] Change - to : in time template
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/766af94fb242a6c5

&CORE::foo() for @ and $@ prototypes, except unlink
Father Chrysostomos 5 files changed, 115 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/bf0571fdfef93e57

Add OPpCOREARGS_PUSHMARK flag
Father Chrysostomos 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0b19d81a098d6a9b

&CORE::caller()
Father Chrysostomos 5 files changed, 33 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce0b554bf53c768c

&CORE::bless()
Father Chrysostomos 3 files changed, 11 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/c2f922f11b8978a4

&CORE::binmode()
Father Chrysostomos 3 files changed, 25 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6a1686942506c3f

[perl #93320] localising @DB::args leads to coredump
Father Chrysostomos 3 files changed, 16 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1a80902e5e9ce31

Allow ampersand calls for CORE subs with $*$$**$ protos
Father Chrysostomos 4 files changed, 108 insertions(+), 24 deletions
http://perl5.git.perl.org/perl.git/commit/c931b03652afbc6f

Add private coreargs flags for vivifying GVs
Father Chrysostomos 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e664e0a4d2b36e9c

Move most of pp_rv2gv into a static function
Father Chrysostomos 1 file changed, 44 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/6f7909da0803ea57

Add Frederic Briere to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3b7ffcbb44e231b

Attribute::Handlers: "my" should be "till"
Frederic Briere 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/78973a2c8c4a2e00

Attribute::Handlers: correct spelling
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca2796bf44777d7e

Dumper.xs: Suppress compiler warning
Father Chrysostomos 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4f12661db5afd43f

coresubs.t: Minor clean-up
Father Chrysostomos 1 file changed, 2 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71ba8c50f1810bb0

Invert the list of &-able functions in gv.c
Father Chrysostomos 1 file changed, 30 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/a652020edec48a12

Make sure coresubs.t tests all &-able funcs
Father Chrysostomos 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bccb6c7b2c2d71e0

replace old bookmarks.cpan link with www.perl.org and learn.perl.org
Leo Lapworth 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/637508ebefc90aa9

Merge the refactored makedef.pl into blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/c3747cfd922c8322

Note the demise of global.sym in perldelta.
Nicholas Clark 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5ecd28b81eed2633

In embed.pl, inline walk_table() into its only caller.
Nicholas Clark 1 file changed, 6 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a54c8e7c7d09874

Eliminate global.sym, as makedef.pl can generate it internally.
Nicholas Clark 17 files changed, 55 insertions(+), 969 deletion
http://perl5.git.perl.org/perl.git/commit/d500e60df9f652d9

Add regen/embed_lib.pl, for the code that processes embed.fnc and regen/opco
Nicholas Clark 3 files changed, 143 insertions(+), 133 deletion
http://perl5.git.perl.org/perl.git/commit/cdde42af3c16a29c

In embed.pl, move processing embed.fnc and regen/opcodes into a function.
Nicholas Clark 1 file changed, 91 insertions(+), 86 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ccbf88e2b403eca

In embed.pl, refactor the handling of varargs *_nocontext wrappers.
Nicholas Clark 1 file changed, 17 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/eacd26c25d4c0f9c

In makedef.pl, move handling of $ARGS{TARG_DIR} to the open statements.
Nicholas Clark 1 file changed, 12 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/321600e113201436

In makedef.pl, defaulting $ARGS{TARG_DIR} to '' simplifies the code.
Nicholas Clark 1 file changed, 3 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b78dc5b5aa541cd7

Test the TARG_DIR argument to makedef.pl too.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/813af182c721347d

In makedef.pl, no need to store 'config.h' in a variable.
Nicholas Clark 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/762c82dbe6c62c31

In embed.pl, simplify the code that parses regen/opcodes.
Nicholas Clark 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5810a9df535b520e

embed.pl was relying on embed.fnc starting with a pre-processor directive.
Nicholas Clark 1 file changed, 24 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a3a88924926dbbb2

ExtUtils::ParseXS: Accept overridden input typemaps
Steffen Mueller 5 files changed, 17 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/dcd8b78a7db42cd9

ExtUtils::ParseXS: Explicitly require current version of submodules
Steffen Mueller 5 files changed, 20 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/71a65ad3b4b0678f

perldelat update
Father Chrysostomos 1 file changed, 77 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d200626516823df5

perldelta: Move an entry under Testing
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c752c5007f232d7d

Enable ampersand calls to CORE subs with $$$ prototypes
Father Chrysostomos 3 files changed, 79 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/527d644b124fe2e8

Simplify the CORE::__FOO__ op-generation code
Father Chrysostomos 4 files changed, 9 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/c2f605db621edfb1

Move coresub op-creation from gv.c to op.c
Father Chrysostomos 5 files changed, 54 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/1e4b6aa1907f271c

Allow ampersand calls to CORE subs with (_) proto
Father Chrysostomos 3 files changed, 141 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/46e00a91c0fa7d86

Add find_rundefsv2 function
Father Chrysostomos 4 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/c086f97a1425c2aa

Test CORE::break’s prototype (just that this time)
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f988db8ca20c402a

Move making inplace sort and reverse away from the peephole optimiser to sca
Gerard Goossen 4 files changed, 76 insertions(+), 118 deletions
http://perl5.git.perl.org/perl.git/commit/540dd7705e32a86e

Revert "Test CORE::break’s prototype"
Father Chrysostomos 5 files changed, 119 insertions(+), 78 deletions
http://perl5.git.perl.org/perl.git/commit/e92f843df4fffff9

&CORE::break
Father Chrysostomos 2 files changed, 13 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c9ebd17aa42014b

Test CORE::break’s prototype
Father Chrysostomos 5 files changed, 78 insertions(+), 119 deletions
http://perl5.git.perl.org/perl.git/commit/e52d58aa5bea245b

[perl #71154] undef &$coderef consistency
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2c37437046bfc1b5

Trim dead code in do_kv.
Eric Brine 1 file changed, 2 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73ff03e80797f5ab

Remove nvi (site no loger works) and put vim above Vile
Leo Lapworth 1 file changed, 3 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8fa77384bc1e6824

Remove Elvis editor as link broken
Leo Lapworth 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d249f1932c51e9e

Fix broken link
Leo Lapworth 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ac58d9040c8b2d4

Remove a2ps as link does not work and even gnu.org uses the same link
Leo Lapworth 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f274cf1141f15f84

Make $class->method work when $class is tied
Father Chrysostomos 3 files changed, 25 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/da6b625f78f5f133

gmagic.t: Correct two test names
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/49b82a38ba415eac

Un-todo gmagic.t tests that now pass
Father Chrysostomos 1 file changed, 8 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fee5903748286c7

[perl #97088] Prevent double get-magic in various cases
Gerard Goossen 10 files changed, 28 insertions(+), 52 deletions
http://perl5.git.perl.org/perl.git/commit/9026059dcee814a1

Add tests for autovivication combined with get-magic, some of which are TODO
Gerard Goossen 1 file changed, 48 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/835c0338f8578761

Add missing files from Archive::Extract 0.56
Father Chrysostomos 5 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/374184dbe55af0c7

For microperl, prefix generateuudmap and the 3 generated headers with u.
Nicholas Clark 2 files changed, 23 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/dde5ec2cdf32b823

Group 3 headers as $(generated_headers) in microperl's Makefile.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8bc13fdf630994a

Call get-magic once for defined ${...}
Father Chrysostomos 2 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad6acfc4a201a192

Current branch davem/re_eval
10 commits. 1 unique author. 1 unique committer.
397 files changed, 11736 insertions(+), 9087 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8434749c1dce12bb.tar.gz

Mostly complete fix for literal /(?{..})/ blocks
David Mitchell 13 files changed, 285 insertions(+), 129 deletio
http://perl5.git.perl.org/perl.git/commit/8434749c1dce12bb

add Perl_re_op_compile function
David Mitchell 8 files changed, 146 insertions(+), 54 deletions
http://perl5.git.perl.org/perl.git/commit/590928bb03abf92a

add Perl_current_re_engine() function
David Mitchell 5 files changed, 47 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/ec554a4b329179c2

re_eval and closures: add lots of TODO tests
David Mitchell 1 file changed, 127 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a61008e42087ed78

fix the descriptions for pregcomp/re_compile
David Mitchell 1 file changed, 20 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/d23f151419b27f9e

disable lexing of (?{}) within \Q, \U etc
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/ee9c24cc2c0a2b0b

update diagnostics message
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5181e4724378701

stop op_dump looping and leaking
David Mitchell 1 file changed, 22 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dca001a33c774e19

make re_evals be seen by the toker/parser
David Mitchell 9 files changed, 114 insertions(+), 40 deletions
http://perl5.git.perl.org/perl.git/commit/5a24252806e9f4fe

correct comment about how strings are tokenised
David Mitchell 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/916db5aef6dd738f

Current branch maint-5.14
11 commits. 4 unique authors. 2 unique committers.
38 files changed, 639 insertions(+), 389 deletions(-)
Thanks, applied: Florian Ragwitz (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2417db0fb29c260a.tar.gz

Perldelta for the Carp memory leak fix
Florian Ragwitz 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2417db0fb29c260a

[perl #97020] Carp (actually caller) leaking memory
Father Chrysostomos 4 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ba4a1c05e90a8c6f

perldelta for 86212507
Ricardo Signes 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e26bac9e7024fd69

Perldelta for the unpack "U*" fix
Florian Ragwitz 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cee594ccd43b8a9c

[perl #90160] U* gives ‘U0 mode on an empty string’
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9ba7351ec43ce5e5

Support gcc-4.x on HP-UX PA-RISC/64
H.Merijn Brand 3 files changed, 28 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d62c114ac698ace

Perldelta for the @INC filter fixes
Florian Ragwitz 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/290dc6afa8654ab2

Follow-up to d34a6664
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6073c804347230bd

[perl #91880] $_ refcounting problems in @INC filters
Father Chrysostomos 2 files changed, 24 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/029baf2e25604d42

Create a perldelta for 5.14.2
Florian Ragwitz 11 files changed, 431 insertions(+), 269 deletio
http://perl5.git.perl.org/perl.git/commit/5d45b5295de11d20

Preliminary version bump for 5.14.2
Florian Ragwitz 20 files changed, 126 insertions(+), 126 deletio
http://perl5.git.perl.org/perl.git/commit/a8dcd9729c548cc1

New branch smoke-me/byteorder
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (1 line)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b74c44d69aa16a11.tar.gz

Generate $Config::Config{byteorder} slightly more efficiently.
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b74c44d69aa16a11

New branch smoke-me/dual-life-pod-html
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e7425cc31cef8c08.tar.gz

Make pod2html a regular script without substitutions
Florian Ragwitz 10 files changed, 216 insertions(+), 193 deletio
http://perl5.git.perl.org/perl.git/commit/e7425cc31cef8c08

Give Pod-Html a more modern dist layout
Florian Ragwitz 3 files changed, 2248 insertions(+), 2248 deleti
http://perl5.git.perl.org/perl.git/commit/e740c04efe12012f

New branch smoke-me/khw-fastercasing
2 commits. 1 unique author. 1 unique committer.
Net code removal: Karl Williamson (29 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/46bfbdb29b69c061.tar.gz

pp.c: Use built-in case tables for ords < 256
Karl Williamson 1 file changed, 4 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46bfbdb29b69c061

pp.c: Change comment
Karl Williamson 1 file changed, 8 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/34e28ba541e18cde
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
53 commits. 7 unique authors. 6 unique committers.
75 files changed, 15763 insertions(+), 15992 deletions(-)
Net code removal: Nicholas Clark (460 lines) Karl Williamson (29 lines)
Thanks, applied: Steffen Mueller (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3638bf155130331f.tar.gz

Avoid an extra SV when creating $] and $^V
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3638bf155130331f

Eliminate is_gv_magical_sv
Father Chrysostomos 8 files changed, 43 insertions(+), 179 deletions
http://perl5.git.perl.org/perl.git/commit/23496c6ea4cd9e3c

Remove 3 unused scripts from Porting
Nicholas Clark 4 files changed, 0 insertions(+), 499 deletions(
http://perl5.git.perl.org/perl.git/commit/38552987f01ba3c9

Generate $Config::Config{byteorder} slightly more efficiently.
Nicholas Clark 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4efc19b734c10835

Tiny typo in perldelta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c148612c755ee021

Update docs about &CORE::subs()
Father Chrysostomos 2 files changed, 11 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/2702a50a4fe7e949

&CORE::write()
Father Chrysostomos 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/96db40ac3837bf34

&CORE::unpack()
Father Chrysostomos 3 files changed, 33 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/d6d78e19334f3abc

&CORE::umask()
Father Chrysostomos 3 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58536d157b70c510

&CORE::foo() for tie functions
Father Chrysostomos 3 files changed, 50 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/efe889ae38a5f2c6

&CORE::tell()
Father Chrysostomos 3 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b64a1294cf75eebd

&CORE::setpgrp()
Father Chrysostomos 3 files changed, 16 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/92f2ac5f91d4e93c

Make setpgrp($x) equivalent to setpgrp($x,0)
Father Chrysostomos 3 files changed, 11 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/88d6953212e6c8eb

make setpgrpstack.t use skip_all_without_config
Father Chrysostomos 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3790d4871471ca69

ExtUtils::ParseXS: Don't put null chars into generated source
Stephen Bennett 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8994490855c23221

Add Stephen Bennett to AUTHORS
Steffen Mueller 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc5163fa832adf75

For s///r, don't call SvPV_force() on the original value. Resolves #97954.
Nicholas Clark 2 files changed, 41 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0c1438a1f54e0a81

Remove some resolved pod issues
Florian Ragwitz 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1e878f6dbf2d709

perlfaq is now maintained on CPAN
Florian Ragwitz 26 files changed, 11926 insertions(+), 11924 del
http://perl5.git.perl.org/perl.git/commit/5c8246b7eb882184

Upgrade perlfaq from version 5.015003 to 5.01500301
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48b0fd7895d682a0

Let's have at least one indexed package in perlfaq
Florian Ragwitz 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f20a2b52777df596

&CORE::sysopen()
Father Chrysostomos 3 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/de5e49e17b321de5

Use leavesublv for all CORE subs
Father Chrysostomos 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3ab9a22e0ff7bcf

Make tie_fetch_count.t pass with PERL_UNICODE set
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c00274d3de5cfa48

Make coreamp.t pass with PERL_UNICODE set
Father Chrysostomos 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d90b3686a52729b5

Thinko in vms.c:copy_expand_unix_filename_escape().
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b931d62c227b836f

Backport XS_(IN|EX)TERNAL, be explicit about linkage
Steffen Mueller 6 files changed, 99 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/a62da8e6727f34e8

Revert back to making XS(name) expose XSUB symbols
Steffen Mueller 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0cb93b3a42a2d489

&CORE::substr()
Father Chrysostomos 4 files changed, 28 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/7bc95ae1a56bd0cc

&CORE::srand()
Father Chrysostomos 3 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d22667bf3cdadad9

&CORE::sleep()
Father Chrysostomos 3 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0da4a804fef07340

Close some unclosed comments in vms/vms.c.
Craig A. Berry 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29475144d546bc21

Fix miscellaneous compiler warnings in vms/vms.c.
Craig A. Berry 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7c699a030d8718d

Remove unnecessary includes from vms/vms.c.
Craig A. Berry 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ce52d1b0bdd5e61

&CORE::send() and &CORE::syswrite()
Father Chrysostomos 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ed240b748e3e57d

&CORE::select()
Father Chrysostomos 3 files changed, 41 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/720d5b2f3eeadada

Document getprotobynumber’s precedence
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d043efa5001bcca

perlfunc/gethostbyname: Add missing C in C<>
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b018eaf16ca48e7f

Testing deparsing of CORE::not
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca47a8cef5459626

Get coreamp.t passing on VMS.
Craig A. Berry 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3288251a8486447

pp.c: Use built-in case tables for ords < 256
Karl Williamson 1 file changed, 4 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e1a8dbf543b3c24e

pp.c: Change comment
Karl Williamson 1 file changed, 8 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d2ba0fab0a13d87

Make pod2html a regular script without substitutions
Florian Ragwitz 10 files changed, 216 insertions(+), 193 deletio
http://perl5.git.perl.org/perl.git/commit/d658129cc035fd42

Give Pod-Html a more modern dist layout
Florian Ragwitz 3 files changed, 2248 insertions(+), 2248 deleti
http://perl5.git.perl.org/perl.git/commit/d42858b2260168e5

&CORE::reset()
Father Chrysostomos 3 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f650fa729f03aabd

GVs of localised arrays and hashes should be refcounted
Father Chrysostomos 3 files changed, 18 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/014333460b423514

&CORE::foo() for (sys)read and recv
Father Chrysostomos 4 files changed, 59 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/17008668bc1759e4

Add OPpCOREARGS_SCALARMOD flag
Father Chrysostomos 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cb85b2dba9dd71be

Update the comments at the top of t/op/core*.t
Father Chrysostomos 2 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bfce6a3ec7ddae6a

Rename t/op/core*.t
Father Chrysostomos 4 files changed, 795 insertions(+), 795 deletion
http://perl5.git.perl.org/perl.git/commit/47ac839d7e6d83a2

&CORE::rand()
Father Chrysostomos 3 files changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/94ec06bc74ba3a61

&CORE::open()
Father Chrysostomos 3 files changed, 25 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/3e6568b4d097eff4

Reverse the order of two tests in gv.t
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8258719730b59de4

Current branch drolsky/oo-docs
13 commits. 1 unique author. 1 unique committer.
169 files changed, 17613 insertions(+), 16458 deletions(-)
Net code removal: Dave Rolsky (3501 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/37d4bc3552f5762d.tar.gz

Lots of updates based on feedback from sprout, including a few new sections
Dave Rolsky 1 file changed, 177 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/37d4bc3552f5762d

Some changes based no sprout's feedback
Dave Rolsky 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/27788400b09ced92

fix now-broken link to removed section in perlobj
Dave Rolsky 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/08e2eac34d9cb507

Add perldelta entries for all doc changes
Dave Rolsky 1 file changed, 13 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/fb2bffc2a8098b4e

Redo all examples using File and File::MP3
Dave Rolsky 1 file changed, 122 insertions(+), 114 deletions
http://perl5.git.perl.org/perl.git/commit/1e67c4d8cb0f1cdf

Remove all references to old OO tutorial docs, and add refs to perlootut whe
Dave Rolsky 17 files changed, 27 insertions(+), 58 deletions
http://perl5.git.perl.org/perl.git/commit/0c9bc363c28d0dff

remove all old OO tutorials (and perlbot)
Dave Rolsky 4 files changed, 0 insertions(+), 4597 deletions
http://perl5.git.perl.org/perl.git/commit/46e23a28fdebfe5e

Small revisions to the text to increase clarity, suggested by Philip Monsen
Dave Rolsky 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6562402f2fc834e

Add more details on inside-out objects from David Golden, and an inside-out
Dave Rolsky 1 file changed, 40 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/929bf665edef51ab

heavily revised perlobj.pod
Dave Rolsky 1 file changed, 730 insertions(+), 482 deletions
http://perl5.git.perl.org/perl.git/commit/7dc74c482cdfe338

Use same list of "when to use OO" criteria in perlmodstyle as in perlootut
Dave Rolsky 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/bbecb18d428b6023

Add Damian's list of when to use OO - copied from PBP
Dave Rolsky 1 file changed, 58 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/724982a44b71ba9e

Check in new OO tutorial - perlootut
Dave Rolsky 1 file changed, 677 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0e46c7790228dc3e

Current branch maint-5.12
4 commits. 3 unique authors. 1 unique committer.
3 files changed, 18 insertions(+), 7 deletions(-)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/fe2b140240134342.tar.gz

delta entry for strftime memory leak fix
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe2b140240134342

RT #73520: POSIX::strftime memory leak
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce08297bc81e6ab7

perldelta for UNIVERSAL::VERSION leak
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/082c8d27976ed155

Stop leaking temporary version objects from XS
gfx 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de09ab99e740ebb2

New branch smoke-me/byteorder1
2 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (26 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3ec04ee29e91f808.tar.gz

For MULTIARCH, infer endianness correctly on (at least) *BSD and Linux
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ec04ee29e91f808

Move the MUTLIARCH macro soup for setting BYTEORDER from config.h to perl.h
Nicholas Clark 3 files changed, 51 insertions(+), 77 deletions(
http://perl5.git.perl.org/perl.git/commit/dfadd35bb9b3500b

New branch smoke-me/khw-rm_oldpods
1 commit. 1 unique author. 1 unique committer.
Net code removal: Karl Williamson (17218 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e129aadc044850db.tar.gz

Remove old odd-numbered releases perldeltas
Karl Williamson 32 files changed, 0 insertions(+), 17218 deletio
http://perl5.git.perl.org/perl.git/commit/e129aadc044850db

New branch smoke-me/magical-gvs
2 commits. 1 unique author. 1 unique committer.
Net code removal: Father Chrysostomos (136 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/899740664b0affde.tar.gz

Avoid an extra SV when creating $] and $^V
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/899740664b0affde

Eliminate is_gv_magical_sv
Father Chrysostomos 8 files changed, 43 insertions(+), 179 deletions
http://perl5.git.perl.org/perl.git/commit/fdebe241f12e3a6a

New branch smoke-me/without_thx
1 commit. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (4 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a9b72fc12043e8f4.tar.gz

Remove WITH_THR() and WITH_THX(), which are not used.
Nicholas Clark 2 files changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a9b72fc12043e8f4
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
51 commits. 10 unique authors. 6 unique committers.
79 files changed, 34389 insertions(+), 34135 deletions(-)
Net code removal: Aristotle Pagaltzis (517 lines)
Thanks, applied: Father Chrysostomos (7) Nicholas Clark (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/159b753f24200281.tar.gz

[perl #98280] Use same version number 1.997 in all .pm files.
Peter John Acklam 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/159b753f24200281

perluniprops: Add note about 'L_' being non-standard
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f88d3933d3f97ed

utf8_heavy: Correctly handle \p{L_}
Karl Williamson 3 files changed, 28 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/45376db692c38e06

perluniprops: display 2 synonyms as being discouraged
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4cd1260ad5e90fe6

Unicode::UCD: clarify pod
Karl Williamson 1 file changed, 10 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18972f4b92ed1dea

Unicode::UCD: fix pod verbatim line length
Karl Williamson 2 files changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62a8c8c2f07ca1d0

Unicode::UCD: speed up some look ups
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c3b35c95645d687

Unicode::UCD: Allow for some look-up speed up
Karl Williamson 1 file changed, 23 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb366075e52d6ac4

Unicode::UCD: Use NFD(), not NFKD() for Hangul syllables
Karl Williamson 1 file changed, 10 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94c91ffce4d762ae

Unicode::UCD Add synopsis info for num() to pod
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eefd7bc2e29af165

Unicode::UCD: Make pod header consistent
Karl Williamson 5 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67592e11cc42a8fb

Remove Porting/genlog, redundant since the switch from Perforce to git.
Nicholas Clark 3 files changed, 0 insertions(+), 146 deletions(
http://perl5.git.perl.org/perl.git/commit/9a74aa57c6171e0a

Silence two compiler warnings in gv.c
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f43181edb0c3e61

Fix two \&$tied regressions
Father Chrysostomos 2 files changed, 34 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff55a0191f195519

[perl #98256] Add POD for the bsgn() method.
Peter John Acklam 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad66d0c9a62d4dfd

regen known_pod_issues.dat
Father Chrysostomos 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec5c6d13a2c8586d

Bump Math::Big(In|Floa)t versions
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b51c551aece72c6

remove incorrect formatting inside verbatim paragraphs
Alexandr Ciornii 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/ff408e407f0173eb

Correct links to sections (and modules in case of BigFloat.pm)
Alexandr Ciornii 2 files changed, 23 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/866955ae369961ac

Reinstate the perldelta entry for CPANPLUS.
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/755f12e585ebb702

Update AnyDBM_File's documentation to avoid use POSIX;
Nicholas Clark 2 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/5f8b5b708cedba3c

Defenestrate PAD_DUP
Father Chrysostomos 1 file changed, 0 insertions(+), 15 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25b1159e83fc9adc

Merge the POSIX.pm refactoring into blead.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/a5510234c3405289

Note the refactoring of POSIX.pm in perldelta.
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ac26854bd1fc3c6

Change the synopsis in POSIX.pod to stress use POSIX ();
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a17b2d91d862b84c

Generate @POSIX::EXPORT_OK from %reimpl, %replacement and an exception list.
Nicholas Clark 1 file changed, 5 insertions(+), 59 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8dad66f8c00f37d9

Test that @POSIX::EXPORT and @POSIX::EXPORT_OK are not inadvertently changed
Nicholas Clark 2 files changed, 117 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/57159ffe11d6b0de

Remove isatty from @POSIX::EXPORT_OK, as it's already in @EXPORT.
Nicholas Clark 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/16dc86d292c4bc09

Replace use of AutoLoader in POSIX with a custom compilation deferral scheme
Aristotle Pagaltzis 2 files changed, 100 insertions(+), 380 deletion
http://perl5.git.perl.org/perl.git/commit/122efcc9506aa948

In POSIX, improve the diagnostic for the "use $method" instead.
Nicholas Clark 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11e7c26f941847c6

In POSIX, drastically simplify the wrappers for "unimplemented" functions.
Aristotle Pagaltzis 2 files changed, 105 insertions(+), 341 deletion
http://perl5.git.perl.org/perl.git/commit/8fe37eeda0ab6922

In POSIX.pm, modernise package variable style.
Aristotle Pagaltzis 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0ac411b6a087a98

The more regular POSIX "unimplemented" diagnostics simplify the tests.
Nicholas Clark 1 file changed, 60 insertions(+), 60 deletions(-
http://perl5.git.perl.org/perl.git/commit/3bc0fa4978bae95d

Improvements to the diagnostics for "unimplemented" POSIX functions.
Nicholas Clark 2 files changed, 44 insertions(+), 44 deletions(
http://perl5.git.perl.org/perl.git/commit/fa22ee5499f30bb6

Test the POSIX functions that wrap core builtins.
Nicholas Clark 2 files changed, 234 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/f8882ab154679fdb

Convert the POSIX waitpid tests to Test::More.
Nicholas Clark 1 file changed, 16 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/3fde54759f5a556e

Explicitly test both CORE:: and POSIX:: gmtime and localtime.
Nicholas Clark 1 file changed, 21 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7fda7aac48a2f42

Test the diagnostics for usage messages for POSIX wrapper functions.
Nicholas Clark 3 files changed, 53 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c43a6b96efe649b1

Test the diagnostics for all POSIX::* functions that are "unimplemented".
Nicholas Clark 2 files changed, 99 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e61e2601a6411612

In ext/POSIX/t/is.t, make better use of Test::More.
Nicholas Clark 1 file changed, 8 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a78a7b01301ef7aa

Use OPpDEREF for lvalue sub, such that the flags contains the deref type, in
Gerard Goossen 5 files changed, 12 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/0e9700df31679b57

Reassign op_private flags of OP_ENTERSUB such that bits 32 and 64 can be use
Gerard Goossen 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c5d44995b59b506

Update CPANPLUS to CPAN version 0.9110
Chris 'BinGOs' Williams 7 files changed, 19 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/991864f168b707b2

Fix overloaded <> when the peephole optimiser is disabled.
Gerard Goossen 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86e5639be8611d12

[perl #97492] Tests & delta for defined ${"::!"}
Father Chrysostomos 2 files changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4155db21af9a8f8

[perl #97484] Make defined &{...} vivify CORE subs
Father Chrysostomos 4 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/9da346da98617273

[perl #98092] Fix unreferenced scalar warnings in clone.t
Father Chrysostomos 1 file changed, 9 insertions(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d953ba8a0841912

Update Win32 canned config header files
Steve Hay 6 files changed, 8042 insertions(+), 7874 deleti
http://perl5.git.perl.org/perl.git/commit/840565a70870ff8a

Make switchC.t pass if the environment variable PERL_UNICODE contains "S"
Rafael Garcia-Suarez 1 file changed, 11 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00c1390f3fd32e7c

Preliminary cleanup of win32/config*.* prior to updating them fully
Steve Hay 8 files changed, 164 insertions(+), 143 deletion
http://perl5.git.perl.org/perl.git/commit/925798f29c677c61

Updated Locale-Codes to CPAN version 3.18
Chris 'BinGOs' Williams 23 files changed, 25221 insertions(+), 25067 del
http://perl5.git.perl.org/perl.git/commit/43c6b706eae7899e

Current branch maint-5.12
8 commits. 3 unique authors. 1 unique committer.
9 files changed, 84 insertions(+), 23 deletions(-)
Thanks, applied: Father Chrysostomos (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/095878b0f6f3748a.tar.gz

perldelta for (?{...}) error-handling
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/095878b0f6f3748a

Fix for RT#2353: catch yyparse() exceptions in (?{...})
George Greer 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70e5022ffa62eb53

perldelta for utf8cache/index() bug
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf3505a16c0a7fa3

Avoid UTF-8 cache panics with offsets beyond the string. Fixes RT #75898.
Nicholas Clark 4 files changed, 32 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/3808f14a4da5927a

In Perl_sv_pos_u2b_flags and S_sv_pos_u2b_cached, return early for offset 0.
Nicholas Clark 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae38025c1617ab06

In S_sv_pos_u2b_midway, inline the call to S_sv_pos_u2b_forwards.
Nicholas Clark 3 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/a038578f463dd5e9

perldelta for Carp memory leak fix
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bdbd6a2672839d28

[perl #97020] Carp (actually caller) leaking memory
Father Chrysostomos 4 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/790db5db7e6fc840

New branch zefram/dual_Carp
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8e239f8c37cef8ff.tar.gz

dual-life Carp
Zefram 11 files changed, 1119 insertions(+), 1090 delet
http://perl5.git.perl.org/perl.git/commit/8e239f8c37cef8ff

move Carp to ext/Carp, preparing for dual-lifing
Zefram 12 files changed, 1092 insertions(+), 1059 delet
http://perl5.git.perl.org/perl.git/commit/e2f6d771c1347248
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
32 commits. 14 unique authors. 10 unique committers.
94 files changed, 2352 insertions(+), 18981 deletions(-)
Net code removal: Karl Williamson (17147 lines) Craig A. Berry (495 lines)
Nicholas Clark (3 lines)
Thanks, applied: Father Chrysostomos (9)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/924d3af1d7b5591e.tar.gz

In Glob.xs, use memset() instead of bzero()
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/924d3af1d7b5591e

Release managers guide changed to rmv stale perldeltas
Karl Williamson 1 file changed, 30 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a03432f295f78eec

Remove old odd-numbered releases perldeltas
Karl Williamson 32 files changed, 0 insertions(+), 17218 deletio
http://perl5.git.perl.org/perl.git/commit/fe83672cd0daa71e

RT #4682: given() didn't scope $_ correctly
David Mitchell 2 files changed, 31 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/87e4a53a894984d9

S_op_integerize() needs a dVAR, else -DPERL_GLOBAL_STRUCT doesn't build.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5f19483eb9a5629

ExtUtils::ParseXS: Fix INCLUDE: $cmd |
Steffen Mueller 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65aad273380da9c8

Move non-constant folding parts of fold_constants into a separate functions.
Gerard Goossen 4 files changed, 56 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/985b9e549fd48480

[perl #98414] Update Math-BigInt-FastCalc to CPAN version 0.30.
Peter John Acklam 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/764bcc0be4f8423b

No more special socket header handling for VMS.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da70cfc69f7ba68e

Add enable/disable commands for breakpoints in perl -d
Shlomi Fish 8 files changed, 291 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/e09195afbb882765

Fix a skip count in base's t/fields.t
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/72b09cff8561f44f

Pass -Idist/Carp/lib to miniperl
Vincent Pit 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cc0b6dc4f07b23d8

Update CPANPLUS-Dist-Build to CPAN version 0.58
Chris 'BinGOs' Williams 4 files changed, 17 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/50b3d220823bfa1e

Include negative index of array in warnings about an unitialized value wen c
Gerard Goossen 1 file changed, 23 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6c60e7001deecc8

Compare to newer ExtUtils::ParseXS from CPAN
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a5b30f7b37f28a7

ExtUtils::ParseXS: Allow users to enforce linkage of XSUBs
Steffen Mueller 5 files changed, 26 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca0e6506c6637853

improve Carp portability to earlier perls
Zefram 5 files changed, 82 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/40c2103f9e420138

dual-life Carp
Zefram 13 files changed, 1121 insertions(+), 1090 delet
http://perl5.git.perl.org/perl.git/commit/634ff085fbbf05cb

move Carp to ext/Carp, preparing for dual-lifing
Zefram 12 files changed, 1092 insertions(+), 1059 delet
http://perl5.git.perl.org/perl.git/commit/476b2fe140faa871

Remove WITH_THR() and WITH_THX(), which are not used.
Nicholas Clark 2 files changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2d73a187ae89e21

UCD.t: Add tests for sped-up lookups
Karl Williamson 1 file changed, 45 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7fcb6f686bc21e94

mktables: make_Heavy.pl smaller
Karl Williamson 2 files changed, 25 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/807807b755f89001

Remove sockadapt layer from the VMS build.
Craig A. Berry 9 files changed, 86 insertions(+), 603 deletions
http://perl5.git.perl.org/perl.git/commit/046cc26cf77f76bc

Include name of global scalars in unitialized value warnings when the peepho
Gerard Goossen 1 file changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c475d5dcffe516f0

Call get-magic once for CV-to-GV assignment
Father Chrysostomos 3 files changed, 22 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/33d4ef81b59b6042

Upgrade to threads::shared 1.39
Jerry D. Hedden 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a19eaff605df318a

Upgrade to threads 1.85
Jerry D. Hedden 4 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85d6e69a0ae752dd

perldelta entry for File:Glob / CVE-2011-2728 fix.
Craig A. Berry 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4666110583d3cc7d

Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.
Craig A. Berry 3 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c97495f56fb647c

Bump threads(::shared) versions again
Father Chrysostomos 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/457f72034425ae46

Upgrade to threads 1.84
Jerry D. Hedden 4 files changed, 38 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/794373aa167d0474

Upgrade to threads::shared 1.38
Jerry D. Hedden 4 files changed, 432 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/b9e224a704c414f7

Current branch maint-5.12
9 commits. 4 unique authors. 2 unique committers.
7 files changed, 39 insertions(+), 6 deletions(-)
Thanks, applied: Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e44abfb38bd9e358.tar.gz

perldelta entry for File:Glob / CVE-2011-2728 fix.
Craig A. Berry 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e44abfb38bd9e358

Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.
Craig A. Berry 3 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2457f2a596eb9f4

Avoid overflow warning in chop.t.
Craig A. Berry 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/558e0afd4ec40729

perldelta for B::Concise -tree fix
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3bc366b578f77ad9

B::Concise version bump
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a627bff70da0a46c

Fix [perl #80632] -MO=Concise,-tree format
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8cbcc67781cc7e1

perldelta for UCD doc fix
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0ac0b39a1a51dab

Unicode::UCD version bump
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1caa3deff8852ee6

PATCH: [perl #76502] Fix UCD.pm doc
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b42f22c2a80f4101

Current branch maint-5.14
19 commits. 4 unique authors. 2 unique committers.
19 files changed, 145 insertions(+), 22 deletions(-)
Thanks, applied: Florian Ragwitz (8)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2fb8701d0595f8b5.tar.gz

Perldelta for the CVE-2011-2939 fix
Florian Ragwitz 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fb8701d0595f8b5

Backport the CVE-2011-2939 fix for Encode
Florian Ragwitz 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e8de60ec6c36c81

Perldelta for the PerlIO::scalar COW fix
Florian Ragwitz 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef62f705f656ea95

Get PerlIO::scalar to write to COWs
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/594a560e9cf0abd6

Fix a perldelta pod nit
Florian Ragwitz 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03648d386e836485

Perldelta for read-only glob copies
Florian Ragwitz 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5dab2332a089e558

Make it possible to have read-only glob copies
Father Chrysostomos 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/dc9031ccfd58244d

Fix a skip count in base's t/fields.t
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b2fc7fd7bccc91c9

Allow restricted hashes containing COWs to be cleared
Father Chrysostomos 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/288e907261c0b9ae

Perldelta for deleting COWs in restricted hashes
Florian Ragwitz 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0d879550e0307a0

Allow COW values to be deleted from restricted hashes
Father Chrysostomos 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61b414c74759c0fd

Perldelta for the tied COW string localisation fix
Florian Ragwitz 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d76d79d99e1403cb

Stop localised ties from becoming ro when COW
Father Chrysostomos 2 files changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f301467e64e429e8

move "garbage collection" glossary entry where it belongs
Pau Amma 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/384dc8b74963d627

Add Pau Amma to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7fbe4e0c2eaaf566

Perldelta entry for the utf8::decode COW fix
Florian Ragwitz 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c58c58ee4c5b2c8e

2nd try: [perl #91834] utf8::decode does not respect copy-on-write
Father Chrysostomos 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8eae80dff0b7fb7e

perldelta entry for File:Glob / CVE-2011-2728 fix.
Craig A. Berry 1 file changed, 13 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27ccfd4fae9d5e2a

Plug segfault in bsd_glob() with unsupported ALTDIRFUNC flag.
Craig A. Berry 3 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1af4051e07743897

New branch smoke-me/POSIX
8 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ab7860afe3a3163e.tar.gz

Add tests for POSIX::tc{drain,flow,flush,sendbreak}()
Nicholas Clark 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab7860afe3a3163e

Add tests for POSIX::Termios->setattr().
Nicholas Clark 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e55d53a874b86824

Add tests for POSIX::Termios->setcc().
Nicholas Clark 1 file changed, 21 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cca60ca53826d651

Add tests for POSIX::Termios->get[iocf]flags().
Nicholas Clark 1 file changed, 33 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae4acc78aa4481ed

Add tests for POSIX::Termios->get[io]speed().
Nicholas Clark 1 file changed, 25 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4a77094f2f6d594

Add tests for passing POSIX::Termios->getcc() out of range subscripts.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9399db37e6098e2

In termios.t, avoid reading uninitialised memory in the tests.
Nicholas Clark 1 file changed, 39 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/6fbe870dadcd5937

Refactor ext/POSIX/t/termios.t
Nicholas Clark 1 file changed, 25 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/31874e67c15a1b0c

New branch tonyc/carpfix
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/44925823a7fbcd92.tar.gz

avoid " in Carp.t test programs, due to Win32 shell issues
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44925823a7fbcd92
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
43 commits. 10 unique authors. 8 unique committers.
135 files changed, 4913 insertions(+), 8737 deletions(-)
Net code removal: Dave Rolsky (3498 lines) Zefram (377 lines)
Robin Barker (3 lines) Mark Jason Dominus (1 line)
Thanks, applied: Father Chrysostomos (2) Dave Rolsky (1)
Florian Ragwitz (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e1dccc0d34a90e35.tar.gz

remove index offsetting ($[)
Zefram 37 files changed, 83 insertions(+), 472 deletion
http://perl5.git.perl.org/perl.git/commit/e1dccc0d34a90e35

Correct mro.c typo added by 006d9e7b3
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0b31f5359876e6c0

release Carp-1.23 to CPAN
Zefram 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b4eb7d90e8b66332

make Carp::Heavy load Carp for backcompat
Zefram 3 files changed, 13 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a420f95be413566

When probing strxfrm, consider a consistent return value of 0 as sane
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e0601d3cce250689

Provide more information in the message for "strxfrm() gets absurd".
Nicholas Clark 3 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad49ad39a1ce6ed6

Remove a Devel::DProf error from perldiag.pod
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20e9530e10f79b97

In pp_chdir, move SvGETMAGIC(sv) out of the if() condition.
Nicholas Clark 1 file changed, 10 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0c4bfab72af0577

Collapse some code in shared.xs
Father Chrysostomos 1 file changed, 9 insertions(+), 25 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6662c9a722f53ebc

[perl #98204] Shared objects not destoryed
Father Chrysostomos 3 files changed, 85 insertions(+), 55 deletions(
http://perl5.git.perl.org/perl.git/commit/7d585d2f3001003f

shared.xs: Refactor to simplify S_get_RV’s callers
Father Chrysostomos 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/ab3a355e8adbf2a0

Simplify example pack code in perlpacktut
Mark Jason Dominus 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e848ca977b29932

Enter gv_fetchsv_nomg
Father Chrysostomos 5 files changed, 15 insertions(+), 41 deletions(
http://perl5.git.perl.org/perl.git/commit/77cb3b015781b8e3

remove bogus < in B<> formatting code
Ricardo Signes 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b1b24ee7afadda66

add known issues for new OO docs
Dave Rolsky 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/335ac2cde066e836

some small fixes to make porting/podcheck.t happy
Dave Rolsky 3 files changed, 24 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/995ab4efd425780d

Tweak line length of comment in verbatim section per podcheck.t
Dave Rolsky 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/00c07ea69e51df3e

Lots of updates based on feedback from sprout, including a few new sections
Dave Rolsky 1 file changed, 177 insertions(+), 80 deletions(
http://perl5.git.perl.org/perl.git/commit/8d26c1a8bd893a62

Some changes based no sprout's feedback
Dave Rolsky 1 file changed, 17 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/610e352c1f717c69

fix now-broken link to removed section in perlobj
Dave Rolsky 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b4f771d7af133b4

Add perldelta entries for all doc changes
Dave Rolsky 1 file changed, 13 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/b89e9b0d672b73c7

Redo all examples using File and File::MP3
Dave Rolsky 1 file changed, 122 insertions(+), 114 deletions
http://perl5.git.perl.org/perl.git/commit/37fc2a72b14ab336

Remove all references to old OO tutorial docs, and add refs to perlootut whe
Dave Rolsky 17 files changed, 27 insertions(+), 58 deletions
http://perl5.git.perl.org/perl.git/commit/82e1c0d968520075

remove all old OO tutorials (and perlbot)
Dave Rolsky 4 files changed, 0 insertions(+), 4597 deletions
http://perl5.git.perl.org/perl.git/commit/a25275c0c9488d0f

Small revisions to the text to increase clarity, suggested by Philip Monsen
Dave Rolsky 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/d49ecf98d29a2bfc

Add more details on inside-out objects from David Golden, and an inside-out
Dave Rolsky 1 file changed, 40 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e011bc3422f70519

heavily revised perlobj.pod
Dave Rolsky 1 file changed, 730 insertions(+), 482 deletions
http://perl5.git.perl.org/perl.git/commit/af36000c88ef5604

Use same list of "when to use OO" criteria in perlmodstyle as in perlootut
Dave Rolsky 1 file changed, 30 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/325c761601c02c5f

Add Damian's list of when to use OO - copied from PBP
Dave Rolsky 1 file changed, 58 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce843b44a895d1ad

Check in new OO tutorial - perlootut
Dave Rolsky 1 file changed, 677 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbfe29416ae22f39

ch(dir|mod|own) should not ignore get-magic on glob(ref)s
Father Chrysostomos 4 files changed, 24 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/935647290357b277

Call get-magic once for *glob=$tied
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/8d4393cf0f53c9e4

Update perlfaq to CPAN version 5.0150033
Chris 'BinGOs' Williams 13 files changed, 2856 insertions(+), 2877 delet
http://perl5.git.perl.org/perl.git/commit/a9feb6cb11fbf427

Update Module-Load-Conditional to CPAN version 0.46
Chris 'BinGOs' Williams 3 files changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39afdc5aa55747b1

remove unused variables and assignments
Robin Barker 3 files changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14f0f125b45b58bb

Suppress warning from tie_fetch_count.t
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8ccc5c641d025d2

avoid " in Carp.t test programs, due to Win32 shell issues
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5618ebab65f88f3f

Increase $attributes::version to 0.16
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/83e49ee07c6c8e19

Convert some files from Latin-1 to UTF-8
Keith Thompson 47 files changed, 54 insertions(+), 51 deletions
http://perl5.git.perl.org/perl.git/commit/cdad3b53476fc75f

Update Module-Metadata to CPAN version 1.000007
Chris 'BinGOs' Williams 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6ee8587bdce6430

In Dumper.xs, use sv_newmortal() instead of sv_mortalcopy(&PL_sv_undef).
Nicholas Clark 3 files changed, 10 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/4bbdbd5179acbefc

ODBM_File can use the same T_PTROBJ typemap as the other ?DBM_File modules.
Nicholas Clark 4 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/666c7ca6f69d448e

Update Module-Metadata to CPAN version 1.000006
Chris 'BinGOs' Williams 4 files changed, 47 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/d39de89300b9384b

Current branch maint-5.12
4 commits. 2 unique authors. 2 unique committers.
6 files changed, 15 insertions(+), 5 deletions(-)
Thanks, applied: Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/96005461cc6b31cd.tar.gz

perldelta for unpack "U*" fix
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/96005461cc6b31cd

[perl #90160] U* gives ‘U0 mode on an empty string’
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8810060590224e6a

Use _xx versions for B::Concise and charnames
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f821f5e5615c65b8

In Glob.xs, use memset() instead of bzero()
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae9840c722878bd7

Current branch maint-5.14
7 commits. 4 unique authors. 1 unique committer.
6 files changed, 59 insertions(+), 15 deletions(-)
Net code removal: David Golden (1 line)
Thanks, applied: Florian Ragwitz (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3feb3f49884efa2c.tar.gz

Panic with \b and /aa
Karl Williamson 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/3feb3f49884efa2c

Note that PERL_GLOBAL_STRUCT is broken
Florian Ragwitz 1 file changed, 22 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a24c9cef1fb5dac

In Glob.xs, use memset() instead of bzero()
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f6a30485843d7a23

Perldelta for the CPAN updates
Florian Ragwitz 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/de57faa63f6d01ab

Bump CPAN{,::Distribution}::VERSION after MYMETA/configure_requires fixes
Florian Ragwitz 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e200dbb049ea10e

Changed read_meta to ignore dynamic_config
David Golden 1 file changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/419c2a0f6c7664e0

configure_requires should only check META
David Golden 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc0314ad6419448c

Current branch smoke-me/POSIX
28 commits. 1 unique author. 1 unique committer.
114 files changed, 5429 insertions(+), 8788 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b5413daf791f474d.tar.gz

Merge the implementations of POSIX::{asctime,mktime} using ALIAS.
Nicholas Clark 1 file changed, 18 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/b5413daf791f474d

Merge the implementations of POSIX::{access,mkfifo} using ALIAS.
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4156bf89c8ca0b10

Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS.
Nicholas Clark 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c98ba764503c92b3

Add tests for POSIX::{access,close,dup,dup2}.
Nicholas Clark 1 file changed, 42 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6db6a90c39fa8844

In ext/POSIX/t/sysconf.t, make the tests more strict.
Nicholas Clark 1 file changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0df310077fdba80c

In ext/POSIX/t/sysconf.t, refactor the API of _check_and_report().
Nicholas Clark 1 file changed, 18 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/35bfd9ca77446e1a

In various POSIX tests, make better use of Test::More.
Nicholas Clark 3 files changed, 38 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/f09d5d52f24743da

Merge the implementations of 11 is*() functions in POSIX using XSANY.
Nicholas Clark 1 file changed, 74 insertions(+), 154 deletions(
http://perl5.git.perl.org/perl.git/commit/59ffae42ff3c7be8

Merge the implementations of 10 maths functions in POSIX using ALIAS.
Nicholas Clark 1 file changed, 44 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c0178fd838bf432

Further tests for POSIX trigonometric and hyperbolic functions.
Nicholas Clark 1 file changed, 31 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f26a1d7eb1896a1

Change POSIX::localeconv() to a table-driven implementation.
Nicholas Clark 1 file changed, 58 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/bcae76cfddc856c8

Add tests for POSIX::localeconv().
Nicholas Clark 1 file changed, 31 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e4baa734c465db8

Merge the implementations of 2 sets of POSIX functions.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/90de46cc76e46854

Merge the implementations of 4 sets of POSIX::Termios methods.
Nicholas Clark 1 file changed, 53 insertions(+), 87 deletions(-
http://perl5.git.perl.org/perl.git/commit/9cbaea7fa737554f

Merge the implementations of 2 pairs of POSIX::SigSet methods.
Nicholas Clark 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/29adeaa159debc45

Add tests for POSIX::sigpending().
Nicholas Clark 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87b1c86815059838

Store sigset_t used by POSIX::SigSet directly in the object SV.
Nicholas Clark 2 files changed, 16 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/230f8e11f072beeb

In POSIX.xs, extract allocate_struct() from POSIX::Termios::new().
Nicholas Clark 1 file changed, 13 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e0d9b331ddaf06c

Add tests for POSIX::SigSet.
Nicholas Clark 2 files changed, 97 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/00a078b28d649295

Store struct termios used by POSIX::Termios directly in the object SV.
Nicholas Clark 2 files changed, 28 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/6004deea340ece50

Add tests for POSIX::tc{drain,flow,flush,sendbreak}()
Nicholas Clark 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e75ff59bdf293fe6

Add tests for POSIX::Termios->setattr().
Nicholas Clark 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27d35610dd6e88c3

Add tests for POSIX::Termios->setcc().
Nicholas Clark 1 file changed, 21 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a15972e9be275ef2

Add tests for POSIX::Termios->get[iocf]flags().
Nicholas Clark 1 file changed, 33 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c368d2c70f676629

Add tests for POSIX::Termios->get[io]speed().
Nicholas Clark 1 file changed, 25 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69eb1ee8d17407d8

Add tests for passing POSIX::Termios->getcc() out of range subscripts.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2767370349eb4d14

In termios.t, avoid reading uninitialised memory in the tests.
Nicholas Clark 1 file changed, 39 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/9eaeaa884483f549

Refactor ext/POSIX/t/termios.t
Nicholas Clark 1 file changed, 25 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/76a2d53f42b9b1ce

New branch smoke-me/non_bincompat_options
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/443b92ee52cf700b.tar.gz

Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/443b92ee52cf700b
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
88 commits. 12 unique authors. 7 unique committers.
254 files changed, 4256 insertions(+), 9576 deletions(-)
Net code removal: Steve Hay (6549 lines) Leon Timmermans (59 lines)
Father Chrysostomos (6 lines)
Thanks, applied: Father Chrysostomos (13) Jesse Vincent (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2ee13fe9febdc1ee.tar.gz

Bump $Module::CoreList::VERSION after 77cc041da6484066.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2ee13fe9febdc1ee

Corrected the version of Module::CoreList shipped with v5.10.0
Chris 'BinGOs' Williams 2 files changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77cc041da6484066

Merge POSIX improvements (refactoring, tests, bugfix for Solaris)
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/3c629db46a86a7fc

Change POSIX::Termios::setattr() to default to TCASNOW, not 0.
Nicholas Clark 2 files changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/518487b2c053f6cd

Remove unneeded fallback definitions of dNOOP, dVAR etc from POSIX.xs
Nicholas Clark 1 file changed, 0 insertions(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec1c82dff1a02837

Update perldelta to note that POSIX.so is now 12% smaller.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/29d1ad9ef83e61ae

Merge the implementations of POSIX::{asctime,mktime} using ALIAS.
Nicholas Clark 1 file changed, 18 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/250d97fd8a8d513e

Merge the implementations of POSIX::{access,mkfifo} using ALIAS.
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5890904f47c5016

Merge the implementations of POSIX::{close,dup,tcdrain} using ALIAS.
Nicholas Clark 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9163475a789153de

Add tests for POSIX::{access,close,dup,dup2}.
Nicholas Clark 1 file changed, 51 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/792480b6ae5da62a

In ext/POSIX/t/sysconf.t, make the tests more strict.
Nicholas Clark 1 file changed, 5 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d7cccf9e0c72e7b

In ext/POSIX/t/sysconf.t, refactor the API of _check_and_report().
Nicholas Clark 1 file changed, 18 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/7187b54eeb7e64af

In various POSIX tests, make better use of Test::More.
Nicholas Clark 3 files changed, 38 insertions(+), 35 deletions(
http://perl5.git.perl.org/perl.git/commit/a572b909282927b1

Merge the implementations of 11 is*() functions in POSIX using XSANY.
Nicholas Clark 1 file changed, 74 insertions(+), 154 deletions(
http://perl5.git.perl.org/perl.git/commit/fb52dbc16aa742da

Merge the implementations of 10 maths functions in POSIX using ALIAS.
Nicholas Clark 1 file changed, 44 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/b256643b00db727f

Further tests for POSIX trigonometric and hyperbolic functions.
Nicholas Clark 1 file changed, 31 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a77755a54cd3bc9

Change POSIX::localeconv() to a table-driven implementation.
Nicholas Clark 1 file changed, 58 insertions(+), 63 deletions(-
http://perl5.git.perl.org/perl.git/commit/2f0945cb57854bd7

Add tests for POSIX::localeconv().
Nicholas Clark 1 file changed, 31 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a948f3f1eaa320f

Merge the implementations of 2 sets of POSIX functions.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a0041190305e665

Merge the implementations of 4 sets of POSIX::Termios methods.
Nicholas Clark 1 file changed, 53 insertions(+), 87 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a59a32c567e75f1

Merge the implementations of 2 pairs of POSIX::SigSet methods.
Nicholas Clark 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/df6c2df286c51c73

Add tests for POSIX::sigpending().
Nicholas Clark 1 file changed, 10 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61fb63a65302574d

Store sigset_t used by POSIX::SigSet directly in the object SV.
Nicholas Clark 2 files changed, 16 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/92b3939644050bb8

In POSIX.xs, extract allocate_struct() from POSIX::Termios::new().
Nicholas Clark 1 file changed, 13 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2261f90b6d492d2

Add tests for POSIX::SigSet.
Nicholas Clark 2 files changed, 97 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/aa4afdf1b41f5995

Store struct termios used by POSIX::Termios directly in the object SV.
Nicholas Clark 2 files changed, 28 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/11a39fe4420c9bcf

Add tests for POSIX::tc{drain,flow,flush,sendbreak}()
Nicholas Clark 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8f8f11b514b019e5

Add tests for POSIX::Termios->setattr().
Nicholas Clark 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/65ac24840c5e4859

Add tests for POSIX::Termios->setcc().
Nicholas Clark 1 file changed, 21 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47a9096b48d36cdb

Add tests for POSIX::Termios->get[iocf]flags().
Nicholas Clark 1 file changed, 33 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aabf565f76b73fc1

Add tests for POSIX::Termios->get[io]speed().
Nicholas Clark 1 file changed, 25 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5118227b39245912

Add tests for passing POSIX::Termios->getcc() out of range subscripts.
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/011985f17ca59c79

In termios.t, avoid reading uninitialised memory in the tests.
Nicholas Clark 1 file changed, 39 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e453fcc36412d4d

Refactor ext/POSIX/t/termios.t
Nicholas Clark 1 file changed, 25 insertions(+), 43 deletions(-
http://perl5.git.perl.org/perl.git/commit/674d0cd93bd328db

Remove if(isGV_with_GP(PL_defoutgv)) checks from mg.c
Father Chrysostomos 1 file changed, 12 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/acbe1b9d7cdeb5a9

Fix misspellings in gv.t
Father Chrysostomos 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfffe6dc54b2b7f8

Make \&$tied call get-magic when it holds a glob
Father Chrysostomos 2 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/48e092ec03e9970d

Add diag_listed_as for lstat error msg
Father Chrysostomos 2 files changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b042df579e7271f1

Make (l)stat respect get-magic on globs and globrefs
Father Chrysostomos 4 files changed, 19 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/109c43ede9271ac0

Update CPAN-Meta-YAML to CPAN version 0.004
Chris 'BinGOs' Williams 4 files changed, 49 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/53b10071adc2e67f

Update Exporter to CPAN version 5.65
Chris 'BinGOs' Williams 3 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f87cd9fa1ebcc853

Update perlfaq to CPAN version 5.0150034
Chris 'BinGOs' Williams 14 files changed, 1019 insertions(+), 1176 delet
http://perl5.git.perl.org/perl.git/commit/c56bc1f68457eda0

Make tie_fetch_count.t pass on ‘broken’ platforms
Father Chrysostomos 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a02128048ba336d

t/TEST: clean up cachegrind.out.$pid intermediate files
Jim Cromie 1 file changed, 24 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c96083ea8213cd64

add 3 test.valgrind outputs to .gitignore
Jim Cromie 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87dfd78cc57a7a85

Update CPAN tracking version of ExtUtils::ParseXS
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a3f424e51e225fc2

perldelta galore for ExtUtils::ParseXS changes
Steffen Mueller 1 file changed, 38 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/404452ead774dbc9

ExtUtils::ParseXS changelog
Steffen Mueller 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53970fcebffed9e0

Make cpan officially upstream for Text::Balanced
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d17e8ee40b68b85f

Make truncate respect get-magic on globs and globrefs
Father Chrysostomos 2 files changed, 16 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/5e0adc2d665b4f3a

Update Devel-PPPort to CPAN version 3.20
Chris 'BinGOs' Williams 134 files changed, 1598 insertions(+), 667 delet
http://perl5.git.perl.org/perl.git/commit/49ef49feda58b930

Add links to Windows documentation of shell and CRT quote parsing rules
Steve Hay 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41bfb3b613f3eb11

Remove Windows 95 support from win32/makefile.mk
Steve Hay 3 files changed, 7 insertions(+), 169 deletions(
http://perl5.git.perl.org/perl.git/commit/7c3b4d0061393a73

Eliminate warnings from XSLoader on 5.005 and 5.004.
Nicholas Clark 3 files changed, 32 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/daef35dbd8d4bdf1

updated podcheck data file to know about the changes from Leon's patch
Jesse Vincent 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e9ce7e77f0788e00

Doc patch to perlipc
Leon Timmermans 1 file changed, 30 insertions(+), 89 deletions(-
http://perl5.git.perl.org/perl.git/commit/de7ba5179657b894

Add missing win32/config_H.* files to Porting/makerel
Steve Hay 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b3f5c13d135c1ec

Simplify generated XS code by emitting a compatibility version of dVAR.
Nicholas Clark 5 files changed, 14 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/98e6112272363eb6

Teach B::Concise about OPpFT_STACKING
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3324ed9f6472f4fa

Collapse repetititive code in tie_fetch_count.t
Father Chrysostomos 1 file changed, 9 insertions(+), 18 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d06f995a661736bd

Make utime handle get-magic correctly for glob(ref)s
Father Chrysostomos 2 files changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64617da904e8a726

Stop filetest ops from calling FETCH on parent op’s arg
Father Chrysostomos 2 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/49498cafba9ef826

Make filetest ops handle get-magic correctly for glob(ref)s
Father Chrysostomos 4 files changed, 17 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/094a3eec8ad4cfb1

Restore changelog entry removed by 378eeda
Father Chrysostomos 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/63d661c578abce85

-l followed by bareword should leave the stack alone
Father Chrysostomos 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca86716259195ac2

Update Archive-Tar to CPAN version 1.78
Chris 'BinGOs' Williams 13 files changed, 181 insertions(+), 119 deletio
http://perl5.git.perl.org/perl.git/commit/93e94d8ade64ced3

Don’t call get-magic on a referenced array in chdir, etc.
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f8afbfa6f0265771

Another update to comments about regen_config_h target
Steve Hay 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5f60eac5cc3e145

Update comments about regen_config_h target
Steve Hay 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d39cce8f66ca265

Fix MSWin32 skip in porting/globvar.t
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b63f993a0f2d0e68

The Borland Chainsaw Massacre
Steve Hay 41 files changed, 53 insertions(+), 6450 deletio
http://perl5.git.perl.org/perl.git/commit/378eeda70cc27194

Add plain ~ expansion for Windows system in File::Glob
Douglas Christopher Wilson 2 files changed, 44 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/528bd3ce854c33aa

Add Douglas Christopher Wilson to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24abcdac4410a9eb

ch(dir|mod|own) should also call FETCH on refs to tied globs
Father Chrysostomos 3 files changed, 10 insertions(+), 28 deletions(
http://perl5.git.perl.org/perl.git/commit/2ea1cce779022315

Add MAYBE_DEREF_GV macro
Father Chrysostomos 2 files changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/557fbd17eba6e0db

Tweaks to tie_fetch_count.t
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5e0b4493cc341303

"state" in perlfunc should point to "Persistent Private Variables"
Vincent Pit 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e476d66f344c3630

Add HOMEGROWN_POSIX_SIGNALS to PL_non_bincompat_options, and hence -V output
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1755228446177f00

regen/opcode.pl: generate OP_IS_DIRHOP, use in gv.c
Jim Cromie 4 files changed, 25 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/332c2eacbbe33d99

implement OP_IS_NUMCOMPARE like other OP_IS macros
Jim Cromie 4 files changed, 30 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/2b420b633b59fecd

[perl #92436] Filter::Simple can’t find end of POD
Father Chrysostomos 4 files changed, 28 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b2be16900832ccd

Fixed repeated words
Walt Mankowski 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e001c7126641d257

adjust TEST's valgrind invocation to also work with linux's perf stat
Jim Cromie 2 files changed, 25 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/c7b956bbbaff0c46

t/TEST: collect user, sys cpu times for each testfile
Jim Cromie 1 file changed, 20 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25a2b27fba4a91d9

if -d HARNESS_TIMER, t/TEST saves timings in Storable file
Jim Cromie 1 file changed, 51 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e03ad8f6c24ab6b

save elapsed-time-ms in global hash for later reporting
Jim Cromie 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b49055e966b614a7

add space after testfile name, and before ok/not ok
Jim Cromie 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7b9b043ef957755

Upgrade to threads::shared 1.40
Jerry D. Hedden 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c4ddcea559e1b4f8

New branch smoke-me/Storable
5 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (69 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/63adf2a630006628.tar.gz

Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63adf2a630006628

Change Storable's code.t to serialise a subroutine under our control.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e6490c313e30bf5f

Remove from Storable.xs all compatibility code that duplicates ppport.h
Nicholas Clark 1 file changed, 1 insertion(+), 49 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d97e90725f308478

Restore 5.004 and 5.005 support in Storable.
Nicholas Clark 3 files changed, 18 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/cbf9b330e3b3c27a

Remove Symbian compatibility macros from Storable, now supplied by ppport.h
Nicholas Clark 2 files changed, 1 insertion(+), 21 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97a02b51f0675a56

New branch smoke-me/assertgp
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/bfb1e3334de651de.tar.gz

Assert that PVGVs are GVs_with_GPs
Father Chrysostomos 8 files changed, 30 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/bfb1e3334de651de

New branch smoke-me/caret-X
3 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (12 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6e4da66c40f0bcc5.tar.gz

Simplify S_set_caret_X() by returning early if we set caret_x.
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6e4da66c40f0bcc5

Inline S_procself_val() into S_set_caret_x().
Nicholas Clark 1 file changed, 25 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/967db0be47ce1ab5

In S_set_caret_X(), use GvSV() consistently in all conditional code.
Nicholas Clark 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f1723e1474927cd
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
54 commits. 11 unique authors. 10 unique committers.
76 files changed, 3254 insertions(+), 2749 deletions(-)
Net code removal: Nicholas Clark (55 lines) Moritz Lenz (4 lines)
George Greer (2 lines)
Thanks, applied: Father Chrysostomos (2) H.Merijn Brand (1)
Ricardo Signes (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c22c99bc35171a70.tar.gz

Merge postinc and postdec
Father Chrysostomos 4 files changed, 12 insertions(+), 31 deletions(
http://perl5.git.perl.org/perl.git/commit/c22c99bc35171a70

Merge preinc and postinc
Father Chrysostomos 5 files changed, 11 insertions(+), 26 deletions(
http://perl5.git.perl.org/perl.git/commit/17058fe0299db927

Make ++ and -- work on glob copies
Father Chrysostomos 5 files changed, 20 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/60092ce4854ea580

[perl #93638] $ENV{LS_COLORS} causes miniperl glob failure
Father Chrysostomos 2 files changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3342be368647e67

update B::Concise test for B::Deparse change
Zefram 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed40ada772d2558d

Update CPAN-Meta to CPAN version 2.112580
Chris 'BinGOs' Williams 13 files changed, 175 insertions(+), 20 deletion
http://perl5.git.perl.org/perl.git/commit/13975bd150072e4f

Update CPANPLUS to CPAN version 0.9111
Chris 'BinGOs' Williams 6 files changed, 11 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/891b5d1e801a71f1

skip_all is a sub in t/test.pl.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/044255daec5f194e

make B::Deparse handle $[. for older perls
Zefram 1 file changed, 48 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc6b2ef6926f6ffd

NetWare has stdbool.h, so add it as 'define' to config.wc
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d0a2851ed037f40

Assorted File::Glob test fix-ups following 528bd3ce85.
Craig A. Berry 1 file changed, 32 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/592808d835b3ffde

Disallow weakening of read-only references
Father Chrysostomos 3 files changed, 34 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5d4ff2313b84e128

perldelta update
Father Chrysostomos 1 file changed, 97 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6cf23679a41a0be

Revert "Put Jesse's "How a Bill Becomes a Law" into perlhack (with editing)"
Dave Rolsky 1 file changed, 2 insertions(+), 50 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84c2f6fdcbbbd74e

Partial perldelta update
Father Chrysostomos 1 file changed, 43 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c39e29ea73d2e980

i_stdbool for configure.com.
Craig A. Berry 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f29eb9c41faae36e

Regenerate. Sorry for the massive re-order
H.Merijn Brand 3 files changed, 2445 insertions(+), 2441 deleti
http://perl5.git.perl.org/perl.git/commit/065013683c00b2ce

Probe for <stdbool.h>, and if found use it in handy.h
Nicholas Clark 19 files changed, 51 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/bd31be4baa3ee68a

Dear perlvar: ${PEN} was introduced in 5.8.0.
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/28051109dbd5d27f

[perl #92728] open.pm without :std should leave std alone
Father Chrysostomos 2 files changed, 28 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/73f1eacaff720d25

Make open.t use test.pl
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/879ced66a8499e7f

Add a mention of #p5p to perlhack
Dave Rolsky 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37bf3a91b5a138cf

Put Jesse's "How a Bill Becomes a Law" into perlhack (with editing)
Dave Rolsky 1 file changed, 50 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a945912f2861921

Wording tweak to clarify that perlbug submits the patch for you via email
Dave Rolsky 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84b19098794769d2

Run podtidy on perlhack.pod
Dave Rolsky 1 file changed, 22 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/9e6670f3a3f53da0

Make tie_fetch_count.t skip -[guk] globref tests
Father Chrysostomos 1 file changed, 4 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/026624ed5c9d76ed

[perl #99142] Make GV_ADDMG and magic vars account for s(t)ubs
Father Chrysostomos 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/914ecc632cce37ed

document convention for keys in %^H
Zefram 2 files changed, 26 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/09f1e2c2f246fcf3

Fix some bugs in the example code for perlootut
Dave Rolsky 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6d4956921ce506c

remove outdated information from perlport
Moritz Lenz 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72a183aae404c8e7

Don't #include headers already included by perl.h
Nicholas Clark 5 files changed, 0 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/75006f0f4402bbab

Use test.pl miniperl check rather than by-hand in t/io/shm.t
George Greer 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/877c86f70c562bc8

Tests in "t/io" aren't supposed to use Test::More yet, so use test.pl instea
George Greer 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8d646433865d105d

shm.t: Skip under miniperl
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4498dc0f01ccdb0a

shm.t: Don’t call shmctl in END when undefined
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44f59ad0511849bb

Be more precise in the wording of how // works.
Abigail 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/95bee9ba486e878b

[perl #92436] Make Filter::Simple match variables better
Father Chrysostomos 5 files changed, 49 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/828d619543f6e6d3

Dear CoreList: Please note that 5.12.3 included VMS::Filespec.
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8982840c46ab5c4

Fix #98480 math when reading shared memory
Leon Timmermans 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af8ff7274143ea04

Added SysV shared memory tests
Leon Timmermans 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/2d5385e000a5266a

Dear CoreList: FYI, Errno was included in 5.6.0 and .1.
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71c564a3c0ae4a0f

Dear CoreList: 5.8.2 *did* include DB_File.
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f0aa9e7aac138a8

Missing word in release managers’ guide
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cacc980baf0679da

Mention that a method can be thought of as a verb for an object
Dave Rolsky 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c054e89890d9165

Mention mutator as synonym for setter
Dave Rolsky 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3282575c010a0e67

Merge Storable improvements (XS tidying, test failures on older perls).
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/10ff254f073922cc

Note Storable changes in perldelta.
Nicholas Clark 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b420b12a3114f386

Simplify Storable.xs by providing a fallback definition of HvTOTALKEYS().
Nicholas Clark 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1c4fe6e3136700d9

Change Storable's code.t to serialise a subroutine under our control.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/89fa4092e9eb4b2c

Remove from Storable.xs all compatibility code that duplicates ppport.h
Nicholas Clark 1 file changed, 1 insertion(+), 49 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6797988b273c1f95

Restore 5.004 and 5.005 support in Storable.
Nicholas Clark 3 files changed, 18 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/70e1279abb4368ea

Remove Symbian compatibility macros from Storable, now supplied by ppport.h
Nicholas Clark 2 files changed, 1 insertion(+), 21 deletions(-)
http://perl5.git.perl.org/perl.git/commit/22570a88de5a23b9

Simplify S_set_caret_X() by returning early if we set caret_x.
Nicholas Clark 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82552a9540a0bcb6

Inline S_procself_val() into S_set_caret_x().
Nicholas Clark 1 file changed, 25 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/700dd4f8ecb172f1

New branch drolsky/stub-deleted-pods
4 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e51358916a3d714.tar.gz

regen generated files
Dave Rolsky 3 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/9e51358916a3d714

Include stub files in pod.lst
Dave Rolsky 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ddd4d2aaa34037a

Explicitly ignore the stub pod files I just added when doing the sanity chec
Dave Rolsky 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/006d09c0c7952c8f

add stub files for deleted OO-related pod files
Dave Rolsky 4 files changed, 48 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/4a66650a15c216c4

New branch nicholas/checkcfgvar
9 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (115 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/45adfc834d3efa79.tar.gz

Add an option to checkcfgvar.pl to add defaults for missing variables.
Nicholas Clark 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45adfc834d3efa79

Add a --regen option to checkcfgvar.pl to regenerate config files.
Nicholas Clark 15 files changed, 308 insertions(+), 272 deletio
http://perl5.git.perl.org/perl.git/commit/07ff28147759e6d4

Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.sh
Nicholas Clark 6 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/3699d2b361d404ec

Sort epoc/config.sh
Nicholas Clark 1 file changed, 130 insertions(+), 130 deletions
http://perl5.git.perl.org/perl.git/commit/bac7022c8a34f717

De-duplicate epoc/config.sh
Nicholas Clark 1 file changed, 0 insertions(+), 154 deletions(-
http://perl5.git.perl.org/perl.git/commit/b3ed85f1788c6c75

Eliminate duplicate contradictory values from epoc/config.sh.
Nicholas Clark 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/761995bb3a96e93f

Change checkcfgvar.pl to permit trailing comments on config lines.
Nicholas Clark 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54ebfb8aa0fdc127

Tighten the checking regex in checkcfgvar.pl.
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2536f682087ea0a8

In checkcfgvar.pl, split the configure.com code out.
Nicholas Clark 1 file changed, 17 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec723ed7dace8673

New branch smoke-me/stdbool
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e6da76e1068324cb.tar.gz

Probe for <stdbool.h>, and if found use it in handy.h
Nicholas Clark 19 files changed, 51 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/e6da76e1068324cb
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
65 commits. 14 unique authors. 9 unique committers.
90 files changed, 2336 insertions(+), 638 deletions(-)
Net code removal: Lukas Mai (2 lines)
Thanks, applied: Father Chrysostomos (4) Dave Rolsky (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/93f0c9e611c4bad1.tar.gz

No need to go into this much detail in the pod (also podcheck doesn't like i
Stevan Little 1 file changed, 6 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/93f0c9e611c4bad1

Tweak wording of the Notice based on Jesse's feedback
Stevan Little 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45c0823bcdbc26f3

Adding some Known Problems to perldelta
Stevan Little 1 file changed, 30 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d3f03b714ae6d70

removing the comment from the perldelta (and the previous perldelta as well)
Stevan Little 2 files changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/364bd1229ba5bacc

finalize perldelta
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/198ce977ccbe46f9

adding new release to perlhist
Stevan Little 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8703974743a13cbb

fixing the path to pod2html in the release managers guide
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3f894c2d044587ee

Adding the acknowledgements section to perldelta
Stevan Little 1 file changed, 30 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d14a8abf95adce72

Update Module::CoreList for 5.15.3
Stevan Little 3 files changed, 682 insertions(+), 9 deletions(
http://perl5.git.perl.org/perl.git/commit/e46b3c7d4d5f2ccc

The link to Devel::PPPort was not understood by porting/podcheck.t so we had
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/abe2cae7a0e21ac4

perldelta pod tweaks,.. this is not a link
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/887094cba3237fbf

manually updating INSTALL version "Upgrading from 5.X.Y or earlier" as speci
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/59c0d1a851321f18

bump version to 5.15.3 using Porting/bump-perl-version
Stevan Little 21 files changed, 142 insertions(+), 142 deletio
http://perl5.git.perl.org/perl.git/commit/9d254dcaf7d61fc8

More pod formatting tweaks
Stevan Little 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d5a17e366822d02

Fix some pod errors reported by podchecker
Stevan Little 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6776795fce37ad79

Updating perldelta in preparation for the 5.13.3 release.
Stevan Little 1 file changed, 69 insertions(+), 213 deletions(
http://perl5.git.perl.org/perl.git/commit/83307084d19b48a5

Fixing the version in the comment in perl5152delta.pod
Stevan Little 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fe7160a9af9a8e0e

Skip 2 tests in t/op/filetest.t if t/TEST is a symlink.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/42ef694e203430b1

Update CPAN-Meta to CPAN version 2.112621
Stevan Little 22 files changed, 54 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/a808a03dd481002f

Adding myself to the AUTHORS list
Stevan Little 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/47804c8ae8984a78

regen generated files
Dave Rolsky 3 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e653ab25a746de35

Include stub files in pod.lst
Dave Rolsky 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/57275001e1a9edc5

Explicitly ignore the stub pod files I just added when doing the sanity chec
Dave Rolsky 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1bdd992d07902b88

add stub files for deleted OO-related pod files
Dave Rolsky 4 files changed, 48 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f5adbb863b9bf7af

For RC releases there's no indexer report
Florian Ragwitz 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/765263176c53ca2d

use :raw to avoid interference from PERL_UNICODE when creating test data
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae92a15bbb8edf3b

clear $ENV{PERL_UNICODE} before runperl()ing a test of use open.
Tony Cook 1 file changed, 19 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/f76f2ef3c7d81e60

Fix the version of CoreList that'll ship with 5.14.2
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/82a9156664ed01c0

Update Module::CoreList for 5.14.2
Florian Ragwitz 1 file changed, 661 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/33f96037072a26ec

Re-generate known_pod_issues.dat
Florian Ragwitz 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0dd9b4ce5f4f5bc6

Correct perldelta entry for -l \*foo change
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/396d9be3a10e83ab

Update CPAN-Meta to CPAN version 2.112600
Chris 'BinGOs' Williams 10 files changed, 23 insertions(+), 17 deletions
http://perl5.git.perl.org/perl.git/commit/85091ccc46b54ca8

[perl #95034] Make perldoc <url> use a reasonabe name
Father Chrysostomos 3 files changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8fe353ef0987121a

DBFile -> DB_File
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/47ec1fa66f2d45e2

Update skip count in t/op/filetest.t after 433644eed.
Craig A. Berry 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61602f40332e8d7c

Noted recent changes to Module::CoreList and added http://perlpunks.de/corel
Chris 'BinGOs' Williams 2 files changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b7e2f6504a6e433

podcheck: Clean up known issues
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/472c44b91d224272

Increase $VERSIONs for Text::Abbrev and Search::Dict
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec09086b406f9d67

fix NAME section in Text::Abbrev and Search::Dict
Robin Barker 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04101b8fc17884a7

Only upgrade when necessary
Leon Timmermans 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0f18891dd57b9115

Deparse "${#}a"
Father Chrysostomos 3 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/61154ac0d41ba2a5

Deparse $#{/} correctly
Father Chrysostomos 3 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/6ec73527899164b7

Make -l always treat non-bareword arguments as file names
Father Chrysostomos 4 files changed, 18 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/433644eed8ac9349

Make stacked -l work
Father Chrysostomos 4 files changed, 36 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/1f26655e82dbc83b

perlglossary: fix broken link
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/962c024be0fcb06a

perlglossary: Make empty-list-as-scalar even clearer
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9303c02d12311203

Document empty-list-as-scalar in perlglossary
Chas. Owens 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3097ec408171fa0c

Really allow podcheck.t to be run from outside t/
Father Chrysostomos 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/faeaf9956ef106c3

perldata: Mention undefined as a false val
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32860eeee0f353d9

Allow podcheck.t to be run from outside t/ for convenience
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e9a627e231c610f

Update META.yml following 986a805c
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f83ddd2f4a68da0

Correct punctuation in some POSIX error messages
Father Chrysostomos 2 files changed, 39 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/96927498a966e4c4

perlop: Clarify \octal slightly
Father Chrysostomos 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5db3e519a7d788a6

Make IO::Handle::getline(s) respect the open pragma
Father Chrysostomos 7 files changed, 99 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/986a805c4b258067

perldelta for h2ph conditional sub fix
Father Chrysostomos 1 file changed, 10 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d167fe7dcb6293d

don't redefine macrosubs in .ph
Lukas Mai 1 file changed, 11 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5a677310673fcfab

perlobj: Fix pod problems
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a014a4b51424c9e

perldata: Only one "_" is allowed between each digit pair
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d823de2e5585a025

podcheck.t: Don't use case-sensitive file exclusion
Karl Williamson 1 file changed, 14 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df80274d3278c640

Lots of revisions from Damian for perlobj
Damian Conway 1 file changed, 183 insertions(+), 124 deletions
http://perl5.git.perl.org/perl.git/commit/7168b2511bddd496

Tweaks to perlootut by Damian
Damian Conway 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/235f4381493ead7d

POSIX::access() doesn't do ENOTDIR on VMS.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e5da71f2088e85d2

Fix recursion warning for ‘no warnings; goto &sub’
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/426a09cda0fa65ac

Tests for goto &xsub and lexical hints
Father Chrysostomos 3 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8ed61c58cadd53d

Make goto &CORE::sub use the right lexical scope
Father Chrysostomos 3 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/309aab3af38b00c7

Current branch maint-5.14
7 commits. 2 unique authors. 1 unique committer.
6 files changed, 678 insertions(+), 17 deletions(-)
Thanks, applied: Florian Ragwitz (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/56f9fec162b504cf.tar.gz

perl5123delta: should have NAME perl5123delta
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/56f9fec162b504cf

Remove the RC1 marker
Florian Ragwitz 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d28da0c7aca2cace

Bump version to RC1
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5e922dfa2405b93

Add 5.14.2-RC1 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c1187fd6214493c0

Update Module::CoreList for 5.14.2
Florian Ragwitz 1 file changed, 668 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/70b4669eec058174

Acknowledgements in perldelta
Florian Ragwitz 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a694bbd7f57f0d3

/aa and \b fail under some utf8 strings
Karl Williamson 2 files changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46d8d46311a56eed

New branch sprout/utf8sym
2 commits. 1 unique author. 1 unique committer.
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/424925fd6dcbe20c.tar.gz

Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/424925fd6dcbe20c

UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 20 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b9fd4f4b70736024
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
39 commits. 8 unique authors. 6 unique committers.
53 files changed, 1843 insertions(+), 1398 deletions(-)
Net code removal: Nicholas Clark (112 lines) David Golden (14 lines)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c0fd9d21fa8befde.tar.gz

Document open fh, "<:"
Father Chrysostomos 2 files changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0fd9d21fa8befde

Move the test for recursive call to Perl_load_module to t/io/perlio.t
Nicholas Clark 2 files changed, 15 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/4cc3976697bb71e4

Correct the expected results for the first perlio warnings subtest.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/31f5e3239bb55c43

Test perl #96008: use and require affected by open.pm
Father Chrysostomos 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6406c527c7431b3f

[perl #96008] use and require are affected by the open pragma
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/639dfab029654a3b

Move/rewrite test for Recursive call to Perl_load_module
Father Chrysostomos 2 files changed, 12 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/69dc7e4bdb8e397c

Make CORE->method work
Father Chrysostomos 2 files changed, 149 insertions(+), 104 deletion
http://perl5.git.perl.org/perl.git/commit/0f8d4b5ec2b14a81

perlre: Note a bug's existence
Karl Williamson 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25275596243468dc

re_tests: Add TODO test
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd0f00a93384045e

podcheck.t: Add comment
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b9b741c8056a3e8b

Porting/cherrymaint: Add comment
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c2555b720bde57b

manifest.t: Clarify a test's wording
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/917bb0fa8313e549

base.pm: remove unused variable
David Golden 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3807f0cd29f8317

base.pm no longer tracks loaded modules
David Golden 1 file changed, 2 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a799f6bb3cac2e1

Use a real compile to test for stdbool.h
H.Merijn Brand 1 file changed, 28 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0dcb3d887131a644

podcheck.t: clarify its pod
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/204c23833e7aa6ef

podcheck.t: Is problem if cpan/non-cpan have same NAME
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/44b8cd40028f888c

podcheck.t: Process files sorted caselessly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e08998bf623ffe1c

podcheck: Nits in comments
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8505a15d2d98c5ba

base.pm no longer modifies $VERSION
David Golden 2 files changed, 17 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/a04eb69c733e8425

fold_grind.t: Ignore blank lines
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3abacf659103620e

UCD.pm: accommodate non-standard mktables output
Karl Williamson 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a96c1062b53b997

UCD.pm: Only calculate hex once
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83fd1222cb70cfbc

adding in the list archive URL for the announcement
Stevan Little 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca420de31dd6b64a

Add an option to checkcfgvar.pl to add defaults for missing variables.
Nicholas Clark 1 file changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/818a19bd7b67b794

Add a --regen option to checkcfgvar.pl to regenerate config files.
Nicholas Clark 15 files changed, 308 insertions(+), 272 deletio
http://perl5.git.perl.org/perl.git/commit/7ee20c719ab9b20e

Add empty Author and zip entries to symbian/config.sh and uconfig{,64}.sh
Nicholas Clark 6 files changed, 10 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/79681fc5b8f41f8b

Sort epoc/config.sh
Nicholas Clark 1 file changed, 130 insertions(+), 130 deletions
http://perl5.git.perl.org/perl.git/commit/12da209bf45a673a

De-duplicate epoc/config.sh
Nicholas Clark 1 file changed, 0 insertions(+), 154 deletions(-
http://perl5.git.perl.org/perl.git/commit/56737136e7438874

Eliminate duplicate contradictory values from epoc/config.sh.
Nicholas Clark 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/292019d274591d9f

Change checkcfgvar.pl to permit trailing comments on config lines.
Nicholas Clark 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58f1e53099a8f7d3

Tighten the checking regex in checkcfgvar.pl.
Nicholas Clark 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9829d09b38187d6

In checkcfgvar.pl, split the configure.com code out.
Nicholas Clark 1 file changed, 17 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4ca0be2c78f0bfb

[perl #99660] Remove elems from hashes before freeing them
Father Chrysostomos 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/705822126c5e218f

[perl #93590] $tainted ~~ [...] failing
Father Chrysostomos 5 files changed, 14 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/be88a5c3cc8efc0d

Fix inability of lex_read_unichar to handle 80-FF under "no utf8;". lex_peek
Eric Brine 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9018cbe5b480ba2

update TOC for perl5153delta
Stevan Little 8 files changed, 15 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/41e56bcf1032d456

moving old perldelta and creating new one
Stevan Little 3 files changed, 1015 insertions(+), 620 deletio
http://perl5.git.perl.org/perl.git/commit/3432e5a13f298d77

Adding in my choice of epigraph to epigraph.pod
Stevan Little 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/607b15aad7e54f79

Current branch maint-5.14
2 commits. 2 unique authors. 2 unique committers.
1 file changed, 1 insertion(+), 41 deletions(-)
Net code removal: Florian Ragwitz (40 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c00c839e21e8041b.tar.gz

Delete some empty perldelta sections
Florian Ragwitz 1 file changed, 0 insertions(+), 40 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c00c839e21e8041b

Fix pod syntax in perldelta
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9976dbe1115b5054

Current branch nicholas/checkcfgvar
2 commits. 1 unique author. 1 unique committer.
132 files changed, 3743 insertions(+), 1242 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dae1ab52dabb27e2.tar.gz

Add t/porting/checkcfgvar.t to run Porting/checkcfgvar.pl as a test.
Nicholas Clark 4 files changed, 53 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/dae1ab52dabb27e2

A small refactor of checkcfgvar.pl
Nicholas Clark 1 file changed, 34 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/0bc3cef15ace68fa

Current branch smoke-me/regen
1 commit. 1 unique author. 1 unique committer.
1526 files changed, 225476 insertions(+), 132243 deletions(-)
Net code removal: Nicholas Clark (11 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7a128f3e4cb1184b.tar.gz

Refactor t/porting/regen.t to use TestInit q(T A);
Nicholas Clark 1 file changed, 2 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a128f3e4cb1184b

Current branch sprout/utf8sym
11 commits. 2 unique authors. 1 unique committer.
11 files changed, 376 insertions(+), 44 deletions(-)
Thanks, applied: Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/17f65c732db25f63.tar.gz

Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17f65c732db25f63

Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/353fece81b96ddf9

gv.c: Added gv_fetchmeth_(sv|pvn)_autoload.
Brian Fraser 8 files changed, 118 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/31c7077ff86c2ccb

Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b98f655c20c974ff

Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ed6e57dca5d183a

Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 6 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/65df690c9bfce89a

Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/103ba8a0f0e94ce7

Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/96f261b4c7bc2720

gv.c: Added gv_fetchmeth_(sv|pvn).
Brian Fraser 8 files changed, 104 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/81a1f17f133d9ca4

Document gv_init*
Father Chrysostomos 3 files changed, 41 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b4b20aba606eb0b0

gv.c: Add gv_init_(sv|pvn), rename gv_init_sv as gv_init_svtype
Brian Fraser 8 files changed, 78 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/a2dd7faa59ec4d3d

New branch smoke-me/abs-caret-X
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9100e0355b96ae40.tar.gz

Where available, use _NSGetExecutablePath() to make $^X absolute.
Nicholas Clark 21 files changed, 165 insertions(+), 3 deletions
http://perl5.git.perl.org/perl.git/commit/9100e0355b96ae40

Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.
Nicholas Clark 21 files changed, 181 insertions(+), 5 deletions
http://perl5.git.perl.org/perl.git/commit/1bff30d69398832d

New branch smoke-me/khw-regexp.t
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/53c64fb687d99450.tar.gz

smoke for podcheck
Karl Williamson 1 file changed, 22 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/53c64fb687d99450

regexp.t: print diagnostics with leading '#'
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0dd297c8027d898f

New branch smoke-me/podcheck-_pm.PL
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2c88d70d6f8de883.tar.gz

Teach t/porting/podcheck.t that *_pm.PL files generate *.pm files.
Nicholas Clark 2 files changed, 17 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/2c88d70d6f8de883

New branch sprout/utf8sym2
15 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (6)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/62ebb92ece823d7b.tar.gz

Restore gv_fetchmethod_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/62ebb92ece823d7b

gv.c: Added gv_fetchmethod_(sv|pv|pvs)_(flags|autoload).
Brian Fraser 9 files changed, 316 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/42cab781a5933c22

Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79c89a3b544664ef

Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/945b99a11823f5b6

gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
Brian Fraser 8 files changed, 146 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/85c338de7ac75dc2

Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ebe8ec32c6fffb2d

Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a7fa6a189b642303

Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 6 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/ef7e7612de2ac64c

Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/87aa4ac9c4777890

Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b440d3427e8d2cd8

gv.c: Added gv_fetchmeth_(sv|pv|pvn).
Brian Fraser 8 files changed, 139 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/959ab7e6831411cb

Document gv_init*
Father Chrysostomos 3 files changed, 46 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/cf7b62370294d2ed

gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.
Brian Fraser 8 files changed, 97 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/a295c64717507471

Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/fd4e7bf1836152ae

UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 20 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7c4d67c9cc95acea
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
24 commits. 6 unique authors. 6 unique committers.
24 files changed, 3902 insertions(+), 3546 deletions(-)
Thanks, applied: Chip Salzenberg (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2480ae1c1b2fa110.tar.gz

Upgrade perlfaq from version 5.0150034 to 5.0150035
Florian Ragwitz 3 files changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2480ae1c1b2fa110

Avoid a "use of uninitialized value" warning from pwent.t
Nicholas Clark 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/876725cf9533c025

Dual-life perlglossary.pod as part of perlfaq
Florian Ragwitz 6 files changed, 3440 insertions(+), 3443 deleti
http://perl5.git.perl.org/perl.git/commit/83083feaedd84cf1

Add 5.14.2 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8721516917ee7d87

Add 5.14.2-RC1 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d288ec5d546ceac9

Add the 5.14.2 perldelta
Florian Ragwitz 5 files changed, 249 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/77efd0f7736ab675

Add the 5.14.2 epigraph
Florian Ragwitz 1 file changed, 18 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/21677d22b1208cd0

podcheck.t: Work for scripts/utilities under VMS
Karl Williamson 1 file changed, 33 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae54198b4ad53ac7

t/re/re_tests: Add TODO
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e47f2755dcff88c8

perlrebackslash: Add missing paren to example
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86a74cedb7633aa8

podcheck.t: New method for skipping .PL files
Karl Williamson 1 file changed, 20 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3e757a40c558766

podcheck.t: Remove extra loop initialization
Karl Williamson 1 file changed, 6 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c841a192403403aa

podcheck.t: Move hash declaration to earlier in file
Karl Williamson 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/6981f6e429ccc038

podcheck.t: Move subroutine defn earlier in file
Karl Williamson 1 file changed, 16 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/21b63541c29d0487

podcheck.t: Don't calc value twice
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/24df302751373687

podcheck.t: remove unused variable
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b557e99d562a750f

Synchronise Module::CoreList version in Maintainers.pl
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2403c149d643060e

add a couple missing LEAVEs in perlio_async_run()
Chip 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be48bbe8d671b684

Avoid a double free with CORE->lc
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73c02f1564c743dc

regexp.t: print diagnostics with leading '#'
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b7228c9af61f2fe

Add t/porting/checkcfgvar.t to run Porting/checkcfgvar.pl as a test.
Nicholas Clark 4 files changed, 53 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/6692294e17e0b71a

A small refactor of checkcfgvar.pl
Nicholas Clark 1 file changed, 34 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1bac1195b4fb97c

Refactor t/porting/regen.t to use TestInit q(T A);
Nicholas Clark 1 file changed, 2 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/208c2b5928c11c67

[perl #92898] Clarify (*THEN)’s scope
Father Chrysostomos 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac9d8485fb211e84

Current branch chip/magicflags1
5 commits. 1 unique author. 1 unique committer.
7 files changed, 29 insertions(+), 38 deletions(-)
Net code removal: Chip (9 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/30543ae2a0751a05.tar.gz

add a couple missing LEAVEs in perlio_async_run()
Chip 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/30543ae2a0751a05

fix truth test order so as to be not dumb, and not break Lingua::JP::Number
Chip 1 file changed, 20 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/bba8aa75587afc4d

fix backchannel propagation of tainting via PL_statname and $ARGV
Chip 3 files changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/440cd632eb7d44a4

avoid spurious FETCH after EXISTS - fixes Acme::Oil
Chip 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a1e8a8481fe87a0

fix lvalue pos on magical SVs, and thereby, Variable::Magic
Chip 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cd22aaee79bf6e9

Current branch maint-5.14
2 commits. 1 unique author. 1 unique committer.
12 files changed, 514 insertions(+), 128 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/1b28bbf144f8c762.tar.gz

Create perldelta for 5.14.3
Florian Ragwitz 11 files changed, 513 insertions(+), 128 deletio
http://perl5.git.perl.org/perl.git/commit/1b28bbf144f8c762

Add 5.14.2 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc281e6088d18955

Current branch smoke-me/abs-caret-X
4 commits. 1 unique author. 1 unique committer.
38 files changed, 4203 insertions(+), 3731 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e68546f79174957.tar.gz

Teach Configure about "procselfexe" on Solaris and NetBSD
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e68546f79174957

In Configure, refactor the test for procselfexe into a loop.
Nicholas Clark 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/698ca84cd388c822

Where available, use _NSGetExecutablePath() to make $^X absolute.
Nicholas Clark 21 files changed, 164 insertions(+), 3 deletions
http://perl5.git.perl.org/perl.git/commit/ae60cb464cebf895

Where available, use sysctl() with KERN_PROC_PATHNAME to make $^X absolute.
Nicholas Clark 21 files changed, 181 insertions(+), 5 deletions
http://perl5.git.perl.org/perl.git/commit/2982a345b7a1edb6

Current branch sprout/utf8sym2
5 commits. 2 unique authors. 1 unique committer.
8 files changed, 152 insertions(+), 10 deletions(-)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/460f821b8e3050b2.tar.gz

Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/460f821b8e3050b2

Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/b8d709638b6c34cf

Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7deca9da15fd784b

gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/4b28c673248f6515

gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_autoload
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3fa2415427d4c39a

New branch drolsky/reorder-perlvar
4 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/20ab4748cb603b1a.tar.gz

Add missing C on </p> construct
Dave Rolsky 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20ab4748cb603b1a

Make a new section for vars related to interpreter state
Dave Rolsky 1 file changed, 358 insertions(+), 350 deletions
http://perl5.git.perl.org/perl.git/commit/c3b05349bda98053

Move $0 and $$ together
Dave Rolsky 1 file changed, 48 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/39614b9a44140d9c

Move uid & gid variable docs next to each other
Dave Rolsky 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d97790d7cf5e9ea

New branch smoke-me/khw-handy.h
14 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a188e3e7c484d141.tar.gz

regexec.c: Add assertion check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a188e3e7c484d141

handy.h: Don't call _utf8 fcns if Latin1
Karl Williamson 1 file changed, 9 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d30f164638394103

utf8.c: Remove (mostly) redundant test
Karl Williamson 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eecb950a35ca2f32

handy.h: Don't call _utf8 fcns if ASCII
Karl Williamson 1 file changed, 28 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/c17e01a6844e28cd

handy.h: Don't call _uni fcns if have applicable macro
Karl Williamson 1 file changed, 19 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a39288c1f8d44d37

Don't use swash to find cntrls
Karl Williamson 6 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/8ee1757a893655b7

utf8.c: Use less confusing property name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/717643a57622a0c4

No need for swashes for properties that are ASCII-only
Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4142e83e06d36eb7

No need for swashes for computing if ASCII
Karl Williamson 5 files changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6c2a38b2716e514

handy.h: No need to call fcns to compute if ASCII
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c32c58c29a4e1da

handy.h: Simplify isASCII definition
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c08e7c6d7a637c47

handy.h: refactor FITS_IN_8_BITS defn
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e447c50fc68b8b1

handy.h: clarify, typos in comment
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/176b833bdab064b6

smoke for podcheck
Karl Williamson 1 file changed, 22 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/b89e45792d2023b5

New branch sprout/utf8sym3
26 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (12)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d5876e1ed7be5119.tar.gz

Fix thinko in hek_eq_pvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d5876e1ed7be5119

hv.c: Stash-related UTF-8 cleanup.
Brian Fraser 1 file changed, 55 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/d9fce7869a879c17

gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if
Brian Fraser 2 files changed, 27 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/71ee4f4c4de61206

SvUTF8() for globs.
Brian Fraser 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83fb70164a5bc5a4

Restore newGVgen to perlapi.pod
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c6ffca866fce2db

gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.
Brian Fraser 5 files changed, 18 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/a2263eaa71fde8d7

Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/76f5492a67d49dbd

Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/b81d0ae3ca4453d3

Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f93d678758932c88

gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/c8d6dec59974257f

gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_autoload
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c722c2cd2034408

Restore gv_fetchmethod_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/93471080918822bb

gv.c: Added gv_fetchmethod_(sv|pv|pvs)_(flags|autoload).
Brian Fraser 9 files changed, 316 insertions(+), 44 deletions
http://perl5.git.perl.org/perl.git/commit/75a271960ce51d5d

Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/372c2f41168f7466

Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f883a54472d3df61

gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
Brian Fraser 8 files changed, 146 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/316168c9192cec83

Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ccc5c817de59fec

Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/560d20f72970c67c

Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 3 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab1f785db5597eae

Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b84e75754dddc6cc

Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1cd099d279da0bc6

gv.c: Added gv_fetchmeth_(sv|pv|pvn).
Brian Fraser 8 files changed, 139 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/276095efe0612aa0

Document gv_init*
Father Chrysostomos 3 files changed, 46 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e76790d55a73497f

gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.
Brian Fraser 8 files changed, 97 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/36afcca5745b2924

Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/a857163a68970cea

UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4e91ef6dbc55a72
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
24 commits. 7 unique authors. 6 unique committers.
66 files changed, 2033 insertions(+), 1325 deletions(-)
Thanks, applied: Tony Cook (2) Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2e3468793982c433.tar.gz

Export DynaLoader symbols from libperl again
Reini Urban 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e3468793982c433

To build perl-5.003 bisect-runner.pl needs to force a value for trnl.
Nicholas Clark 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b081584932d92f8

In bisect-runner.pl, don't close Configure's STDIN for 5.004
Nicholas Clark 2 files changed, 10 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbcdc176dfaaa83c

Add a --match option to bisect.pl, to locate source code changes.
Nicholas Clark 2 files changed, 22 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bc96a05a30eacd81

In bisect-runner.pl, refactor the reporting code into report_and_exit().
Nicholas Clark 1 file changed, 16 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f10508112af8bb9b

bisect-runner.pl must clean up, even if it's skipping.
Nicholas Clark 1 file changed, 22 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/ab4a15f90ca61a09

bisect.pl should still print the time taken if it fails.
Nicholas Clark 1 file changed, 20 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3d98a71c2d8e59f

Document BEGIN, END, etc. in perlsyn
David Golden 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43f66a7639829d7b

Add lib/Config.pm as a target for bisect-runner.pl
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4daf2803e944e985

bisect-runner.pl can build miniperl in parallel for earlier perl versions.
Nicholas Clark 1 file changed, 24 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/9a999a97384cd0c3

Add Porting/bisect.pl, to automate bisecting a perl code test case.
Nicholas Clark 4 files changed, 242 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/6a8dbfd7fdd5687e

update valgrind URL and platforms
Tony Cook 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0061d4fab85ba13e

Add darwin to the list of valgrind platforms
Tony Cook 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0961731461727bea

Makefile.SH: emit make valgrind* targets only on linux
Jim Cromie 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45ed6be318926c8b

Makefile.SH: fix ?= gmake-isms
Jim Cromie 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfe76a0a8e5b6f21

perldelta for ExtUtils::MakeMaker version 6.61_01.
George Greer 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b8e5ef0662e52d9

Update ExtUtils::MakeMaker to CPAN version 6.61_01
George Greer 34 files changed, 81 insertions(+), 74 deletions
http://perl5.git.perl.org/perl.git/commit/33cc85ac95046818

Add missing C on </p> construct
Dave Rolsky 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/450a7a1bbac26c29

Make a new section for vars related to interpreter state
Dave Rolsky 1 file changed, 358 insertions(+), 350 deletions
http://perl5.git.perl.org/perl.git/commit/1fa81471adb3ec0d

Move $0 and $$ together
Dave Rolsky 1 file changed, 48 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/66d7055bd52a24c2

Move uid & gid variable docs next to each other
Dave Rolsky 1 file changed, 35 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/c82f2f4eb9412d85

Update README.freebsd with the new approach for making $^X absolute.
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7969fa3ad87a5c1e

Merge the improved $^X absolute pathname conversion.
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/6f31bef90fda3b9a

Note the improved $^X absolute pathname conversion in perldelta.pod
Nicholas Clark 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f728e2e43e05f9e

Current branch smoke-me/khw-handy.h
49 commits. 6 unique authors. 1 unique committer.
100 files changed, 6109 insertions(+), 4905 deletions(-)
Thanks, applied: Karl Williamson (15)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b950484e391380fb.tar.gz

mk_PL_charclass.pl: Revise comments, gen'd header
Karl Williamson 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/b950484e391380fb

handy.h: Add comments, pod change
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2d19c6ace95409a5

perlunicode, perluniprops: \p{Title} is Perl extension
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04d01f0180b5a257

handy.h: Improve definition of FITS_IN_8_BITS
Karl Williamson 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b756d74313208982

Change '(foo) ? bar : 0 to 'foo && bar'
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43e602c327e744ba

utf8.h: Revise formal parameter name for clarity
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c56d81c1e41655b

utf8.h: Remove redundant checks
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c0c49457caed00d

handy.h: Speed up isIDFIRST_utf8()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/77d6233e1ee0f935

Add tests for isIDFirst
Karl Williamson 1 file changed, 28 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4a52c8f99a0eac52

utf8.c: Add function to retrieve new _Perl_IDStart prop
Karl Williamson 7 files changed, 21 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/131af1c64516036e

In bisect-runner.pl, don't close Configure's STDIN for 5.004
Nicholas Clark 2 files changed, 10 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/71ba6788ea554e14

Add a --match option to bisect.pl, to locate source code changes.
Nicholas Clark 2 files changed, 22 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7b4704e66810eae9

In bisect-runner.pl, refactor the reporting code into report_and_exit().
Nicholas Clark 1 file changed, 16 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/fd712411ec5c9a71

bisect-runner.pl must clean up, even if it's skipping.
Nicholas Clark 1 file changed, 22 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/204010d7d50a7e26

bisect.pl should still print the time taken if it fails.
Nicholas Clark 1 file changed, 20 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/10be85313c9a97d6

Document BEGIN, END, etc. in perlsyn
David Golden 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cdd1daad38519093

Add lib/Config.pm as a target for bisect-runner.pl
Nicholas Clark 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b1786b5dcb026eba

bisect-runner.pl can build miniperl in parallel for earlier perl versions.
Nicholas Clark 1 file changed, 24 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/15478c4117453289

Add Porting/bisect.pl, to automate bisecting a perl code test case.
Nicholas Clark 4 files changed, 242 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/39ed0931c4ab713e

update valgrind URL and platforms
Tony Cook 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45061a36c9e45ea0

Add darwin to the list of valgrind platforms
Tony Cook 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/73aa0fb72369f98d

Makefile.SH: emit make valgrind* targets only on linux
Jim Cromie 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/62b59b47def68901

Makefile.SH: fix ?= gmake-isms
Jim Cromie 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4e8b7a837f76faf

perldelta for ExtUtils::MakeMaker version 6.61_01.
George Greer 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f3e94c86917b24fa

Update ExtUtils::MakeMaker to CPAN version 6.61_01
George Greer 34 files changed, 81 insertions(+), 74 deletions
http://perl5.git.perl.org/perl.git/commit/f9ba5a842913f47c

mktables: Add Perl_IDStart property
Karl Williamson 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/298eaabe70d4485f

More documenting that \p{} defined only for <= U+10FFF
Karl Williamson 3 files changed, 29 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f8d9316cc1cfad27

utf8.c: Call new function invlist_invert_prop()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e9ab87fef634cbf

regcomp.c: Add invlist_invert_prop()
Karl Williamson 4 files changed, 45 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/3bab26b1ad1b3955

regcomp.c: Add assertion
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/40195a3c82cba07e

Comment-only nits
Karl Williamson 3 files changed, 11 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/a002e8f8ce8713f9

utf8.c: White space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce733facc32ff99e

utf8.c: Don't invert beyond-Unicode code points
Karl Williamson 2 files changed, 29 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4fefc3b2c5f31ec6

Revise diagnostic text
Karl Williamson 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ea8ab797923e7bb

regexec.c: Avoid hard-coded utf8 tests for EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae256436c24b34e3

handy.h: Add missing isASCII_L1 macro
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fec20ae4ee9d7ba8

regexec.c: Add assertion check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/322576e32f2936e7

handy.h: Don't call _utf8 fcns if Latin1
Karl Williamson 1 file changed, 19 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e467ae92b48dc63

handy.h: Don't call _utf8 fcns if ASCII
Karl Williamson 1 file changed, 31 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/f2194892325b841d

utf8.c: Remove (mostly) redundant test
Karl Williamson 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bc705c90166a7d4

handy.h: Don't call _uni fcns if have applicable macro
Karl Williamson 1 file changed, 23 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/2ad626bd52cf85f3

Don't use swash to find cntrls
Karl Williamson 6 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/653e28c6236f6473

utf8.c: Use less confusing property name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f0ecf20179860a35

No need for swashes for properties that are ASCII-only
Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/771450e24461dd87

No need for swashes for computing if ASCII
Karl Williamson 5 files changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08ff65042b1b81ab

handy.h: No need to call fcns to compute if ASCII
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d85b0d578b2e5d8e

handy.h: Simplify isASCII definition
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/94b2d333b845fb77

handy.h: refactor FITS_IN_8_BITS defn
Karl Williamson 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13d58ebee3a7ebbb

handy.h: clarify, typos in comment
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32d16ccffbd8d2bc

Current branch sprout/utf8sym3
78 commits. 2 unique authors. 1 unique committer.
105 files changed, 7960 insertions(+), 586 deletions(-)
Thanks, applied: Father Chrysostomos (69)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4c694369264ffa04.tar.gz

Export sv_sethek for attributes.xs
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4c694369264ffa04

Restore whichsig to the list in perlapi
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d65bfb6fd354a7c3

whichsig nul-cleanup.
Brian Fraser 9 files changed, 111 insertions(+), 24 deletions
http://perl5.git.perl.org/perl.git/commit/f9cc86df4efaf0ed

toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.
Brian Fraser 4 files changed, 199 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/a308e9fa61ccf68c

Correct name of sv_does_sv apidoc entry
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecc5c3162fa9e452

universal.c: sv_does() UTF8 cleanup.
Brian Fraser 5 files changed, 82 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/eed406b9bbb491df

op.c: Scalar filehandles in errors UTF8 cleanup.
Brian Fraser 3 files changed, 25 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/9a08ef67e3e5af10

Modify S_pending_ident to use sv_catpvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9dc1545e0b486919

toke.c: our now interacts correctly with the UTF8-clean stashes.
Brian Fraser 3 files changed, 7 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/68dc878aa4f992b4

Oust cv_ckproto_len
Father Chrysostomos 5 files changed, 1 insertion(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4d9c138d1d2f997d

toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.
Brian Fraser 7 files changed, 91 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/80da5248c30357c4

gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean.
Brian Fraser 4 files changed, 14 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/7365e9b7271368d7

pp.c: Got pp_gelem nul-clean.
Brian Fraser 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/2c0b8f83931f2612

toke.c: Some simple mending to get readline() working with UTF-8 filehandles
Brian Fraser 3 files changed, 68 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b6f2a73438a48c01

pp_sys.c: pp_select UTF8 cleanup.
Brian Fraser 3 files changed, 37 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8f2bafbdc5faad34

op.c: Malformed prototype warning on UTF8 sub name
Brian Fraser 2 files changed, 14 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a1b867a15e739c4

Several TODO tests that now pass.
Brian Fraser 4 files changed, 7 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/b974dbd637b53819

util.c UTF8 cleanup
Brian Fraser 2 files changed, 137 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/d96c868f9cf1f0ab

More warnings tests.
Brian Fraser 4 files changed, 219 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/688209ab690f6907

universal.c: VERSION UTF8 cleanup
Brian Fraser 1 file changed, 46 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/98f80be27c936bd4

universal.c: Make croak_xs_usage account for UTF8
Brian Fraser 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b20401cd0df123ff

"Use of uninitialized value..." UTF8 cleanup
Brian Fraser 3 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/30f20a70b62a1659

gv.c: Make more warnings utf8-clean
Brian Fraser 1 file changed, 31 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd23f36eba7ed386

mro.(c|xs): Make warnings utf8-clean
Brian Fraser 3 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/15b7d15575f3d9f5

t/uni/gv.t, stringify is clean, remove the TODO
Brian Fraser 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eaab6e04c1a323ad

Tests for DATA handle in UTF8 packages
Brian Fraser 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b74434055cacd45

toke.c: Take utf8 into account when creating DATA handle
Father Chrysostomos 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c8fe27dee5aa59b

Tests for UTF-8 stashes.
Brian Fraser 2 files changed, 319 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/01d03551039a899e

Tests for package; declarations in UTF-8
Brian Fraser 2 files changed, 95 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1aca4ac2fcbd31fa

More tests for t/uni/method.t
Brian Fraser 1 file changed, 88 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9eb5168a6957396

sv.c: Make most warnings utf8-clean
Brian Fraser 4 files changed, 85 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/f29c31bc323127d6

sv.c: Make cloning account for UTF8 stash names
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/530f793456fc7297

Make sv.c:sv_clear account for UTF8 keys in PL_stashcache
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa2b339c56af64e4

sv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
Brian Fraser 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04690cbc349af84b

pp_sys.c: Make warnings utf8-clean
Brian Fraser 3 files changed, 170 insertions(+), 21 deletions
http://perl5.git.perl.org/perl.git/commit/8a45ee3d2b66b9b5

pp_hot.c: Make warnings utf8-clean
Brian Fraser 3 files changed, 15 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c91389a8ef36d81

Make gv.c and pp_ctl.c warnings utf8-clean
Brian Fraser 3 files changed, 45 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/4d0cca4ecaff4fec

pp.c: Make warnings utf8-clean
Brian Fraser 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/6dd703d1da0bf677

Make op.c warnings UTF8-clean
Brian Fraser 6 files changed, 234 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/ceabb490fc0f0e13

doio.c: Make warnings UTF8- and nul-clean
Brian Fraser 2 files changed, 88 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/73f34dad79ea8351

util.c for threads: stashpv_hvname_match UTF8 cleanup.
Brian Fraser 1 file changed, 16 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/946bb75d834591b6

mro.c: Correct utf8 and bytes concatenation
Father Chrysostomos 6 files changed, 114 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/5004bb0931884d28

mro UTF8 cleanup.
Brian Fraser 43 files changed, 3533 insertions(+), 46 deletio
http://perl5.git.perl.org/perl.git/commit/819ba9b47118c075

universal.c: ->can UTF8 cleanup.
Brian Fraser 3 files changed, 179 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/5296a4307f5e4415

universal.c: ->isa, sv_derived_from UTF8 cleanup.
Brian Fraser 5 files changed, 100 insertions(+), 17 deletions
http://perl5.git.perl.org/perl.git/commit/e248fcb80bfc98d8

pp_sys.c: pp_tie and untie UTF8 cleanup.
Brian Fraser 3 files changed, 36 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/a4614ec65e8b0070

pp.c: pp_substr for UTF-8 globs.
Brian Fraser 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/9d82f791c3147f5b

pp_ctl.c: pp_caller UTF8 cleanup.
Brian Fraser 3 files changed, 82 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/04b3ba003e949899

sv.c: S_anonymise_cv_maybe UTF8 cleanup.
Brian Fraser 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51ffd56f21cb40de

pp.c & sv.c: pp_ref UTF8 and null cleanup.
Brian Fraser 7 files changed, 92 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/0648bc1e419c5d6a

pp.c: pp_bless UTF8 cleanup.
Brian Fraser 3 files changed, 129 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/bd8f0ce4c6fb4592

op.c: Flag named methods if they are in UTF-8.
Brian Fraser 3 files changed, 42 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0afbd143bf42e923

pp_hot.c: method_common is UTF-8 aware.
Brian Fraser 3 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/d4d95856ee82640a

gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
Brian Fraser 3 files changed, 13 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/3f684ce0b6c9505e

gv.c: S_gv_get_super_pkg UTF8 cleanup.
Brian Fraser 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f513b19a6e54379c

gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
Brian Fraser 2 files changed, 36 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/18f50ea1f81fa2d2

gv.c: gv_fetchmeth_pvn UTF8 cleanup.
Brian Fraser 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/37c73eb3bc691b49

gv.c: gv_init_pvn now uses newCONSTSUB_flags.
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf8e2291627ea0c5

pp.c: Make pp_rv2cv use gv_autoload_pvn()
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0946f21826eac43f

pp_hot.c: pp_entersub cleanup.
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c2152cd6bfdc877

pp_ctl.c: pp_goto cleanup.
Brian Fraser 3 files changed, 45 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/54ebc9ba5b0e341b

gv.c: gv_autoload4 is now UTF-8 clean.
Brian Fraser 2 files changed, 23 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/d9c10f8dc28819fb

gv.c: gp_free cleanup
Brian Fraser 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2f4e793657d5f6e

Tests for UTF-8 GVs.
Brian Fraser 2 files changed, 854 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/2543b04e2588ce76

op.c: newCONSTSUB and newXS UTF8 cleanup.
Brian Fraser 8 files changed, 145 insertions(+), 75 deletions
http://perl5.git.perl.org/perl.git/commit/d4b760e9bdf17f85

sv.c: glob_assign_glob is now UTF-8 aware.
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a692cbd932cea653

Basic tests for UTF-8 vars.
Brian Fraser 2 files changed, 94 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/5b9f2fb220ec7192

toke.c: S_scan_inputsymbol, initial GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12aedce5e5cb5e8a

toke.c: S_checkcomma, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bcc9fae35dc9366a

toke.c: yylex, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 18 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/258ba89e8596fe9d

toke.c: S_find_in_my_stash, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9492ce002068730

toke.c: S_intuit_method, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7cbf9cb55d3d588b

toke.c: S_intuit_more, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e77c835aa968c226

toke.c: S_force_ident, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e05009d680819703

pp.c: pp_rv2gv UTF8 cleanup.
Brian Fraser 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78ed44ac5ef7a997

Merge multi and flags params to gv_init_*
Father Chrysostomos 6 files changed, 38 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/3ae745e2d7e71975

gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup
Brian Fraser 2 files changed, 14 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/e67bfed2ac7a5d93

constant.pm: Disable the UTF8 downgrade when unnecessary
Father Chrysostomos 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab29e41b0e61d683

New branch chip/magicflags2
1 commit. 1 unique author. 1 unique committer.
Net code removal: Chip Salzenberg (91 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9e2dfd4eacd4fc62.tar.gz

Fix SV flags for magic values, v2
Chip Salzenberg 16 files changed, 481 insertions(+), 572 deletio
http://perl5.git.perl.org/perl.git/commit/9e2dfd4eacd4fc62
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
68 commits. 7 unique authors. 6 unique committers.
62 files changed, 2232 insertions(+), 807 deletions(-)
Net code removal: H.Merijn Brand (21 lines)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/e4516dd08ed8bc04.tar.gz

In bisect-runner.pl, only force Configure's libpth on x86_64 Linux.
Nicholas Clark 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4516dd08ed8bc04

Show that blessed comes from Scalar::Util in code example
Dave Rolsky 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bcaf8a4b50160c92

podcheck.t: Guard against weird input file types
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e42a86f0e11f91b8

bisect-runner.pl needs to patch ext/IPC/SysV/SysV.xs for "newer" Linux.
Nicholas Clark 1 file changed, 20 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb31523687db18ab

bisect-runner.pl should check for t/perl when building test_prep.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a137130397c1e245

Fix two typos in the documentation for bisect-runner.pl
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/71d806387212f665

Documentation for bisect.pl and bisect-runner.pl
Nicholas Clark 2 files changed, 280 insertions(+), 24 deletions
http://perl5.git.perl.org/perl.git/commit/77ae60922f15f924

In bisect-runner.pl, fix a bug where a good "test_prep" build would skip.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/372ba1f940924592

In bisect.pl, support matching on files generated by the build.
Nicholas Clark 1 file changed, 49 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/0afef97d7437fb69

If patching fails, bisect-runner.pl should report the name of the file.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f1193e4ba072b6ce

Add another exception to dual-life.t
Father Chrysostomos 1 file changed, 8 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7af59249b7e61c75

Stop dual-life.t from failing during parallel testing
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b4836ccaabc8f18e

Remove unused variable from S_set_caret_X
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4878bd658c6e7a3d

bisect-runner.pl must use Fcntl::S_IMODE() on the raw output from stat.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/eb4906f43f39bc3f

Update Unicode-Collate to CPAN version 0.79
Chris 'BinGOs' Williams 22 files changed, 800 insertions(+), 213 deletio
http://perl5.git.perl.org/perl.git/commit/bd65daabad8a8b02

Update Digest to CPAN version 1.17
Chris 'BinGOs' Williams 10 files changed, 115 insertions(+), 67 deletion
http://perl5.git.perl.org/perl.git/commit/a2fa999d41c94d62

Add 'config.sh' as a build target for bisect.pl
Nicholas Clark 1 file changed, 9 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd4e46d75e27ba99

Permit bisect.pl to pass -D, -U and -A parameters to Configure.
Nicholas Clark 1 file changed, 46 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/390a69a986cfed18

Refactor bisect-runner.pl to use the hashref interface to GetOptions().
Nicholas Clark 1 file changed, 22 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4800c994262159b

Refactor bisect.pl to use Getopt::Long's pass_through option.
Nicholas Clark 2 files changed, 20 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/e295b7be5477f620

Typo in comment share_hek_kek
Reini Urban 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b7256f662668e1fa

handy.h: Reorder tests for speed
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2181da29512f5514

handy.h: Add macro
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98d360d4083d50ba

handy.h Fix isOCTAL_A macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e13b33f9f0a44763

In bisect.pl, use the earliest passing stable perl as the default revision.
Nicholas Clark 1 file changed, 24 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4819dd2a106804e2

handy.h: Add comments, pod change
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/181ab5fda42b97d8

handy.h: Improve definition of FITS_IN_8_BITS
Karl Williamson 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/220c71bf4cd8bb46

handy.h: Change '(foo) ? bar : 0 to 'foo && bar'
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff7eba811b4638bf

utf8.h: Revise formal parameter name for clarity
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3036cf4e5caf903

utf8.h: Remove redundant checks
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20df05f4ef2efadb

handy.h: Speed up isIDFIRST_utf8()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7049214e3eea022e

Add tests for isIDFirst
Karl Williamson 1 file changed, 28 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b289b443840217f6

utf8.c: Add function to retrieve new _Perl_IDStart prop
Karl Williamson 7 files changed, 21 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6912c02aa553169

mktables: Add Perl_IDStart property
Karl Williamson 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee24a51cf0c68318

Comment-only nits
Karl Williamson 3 files changed, 11 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/9479a769f5907e67

handy.h: Add missing isASCII_L1 macro
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3509bb5348ee7236

handy.h: Don't call _utf8 fcns if Latin1
Karl Williamson 1 file changed, 19 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d7a6efc88f38442

handy.h: Don't call _utf8 fcns if ASCII
Karl Williamson 1 file changed, 31 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/c8362b00a2c72add

utf8.c: Remove (mostly) redundant test
Karl Williamson 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0249a20a804e6fc

handy.h: Don't call _uni fcns if have applicable macro
Karl Williamson 1 file changed, 23 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/eb0052d12453d188

Don't use swash to find cntrls
Karl Williamson 6 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/7b952154426e5325

utf8.c: Use less confusing property name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a34094a9f21d9970

No need for swashes for properties that are ASCII-only
Karl Williamson 3 files changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c44286936652fb6e

No need for swashes for computing if ASCII
Karl Williamson 5 files changed, 4 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc39fe246af9f9db

handy.h: No need to call fcns to compute if ASCII
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/141d8bad68a083b9

handy.h: Simplify isASCII definition
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/41f43cc22340d382

handy.h: refactor FITS_IN_8_BITS defn
Karl Williamson 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7c06269796e51fcf

handy.h: clarify, typos in comment
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3912bc886c99be4f

More documenting that \p{} defined only for <= U+10FFF
Karl Williamson 3 files changed, 29 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/94b42e4771377017

utf8.c: Call new function invlist_invert_prop()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45bb2768cee5570e

regcomp.c: Add invlist_invert_prop()
Karl Williamson 4 files changed, 45 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/89302fc2b7e207df

perlunicode, perluniprops: \p{Title} is Perl extension
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4364919aeabf66ed

Revise diagnostic text
Karl Williamson 4 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c634fdd3b2501ff0

regexec.c: Avoid hard-coded utf8 tests for EBCDIC
Karl Williamson 1 file changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9a337f8598b831e

regcomp.c: Add assertion
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/32f89ef61d006e06

utf8.c: White space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/507a8485b8808f21

utf8.c: Don't invert beyond-Unicode code points
Karl Williamson 2 files changed, 29 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0bda3001dd6310ab

regexec.c: Add assertion check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9ac792f4c8d84f4e

mk_PL_charclass.pl: Accept Unicode 6.1 syntax
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3136cf9c75dca4f

mk_PL_charclass.pl: Revise comments, gen'd header
Karl Williamson 2 files changed, 17 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/b1909af7f2553810

bisect-runner.pl should "skip" if --force-manifest detects changes.
Nicholas Clark 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c0925a047439eb0

Teach bisect-runner.pl how to build perl back to perl-5.000.
Nicholas Clark 1 file changed, 119 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0142f0ceeb8dc10a

Add options --force-manifest and --test-build to bisect.pl
Nicholas Clark 2 files changed, 78 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/67382a3b09f476ec

[perl #99984] Incorrect errmsg with our $::é
Father Chrysostomos 2 files changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba6ff154b0d80702

Regen Configure and friends
H.Merijn Brand 4 files changed, 248 insertions(+), 263 deletion
http://perl5.git.perl.org/perl.git/commit/d78f9ffa7317e24a

Add more x-y aliases for x_y targets in Makefile
H.Merijn Brand 1 file changed, 16 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/59c72abb953c65b4

Avoid bisect-runner.pl hanging on pre-5.004 if a file in MANIFEST is missing
Nicholas Clark 1 file changed, 18 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8754c3bb1ba91356

Restore the package name to overload errors; fix crash
Father Chrysostomos 2 files changed, 18 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/f0e9f182fe3d00c8

New branch smoke-me/khw-charnames
3 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/614834dfa84d6788.tar.gz

toke.c: Autoload charnames
Karl Williamson 1 file changed, 33 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/614834dfa84d6788

toke.c: Reorder a test
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a64cc4970d25599

charnames: "Add 'use re "/aa"'
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a6e42975338215c0

New branch sprout/utf8sym4
62 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (46)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c394c32b004b76c0.tar.gz

mro.c: Correct utf8 and bytes concatenation
Father Chrysostomos 6 files changed, 115 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/c394c32b004b76c0

mro UTF8 cleanup.
Brian Fraser 43 files changed, 3533 insertions(+), 46 deletio
http://perl5.git.perl.org/perl.git/commit/b44437ed04bdf595

universal.c: ->can UTF8 cleanup.
Brian Fraser 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fbce3e545edf3cd8

universal.c: ->isa, sv_derived_from UTF8 cleanup.
Brian Fraser 4 files changed, 94 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/32128a81d8fd23db

pp_sys.c: pp_tie and untie UTF8 cleanup.
Brian Fraser 3 files changed, 36 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/0aa1108f82d829e4

pp.c: pp_substr for UTF-8 globs.
Brian Fraser 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/164ea4a6d17aab8f

pp_ctl.c: pp_caller UTF8 cleanup.
Brian Fraser 3 files changed, 82 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/031c971a037b2b0d

sv.c: S_anonymise_cv_maybe UTF8 cleanup.
Brian Fraser 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94e8063c9f521959

pp.c & sv.c: pp_ref UTF8 and null cleanup.
Brian Fraser 7 files changed, 92 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/ab34902285858c5c

pp.c: pp_bless UTF8 cleanup.
Brian Fraser 3 files changed, 129 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/3e6806dcd7d47023

op.c: Flag named methods if they are in UTF-8.
Brian Fraser 3 files changed, 42 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c544a2b6bc031cf

pp_hot.c: method_common is UTF-8 aware.
Brian Fraser 3 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/f38d457dac219956

gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
Brian Fraser 2 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/62024a45e6deb9a4

gv.c: S_gv_get_super_pkg UTF8 cleanup.
Brian Fraser 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f39ef36a23ba95e9

gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
Brian Fraser 2 files changed, 36 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/3ec5d6ecf017e5ba

gv.c: gv_fetchmeth_pvn UTF8 cleanup.
Brian Fraser 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/49ef66ddd7de9305

gv.c: gv_init_pvn now uses newCONSTSUB_flags.
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d1e4b15fd8962ab0

pp.c: Make pp_rv2cv use gv_autoload_pvn()
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/388e9878fa00f4ef

pp_hot.c: pp_entersub UTF8 cleanup.
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb202b8665061678

pp_ctl.c: pp_goto UTF8 cleanup.
Brian Fraser 3 files changed, 45 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/649a27e87be31f98

gv.c: gv_autoload4 is now UTF-8 clean.
Brian Fraser 2 files changed, 23 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/45a5350b1e48f905

gv.c: gp_free UTF8 cleanup
Brian Fraser 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c51427230da4cbf4

Tests for UTF-8 GVs.
Brian Fraser 2 files changed, 854 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/6c84cf91df8ce371

op.c: newCONSTSUB and newXS UTF8 cleanup.
Brian Fraser 8 files changed, 145 insertions(+), 75 deletions
http://perl5.git.perl.org/perl.git/commit/3c8978eff8c788af

sv.c: glob_assign_glob is now UTF-8 aware.
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/240d2211ccb66016

Basic tests for UTF-8 vars.
Brian Fraser 2 files changed, 94 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/34a7de711a26899c

toke.c: S_scan_inputsymbol, initial GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e31121d52a9d478f

toke.c: S_checkcomma, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ebbf61ad832df827

toke.c: yylex, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 18 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3dc2c29e4186599

toke.c: S_find_in_my_stash, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d209aab10077f774

toke.c: S_intuit_method, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31c1f4ce7f26a58e

toke.c: S_intuit_more, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff2b102c2352a6b7

toke.c: S_force_ident, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e41d8ab70b518d73

pp.c: pp_rv2gv UTF8 cleanup.
Brian Fraser 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9381a8e1a30d58d6

Merge multi and flags params to gv_init_*
Father Chrysostomos 6 files changed, 38 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/44d48d310d886e17

gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup
Brian Fraser 3 files changed, 17 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/5ba4abc26716468f

constant.pm: Disable the UTF8 downgrade when unnecessary
Father Chrysostomos 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3c4f512fa33a609

Fix thinko in hek_eq_pvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cff994836091a3cb

hv.c: Stash-related UTF-8 cleanup.
Brian Fraser 1 file changed, 55 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/dcf125688d58596e

gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if
Brian Fraser 2 files changed, 27 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/b40acd1ba07b7a62

SvUTF8() for globs.
Brian Fraser 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/98a31b8d820a4ec7

Restore newGVgen to perlapi.pod
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e65a7f15722f3e74

gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.
Brian Fraser 5 files changed, 18 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/11c7eecc088a5071

Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/32962bb42a3fd0c1

Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/0dfdea30c1d48fff

Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/152f6ca64706262d

gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/c77e27bfb7753266

gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2fb514d099c9a8d2

gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
Brian Fraser 8 files changed, 127 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/7ed4f3ae09659ffb

Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5b302843f6de112f

Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b17b106fffbd36e8

gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
Brian Fraser 8 files changed, 146 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/ff4a1f6abf46f2c1

Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a31675a682e64a4

Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a05c9a22d022104

Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 3 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99aa45f6d40ded40

Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e436e4149e128ab1

Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65519db18e415097

gv.c: Added gv_fetchmeth_(sv|pv|pvn).
Brian Fraser 8 files changed, 139 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/a2d4d52448abdf29

Document gv_init*
Father Chrysostomos 3 files changed, 46 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0eb0a98ae8559291

gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.
Brian Fraser 8 files changed, 97 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/9ebfefa7f4783948

Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/6d2cdb079867d45f

UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/3d2f2cce142a0f0d
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
159 commits. 10 unique authors. 8 unique committers.
136 files changed, 9645 insertions(+), 828 deletions(-)
Net code removal: John P Linderman (1 line)
Thanks, applied: Father Chrysostomos (86) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/cfadff5f5601f318.tar.gz

bisect-runner.pl disables building DB_File if it can't patch the XS code.
Nicholas Clark 1 file changed, 51 insertions(+), 37 deletions(-
http://perl5.git.perl.org/perl.git/commit/cfadff5f5601f318

bisect-runner.pl now emulates -Dnoextensions if Configure doesn't provide it
Nicholas Clark 1 file changed, 31 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/af7c500f1fae390f

Don’t put malformed UTF8 in $AUTOLOAD
Father Chrysostomos 2 files changed, 14 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/61a9130e47c4757b

Removing modules should include updating references
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13058d6734a1146f

bisect-runner.pl needs to set @paths correctly on 32 bit Linux
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fdbac266ba9ef2a6

bisect-runner.pl should add db4 compatibility to DB_File.xs where possible.
Nicholas Clark 1 file changed, 40 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5fceabf37802cb6e

bisect-runner.pl must build CombiningClass.pl before Unicode::Normalize.
Nicholas Clark 1 file changed, 46 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ff3edb11b8f174c

renumber SVpad_STATE and free a bit in SvFLAGS
David Mitchell 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3ce79bdc53b8fe8

make SVs_PADTMP and SVs_PADSTALE share a bit
David Mitchell 6 files changed, 47 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/9a214eecd07ed442

Use HEKf
Father Chrysostomos 6 files changed, 72 insertions(+), 58 deletions(
http://perl5.git.perl.org/perl.git/commit/d0c0e7dd0ccf3d5c

HEKf256 format
Father Chrysostomos 3 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8fa52133ec35c61

Teach porting/diag.t about HEKf
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa871b03465ed78d

HEKf format
Father Chrysostomos 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/20023040512048d4

In bisect-runner.pl, "patch" ext/IPC/SysV/SysV.xs to the current SHMLBA code
Nicholas Clark 1 file changed, 61 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/c59e8fd6cb9af250

use SSize_t for string offsets instead of int or socklen_t
Tony Cook 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b423688408806ae

document the behaviour of negative klen for hv_fetch and friends
Tony Cook 1 file changed, 20 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/a05d6c5db36516cd

perldelta up to c60dbbc38
Father Chrysostomos 1 file changed, 188 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/6d110ad0f5da147f

Suppress some uninit warnings in gv.c:S_maybe_add_coresub
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97021f77feddb828

Cast to signed before negating, to avoid compiler warnings
Brian Fraser 10 files changed, 31 insertions(+), 30 deletions
http://perl5.git.perl.org/perl.git/commit/c60dbbc3880c0d4c

Clarification in perlre.pod about captures created inside a DEFINE
Brian Fraser 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51a1303ca5c496ad

perldelta up to 59c72abb9
Father Chrysostomos 1 file changed, 55 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19e72bbfd5503a61

Make undef %overload:: test more likely to crash
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/029af4cfd939699e

Increase $DynaLoader'VERSION from 1.13 to 1.14,
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b8209390762defae

Remove "8-bit" reference from ord documentation
John P Linderman 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9b06361f8e14613

Set PERL_DL_NONLAZY in t/TEST to check existence of all symbols
Gerard Goossen 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da6a832587514dcf

Merge support for UTF8 symbols
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/dfb182850628c2db

Correct skip counts for miniperl
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8cb149dc6a9202af

Increase $mro::VERSION from 1.08 to 1.09
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bc2086b8c3b589b6

Increase $attributes::VERSION from 0.16 to 0.17
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e9ae640bc2547b1

Increase $XS::APItest::VERSION from 0.31 to 0.32
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e245867b52e4c59

Increase $constant::VERSION from 1.22 to 1.23
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c56acab6300f58aa

uni/universal.t tests passing
Father Chrysostomos 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1b48ba24c0ad545b

Rewrite -l warning test to account for 433644eed
Father Chrysostomos 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d35ff3b6dcd801b0

Restore whichsig to the list in perlapi
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a377a09989895396

whichsig nul-cleanup.
Brian Fraser 10 files changed, 137 insertions(+), 24 deletion
http://perl5.git.perl.org/perl.git/commit/84c7b88ccae183c2

toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.
Brian Fraser 4 files changed, 199 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/89a5757c96fe4f4c

op.c: Scalar filehandles in errors UTF8 cleanup.
Brian Fraser 3 files changed, 25 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/2dc9cdca3520d3d5

Modify S_pending_ident to use sv_catpvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a33114a6710229a

TODO tests for parsing our() now pass
Brian Fraser 1 file changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23b0eed2c59cf311

Oust cv_ckproto_len
Father Chrysostomos 5 files changed, 1 insertion(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f717afa71cc4ba2f

toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.
Brian Fraser 7 files changed, 91 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/dab1c735364fcc41

gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean.
Brian Fraser 4 files changed, 14 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/e0260a5b7a4c9245

pp.c: Got pp_gelem nul-clean.
Brian Fraser 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/a180b31a163df6f0

toke.c: Some simple mending to get readline() working with UTF-8 filehandles
Brian Fraser 3 files changed, 68 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2a507800356c3c2c

pp_sys.c: pp_select UTF8 cleanup.
Brian Fraser 3 files changed, 37 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9e964fea750e6cad

op.c: Malformed prototype warning on UTF8 sub name
Brian Fraser 2 files changed, 14 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/108f32a5da28810b

gv.c: Use name_end to avoid compiler warning
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f1c07be4129bd6df

globvar.t: Skip PL_warn_uninit_sv
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7833c8a6c8439573

Fix diag.t failure with diag_listed_as comment
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dff6b275d9768a8d

Several TODO tests that now pass.
Brian Fraser 3 files changed, 7 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/2e434a10ac87c9b3

util.c UTF8 cleanup
Brian Fraser 2 files changed, 137 insertions(+), 12 deletions
http://perl5.git.perl.org/perl.git/commit/3b46b707952f2756

More warnings tests.
Brian Fraser 4 files changed, 219 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/012bcf7ee71d9243

universal.c: VERSION UTF8 cleanup
Brian Fraser 1 file changed, 46 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/ed1db70e12244166

universal.c: Make croak_xs_usage account for UTF8
Brian Fraser 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/58cb15b3e43ffe29

"Use of uninitialized value..." UTF8 cleanup
Brian Fraser 3 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/fef7e7a0d925d30d

gv.c: Make more warnings utf8-clean
Brian Fraser 1 file changed, 30 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/d66cca07c259ee0f

mro.(c|xs): Make warnings utf8-clean
Brian Fraser 3 files changed, 21 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/7ad9a4ff6c24efed

t/uni/gv.t, stringify is clean, remove the TODO
Brian Fraser 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/119cacd042954e89

Tests for DATA handle in UTF8 packages
Brian Fraser 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/26df5401c9e9c582

toke.c: Take utf8 into account when creating DATA handle
Father Chrysostomos 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/affc13fc37d57117

Tests for UTF-8 stashes.
Brian Fraser 2 files changed, 319 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/abe837ceb750d111

Tests for package; declarations in UTF-8
Brian Fraser 2 files changed, 95 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/ce139e02098c388f

More tests for t/uni/method.t
Brian Fraser 1 file changed, 88 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e7cc76369120cbd

sv.c: Make most warnings utf8-clean
Brian Fraser 4 files changed, 83 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a0f5ef01a402461

sv.c: Make cloning account for UTF8 stash names
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/812df045b04bae64

Make sv.c:sv_clear account for UTF8 keys in PL_stashcache
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e577a7ae7d0d8d2c

sv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_number
Brian Fraser 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/472394e48953bb78

pp_sys.c: Make warnings utf8-clean
Brian Fraser 3 files changed, 170 insertions(+), 21 deletions
http://perl5.git.perl.org/perl.git/commit/bf29d05f84d1479f

pp_hot.c: Make warnings utf8-clean
Brian Fraser 3 files changed, 16 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/b375e37b5f034d84

Teach porting/diag.t about SVf32 and SVf256
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f0eec8b8e44f043d

pp.c: Make warnings utf8-clean
Brian Fraser 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/714cd18fe287178f

Make op.c warnings UTF8-clean
Brian Fraser 6 files changed, 233 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/34ee677231a207d2

Make gv.c and pp_ctl.c warnings utf8-clean
Brian Fraser 2 files changed, 56 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/ecad31f01819999d

doio.c: Make warnings UTF8- and nul-clean
Brian Fraser 2 files changed, 88 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/1fddc1283eec7855

util.c for threads: stashpv_hvname_match UTF8 cleanup.
Brian Fraser 1 file changed, 16 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa33328e822d3a36

Tests for DOES/isa/can with UTF8 and embedded nuls
Brian Fraser 3 files changed, 185 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/072cb3f51939df5a

Document sv_does_pvn
Father Chrysostomos 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d892b8ce4bb8f4d

Correct name of sv_does_sv apidoc entry
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d20c2c292901b2f1

universal.c: sv_does() UTF8 cleanup.
Brian Fraser 4 files changed, 85 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/f778bcfda5fdc759

mro.c: Correct utf8 and bytes concatenation
Father Chrysostomos 6 files changed, 115 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/c682ebef862f40c7

mro UTF8 cleanup.
Brian Fraser 43 files changed, 3533 insertions(+), 46 deletio
http://perl5.git.perl.org/perl.git/commit/204e6232679d0d41

universal.c: ->can UTF8 cleanup.
Brian Fraser 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a00b390b6689672a

universal.c: ->isa, sv_derived_from UTF8 cleanup.
Brian Fraser 4 files changed, 94 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/c7abbf64034f62ce

pp_sys.c: pp_tie and untie UTF8 cleanup.
Brian Fraser 3 files changed, 36 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/4886938f890920cd

pp.c: pp_substr for UTF-8 globs.
Brian Fraser 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/bf32a30c1f803670

pp_ctl.c: pp_caller UTF8 cleanup.
Brian Fraser 3 files changed, 82 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/d527ce7c3632e2ea

sv.c: S_anonymise_cv_maybe UTF8 cleanup.
Brian Fraser 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bac5ecc108e6bb0

pp.c & sv.c: pp_ref UTF8 and null cleanup.
Brian Fraser 5 files changed, 36 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a15456ded8f3d1fb

Add a sv_sethek() function to sv.c
Brian Fraser 4 files changed, 50 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/70b71ec84c6ce445

pp.c: pp_bless UTF8 cleanup.
Brian Fraser 3 files changed, 129 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/e69c50fe9ca52c29

op.c: Flag named methods if they are in UTF-8.
Brian Fraser 3 files changed, 42 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79edd281f8c83e9c

pp_hot.c: method_common is UTF-8 aware.
Brian Fraser 3 files changed, 28 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/f937af422282fa77

gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.
Brian Fraser 2 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/14d1dfbd5a7729c2

gv.c: S_gv_get_super_pkg UTF8 cleanup.
Brian Fraser 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8e7a8bc708ea746

gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.
Brian Fraser 2 files changed, 36 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/499321d39221df05

gv.c: gv_fetchmeth_pvn UTF8 cleanup.
Brian Fraser 2 files changed, 35 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/772d5078e1962350

gv.c: gv_init_pvn now uses newCONSTSUB_flags.
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c5540e1cf88a13d2

pp.c: Make pp_rv2cv use gv_autoload_pvn()
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f5e296505b07fcaa

pp_hot.c: pp_entersub UTF8 cleanup.
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1089224506e262d

pp_ctl.c: pp_goto UTF8 cleanup.
Brian Fraser 3 files changed, 45 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/c271df943c312e7d

gv.c: gv_autoload4 is now UTF-8 clean.
Brian Fraser 2 files changed, 23 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/c8416c26ff9b40a2

gv.c: gp_free UTF8 cleanup
Brian Fraser 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c22420654592c6c9

Tests for UTF-8 GVs.
Brian Fraser 2 files changed, 854 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/ca237673de2ae6d8

op.c: newCONSTSUB and newXS UTF8 cleanup.
Brian Fraser 8 files changed, 145 insertions(+), 75 deletions
http://perl5.git.perl.org/perl.git/commit/3453414d531db0c7

sv.c: glob_assign_glob is now UTF-8 aware.
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d8fdd025024d41a9

Basic tests for UTF-8 vars.
Brian Fraser 2 files changed, 94 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a96a5b7df1974df

toke.c: S_scan_inputsymbol, initial GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25db2ea650dc007e

toke.c: S_checkcomma, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e38bce17acfa972

toke.c: yylex, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 18 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/af9f595314e5dbfc

toke.c: S_find_in_my_stash, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/acc6da14f4c4feb1

toke.c: S_intuit_method, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38d2cf30405659ad

toke.c: S_intuit_more, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6fbd0d97c7abe1a1

toke.c: S_force_ident, GV-related UTF8 cleanup
Brian Fraser 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/728847b1f4544844

pp.c: pp_rv2gv UTF8 cleanup.
Brian Fraser 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b10071b89fa167e

Merge multi and flags params to gv_init_*
Father Chrysostomos 6 files changed, 38 insertions(+), 32 deletions(
http://perl5.git.perl.org/perl.git/commit/04ec7e598cf9b8c5

gv.c: Initial gv_fetchpvn_flags and gv_stashpvn UTF8 cleanup
Brian Fraser 3 files changed, 17 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/0be4d16f8f8037c2

constant.pm: Disable the UTF8 downgrade when unnecessary
Father Chrysostomos 1 file changed, 19 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd8cb5529605f33a

Fix thinko in hek_eq_pvn_flags
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d35fec6c72b59095

hv.c: Stash-related UTF-8 cleanup.
Brian Fraser 1 file changed, 55 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/4643eb699312fbf7

gv.c: gv_name_set and gv_init_(etc) now initialize the GV's name as UTF-8 if
Brian Fraser 2 files changed, 27 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/04f3bf5622381103

SvUTF8() for globs.
Brian Fraser 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc1c56e9ff3236b7

Restore newGVgen to perlapi.pod
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/20980f0122d374b4

gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.
Brian Fraser 5 files changed, 18 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/9cc50d5bae7393fd

Remove method param from gv_autoload_*
Father Chrysostomos 7 files changed, 37 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/0eeb01b957d2d66e

Remove 4 from new gv_autoload4_(sv|pvn?) functions
Father Chrysostomos 7 files changed, 37 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/0fe84f7c4203febe

Restore gv_autoload4 to perlapi.pod
Father Chrysostomos 2 files changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa1e761e6b2ad2f5

gv.c: Added gv_autoload4_(sv|pv|pvn)
Brian Fraser 8 files changed, 136 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/5fba3c9163b88339

gv.c: Make Gv_AMupdate use gv_fetchmethod_sv_flags
Brian Fraser 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f41545982b8820c

gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.
Brian Fraser 8 files changed, 127 insertions(+), 8 deletions(
http://perl5.git.perl.org/perl.git/commit/44130a266efbc9cc

Minor correction to gv_fetchmeth_autoload.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dec33af257d8f60f

Restore gv_fetchmeth_autoload to perlapi.pod
Father Chrysostomos 3 files changed, 11 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/460e573096f6fb84

gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.
Brian Fraser 8 files changed, 146 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/d21989edd792d90d

Remove comment from hv.c that no longer applies
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b017083ab8aa5210

Document and apiify hv name length/utf8 macros
Father Chrysostomos 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9021235b07b60ed

Remove some _get variants of *NAMEUTF8 macros in [gh]v.h
Father Chrysostomos 2 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2c03ebdf370f093

Restore gv_fetchmeth to perlapi
Father Chrysostomos 3 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c53d59b03d375fb

Minor correction to gv_fetchmeth.t
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c856b47ad7997b27

gv.c: Added gv_fetchmeth_(sv|pv|pvn).
Brian Fraser 8 files changed, 139 insertions(+), 18 deletions
http://perl5.git.perl.org/perl.git/commit/e69194836739c810

Document gv_init*
Father Chrysostomos 3 files changed, 46 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e11040622d31e730

gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.
Brian Fraser 8 files changed, 97 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/e606678100532d04

Groundwork to allow cops and pmops to store the UTF8 flag
Brian Fraser 2 files changed, 33 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/0eaf81c53c0965e6

UTF-8 related macros in hv.h and gv.h
Brian Fraser 2 files changed, 16 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f246260499cb1d02

In bisect-runner.pl, if getconf exists, use it to report the number of CPUs.
Nicholas Clark 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da83cd31bebb3ad6

Whitespace
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ecd168629d4e2c59

Now with comma :(
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/57a0fb10b7bb5114

_A is predefined in some precompiler environments
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/387dbbd39a594f4d

Remove whitespace errors from bisect-runner.pl
Nicholas Clark 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a175666958f70449

bisect-runner.pl now runs all build commands with STDIN of /dev/null
Nicholas Clark 1 file changed, 8 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9da8cb0a7fec6f0a

bisect-runner.pl should remove the stdin-is-a-tty test completely.
Nicholas Clark 1 file changed, 26 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/7c22f1583bda3338

Document why bisect.pl can't be in the checkout used for bisecting.
Nicholas Clark 2 files changed, 19 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/5842706e83dd891a

Improve bisect.pl's documentation.
Nicholas Clark 1 file changed, 23 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/b4f0ec5ff12b8d15

bisect-runner.pl needs to add -L/usr/local/lib prior to 5.002 on FreeBSD.
Nicholas Clark 1 file changed, 43 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/641e2ba64a1d7cbb

bisect-runner.pl needs to inline $compile into the test for malloc.h
Nicholas Clark 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5541f5e3812b610f

Add 'Fcntl' as a target for bisect-runner.pl.
Nicholas Clark 1 file changed, 32 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/2526f4b8ff6eedd4

In bisect-runner.pl, patch Configure to test-compile #include <malloc.h>
Nicholas Clark 1 file changed, 35 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d90ae42b6c90b251

Update Module-Load to CPAN version 0.22
Chris 'BinGOs' Williams 4 files changed, 14 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/02e7ec6dbb7a5c20

In bisect-runner.pl always use blead's hitnts/freebsd.sh
Nicholas Clark 1 file changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d64af352a39bb612

Note ExtUtils::ParseXS upgrade in perldelta
Steffen Mueller 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f2cb5bfe0fc9f0e

Upgrade ExtUtils::ParseXS to 3.05
Steffen Mueller 6 files changed, 9 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82da8b34dd0166cf

New branch tonyc/pp_sysread
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a6e313546245bc11.tar.gz

use SSize_t for string offsets instead of int or socklen_t
Tony Cook 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a6e313546245bc11
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
37 commits. 8 unique authors. 8 unique committers.
62 files changed, 1554 insertions(+), 387 deletions(-)
Thanks, applied: David Golden (4)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3403a50add1cbdbb.tar.gz

SSize_t, not IV, is a signed STRLEN
Chip Salzenberg 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3403a50add1cbdbb

[perl #30661] autoload sort subs
Father Chrysostomos 2 files changed, 31 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f7bc00eab34ee7a1

mro.c: Oops, missing a =cut
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/164df45ab853a1e9

Eliminate (X|F) convention from perldiag.
Father Chrysostomos 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fa582fafa203d55

Corrected: 'possible a' => 'possibly a'
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ac2c88f201c5bf5c

Corrected: 'filehanlde' => 'filehandle'
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/12abbafd1a51949e

Corrected: 'can made' => 'can be made'
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/37b6382570c7ba41

Corrected: 'Zeus for Window' => 'Zeus for Windows'
Alan Haggai Alavi 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3ee8e093e71f6ba6

Make sv_set[ps]v(cv...) set prototype
Father Chrysostomos 3 files changed, 27 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/74ee33f245d1492b

add missing STATIC to S_finalize_op
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60dde6b20521a0b1

XS::APItest: s/justinc/justisa/
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad6a4f4a732b6d61

Also add repaired variants for CV and SVREF typemaps
Steffen Mueller 5 files changed, 100 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/1d2615b4c7e80af2

A repaired, properly refcounting AV&HV typemap
Steffen Mueller 5 files changed, 112 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/b64f48ffd8bf2c85

[perl #94306] Do not skip first elem of linear isa
Father Chrysostomos 4 files changed, 58 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/02cab6748c4f3e4c

Document calling convention for Perl_mro_register
Father Chrysostomos 2 files changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c145ee241a3cd455

Stop attribute errors from leaking op trees
Father Chrysostomos 2 files changed, 16 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/fb834abdeb17d8cf

under DEBUGGING, minimize the sentinels written in sv_chop, to avoid substr
Chip Salzenberg 1 file changed, 14 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a776c5a2a628b85

tweak sv_chop pod
Chip Salzenberg 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b07bf0000e330d07

do not return useless value from void-context substr
Chip Salzenberg 1 file changed, 14 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbddc9e0e65fab10

I32 may not be big enough for string insert length
Chip Salzenberg 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c62c43fa0ce7bbd8

Avoid creating extra SVs in gv_fullname4
Father Chrysostomos 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed60a868cfe396f0

Fix cv-to-gv assignment to use CvPROTO
Father Chrysostomos 2 files changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d5f9785414ca07a

gv.c:gv_autoload_pvn: Avoid warning due to temp flag
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/05b525f42a20fe40

Resolve XS AUTOLOAD-prototype conflict
Father Chrysostomos 8 files changed, 158 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/8fa6a40953ef8857

Tests for XS AUTOLOAD routines
Father Chrysostomos 4 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/6911735f50121ad0

Fix up pad_check_dup entry in perlintern
Father Chrysostomos 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13087dd8e6c0257d

Update docs for XS AUTOLOAD
Father Chrysostomos 2 files changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89fc9e2a93d8f1ef

Update Unicode-Collate to CPAN version 0.80
Chris 'BinGOs' Williams 29 files changed, 872 insertions(+), 244 deletio
http://perl5.git.perl.org/perl.git/commit/b2ef759e149da82c

bisect-runner.pl needs the linux.sh libpth mutli-arch search logic.
Nicholas Clark 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/599ee4f7809ae508

perldelta: s/nul\k/l/g
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2ef48712a32b5d1

Correct SvEND docs
Father Chrysostomos 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f990ea3e643a8031

Rewrite sv_catsv to pass SV_CAT* flags to sv_catpvn
Father Chrysostomos 1 file changed, 5 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f0bfbeaa5bacddb

mro.c:S_gather_and_rename: Avoid extra SVs
Father Chrysostomos 1 file changed, 11 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/090c3c371910e06a

Dont’t crash when warning about XSUB redefinition
Father Chrysostomos 2 files changed, 14 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/218fa151b7edc486

perldelta: Document fix for not matching non-Unicode \p{}
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b377a702c8dabfa8

Tweak the documentation for bisect-runner.pl
Nicholas Clark 1 file changed, 12 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/facd1b88e000d57d

Use full sym name in isIDFIRST_utf8 to fix [perl #100930]
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4244b02923584601

New branch smoke-me/khw-blashR
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dd0f1d94cbfc8e36.tar.gz

preliminary RT #99928
Karl Williamson 5 files changed, 47 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd0f1d94cbfc8e36

pat_advanced.t: Display better names for a few tests
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88588d113b20c8c3
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
19 commits. 5 unique authors. 4 unique committers.
24 files changed, 419 insertions(+), 85 deletions(-)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d398528aa38a7db2.tar.gz

In bisect-runner.pl's synopsis, the test program must be outside the cwd.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d398528aa38a7db2

bisect-runner.pl should patch $trnl into makedepend.SH if needed.
Nicholas Clark 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd7c3e6cacb5f37e

Stop uninit sort warnings from crashing
Father Chrysostomos 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1aa032b25ab39eeb

regexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/i
Karl Williamson 3 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7c1b9f38fcbfdb3a

regexec.c: Add comments
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6af864889434f3ae

t/re/re_tests: Add tests for multi-char fold bug
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7b8a80699e4c6a8f

Update Archive-Tar to CPAN version 1.80
Chris 'BinGOs' Williams 6 files changed, 50 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/1e91595577c5e985

Mention all variables in $undef..$undef warnings
Father Chrysostomos 2 files changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c3231932f4011ce

Call get-magic once for .. in list context
Father Chrysostomos 4 files changed, 37 insertions(+), 47 deletions(
http://perl5.git.perl.org/perl.git/commit/f52e41ad9f6ea1ee

[perl #94390] Optimised numeric sort should warn for nan
Father Chrysostomos 2 files changed, 24 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f3dab52a514ffb23

Mention sort in warnings about sort sub retvals
Father Chrysostomos 2 files changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4c6760ad383a941

perlfunc: sort no longer dies on undef retval
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1bd4e8e3299afcce

Avoid an redundant copy in pp_flop
Father Chrysostomos 2 files changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c774086b8a59eaff

perlguts: UNIVERSAL::AUTOLOAD caveat
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8893903612f05fb

APItest: Move PERL_UNUSED_ARG after decl
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6dbddf4ab62a19c0

bisect-runner.pl now builds test_prep on OS X back to 5.001n
Nicholas Clark 1 file changed, 129 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/915f531bebf29a3e

Improve documentation of XS autoloading
Father Chrysostomos 4 files changed, 27 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/5b36e9450efc4731

[perl #6828] Set $AUTOLOAD once more for XS autoloading
Father Chrysostomos 3 files changed, 10 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/bb619f370aef1336

TODO test for $AUTOLOAD with XS AUTOLOAD
Steffen Mueller 3 files changed, 101 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/120b7a08b6eec7dd
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
32 commits. 6 unique authors. 5 unique committers.
27 files changed, 417 insertions(+), 326 deletions(-)
Net code removal: David Mitchell (95 lines)
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/05f861a2cb5b8f36.tar.gz

regexec.c: Add another place to not re-fold
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05f861a2cb5b8f36

regexec.c: Another place to not re-fold
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2daa8fee180b1030

utf8.c: Don't use swash for to_uni_lower() latin1 calls
Karl Williamson 1 file changed, 18 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bca00c02a54ca312

regexec.c: Less work in /i matching
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/77a6d8568e288ad3

utf8.c: Add comment
Karl Williamson 1 file changed, 36 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/227968da0f4293e1

utf8.c: White space only
Karl Williamson 1 file changed, 37 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/1b4059d5cc56d776

utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
Karl Williamson 2 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/18f762c3fc05b01f

regcomp.sym: Add comments
Karl Williamson 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85514a3470928b4c

regcomp.c: White space only
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e62862f6d0453362

regcomp.c: generate folded for EXACTF and EXACTFU
Karl Williamson 3 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/b36527fc35dbde0c

regexec.c: Stop looking for match sooner
Karl Williamson 2 files changed, 31 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e067297c376fbbb5

regexec.c: Add comment
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a90a8fee1032a1b

utf8.c: Add comments
Karl Williamson 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3fd22462ebb1d18

pp.c: White space only
Karl Williamson 1 file changed, 15 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/fdb34c5221c69737

pp.c: Remove disabled code for context sensitive lc
Karl Williamson 1 file changed, 4 insertions(+), 70 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86510fb15deab424

regexec.c: omit goto for the common case
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/16d951b76390ab0f

Make HvENAME** macros smaller and more efficient
H.Merijn Brand 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c49a809bf96a6f9d

in op_dump() / -Dx, replace "DONE" with "NULL"
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e75ab6ad5d2255e4

simplify op_dump() / -Dx sequencing
David Mitchell 4 files changed, 17 insertions(+), 112 deletions
http://perl5.git.perl.org/perl.git/commit/b6f05621f8846ec3

document boolSV(), which is used in the default typemap
Tony Cook 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/567f3b56280708b6

perldelta: Mention another thing fixed by 2fc49ef14c
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca955addfd36c619

cv.h: comment typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f653aab7358ff71e

Restore null checks to stashpv_hvname_match [perl #101430]
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6852b00319064aed

Document calling convention for XS cmp routines
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51707595971928e4

Add email addr to AUTHORS to keep tests quiet
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5ae38afedfd6367f

Increase $File::DosGlob::VERSION from 1.04 to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/07cee27ac38e81eb

fix a typo in a comment
Thorsten Glaser 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/81de5c053fcd9542

Correct comment in pad.c
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e6708186f21e017

perldelta up to c19fd8b40
Father Chrysostomos 1 file changed, 96 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b53e16ae1ca3058c

Test uninit warnings for undef XS cmp retvals
Father Chrysostomos 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c19fd8b406eea9f3

Make XS sort routines work again
Father Chrysostomos 4 files changed, 27 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/2fc49ef14c391f64

APItest: put mro stuff in a new BOOT block
Father Chrysostomos 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67ecba2f90752611

New branch khw/fb01
10 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/8230b86a451f4c29.tar.gz

regexec.c: Add another place to not re-fold
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8230b86a451f4c29

regexec.c: Another place to not re-fold
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8247ffd81f6e9bcf

utf8.c: Don't use swash for to_uni_lower() latin1 calls
Karl Williamson 1 file changed, 18 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02de45f529cf3720

regexec.c: Faster /i matching
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84cfcbf42a1c12c2

utf8.c: Add comment
Karl Williamson 1 file changed, 36 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/a0d705299aacd82e

utf8.c: White space only
Karl Williamson 1 file changed, 37 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/4c51c8e8e700da43

utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
Karl Williamson 2 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/91205af21efb545c

regcomp.sym: Add comments
Karl Williamson 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7c2200a2aeb23b4

regcomp.c: White space only
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76ccca53ef199a55

regcomp.c: generate folded for EXACTF and EXACTFU
Karl Williamson 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e2665a590480f7d

New branch smoke-me/khw-fb01
10 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/a63be28c642c4ba1.tar.gz

regexec.c: Add another place to not re-fold
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a63be28c642c4ba1

regexec.c: Another place to not re-fold
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/94d19a214858c4f3

utf8.c: Don't use swash for to_uni_lower() latin1 calls
Karl Williamson 1 file changed, 18 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6908a23fb8e7d9ce

regexec.c: Faster /i matching
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11738d170c76d8b4

utf8.c: Add comment
Karl Williamson 1 file changed, 36 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/d4b7ee66b674ced6

utf8.c: White space only
Karl Williamson 1 file changed, 37 insertions(+), 34 deletions(-
http://perl5.git.perl.org/perl.git/commit/dc1136f03edafcd9

utf8.c: Add 'input pre-folded' flags to foldEQ_utf8_flags
Karl Williamson 2 files changed, 26 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/9ad1079faca9b8c8

regcomp.sym: Add comments
Karl Williamson 2 files changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/baeb349c3bd28d12

regcomp.c: White space only
Karl Williamson 1 file changed, 9 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2f3c849bcf23a3a1

regcomp.c: generate folded for EXACTF and EXACTFU
Karl Williamson 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec6a6dbb865d229a
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
24 commits. 8 unique authors. 7 unique committers.
46 files changed, 1557 insertions(+), 588 deletions(-)
Thanks, applied: H.Merijn Brand (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0be9b861b326969b.tar.gz

perlrecharclass: Nit
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0be9b861b326969b

Fix a path in the release guide
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8558c2235a840b51

Create a perldelta for 5.15.5
Florian Ragwitz 11 files changed, 767 insertions(+), 365 deletio
http://perl5.git.perl.org/perl.git/commit/e3c71926d33e006c

Add the 5.15.4 epigraph
Florian Ragwitz 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1542e6780d6169f7

Add a release announcement template to Porting
David Golden 3 files changed, 28 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/098d30ef64526b6b

Fix the installation of pod2html
Florian Ragwitz 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7dfc19adb38f5449

Add acknowledgements to the perldelta
Florian Ragwitz 1 file changed, 25 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a777c8658ada060b

Stop Porting/acknowledgements.pl from producing hatespace
Florian Ragwitz 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9fe5af707229ede4

Add 5.15.4 to perlhist
Florian Ragwitz 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ba0a5ddd28e6165

Remove the MANIFEST check from the release guide
Florian Ragwitz 2 files changed, 1 insertion(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6147c607bb11dc47

Update Module::CoreList for 5.14.4
Florian Ragwitz 3 files changed, 678 insertions(+), 3 deletions(
http://perl5.git.perl.org/perl.git/commit/f038122280d598c8

Bump the perl version in various places for 5.15.4
Florian Ragwitz 21 files changed, 140 insertions(+), 140 deletio
http://perl5.git.perl.org/perl.git/commit/29c11e7b21dabe5d

Get perldelta into mostly finished state
Florian Ragwitz 1 file changed, 4 insertions(+), 258 deletions(-
http://perl5.git.perl.org/perl.git/commit/9eb1e3e2e794f19d

David changelogged this
Florian Ragwitz 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae5cce4184e9a763

[perl #101738] Make sv_sethek set the UTF8 flag correctly
Father Chrysostomos 2 files changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b535e014e67d62eb

Remove untrue comment from t/op/ref.t
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e6358c8fab5b1ad

bisect-runner.pl now builds test_prep on NetBSD back to 5.002
Nicholas Clark 1 file changed, 56 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/283e472105d10e0c

Remove my todo commits from perldelta template
Steffen Mueller 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37b277ba171a8f6c

perldelta entry for improved AV/etc OUTPUT typemaps
Steffen Mueller 1 file changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/46dd408016caf6d3

Document the new, fixed AV/etc typemaps
Steffen Mueller 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e785ee0eee59fcf

Make core-cpan-diff work with a minicpan
Steffen Mueller 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/91ddc0c875188b2f

Dennis has (yet) another e-mail address :)
H.Merijn Brand 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6439ee77e18d6c38

Build failed in Jenkins: perl5 #80
Dennis Kaarsemaker 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f4baccf2f7844c63

perldelta: document base.pm changes
David Golden 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/917108461292f3da

Current branch davem/re_eval
13 commits. 1 unique author. 1 unique committer.
832 files changed, 83015 insertions(+), 92959 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/65454389308ecc72.tar.gz

In Perl_re_op_compile, make a var volatile
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/65454389308ecc72

make qr/(?{})/ behave with closures
David Mitchell 21 files changed, 865 insertions(+), 690 deletio
http://perl5.git.perl.org/perl.git/commit/eae5bccd12aed9e6

Ignore code blocks within /[...]/
David Mitchell 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4fb9a411b35ad3f7

make recent re_eval changes compile under -Dmad
David Mitchell 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/188756d004002f64

Mostly complete fix for literal /(?{..})/ blocks
David Mitchell 14 files changed, 293 insertions(+), 129 deletio
http://perl5.git.perl.org/perl.git/commit/fd042ce46ba8e355

add Perl_re_op_compile function
David Mitchell 8 files changed, 146 insertions(+), 54 deletions
http://perl5.git.perl.org/perl.git/commit/855f0d3e36342d1e

add Perl_current_re_engine() function
David Mitchell 5 files changed, 47 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/7d44759a17c683f0

re_eval and closures: add lots of TODO tests
David Mitchell 1 file changed, 127 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e7c96c61a2274f58

fix the descriptions for pregcomp/re_compile
David Mitchell 1 file changed, 20 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/d6091c77e0a2c26f

disable lexing of (?{}) within \Q, \U etc
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a22832c44f33d243

update diagnostics message
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f13693790272eee

make re_evals be seen by the toker/parser
David Mitchell 9 files changed, 114 insertions(+), 40 deletions
http://perl5.git.perl.org/perl.git/commit/d5f1e92e291afe1c

correct comment about how strings are tokenised
David Mitchell 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a5ae12634073de7

Current branch smoke-me/khw-fb01
1 commit. 1 unique author. 1 unique committer.
3 files changed, 13 insertions(+), 8 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/29457893de734b6b.tar.gz

see if __assert__ stops compiler warnings
Karl Williamson 2 files changed, 12 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/29457893de734b6b

New branch smoke-me/arybase2
6 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dc6176452e31491e.tar.gz

Oops. Statement before declaration.
Father Chrysostomos 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc6176452e31491e

Try a third time...
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3c5f1972b45bd309

Eliminate tie() retval
Father Chrysostomos 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f2371bec612d8fa

Try this again...
Father Chrysostomos 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9f703cd9053c131

Add arybase Makefile.PL to work around nmake
Father Chrysostomos 2 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/7cd3988fb13de3c6

Reimplement $[ as a module
Father Chrysostomos 25 files changed, 1319 insertions(+), 28 deletio
http://perl5.git.perl.org/perl.git/commit/ab3802f65f6ec368
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
28 commits. 8 unique authors. 5 unique committers.
111 files changed, 3536 insertions(+), 633 deletions(-)
Net code removal: Laurent Dami (1 line)
Thanks, applied: Tony Cook (2) Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c73c07e4506ef659.tar.gz

Make new basic.t glob tests work on Win & VMS
Father Chrysostomos 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c73c07e4506ef659

Correct comment in Glob.pm
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/222032e91d99fdc6

Remove part of intrpvar.h comment
Father Chrysostomos 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab686ae8de0f4425

Make File::Glob::csh_glob consisent wrt '"\
Father Chrysostomos 2 files changed, 20 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/0b0e6d70fad47cd6

In bisect-runner.pl, default to 'cc' not 'gcc'.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9913adee522ad312

Make <~> work again under miniperl
Father Chrysostomos 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/93b2dae14541cd2b

Add unit tests for Socket::{pack,unpack}_ipv6_mreq
Paul \"LeoNerd\" Evans 2 files changed, 27 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/e27aa02b637769bf

Wrap some IPv6 sockopt constants and ipv6_mreq structure
Paul \"LeoNerd\" Evans 3 files changed, 79 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4f5bb87fb7392b2c

Add another e-mail address for Jim Meyering
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b8d3bdaa9d44177

don't segfault given string repeat count larger than 2^31
Jim Meyering 3 files changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26e1303d691c34af

ignore extra build product from ext/arybase/
Tony Cook 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd8fc02804485f0f

fix g++ build breakage introduced in 03d9f026ae25
Tony Cook 2 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f39efbfaef55d5a3

perlfunc: List readpipe with qx
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4319b00c03e6a517

Add Laurent Dami to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3aef143dcd34e4f

Test dumpvar.pl with objects whose classes contain ‘=’
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5dd42fae9a9a0a1

Examining objects through the 'x' command in the perl debugger doesn't
Laurent Dami 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b1b4e01b8b5b173

Synchronise Module::CoreList version in Maintainers.pl with CPAN
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/029caa339c2d70b0

Update Unicode-Collate to CPAN version 0.81
Chris 'BinGOs' Williams 32 files changed, 730 insertions(+), 242 deletio
http://perl5.git.perl.org/perl.git/commit/a47fb3fe38908e12

bisect-runner.pl now builds test_prep on OpenBSD back to 5.002
Nicholas Clark 1 file changed, 309 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/6f8c21fa7422855e

bisect-runner.pl must patch Makefile.SH to avoid parallel make problems.
Nicholas Clark 1 file changed, 71 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/686af3047b39af9c

bisect-runner.pl now runs the testcase for targets config.{sh,h}
Nicholas Clark 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/30a13282bdb1bc17

[perl #101486] Make PL_curstash refcounted
Father Chrysostomos 8 files changed, 49 insertions(+), 25 deletions(
http://perl5.git.perl.org/perl.git/commit/03d9f026ae253e9e

Update Archive-Extract to CPAN version 0.58
Chris 'BinGOs' Williams 3 files changed, 21 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/ac73ea1ec401df88

regexp_unicode_prop.t: Add tests.
Karl Williamson 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8fd2c59a00e94e69

perlunicode: Fix example.
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe82fa26aa2ef27b

Update perlfaq to CPAN version 5.0150036
Chris 'BinGOs' Williams 12 files changed, 183 insertions(+), 194 deletio
http://perl5.git.perl.org/perl.git/commit/be539103222af61a

Update HTTP-Tiny to CPAN version 0.014
Chris 'BinGOs' Williams 18 files changed, 655 insertions(+), 96 deletion
http://perl5.git.perl.org/perl.git/commit/3526587637297dca

Reimplement $[ as a module
Father Chrysostomos 26 files changed, 1337 insertions(+), 28 deletio
http://perl5.git.perl.org/perl.git/commit/b82b06b8ca329f89

New branch smoke-me/cglob
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d60791313cbb0f4a.tar.gz

Rewrite csh_glob in C; fix two quoting bugs
Father Chrysostomos 5 files changed, 280 insertions(+), 125 deletion
http://perl5.git.perl.org/perl.git/commit/d60791313cbb0f4a

Speed up csh_glob
Father Chrysostomos 1 file changed, 21 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/14774879fff46414

New branch smoke-me/khw-utf8
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/2465e5febaca1d0b.tar.gz

Faster case changing
Karl Williamson 7 files changed, 225 insertions(+), 212 deletion
http://perl5.git.perl.org/perl.git/commit/2465e5febaca1d0b

New branch tonyc/ipv6
2 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Tony Cook (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ee1c1fd960dd39b3.tar.gz

add new ipv6_mreq.t test script to MANIFEST
Tony Cook 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee1c1fd960dd39b3

Add unit tests for Socket::{pack,unpack}_ipv6_mreq
Paul \"LeoNerd\" Evans 1 file changed, 26 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2bb29bf773e2f3bb
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
43 commits. 7 unique authors. 5 unique committers.
71 files changed, 1514 insertions(+), 483 deletions(-)
Net code removal: Mark A. Stratman (3 lines)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/76503c971e1a6a28.tar.gz

Fixed dative inaccuracy in perlmod.pod.
chromatic 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76503c971e1a6a28

Remove unnecessary makefile fix-up code from bisect-runner.pl
Nicholas Clark 1 file changed, 2 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8b7cb13eb2d7b393

In bisect-runner.pl, patch older Configure to add -A
Nicholas Clark 1 file changed, 97 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5c44d69246fe1ea8

bisect-runner.pl now patches another 5.004-era build busting bug.
Nicholas Clark 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/afc98f896ef0b0e2

In bisect-runner.pl, make the code to report patching errors more robust.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/05cd3ce55b8c9c25

In bisect-runner.pl, refactor the code to extract previous versions of files
Nicholas Clark 1 file changed, 12 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/91ad6f8a480914b8

In bisect-runner.pl, refactor the code that applies and reverts commits.
Nicholas Clark 1 file changed, 24 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e540a4e11a98886

In bisect-runner.pl, refactor the code that opens and closes file handles.
Nicholas Clark 1 file changed, 28 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/69bf9aba2f680b26

allow for 2Gb+ memory allocations on 64-bit Win32 debug builds
Tony Cook 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03c5309f206867fc

Update CPANPLUS-Dist-Build to CPAN version 0.60
Chris 'BinGOs' Williams 4 files changed, 21 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/aba0546e5e59b483

Update HTTP-Tiny to CPAN version 0.016
Chris 'BinGOs' Williams 3 files changed, 13 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/6ce52845639625f8

Add Mark A. Stratman to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4a351b76f9cb4fa

perlootut.pod: Removed redundant sentence
Mark A. Stratman 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9343adc6d7309516

Stop csh_glob from reading past end of string
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f89f9e938998e110

Make csh_glob remove quote-escaping backslashes
Father Chrysostomos 2 files changed, 28 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/e1621fc96189270d

perlrebackslash: too grammer tweaks
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/040ac26489d0fa56

Deparse CORE::do
Father Chrysostomos 2 files changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a598d0e5600aab09

Deparse CORE::glob
Father Chrysostomos 2 files changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a32fbbd8e16ff8df

Increase $B::Deparse::VERSION to 1.09
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2fa5ecdcec5f36a0

PATCH: [perl #99928] Document that is not a bug
Karl Williamson 2 files changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1978b668ca7817ba

PATCH: [perl #101970] /[[:lower:]]/i matches upper case
Karl Williamson 2 files changed, 35 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/4f03b4b68c373d6b

regcomp.c: Don't prefix posix props with Is
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9ca75586d6d424bf

Minor usability improvements to bisect.pl
Nicholas Clark 1 file changed, 26 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c382b335bf126c68

bisect-runner.pl needs to work around an OpenBSD/sparc compiler bug.
Nicholas Clark 1 file changed, 54 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf5fabc183c682cd

In bisect-runner.pl, add -L/usr/local/lib in a non-OS-specific way.
Nicholas Clark 1 file changed, 147 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/ac08709a9b880f8b

File::Glob: short-circuit earlier for list cx
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0d745862f99b10f

File::Glob: Eliminate the doglob alias to bsd_glob
Father Chrysostomos 2 files changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/960ddb65a2564264

Skip <~> test on VMS
Father Chrysostomos 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4218a421ca4ecaf9

Make dual-life.t emit full paths
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/abace7e53f3b3d7b

Tweak dual-life.t’s exclusion list
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c1d5f9b862da2ad1

Test $x=wait under arybase
Father Chrysostomos 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/41e1edf564ba7bc3

arybase.xs: Always check the op type in ck_*
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02523b6e704bc628

arybase.xs: Remove extraneous semicolon
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/546dd830d08e285b

Remove arybase’s Makefile.PL
Father Chrysostomos 2 files changed, 0 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/b256460cd383b297

Fix CORE::glob
Father Chrysostomos 10 files changed, 57 insertions(+), 14 deletions
http://perl5.git.perl.org/perl.git/commit/d67594ff366291f1

Rewrite csh_glob in C; fix two quoting bugs
Father Chrysostomos 5 files changed, 280 insertions(+), 125 deletion
http://perl5.git.perl.org/perl.git/commit/1bb8785ab1af0317

Speed up csh_glob
Father Chrysostomos 1 file changed, 21 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/edfed4c3099abba2

Update HTTP-Tiny to CPAN version 0.015
Chris 'BinGOs' Williams 4 files changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/293dcbbbfd30a0f0

bisect-runner.pl can now build all revisions on sparc64 Linux.
Nicholas Clark 1 file changed, 79 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bc70704df66bb0d8

bisect-runner.pl should patch unreliable C symbol detection code.
Nicholas Clark 1 file changed, 60 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/678e580e201896a6

bisect-runner.pl now patches several build-busting-bugs between 5.004 & 5.00
Nicholas Clark 1 file changed, 115 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/f50dca98565a39be

bisect-runner.pl now copes when historical MANIFEST files list directories.
Nicholas Clark 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/10c5443e550b5dfa

Update ExtUtils-MakeMaker to CPAN version 6.63_01
Chris 'BinGOs' Williams 38 files changed, 378 insertions(+), 148 deletio
http://perl5.git.perl.org/perl.git/commit/00441cfaf30f333f

Current branch smoke-me/khw-fb01
1 commit. 1 unique author. 1 unique committer.
4 files changed, 7 insertions(+), 8 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0bf9b36f955d26d1.tar.gz

see if __assert__ stops compiler warnings
Karl Williamson 4 files changed, 16 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/0bf9b36f955d26d1

Current branch smoke-me/khw-utf8
1 commit. 1 unique author. 1 unique committer.
5 files changed, 17 insertions(+), 16 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/c417947b9ea67a16.tar.gz

Faster case changing
Karl Williamson 8 files changed, 231 insertions(+), 217 deletion
http://perl5.git.perl.org/perl.git/commit/c417947b9ea67a16

New branch smoke-me/checkAUTHORS
2 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/536de615805c82d2.tar.gz

t/porting/authors.t can send just the git log info needed by checkAUTHORS.pl
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/536de615805c82d2

Remove $date from Porting/checkAUTHORS.pl, which was never used.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d975328f1624f81a

New branch smoke-me/khw-tk
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/13d97bb6db123f59.tar.gz

Check longjump compiler messages
Karl Williamson 1 file changed, 12 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/13d97bb6db123f59

New branch sprout/featurebundles
3 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6d9e773fa83b824d.tar.gz

Document the implicit disabling of features
Father Chrysostomos 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d9e773fa83b824d

Make feature bundles exclusive
Father Chrysostomos 2 files changed, 28 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/e2c923fe9968fd09

Increase $feature::VERSION to 1.23
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/efe7f1f8e5d9abfb

New branch vincent/be_gone_hv_common_gmagical
1 commit. 1 unique author. 1 unique committer.
Net code removal: Vincent Pit (3 lines)
Thanks, applied: Vincent Pit (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/be3a19dc35a91ca3.tar.gz

Stop treating hashes with the GMAGICAL flag set like tied hashes
Vincent Pit 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/be3a19dc35a91ca3
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
48 commits. 10 unique authors. 6 unique committers.
34 files changed, 1633 insertions(+), 1189 deletions(-)
Net code removal: Michael G. Schwern (15 lines) Tony Cook (1 line)
Thanks, applied: Father Chrysostomos (2) Tony Cook (1) Nicholas Clark (1)
Steffen Mueller (1) Craig A. Berry (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ef1ab6757f768044.tar.gz

Make diag.t runnable outside t/
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef1ab6757f768044

Warn for $[. ‘version’ checks
Father Chrysostomos 7 files changed, 100 insertions(+), 16 deletions
http://perl5.git.perl.org/perl.git/commit/89474f50ca76e803

PATCH: [perl #101710] Regression with /i, latin1 chars.
Karl Williamson 3 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/bbdd8bad57f8d77a

In bisect.pl, provide a default test for --validate, and summary output.
Nicholas Clark 2 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e2760528720bf060

Add -l and -w options to bisect-runner.pl, for use with -e
Nicholas Clark 1 file changed, 29 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc4401c6b354576e

In bisect.pl, use --start and --end to give ranges to --validate
Nicholas Clark 2 files changed, 12 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/3f14869bb44746c8

Add --force-regen to bisect-runner.pl to regen_headers before building.
Nicholas Clark 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bfa52998a606e560

In bisect-runner.pl, remove "faking it" code from the main flow.
Nicholas Clark 1 file changed, 82 insertions(+), 71 deletions(-
http://perl5.git.perl.org/perl.git/commit/05ec8abcc430588a

In bisect-runner.pl, consolidate the code that patches extensions.
Nicholas Clark 1 file changed, 184 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/f2f0a0ff7250e0ba

In bisect-runner.pl, consolidate the code that patches .SH and C files.
Nicholas Clark 1 file changed, 585 insertions(+), 563 deletions
http://perl5.git.perl.org/perl.git/commit/bb723266353d47dd

In bisect-runner.pl, consolidate the code that patches Configure and hints.
Nicholas Clark 1 file changed, 1048 insertions(+), 1021 deletio
http://perl5.git.perl.org/perl.git/commit/750ce942a1c78a0f

Add a --validate option to bisect.pl to verify that stable releases build.
Nicholas Clark 2 files changed, 29 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/195ed8b1c4f9c191

Fix third argument to setresgid call while setting $(.
Leon Timmermans 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a058c51605ec2d38

perlfunc/glob: Explain use of quotes
Tom Christiansen 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a91bb7b11867794f

perldelta update
Father Chrysostomos 1 file changed, 119 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/a3f52e2e3622e88b

t/porting/authors.t can send just the git log info needed by checkAUTHORS.pl
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3ea0c581844689ab

Remove $date from Porting/checkAUTHORS.pl, which was never used.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a5e2fa65b2f0ee8

Improve general GNU hints, needed for GNU/Hurd.
Pino Toscano 4 files changed, 15 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/a1da11a30dfa4f35

Correct FreeBSD hints file for FreeBSD 10.0
Jilles Tjoelker 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c66e013fd39470e6

Add Jilles Tjoelker to AUTHORS.
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2736f599d9224a11

Remove some repeated code in pp_regcomp
Father Chrysostomos 1 file changed, 1 insertion(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e1022372a8200bc

Fix =~ $str_overloaded (5.10 regression)
Father Chrysostomos 2 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/15d9c083b08647e4

Increase $strict::VERSION to 1.05
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d9f099ba19708667

unconfuse strict.pm documentation
Moritz Lenz 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97631e60d57d5dff

DosGlob: Comment typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b287954196ad3a02

DosGlob: Don’t parse an pattern that will not be used
Father Chrysostomos 1 file changed, 21 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9417615f454460d

File::Glob: Consistent use of spaces after dots
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d2a88f5fa949c1e5

File::Glob: Remove docs specific to Mac Classic
Father Chrysostomos 1 file changed, 0 insertions(+), 40 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60a6526c8160d42e

Document File::Glob::csh_glob
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ffd7a473aecc91f6

PATCH: [perl #101940]: BBC Tk
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/11951bcbfcaf4c26

regcomp.c: Use no_mg for 2nd fetch of pattern
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3e0b93e82af0f1a0

Fix spelling in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4e19c54bba232080

Glob.xs: Remove dMY_CXT from bsd_glob
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cd06200825191a9

DosGlob: eliminate %iter
Father Chrysostomos 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a29130aef9ec6d6

Increase $File::DosGlob::VERSION to 1.07
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/598c628420fee964

Glob.xs: Clarify comment
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7a26772a34ab4aea

Glob.xs: Remove comment
Father Chrysostomos 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd1659106ad99940

Glob.xs: consting
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ab888cfe6eca4f5

Glob.xs: Be more parsimonious with SVs
Father Chrysostomos 1 file changed, 7 insertions(+), 16 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1d6dcc396d1eeb96

Glob.xs: Remove comment
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aeeaa4ddd1f89e03

Oops: Fix Glob.xs assertion failure
Father Chrysostomos 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac0dcfaef6347918

Glob.xs: Eliminate x_GLOB_ITER
Father Chrysostomos 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a6066037df54aa9

Document File::Glob’s :bsd_glob tag
Father Chrysostomos 1 file changed, 25 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5144542d35086c09

Add :bsd_glob export tag to File::Glob [perl #96116]
Father Chrysostomos 3 files changed, 84 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4cbf9907d63df65

Glob.xs: Refactor iteration into separate function
Father Chrysostomos 1 file changed, 54 insertions(+), 32 deletions(-
http://perl5.git.perl.org/perl.git/commit/88b04955bf917680

Move the do() test in Deparse’s core.t
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/03dcbf21884be0f9

Remove unnecessary cruft from the module example.
Michael G. Schwern 2 files changed, 24 insertions(+), 39 deletions(
http://perl5.git.perl.org/perl.git/commit/01d915c00a066129

produce a properly sorted known_pod_issues.dat
Tony Cook 1 file changed, 9 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/96afcf7e17917e18

Current branch smoke-me/gsoc-pod
60 commits. 2 unique authors. 1 unique committer.
1074 files changed, 97403 insertions(+), 102752 deletions(-)
Thanks, applied: Marc Green (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/032a829fe4530ca9.tar.gz

Dynamically create and delete testdir/test.lib/
Marc Green 15 files changed, 3774 insertions(+), 3708 delet
http://perl5.git.perl.org/perl.git/commit/032a829fe4530ca9

Update known_pod_issues
Marc Green 1 file changed, 19 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/630b2513ec56bd70

Add Marc Green an an AUTHOR of Pod::Html
Marc Green 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8e18485153380aaa

Update known_pod_issues
Marc Green 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f12ca55fcc7f461a

Rename 2 tests, update files that reference them
Marc Green 17 files changed, 3660 insertions(+), 3660 delet
http://perl5.git.perl.org/perl.git/commit/d188640f9196500a

Update version number (1.11 -> 1.12)
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f0cad5fe30bafab4

add new Pod-Html tests (etc) to MANIFEST
Ricardo Signes 1 file changed, 22 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/955986834dfd6ea6

add Marc Green to AUTHORS
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db9612224b2b5173

Clean up some documentation
Marc Green 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29e1b6c5eaec8ec3

Clean up test cases, rename a few
Marc Green 33 files changed, 601 insertions(+), 621 deletio
http://perl5.git.perl.org/perl.git/commit/dade2490a69b816f

Stop prepending $volume onto $cwd --podroot
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/355d32159e5dc8c6

Unixify the whole path, not just $dir.$file
Marc Green 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28ecfe1045ba6e2b

Fix crossref cross platform compatability issues
Marc Green 10 files changed, 106 insertions(+), 65 deletion
http://perl5.git.perl.org/perl.git/commit/99ff81d9de67b946

Fix crossref bug
Marc Green 2 files changed, 20 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/7aec386c6a740458

Tabs -> Spaces
Marc Green 2 files changed, 88 insertions(+), 141 deletions
http://perl5.git.perl.org/perl.git/commit/aae4a8a040afde38

Implement option to disable POD ERRORS section
Marc Green 5 files changed, 215 insertions(+), 39 deletions
http://perl5.git.perl.org/perl.git/commit/e15188f5eb4afce0

Remove unneeded code
Marc Green 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2a3dbaabb991d2e0

Stop using wrong outfile
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5edba19e5b81cf2d

Add a test case
Marc Green 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/df5526710b3c3df0

Remove /usr/share/perl presence dependency
Marc Green 5 files changed, 3661 insertions(+), 16 deletion
http://perl5.git.perl.org/perl.git/commit/970976f1038c6bad

Update htmlview.t for new Pod::Html
Marc Green 2 files changed, 183 insertions(+), 103 deletion
http://perl5.git.perl.org/perl.git/commit/9a7e8cb84d5d7aca

Update test case for new Pod::Html
Marc Green 1 file changed, 103 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/721d919830dc05a2

Don't uc(), keep case the same
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cd9aa27d49b778fb

Implement --recurse and update test cases
Marc Green 5 files changed, 29 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/a314fabfe41e3d81

Fix bug with removal of Podroot from each Podpath
Marc Green 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c54a7ddaa533f08e

Always anchor =item definitions.
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4819add56b4ae444

Update htmlfeature2.t for new p2h
Marc Green 1 file changed, 24 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/2faa37e89f3f0558

Update htmlfeature.t for new p2h; fix typo in Html
Marc Green 3 files changed, 20 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/306cf9487442f412

Update old-p2h to new-p2h script conversion
Marc Green 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c2180589032de96

Fix --backlink bug; add some documentation
Marc Green 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5acbf5610fdb7a1e

Update htmlescp.t test case for new Pod::Html
Marc Green 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/92f66e7c7ad602e3

Fix typo in test case
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f996a9557f6cd31b

Update htmldir4.t to test new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c83a39249fc0e02

Update htmldir2.t and htmldir3.t to test new p2h
Marc Green 2 files changed, 40 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/15a503b2847bd1ad

Use catdir (not catfile) to avoid a leading '//'
Marc Green 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e85a408c3e693e07

Add old-p2h test to new-p2h test conversion script
Marc Green 1 file changed, 53 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/675dbf08fc507185

Fix bug dealing with PODS not in %Pages
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/487c04041f12b889

Update htmldir.t testcase for new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/fd8254f9d2961cd7

Update crossref test case for new Pod::Html
Marc Green 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/97c5bf7290643cca

Fix cross reference bug
Marc Green 1 file changed, 68 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/76a97e0762fca26c

Start modifying test cases to suit new Pod::Html
Marc Green 15 files changed, 681 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/9804d1788d57f45c

Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
Marc Green 1 file changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c59cc9fdfa42d35f

Add $Htmlfileurl to support relativizing crossrefs
Marc Green 1 file changed, 28 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/e4fd89e0e82ffcf6

Fix ::Search callback arg; fix @Podpath mapping
Marc Green 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31cf36a4b2e1ee5e

Fix minor formatting
Marc Green 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1198a232932802f1

Remove --libpods feature
Marc Green 1 file changed, 3 insertions(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1ea140debe1e55f5

Allow test cases to change arguments to pod2html
Marc Green 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69db0c6f3161c857

Reimplement --header, $bodystyle, $tdstyle
Marc Green 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd9f6992645a5416

Start to reimplement --header
Marc Green 1 file changed, 49 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53a09ab529152990

Consider $Podroot when finding PODs; consider $Quiet
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/122ccaaf85a0a401

Finish skeleton version of Pod::Html
Marc Green 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/24a249377c3c1c49

Don't delete html file produced, used for testing
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9f1f10701b62a9e

Create lib/ dir; begin writing ::Search object
Marc Green 1 file changed, 16 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/6aba021179d42dcd

Use Pod::Simple::Search to resolve L<> directives
Marc Green 1 file changed, 18 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/115514993bd4c36d

Continue to transition to ::LocalPodLinks
Marc Green 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/c34c0ecc331e75fe

Remove spurious code after start of parser switch
Marc Green 1 file changed, 11 insertions(+), 1554 deletions
http://perl5.git.perl.org/perl.git/commit/7df4616d501de728

Start replacing home made pod parser with ::Simple
Marc Green 1 file changed, 47 insertions(+), 112 deletions(
http://perl5.git.perl.org/perl.git/commit/be7675c231d9cc06

Temporarily remove --header feature
Marc Green 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3a20a568bbb62539

Remove cache feature for simplicity
Marc Green 1 file changed, 7 insertions(+), 177 deletions(-
http://perl5.git.perl.org/perl.git/commit/5c508355965bb0be

Remove deprecated --netscape flag
Marc Green 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1e476f41bf726e4

New branch sprout/eval
7 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/cc466c1fd79d24d8.tar.gz

Add evalbytes function
Father Chrysostomos 19 files changed, 349 insertions(+), 233 deletio
http://perl5.git.perl.org/perl.git/commit/cc466c1fd79d24d8

Increase $B::Concise::VERSION to 0.87
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ac803cfaa5025f6c

parser.h: Rearrange constants
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d639f9fc7fab6fd1

Forbid source filters in Unicode evals
Father Chrysostomos 3 files changed, 20 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/953719e848daaa4b

Increase $feature::VERSION to 1.23
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1fc1f014ef9d0818

eval STRING UTF8 cleanup.
Brian Fraser 7 files changed, 54 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/8afac30642a49861

Add unicode_eval feature
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1ba9fae7f520c6cd

New branch sprout/overrides
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3a18813b31ea9acd.tar.gz

Make all keywords overridable
Father Chrysostomos 3 files changed, 47 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a18813b31ea9acd
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
13 commits. 6 unique authors. 4 unique committers.
52 files changed, 352 insertions(+), 604 deletions(-)
Net code removal: Paul Green (386 lines)
Thanks, applied: Father Chrysostomos (3) Nicholas Clark (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6e593c84d6ec5b4c.tar.gz

sort MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e593c84d6ec5b4c

Remove vos/syslog.h from MANIFEST
Father Chrysostomos 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/419c5c6766c605f6

Build perl using the dynamic linking capabilities of OpenVOS Release 17.1. R
Paul Green 4 files changed, 27 insertions(+), 413 deletions
http://perl5.git.perl.org/perl.git/commit/05954a8b9f14e33d

Add GNU/Hurd hints for NDBM_File
Pino Toscano 2 files changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0d0a205cc02c769

Fill out sv_upgrade docs
Father Chrysostomos 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9521ca61a5f043ac

Restore VMS glob skip removed in 1bb8785a.
Craig A. Berry 1 file changed, 19 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/ec6b7b2db970d68a

Fix hang in ext/POSIX/t/sysconf.t on GNU/Hurd
Pino Toscano 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/80401853b1ceb0e0

Use SvUPGRADE, not sv_upgrade, in sv_sethek
Father Chrysostomos 2 files changed, 8 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a0c33f0faa07882

Deparse ()[()]
Father Chrysostomos 2 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/958ed56b56ac968f

Stop @{""} = reverse @_ from crashing
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18e3e9ce3c2cb062

Make Storable load even with %INC modified
Father Chrysostomos 3 files changed, 18 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/6fe613dab2419a6c

Errno does not escape archname
Reini Urban 1 file changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/928b2f01177c40be

Update ExtUtils-MakeMaker to CPAN version 6.63_02
Steve Hay 37 files changed, 261 insertions(+), 167 deletio
http://perl5.git.perl.org/perl.git/commit/f3640611309ab8d6

Current branch leonbrocard/dot
3 commits. 1 unique author. 1 unique committer.
52 files changed, 1581 insertions(+), 1143 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/859403448201c2e7.tar.gz

Add newline removed by mistake in 0c1fbeee
Leon Brocard 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/859403448201c2e7

Merge remote-tracking branch 'origin/blead' into leonbrocard/dot
Leon Brocard 2 parents
http://perl5.git.perl.org/perl.git/commit/10d7305bfe48df4d

add new dot feature (-> is now ., . is now ~)
Leon Brocard 5 files changed, 95 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c1fbeee151a8f54

Current branch sprout/eval
4 commits. 1 unique author. 1 unique committer.
8 files changed, 194 insertions(+), 35 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7432ec4cc7130a22.tar.gz

Document unicode_eval and evalbytes
Father Chrysostomos 3 files changed, 79 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7432ec4cc7130a22

Merge some parser fields
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64819d8e9d9d6ef5

Make source filters work in evalbytes
Father Chrysostomos 4 files changed, 112 insertions(+), 29 deletions
http://perl5.git.perl.org/perl.git/commit/d8e6827d413dd834

Add new OPpEVAL flags to B::Concise
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/41d53e26d094c006
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
184 commits. 6 unique authors. 4 unique committers.
136 files changed, 8757 insertions(+), 1890 deletions(-)
Thanks, applied: Father Chrysostomos (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0765b2b82b120f4e.tar.gz

Add functions to Unicode::UCD
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/0765b2b82b120f4e

README.perl: Add step to new-Unicode release activities
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fca99bb0a7da1225

mktables: Remove blanks in files for non-DEBUGGING builds
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e3121cc9b07bc4f

Deprecate direct use of Unicode db files
Karl Williamson 2 files changed, 27 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ae92a9ae5fdd2941

mktables: Use re /aa
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b64c11c363b6755

mktables: Remove outdated documentation notes
Karl Williamson 1 file changed, 6 insertions(+), 31 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83b7c87d60226a8d

mktables: Add notes about new access to properties
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e0b29447d8f7f6dc

Unicode::UCD.pm: Localize $_, $/
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/403e46020ffed21f

perluniprops: Change section name
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea5acc0ff69cde3b

perluniprops: Remove Unicode db files section
Karl Williamson 1 file changed, 0 insertions(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/582e5df9c78eee6e

perluniprops: Document prop_invmap() properties
Karl Williamson 2 files changed, 222 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/ee94c7d17475d82a

Unicode::UCD: Add prop_invmap()
Karl Williamson 4 files changed, 1805 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/62b3b855a6b9268e

mktables: Generate file for NameAlias property
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a33a1c99e77db134

utf8_heavy: Return values for binary property requested as map
Karl Williamson 1 file changed, 44 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6aec79bdd1ed1850

utf8_heavy.pl: Turn on $| if debugging
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4b17cb47ac871703

utf8_heavy: add comments
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9db9632f551c711

utf8_heavy.pl: Remove no longer needed code
Karl Williamson 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/690e7fb9d6d76306

utf8.c: Use proper Unicode property names
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7dd21db75abd139d

utf8_heavy.pl: Find mapping files from table
Karl Williamson 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cf2cd801df57e52b

utf8_heavy.pl: white-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/010c8e19c2f0fd99

utf8_heavy: Reorder 2 if's
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/814687adcd5f0767

mktables: Add %file_to_swash_name to utf8_heavy.pl
Karl Williamson 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89cf10ccc096bcaa

mktables: Fix comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/01da8b8592f4f46c

mktables: Add %loose_property_to_file_of to utf8_heavy.pl
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/315bfd4e8b766c84

mktables: Add comment to generated files
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6efd5c72562534ea

mktables: Add %algorithmic_named_code_points to UCD.pl
Karl Williamson 1 file changed, 40 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6a40599f7bb6837e

Unicode::UCD: pod: document new/old style block property names
Karl Williamson 1 file changed, 39 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/430fe03d9fb52797

Unicode::UCD: Add prop_invlist()
Karl Williamson 4 files changed, 486 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/681d705c624c3577

mktables: Add %loose_defaults to UCD.pl
Karl Williamson 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c15fda25e47430f4

utf8_heavy.pl: Correct debugging statement
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/69b36ee0c47bb55f

utf8_heavy.pl: Return that property is user-defined
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0fada5e1f4aafcce

Unicode::UCD: add prop_aliases(), prop_value_aliases()
Karl Williamson 3 files changed, 748 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/7ef25837157389e0

mktables: Add %suppressed_properties to UCD.pl
Karl Williamson 1 file changed, 45 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/55a402526b74c327

mktables: Add %ambiguous_names to UCD.pl
Karl Williamson 1 file changed, 52 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2df7880f102370cc

mktables: Output ISO_Comment table
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5f8d1a89ad2bc35e

mktables: Add %prop_value_aliases to UCD.pl
Karl Williamson 1 file changed, 67 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1e8636133ac46d1f

mktables: Add %prop_aliases in UCD.pl
Karl Williamson 1 file changed, 37 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5d1df013f1294441

mktables: Add %string_property_loose_to_name for UCD.pl
Karl Williamson 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/86a52d1e18f48497

mktables: White-space only
Karl Williamson 1 file changed, 20 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/382cadab1777ac83

mktables: store method value in variable
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8403091f84e21625

mktables: Use method instead of relying on internals
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c5e6d10b57a8bbb

mktables: Refactor area of code for future commits
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3f332e1cf73653b5

mktables: Add %loose_to_standard_value to UCD.pl
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9e4a1e8651fc5638

mktables: Add %perlprop_to_aliases to UCD.pl
Karl Williamson 1 file changed, 70 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7be2375a4de62de

mktables: Create UCD.pl
Karl Williamson 1 file changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f077a6886679600

mktables: Add 'ucd' member to alias class
Karl Williamson 1 file changed, 33 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd1e3e84dbd19086

mktables: Set proxy tables
Karl Williamson 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5be997b011f57b97

mktables: White space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/13a490924ab37e6b

mktables: Add proxied fate
Karl Williamson 1 file changed, 25 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/395dfc19e4a8734f

mktables: Add method to change if outputting pod entry
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f82fe4babf391c23

mktables: don't re-use variable for sub-purpose
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae51efca3724f187

mktables: Remove unnecessary test
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48cf9da9a57ff276

mktables: rename subroutine to reflect new reality
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1476e4de3d4d6ca

mktables: rearrange make_Heavy() so can do one HERE doc
Karl Williamson 1 file changed, 37 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/143b2c4859c8a05c

mktables: Refactor a string set.
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01d970b5fd18ea93

mktables: Correct the descriptions of a few tables
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c27f500fb3186e9

mktables: Don't generate swash info unnecessarily
Karl Williamson 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/19f751d2534f6cb7

mktables: Mark two internal tables as such
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b15a0a3bb7eddf91

mktables: Add fate
Karl Williamson 1 file changed, 136 insertions(+), 61 deletions(
http://perl5.git.perl.org/perl.git/commit/301ba94886d1fd23

mktables: Use hash instead of grep the keys
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0332277c8f33d749

perluniprops: Discourage use of internal properties
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08f142459873d2b2

mktables: Fix up a Unihan property
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/230e0c16819c4c57

perluniprops: Insert placeholder
Karl Williamson 1 file changed, 15 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54ce19c91a356589

mktables: Factor out a constant string to a variable
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/07c070a8dd964878

mktables: Change variable name
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/126c3d4ec45c1a77

perluniprops: Slight wording changes
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/043f3b3ffb69456a

perluniprops: Add info about unused Unicode files
Karl Williamson 1 file changed, 72 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8d099389e6729ca6

mktables: More detail on ignored files
Karl Williamson 1 file changed, 15 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/73ba1144c3e6a989

mktables: Add reason skipping input files
Karl Williamson 1 file changed, 20 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/09ca89ce99c44aac

mktables; Use variable instead of hard-coded name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bf0b299315d209b1

mktables: Change name of field for to indicate restricted use
Karl Williamson 1 file changed, 30 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/33e96e7296c6684c

mktables: Improve comment
Karl Williamson 1 file changed, 10 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/92199589e759a032

Use newly created Name.pm file
Karl Williamson 2 files changed, 12 insertions(+), 241 deletions
http://perl5.git.perl.org/perl.git/commit/a03f0b9fc88f3834

mktables: Actually write data into Name.pm
Karl Williamson 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/6f424f62d78f1d77

mktables: White space only
Karl Williamson 1 file changed, 59 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/fb848dcee93cb5c4

mktables: Rmv redundant checks
Karl Williamson 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0e830e69462a9c28

mktables: Copy code to new location.
Karl Williamson 1 file changed, 237 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/0f6f7bc2429cb650

mktables: whitespace changes only
Karl Williamson 1 file changed, 13 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/6c1bafedf402a326

mktables: refactor algorithmically-defined names into globals
Karl Williamson 1 file changed, 47 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb1dd3dad52bd736

mktables: Generate empty Name.pm
Karl Williamson 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/52dc8b5d386b918d

Fix up some properties internal-onlyness
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ba2d696ceb2b2d5

mktables: Refactor INTERNAL ONLY warning generation
Karl Williamson 1 file changed, 11 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/88c22f800c1956ca

mktables: Mark props that are perl extensions
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bb080638634c93dd

mktables: Change formal parameter name
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a3db1318864b5156

mktables: ALERT for U+0007 is really an alias
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/dcd726253678f3f9

perluniprops: clarify why ISO_Comment is deprecated
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/63f7464776c32c51

mktables: XONfoo properties are deprecated
Karl Williamson 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e22aaf5cdf1ea1c7

mktables: Move Decomposition_Type suppression
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/53d34b6cfec7e51e

UCD.t: fix test names
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4b3d89d6b4fcce1

Change internal sub name to begin with underscore
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c4ab2516cf9aa36a

UCD.t: Convert to use done_testing()
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eaebe4db78e60c95

Unicode::UCD: various nits in pod
Karl Williamson 1 file changed, 36 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/a18e976f56b24f7c

Unicode::UCD: correct minor pod error
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bb2d29dc2fc22448

mktables: output floating pt as strings
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02cc66567a9d6471

perluniprops: Clarify language about obsoleted properties
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f8c38b143ff7f283

perluniprops: Don't list newer internal-only properties
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8050d00fda665b71

mktables: Change variable name to prevent confusion
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/6189eadc8f5db1b6

mktables: Don't output Decomposition Type mapping table
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bba0f13c17a715bb

mktables: Add comment to db file
Karl Williamson 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f2a32871953168c

mktables: rmv extra blank between words
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8d6427a5ede78350

mktables: Don't use hard-coded strings hash keys
Karl Williamson 1 file changed, 22 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/96cfc54a72826fd4

mktables: Don't hard-code true/false synonyms
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/3c6bf941363ad5f3

mktables: New table format descriptor
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3ff297639caef64

mktables: generalize uniprops swash format table
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78632ea933994074

mktables: kIICore becomes a forced bin property
Karl Williamson 1 file changed, 14 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/46b2142f64c991b9

mktables: Accept Unicode combo binary properties
Karl Williamson 1 file changed, 74 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/06f26c450ea83521

mktables: Lock a complement table
Karl Williamson 1 file changed, 21 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8ae00c8a478815cc

mktables: White-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3981d009d95c9d38

mktables: Don't populate inverse tables
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/862fd1078287c2ba

mktables: use master range list if inverse
Karl Williamson 1 file changed, 16 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec40ee88e0898838

mktables: perluniprops change prop-val generation
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60e471b3c5d78fa9

perluniprops: Fix handling of null prop vals
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d4da3f741a12319a

mktables: White-space only
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/21be712a11418222

mktables: Don't look at complement tables for equivalences
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06671cbc3806def9

mktables: White space-only
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/c3a37f6462322b63

mktables: Add test to avoid undef
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d53a7e7d8e1ffa5e

mktables: Move declaration
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d8fb1cc3832d5c7e

mktables: Reorder sort
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a695432a24c8d84

mktables: Remove extra look-up
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f5e9a6ca0b6c9565

mktables: Use consistent name style for scx
Karl Williamson 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fbe1e6074fd88283

mktables: extract ref to object just once
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/359523e2064547bb

mktables: Allow run-time change of class variable
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/047274f2848d366f

mktables: Allow related equivalencing of sub-tables
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7610e9e259b14433

mktables: Fix generated file comment
Karl Williamson 1 file changed, 23 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/da912e1e0fe52236

mktables: Eliminate duplicate op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c0de960f70f835b7

mktables: Initialize variable
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0090c5d1ffaadbc7

mktables: Try harder to find a good table name
Karl Williamson 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff485b9e57fa8b20

mktables: Add defensive coding
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c1c2d9e81df1c375

mktables: Improve comments, white-space
Karl Williamson 1 file changed, 130 insertions(+), 109 deletions
http://perl5.git.perl.org/perl.git/commit/c12f2655519cfd24

mktables: Work around deficiency in Unicode data files
Karl Williamson 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/027866c179610687

perluniprops: Add explanatory note
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cc6d1d887a64b365

mktables: Adjust now that have fixed set_type()
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b2abbe5b935b3e99

mktables: use full_name as well when converting table to binary
Karl Williamson 1 file changed, 11 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/01adf4be55e1591c

mktables: Change name of some ccc tables
Karl Williamson 1 file changed, 10 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/66b4eb0a4cf7b61e

Unicode::UCD: Remove obsolete pod lines
Karl Williamson 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9f5f7eb4bc11aa7

perluniprops: mention 5.14 not 5.13
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c6d31e505ee6417c

perluniprops: Add quotes around a couple prop names
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b352efdfad17e25

mktables: Clarify comment added to output tables
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fac53429dec4e15d

mktables: Remove possibility of 2nd ccc table
Karl Williamson 1 file changed, 7 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d3cbe1057659bdc0

mktables: remove internal restriction
Karl Williamson 1 file changed, 20 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f6798c4db1e5454

t/uni/case.pl: Allow overridden simple maps in input
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9dae4ccfedb1f252

mktables: Reorder error check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b20cf740c5794dff

mktables: Clarify warning message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cf943db9f2db9127

perluniprops: nit
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/add63c13adbaa3c2

Fix VC6 compilation of pp_sort.c
Steve Hay 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/324e9a83bcd8796d

Update IO-Compress to CPAN version 2.040
Chris 'BinGOs' Williams 37 files changed, 408 insertions(+), 158 deletio
http://perl5.git.perl.org/perl.git/commit/ad4795e78e923065

Update Compress-Raw-Bzip2 to CPAN version 2.040
Chris 'BinGOs' Williams 6 files changed, 44 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/00d0325cf674c5cf

Update Compress-Raw-Zlib to CPAN version 2.040
Chris 'BinGOs' Williams 5 files changed, 43 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/949ade47e40a4ff9

Update Unicode-Collate to CPAN version 0.84
Chris 'BinGOs' Williams 42 files changed, 2226 insertions(+), 420 deleti
http://perl5.git.perl.org/perl.git/commit/d88bd77ad0e19d4e

Dear dual-life.t: I regret your existence
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c5c3d9b4e6d7073

toke.c:lex_start: Move len into the only block that uses it
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0528fd32099f4f9f

Update docs about lex_start’s flags param
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e368b3bddfac0a2d

Don’t leak the source for evalbytes($utf8)
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5cefc8c1f8a7656a

Avoid redundant copies in string evals
Father Chrysostomos 3 files changed, 13 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/0abcdfa4c5da571f

eval"" should reset %^H in more cases
Father Chrysostomos 2 files changed, 17 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/bc344123285ead07

Typos in gv.t
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc115b7c990ed39a

enable LFS on GNU/Hurd
Pino Toscano 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1fda587de9a7b85b

Correct bug number in gv.t
Father Chrysostomos 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8986967cc4b65cf

Make multiple #line’s update dblines in evals
Father Chrysostomos 2 files changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d1299d44cb6299d4

Stop toggling the FAKE flag for stringified GVs
Father Chrysostomos 1 file changed, 0 insertions(+), 18 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6bac172059b0ed21

[perl #96326] *{$io} should not be semi-defined
Father Chrysostomos 5 files changed, 14 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/52a6327bb1a7bdbf

op.c:ck_eval: consting
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a4a3cf7419a4f304

Merge unicode_eval and evalbytes
Father Chrysostomos 2 parents
http://perl5.git.perl.org/perl.git/commit/48b8c6fce83c3d16

Document unicode_eval and evalbytes
Father Chrysostomos 3 files changed, 79 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7289c5e6ca773d7c

Merge some parser fields
Father Chrysostomos 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ad221d371731323

Make source filters work in evalbytes
Father Chrysostomos 4 files changed, 112 insertions(+), 29 deletions
http://perl5.git.perl.org/perl.git/commit/60d6334874c6f820

Add new OPpEVAL flags to B::Concise
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/233fb8229a314d45

Increase $B::Concise::VERSION to 0.87
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f2b535a07fcff8c5

Add evalbytes function
Father Chrysostomos 19 files changed, 379 insertions(+), 236 deletio
http://perl5.git.perl.org/perl.git/commit/7d7892821ccfd0b8

parser.h: Rearrange constants
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17e00314cad49c11

Forbid source filters in Unicode evals
Father Chrysostomos 3 files changed, 20 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f1c31c527b5fd97a

Increase $feature::VERSION to 1.23
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cc7b5b23f454a503

eval STRING UTF8 cleanup.
Brian Fraser 7 files changed, 54 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/802a15e9c01d1a0b

Add unicode_eval feature
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cda6b701e74e196d

Allow dual-life.t to be run outside t/
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/abaa36d48c9fd496

Tweak dual-life.t’s exceptions again
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/374cf24572f71f74

Fix hash.t’s miniperl skip
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fc67feea61127112

each() should not leave RITER set on empty hash
Father Chrysostomos 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/41aa816fb45bd52c

hv.c: comment typo
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bfaf5b52ed4d0765

Glob.xs: remove unused vars
Father Chrysostomos 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c2470d68e155a742

tie.t: typos
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8be25b25ab428ad3

Perl_hv_kill_backrefs is also used in scope.c
Father Chrysostomos 2 files changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/764ff8a933e63591

Hide pad vars from magic methods on scope exit
Father Chrysostomos 2 files changed, 57 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9c3f0156b51bc298

Weak refs to pad hvs should go stale
Father Chrysostomos 2 files changed, 15 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ab97dcc3bf50e847

New branch nicholas/buildtoc
11 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/595024fe8a185a18.tar.gz

Create regen/pod_rules.pl, extracting all non perltoc.pod code from buildtoc
Nicholas Clark 9 files changed, 377 insertions(+), 354 deletion
http://perl5.git.perl.org/perl.git/commit/595024fe8a185a18

In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4f84d4b551c8261c

Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod
Nicholas Clark 3 files changed, 211 insertions(+), 197 deletion
http://perl5.git.perl.org/perl.git/commit/90e2f6a1da5b8d45

In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod
Nicholas Clark 1 file changed, 192 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/fc318f2c5c105df7

buildtoc --showfiles should report the correct pathnames.
Nicholas Clark 1 file changed, 1 insertion(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31466a2c2071567b

buildtoc --showfiles should only list the files to regenerated.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ba48234f57543a69

In buildtoc, don't use File::Spec when initialising %BuildFiles.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dec801a3b98cdfd0

In buildtoc, refactor the open ... or my_die pattern into a function.
Nicholas Clark 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/abf29b10c8b1e33c

In buildtoc, make %Readmepods lexical, and $delta_target global.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a63029c42446167c

In buildtoc, eliminate abs_from_top() as it now runs from the top level.
Nicholas Clark 1 file changed, 7 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8bb5f43c8c02168e

In pod/buildtoc, chdir to the top level of the source tree before running.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8acc098340cea34

New branch smoke-me/khw-ucd
143 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/9702982177bbb6f3.tar.gz

README.perl: Add step to new-Unicode release activities
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9702982177bbb6f3

mktables: Remove blanks in files for non-DEBUGGING builds
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9f6edf20dc14942

Deprecate direct use of Unicode db files
Karl Williamson 2 files changed, 27 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c3bb6f6d7c1fc667

mktables: Use re /aa
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8df78253c0b6b7db

mktables: Remove outdated documentation notes
Karl Williamson 1 file changed, 6 insertions(+), 31 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3c11ed9e319b903b

mktables: Add notes about new access to properties
Karl Williamson 1 file changed, 7 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/410a35dbd1e26ff2

Unicode::UCD.pm: Localize $_, $/
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/150b53d917e61589

perluniprops: Change section name
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39c3876ee42fa292

perluniprops: Remove Unicode db files section
Karl Williamson 1 file changed, 0 insertions(+), 106 deletions(-
http://perl5.git.perl.org/perl.git/commit/0661605c90778429

perluniprops: Document prop_invmap() properties
Karl Williamson 2 files changed, 222 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/694779974016ae89

Unicode::UCD: Add prop_invmap()
Karl Williamson 4 files changed, 1805 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/4984c2acf799bd57

mktables: Generate file for NameAlias property
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/60bb2214534cac9a

utf8_heavy: Return values for binary property requested as map
Karl Williamson 1 file changed, 44 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a19cdde6c99ea31

utf8_heavy.pl: Turn on $| if debugging
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6eb64709bbdefb83

utf8_heavy: add comments
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6b95ed8b2961e98

utf8_heavy.pl: Remove no longer needed code
Karl Williamson 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5239303455a633f

utf8.c: Use proper Unicode property names
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6c8d1bd4fa9f7de9

utf8_heavy.pl: Find mapping files from table
Karl Williamson 1 file changed, 14 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/36ff1a8004ff7c3a

utf8_heavy.pl: white-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/013be0515c2daa40

utf8_heavy: Reorder 2 if's
Karl Williamson 1 file changed, 3 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ba7ce19ac70dd975

mktables: Add %file_to_swash_name to utf8_heavy.pl
Karl Williamson 1 file changed, 13 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd40867ae3c4d084

mktables: Fix comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/347e45dbaf9709af

mktables: Add %loose_property_to_file_of to utf8_heavy.pl
Karl Williamson 1 file changed, 29 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/983bf14429164043

mktables: Add comment to generated files
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/806f7047c821bbfc

mktables: Add %algorithmic_named_code_points to UCD.pl
Karl Williamson 1 file changed, 40 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37ec7d0ecd1d304b

Unicode::UCD: pod: document new/old style block property names
Karl Williamson 1 file changed, 39 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4f00a3603cf64771

Unicode::UCD: Add prop_invlist()
Karl Williamson 4 files changed, 486 insertions(+), 2 deletions(
http://perl5.git.perl.org/perl.git/commit/fa8f085271ec64c7

mktables: Add %loose_defaults to UCD.pl
Karl Williamson 1 file changed, 32 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f0ec7fe717baca4a

utf8_heavy.pl: Correct debugging statement
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a93c77347b902b70

utf8_heavy.pl: Return that property is user-defined
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ce825476c047f8ef

Unicode::UCD: add prop_aliases(), prop_value_aliases()
Karl Williamson 3 files changed, 748 insertions(+), 1 deletion(-
http://perl5.git.perl.org/perl.git/commit/a1586409b2a98415

mktables: Add %suppressed_properties to UCD.pl
Karl Williamson 1 file changed, 45 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/241f1cc739fe2e94

mktables: Add %ambiguous_names to UCD.pl
Karl Williamson 1 file changed, 52 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/690ef8f8a2c038e7

mktables: Output ISO_Comment table
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/255d96764e437d7c

mktables: Add %prop_value_aliases to UCD.pl
Karl Williamson 1 file changed, 67 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0cb10a25cd41ea0f

mktables: Add %prop_aliases in UCD.pl
Karl Williamson 1 file changed, 37 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/30e517ae870e4215

mktables: Add %string_property_loose_to_name for UCD.pl
Karl Williamson 1 file changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a72f3046150789ba

mktables: White-space only
Karl Williamson 1 file changed, 20 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/c901710e09696fd8

mktables: store method value in variable
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/99b37c6b2e68c95d

mktables: Use method instead of relying on internals
Karl Williamson 1 file changed, 1 insertion(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9cb88f34ec7e70bb

mktables: Refactor area of code for future commits
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c40073311c7699bf

mktables: Add %loose_to_standard_value to UCD.pl
Karl Williamson 1 file changed, 38 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dac9846e8bd67f71

mktables: Add %perlprop_to_aliases to UCD.pl
Karl Williamson 1 file changed, 70 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ea96d512880a099c

mktables: Create UCD.pl
Karl Williamson 1 file changed, 25 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e44a3518a92821b

mktables: Add 'ucd' member to alias class
Karl Williamson 1 file changed, 33 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6f45649feb31e9bd

mktables: Set proxy tables
Karl Williamson 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e4df67c08f4ce047

mktables: White space only
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28232ebb7fc36a26

mktables: Add proxied fate
Karl Williamson 1 file changed, 25 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae34e1cef141cc06

mktables: Add method to change if outputting pod entry
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/48e8ea978a30aa67

mktables: don't re-use variable for sub-purpose
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3488d7c5da3acba7

mktables: Remove unnecessary test
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d66e9752c40c50d

mktables: rename subroutine to reflect new reality
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/06078c38686461c0

mktables: rearrange make_Heavy() so can do one HERE doc
Karl Williamson 1 file changed, 37 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea116426e666a3e7

mktables: Refactor a string set.
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/78de968b628e0310

mktables: Correct the descriptions of a few tables
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ad759faeb641381d

mktables: Don't generate swash info unnecessarily
Karl Williamson 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d53eaadbc5b2111b

mktables: Mark two internal tables as such
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c5916ad3c5d54821

mktables: Add fate
Karl Williamson 1 file changed, 136 insertions(+), 61 deletions(
http://perl5.git.perl.org/perl.git/commit/baa0bd414c1dd59d

mktables: Use hash instead of grep the keys
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/928eadfbff023e44

perluniprops: Discourage use of internal properties
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a9c720ac99ee916

mktables: Fix up a Unihan property
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3d2893c4e8b97240

perluniprops: Insert placeholder
Karl Williamson 1 file changed, 15 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f5ad60806370e7c

mktables: Factor out a constant string to a variable
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/538fef5f5d2743f6

mktables: Change variable name
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7ff94754f1069b6

perluniprops: Slight wording changes
Karl Williamson 1 file changed, 10 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ab5f748231aad968

perluniprops: Add info about unused Unicode files
Karl Williamson 1 file changed, 72 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/618c29f68f780c73

mktables: More detail on ignored files
Karl Williamson 1 file changed, 15 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e21dae00c2cf948

mktables: Add reason skipping input files
Karl Williamson 1 file changed, 20 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/8fa842fc66912440

mktables; Use variable instead of hard-coded name
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3317f8cf5c85537e

mktables: Change name of field for to indicate restricted use
Karl Williamson 1 file changed, 30 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/0c42903e8108367c

mktables: Improve comment
Karl Williamson 1 file changed, 10 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aec3216008f17284

Use newly created Name.pm file
Karl Williamson 2 files changed, 12 insertions(+), 241 deletions
http://perl5.git.perl.org/perl.git/commit/7b0ab9f24abadad4

mktables: Actually write data into Name.pm
Karl Williamson 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/ac0bf45eea53f931

mktables: White space only
Karl Williamson 1 file changed, 59 insertions(+), 59 deletions(-
http://perl5.git.perl.org/perl.git/commit/3eae6730291fb3f5

mktables: Rmv redundant checks
Karl Williamson 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a8263ee71622eea9

mktables: Copy code to new location.
Karl Williamson 1 file changed, 237 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/b957d145db738d6e

mktables: whitespace changes only
Karl Williamson 1 file changed, 13 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/e231044f99c2bea5

mktables: refactor algorithmically-defined names into globals
Karl Williamson 1 file changed, 47 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/13c142c0e3e8c1a5

mktables: Generate empty Name.pm
Karl Williamson 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/3de16254233387ab

Fix up some properties internal-onlyness
Karl Williamson 1 file changed, 7 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84094411600e273b

mktables: Refactor INTERNAL ONLY warning generation
Karl Williamson 1 file changed, 11 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7bf70efe1b1cd55f

mktables: Mark props that are perl extensions
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6ac0a447141f8634

mktables: Change formal parameter name
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8b6ff21a5341424

mktables: ALERT for U+0007 is really an alias
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/886f61a1c70d78f9

perluniprops: clarify why ISO_Comment is deprecated
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa83c9304d094986

mktables: XONfoo properties are deprecated
Karl Williamson 1 file changed, 11 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec90b49389c5ed65

mktables: Move Decomposition_Type suppression
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0a071ba771ff8c5

UCD.t: fix test names
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/871fe0c81ae1cbdb

Change internal sub name to begin with underscore
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ba467c5fce08a73

UCD.t: Convert to use done_testing()
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c0cc8347fe8e6d3

Unicode::UCD: various nits in pod
Karl Williamson 1 file changed, 36 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/757de5aadc504cb3

Unicode::UCD: correct minor pod error
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/75bd5827107a4098

mktables: output floating pt as strings
Karl Williamson 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/84d1137c83cb0e95

perluniprops: Clarify language about obsoleted properties
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff62afaad240846e

perluniprops: Don't list newer internal-only properties
Karl Williamson 1 file changed, 12 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f006cbf7b0b90ac8

mktables: Change variable name to prevent confusion
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c9d24e559a6d9658

mktables: Don't output Decomposition Type mapping table
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c0cf1c3893d057da

mktables: Add comment to db file
Karl Williamson 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8c01e804f8b52150

mktables: rmv extra blank between words
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/960da462096ee40d

mktables: Don't use hard-coded strings hash keys
Karl Williamson 1 file changed, 22 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/4556dabc5cb33916

mktables: Don't hard-code true/false synonyms
Karl Williamson 1 file changed, 13 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e986f491999332a

mktables: New table format descriptor
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48427e6b9c98100d

mktables: generalize uniprops swash format table
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0f868a724ce0db5

mktables: kIICore becomes a forced bin property
Karl Williamson 1 file changed, 14 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/26fa942f4bb382ba

mktables: Accept Unicode combo binary properties
Karl Williamson 1 file changed, 74 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3273240ee672e17

mktables: Lock a complement table
Karl Williamson 1 file changed, 21 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/886a675cbffe7a03

mktables: White-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ab23d9f43f2084a

mktables: Don't populate inverse tables
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/612ea306b065df06

mktables: use master range list if inverse
Karl Williamson 1 file changed, 16 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bac9bd6a3ad035bc

mktables: perluniprops change prop-val generation
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b2b028938a387df

perluniprops: Fix handling of null prop vals
Karl Williamson 1 file changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd45cd5574051e52

mktables: White-space only
Karl Williamson 1 file changed, 12 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/f4a4942a72a8ef46

mktables: Don't look at complement tables for equivalences
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8e60064b8c86678f

mktables: White space-only
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/4f664ead0bea5255

mktables: Add test to avoid undef
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6c7f3b5e6b021cd

mktables: Move declaration
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f41f153484b47825

mktables: Reorder sort
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/280435e61d372c81

mktables: Remove extra look-up
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0c911f88e0599980

mktables: Use consistent name style for scx
Karl Williamson 1 file changed, 20 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1b5ddb1825ffed0

mktables: extract ref to object just once
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d936ac7ef6dc2eda

mktables: Allow run-time change of class variable
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e34e472a6fda999d

mktables: Allow related equivalencing of sub-tables
Karl Williamson 1 file changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ec9af0869286179

mktables: Fix generated file comment
Karl Williamson 1 file changed, 23 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/51535e42bc5ce631

mktables: Eliminate duplicate op
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cd191780c593b22e

mktables: Initialize variable
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a8094c294050f583

mktables: Try harder to find a good table name
Karl Williamson 1 file changed, 27 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9214cfd7fb1029d3

mktables: Add defensive coding
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/fd6c011d1a83c195

mktables: Improve comments, white-space
Karl Williamson 1 file changed, 130 insertions(+), 109 deletions
http://perl5.git.perl.org/perl.git/commit/bc7c60c26695dded

mktables: Work around deficiency in Unicode data files
Karl Williamson 1 file changed, 14 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f3ec06a3cdcde36a

perluniprops: Add explanatory note
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/82f5c66c3cfff915

mktables: Adjust now that have fixed set_type()
Karl Williamson 1 file changed, 3 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/395006a71434356a

mktables: use full_name as well when converting table to binary
Karl Williamson 1 file changed, 11 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6076a86e7fd97cc4

mktables: Change name of some ccc tables
Karl Williamson 1 file changed, 10 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/222d3433a647c9c0

Unicode::UCD: Remove obsolete pod lines
Karl Williamson 1 file changed, 0 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd672fc9f9f38ec6

perluniprops: mention 5.14 not 5.13
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1882328a534a6620

perluniprops: Add quotes around a couple prop names
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/29d82fef93283109

mktables: Clarify comment added to output tables
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33381dee52a43062

mktables: Remove possibility of 2nd ccc table
Karl Williamson 1 file changed, 7 insertions(+), 27 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df7d74bdedaff3c0

mktables: remove internal restriction
Karl Williamson 1 file changed, 20 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e92d84ba12425c7f

t/uni/case.pl: Allow overridden simple maps in input
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5a00061299ce8157

mktables: Reorder error check
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/086f0b7f3bb999cf

mktables: Clarify warning message
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a945a04642a806fe

perluniprops: nit
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/441af77c6637398f
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
48 commits. 4 unique authors. 4 unique committers.
47 files changed, 647 insertions(+), 466 deletions(-)
Net code removal: Nicholas Clark (2 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/934233d2855a3a59.tar.gz

ignore some newer build generated files
Tony Cook 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/934233d2855a3a59

Update CPANPLUS to CPAN version 0.9112
Chris 'BinGOs' Williams 10 files changed, 25 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/e6bd4dde312159cd

regexec.c: Bypass unneeded step
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad0bff0e77747aa0

regcomp.c: Bypass unneeded step
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c81f2f9ea8eb90e4

Use new/revised case-changing functions in pp.c
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/c0c94615918a33a4

utf8.c: Skip extra function calls
Karl Williamson 1 file changed, 3 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9cef853369cfb49d

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 34 insertions(+), 49 deletions(-
http://perl5.git.perl.org/perl.git/commit/167d19f29f9960a3

pp.c: Remove macro no-longer called
Karl Williamson 1 file changed, 2 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12b093a1634026f2

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 2 insertions(+), 38 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0ecfbd284bc66009

embed.fnc: Make _to_upper_title_latin1() avail to pp.c
Karl Williamson 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/348bf2e01788f171

pp.c: White-space only
Karl Williamson 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/17e95c9d98739c79

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 1 insertion(+), 76 deletions(-)
http://perl5.git.perl.org/perl.git/commit/623cd299abd625a8

pp.c: White-space only
Karl Williamson 1 file changed, 28 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e058693c493f09b

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 8 insertions(+), 24 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3e16b0e6b272793e

pp.c: Add compiler hint
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e67da29c79beab50

pp.c: White-space only
Karl Williamson 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/06b5486afd6f58eb

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 0 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbcd5ab57a4aefcf

utf8.c: Add compiler hint
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/732fbc05bbf5ec0f

utf8.c: Add and revise comments
Karl Williamson 1 file changed, 34 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/af2af9823fa8e87d

Re-order intrpvar.h to avoid false warnings about holes.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/817b0f24a8466499

Re-order intrpvar.h to avoid holes in the interpreter struct.
Nicholas Clark 1 file changed, 6 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e6b4660ca7563fb6

podcheck.t: Add comment
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/de37f83fbb716d5a

perlunicode: Document that \p{user-defined} can match abvoe Unicode
Karl Williamson 1 file changed, 18 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/461020ad235958b1

utf8.c: Don't warn on \p{user-defined} for above-Unicode
Karl Williamson 2 files changed, 25 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/a410ec234e5c265a

utf8_heavy.pl: Pass up USER_DEFINED to outside swash
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04e9cbbbbda4dbde

utf8.c: Handle swashes at UV_MAX
Karl Williamson 2 files changed, 17 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/6cb05c1297bd28c9

utf8.c: Fix swash handling under USE_MORE_BITS
Karl Williamson 2 files changed, 11 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/361ee0fee4b8bd4b

utf8.h: clarify comment
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7eb168e2fb109f4f

utf8.c: Make swashes work close to UV_MAX
Karl Williamson 2 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/84ea5ef60b4892d6

intrpvar.h: Increase size of variable that stores UTF8 bytes
Karl Williamson 2 files changed, 18 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/45d91b83242e0418

Update CGI to CPAN version 3.57
Chris 'BinGOs' Williams 7 files changed, 58 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/3e3c678a0e016dee

Update Digest-SHA to CPAN version 5.63
Chris 'BinGOs' Williams 15 files changed, 48 insertions(+), 22 deletions
http://perl5.git.perl.org/perl.git/commit/a078003682203ddb

UCD.t: Fix 'uninit' warning
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/18e9d8736e4004d1

pat_advanced.t: Display better names for a few tests
Karl Williamson 1 file changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/df6841b6fbc3cb3e

regexec.c: Stop looking for match even sooner
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/89378d8a0f995dd4

regexec.c: revise comment
Karl Williamson 1 file changed, 6 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b33105db76e14fea

mktables: Change member name for clarity
Karl Williamson 1 file changed, 25 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/0eac1e20b62b903f

Fix volatile declaration
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4d6b28934825c9c7

regexec.c: typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5908807ff180f7f2

Change __attribute_unused__ to PERL_UNUSED_DECL
Karl Williamson 3 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d63fa07f5cff6fc

utf8.c: Faster latin1 folding
Karl Williamson 4 files changed, 55 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a1dde8dee0a7efc7

regcomp.c: Change char used to force reading in fold swashes
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f26f1b9ce33a811c

regcomp.c: Add assertion
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/686c8a985d1c5ce0

utf8.c: Faster latin1 upper/title casing
Karl Williamson 4 files changed, 89 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/3a4c58c9c509b789

utf8.c: Expand use of refactored to_uni_lower
Karl Williamson 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/968c5e6ab01546e5

utf8.c: Refactor to_uni_lower()
Karl Williamson 4 files changed, 34 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/afc16117342e69d7

utf8.c: Refactor case-changing calls into macros
Karl Williamson 1 file changed, 20 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/50bda2c32d66573a

regcomp.c: Silence compiler warning about longjump
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/24efd69ba77ba76c

Current branch smoke-me/buildtoc
18 commits. 1 unique author. 1 unique committer.
49 files changed, 6335 insertions(+), 1707 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/12a082e39fc2818a.tar.gz

In buildtoc, refactor to de-duplicate code and variables.
Nicholas Clark 1 file changed, 10 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/12a082e39fc2818a

Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.pl
Nicholas Clark 2 files changed, 3 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/7a3f63a0e5ffcf91

Porting/pod_rules.pl should not warn about files that it is rebuilding.
Nicholas Clark 2 files changed, 25 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/9d20ddc8599547f1

Add Porting/new-perldelta.pl, which automates adding a new perldelta.
Nicholas Clark 5 files changed, 157 insertions(+), 57 deletions
http://perl5.git.perl.org/perl.git/commit/497ed092e48e5795

Flag to get_pod_metadata() whether generated files are expected.
Nicholas Clark 3 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/b6c98606714a54f3

Refactor pod_lib.pl's get_pod_metadata() to remove a temporary array.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a54ac23ea69c9f7

Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.
Nicholas Clark 3 files changed, 16 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/a09886bb45146af2

Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.
Nicholas Clark 9 files changed, 366 insertions(+), 355 deletion
http://perl5.git.perl.org/perl.git/commit/309107e1416ecd30

In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e81b1d17e809590b

Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod
Nicholas Clark 3 files changed, 211 insertions(+), 197 deletion
http://perl5.git.perl.org/perl.git/commit/b321ff76bc775ea9

In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod
Nicholas Clark 1 file changed, 192 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/9a68480a36a00f26

buildtoc --showfiles should report the correct pathnames.
Nicholas Clark 1 file changed, 1 insertion(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c9bc93ecc052b3c4

buildtoc --showfiles should only list the files to regenerated.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6dfd47431a65098a

In buildtoc, don't use File::Spec when initialising %BuildFiles.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd96b115d51874ed

In buildtoc, refactor the open ... or my_die pattern into a function.
Nicholas Clark 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/4e08c0f2235ce4ba

In buildtoc, make %Readmepods lexical, and $delta_target global.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/67cd7b759e7f5b73

In buildtoc, eliminate abs_from_top() as it now runs from the top level.
Nicholas Clark 1 file changed, 7 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12b253dea6b99e3b

In pod/buildtoc, chdir to the top level of the source tree before running.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/80bd244c5f864c6e

Current branch smoke-me/khw-utf8
15 commits. 1 unique author. 1 unique committer.
316 files changed, 14260 insertions(+), 4406 deletions(-)
Net code removal: Karl Williamson (162 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/989fa3635e3a0f76.tar.gz

Add new mktables generated files to .gitignore, makefiles
Karl Williamson 6 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/989fa3635e3a0f76

regexec.c: Bypass unneeded step
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/349cc481381bb96b

regcomp.c: Bypass unneeded step
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0b0c7b244fe5f1bb

utf8.c: Skip extra function calls
Karl Williamson 1 file changed, 3 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/81975760e02c02cd

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 34 insertions(+), 49 deletions(-
http://perl5.git.perl.org/perl.git/commit/8918367888afff8d

pp.c: Remove macro no-longer called
Karl Williamson 1 file changed, 2 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/255e6046209224f8

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 2 insertions(+), 38 deletions(-)
http://perl5.git.perl.org/perl.git/commit/70f1fb19af9d41fb

embed.fnc: Make _to_upper_title_latin1() avail to pp.c
Karl Williamson 3 files changed, 14 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/1a83a4340aeeac77

pp.c: White-space only
Karl Williamson 1 file changed, 6 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d7f7c2a18d1acd57

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 1 insertion(+), 76 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8950aa05ac76e92

pp.c: White-space only
Karl Williamson 1 file changed, 28 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/52f164c84ff2c776

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 8 insertions(+), 24 deletions(-)
http://perl5.git.perl.org/perl.git/commit/942d4be2895d02e5

pp.c: Add compiler hint
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1d905bcd53038477

pp.c: White-space only
Karl Williamson 1 file changed, 23 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/e8ed67a80cc793a1

pp.c: Call subroutine instead of repeat code
Karl Williamson 1 file changed, 0 insertions(+), 19 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7e0438387e97738

New branch briandfoy/perldoc_pod2
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/b880c0b640b23481.tar.gz

Document the translation code
brian d foy 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b880c0b640b23481
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Saturday

Current branch blead
18 commits. 7 unique authors. 7 unique committers.
21 files changed, 297 insertions(+), 181 deletions(-)
Net code removal: Craig A. Berry (29 lines)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3ac704c6958a4906.tar.gz

$Config{locincpath} might be empty
H.Merijn Brand 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3ac704c6958a4906

perldelta additions
Karl Williamson 1 file changed, 21 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b132e3dc9388c54f

feature.pm: Avoid repetition; save memory
Father Chrysostomos 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d2bd2aac5a8ee61

Add 5.16 feature bundle
Father Chrysostomos 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/167f59c18c1e17cd

perldelta up to 7c5c3d9b
Father Chrysostomos 1 file changed, 96 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad32999b763fe685

Move a pp_entereval comment where it belongs.
Father Chrysostomos 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c8cb8d5592ed374f

Internals::SvREFCNT() now treats reference counts as unsigned
Tony Cook 2 files changed, 11 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/691f175822a5edda

[rt #103222] make Internals::SvREFCNT set/get consistent
Tony Cook 2 files changed, 7 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28884311ae093307

match the definition of S_mro_gather_and_rename to its declaration
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aeba7c97cf81cc17

In Perl_lex_start(), don't read the byte before SvPVX().
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/37555a72adecf946

Update string copying in vms/vms.c
Craig A. Berry 1 file changed, 103 insertions(+), 132 deletions
http://perl5.git.perl.org/perl.git/commit/a35dcc95dd245249

Update CGI to CPAN version 3.58
Chris 'BinGOs' Williams 4 files changed, 15 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/cc947deb48c386ac

mktables: nits in comment and pod
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/56339b2c1c8647ab

mktables: Remove support for deprecated properties
Karl Williamson 1 file changed, 22 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1704a0ea254b7379

perlunicode: Update reference to Unicode standard
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/902b08d078649bf4

utf8.c: typo in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ed8b0411e915d111

pp.c: Make sure variable is initialized
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b7576bcb309ba314

Add new mktables generated files to makefiles
Karl Williamson 5 files changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1a234f2b79fabe42

Current branch davem/re_eval
31 commits. 3 unique authors. 1 unique committer.
382 files changed, 17804 insertions(+), 5500 deletions(-)
Thanks, applied: David Mitchell (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/47d3336f0753b88e.tar.gz

Handle literal code blocks in runtime regexes
David Mitchell 4 files changed, 54 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/47d3336f0753b88e

re_op_compile(): rejig code-block handling code
David Mitchell 1 file changed, 36 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ef59218a3bdbfd0

re_op_compile(): refactor some code
David Mitchell 1 file changed, 21 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/a38dec544ebb1f94

remove target from REGCOMP op
David Mitchell 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2fbfceb3bc216e4

Move bulk of pp_regcomp() into re_op_compile()
David Mitchell 7 files changed, 174 insertions(+), 158 deletion
http://perl5.git.perl.org/perl.git/commit/b64d1e65255ecfc6

add PMf_CODELIST_PRIVATE flag
David Mitchell 3 files changed, 21 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c0ac9eef907c6dda

remove private flag 1 from OP_REGCOMP
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/bfe9ce4c11b76752

Fix =~ $str_overloaded (5.10 regression)
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7c8029e38179e945

add volatile decl to fix previous commit
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ca32d28e62bda312

PATCH: [perl #101940]: BBC Tk
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/350202867c2ba05f

regcomp.c: Use no_mg for 2nd fetch of pattern
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38d57422a0e12825

pp_regcomp: dopn't special-case n->1 arg folding
David Mitchell 1 file changed, 34 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/1c13ed16754c2cc5

pp_regcomp: split overloading and concat tasks
David Mitchell 1 file changed, 39 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/f80d62f7334946ee

change re_op_compile() to take a list of SVs
David Mitchell 5 files changed, 15 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/348220af8491d84f

fix for overload/stringfy and pp_regcomp
David Mitchell 2 files changed, 47 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/86435faaeeccd7ff

unlink re_eval code blocks from op list
David Mitchell 1 file changed, 61 insertions(+), 77 deletions(-
http://perl5.git.perl.org/perl.git/commit/a2250838a102ac5b

In Perl_re_op_compile, make a var volatile
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c04d54cb2adf5782

make qr/(?{})/ behave with closures
David Mitchell 21 files changed, 865 insertions(+), 690 deletio
http://perl5.git.perl.org/perl.git/commit/498d0c1b982b4c90

Ignore code blocks within /[...]/
David Mitchell 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/126f0bd4e0c0745e

make recent re_eval changes compile under -Dmad
David Mitchell 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e50c575780579fdd

Mostly complete fix for literal /(?{..})/ blocks
David Mitchell 14 files changed, 293 insertions(+), 129 deletio
http://perl5.git.perl.org/perl.git/commit/abc1f1dc254c8843

add Perl_re_op_compile function
David Mitchell 8 files changed, 146 insertions(+), 54 deletions
http://perl5.git.perl.org/perl.git/commit/eff93b9a00cd0b85

add Perl_current_re_engine() function
David Mitchell 5 files changed, 47 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/b733978b476a6126

re_eval and closures: add lots of TODO tests
David Mitchell 1 file changed, 127 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/739b845bc88efee3

fix the descriptions for pregcomp/re_compile
David Mitchell 1 file changed, 20 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/cef92129b7371463

disable lexing of (?{}) within \Q, \U etc
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/f9e5812f78926d45

update diagnostics message
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/100750dae3530f4a

make re_evals be seen by the toker/parser
David Mitchell 9 files changed, 114 insertions(+), 40 deletions
http://perl5.git.perl.org/perl.git/commit/b9e1b98526daea52

correct comment about how strings are tokenised
David Mitchell 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c28a4a45100131ab

Revert 4 regex commits to ease rebasing
David Mitchell 3 files changed, 20 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/58470bbe64062994

Revert two commits that fix a VOL declaration.
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/afe338c19b570b85

Current branch smoke-me/buildtoc
19 commits. 1 unique author. 1 unique committer.
38 files changed, 439 insertions(+), 514 deletions(-)

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d3dd1e91e4f5152c.tar.gz

Note the changes to pod/buildtoc in the perldelta.
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d3dd1e91e4f5152c

In buildtoc, refactor to de-duplicate code and variables.
Nicholas Clark 1 file changed, 10 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/024f5724a6dfed04

Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.pl
Nicholas Clark 2 files changed, 3 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/29bc4d77e2db991c

Porting/pod_rules.pl should not warn about files that it is rebuilding.
Nicholas Clark 2 files changed, 25 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/bc414bf87261665a

Add Porting/new-perldelta.pl, which automates adding a new perldelta.
Nicholas Clark 5 files changed, 157 insertions(+), 57 deletions
http://perl5.git.perl.org/perl.git/commit/e29ca146283c6d0c

Flag to get_pod_metadata() whether generated files are expected.
Nicholas Clark 3 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/59ad9ed0ba811264

Refactor pod_lib.pl's get_pod_metadata() to remove a temporary array.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a64e47bf1998fe44

Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.
Nicholas Clark 3 files changed, 16 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/7c17edfa6d4105a6

Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.
Nicholas Clark 9 files changed, 366 insertions(+), 355 deletion
http://perl5.git.perl.org/perl.git/commit/38fb927d3d3633b9

In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8aa39c34f73dab8

Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod
Nicholas Clark 3 files changed, 211 insertions(+), 197 deletion
http://perl5.git.perl.org/perl.git/commit/1240c0c8054f9354

In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod
Nicholas Clark 1 file changed, 192 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/8c016eb9f37e82ab

buildtoc --showfiles should report the correct pathnames.
Nicholas Clark 1 file changed, 1 insertion(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/31a9d27998fef42c

buildtoc --showfiles should only list the files to regenerated.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c1857de480a830de

In buildtoc, don't use File::Spec when initialising %BuildFiles.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eb3eecb556cc35ec

In buildtoc, refactor the open ... or my_die pattern into a function.
Nicholas Clark 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/42dd0cfa0d9ecd3f

In buildtoc, make %Readmepods lexical, and $delta_target global.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/806fb31b4df63aff

In buildtoc, eliminate abs_from_top() as it now runs from the top level.
Nicholas Clark 1 file changed, 7 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1de32ebaa6be72bd

In pod/buildtoc, chdir to the top level of the source tree before running.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cdcd6a3c9450ca1b

Current branch smoke-me/gsoc-pod
60 commits. 2 unique authors. 1 unique committer.
172 files changed, 5196 insertions(+), 1196 deletions(-)
Thanks, applied: Marc Green (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3582575f3637e9b0.tar.gz

Dynamically create and delete testdir/test.lib/
Marc Green 15 files changed, 3774 insertions(+), 3708 delet
http://perl5.git.perl.org/perl.git/commit/3582575f3637e9b0

Update known_pod_issues
Marc Green 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/bb5b83833d4f063f

Add Marc Green an an AUTHOR of Pod::Html
Marc Green 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e812cb3f8343acb2

Update known_pod_issues
Marc Green 1 file changed, 12 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aa5012cedff021b3

Rename 2 tests, update files that reference them
Marc Green 17 files changed, 3660 insertions(+), 3660 delet
http://perl5.git.perl.org/perl.git/commit/9ace98e2a41c8a39

Update version number (1.11 -> 1.12)
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e40772ca0510bb66

add new Pod-Html tests (etc) to MANIFEST
Ricardo Signes 1 file changed, 22 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c20321cd12961910

add Marc Green to AUTHORS
Ricardo Signes 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b9143f4d232817f

Clean up some documentation
Marc Green 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7721e60b0f1d1c2

Clean up test cases, rename a few
Marc Green 33 files changed, 601 insertions(+), 621 deletio
http://perl5.git.perl.org/perl.git/commit/8d43ec19861162fe

Stop prepending $volume onto $cwd --podroot
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6e477130519856ea

Unixify the whole path, not just $dir.$file
Marc Green 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d909201639253e0

Fix crossref cross platform compatability issues
Marc Green 10 files changed, 106 insertions(+), 65 deletion
http://perl5.git.perl.org/perl.git/commit/7c41f1eab9d2e151

Fix crossref bug
Marc Green 2 files changed, 20 insertions(+), 22 deletions(
http://perl5.git.perl.org/perl.git/commit/042c2bc8aafe40de

Tabs -> Spaces
Marc Green 2 files changed, 88 insertions(+), 141 deletions
http://perl5.git.perl.org/perl.git/commit/ed36117c53cad58d

Implement option to disable POD ERRORS section
Marc Green 5 files changed, 215 insertions(+), 39 deletions
http://perl5.git.perl.org/perl.git/commit/8ef5953c0f2d3786

Remove unneeded code
Marc Green 1 file changed, 1 insertion(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3eecff6713400b5a

Stop using wrong outfile
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e8f492aff8936e04

Add a test case
Marc Green 2 files changed, 76 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/367d88894aa7f901

Remove /usr/share/perl presence dependency
Marc Green 5 files changed, 3661 insertions(+), 16 deletion
http://perl5.git.perl.org/perl.git/commit/7b7d94fd07e15987

Update htmlview.t for new Pod::Html
Marc Green 2 files changed, 183 insertions(+), 103 deletion
http://perl5.git.perl.org/perl.git/commit/baf7658bacfa659c

Update test case for new Pod::Html
Marc Green 1 file changed, 103 insertions(+), 73 deletions(
http://perl5.git.perl.org/perl.git/commit/8390d18f890f32c2

Don't uc(), keep case the same
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aa71dea9f7a17b1f

Implement --recurse and update test cases
Marc Green 5 files changed, 29 insertions(+), 9 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d7ed44a3073f218

Fix bug with removal of Podroot from each Podpath
Marc Green 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/18f1a6e3a6a2fe0c

Always anchor =item definitions.
Marc Green 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/632db2755bddba77

Update htmlfeature2.t for new p2h
Marc Green 1 file changed, 24 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/75f30f9ea71b4c8e

Update htmlfeature.t for new p2h; fix typo in Html
Marc Green 3 files changed, 20 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/73c2e3adf23f7fb6

Update old-p2h to new-p2h script conversion
Marc Green 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/dfda798153289a39

Fix --backlink bug; add some documentation
Marc Green 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f360b455d78a650d

Update htmlescp.t test case for new Pod::Html
Marc Green 1 file changed, 16 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/5119e4ae9c008c1a

Fix typo in test case
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1591bff440362515

Update htmldir4.t to test new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/df8cd0dbcb073f03

Update htmldir2.t and htmldir3.t to test new p2h
Marc Green 2 files changed, 40 insertions(+), 46 deletions(
http://perl5.git.perl.org/perl.git/commit/de217a8da0aba88a

Use catdir (not catfile) to avoid a leading '//'
Marc Green 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/89fdb0d8d5f71813

Add old-p2h test to new-p2h test conversion script
Marc Green 1 file changed, 53 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ffefbf5fd47ba511

Fix bug dealing with PODS not in %Pages
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b0022953618108b1

Update htmldir.t testcase for new Pod::Html
Marc Green 1 file changed, 20 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/1298850cc6cd5278

Update crossref test case for new Pod::Html
Marc Green 1 file changed, 33 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/050f5da94e41c689

Fix cross reference bug
Marc Green 1 file changed, 68 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/4979c0838bc6b9ff

Start modifying test cases to suit new Pod::Html
Marc Green 15 files changed, 681 insertions(+), 6 deletions
http://perl5.git.perl.org/perl.git/commit/fbf24e084f7e43d3

Move Pod::Simple::XHTML::LocalPodLinks into Pod::Html
Marc Green 1 file changed, 75 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1be43d3085156308

Add $Htmlfileurl to support relativizing crossrefs
Marc Green 1 file changed, 28 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e1ba33ca2371899

Fix ::Search callback arg; fix @Podpath mapping
Marc Green 1 file changed, 13 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a4fca47160a93b0f

Fix minor formatting
Marc Green 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c20b65d069e61723

Remove --libpods feature
Marc Green 1 file changed, 3 insertions(+), 26 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3b49d8d9ac841d8e

Allow test cases to change arguments to pod2html
Marc Green 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ecac43db5d20525a

Reimplement --header, $bodystyle, $tdstyle
Marc Green 1 file changed, 19 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/401f7940ed76c4c7

Start to reimplement --header
Marc Green 1 file changed, 49 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3ada32a32931e57e

Consider $Podroot when finding PODs; consider $Quiet
Marc Green 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d5c3bc559adb73b5

Finish skeleton version of Pod::Html
Marc Green 1 file changed, 25 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9949917516c8bca1

Don't delete html file produced, used for testing
Marc Green 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a5e8ccd3a47aacb3

Create lib/ dir; begin writing ::Search object
Marc Green 1 file changed, 16 insertions(+), 38 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6e6d88193c7dc96

Use Pod::Simple::Search to resolve L<> directives
Marc Green 1 file changed, 18 insertions(+), 17 deletions(-
http://perl5.git.perl.org/perl.git/commit/76589d6f50221f47

Continue to transition to ::LocalPodLinks
Marc Green 1 file changed, 14 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/9236b32b46d48354

Remove spurious code after start of parser switch
Marc Green 1 file changed, 11 insertions(+), 1554 deletions
http://perl5.git.perl.org/perl.git/commit/953c3c52c300d440

Start replacing home made pod parser with ::Simple
Marc Green 1 file changed, 47 insertions(+), 112 deletions(
http://perl5.git.perl.org/perl.git/commit/5c988a712dbd6e92

Temporarily remove --header feature
Marc Green 1 file changed, 1 insertion(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/733902206971413e

Remove cache feature for simplicity
Marc Green 1 file changed, 7 insertions(+), 177 deletions(-
http://perl5.git.perl.org/perl.git/commit/2618a74b5307cde5

Remove deprecated --netscape flag
Marc Green 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/27b29ec338b08496

New branch smoke-me/cBOOL-ish
1 commit. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0cebf65582f92495.tar.gz

Tweak the cBOOL() macro to avoid problems with the AIX compiler.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0cebf65582f92495
Perl 5 Commit Summary [ In reply to ]
Perl 5 commit summary, activity since Wednesday

Current branch blead
64 commits. 11 unique authors. 6 unique committers.
133 files changed, 1683 insertions(+), 999 deletions(-)
Net code removal: Brian Fraser (3 lines)
Thanks, applied: Father Chrysostomos (7) Karl Williamson (2) Steve Hay (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dd14f06c60285679.tar.gz

perldelta for new length() warning
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dd14f06c60285679

Fix pp_goto crash with orphaned GV
Father Chrysostomos 2 files changed, 22 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7d8b4ed398c3ccc6

util.c:get_db_sub: correct comment
Father Chrysostomos 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/107c452c64d52e8f

perldelta for GV scalar localisation
Father Chrysostomos 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fce59cd44e0183e8

Copy magic during localisation even for GVs
Father Chrysostomos 2 files changed, 17 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f1f99dc1f9e949ce

Test length() warning with pad vars
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9710ad417eae30e3

perldiag: Rewrap ‘length() used on %s’
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d46a4e72ad63da3

Throw a helpful warning when someone tries length(@array) or length(%hash)
Matthew Horsfall (alh) 7 files changed, 72 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/e508c8a4ba3a6feb

Tweak the cBOOL() macro to avoid problems with the AIX compiler.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/18f5643bfee3e4c3

Fix threaded build
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4aaab439d81c52dd

perldelta: fix for $DB::sub with bad subname
Father Chrysostomos 1 file changed, 10 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c7c165124c94d8e

Update several test cases to not generate failures on VOS.
Paul Green 6 files changed, 16 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/f6dacdcaaefb1af7

Make sure $DB::sub is callable
Father Chrysostomos 2 files changed, 41 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7999c08934c1371

Remove redundant check in pp_hot.c:pp_entersub
Father Chrysostomos 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d245ac18d52fede

Update IO-Compress to CPAN version 2.042
Chris 'BinGOs' Williams 34 files changed, 242 insertions(+), 161 deletio
http://perl5.git.perl.org/perl.git/commit/aad9a0d95876a1e0

Update Compress-Raw-Zlib to CPAN version 2.042
Chris 'BinGOs' Williams 5 files changed, 10 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/54172f843dd1c7e4

Update Compress-Raw-Bzip2 to CPAN version 2.042
Chris 'BinGOs' Williams 6 files changed, 11 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a32349f5b8f0b889

Separate the build and non-build functionality of pod/buildtoc
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/7fc53d04ce15283f

Note the changes to pod/buildtoc in the perldelta.
Nicholas Clark 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/531ba486567a7e92

In buildtoc, refactor to de-duplicate code and variables.
Nicholas Clark 1 file changed, 10 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/8c9aa8a047a5d0b9

Refactor pod_rules.pl and buildtoc to use new functions in pod_lib.pl
Nicholas Clark 2 files changed, 3 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b0c5c72fe9178c3

Porting/pod_rules.pl should not warn about files that it is rebuilding.
Nicholas Clark 2 files changed, 25 insertions(+), 13 deletions(
http://perl5.git.perl.org/perl.git/commit/9e241592f0b49731

Add Porting/new-perldelta.pl, which automates adding a new perldelta.
Nicholas Clark 5 files changed, 157 insertions(+), 57 deletions
http://perl5.git.perl.org/perl.git/commit/bcfe7366a024445f

Flag to get_pod_metadata() whether generated files are expected.
Nicholas Clark 3 files changed, 15 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/c26a697bb0fc682e

Refactor pod_lib.pl's get_pod_metadata() to remove a temporary array.
Nicholas Clark 1 file changed, 7 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/852355fc8bd0e2a7

Rename t/porting/buildtoc.t to pod_rules.t to reflect the previous change.
Nicholas Clark 3 files changed, 16 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/ce9f58fe3b31564d

Create Porting/pod_rules.pl, with all non perltoc.pod code from buildtoc.
Nicholas Clark 9 files changed, 366 insertions(+), 355 deletion
http://perl5.git.perl.org/perl.git/commit/b78c110439167132

In pod_lib.pl's get_pod_metadata(), generate lookup hashes directly.
Nicholas Clark 1 file changed, 5 insertions(+), 12 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fdb59a5b6374262

Extract from buildtoc the code that processes pod.lst, MANIFEST and perl.pod
Nicholas Clark 3 files changed, 211 insertions(+), 197 deletion
http://perl5.git.perl.org/perl.git/commit/d7816c475cbc9683

In buildtoc, refactor the code that reads pod.lst, MANIFEST and perl.pod
Nicholas Clark 1 file changed, 192 insertions(+), 185 deletions
http://perl5.git.perl.org/perl.git/commit/57df841203b15488

buildtoc --showfiles should report the correct pathnames.
Nicholas Clark 1 file changed, 1 insertion(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cb9cdbd1d6b9f938

buildtoc --showfiles should only list the files to regenerated.
Nicholas Clark 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45f5b240fba94eff

In buildtoc, don't use File::Spec when initialising %BuildFiles.
Nicholas Clark 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7412110ec868500d

In buildtoc, refactor the open ... or my_die pattern into a function.
Nicholas Clark 1 file changed, 11 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/ad77fdb48128c451

In buildtoc, make %Readmepods lexical, and $delta_target global.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85fa87dbdbe1a457

In buildtoc, eliminate abs_from_top() as it now runs from the top level.
Nicholas Clark 1 file changed, 7 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f37610d895e1d30b

In pod/buildtoc, chdir to the top level of the source tree before running.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ccbc72835d4d5543

Localise $/ properly in UCD.pm
Father Chrysostomos 2 files changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce066323ce88fe6e

Detect whether ccache is available to bisect.
Paul Johnson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/63f9ec3008baf7d6

turn off buggy optimisations in one HP compiler
Zefram 1 file changed, 15 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2ba3ed0cc50ab0b9

Re-deprecate $[.
Father Chrysostomos 16 files changed, 36 insertions(+), 11 deletions
http://perl5.git.perl.org/perl.git/commit/36b2db7e45905e9d

arybase.xs: Don’t use arybase::[.
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/184a899d763a26b6

arybase.xs: Check that $[. is in the main stash
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/45aff279082494e5

Add can_isa_ok.t to MANIFEST
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e7fd22c88572020

Add class_ok() and object_ok() to t/test.pl.
Michael G. Schwern 20 files changed, 95 insertions(+), 48 deletions
http://perl5.git.perl.org/perl.git/commit/bbce3ca648eab3f3

Patch t/test.pl so isa_ok() works with objects.
Michael G. Schwern 2 files changed, 60 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/b8ab4b0c2ac8ae09

Sun cc and CC do not support gcc attributes.
Reini Urban 1 file changed, 16 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2485732a89bf5918

Detect SunOS CC workshop c++ compiler
Reini Urban 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ceaf555e5ba90cfb

perldelta for #70151
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cca38fda51b9e232

Document S_doeval’s calling convention
Father Chrysostomos 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7d116edc22c7aa68

[perl #70151] eval localises %^H at runtime
Father Chrysostomos 7 files changed, 76 insertions(+), 45 deletions(
http://perl5.git.perl.org/perl.git/commit/f45b078d20e995d8

perldelta for PL_curcop localisation
Father Chrysostomos 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3973654ea25ef9a4

Localise PL_curcop for BEGIN blocks
Father Chrysostomos 4 files changed, 24 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/16c632750a8d65ba

Combine two blocks in pp_ctl.c:S_doeval
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cd6472fc34fd7035

eval.t: add bug number
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a72a10949f7bcdea

eval.t: typos
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/59a970175aa7d8cd

Add --check-shebang to bisect-runner.pl, to avoid mistakes with #! lines
Nicholas Clark 2 files changed, 49 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/7cffc32dac68b476

Note in Porting/bisect.pl that its documentation is in bisect-runner.pl
Nicholas Clark 1 file changed, 12 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b404864a75de704

Fix fatal bug in bisect-runner.pl for some 5.004 revisions.
Nicholas Clark 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6626a4747f9a9780

Unused variable in in sv_eq
Brian Fraser 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e1750a13e7d7d9e1

Fix misprint in doc of UNIVERSAL
Perlover 2 files changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e2af760154b3243b

avoid some test-time warnings
Zefram 3 files changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97bae9c59cd181b3

\x-ify non-ASCII chars in C string literal
Zefram 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a1cd495a0ac7aac7

expunge gratuitous Unicode punctuation in comments
Zefram 6 files changed, 12 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/e1fa07e3ed9a1e81

New branch smueller/sort
5 commits. 1 unique author. 1 unique committer.

Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7e41c88cdc2a19b9.tar.gz

Some tests for the sort deref optimization
Steffen Mueller 1 file changed, 53 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7e41c88cdc2a19b9

FIXME can't go into blead like this
Steffen Mueller 4 files changed, 60 insertions(+), 57 deletions(
http://perl5.git.perl.org/perl.git/commit/e96e64146d74e035

FIXME this can't go into blead as is
Steffen Mueller 5 files changed, 85 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/5d2419249d341ded

FIXME this can't go into blead as is
Steffen Mueller 5 files changed, 121 insertions(+), 13 deletions
http://perl5.git.perl.org/perl.git/commit/c531317f16394688

Rename variable for clarity
Steffen Mueller 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ad0d661cbdf464b0

New branch sprout/length-warning
3 commits. 2 unique authors. 1 unique committer.
Thanks, applied: Father Chrysostomos (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7187e4df1c22bf5f.tar.gz

Test length() warning with pad vars
Father Chrysostomos 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7187e4df1c22bf5f

perldiag: Rewrap ‘length() used on %s’
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d10d4d4246f71cab

Throw a helpful warning when someone tries length(@array) or length(%hash)
Matthew Horsfall (alh) 7 files changed, 72 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/a440bf2bb71cab86

1 ... 6 7 8 9 10 11 12 13 14 ... 18  View All