platform/upstream/perl.git
2006-12-12 Nicholas ClarkAssert that PVGVs are never SvVALID() in the PVBM sense.
2006-12-12 Nicholas Clarkpads haven't actually contained any PVGVs since change...
2006-12-12 Nicholas ClarkShrink Perl_sv_peek() and Perl_do_sv_dump() by using...
2006-12-12 Steve HayRestore (differently) the setting of $Config{osvers...
2006-12-12 Steve HaySilence VC warnings about possible operator precedence...
2006-12-12 Jarkko Hietaniemimg.c: #ifdef only the different bits
2006-12-12 H.Merijn BrandThe overly-picky AIX xlc compiler doesn't like the...
2006-12-12 Rafael Garcia... Skip IO::Compress::Zlib in perlivp, since that's a...
2006-12-12 Jan Duboisget ext/Win32/Win32.xs to compile on cygwin
2006-12-12 Nicholas ClarkBy moving xbm_previous into the SvPVX, we save a U16...
2006-12-11 Nicholas ClarkFix allocation bug in change 29524.
2006-12-11 Nicholas ClarkAdd BmPREVIOUS_set(), and use it in the one place that...
2006-12-11 Nicholas ClarkMove PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR...
2006-12-11 Nicholas ClarkFix typo in change 29518 which broke non-debugging...
2006-12-11 Nicholas ClarkConvert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET...
2006-12-11 Nicholas ClarkAssert that BmRARE() BmPREVIOUS() and BmUSEFUL() are...
2006-12-11 Nicholas ClarkRename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
2006-12-11 Rafael Garcia... Don't load the Win32 module on non-win32 platforms
2006-12-11 Nicholas ClarkChange SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL...
2006-12-11 Rafael Garcia... Changes and README are not needed for Switch.pm
2006-12-11 Rafael Garcia... As pointed out by Valentin Guignon, there is most
2006-12-11 Rafael Garcia... Configure needs to know about the extensions IO/Compres...
2006-12-11 Rafael Garcia... Move files from ext/Compress/IO to ext/IO/Compress
2006-12-11 Bo LindberghRe: [PATCH] Deparse.pm bugfix
2006-12-11 Jan Duboisre: [PATCH] Move Win32::* functions from win32/win32...
2006-12-11 Jan DuboisSecond patch from:
2006-12-11 Jan DuboisFirst patch from:
2006-12-11 Dave Mitchellremove extraneous debugging code introduced by #29504
2006-12-11 Jerrad PierceFatal v1.03
2006-12-11 Marcus Holland... Re: [perl #41065] Out of memory!, while extending scalar
2006-12-11 Rafael Garcia... perlhack.pod nit by Jarkko
2006-12-11 Dave Mitchellfix eval qw(BEGIN{die}) style leaks (second attempt).
2006-12-10 Nicholas ClarkRemove code duplication in S_to_utf8_substr() and S_to_...
2006-12-10 Nicholas ClarkDowngrading a fixed or floating substring of a pattern...
2006-12-10 Dave Mitchell#28315 could crash when freeing ops with different...
2006-12-10 Dave Mitchellparser: expand yy_is_opval[] to include all value types
2006-12-10 Graham BarrRestore change 27486 accidently removed (also added...
2006-12-10 Graham BarrUpgrade to Scalar-List-Utils-1.19
2006-12-10 Ilya ZakharevichRe: [PATCH 5.8.8] Build on OS/2 - missing part
2006-12-10 Nicholas ClarkSwap SVpbm_TAIL and SVpbm_VALID.
2006-12-09 Steve PetersUpgrade to Time-HiRes-1.9703
2006-12-09 Nicholas ClarkPVBMs mustn't enter anything that turns SVIVisUV_on().
2006-12-09 Nicholas ClarkExterminate! 2 pieces of superfluous code related to...
2006-12-08 Nicholas ClarkIn Perl_fbm_instr(), no need to calculate the address...
2006-12-08 Nicholas Clarkassert that SvTAIL() isn't being called on PVAVs or...
2006-12-08 Nicholas ClarkWrap some macro arguments in () to avoid precedence...
2006-12-08 Nicholas ClarkPerl_screaminstr() must be called with littlestr as...
2006-12-08 Dave Mitchelladd missing OP_REFCNT_LOCK/UNLOCKs and document it
2006-12-08 Nicholas ClarkAssert that BmRARE, BmUSEFUL and BmPREVIOUS are only...
2006-12-08 Nicholas ClarkNo need to upgrade if all we're going to do is return.
2006-12-07 Steve HayMake use of $Config{d_pseudofork} in a couple of core...
2006-12-07 Jan DuboisMove Win32 from win32/ext/Win32 to ext/Win32
2006-12-07 Jerry D. HeddenPerl_save_destructor is not a mathom
2006-12-07 Jan DuboisMakefile.PL changes to compiler Win32.xs using cygwin
2006-12-06 Steve HayBetter fix than #29479 for exporting refcounted_he_chai...
2006-12-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-06 Steve HayUpgrade to Time-HiRes 1.9702
2006-12-06 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-06 Rafael Garcia... save_I8 is not a mathom.
2006-12-06 Joshua ben... User pragmas now accessible from B
2006-12-06 Craig A. BerryAvoid my_regdupe type mismatch warning after #29430
2006-12-06 Craig A. Berryd_pseudofork for configure.com
2006-12-05 Yves OrtonRe: [PATCH] Further tweaks to make it easier to create...
2006-12-05 Steve PetersSilence a warning from Module::CoreList that occurs...
2006-12-05 Steve HayMake the check for PERL_IMPLICIT_SYS better
2006-12-05 Steve HayExtend d_pseudofork to Win32-land and set it when appro...
2006-12-05 Yves OrtonFurther tweaks to make it easier to create regexp engin...
2006-12-05 H.Merijn BrandIntroduction of d_pseudofork
2006-12-05 Jarkko HietaniemiRe: When should PERL_SYS_TERM() be called? [was: Re...
2006-12-05 Steve HaySkip Perl_regdupe_internal rather than Perl_regdupe
2006-12-04 Nicholas ClarkMove Perl_get_db_sub() from pp_hot.c to util.c
2006-12-04 H.Merijn BrandRevert #29454
2006-12-04 Dave Mitchellfix some casting issues with perly.y / madly.y merger
2006-12-04 Rafael Garcia... Better version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia... The new regexp compilation function must be added to...
2006-12-04 Rafael Garcia... Actually submit previous change.
2006-12-04 Rafael Garcia... Split Perl_pregcomp in two functions. Patch by Audrey...
2006-12-04 Dave Mitchellmerge perly.y and madlu.y
2006-12-04 Rafael Garcia... Re: install misses Compress/IO/{Base,Zlib}
2006-12-04 Jos I. BoumansAdd File::Fetch to the core
2006-12-04 Steve HayChange #29424 may well be correct in itself, but curren...
2006-12-04 Yves OrtonMinor pod nit in perlre.
2006-12-04 Dave Mitchellanother fix for bison 2.3
2006-12-04 Yitzchak Scott... -DDEBUGGING=both doesn't set -g
2006-12-04 Chris DolanRe: [perl #38868] Changing $0 on darwin leads to excess...
2006-12-04 Yves Orton\R is supposed to mean something else so switch to...
2006-12-04 Steve PetersUpgrade to Test-Simple-0.66.
2006-12-03 Dave Mitchelladd support for bison 2.3
2006-12-03 Yves OrtonRe: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool...
2006-12-03 Yves OrtonRe: [perl #41010] (?(COND)) in pattern matching not...
2006-12-03 Dave Mitchellmerge perly.c and madly.c
2006-12-03 Christophe... Minor patch for Benchmark.pm
2006-12-02 Dave Mitchellsynchronise perly.c and madly.c
2006-12-02 Marcus Holland... Upgrade to Devel::PPPort 3.10_02
2006-12-02 Marcus Holland... Upgrade to Devel::PPPort 3.10_01
2006-12-02 Jarkko Hietaniemiperltodo.pod: add perlio todos/thinkabouts
2006-12-01 Nicholas ClarkMake get_db_sub non-static, and call it from pp_goto...
2006-12-01 Nicholas ClarkRemove the pp_entersub specific logic from S_get_db_sub.
2006-12-01 Joshua ben... Re: [PATCH] Make B::Lint use Module::Pluggable
2006-12-01 Rafael Garcia... Remove unused variable
next