summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* first_release() now returns the first release in the order ofRafael Garcia-Suarez2007-05-102-8/+27
* Fix bignum-0.21Jerry D. Hedden2007-05-102-3/+26
* Small fix to a previous patch on magic $<digit> variables.Ævar Arnfjörð Bjarmason2007-05-101-0/+1
* Regarding precedence, filetest operators are the same thanRafael Garcia-Suarez2007-05-101-2/+1
* Re: [perl #42869] Problem killing a pseudo-forked child on Win32David Mitchell2007-05-101-0/+1
* Syntax error in Configure in bleadÆvar Arnfjörð Bjarmason2007-05-091-2/+2
* Remove unused parms in S_isa_lookupAndy Lester2007-05-094-9/+6
* Partial reversion of bignum-0.21 to get tests to pass again.Steve Peters2007-05-092-25/+3
* Typing is for secretariesH.Merijn Brand2007-05-091-3/+3
* Better help ; regen after backport #31114 ; RT#42886 ' in unameH.Merijn Brand2007-05-091-8/+20
* Bump the version of Module::CoreList and add docsRafael Garcia-Suarez2007-05-092-7/+13
* Added all traceable Unicode versionsH.Merijn Brand2007-05-091-3/+16
* 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/extH.Merijn Brand2007-05-091-4/+10
* Add examples for h2xs -X, by Andy ArmstrongRafael Garcia-Suarez2007-05-091-2/+8
* Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalarBrandon Black2007-05-092-9/+23
* Reapply patch 31028, that wasn't integrated in CPANPLUSRafael Garcia-Suarez2007-05-081-3/+6
* Upgrade to Math-BigInt-FastCalc-0.14Steve Peters2007-05-083-36/+60
* Upgrade to Module-Build-0.2808Steve Peters2007-05-0811-25/+479
* Upgrade to CGI.pm-3.29Steve Peters2007-05-082-24/+44
* Upgrage to bignum-0.21 and Math-BigRat-0.19Steve Peters2007-05-086-66/+333
* Update CPANPLUS to 0.79_02Jos I. Boumans2007-05-0816-32/+36
* more constingAndy Lester2007-05-084-83/+73
* Sync Tie::RefHash with CPAN (1.37)Yuval Kogman2007-05-072-20/+33
* bytecode.pl: Exterminate!Nicholas Clark2007-05-075-599/+1
* Given that @optype and @specialsv_name are hard coded tables, it seemsNicholas Clark2007-05-075-24/+37
* Fix [perl #42163] "use base" masks $SIG{__DIE__}Rafael Garcia-Suarez2007-05-071-11/+16
* Upgrade to Math::BigInt 1.86Rafael Garcia-Suarez2007-05-0717-132/+571
* Archive::Extract test tries to do the logically impossible.Craig A. Berry2007-05-051-2/+6
* Make ppptools.pl allow a trailing dot in filenames for VMS.Craig A. Berry2007-05-051-1/+1
* Some filename dot and extension help for Module::Build on VMS.Craig A. Berry2007-05-052-5/+20
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-0510-13/+8
* Tweak change 30841 so that B works on maint too.Nicholas Clark2007-05-053-7/+27
* Shuffling PL_gensym saves 8 bytes on LP64 systems.Nicholas Clark2007-05-051-2/+2
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-056-60/+28
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-048-75/+49
* Add a few manpages to Maintainers.plRafael Garcia-Suarez2007-05-041-0/+18
* Add CPANPLUS to Maintainers.plRafael Garcia-Suarez2007-05-041-0/+28
* Add CPANPLUS::Dist::Build to the coreJos I. Boumans2007-05-048-4/+1382
* A patch from ExtUtils::CBuilder::Base from :Jos I. Boumans2007-05-041-2/+2
* [perl #42844] careless use of gethostbyname() in Socket.xs kan@dcit.cz2007-05-042-2/+3
* Documentation fixes for EGID/GID confusionDavid Leadbeater2007-05-042-2/+4
* toke.c changes missed from change #31134Dave Mitchell2007-05-041-3/+4
* eliminate PL_bufend from util.c (missed from #30820)Dave Mitchell2007-05-041-5/+6
* move PL_expect and PL_copline into the PL_parser structureDave Mitchell2007-05-049-91/+99
* Fix breakages caused by #31130:Steve Hay2007-05-035-10/+16
* Silence some VC6 compiler warnings in the regex codeSteve Hay2007-05-034-5/+5
* FETCH/STORE/LENGTH callbacks for numbered capture variablesÆvar Arnfjörð Bjarmason2007-05-0315-132/+345
* Move PL_delayedisa into a better spot in the interpreter structure.Nicholas Clark2007-05-031-4/+8
* Add John Peacock as maintainer of version.pmGerard Goossen2007-05-031-1/+8
* Initialise PL_delayedisa on thread clone.Nicholas Clark2007-05-031-0/+1