This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
[perl5.git] / ext /
2006-12-12 Nicholas ClarkCorrect some assumptions about PVBM table offset in...
2006-12-12 Jan Duboisget ext/Win32/Win32.xs to compile on cygwin
2006-12-11 Rafael Garcia-SuarezMove 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-10 Graham BarrRestore change 27486 accidently removed (also added...
2006-12-10 Graham BarrUpgrade to Scalar-List-Utils-1.19
2006-12-09 Steve PetersUpgrade to Time-HiRes-1.9703
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-06 Yves OrtonRe: [PATCH] User pragmas now accessible from B
2006-12-06 Steve HayUpgrade to Time-HiRes 1.9702
2006-12-06 Joshua ben JoreUser pragmas now accessible from B
2006-12-06 Craig A. BerryAvoid my_regdupe type mismatch warning after #29430
2006-12-04 Rafael Garcia-SuarezBetter version of last patch, by Yves Orton.
2006-12-04 Rafael Garcia-SuarezThe new regexp compilation function must be added to...
2006-12-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.10_02
2006-12-02 Marcus Holland-MoritzUpgrade to Devel::PPPort 3.10_01
2006-12-01 Joshua ben JoreRe: [PATCH] Make B::Lint use Module::Pluggable
2006-12-01 Yves OrtonContinue split of perl internal regexp structures from...
2006-12-01 Rafael Garcia-SuarezFix Time-HiRes linker error on Win32 introduced by...
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.96.
2006-11-30 Steve PetersUpgrade to Time-HiRes-1.95
2006-11-29 Rafael Garcia-SuarezPatch by Derek Price to Time::Piece for CPAN bug #21255:
2006-11-28 Steve HaySilence VC++ 8 warnings about "possible loss of data"
2006-11-28 Steve HaySilence 4 "unreferenced local variable" warnings from...
2006-11-28 Ilya ZakharevichRe: [PATCH 5.8.8] Build on OS/2
2006-11-28 Jerry D. Hedden[PATCH[ threads 1.53
2006-11-26 Nicholas ClarkEliminated unitialised clone_params value bug accidenta...
2006-11-26 Steve PetersAdding Time::Piece to the core...again.
2006-11-25 Jarkko Hietaniemismoke signs suppression
2006-11-23 Yves OrtonCleanup regexp flags and structure
2006-11-23 Steve PetersUpgrade to PathTools-3.24.
2006-11-22 Peter DintelmannPOSIX::remove() and directories
2006-11-22 Steve HayVC8 regards 60 seconds as an invalid parameter for...
2006-11-22 Rafael Garcia-SuarezRemove tests for POD or POD coverage -- they're always...
2006-11-21 Jerry D. Heddenthreads 1.52
2006-11-20 Andreas KönigPatch by Yves Orton to fix the regression reported...
2006-11-17 Rafael Garcia-SuarezDoc nits to re.pm
2006-11-17 Yves Ortonadd regmust() to re.pm/re.xs
2006-11-16 Jerry D. Heddenthreads 1.51
2006-11-15 Steve HayFix tests added by #29248 and #29249
2006-11-15 Yves OrtonRe: [PATCH] Fix RT#19049 and add relative backreferences
2006-11-15 Yves OrtonRe: Fix linker error on Win32
2006-11-13 Rafael Garcia-SuarezThe latest regression test to Scalar::Util doesn't...
2006-11-13 Paul MarquessA new regression test from:
2006-11-13 Rafael Garcia-SuarezPOD fixes and nits in re.pm
2006-11-13 Steve PetersThe DynaLoader test isn't happy with OpenBSD's libc...
2006-11-13 Yves OrtonRegex Utility Functions and Substituion Fix (XML::Twig...
2006-11-12 Nicholas ClarkAvoid ext/Safe/t/safeops.t needing to keep its tests...
2006-11-12 Nicholas ClarkForgot to add the new files for 29248.
2006-11-12 Nicholas ClarkChange 24714 was arguably over-ambitious, in that non...
2006-11-12 Rafael Garcia-SuarezReinstate warning 'Useless use of "re" pragma'
2006-11-07 Jerry D. HeddenRe: [PATCH] [perl #40668] Data::Dumper fails to dump...
2006-11-07 Yves OrtonNew regex syntax omnibus
2006-11-03 Rafael Garcia-SuarezThe assignment to $VERSION must be on its own line...
2006-11-03 Jerry D. Heddenthreads 1.49
2006-11-03 gml4410@ggr.co.ukWrap the $VERSION initialization of DynaLoader in a...
2006-11-02 Yves OrtonAdd more backtracking control verbs to regex engine...
2006-11-02 Vadim Konovalov[patch at 21983] factor out $^O eq 'darwin' from XSLoad...
2006-11-01 Steve HayForgot to bump Time-HiRes $VERSION in change #29180
2006-11-01 Steve HaySilence VC++ compiler warnings
2006-11-01 Paul MarquessRemove beta status from compression modules
2006-10-31 Rafael Garcia-SuarezDon't run ext/Sys/Syslog/t/constants.t with taint mode...
2006-10-31 Rafael Garcia-SuarezFix a case of segfault in ithread destruction
2006-10-31 Rafael Garcia-SuarezDoc clarification for PerlIO::encoding
2006-10-31 Jerry D. Heddenthreads 1.47
2006-10-30 Nicholas ClarkAvoid Devel::DProf failing an assertion during global...
2006-10-30 Jerry D. Heddenthreads 1.46
2006-10-30 Rafael Garcia-SuarezSilence a g++ warning reported by Jarkko.
2006-10-30 Rafael Garcia-SuarezDelete Encode's MANIFEST (or else the make process...
2006-10-30 Jim Cromie[patch] simplify optree test support
2006-10-29 Paul Marquess[PATHCH] Scalar::Util::readonly & compression (was...
2006-10-29 Stephen McCamantRe: Deparse bug?
2006-10-27 Jerry D. HeddenMake 'threads' conform to perlguts
2006-10-27 Steve PetersSpelling fixes for re.pm.
2006-10-27 Matt TaggartSpelling nits from Debian bug list...
2006-10-26 Paul MarquessIO::Compress modules
2006-10-26 Jerry D. Heddenthreads-shared 1.05
2006-10-26 Jerry D. Heddenthreads 1.45
2006-10-23 Rafael Garcia-SuarezProtection against overwriting defsubs.h via a symlink
2006-10-22 Steve PetersRemoved typo that caused a variable to shadow an existi...
2006-10-21 Steve PetersChanges for threads::shared to all building with g++.
2006-10-21 Steve PetersFixes for Storable.xs when compiling a threaded Perl...
2006-10-21 Steve PetersBetter solution to silencing prereq warnings from threads's
2006-10-20 Steve PetersComment out Hash::Util and IO::File from prereqs of...
2006-10-20 Alexander GoughB:: changes for UNITCHECK blocks
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-19 Yves OrtonRe: Off by one in the trie code?
2006-10-17 Steve PetersUpgrade to Time-HiRes-1.94.
2006-10-15 Steve PetersUpgrade to Time-HiRes-1.93.
2006-10-14 Steve PetersUpgrade to Digest-SHA-5.44.
2006-10-14 Steve PetersUpgrade to XSLoader-0.07.
2006-10-13 Steve PetersUpgrade to Time-HiRes-1.92.
2006-10-12 Steve PetersUpgrade to PathTools-3.23.
2006-10-12 Jerry Heddenthreads::shared 1.04
2006-10-12 Jerry Heddenthreads 1.44
2006-10-12 Robin BarkerRE: g++ compile and make test 100%
next