p5sagit/p5-mst-13.2.git
2009-11-16 David Golden Document SIGPIPE when printing to closed socket
2009-11-16 Jesse Vincent Patches to Encode 2.38 to match current test layout
2009-11-16 Jesse Vincent Updated Encode to CPAN release 2.38
2009-11-15 Chris Williams Update CPANPLUS::Dist::Build to cpan version 0.42
2009-11-15 Chris Williams Update IPC::Cmd to cpan version 0.54
2009-11-15 Nicholas Clark Inline PL_no_symref_sv into its users. Deprecate the...
2009-11-15 Nicholas Clark Inline PL_no_symref into pp_entersub. Deprecate the...
2009-11-15 Zefram lexer API
2009-11-15 Nicholas Clark Make the style of pad_add_name's flags consistent with...
2009-11-15 Nicholas Clark Change S_pad_check_dup()'s arguments from char*/STRLEN...
2009-11-15 Nicholas Clark Convert pad_check_dup() to static linkage, and call...
2009-11-15 Nicholas Clark Refactor common code paths from Perl_pad_add_name(...
2009-11-15 David Golden Change perl -v version format
2009-11-15 Rafael Garcia... Performance optimisation in assert, suggested by Tim...
2009-11-15 Vincent Pit Teach B::Deparse about in-place reverse
2009-11-14 Chris Williams Updated File::Fetch to cpan version 0.22
2009-11-14 Rafael Garcia... Include legacy.t in the maintainance list
2009-11-14 Rafael Garcia... POD fixes and typos
2009-11-14 Karl Williamson add code for Unicode semantics for non-utf8 latin1...
2009-11-14 Graham Barr Update to Scalar-List-Utils-1.22 from CPAN
2009-11-14 Steve Hay Revert core fixes for IO-Compress following IO-Compress...
2009-11-14 Paul Marquess [PATCH] IO-Compress 2.022
2009-11-13 Jan Dubois Support $! stringification of socket error codes on...
2009-11-13 Jerry D. Hedden Fix compiler warning:
2009-11-13 Jerry D. Hedden Fix compiler warnings:
2009-11-13 Jerry D. Hedden Fix compiler warnings:
2009-11-13 Jerry D. Hedden Fix compiler warning:
2009-11-13 Jerry D. Hedden Fix compiler warning:
2009-11-13 Chris Williams Updated IPC::Cmd to cpan release 0.52
2009-11-13 Gerard Goossen Test for a bug in sort where the elements are freed...
2009-11-13 Daniel Frederick... Refactor and expand unshift.t
2009-11-13 Father Chrysostomos [perl #70337] perldiag: localtime(...) too large
2009-11-13 Jan Dubois flock() on Windows should set proper errno numbers.
2009-11-13 Jan Dubois flock() should return EWOULDBLOCK instead of EAGAIN.
2009-11-13 Jan Dubois PL_scopestack_name needs to be copied in perl_clone()
2009-11-13 Gerard Goossen Make win32_start_child responsible for cleaning all...
2009-11-12 Craig A. Berry 1 is a magic number to C's exit() and Perl_my_exit().
2009-11-12 Chris Williams Updated CPANPLUS to cpan version 0.89_09
2009-11-12 David E. Wheeler Bring Pod::Simple up to 3.10
2009-11-12 Jan Dubois PL_scopestack_name is only defined in DEBUGGING perl
2009-11-12 Nicholas Clark As our $_; is forced into main::, it should warn as...
2009-11-12 Nicholas Clark Explicitly check that our $_; is special, and forced...
2009-11-12 H.Merijn Brand Sorry, missed a "
2009-11-12 H.Merijn Brand HP-UX does not accept UTC0UTC, because there is no...
2009-11-12 Gerard Goossen Add line information to jumplevel debug information
2009-11-12 Gerard Goossen Add missing LEAVE to universal.c sv_does
2009-11-12 Gerard Goossen Add missing LEAVE to POSIX.xs sigaction
2009-11-12 Gerard Goossen Add ENTER_with_name and LEAVE_with_name to automaticly...
2009-11-12 Chris Williams Updated File::Fetch to cpan version 0.21_02
2009-11-12 Karl Williamson Grow zero length scalars
2009-11-11 Chris Williams Update File::Fetch to cpan version 0.21_01
2009-11-11 Jan Dubois Map winsock error codes to POSIX errno values
2009-11-11 Craig A. Berry Some de-cruftification of README.vms.
2009-11-11 Craig A. Berry readdir() reports file type on VMS, even if zero length.
2009-11-11 Gerard Goossen refactoring of flip.t
2009-11-11 Vincent Pit Make diag.t skip the warning I just fixed
2009-11-11 Chris Williams Update CPANPLUS to cpan version 0.89_08
2009-11-10 Vincent Pit Clarify and complete documentation for in-place reverse
2009-11-10 Vincent Pit Fix misformed UVxf format in op.c
2009-11-10 Vincent Pit Optimize reversing an array in-place
2009-11-10 Vincent Pit Port t/op/reverse.t to test.pl
2009-11-10 Vincent Pit Add EXISTS and DELETE methods to Env.pm
2009-11-10 Vincent Pit Factor the "is this an in-place array operator construc...
2009-11-10 Sisyphus Add mingw64 support
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_add_name().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_pad_check_dup().
2009-11-09 Nicholas Clark Add length and flags arguments to Perl_allocmy().
2009-11-09 Sisyphus Fix warnings from win32 gcc compilers
2009-11-09 karl williamson More cleanup of utfebcdic.h and utf8.h
2009-11-09 H.Merijn Brand perl.exp was not built in time on systems that required...
2009-11-09 Nicholas Clark In Perl_pad_check_dup(), use sv rather than name for...
2009-11-09 Jesse Vincent MANIFEST was missing two files
2009-11-08 Chris Williams Update IPC::Cmd to cpan version 0.51_01
2009-11-08 Nicholas Clark Tweak the GV downgrading of f7461760 to avoid free...
2009-11-08 Vincent Pit SvREFCNT_inc already checks if the SV is non-NULL
2009-11-08 Vincent Pit SvREFCNT_dec already checks if the SV is non-NULL ...
2009-11-08 Harmen 'use strict' and 'use warnings' in test generated by...
2009-11-08 Zefram Bareword sub lookups
2009-11-08 Gerard Goossen Make my_exit behave the same as the Perl exit. And...
2009-11-08 Gerard Goossen Add assertions about there being no leftover scopes...
2009-11-08 Zefram pad_findmy APIification
2009-11-08 Kevin Ryde Correctly document export of I18N::Langinfo
2009-11-08 Steffen Mueller Merge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2009-11-08 Eric Brine s/AvLEN/AvMAX/ in perlguts
2009-11-08 Eric Brine s/AvLEN/AvMAX/ in perlguts
2009-11-08 Karl Williamson Define specially handled chars; and clean-up ebcdic...
2009-11-08 David Golden Add mingw-w64 non-crosscompiling config files
2009-11-08 Craig A. Berry Skip some Pod::Simple tests on VMS that think case...
2009-11-07 Jesse Vincent note that release engineers need to make sure graham...
2009-11-07 Nicholas Clark Add length and flags arguments to Perl_pad_findmy(...
2009-11-07 Nicholas Clark Placate a warning from Borland's compiler.
2009-11-07 Steve Hay Merge commit 'origin/blead' into blead
2009-11-07 Steve Hay Avoid circularity in $(LIBBASEFILES) definition in...
2009-11-07 Zefram C++ fail with KeywordRPN
2009-11-07 David Golden refine Carp caller() fix and add tests
2009-11-06 Rafael Garcia... Add legacy.pm to Maintainers
2009-11-06 Rafael Garcia... Merge branch 'legacy-pragma' into blead
2009-11-06 David Golden bump Carp version number
2009-11-06 Jesse Vincent Addded a pointer to the documentation on how Configure...
2009-11-06 Gerard Goossen Add a line directive to op.c and perl.c such that error...
next