platform/upstream/perl.git
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
2007-10-09 Nicholas ClarkDon't deparse $^H{v_string}, which is automatically...
2007-10-09 Rafael Garcia... Free temporary scalars later, because they might be...
2007-10-09 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-10-09 Rafael Garcia... New opcode category :load, for require, dofile and...
2007-10-08 Alexander Goughmake t/op/pack.t not explode when u64size=''
2007-10-08 Rafael Garcia... Suggestion by Rick Delaney to make this test pass with...
2007-10-08 Rafael Garcia... Build with -Dusemymalloc was broken
2007-10-08 Alexander GoughTime::Piece & matherr on qnx4
2007-10-08 Nicholas ClarkMove (most of) the conditionally compiled members of...
2007-10-08 Nicholas ClarkShrink 4 bytes (ILP32) from the interpreter structure.
2007-10-08 Steve HayDo the same as #32061 for Win32, which also fixes a...
2007-10-08 Brandon BlackRe: [perl #46217] (resent) Typeglobs vs. SUPER:: (Hook...
2007-10-08 Steve HaySilence compiler warnings on Win32 (VC6)
2007-10-08 Rafael Garcia... Documentation change to go with change #32056.
2007-10-08 Rick DelaneyRe: [perl #46011] [RESOLVED] overload "0+" doesn't...
2007-10-08 Alexander Gough[Patch] Configure doesn't pick up Hash/Util/FieldHash
2007-10-07 Rick DelaneyRe: [perl #46011] overload "0+" doesn't handle integer...
2007-10-06 Craig A. BerryRe: several compilation problems on VMS in perl@32039
2007-10-06 Nicholas ClarkFinally! Worked out how to const Perl_moreswitches().
2007-10-06 Nicholas Clark"A" should no longer be in the list of options acceptab...
2007-10-06 Nicholas ClarkPropagate the perlapi.pod part of change 32026 back...
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
2007-10-06 Craig A. BerryAdd symlink support to Cwd::_vms_abs_path.
2007-10-06 Nicholas ClarkThe scratch scalar used in -d processing for : and...
2007-10-06 Nicholas ClarkNothing* outside the core uses the old misspelling
2007-10-06 Nicholas ClarkFix precedence bug in the logic for PERL_PV_ESCAPE_NOCL...
next