Front page | perl.perl5.porters |
Postings from December 2012
Perl 5 Commit Summary
Thread Previous
From:
Perl 5 commit summary
Date:
December 26, 2012 02:14
Subject:
Perl 5 Commit Summary
Message ID:
E1TngVk-0003uF-N1@dromedary.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
93 commits. 10 unique authors. 7 unique committers.
56 files changed, 2737 insertions(+), 2931 deletions(-)
Net code removal: Karl Williamson (447 lines) Augustina Blair (7 lines)
Thanks, applied: Father Chrysostomos (2) James E Keenan (2)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/77a9214240d18319.tar.gz
Add new functions of Hash::Util in documentation.
reneeb 1 file changed, 14 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/77a9214240d18319
fix utf8ness in ${"string"}
David Mitchell 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/8d40577bdbdfa85e
Eliminate PL_reg_flags
David Mitchell 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/97a9508cb0d6f106
Eliminate RF_tainted flag from PL_reg_flags
David Mitchell 5 files changed, 32 insertions(+), 30 deletions(
http://perl5.git.perl.org/perl.git/commit/272d35c920ff70f3
eliminate RF_warned flag from PL_reg_flags
David Mitchell 2 files changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/39819bd9daad8177
eliminate RF_utf8 flag from PL_reg_flags
David Mitchell 5 files changed, 68 insertions(+), 66 deletions(
http://perl5.git.perl.org/perl.git/commit/984e6dd18b2c93d4
[perl #116148] Pattern utf8ness sticks around
David Mitchell 2 files changed, 20 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/4fab19ce1519686c
perlapi: Fix misstatement
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b630937b8bf49e83
perlapi: Fix typos
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/feba1f01825ab9e9
Remove register keywork from randfunc tests in Configure
H.Merijn Brand 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8a6214fb052f5ea1
regcomp.c: Add comment, Note for 3018b8238
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/ff7674db17214571
regexec.c: Comments, white-space; no code changes
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d8da05846f247845
utf8.h: Make sure char* is cast to U8* for unsigned comparison
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0404c92ac7141fbf
utf8.h: Parenthesize macro parameter
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/559c7f10ed871fab
perlapi: Clarify isSPACE(), document isPSXSPC()
Karl Williamson 1 file changed, 25 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/398d098a2fd6b1e1
uninline panic branch from POPSTACK
Daniel Dragan 5 files changed, 15 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/3d04513d447d337f
perlhack: in-line functions need extra care
Karl Williamson 1 file changed, 9 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5b48d9bbd702cd2c
handy.h: Add full complement of isIDCONT() macros
Karl Williamson 11 files changed, 101 insertions(+), 7 deletions
http://perl5.git.perl.org/perl.git/commit/eba68aa09a0b159e
ext/XS-APItest/t/handy.t: White-space only
Karl Williamson 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/31a09021a5558064
ext/XS-APItest/t/handy.t: Work better on platforms sans proper locales
Karl Williamson 1 file changed, 4 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/8ff203a1f6b1f966
Proper IEEE overflow semantics for VMS.
Craig A. Berry 2 files changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/85bba25fe3bc5148
svleak.t: Add a test; make another more robust
Karl Williamson 1 file changed, 8 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7f5d1fb2f5a68c62
Deprecate calling isFOO_utf8() with malformed
Karl Williamson 2 files changed, 24 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/281235491e0eef7b
Add Augustina Blair to AUTHORS
Karl Williamson 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a37c82b6b1246893
Removed p5p-faq reference from perlhack.pod.
Augustina Blair 1 file changed, 0 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/fa2ffe4abeadc9bc
regcomp.pl: Calculate col widths for perldebguts
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/95fe686d8094d68a
Regenerate the regnode table in perldebguts.pod automatically
Father Chrysostomos 6 files changed, 284 insertions(+), 203 deletion
http://perl5.git.perl.org/perl.git/commit/65aa4ca74a9ca9de
regcomp.c: Change some instances to SvREFCNT_dec_NN
Karl Williamson 1 file changed, 46 insertions(+), 46 deletions(-
http://perl5.git.perl.org/perl.git/commit/03e70be4934ec0e7
Increase $diagnostics::VERSION to 1.31
Father Chrysostomos 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/39eeb980e0e1e07c
RT-89642 - Don't treat ,; as special end-of-line characters.
Matthew Horsfall (alh) 4 files changed, 107 insertions(+), 38 deletions
http://perl5.git.perl.org/perl.git/commit/6fbc9859e2a15bb1
regcomp.c: Yet another move of declaration to proper place
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b0d8935dc76d6c1f
Fix erroneous USE_LONG_DOUBLE in configure.com.
Craig A. Berry 1 file changed, 3 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e5be143b5eeb5441
Fix d_nv_preserves_uv on VMS with 64-bit int but no long double.
Craig A. Berry 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/a2ea9adf4a132fb8
regcomp.c: Move declaration to proper place
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3fde42ccb5ca4eb8
Merge character class handling revamp topic branch into blead
Karl Williamson 2 parents
http://perl5.git.perl.org/perl.git/commit/75db75df0e3f964b
regcomp.c: Reorder some case: statements so can FALL THROUGH
Karl Williamson 1 file changed, 27 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/605bb55fcdaecb67
regcomp.c: White-space only; no code changes
Karl Williamson 1 file changed, 9 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/07393467667cd8fe
Deprecate all is_(uni|utf8)_foo function uses
Karl Williamson 3 files changed, 90 insertions(+), 29 deletions(
http://perl5.git.perl.org/perl.git/commit/143aeb9644f9cee7
Create internal _is_utf8_mark()
Karl Williamson 6 files changed, 25 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/7dbf68d2396b16bc
regexec.c: Combine adjacent 'ifs' with same clause
Karl Williamson 1 file changed, 12 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ac65bffc18d1c86
regexec.c: Remove 2 unnecessary break statements
Karl Williamson 1 file changed, 0 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/23366835ed707497
Remove TODO for test for #114272
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/41043df0496fdc02
Remove temporary back-compat PL_ variable names
Karl Williamson 3 files changed, 14 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/03940dc2f46d8ab2
utf8.c: Remove two internal now unused functions.
Karl Williamson 4 files changed, 0 insertions(+), 36 deletions(-
http://perl5.git.perl.org/perl.git/commit/dd66872884ceadf7
regexec.c: Revamp the macros to load swashes
Karl Williamson 1 file changed, 38 insertions(+), 28 deletions(-
http://perl5.git.perl.org/perl.git/commit/c7304fe2c9745e29
handy.h: Improve some comments
Karl Williamson 1 file changed, 14 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a500dc7205cb3bbe
regexec.c: Remove unused macro definitions
Karl Williamson 1 file changed, 0 insertions(+), 18 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0d0d48ac652f9cb6
regcomp.c: Reorder two if-elses
Karl Williamson 1 file changed, 23 insertions(+), 23 deletions(-
http://perl5.git.perl.org/perl.git/commit/538e3b3b664a34ab
Consolidate some regex OPS
Karl Williamson 8 files changed, 849 insertions(+), 1354 deletio
http://perl5.git.perl.org/perl.git/commit/3018b823898645e4
regexec.c: comments, white-space only
Karl Williamson 1 file changed, 15 insertions(+), 13 deletions(-
http://perl5.git.perl.org/perl.git/commit/7aee35ffd7ab21d1
handy.h: Refactor some internal macro calls
Karl Williamson 1 file changed, 78 insertions(+), 73 deletions(-
http://perl5.git.perl.org/perl.git/commit/cd500f2f496dbe24
regcomp.c: Expand only call of a macro
Karl Williamson 1 file changed, 20 insertions(+), 31 deletions(-
http://perl5.git.perl.org/perl.git/commit/76bb60da33476c22
regcomp.c: Combine two cases in a switch()
Karl Williamson 1 file changed, 4 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac1dd572b7ca3bf4
regcomp.c: Replace macro by expansion in only place called
Karl Williamson 1 file changed, 40 insertions(+), 33 deletions(-
http://perl5.git.perl.org/perl.git/commit/c9b59f7128b78a47
regcomp.c: Collapse switch() case
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/088a9fd72d6720a4
regcomp.c: Expand single instance of macro
Karl Williamson 1 file changed, 5 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5870b43bfb169f90
regcomp.c: Collapse cases in a switch()
Karl Williamson 1 file changed, 14 insertions(+), 27 deletions(-
http://perl5.git.perl.org/perl.git/commit/74ee183608c85374
regcomp.c: Use auto variables set to array elements
Karl Williamson 1 file changed, 16 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/6db92bcf5caab835
regcomp.c: Collapse some switch() cases
Karl Williamson 1 file changed, 31 insertions(+), 66 deletions(-
http://perl5.git.perl.org/perl.git/commit/fc72cc635e34879e
regcomp.c: Move some code to later in block
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/a5f07f583be93eaa
regcomp.c: Combine some cases in a switch()
Karl Williamson 1 file changed, 17 insertions(+), 16 deletions(-
http://perl5.git.perl.org/perl.git/commit/f654391eb8fbdef3
regcomp.c: Replace macro call by goto
Karl Williamson 1 file changed, 65 insertions(+), 78 deletions(-
http://perl5.git.perl.org/perl.git/commit/65e851193a411fbd
regcomp.c: Slight refactor of [[:blank:]]
Karl Williamson 1 file changed, 11 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/1f3c8c016cc0dc7e
regcomp.c: Remove dead code
Karl Williamson 1 file changed, 6 insertions(+), 24 deletions(-)
http://perl5.git.perl.org/perl.git/commit/44c5540e7e15eb5e
regcomp.c: Use values if known at compile time
Karl Williamson 1 file changed, 14 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e3ac80a78b576a1
regcomp.c: Move some cases in a switch around
Karl Williamson 1 file changed, 17 insertions(+), 14 deletions(-
http://perl5.git.perl.org/perl.git/commit/92948144e49e9869
regcomp.c: Collapse some switch casses
Karl Williamson 1 file changed, 6 insertions(+), 24 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7840972d470c837b
Use an array for some inversion lists
Karl Williamson 5 files changed, 31 insertions(+), 42 deletions(
http://perl5.git.perl.org/perl.git/commit/cac6e0ca895dd65e
regcomp.c: Collapse two identical cases in a switch
Karl Williamson 1 file changed, 2 insertions(+), 31 deletions(-)
http://perl5.git.perl.org/perl.git/commit/60ed9e4cacbd16f5
regcomp.c: Use calculated value instead of hard-coded
Karl Williamson 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/2f8c7757f700b94d
regcomp.c: Collapse some switch cases
Karl Williamson 1 file changed, 10 insertions(+), 44 deletions(-
http://perl5.git.perl.org/perl.git/commit/9e0bec062b2fc2a9
Use an array for some inversion lists
Karl Williamson 5 files changed, 52 insertions(+), 116 deletions
http://perl5.git.perl.org/perl.git/commit/30f9bdb0a6c8a264
regcomp.c: Use computed value instead of hard-coded one
Karl Williamson 1 file changed, 21 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/e92ecb17b5267a74
regcomp.c: Move #define to earlier in file
Karl Williamson 1 file changed, 5 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f19b1a637e44fd8a
Use array for some inversion lists
Karl Williamson 6 files changed, 36 insertions(+), 49 deletions(
http://perl5.git.perl.org/perl.git/commit/86f72d56e71cb202
perl.c: Use loop to clear array
Karl Williamson 1 file changed, 6 insertions(+), 17 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9c0b68885345dfc0
regcomp.c: Use table look-up instead of individual strings.
Karl Williamson 2 files changed, 21 insertions(+), 17 deletions(
http://perl5.git.perl.org/perl.git/commit/b44daeeb190231d5
regcomp.c: Use values if known at compile time
Karl Williamson 1 file changed, 41 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/bd53f4624016a44f
handy.h: Move some back compat macros
Karl Williamson 1 file changed, 7 insertions(+), 9 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2e28f0b9bac356e5
Add generic _is_(uni|utf8)_FOO() function
Karl Williamson 5 files changed, 96 insertions(+), 36 deletions(
http://perl5.git.perl.org/perl.git/commit/922e8cb4d0c8566a
handy.h: Create isALPHANUMERIC() and kin
Karl Williamson 13 files changed, 204 insertions(+), 180 deletio
http://perl5.git.perl.org/perl.git/commit/15861f948fe52aa0
handy.h: Move some #defines
Karl Williamson 1 file changed, 10 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/fbc19f27a35cc90f
intrpvar.h: Place some swash pointers in an array
Karl Williamson 4 files changed, 17 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/63c61c3fe04eb423
intrpvar.h: #include handy.h
Karl Williamson 1 file changed, 2 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/e3d474b7de6268af
handy.h: Guard against recursive #inclusion
Karl Williamson 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9d7458697f94ee4c
regcomp.c: White-space, comment only
Karl Williamson 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/79a81a6e4b26aadb
perlapi: Grammar nit
Karl Williamson 1 file changed, 6 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/173db420ea152864
utf8.c: Fix reference count in swash_to_invlist()
Karl Williamson 1 file changed, 3 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ed92f1b349486018
perlapi: Clarify return value of SvREFCNT_inc()
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5df2f14060151be4
regexec.c: Remove redundant calculation
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4200a00c234411fe
XS-Typemap: bump version
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/23c3e66f98d2fbf3
Update Unicode-Collate to CPAN version 0.97
Chris 'BinGOs' Williams 7 files changed, 176 insertions(+), 105 deletion
http://perl5.git.perl.org/perl.git/commit/f443a335db5cfba1
Sync 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/e4979e1455b839a5
New branch smoke-me/BeOS-is-late
3 commits. 2 unique authors. 2 unique committers.
Net code removal: Nicholas Clark (568 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/4ee8ec640cfda5a5.tar.gz
Remove register keywork from randfunc tests in Configure
H.Merijn Brand 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/4ee8ec640cfda5a5
Remove BeOS special-casing from Configure.
Nicholas Clark 1 file changed, 2 insertions(+), 11 deletions(-)
http://perl5.git.perl.org/perl.git/commit/64c092afa26bb49b
Remove the BeOS port.
Nicholas Clark 26 files changed, 31 insertions(+), 590 deletion
http://perl5.git.perl.org/perl.git/commit/bb00df720c39f995
New branch smoke-me/khw-strstr
1 commit. 1 unique author. 1 unique committer.
Net code removal: Karl Williamson (20 lines)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/031076cd66f307da.tar.gz
Perl_instr() implement with libc equivalent.
Karl Williamson 1 file changed, 2 insertions(+), 22 deletions(-)
http://perl5.git.perl.org/perl.git/commit/031076cd66f307da
Deleted branch smoke-me/khw-invlist
Deleted branch smoke-me/khw-plrm
Thread Previous