Front page | perl.perl5.porters |
Postings from September 2011
Perl 5 Commit Summary
Thread Next
From:
Perl 5 commit summary
Date:
September 13, 2011 18:15
Subject:
Perl 5 Commit Summary
Message ID:
E1R3e4b-0007nu-Re@dromedary.ams6.corp.booking.com
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
Thread Next