This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2006-02-03 Steven Schubigers/Nullcv/NULL/g
2006-02-03 Nicholas ClarkChange PL_perlio_fd_refcnt from a fixed size static...
2006-02-02 Steve PetersIt would be nice to have tests in B for the functions...
2006-02-02 Steve PetersDeath to magic characters! No pun intended.
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Rafael Garcia... Update to Module::CoreList 3.04.
2006-02-02 Gisle Aasperl-5.8.8 also contained change 27040.
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-02-02 Nicholas ClarkAnd another assumption.
2006-02-01 Nicholas ClarkSince PERL_COPY_ON_WRITE became PERL_OLD_COPY_ON_WRITE...
2006-02-01 Steve PetersDoc nit found by Stephen Gordon.
2006-02-01 Nicholas Clarkdoubleplusoops. Apart from the documented NUL terminati...
2006-02-01 Nicholas ClarkReferences can't have SVp_IOK or SVp_NOK set, so no...
2006-02-01 Nicholas ClarkOops. 1 NUL termination assumption remains in Perl_gv_f...
2006-02-01 Nicholas ClarkCorrect my comment, so that it's actually useful. :-)
2006-02-01 Steve Purkis[[:...:]] is equivalent to \p{...}, not [:...:], tweake...
2006-02-01 Rafael Garcia... Improve a bit the documentation for kill() with SIGNAL==0
2006-02-01 Nicholas ClarkMmm, it looks like it's a bad plan to rebuild the TOC...
2006-02-01 Nicholas ClarkIntegrate perl588delta.pod from maint, and re-run pod...
2006-02-01 Rafael Garcia... Doc nit by Andy Dougherty
2006-02-01 Rafael Garcia... autouse actually requires perl 5.6 at least.
2006-02-01 Rafael Garcia... Avoid "Prototype mismatch" warnings with autouse.
2006-02-01 Rafael Garcia... Fix corelist data for 5.8.8
2006-02-01 Rafael Garcia... More history
2006-02-01 Rafael Garcia... Update to Module::CoreList 2.03 (includes 5.8.8 and...
2006-02-01 Jim Cromie[patch] arena rework - unify arenaroots
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2006-01-31 Steve PetersIntel C Compiler 9.0 hatefully defines __GNUC__. Unfor...
2006-01-31 p.boven@sara.nl[perl #38380] Typo in perlfunc.pod
2006-01-31 Nicholas ClarkEliminate save_threadsv, as it is never linked to,...
2006-01-31 Yves OrtonRe: [PATCH] Re: replacing "inuse" Win files (was Re...
2006-01-31 John E. Malmbergpatch@26996 - patch around stat("_NLA0:") bug
2006-01-31 Nicholas ClarkSilence a warning from the MS compiler about signed...
2006-01-30 Rafael Garcia... Add perl594delta
2006-01-30 Nicholas ClarkChange the author aliasing to reflect updates to AUTHORS.
2006-01-30 Rafael Garcia... Bump version number to 5.9.4
2006-01-30 Nicholas ClarkSilence another Irix compiler warning.
next