p5sagit/p5-mst-13.2.git
2007-10-23 Ricardo SIGNES hostname.t busted
2007-10-23 Rafael Garcia... Typos and other doc nits. Plus, de-alpha the version...
2007-10-23 Rafael Garcia... A couple of updates to perl5100delta
2007-10-23 Nicholas Clark Silly Nick. If you see a nextstate op, then it may...
2007-10-23 Craig A. Berry File::Find::_find_dir nit for VMS, plus version bump.
2007-10-23 Craig A. Berry Make the File::Find tests stay under t/ where they
2007-10-22 Andy Dougherty FreeBSD atoll() warning (Was Re: Code freeze
2007-10-22 Andy Dougherty perltodo.pod: Add more detail about @INC order.
2007-10-22 Nicholas Clark SQL::Translator triggered a subtle piece of wrongness...
2007-10-22 Nicholas Clark Note Jarkko's URL about MSVC and __FUNCTION__-a-like.
2007-10-22 Jos I. Boumans Update Log::Messge::Simple to 0.04 (was: Re: Code freeze)
2007-10-22 Nicholas Clark hv_iterkeysv() actually creates a mortal SV for every...
2007-10-22 Nicholas Clark In Perl_mro_isa_changed_in(), no need to call an RVALUE...
2007-10-22 Nicholas Clark S_mro_get_linear_isa_c3() doesn't need to call hv_fetch...
2007-10-22 Rafael Garcia... Mention perlcommunity.pod, plus some typo fixes
2007-10-22 Marcus Holland... Fix a typo (pport -> ppport).
2007-10-22 Nicholas Clark B::Concise was failing an assertion on index "foo"...
2007-10-22 Rafael Garcia... There's no point in empty TODO sections
2007-10-22 Rafael Garcia... Mention B::COP::hints_hash method
2007-10-22 Rafael Garcia... Newest things to put in perldelta
2007-10-22 Rafael Garcia... Add -Duse32bit* in perltodo
2007-10-22 Rafael Garcia... Regenerate Changes
2007-10-22 Rafael Garcia... More delta info from Perl 5.9.5
2007-10-21 Rick Delaney Re: overload64.t failures
2007-10-21 Rafael Garcia... More perldelta entries from perl 5.9.4, plus some reord...
2007-10-21 Rafael Garcia... More perldelta entries from 5.9.3
2007-10-21 Rafael Garcia... Changes from perl 5.9.2
2007-10-21 Rafael Garcia... Skip test on Basque locales on Mac OS X 10.5
2007-10-20 Robin Barker VDf no longer in PERL_CORE
2007-10-20 Nicholas Clark In Perl_do_openn() we know the length of oname, so...
2007-10-20 Rafael Garcia... Revert code change from #32148
2007-10-20 Father Chrysostomos perlfunc/perldiag errors
2007-10-20 Jerry D. Hedden Re: [PATCH] Fix overloading for 64-bit ints (revised)
2007-10-19 Rafael Garcia... More perldelta work (info from perl59[01]delta)
2007-10-19 Rafael Garcia... Document that encoding.pm isn't thread-safe, by Jerry...
2007-10-19 Rafael Garcia... POD nits
2007-10-19 Renee Baecker Re: [Diff] perlxstut.pod
2007-10-19 Rafael Garcia... Upgrade to Term::Cap 1.10
2007-10-19 Robin Barker RE: [PATCH] RE: PERL_CORE UVf logic
2007-10-19 Jerry D. Hedden Fix overloading for 64-bit ints (revised)
2007-10-18 Nicholas Clark It seems crazy for Perl_yylex() to individually shift...
2007-10-18 Nicholas Clark Change 32136 introduced an error - passing a const...
2007-10-18 Nicholas Clark Inline and eliminate S_incl_perldb(), as it's only...
2007-10-18 Nicholas Clark Simplify the logic for retrieving PL_inplace into ...
2007-10-18 Nicholas Clark Eliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas Clark Change newSVpv() to newSVpvn() where we know the length...
2007-10-18 Nicholas Clark use newSVpvs() on the constant string "isa", rather...
2007-10-18 Nicholas Clark By using the HEK that holds the stash name in S_mro_get...
2007-10-18 Nicholas Clark In Perl_amagic_call(), construct the SV with newSVpvn...
2007-10-18 Jerry D. Hedden B::Lint is dual-lived (revised)
2007-10-18 Nicholas Clark No need to call strlen() on the result of CopSTASHPV...
2007-10-18 Nicholas Clark Don't call strlen() on CopFILE() for the unthreaded...
2007-10-18 Rafael Garcia... Silence a casting warning
2007-10-18 Nicholas Clark Where possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-18 Nicholas Clark In Perl_moreswitches(), avoid the strlen() inside sv_ca...
2007-10-17 Nicholas Clark In Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV...
2007-10-17 Nicholas Clark Storing the length of all the overloading names saves...
2007-10-17 Jos I. Boumans Update IPC::Cmd to 0.40
2007-10-17 Jerry D. Hedden Minor fix in File::Copy POD
2007-10-17 Ben Morrow Another ex-PVBM assert
2007-10-17 josh Fix a few segfaults and a when() bug
2007-10-17 Ben Morrow ex-PVBM and mro interact badly
2007-10-17 Rafael Garcia... Update Module::Load::Conditional to 0.22
2007-10-17 Rafael Garcia... More tests for Safe
2007-10-16 Nicholas Clark PL_AMG_names is only used by gv.c (as far as Google...
2007-10-16 Nicholas Clark Replace my_strlcpy() with a pair of byte writes.
2007-10-16 Nicholas Clark Given that S_feature_is_enabled() is a static function...
2007-10-16 Nicholas Clark Given that the buffer for mode in Perl_do_openn() has...
2007-10-16 Nicholas Clark Moving a strlen() in Perl_moreswitches() saves a strlen...
2007-10-16 Nicholas Clark Pass in explicit lengths for the key and type arguments to
2007-10-16 Nicholas Clark Perl_ck_smartmatch needs a dVAR too.
2007-10-16 Nicholas Clark Add dVAR;s to the functions created in change 31970.
2007-10-16 Jos I. Boumans Update File::Fetch to 0.12
2007-10-13 Rafael Garcia... POD nit found by Slaven Rezic.
2007-10-12 Craig A. Berry Normalize the case of some VMS syscalls so the prototyp...
2007-10-12 Nicholas Clark Remove some strlen()s and replace one strlcpy() with...
2007-10-12 Rafael Garcia... New test for Safe
2007-10-12 Rafael Garcia... Funny symbol table names can be shared, too
2007-10-12 Rafael Garcia... Share the internal XS functions defined in universal.c
2007-10-11 Jos I. Boumans Update IPC::Cmd to 0.38
2007-10-11 Jerry D. Hedden pp_int should treat refs as UVs (not IVs)
2007-10-11 Jerry D. Hedden Gentler theads test
2007-10-11 Jerry D. Hedden Move threads test added in change 32091
2007-10-11 Robin Barker Porting/Maintainers.pm --check added functionality
2007-10-10 Richard Foley add calling hints to perldebug.pod
2007-10-10 Robin Barker Porting/Maintainers.pl
2007-10-10 Rafael Garcia... Remove an obsolete test for h2ph, that was always skipped.
2007-10-10 Rafael Garcia... Delete files removed by latest CPANPLUS update
2007-10-10 Rafael Garcia... Update CPANPLUS to 0.83_02
2007-10-10 Dave Mitchell newCONTSUB() wasn't thread-safe ([perl #45053])
2007-10-10 Rafael Garcia... If we use @{[]} (a.k.a. baby-cart) interpolation, we...
2007-10-09 Nicholas Clark As we know the length, replace strEQ with memEQs in...
2007-10-09 Nicholas Clark If PERL_DISABLE_PMC is defined, doopen_pm() is just...
2007-10-09 Nicholas Clark Replace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir,...
2007-10-09 Nicholas Clark Remove the strlen in doopen_pm() by passing in the...
2007-10-09 Nicholas Clark Remove a call to *printf from the require code.
2007-10-09 Nicholas Clark Tests for the .pmc functionality.
2007-10-09 Rafael Garcia... Files names for pragmas strict and warnings can end...
2007-10-09 Rafael Garcia... Fix description of "." in unpack() in perl5100delta
2007-10-09 Rafael Garcia... perlmodlib.pod has changed, too
next