p5sagit/p5-mst-13.2.git
2007-05-13 Dave Mitchell fix some (mostly MAD) compiler warnings
2007-05-12 Gerard Goossen Give the 'local' declarator a new key, such that 'local...
2007-05-12 Gerard Goossen move the logic of combining '_' and '#' with the previo...
2007-05-12 Gerard Goossen Disable slurping assigned of split when PL_madskills
2007-05-12 Gerard Goossen Disable !a&&b, !b||a optimalization when PL_madskills
2007-05-12 Gerard Goossen Disable operator target setting for 'my' variables...
2007-05-12 Dave Mitchell move PL_in_my and PL_in_my_stash into the PL_parser...
2007-05-12 Dave Mitchell eliminate a stray PL_lex_state
2007-05-12 Dave Mitchell save old PL_curcop value in parser struct
2007-05-12 Dave Mitchell move PL_rsfp_filters into the parser struct
2007-05-11 Dave Mitchell move PL_rsfp into the PL_parser struct
2007-05-10 Nicholas Clark Work around to get Unicode tests passing.
2007-05-10 Steve Peters Fix Pod nit in perlfunc
2007-05-10 Rafael Garcia... Update the *::Compress::* modules maintainers information
2007-05-10 Rafael Garcia... Replace a call to utf8::encode by a pack/unpack combina...
2007-05-10 Marc Lehmann Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2007-05-10 Rafael Garcia... New data for Unicode on older versions, thanks to Nicholas
2007-05-10 Rafael Garcia... first_release() now returns the first release in the...
2007-05-10 Jerry D. Hedden Fix bignum-0.21
2007-05-10 Ævar Arnfjörð... Small fix to a previous patch on magic $<digit> variables.
2007-05-10 Rafael Garcia... Regarding precedence, filetest operators are the same...
2007-05-10 David Mitchell Re: [perl #42869] Problem killing a pseudo-forked child...
2007-05-09 Ævar Arnfjörð... Syntax error in Configure in blead
2007-05-09 Andy Lester Remove unused parms in S_isa_lookup
2007-05-09 Steve Peters Partial reversion of bignum-0.21 to get tests to pass...
2007-05-09 H.Merijn Brand Typing is for secretaries
2007-05-09 H.Merijn Brand Better help ; regen after backport #31114 ; RT#42886...
2007-05-09 Rafael Garcia... Bump the version of Module::CoreList and add docs
2007-05-09 H.Merijn Brand Added all traceable Unicode versions
2007-05-09 H.Merijn Brand 1. Add Unicode UCD version; 2. sort *unique*; 3. remove...
2007-05-09 Rafael Garcia... Add examples for h2xs -X, by Andy Armstrong
2007-05-09 Brandon Black Re: mro c3 infinite recursion problem. Attemp to free...
2007-05-08 Rafael Garcia... Reapply patch 31028, that wasn't integrated in CPANPLUS
2007-05-08 Steve Peters Upgrade to Math-BigInt-FastCalc-0.14
2007-05-08 Steve Peters Upgrade to Module-Build-0.2808
2007-05-08 Steve Peters Upgrade to CGI.pm-3.29
2007-05-08 Steve Peters Upgrage to bignum-0.21 and Math-BigRat-0.19
2007-05-08 Jos I. Boumans Update CPANPLUS to 0.79_02
2007-05-08 Andy Lester more consting
2007-05-07 Yuval Kogman Sync Tie::RefHash with CPAN (1.37)
2007-05-07 Nicholas Clark bytecode.pl: Exterminate!
2007-05-07 Nicholas Clark Given that @optype and @specialsv_name are hard coded...
2007-05-07 Rafael Garcia... Fix [perl #42163] "use base" masks $SIG{__DIE__}
2007-05-07 Rafael Garcia... Upgrade to Math::BigInt 1.86
2007-05-05 Craig A. Berry Archive::Extract test tries to do the logically impossible.
2007-05-05 Craig A. Berry Make ppptools.pl allow a trailing dot in filenames...
2007-05-05 Craig A. Berry Some filename dot and extension help for Module::Build...
2007-05-05 Dave Mitchell move PL_lex_state into the PL_parser struct
2007-05-05 Nicholas Clark Tweak change 30841 so that B works on maint too.
2007-05-05 Nicholas Clark Shuffling PL_gensym saves 8 bytes on LP64 systems.
2007-05-05 Dave Mitchell migrate more variables to PL_parser struct:
2007-05-04 Dave Mitchell move some more variables into the PL_parser struct:
2007-05-04 Rafael Garcia... Add a few manpages to Maintainers.pl
2007-05-04 Rafael Garcia... Add CPANPLUS to Maintainers.pl
2007-05-04 Jos I. Boumans Add CPANPLUS::Dist::Build to the core
2007-05-04 Jos I. Boumans A patch from ExtUtils::CBuilder::Base from :
2007-05-04 kan@dcit.cz [perl #42844] careless use of gethostbyname() in Socket.xs
2007-05-04 David Leadbeater Documentation fixes for EGID/GID confusion
2007-05-04 Dave Mitchell toke.c changes missed from change #31134
2007-05-04 Dave Mitchell eliminate PL_bufend from util.c (missed from #30820)
2007-05-04 Dave Mitchell move PL_expect and PL_copline into the PL_parser structure
2007-05-03 Steve Hay Fix breakages caused by #31130:
2007-05-03 Steve Hay Silence some VC6 compiler warnings in the regex code
2007-05-03 Ævar Arnfjörð... FETCH/STORE/LENGTH callbacks for numbered capture variables
2007-05-03 Nicholas Clark Move PL_delayedisa into a better spot in the interprete...
2007-05-03 Gerard Goossen Add John Peacock as maintainer of version.pm
2007-05-03 Nicholas Clark Initialise PL_delayedisa on thread clone.
2007-05-03 Abigail Fix warning.
2007-05-03 Andy Lester The revenge of the consts
2007-05-03 Brandon Black Re: mro status, etc
2007-05-03 Steve Hay Fix a CPANPLUS test that fails when run on a read-only...
2007-05-02 Nicholas Clark Get PERL_OLD_COPY_ON_WRITE passing all tests, apart...
2007-05-02 Jonathan Steinert [perl #42839] Swatch hash cache has key mismatch
2007-05-02 Yves Orton tweak some regexp params to avoid warnings
2007-05-02 Rafael Garcia... Upgrade to XSLoader 0.08
2007-05-02 Ævar Arnfjörð... When FETCHSIZE returns <0 perl segfaults
2007-05-02 Steve Hay Fix threaded builds (broken by change #31112)
2007-05-02 Jerry D. Hedden Remove ext/Thread
2007-05-01 Steve Peters Fixing a Perl_my_dirfd() related test failure.
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-05-01 Yves Orton Re: [PATCH] Change meaning of \v, \V, and add \h, ...
2007-04-30 Rafael Garcia... Two new manpages, by Abigail
2007-04-30 Rafael Garcia... Signedness nit, found by Jarkko
2007-04-30 Gerard Goossen make mad/PLXML.pm use strict
2007-04-30 Brandon Black Re: mro status, etc
2007-04-30 Ævar Arnfjörð... Re: [PATCH] Cleanup of the regexp API
2007-04-28 Craig A. Berry VMS-specific tweak to FindBin for when $0 returns a...
2007-04-28 Craig A. Berry Don't try to build old Thread extension on VMS when...
2007-04-27 Steve Hay Do the same as #31095 for Win32
2007-04-27 Yves Orton Re: Analysis of problems with mixed encoding case insen...
2007-04-27 Rafael Garcia... Reindent bash functions properly
2007-04-27 Jan Dubois Cargo-cult fix for an AIX build problem
2007-04-27 Rafael Garcia... Fix a signed/unsigned comparison warning
2007-04-27 H.Merijn Brand More up-to-date info about the metaunits
2007-04-27 Craig A. Berry special Configure handling for IO/Compress modules...
2007-04-26 Nicholas Clark Avoid a SIGBUS caused by passing a U32 pointer to utf8_...
2007-04-26 Devin Heitmueller strxfrm() returns a size_t, not a ssize_t. See:
2007-04-26 Brandon Black Fix a bug in method caching. Better version (broader...
2007-04-26 Rafael Garcia... Doc nit, by Peter Scott
2007-04-26 Steve Hay Re: VMS and Win32 Makefiles in change 31059
next