platform/upstream/perl.git
2007-10-23 Craig A. BerryFile::Find::_find_dir nit for VMS, plus version bump.
2007-10-23 Craig A. BerryMake the File::Find tests stay under t/ where they
2007-10-22 Andy DoughertyFreeBSD atoll() warning (Was Re: Code freeze
2007-10-22 Andy Doughertyperltodo.pod: Add more detail about @INC order.
2007-10-22 Nicholas ClarkSQL::Translator triggered a subtle piece of wrongness...
2007-10-22 Nicholas ClarkNote Jarkko's URL about MSVC and __FUNCTION__-a-like.
2007-10-22 Jos I. BoumansUpdate Log::Messge::Simple to 0.04 (was: Re: Code freeze)
2007-10-22 Nicholas Clarkhv_iterkeysv() actually creates a mortal SV for every...
2007-10-22 Nicholas ClarkIn Perl_mro_isa_changed_in(), no need to call an RVALUE...
2007-10-22 Nicholas ClarkS_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 ClarkB::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 DelaneyRe: 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 BarkerVDf no longer in PERL_CORE
2007-10-20 Nicholas ClarkIn Perl_do_openn() we know the length of oname, so...
2007-10-20 Rafael Garcia... Revert code change from #32148
2007-10-20 Father Chrysostomosperlfunc/perldiag errors
2007-10-20 Jerry D. HeddenRe: [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 BaeckerRe: [Diff] perlxstut.pod
2007-10-19 Rafael Garcia... Upgrade to Term::Cap 1.10
2007-10-19 Robin BarkerRE: [PATCH] RE: PERL_CORE UVf logic
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-18 Nicholas ClarkIt seems crazy for Perl_yylex() to individually shift...
2007-10-18 Nicholas ClarkChange 32136 introduced an error - passing a const...
2007-10-18 Nicholas ClarkInline and eliminate S_incl_perldb(), as it's only...
2007-10-18 Nicholas ClarkSimplify the logic for retrieving PL_inplace into ...
2007-10-18 Nicholas ClarkEliminate some uses of sv_setpv() where we already...
2007-10-18 Nicholas ClarkChange newSVpv() to newSVpvn() where we know the length...
2007-10-18 Nicholas Clarkuse newSVpvs() on the constant string "isa", rather...
2007-10-18 Nicholas ClarkBy using the HEK that holds the stash name in S_mro_get...
2007-10-18 Nicholas ClarkIn Perl_amagic_call(), construct the SV with newSVpvn...
2007-10-18 Jerry D. HeddenB::Lint is dual-lived (revised)
2007-10-18 Nicholas ClarkNo need to call strlen() on the result of CopSTASHPV...
2007-10-18 Nicholas ClarkDon't call strlen() on CopFILE() for the unthreaded...
2007-10-18 Rafael Garcia... Silence a casting warning
2007-10-18 Nicholas ClarkWhere possible, change gv_fetchfile() to gv_fetchfile_f...
2007-10-18 Nicholas ClarkIn Perl_moreswitches(), avoid the strlen() inside sv_ca...
2007-10-17 Nicholas ClarkIn Perl_my_clearenv(), under -DPERL_USE_SAFE_PUTENV...
2007-10-17 Nicholas ClarkStoring the length of all the overloading names saves...
2007-10-17 Jos I. BoumansUpdate IPC::Cmd to 0.40
2007-10-17 Jerry D. HeddenMinor fix in File::Copy POD
2007-10-17 Ben MorrowAnother ex-PVBM assert
2007-10-17 joshFix a few segfaults and a when() bug
2007-10-17 Ben Morrowex-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 ClarkPL_AMG_names is only used by gv.c (as far as Google...
2007-10-16 Nicholas ClarkReplace my_strlcpy() with a pair of byte writes.
2007-10-16 Nicholas ClarkGiven that S_feature_is_enabled() is a static function...
2007-10-16 Nicholas ClarkGiven that the buffer for mode in Perl_do_openn() has...
2007-10-16 Nicholas ClarkMoving a strlen() in Perl_moreswitches() saves a strlen...
2007-10-16 Nicholas ClarkPass in explicit lengths for the key and type arguments to
2007-10-16 Nicholas ClarkPerl_ck_smartmatch needs a dVAR too.
2007-10-16 Nicholas ClarkAdd dVAR;s to the functions created in change 31970.
2007-10-16 Jos I. BoumansUpdate File::Fetch to 0.12
2007-10-13 Rafael Garcia... POD nit found by Slaven Rezic.
2007-10-12 Craig A. BerryNormalize the case of some VMS syscalls so the prototyp...
2007-10-12 Nicholas ClarkRemove 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. BoumansUpdate IPC::Cmd to 0.38
2007-10-11 Jerry D. Heddenpp_int should treat refs as UVs (not IVs)
2007-10-11 Jerry D. HeddenGentler theads test
2007-10-11 Jerry D. HeddenMove threads test added in change 32091
2007-10-11 Robin BarkerPorting/Maintainers.pm --check added functionality
2007-10-10 Richard Foleyadd calling hints to perldebug.pod
2007-10-10 Robin BarkerPorting/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 MitchellnewCONTSUB() 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 ClarkAs we know the length, replace strEQ with memEQs in...
2007-10-09 Nicholas ClarkIf PERL_DISABLE_PMC is defined, doopen_pm() is just...
2007-10-09 Nicholas ClarkReplace Perl_sv_setpvf(aTHX_ namesv, "%s/%s", dir,...
2007-10-09 Nicholas ClarkRemove the strlen in doopen_pm() by passing in the...
2007-10-09 Nicholas ClarkRemove a call to *printf from the require code.
2007-10-09 Nicholas ClarkTests 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
2007-10-09 Rafael Garcia... Add a rough, incomplete version of perl5100delta
2007-10-09 Axel Kollmorgen[perl #45823] [PATCH] v5.8.8. pod2html: <a name="exampl...
2007-10-09 Marcus Holland... Increment IPC::SysV version number.
2007-10-09 Marcus Holland... Fix fallback definitions of S_IRWX[UGO] (didn't include
next