Perl 5 Commit Summary
[email protected] (Perl 5 commit summary)
| Newsgroups | perl.perl5.porters |
|---|---|
| Message-ID | <[email protected]> |
Perl 5 commit summary, activity since Saturday
Current branch blead
25 commits. 10 unique authors. 4 unique committers.
25 files changed, 353 insertions(+), 174 deletions(-)
Net code removal: Rafael Garcia-Suarez (1 line)
Thanks, applied: Rafael Garcia-Suarez (6) David Golden (1)
Chris 'BinGOs' Williams (1)
Snapshot: http://perl5.git.perl.org/perl.git/snapshot/0cb20dae370512c6.tar.gz
In Perl_safesys{c,m,re}alloc(), defer dTHX for non-DEBUGING builds.
Nicholas Clark 1 file changed, 31 insertions(+), 10 deletions(-
http://perl5.git.perl.org/perl.git/commit/0cb20dae370512c6
Attempt at improving the perlipc docs
Maik Hentsche 2 files changed, 43 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0a18a49b281a5a76
Revert "It may not be obvious to a new Perl programmer that $#ary is explain
Rafael Garcia-Suarez 1 file changed, 0 insertions(+), 5 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ee84a7925f473937
uc(): Handle Greek YPOGEGRAMMENI
Karl Williamson 2 files changed, 37 insertions(+), 27 deletions(
http://perl5.git.perl.org/perl.git/commit/4c8a458a2f2be4d9
t/uni/case.pl: allow extra tests of different form
Karl Williamson 4 files changed, 14 insertions(+), 6 deletions(-
http://perl5.git.perl.org/perl.git/commit/cc70200b5f52ae10
Add support for more TCP_ constants to Socket
Salvador Fandino 2 files changed, 17 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/f686127b43eb3c08
Remove debugging statement from mktables.
Karl Williamson 1 file changed, 0 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/5621738aceb2535b
It may not be obvious to a new Perl programmer that $#ary is explained in pe
Sinan Unur 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/db2ed3fb308b0825
usemymalloc slows down newer openbsd [perl #75742]
Rafael Garcia-Suarez 1 file changed, 6 insertions(+), 2 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9b58b542ddb7ea24
Rename copyright section of Module::CoreList to LICENSE, fixes for my kwalit
Chris 'BinGOs' Williams 1 file changed, 1 insertion(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/c35588eb09d732b0
Update CPAN.pm to 1.94_57
Andreas J. Koenig 6 files changed, 47 insertions(+), 14 deletions(
http://perl5.git.perl.org/perl.git/commit/742adbff4f079f20
Note why pp_tie can't use call_method() for a package name.
Nicholas Clark 2 files changed, 12 insertions(+), 2 deletions(-
http://perl5.git.perl.org/perl.git/commit/086d291379a28ceb
Merge flags and argc parameters to S_tied_handle_method().
Nicholas Clark 3 files changed, 18 insertions(+), 12 deletions(
http://perl5.git.perl.org/perl.git/commit/f4adce6b773b2b60
In S_tied_handle_method() default to mortalizing extra arguments.
Nicholas Clark 3 files changed, 22 insertions(+), 11 deletions(
http://perl5.git.perl.org/perl.git/commit/74f0b5509afd269c
Add a gimme parameter to S_tied_handle_method().
Nicholas Clark 3 files changed, 15 insertions(+), 18 deletions(
http://perl5.git.perl.org/perl.git/commit/0240605ecd7a040c
Change S_tied_handle_method() to varargs to allow extra SV parameters.
Nicholas Clark 4 files changed, 55 insertions(+), 51 deletions(
http://perl5.git.perl.org/perl.git/commit/bc0c81caab3813b2
Merge simple tied handle method calls into S_tied_handle_method().
Nicholas Clark 4 files changed, 30 insertions(+), 24 deletions(
http://perl5.git.perl.org/perl.git/commit/ebc1fde647268c1d
For tied file handle calls, use PUSH* when we know that the stack has space.
Nicholas Clark 1 file changed, 11 insertions(+), 11 deletions(-
http://perl5.git.perl.org/perl.git/commit/c33ef3ac654cbe35
Remove unecessary EXTEND()s from pp_sys.c
Nicholas Clark 1 file changed, 7 insertions(+), 7 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2addaaf3b439e1ad
In pp_eof, ensure stack space for the second argument to the tied EOF method
Nicholas Clark 1 file changed, 1 insertion(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/2116934e2bf4f3c1
remove trailing spaces in perlvar.pod
David Golden 1 file changed, 18 insertions(+), 18 deletions(-
http://perl5.git.perl.org/perl.git/commit/b0c1862166fbc7bf
Link to perlport/PLATFORMS from the $^O docs
Ævar Arnfjörð Bjarmason 1 file changed, 5 insertions(+), 3 deletions(-)
http://perl5.git.perl.org/perl.git/commit/9bf2270250326fb8
Fix edge case in pp_eof where the stack extent was not checked.
Nicholas Clark 1 file changed, 8 insertions(+), 4 deletions(-)
http://perl5.git.perl.org/perl.git/commit/b5f55170e8ef2a91
Fix edge cases in pp_getc and pp_tell where the stack extent was not checked
Nicholas Clark 1 file changed, 5 insertions(+), 0 deletions(-)
http://perl5.git.perl.org/perl.git/commit/ac3697cd90b00fae
Better diagnostics on detecting case sensitive file name clashes.
Nicholas Clark 1 file changed, 2 insertions(+), 1 deletion(-)
http://perl5.git.perl.org/perl.git/commit/0f7807cda10b798e