platform/upstream/perl.git
2007-10-31 Nicholas ClarkNow that ExtUtils::ParseXS requires 5.006, we can repla...
2007-10-31 Paul MarquessDB_File
2007-10-31 Rafael Garcia... Revert #32197, should not be needed anymore since the...
2007-10-31 Rafael Garcia... Fix (or hide?) a case of memory corruption with \K...
2007-10-31 Rafael Garcia... Upgrade to ExtUtils::CBuilder 0.21
2007-10-30 Rafael Garcia... Mention version.pm and new v-string portability warning in
2007-10-30 Jarkko HietaniemiRe: configure failed in tru64
2007-10-30 Craig A. BerryTypo in comment in 32201.
2007-10-30 Charles BaileyRe: copyright notices for vms.c and vmsish.h
2007-10-29 Rafael Garcia... Leopard has more standard /etc/passwd files than previous
2007-10-27 lemkemch@t... Re: Perl 5.10.0 getting close: please test
2007-10-27 Thomas Pfauproblem with MAKE_EXT.COM
2007-10-27 Rafael Garcia... Band-aid to get xs.t working. Need to check that make...
2007-10-27 Father ChrysostomosRe: [PATCH] perlfunc/perldiag errors
2007-10-26 Craig A. BerryIn the revised Module::Build, don't create temp directories
2007-10-25 Craig A. BerryPlatform-neutral quoting in optree_misc.t.
2007-10-25 Craig A. BerryCopy Win32 system() behavior on VMS and make a first...
2007-10-25 Rafael Garcia... Upgrade to Module::Build 0.2808_01
2007-10-25 H.Merijn BrandEmergency fix for /tmp dir cleanup's for smokers.
2007-10-25 Andy Dougherty(Was Re: [PATCH] FreeBSD atoll() warning)
2007-10-25 John PeacockBring version.pm core into compliance with CPAN release
2007-10-25 Rafael Garcia... Bump version of IPC::Cmd
2007-10-25 John E. Malmbergpatch@32181 IPC::Cmd fix for VMS.
2007-10-24 David LandgrenFile::Path 2.02
2007-10-24 Peter Dintelmannwarning from ext/Hash/Util/FieldHash/t/02_function.t
2007-10-24 John E. Malmbergpatch@32181 File::Copy.pm patches for VMS
2007-10-24 Rafael Garcia... Fix an off by one error, found by valgrind
2007-10-24 David Landgrendocumentation typo for Text::Wrap
2007-10-23 Andy DoughertyRe: [perl #46725] v5.10.0 util.c and pp_sys.c fail...
2007-10-23 Ricardo SIGNEShostname.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 ClarkSilly Nick. If you see a nextstate op, then it may...
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.
next