Front page | perl.perl5.porters |
Postings from June 2012
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
June 5, 2012 18:14
Subject:
Perl 5 Commit Summary
Message ID:
E1Sc4pB-0001gn-PP@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
143 commits. 10 unique authors. 9 unique committers.
91 files changed, 2501 insertions(+), 1239 deletions(-)
Net code removal: Sullivan Beck (43 lines) Father Chrysostomos (30 lines)
Thanks, applied: Nicholas Clark (1) Karl Williamson (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ee39f343efffd64e.tar.gz
Merge improvements to make_ext.pl
Nicholas Clark 2 parents
http://perl5.git.perl.org/perl.git/commit/ee39f343efffd64e
In make_ext.pl, inline _macroify_passthrough() into its only caller.
Nicholas Clark 1 file changed, 5 insertions(+), 10 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e06977207755fde1
In make_ext.pl, only fudge the Makefile.PL timestamp when generating it.
Nicholas Clark 1 file changed, 10 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/43f197b58b234b5f
make_ext.pl need not manipulate @INC, as buildcustomize.pl already does it.
Nicholas Clark 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5924d25db672e418
In make_ext.pl, move loading FindExt and Cwd into the Win32-only code.
Nicholas Clark 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/14636674d1354874
Check for linuxthreads with POSIX semantics
Dominic Hargreaves 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0a3f71856bf44d3
make TRIE nodes "absorb" NOTHING->EXACT sequences
Yves Orton 2 files changed, 79 insertions(+), 33 deletions(
http://perl5.git.perl.org/perl.git/commit/df826430da0d8b5e
fix [perl #76546] regex engine slowdown bug
Yves Orton 1 file changed, 13 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8080198d296073f
[perl #113486] pp_ctl.c: Don’t assume CopSTASH is a hash
Father Chrysostomos 2 files changed, 20 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/e78862116af84a6c
Fix bad assertions in pp_ctl.c:pp_caller
Father Chrysostomos 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d0279c7ce493b723
Do away with stashpv_hvname_match
Father Chrysostomos 4 files changed, 0 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/c947b31cf1422f59
Say goodbye to SAVECOPSTASH
Father Chrysostomos 1 file changed, 2 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61b3e50d8dcb7197
Obliterate CopSTASH_free
Father Chrysostomos 3 files changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/69927412246c66d2
stash.t: Un-TODO passing tests
Father Chrysostomos 2 files changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2b2e870525cc613c
[perl #78742] Store CopSTASH in a pad under threads
Father Chrysostomos 14 files changed, 79 insertions(+), 84 deletions
http://perl5.git.perl.org/perl.git/commit/d4d03940c58a0177
Increase $B::VERSION to 1.36
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f3ac9fb2631eb370
pad.c: Remove obsolete comment
Father Chrysostomos 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/715f9ce71e7b8c21
Don’t localise CopSTASH(&PL_compiling) in newCONSTSUB
Father Chrysostomos 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/28333232a1c7950f
add details for doy and TonyC for July 20
Ricardo Signes 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e153fc352d5563cb
Bump $Pod::Html::VERSION to reflect the changes of commit 978af2c644ee9abf.
Nicholas Clark 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/995657526623d5b0
Merge branch 'post-5.16' into blead
Steve Peters 2 parents
http://perl5.git.perl.org/perl.git/commit/db396eb2bfb2bbda
Version bump for POSIX.pm.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/45ed5e1b00da4aec
extern "C" for POSIX.xs.
Craig A. Berry 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a2e65780dd8343d3
extern "C" for sdbm.c.
Craig A. Berry 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/938f40b7bc0ceab1
Remove commented-out debugging print statements from File:DosGlob
Nicholas Clark 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bbd7bacc48bc053e
Refactor File::DosGlob to avoid an unescaped { in a regex.
Nicholas Clark 2 files changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff3f295cdd229f27
mktables: Convert to BELL meaning U+1F514
Karl Williamson 5 files changed, 39 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/fe3193b514b01b0a
mktables memory reduction
Nicholas Clark 1 file changed, 9 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c292d35a22557215
podcheck.t: white-space only: indent properly
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6fca57a162544ba8
perldelta entry for Perl working on all Unicode releases
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7ade940cd36bef63
VMS --> __VMS in a2p.h.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/54b3431f2c917d02
Allow Perl to use older Unicode releases
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/0d3e8370ef06da83
mktables: Use for loop instead of each
Karl Williamson 1 file changed, 1 insertion(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/086bd81997e12673
mktables: Allow easy generation of Unicode-deprecated files
Karl Williamson 1 file changed, 11 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e9c4b4f8682a7906
mktables, README.perl: Add, fix comments
Karl Williamson 2 files changed, 132 insertions(+), 68 deletions
http://perl5.git.perl.org/perl.git/commit/232ed87f41007d2a
perl.pod: Remove reference to specific Unicode version
Karl Williamson 3 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0cb5a9a896caac34
utf8.c: Use new internal properties for \X
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f957fa32e95c87e1
mktables: White-space only
Karl Williamson 1 file changed, 14 insertions(+), 15 deletions(-
http://perl5.git.perl.org/perl.git/commit/9c3680f930b62475
mktables: Use modern \X definition for early Unicodes
Karl Williamson 1 file changed, 189 insertions(+), 74 deletions(
http://perl5.git.perl.org/perl.git/commit/30769324d5b5817b
perluniprops: Work correctly with PLACEHOLDER entries
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c6005d23508ec68d
mktables: Create get accessor for object
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/696609bfbe8294c4
mktables: Make sure a \p{ID_Continue} is also \p{Word}
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c88f7420f6aecc55
mktables: Improve defn of xidc for early Unicodes
Karl Williamson 1 file changed, 63 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0686c5ae41c7e596
mktables: Improve \p{xids} defn for early Unicodes
Karl Williamson 1 file changed, 41 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c157f5d2977bb9a4
mktables: Defined \p{AHex} and \p{ASCII_Hex_Digit} for early Unicodes
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/aff65f9f696b8f05
mktables: Improve Lower, Upper defns in early Unicodes
Karl Williamson 1 file changed, 38 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4e165f0a30825a97
mktables: Remove early Unicode defective \p{Alpha=Y}
Karl Williamson 1 file changed, 22 insertions(+), 21 deletions(-
http://perl5.git.perl.org/perl.git/commit/0ff33a848afab2df
mktables: Improve \p{Alphabetic} definition for early Unicodes
Karl Williamson 1 file changed, 97 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fc862497326763ca
perluniprops: Omit mention of zero-length special tables
Karl Williamson 1 file changed, 4 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c24fade0c70a6946
mktables: Reorder enum
Karl Williamson 1 file changed, 9 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3cdaf629e91b8ba3
mktables: White-space only change
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5a5f34c4dea90bbe
Shorten a $variable name
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8fdef2795bdab8c3
add period to end of sentence in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a19e6569e0ca1667
fold_grind.t: DEBUG mode should automatically give full output results
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9f39198c02db2db1
mktables: slight efficiency improvement
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/428230fae8873163
mktables: Improve warning messages and handling for overloads
Karl Williamson 1 file changed, 16 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5d9b6ded97f1de66
mktables: '.=' should be just '.'
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ada6088ed9ce945e
mktables: Don't use turkic casefold rules for early Unicodes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/005c991b79dbd3bb
mktables: correct, clarify comments
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/c3783c6cc7f81206
mktables: fix warning message
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/90b20726b7b798a0
mktables: improve a tracing msg
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/52d4d76abe587f07
Unicode::UCD: Cope with early Unicodes for casespec()
Karl Williamson 1 file changed, 12 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f033d3cd103489a9
uni/fold.t: Improve some handling of older Unicodes
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed5347aea041ae4a
uni/fold.t: Add details to some test names
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bd08cd442cf5eb52
fold_grind.t: white-space, comments only
Karl Williamson 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4922c5b0e20af628
mktables: white-space only
Karl Williamson 1 file changed, 8 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf06c733213e5469
mktables: Enable -annotate arg on early Unicodes
Karl Williamson 1 file changed, 27 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/1d025d66877c2221
mktables: Move some code around for proximity
Karl Williamson 1 file changed, 5 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/853d6ba7554fb92f
mktables: Rmv unnecessary $temporary
Karl Williamson 1 file changed, 2 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9f27388fb17a0e23
mktables: Give correct \X defn for earlier Unicode
Karl Williamson 1 file changed, 13 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e32e3863bffb006d
mktables: suppress placeholder in gen'd pod
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f1738f8f7f90f885
UCD.t: Allow to test earlier Unicodes
Karl Williamson 1 file changed, 10 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/3eb27b83aeeefcfc
reg_fold.t: Allow to work on early Unicodes
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5fede848e715f749
UCD.pm: Fix grammar in comment
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e2c04025319bfe20
uni/fold.t: Use Unicode::UCD::casefolds() for inputs
Karl Williamson 1 file changed, 21 insertions(+), 26 deletions(-
http://perl5.git.perl.org/perl.git/commit/accfa1f1f12a3397
Add all_casefolds()
Karl Williamson 2 files changed, 59 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/66aa79e2ff833a0c
t/uni/case.pl: Allow to work on early Unicodes
Karl Williamson 4 files changed, 42 insertions(+), 81 deletions(
http://perl5.git.perl.org/perl.git/commit/2d6d401875a6ecda
t/uni/case.pl: Use warnings and strict
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/83e3658bfb5d2234
Unicode::UCD: Allow some fncs to work under minitest
Karl Williamson 1 file changed, 41 insertions(+), 12 deletions(-
http://perl5.git.perl.org/perl.git/commit/cb3150f5b0332f96
reg_fold.t: Fix test to work on EBCDIC platform
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ce0a582eab08aac7
reg_fold.t: Allow to work on early Unicodes
Karl Williamson 1 file changed, 42 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10329c4752da107c
mk_PL_charclass.pl: Allow to work on early Unicodes
Karl Williamson 2 files changed, 43 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/dbe1ba6ba7a5cdb7
fold_grind.t: Allow to work on early Unicodes
Karl Williamson 1 file changed, 50 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/83521fcf4b2a2430
fold_grind.t: read environment variable just once
Karl Williamson 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7109081a50c514b5
mktables: Extend Name_Alias property to early Unicode releases
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f447a8a22252b189
charnames.t: White-space only
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/c4af86be51dc474f
charnames.t: Fix to work on Unicodes without NameAliases
Karl Williamson 1 file changed, 44 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f2f88f09059804e1
charnames.t: Skip hangul syllable testing for early Unicodes
Karl Williamson 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/869ae7827732501e
charnames.t: Indent newly formed block
Karl Williamson 1 file changed, 13 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/b67abedff220a81f
charnames.t: Skip testing named sequences if don't exist
Karl Williamson 1 file changed, 7 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/35dfc9cf57914064
installperl: CaseFolding.txt no longer needed
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4731737c3a4f708d
Unicode::UCD::casefold(): Don't use .txt file for source
Karl Williamson 1 file changed, 82 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/727c62fffd30ba6e
UCD.t: Don't use BEL for $/
Karl Williamson 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9a8e4a54f8b3668a
UCD.t: Skip PropValueAliases tests on early Unicodes
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/61b174f61a935a3f
UCD.t: Skip tests for PropertyAlias on early Unicodes
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a2ae3b5a5d575d6
UCD.t: Use v-string for easier version comparison
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/863a4fdf042e8c89
UCD.t: white-space only
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f7ef59f744e8d509
Unicode::UCD: Fix blocks to work on early Unicodes
Karl Williamson 1 file changed, 9 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fe252ba7bd4499b9
Unicode::UCD: Fix to work on Unicodes without script property
Karl Williamson 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/49ea58c841ad0652
Unicode::UCD::compexcl(): Fix to work on early Unicodes
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2afba6a49dbf1bd4
Unicode::UCD::charinfo(): Fix to handle decomps in early Unicode releases
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9abdc62b86c867d4
Unicode::UCD::prop_invmap(): Fix so handles dm in earlier Unicodes
Karl Williamson 1 file changed, 12 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1a4c9760dd00c3af
Unicode::UCD::prop_invmap: Fix so works on very early Unicode
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/df46a385358b3b88
Unicode::UCD::prop_invmap(): Fix to work on early Unicodes
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cfc5eb77b6edb3a8
Unicode::UCD::num(): Fix so works on early Unicode releases
Karl Williamson 1 file changed, 29 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/5522af1c68d6d725
Unicode::UCD::charinfo(): get ISO comment for earlier Unicodes
Karl Williamson 1 file changed, 11 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/72fcb9f0b6d1060f
Unicode::UCD: Store v-string Unicode version.
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e80c2d9db1a9b57c
mktables: Fix up Unicod 2.18 special casing file
Karl Williamson 1 file changed, 19 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/154ab5282178b1a2
mktables: Fix-up for Unicode version 1
Karl Williamson 1 file changed, 18 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4a4f42709a1ca2ac
mktables: Add definitions for missing property value aliases
Karl Williamson 1 file changed, 9 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/90e649828b79e9bb
mktables: Add Unicode_1_names if missing from early Unicode releases
Karl Williamson 1 file changed, 95 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08978fe66c8b84c9
mktables: Allow simple_mapfoo tables to work in early Unicode releases
Karl Williamson 1 file changed, 0 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d529ccf9ce9a792e
mktables: Work around bug in early Unicode databases
Karl Williamson 1 file changed, 23 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be864b6caca08f10
mktables: Fix to enable XIDS property in early Unicode releases
Karl Williamson 1 file changed, 24 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0646dc10ab2dd935
mktables: Compile \w correctly on early Unicode versions
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/545b221f7401aa70
mktables: Consolidate handling of Cased property
Karl Williamson 1 file changed, 37 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/f53af35ee2959366
mktables: Fix for Unicode versions without fold, special casing
Karl Williamson 1 file changed, 33 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/a868e56332f7eaa7
mktables: Suppress invalid warning on early Unicode releases
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2e2778b218a143b6
mktables: Move assignment out of loop
Karl Williamson 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d7ddd2c4a5b8680b
mktables: White-space only
Karl Williamson 1 file changed, 41 insertions(+), 42 deletions(-
http://perl5.git.perl.org/perl.git/commit/cf01e0577762c52d
mktables: remove now-always-true test
Karl Williamson 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39d992c9eb92efdf
mktables: Extend Name_Alias property to early Unicode releases
Karl Williamson 1 file changed, 48 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f11ca562577c8e6d
mktables: Loop should begin at 0
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17060217fa0f9277
mktables: Add input error check and warning
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/04537e94f8ba5aa8
mktables: Add overload for '&=' on property objects
Karl Williamson 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a0a95192e0686e1f
mk_invlists.pl: Add error check and die if fails
Karl Williamson 1 file changed, 4 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/76d3994ce8254ddd
mktables: Move dummy table generation earlier
Karl Williamson 1 file changed, 28 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/af921c2d043eefd4
mktables: Suppress warnings for placeholder tables
Karl Williamson 1 file changed, 8 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26e2a4d8b2d79739
mktables: Lowercase property name to conform with Unicode
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/666ae5d49eb9ab3f
mktables: Remove unnecessary code
Karl Williamson 1 file changed, 0 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/832ca7e029d33ea0
mktables: White-space only
Karl Williamson 1 file changed, 23 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/b4e741dd439d1451
mktables: skip some processing in debug mode
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10d7eb0dee3d55c3
mktables: Optionally create normalization test file
Karl Williamson 1 file changed, 114 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b5ab373f7f9fe71
mktables: Shorten test file name
Karl Williamson 2 files changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/38a91a4e99afcd72
podcheck.t: Fix more transitory file problems
Karl Williamson 1 file changed, 31 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/48b96b3dbf4c56e6
Bump Locale-Codes from 3.21 to 3.22
Sullivan Beck 31 files changed, 239 insertions(+), 282 deletio
http://perl5.git.perl.org/perl.git/commit/75e3a58a54895854
If kill 0, PPID works, use it to avoid race conditions in t/op/getppid.t
Nicholas Clark 1 file changed, 31 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5325a77d878b331
In t/op/getppid.t remove most race conditions by signaling using pipes.
Nicholas Clark 1 file changed, 17 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7285a48a38e9b0d3
In t/op/getppid.t, die if any pipe close fails.
Nicholas Clark 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a374d15c344afad9
perldelta for c6ed316378d6d1918fa7626803c875b84f0ec8ea
Tony Cook 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/1c633914731b2bc1
[perl #64772] allow for sync on read only handles
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/c6ed316378d6d191
Add --libpods back as a non-functional option to pod2html.
Steve Peters 2 files changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/978af2c644ee9abf
Since the HTML files generated by pod2html claim to have a utf-8 charset,
Steve Peters 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dad26a174010648e
Current branch davem/re_eval
114 commits. 3 unique authors. 1 unique committer.
393 files changed, 15215 insertions(+), 18508 deletions(-)
Thanks, applied: David Mitchell (5)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/10d4484256df3a41.tar.gz
avoid 'unescaped left brace' warnings
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10d4484256df3a41
Avoid braces warning in regen_perly.pl
David Mitchell 4 files changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae5dd892b320419a
re-apply temporarily remove overload.t changes
David Mitchell 1 file changed, 128 insertions(+), 37 deletions(
http://perl5.git.perl.org/perl.git/commit/a0a55a5d8127af28
add tests for $1 modified compiling code block
David Mitchell 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2b2b85943e9c644e
add tests that (?{}) etc called in scalar context
David Mitchell 1 file changed, 11 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a6bf8b9c67b76985
handle (??{}) returning an overloaded value
David Mitchell 2 files changed, 22 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/2edb2ec87829287b
handle weird/undef (?{}), (??{}) return value
David Mitchell 2 files changed, 52 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/edc06b5b55239964
simply 'use bytes' handling of (??{})
David Mitchell 1 file changed, 3 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5bbfcc5b8fdec30a
further simplify (??{}) return code
David Mitchell 1 file changed, 14 insertions(+), 22 deletions(-
http://perl5.git.perl.org/perl.git/commit/ccdc1a4eabe6a98a
simplify the return code in (??{})
David Mitchell 1 file changed, 1 insertion(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/bf74e3d34174f807
remove invalid assertion in (??{}) return code
David Mitchell 2 files changed, 10 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/25e92178ff063e3d
propagate 'use re eval' into return from (??{})
David Mitchell 5 files changed, 30 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/da84adb873022b94
save paren positions when running (?{}) code
David Mitchell 2 files changed, 111 insertions(+), 6 deletions(
http://perl5.git.perl.org/perl.git/commit/a9a3d550f16f5e9f
fix refcount of rex attached to PL_reg_curpm
David Mitchell 1 file changed, 19 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/c6a1b7535157b77d
perlreapi: fix documentation on last(close)?paren
David Mitchell 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e68501720d93c9f5
Remove redundant comment.
David Mitchell 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b9c3b126973cd5eb
remove some redundant code from CURLY rex ops
David Mitchell 1 file changed, 0 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0260fcd8a38c0c70
$+ and $^N not always correct on backtracking
David Mitchell 3 files changed, 42 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/972a661b51d2a302
reduce size of struct regmatch_state
David Mitchell 2 files changed, 4 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ec5e52cfbcda12e6
regcppush(): don't bother saving each paren number
David Mitchell 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/595adb420c243736
set PL_reg_starttry correctly
David Mitchell 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/da74e22d3719acd6
pp_match(): clarify intuit parens behaviour
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54db7c34eba2f049
S_regcppush/pop : don't save PL_reginput
David Mitchell 3 files changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/eac9be679094d9ab
improve -Mre=Debug,BUFFERS debugging
David Mitchell 1 file changed, 77 insertions(+), 25 deletions(-
http://perl5.git.perl.org/perl.git/commit/19ab196c046cccc6
make regexp_paren_pair.start_tmp an offset
David Mitchell 2 files changed, 12 insertions(+), 10 deletions(
http://perl5.git.perl.org/perl.git/commit/b7819e028874cadd
eliminate PL_reg_start_tmp, PL_reg_start_tmpl
David Mitchell 6 files changed, 16 insertions(+), 47 deletions(
http://perl5.git.perl.org/perl.git/commit/0f701c347b199200
eliminate PL_reglast(close)?paren, PL_regoffs
David Mitchell 6 files changed, 92 insertions(+), 127 deletions
http://perl5.git.perl.org/perl.git/commit/349e04038ef8224a
make calling of /(?{}) code blocks correct
David Mitchell 5 files changed, 277 insertions(+), 76 deletions
http://perl5.git.perl.org/perl.git/commit/341f7a8d3479860a
make is_bare_re bool. not int in re_op_compile
David Mitchell 5 files changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/811fc89e267cec2e
make OP_REGCRESET only for taint handling
David Mitchell 3 files changed, 21 insertions(+), 7 deletions(-
http://perl5.git.perl.org/perl.git/commit/a06a677e6016e3b7
S_doeval(): saveop can never be null now
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/25005056cc18f098
reindent S_doeval() following a code purge.
David Mitchell 1 file changed, 41 insertions(+), 41 deletions(-
http://perl5.git.perl.org/perl.git/commit/1de4c6c2e05c5835
eliminate sv_compile_2op, sv_compile_2op_is_broken
David Mitchell 5 files changed, 23 insertions(+), 202 deletions
http://perl5.git.perl.org/perl.git/commit/9542b840eb483da8
eliminate OP_4tree type
David Mitchell 2 files changed, 4 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b8ec5ebbaebecbcd
rename and simplify PL_reg_eval_set
David Mitchell 2 files changed, 13 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/57c20ddd519c4ebc
eliminate RExC_seen_evals and RExC_rx->seen_evals
David Mitchell 4 files changed, 1 insertion(+), 14 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e8a8de56dfb21b51
eliminate PL_reginterp_cnt
David Mitchell 5 files changed, 1 insertion(+), 20 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f6c1556596217409
eliminate REG_SEEN_EVAL
David Mitchell 2 files changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/12f22ea626a4944b
add some more tests for PL_cv_has_eval
David Mitchell 1 file changed, 19 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/46d1b7bc6dbebfa1
pat_re_eval.t; test "use re 'eval'"
David Mitchell 1 file changed, 100 insertions(+), 56 deletions(
http://perl5.git.perl.org/perl.git/commit/c336871ad903c27a
bump re.pm version number
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4ae8658a044a7a99
ensure regex evals report the right location
David Mitchell 3 files changed, 66 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/6180d2918604ad7b
Fix up runtime regex codeblocks.
David Mitchell 16 files changed, 449 insertions(+), 182 deletio
http://perl5.git.perl.org/perl.git/commit/23e8ac561ffa390f
pmruntime: make more use of Perl_re_op_compile
David Mitchell 1 file changed, 7 insertions(+), 33 deletions(-)
http://perl5.git.perl.org/perl.git/commit/08306c880c5fd848
free PL_regex_padav later
David Mitchell 1 file changed, 16 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/173d3eddc00626d8
improve skipping of regex [..] char class in toker
David Mitchell 2 files changed, 23 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/ca0656d28323cf65
add PMf_USE_RE_EVAL flag
David Mitchell 3 files changed, 7 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ae0fd8286eb2afc2
skip re_eval leak test under -Dmad
David Mitchell 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a9502d5c1beca760
mark a var as volatile to avoid longjmp warning
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/472d129a9611666c
re-enable some threaded regex TODO tests
David Mitchell 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fd025ac67b53f2cb
make _REGEXP_COMMON work under win32
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/036d6ab9994bc1a5
re/pat_re_eval.t: tidy some 'use re eval' tests
David Mitchell 1 file changed, 14 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cdd18cb42f437f4c
[perl #108780] Make /foo$qr/ work under ‘no overloading’
Father Chrysostomos 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5abf08546a881af6
regcomp.c: Silence valgrind warning
Karl Williamson 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0b9ba7bdabc38df8
undo temporarily reverted lib/overload.t tests"
David Mitchell 1 file changed, 48 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c76d8aaa8aaddde3
add tests for regex recompilation
David Mitchell 2 files changed, 187 insertions(+), 0 deletions(
http://perl5.git.perl.org/perl.git/commit/b862a19de22975f8
force recompiling of regex where closures matter
David Mitchell 3 files changed, 55 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/9c1fd8b0f66a2ca0
fix =/== typo in ext/re/t/regop.t
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e377528465837838
add op_comp field to regexp_engine API
David Mitchell 10 files changed, 59 insertions(+), 45 deletions
http://perl5.git.perl.org/perl.git/commit/a1114d09fffa0cde
re_op_compile(): merge the two 'eq old_re' checks
David Mitchell 1 file changed, 14 insertions(+), 24 deletions(-
http://perl5.git.perl.org/perl.git/commit/c57f7309cea6f25c
pat_re_eval.t: reduce scope of 'use re eval'.
David Mitchell 1 file changed, 10 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cd5bb7257041af67
pat_re_eval.t: remove 'no warnings'
David Mitchell 1 file changed, 6 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/54bba12a02c3d0f7
add more tests for embedded qr// and code blocks
David Mitchell 1 file changed, 40 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ede648c92c90e339
re_op_compile(): split flags into two arguments
David Mitchell 6 files changed, 24 insertions(+), 15 deletions(
http://perl5.git.perl.org/perl.git/commit/65f0e78d0ad5231b
re_op_compile(): rename pm_flags to rx_flags
David Mitchell 3 files changed, 18 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/62616a3a4f9f01fb
add PMf_IS_QR flag
David Mitchell 5 files changed, 12 insertions(+), 5 deletions(-
http://perl5.git.perl.org/perl.git/commit/3b12fc0db7df2817
fix scanning for code blocks
David Mitchell 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33224e166d4fbb74
tidy up the description of re_op_compile()
David Mitchell 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/87c28cb1c86368d3
preserve code blocks in interpolated qr//s
David Mitchell 7 files changed, 127 insertions(+), 23 deletions
http://perl5.git.perl.org/perl.git/commit/e6c2b9a3e78527b5
in re_op_compile(), keep code_blocks for qr//
David Mitchell 3 files changed, 39 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/a681bf002961f9a3
pp_regcomp(): fix refcnt issue with qr_anoncv
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e27dffd12b21c770
pm_runtime(): tidy some local vars
David Mitchell 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4fd9b60173ddc888
handle /$not_utf8(?{...})$utf8/
David Mitchell 2 files changed, 26 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/26d0b5752118b6b4
inline S_get_pat_and_code_indices()
David Mitchell 1 file changed, 26 insertions(+), 29 deletions(-
http://perl5.git.perl.org/perl.git/commit/70ed4ae28238069b
fix dumping of PMf_CODELIST_PRIVATE flag
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9bae2a76b1b02b96
"don't recompile pattern" check: account for UTF8
David Mitchell 4 files changed, 35 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/4ffd5c792be3023f
re_op_compile: recalc code indexes on utf8 upgrade
David Mitchell 2 files changed, 63 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/816b8e89efb0367b
in re_op_compile, change code_blocks[].end offset
David Mitchell 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dc260103117fd11f
pp_regcomp(): fix casting issue from prev commit
David Mitchell 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d3fd1059ea35e6ca
Handle literal code blocks in runtime regexes
David Mitchell 4 files changed, 54 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/7679b1e619319029
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/4f6c1b9856582b8f
re_op_compile(): refactor some code
David Mitchell 1 file changed, 21 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/ea1b49fe67131668
remove target from REGCOMP op
David Mitchell 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ef18511f0533865
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/7799cefaf01c0f69
add PMf_CODELIST_PRIVATE flag
David Mitchell 3 files changed, 21 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/15dc9e3f69c72c39
remove private flag 1 from OP_REGCOMP
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2477ee3dd5f3b69
Fix =~ $str_overloaded (5.10 regression)
Father Chrysostomos 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/cb1e65fe47464136
add volatile decl to fix previous commit
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/aac02c34af073252
PATCH: [perl #101940]: BBC Tk
Karl Williamson 1 file changed, 8 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/33c38347999796bc
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/d545bed38f203ba6
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/273d64d6817a4664
pp_regcomp: split overloading and concat tasks
David Mitchell 1 file changed, 39 insertions(+), 35 deletions(-
http://perl5.git.perl.org/perl.git/commit/0a93636534550d12
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/85f9a39525fbe850
fix for overload/stringfy and pp_regcomp
David Mitchell 2 files changed, 47 insertions(+), 23 deletions(
http://perl5.git.perl.org/perl.git/commit/57ed455893859bce
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/9e0357612bb1d487
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/8adc6088e49de0e0
make qr/(?{})/ behave with closures
David Mitchell 21 files changed, 805 insertions(+), 630 deletio
http://perl5.git.perl.org/perl.git/commit/40330d20181cc3f1
Ignore code blocks within /[...]/
David Mitchell 2 files changed, 16 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6af05593cf8dc115
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/c8f350ed5af606af
Mostly complete fix for literal /(?{..})/ blocks
David Mitchell 14 files changed, 293 insertions(+), 129 deletio
http://perl5.git.perl.org/perl.git/commit/d6a2b283359b087b
add Perl_re_op_compile function
David Mitchell 7 files changed, 145 insertions(+), 53 deletions
http://perl5.git.perl.org/perl.git/commit/8934d1b585f1fc6a
add Perl_current_re_engine() function
David Mitchell 5 files changed, 47 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/e4c576bc1e777389
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/07d608aef3d4ce7e
fix the descriptions for pregcomp/re_compile
David Mitchell 1 file changed, 20 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/7afecabaa39b3539
disable lexing of (?{}) within \Q, \U etc
David Mitchell 2 files changed, 15 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/df4220295a30b8dc
update diagnostics message
David Mitchell 1 file changed, 2 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/52485c7041b2bbe2
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/ae26cdc1333c90ba
correct comment about how strings are tokenised
David Mitchell 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f29bab7c492bf1c0
Revert 4 regex commits to ease rebasing
David Mitchell 3 files changed, 20 insertions(+), 16 deletions(
http://perl5.git.perl.org/perl.git/commit/befd1fc5ae03e1db
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/d421ea6de02f6602
revert a trailing whitespace removal
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/e9416f0a67026e72
Temporarily revert some lib/overload.t tests
David Mitchell 1 file changed, 1 insertion(+), 48 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e7c18faad9738b90
Revert two commits to make rebasing easier
David Mitchell 3 files changed, 2 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/343d555b876208c9
Temporarily remove overload.t changes
David Mitchell 1 file changed, 37 insertions(+), 128 deletions(
http://perl5.git.perl.org/perl.git/commit/1272b9299f34aa22
Current branch smoke-me/khw-mktables
1 commit. 1 unique author. 1 unique committer.
1 file changed, 0 insertions(+), 1 deletion(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/7ca8336bdb54c737.tar.gz
charnames: Allow to work on minitest
Karl Williamson 2 files changed, 6 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7ca8336bdb54c737
Current branch smoke-me/updated-cpan-toolchain
1 commit. 1 unique author. 1 unique committer.
61 files changed, 394 insertions(+), 194 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/3dc863200a8f3477.tar.gz
Updated Test-Harness to CPAN version 3.24
Chris 'BinGOs' Williams 61 files changed, 394 insertions(+), 194 deletio
http://perl5.git.perl.org/perl.git/commit/3dc863200a8f3477
New branch doy/carp_stash_deletion
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/df23aac6453a471c.tar.gz
fix Carp stacktraces after deleting a stash
Jesse Luehrs 4 files changed, 143 insertions(+), 7 deletions(
http://perl5.git.perl.org/perl.git/commit/df23aac6453a471c
New branch smoke-me/File-stat
5 commits. 1 unique author. 1 unique committer.
Net code removal: Nicholas Clark (20 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0d9748866ff9a5be.tar.gz
Simplify lib/File/stat.t by using a tempfile as the test victim.
Nicholas Clark 1 file changed, 9 insertions(+), 34 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d9748866ff9a5be
In lib/File/stat.t, test everything with and without use filetest "access".
Nicholas Clark 1 file changed, 39 insertions(+), 30 deletions(-
http://perl5.git.perl.org/perl.git/commit/45ceb57734be74f1
Bring the joy of strict (and warnings) to lib/File/stat.t
Nicholas Clark 1 file changed, 5 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/200fe48008cbafd3
Replace repetitive code in lib/File/stat.t with a data driven loop.
Nicholas Clark 1 file changed, 22 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/b1ed45270a5690c9
Convert lib/File/stat.t from a complex plan calculation to done_testing().
Nicholas Clark 1 file changed, 4 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ef01097ce5462bc4
New branch smoke-me/RT-113472
1 commit. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/d9213de7040ebaa1.tar.gz
In t/op/stat.t, ensure that the output of ls is not localised.
Nicholas Clark 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d9213de7040ebaa1
New branch smoke-me/cmpVERSION
6 commits. 1 unique author. 1 unique committer.
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/ff5df33403d55c95.tar.gz
Avoid tests converting @INC to abs paths where no longer necessary.
Nicholas Clark 3 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ff5df33403d55c95
Set GIT_DIR instead of changing directory in find_git_or_skip() in test.pl
Nicholas Clark 2 files changed, 13 insertions(+), 8 deletions(-
http://perl5.git.perl.org/perl.git/commit/8e481da070d5c4c7
Teach Porting/cmpVERSION.pl about .pm files extracted from .pm_PL files.
Nicholas Clark 1 file changed, 26 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/c7c9147205076b02
Update DynaLoader's VERSION after commit 7d08496d81c138d9.
Nicholas Clark 2 files changed, 7 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f20e32aaa2861d9d
In Porting/cmpVERSION.pl, treat undefined versions more rigorously.
Nicholas Clark 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2cab4ef68af94a48
In Porting/cmpVERSION.pl, increment $count in one place, unconditionally.
Nicholas Clark 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5378998674695e5e
Deleted branch khw/pod-checker-final
Deleted branch khw/trie
Deleted branch nicholas/feature-code-shrink
Deleted branch nicholas/perlfunc
Deleted branch nicholas/todo-prune-pass-0
Deleted branch rgs/overload
Deleted branch rjbs/5.17/search-dict
Deleted branch rjbs/delta
Deleted branch rjbs/pod-html-fix
Deleted branch rjbs/readline-loop
Deleted branch rjbs/revert-compress
Deleted branch smoke-me/111980-my-punct
Deleted branch smoke-me/112316-nulls
Deleted branch smoke-me/Deparse-defeature
Deleted branch smoke-me/Deparse-feature-detangle
Deleted branch smoke-me/Locale-Codes-3.22
Deleted branch smoke-me/carp-107636
Deleted branch smoke-me/feature-code-shrink
Deleted branch smoke-me/filetest
Deleted branch smoke-me/getppid.t
Deleted branch smoke-me/io-socket-ip
Deleted branch smoke-me/khw-bmg
Deleted branch smoke-me/khw-charnames
Deleted branch smoke-me/khw-invlist
Deleted branch smoke-me/khw-lbrace
Deleted branch smoke-me/khw-mac
Deleted branch smoke-me/khw-quotemeta
Deleted branch smoke-me/khw-regex
Deleted branch smoke-me/khw-smoke
Deleted branch smoke-me/khw-test
Deleted branch smoke-me/khw-utf8
Deleted branch smoke-me/leaked-heks-111462
Deleted branch smoke-me/leont/sane_eof
Deleted branch smoke-me/leont/sane_eof2
Deleted branch smoke-me/leont/signal-fork
Deleted branch smoke-me/linestr_sv
Deleted branch smoke-me/locale-codes
Deleted branch smoke-me/make_ext
Deleted branch smoke-me/modcorelist-pod
Deleted branch smoke-me/perlfunc
Deleted branch smoke-me/pod-html
Deleted branch smoke-me/pod-html-ucvol
Deleted branch smoke-me/remove_qw_hack
Deleted branch smoke-me/rjbs/smartmatch-prec
Deleted branch smoke-me/socket
Deleted branch smoke-me/sync-dir
Deleted branch smoke-me/unicode-collate
Deleted branch smoke-me/valid_utf8_to-nodoc-fixup
Deleted branch smoke-me/version-for-516
Deleted branch smoke-me/yank-study
Deleted branch sprout/copstash
Deleted branch sprout/featurebundles
Deleted branch sprout/ft-post-5.16
Deleted branch sprout/misc-post-5.16
Deleted branch sprout/tokemess
Deleted branch sprout/yank-study
Deleted branch tonyc/cpan61577
Deleted branch tonyc/fix-raw-zlib
Deleted branch tonyc/link-win32
Deleted branch tonyc/readline-fixed-doc
Deleted branch tonyc/sync-dir
Deleted branch tonyc/vec64
Deleted branch zefram/pad_api
Deleted branch zefram/remove_qw_hack
Thread Next