platform/upstream/perl.git
2008-01-20 Nicholas ClarkIn struct block_loop access element label via the macro...
2008-01-19 Dave Mitchell[perl #49522] state variable not available
2008-01-18 Nicholas ClarkAvoid an unused argument in S_sv_2iuv_non_preserve...
2008-01-18 Nicholas ClarkNick's a muppet - "all" needs to remain the first real...
2008-01-18 Nicholas ClarkDon't create local variables validarg and fdscript...
2008-01-18 Nicholas ClarkThe suidscript argument to S_forbid_setid(), S_open_scr...
2008-01-18 Nicholas ClarkEliminate all PERL_UNUSED_ARG()s in S_validate_suid...
2008-01-18 Nicholas ClarkA target for sperl.i
2008-01-18 Nicholas ClarkChange 32997 missed one conditionally unused argument.
2008-01-18 Nicholas ClarkCollect all the S_validate_suid() unused argument logic...
2008-01-18 Nicholas ClarkRemove commented out declaration from S_validate_suid()
2008-01-18 Rafael Garcia... New tests for new ops. Most of them are TODO
2008-01-18 Nicholas ClarkRemove commented out code from S_validate_suid()
2008-01-18 Nicholas ClarkAdd Weed out needless PERL_UNUSED_ARG to perltodo....
2008-01-17 Nicholas Clarkwarn if ++ or -- are unable to change the value because...
2008-01-17 Steve PetersUpgrade to Math-Complex-1.47
2008-01-17 Nicholas ClarkGenerate the warnings masks programatically.
2008-01-17 Nicholas ClarkAdd a diagram for the 5.11 SV class structure, includin...
2008-01-16 AbigailDon't ask about a module when using -ok
2008-01-16 Rafael Garcia... A couple of POD fixes by Steven Schubiger
2008-01-15 Steve PetersThanks to Sébstien Aperghis-Tramoni's suggestion, ...
2008-01-15 Mashrab KuvatovBoolean priority bug, found by Mashrab Kuvatov:
2008-01-15 Jerry D. HeddenFix range operator
2008-01-14 Robin Barkerconsting IO.xs
2008-01-14 Rafael Garcia... When parsing LC_ALL or LANG to get the locale's encodin...
2008-01-14 Robin Barkerconsting
2008-01-14 H.Merijn BrandIntermediate update/regen in cleanup process, dtrace...
2008-01-13 Nicholas ClarkRe-order so that the !SvOK() case is last (which should...
2008-01-13 Steve PetersUpgrade to Math-Complex-1.44
2008-01-12 Nicholas ClarkFor 5.12: saner behaviour for `length`
2008-01-12 Nicholas ClarkFix bug whereby length on a tied scalar that returned...
2008-01-12 Andy ArmstrongRe: [PATCH] Stop DTrace config option looping in non...
2008-01-12 Jarkko Hietaniemitru64: poison stack, write protect string constants
2008-01-12 Craig A. BerryNit disabling dtrace on VMS (2 single quotes inside...
2008-01-12 Craig A. BerryDon't quote a whitespace-containing ABSPERL when the...
2008-01-11 Andy Armstrongsh doesn't know about !
2008-01-11 Nicholas ClarkWell, I know *something* passed make test from a clean...
2008-01-11 Nicholas Clarkassert that these are the regexps you were looking...
2008-01-11 Nicholas Clark__DATE__ and __TIME__ are both string literals, so...
2008-01-11 Nicholas ClarkPack the recycled pad offsets into an SV at PL_regex_pa...
2008-01-11 Nicholas ClarkRemove C variables (and a parameter!) now unused since...
2008-01-11 Nicholas ClarkNote the U8 sized space created by removing -P, and...
2008-01-11 Rafael Garcia... Rename PERL_MAX_SUB_DEPTH to PERL_SUB_DEPTH_WARN, per...
2008-01-11 Rafael Garcia... Remove the -P switch
2008-01-11 Andy ArmstrongAdd dtrace support
2008-01-11 Nicholas ClarkRemove PM_GETRE_SAFE and PM_SETRE_SAFE as nothing uses...
2008-01-11 Nicholas ClarkRemove code that protected pp_qr against REGEXPs going...
2008-01-11 Nicholas ClarkREGEXPs are now stored directly in PL_regex_padav,...
2008-01-11 Rafael Garcia... Introduce macro PERL_MAX_SUB_DEPTH
2008-01-11 Rick DelaneyRe: [perl #49564] Re: MRO and av_clear
2008-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2008-01-11 Robin BarkerFrom: "Robin Barker" <Robin.Barker@npl.co.uk>
2008-01-11 Paul Johnson[DOC PATCH] was Re: things deprecated for removal in...
2008-01-10 Nicholas ClarkBetter descriptions for PL_regex_pad and PL_regex_padav.
2008-01-10 Nicholas ClarkReal regexps are stored via RVs, IVs can only mean...
2008-01-10 Nicholas ClarkChange 32899 missed undoing the reference count increas...
2008-01-10 Nicholas ClarkReverse the TODOs on t/op/regexp_qr_embed_thr.t - they...
2008-01-10 Nicholas ClarkUn-TODO (and un-SKIP) tests in t/op/pat_thr.t that...
2008-01-10 Nicholas ClarkIt seems that you don't need to reference count PL_reg_...
2008-01-10 Nicholas ClarkThe correct solution is to reference count the regexp...
2008-01-10 Nicholas ClarkEnsure DEBUG_LEAKING_SCALARS_ABORT can't be circumvente...
2008-01-10 Nicholas ClarkFix bug picked up by printf format warnings - a cast...
2008-01-10 Ævar Arnfjörð... Move the reg_stringify logic to Perl_sv_2pv_flags
2008-01-09 Dave Mitchellseen_eval regex field wasn't getting cloned
2008-01-09 Nicholas ClarkFix the bug introduced by the bug fix of change 30755.
2008-01-09 Nicholas ClarkVariants of several regression tests that run the actul...
2008-01-09 Nicholas Clarkgrep the MANIFEST to avoid having hard coded numbers...
2008-01-09 Steve PetersUpgrade to Math-Complex-1.43
2008-01-09 Steve PetersOnly code paths in hv_store either XSRETURN_NO or XSRET...
2008-01-09 H.Merijn BrandIntermediate re-gen for AndyA's dtrace work. More to...
2008-01-09 Marcus Holland... Re: [PATCH] Exclude .svn and _darcs from IPC::SysV...
2008-01-09 Steve HayFix prototype in regexp code following #32851, and...
2008-01-09 Rafael Garcia... Revert change #32920, since it was solved another way...
2008-01-09 Marcus Holland... refactor PL_opargs generation in opcode.pl and fix...
2008-01-09 Robin BarkerRE: compile warnings w/ PM_SETRE and ReREFCNT_inc
2008-01-09 Nicholas ClarkAdd DEBUG_LEAKING_SCALARS_ABORT, to call abort() if...
2008-01-09 Rafael Garcia... Add a few =cuts (so configpm is displayed mostly correctly
2008-01-09 Rafael Garcia... Fix leak introduced by change #32873, thanks to Nicholas
2008-01-09 Nicholas Clark1e4 isn't large enough with 16 byte long doubles (at...
2008-01-09 Nicholas ClarkChange 32899 missed the other double-reference count.
2008-01-09 Nicholas Clark newSV() + sv_upgrade() => newSV_type()
2008-01-09 Jerry D. HeddenMove re::regexp_pattern to universal.c
2008-01-09 Rafael Garcia... Remove the warning "v-string in require/use non portable"
2008-01-09 Florian RagwitzB::Deparse fixes for implicit smartmatching in given...
2008-01-09 Steve PetersUpgrade to Math-Complex-1.42
2008-01-09 Steve PetersUpgrade to Module-Load-Conditional-0.24
2008-01-09 Dave Mitchellchange #31447 was wrong. Really handle cloning a stale...
2008-01-08 Max Maischein[patch] [Win32] Make Perl build on Win32 when the path...
2008-01-08 Gabor SzaboRe: [PATCH] docs more open() and $_ related entries
2008-01-08 Steffen MüllerAutoLoader: Remove AutoLoader::can
2008-01-08 Nicholas ClarkWith regexps stored as real RVs, we can eliminate SvREP...
2008-01-08 Nicholas ClarkPL_regex_padav can simply be dup()ed. This is surprisin...
2008-01-08 Nicholas ClarkIn PL_regexp_padav, store regexps via real references...
2008-01-08 Nicholas ClarkCorrect a long-standing ithreads reference counting...
2008-01-08 Yitzchak Scott... ARRAY(0x...) is not very helpful in sprintf.t diagnostics
2008-01-07 Nicholas ClarkPost change 32880, restore the dummy sub Regexp::DESTROY {}
2008-01-07 Nicholas ClarkClarify the use of SVf_BREAK on PL_reg_curpm.
2008-01-07 Nicholas ClarkDon't set the public IV or NV flags if the string conve...
2008-01-07 Nicholas ClarkSave an upgrade each by first setting the NV on PL_sv_y...
2008-01-07 Jari Aaltov5.8.8: File::Temp.pm (_gettemp): ignore dir -w test...
next