This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-02-14 Rafael Garcia... Remove a my_perl that slipped in
2006-02-14 Andy LesterSun Studio lint patches
2006-02-13 Nicholas ClarkEnsure that public I, N and P flags are off when SvTAIN...
2006-02-13 Andy Lesterperldiag.pod patching re: integer overflow
2006-02-13 Stephen McCamant[perl #38346] [PATCH] Re: B::Deparse's bug?
2006-02-13 Steve HayTeach checkAUTHORS.pl about Changelogs with leading...
2006-02-13 Steve HayRevert an assert() fix in the light of change #27152
2006-02-13 Nicholas ClarkAll the bits of clone_params.flags need to be initialis...
2006-02-12 Nicholas ClarkFix change 27059 so that it actually works with >16...
2006-02-11 Nicholas ClarkIn perldiag.pod add an entry for the error message...
2006-02-11 Nicholas ClarkRemove SOFT_CAST() as it no longer does anything useful.
2006-02-11 Nicholas ClarkCoalesce 2 if blocks with duplicated conditions in...
2006-02-11 Steve PetersTest to go with change #27155.
2006-02-11 Steve PetersDie when integer overflow condition is detected in...
2006-02-11 Nicholas Clarkassert() that we can't reach two unreachable code paths
2006-02-10 Nicholas ClarkThe return value from S_hv_auxinit can be ignored,...
2006-02-10 Steve HayA better fix than 27148
2006-02-10 Nicholas ClarkWith PERL_POISON defined, ensure freshly malloc()ed...
2006-02-10 Steve HayFix the effects of 27136 on Win32 with DEBUGGING and...
2006-02-09 Nicholas ClarkChange 27136 seems to have inadvertently upset some...
2006-02-09 Steve PetersFix breakage in S_set_csh() from change #27136.
2006-02-09 Gisle AasDocument incompatible interpretation of chdir FOO.
2006-02-09 Rafael Garcia... Really regenerate headers
2006-02-09 Steve PetersRegenerated headers for change #27136.
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-09 Rafael Garcia... Skip new chdir warning test if fchdir is not available
2006-02-09 Nicholas ClarkAvoid calling all the scanning code in gv_fetchpvn_flag...
2006-02-08 Nicholas Clarklastparen in the regexp structure is never initialised...
2006-02-08 Gisle AasBareword file handles not supported for chown/chmod...
2006-02-08 Rafael Garcia... Wave hands about encoding::warnings
2006-02-08 Peter Dintelmann[perl #38464] chdir() on closed handles
2006-02-08 Andy LesterHandle unused args
2006-02-08 Jim Cromie[patch] several broken make *.valgrind targets
2006-02-08 Nicholas ClarkBorland's C compiler warns that the & is unnecessary.
2006-02-07 Nicholas ClarkMerging pp_bit_or and pp_bit_xor shrinks the object...
2006-02-07 Gisle AasAllow bareword file handle as argument to chdir().
2006-02-07 Nicholas ClarkAll the trancendental unary operators can be merged...
2006-02-07 Nicholas ClarkAvoid gcc warning about possibly uninitialised variables.
2006-02-07 Nicholas ClarkCreate new macros AMG_CALLun_var, AMG_CALLun_var and...
2006-02-07 Nicholas Clarkpp_pop can be implemented by pp_shift.
2006-02-07 Steffen MüllerRe: [PATCH] Documentation patch for overload
2006-02-07 Nicholas Clarkpp_hex can be implemented trivially by pp_oct, making...
2006-02-07 Nicholas ClarkMerge pp_index and pp_rindex - we have another mathom.
2006-02-07 Nicholas ClarkSome refactoring to converge pp_index and pp_rindex
2006-02-07 Nicholas ClarkFix bug 38454 (rindex corrects for $[ on bytes rather...
2006-02-07 Peter PrymmerRe: Configure.com issue, more quoting needed.
2006-02-07 John E. Malmbergpatch@27082 Allow fatal exceptions to bring up VMS...
2006-02-06 Nicholas ClarkOptimise index so that if the big string is ISO-8859...
2006-02-06 Nicholas ClarkGiven that the memory allocated in Perl_bytes_from_utf8 and
2006-02-06 Nicholas ClarkRename S_glob_assign to S_glob_assign_glob
2006-02-06 Nicholas ClarkI think that "merge Perl_sv_2[inpu]v" and "reduce dupli...
2006-02-06 Nicholas ClarkIn Perl_sv_upgrade, the assignment to new_type_details...
2006-02-06 Steve PetersDocument the limitations of calling exit() (instead...
2006-02-06 Nicholas ClarkRemove a duplicate flag copy line from Perl_sv_setsv_flags.
2006-02-06 Nicholas ClarkMove Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_...
2006-02-06 Nicholas ClarkExpunge USE_5005THREADS from perl.c
2006-02-06 Nicholas ClarkFix bug #38439 - reference to typeglob assignment needs...
2006-02-06 Jarkko Hietaniemi5.8.8: Unicos test skip (and for the record: config...
2006-02-06 Andy LesterCleaning up shadowed variables
2006-02-05 Nicholas ClarkMerge the PVCV case into the common code in S_pvgv_assign.
2006-02-05 Nicholas ClarkMerge the PVAV and PVHV clauses into the common code...
2006-02-05 Nicholas ClarkMerge the default case (GvSV) with the common code...
2006-02-05 Nicholas ClarkStart to merge the 6 arms of S_pvgv_assign into one.
2006-02-05 Jim Cromie[patch] rework arenas - repair arenasets
2006-02-05 Steffen MüllerDocumentation patch for overload
2006-02-05 Nicholas ClarkThe message "Can't upgrade that kind of scalar" can...
2006-02-05 Nicholas Clarknew_body_type doesn't need to subtract the offset,...
2006-02-05 Nicholas ClarkYes, I broke Win32 with change 27089 by having a {...
2006-02-05 Nicholas ClarkRemove "Can't upgrade to undef" from perldiag, as the...
2006-02-05 Nicholas ClarkMerge and refactor the PVAV and PVHV code in Perl_sv_up...
2006-02-05 Nicholas ClarkEliminate a croak we can't get to.
2006-02-05 Nicholas ClarkWithout this Windows and Netware compilers should be...
2006-02-05 Steve PetersDon't export PL_memory_debug_header to Win32 (and other...
2006-02-05 Steve PetersFixed embed.fnc entry for S_forbid_setid() and picked...
2006-02-04 Nicholas Clarkbcc was issuing a warning about this line in Perl_sv_2c...
2006-02-04 Nicholas ClarkAdd regression tests to lib/charnames.t to ensure that...
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-04 Nicholas ClarkThe TODO 'Tidy up global variables' can go, replaced...
2006-02-04 Nicholas ClarkI believe that mathoms have been completely TODOne.
2006-02-04 Nicholas ClarkRejig the definition of ARENAS_PER_SET to maximise...
2006-02-04 Nicholas ClarkTweak arena sets to avoid assignment between different...
2006-02-04 Jim Cromie[patch] arena rework - arena sets
2006-02-04 Nicholas Clarkwarnings.h does some evil(*) pointer arithmetic on...
2006-02-04 Nicholas ClarkRemove obsolete comment.
2006-02-03 Nicholas ClarkS_find_beginning is only called from one place, so...
2006-02-03 Nicholas ClarkAnd as we've now got to the point where all calls to...
2006-02-03 Nicholas ClarkThe MSDOS-only call to moreswitches will never reach...
2006-02-03 Nicholas ClarkPull the variables fdscript and suidscript into a much...
2006-02-03 Nicholas ClarkChange 27070 failed to initialise a variable. (But...
2006-02-03 Nicholas ClarkSilence a warning about "statement not reached" from...
2006-02-03 Nicholas ClarkEliminating PL_suidscript is more tricky, and requires...
2006-02-03 Nicholas ClarkPassing the flag to S_forbit_setid as a single char...
2006-02-03 Nicholas ClarkOops. I *thought* that I had checked that all changed...
2006-02-03 Nicholas ClarkOops. When changing warnings.pl one should re-run it...
2006-02-03 Nicholas ClarkIt's actually easier to get rid of PL_fdscript than...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Rafael Garcia... Fix file where internal XS functions are defined
2006-02-03 John E. MalmbergHelp to compile on VMS with UNLINK_ALL_VERSIONS
2006-02-03 Andreas König[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
2006-02-03 SADAHIRO TomoyukiL<PerlIO> and Pod::Html
next