Front page | perl.perl5.porters |
Postings from December 2013
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
December 18, 2013 02:14
Subject:
Perl 5 Commit Summary
Message ID:
E1Vt6eG-0004dp-Vi@dromedary-001.ams6.corp.booking.com
Perl 5 commit summary, activity since Saturday
Current branch blead
34 commits. 10 unique authors. 3 unique committers.
32 files changed, 488 insertions(+), 126 deletions(-)
Net code removal: Kevin Ryde (21 lines)
Thanks, applied: Tony Cook (4) Father Chrysostomos (3)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/6b0ff4b4f2542a20.tar.gz
perldelta for 18f6a8aad, 5ab2cf16cd, 17b33ba0df
Tony Cook 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b0ff4b4f2542a20
[perl #114350] access to SDBM constants and explicit filenames
Tony Cook 2 parents
http://perl5.git.perl.org/perl.git/commit/f7ffe0466998b9f2
[perl #114350] improved documentation
Kevin Ryde 1 file changed, 27 insertions(+), 48 deletions(-
http://perl5.git.perl.org/perl.git/commit/18f6a8aad3d1f7c5
[perl #114350] access to sdbm_prep()
Tony Cook 4 files changed, 78 insertions(+), 4 deletions(-
http://perl5.git.perl.org/perl.git/commit/5ab2cf16cddbadb6
[perl #114350] add exportable PAGFEXT, DIRFEXT and PAIRMAX constants
Tony Cook 4 files changed, 29 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/17b33ba0dfe1b4bd
mg.c: White-space only
Karl Williamson 1 file changed, 17 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/d3c0b317ea8dd34a
Fix HP-UX $! failure
Karl Williamson 1 file changed, 6 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/b35e4f8b3f15f047
perl.h: Move a string constant to a #define
Karl Williamson 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/7e9966717022674c
mg.c: White-space only
Karl Williamson 1 file changed, 19 insertions(+), 19 deletions(-
http://perl5.git.perl.org/perl.git/commit/5f1b979d481f8f74
perllocale: Note that LC_MESSAGES affects $^E
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/03c702c586f1fb21
run/locale.t: Fix bareword error
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/23c6e7c96f3c4114
lib/locale.t: Add tests
Karl Williamson 1 file changed, 6 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/7a9d1c029a528c8f
lib/locale.t: Move some lines
Karl Williamson 1 file changed, 4 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/faab3281402335ad
posix.t, time.t: Correct saving/restoring locales
Karl Williamson 2 files changed, 11 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/3f1b8f9eea15c681
perldelta for b183d514e3e
Tony Cook 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/86fbe58cefa15932
bump $Data::Dumper::VERSION
Tony Cook 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/26db986513bb3f95
[perl #82948] use re::regexp_pattern in list context for dumping qr//
Tony Cook 4 files changed, 64 insertions(+), 21 deletions(
http://perl5.git.perl.org/perl.git/commit/b183d514e3e9929e
perldelta for [perl #120799]
Karl Williamson 1 file changed, 8 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/37decf78bfaa95e2
perldelta for 892089cd68
Tony Cook 1 file changed, 7 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/63393c2076304ce2
bump $VERSION for base.pm
Tony Cook 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/be94f0b715e39ec6
make base.pm more strict about nonexistent module check
Graham Knop 5 files changed, 73 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/892089cd68f447dd
Fix reference to chmod portability in chown
Peter Martini 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/f48496b110bcb91a
Add comments that re tests can be commented in col 7
Karl Williamson 2 files changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/3238b147ebaf6cfb
regcomp.c: Add comment
Karl Williamson 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/988b9034435634d3
PATCH: [perl #120799] 5.18 regression with [:^ascii] and \x80-\xFF
Karl Williamson 2 files changed, 10 insertions(+), 0 deletions(-
http://perl5.git.perl.org/perl.git/commit/2a79fb6688aa9f27
Get optree_samples.t passing when PERL_UNICODE is set
Father Chrysostomos 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0a60c50b0d38899c
Add Dabrien Murphy to AUTHORS
Father Chrysostomos 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/f17522ddf542dc97
[perl #120752] Fix t/op/coreamp.t rand test
Dabrien 'Dabe' Murphy 1 file changed, 5 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/d62c8fd18c0793bf
perldelta for 6b44ec6808
Tony Cook 1 file changed, 3 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/9b5e399ae5484d1a
Make tests work with detached git dir
Dennis Kaarsemaker 2 files changed, 8 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/6b44ec6808e2eea9
fix format string warnings in regcomp.c
Tony Cook 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c260629609c13054
[perl #72406] Bad read with do{} until CONST
Father Chrysostomos 2 files changed, 27 insertions(+), 3 deletions(-
http://perl5.git.perl.org/perl.git/commit/fc39925ca702f4c8
Also optimise returning lists: 'return ($one, $two);'
Matthew Horsfall 1 file changed, 13 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/99c8f462f49adae5
Tests for rpeep optimisations in e45d8982ae
Matthew Horsfall (alh) 1 file changed, 55 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/4cb2d3f84a9b1e2c
Current branch smoke-me/khw-locale
19 commits. 1 unique author. 1 unique committer.
34 files changed, 513 insertions(+), 152 deletions(-)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/dba6eeff182833bd.tar.gz
smoke
Karl Williamson 4 files changed, 25 insertions(+), 19 deletions(
http://perl5.git.perl.org/perl.git/commit/dba6eeff182833bd
07locale.t: 'use locale' needs to be moved
Karl Williamson 1 file changed, 2 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/02ebe615e1f76a9d
cpan/version/t/07locale.t: Tests were likely skipped
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/2f7ac53abacdba16
XXX perl.c: Remove no-longer necessary function call
Karl Williamson 2 files changed, 13 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/69c20382c54e4624
XXX PATCH: [perl #120723] Setting LC_NUMERIC breaks parsing of constants
Karl Williamson 1 file changed, 15 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/5f293d1fd0c2a696
numeric.c: White-space only
Karl Williamson 1 file changed, 21 insertions(+), 20 deletions(-
http://perl5.git.perl.org/perl.git/commit/a7920e727bceaccc
Use new macros to make sure LC_NUMERIC is correctly set
Karl Williamson 3 files changed, 14 insertions(+), 40 deletions(
http://perl5.git.perl.org/perl.git/commit/0b9efd27e5c48bcb
toke.c: Set locale for all scan_num() calls; restore instead of reset
Karl Williamson 1 file changed, 2 insertions(+), 8 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6b2af02358007047
util.c: Use existing macros instead of reinventing them
Karl Williamson 1 file changed, 2 insertions(+), 13 deletions(-)
http://perl5.git.perl.org/perl.git/commit/0f417c5a192d70c2
POSIX:strtod() should restore the locale it changed
Karl Williamson 3 files changed, 24 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/b38fa703147d202e
perl.h: Add macros and comments
Karl Williamson 1 file changed, 48 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/6d1093c67cb6cd01
perl.h: Revise another locale setting macro
Karl Williamson 2 files changed, 16 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/20872d6aa33a8b65
perl.h: Revise a locale setting macro
Karl Williamson 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/933df24110408170
locale.c: Avoid writing libc static storage
Karl Williamson 1 file changed, 3 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/dcce4539a6d32939
Hide some undocumented functions from perlapi
Karl Williamson 1 file changed, 5 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/d6c12f79869e0c73
locale.c: Add comments
Karl Williamson 1 file changed, 68 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/10a6be17bdd02617
locale.c: White-space only
Karl Williamson 1 file changed, 4 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/cbc9fa1a98fa5ff7
locale.c: Always set state variables for a new locale
Karl Williamson 1 file changed, 5 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/38f31da8f06a7630
perl.h: Move some macro definitions
Karl Williamson 1 file changed, 6 insertions(+), 6 deletions(-)
http://perl5.git.perl.org/perl.git/commit/818d0234e4face8b
Deleted branch smoke-me/tonyc/thread-deliver
Thread Next