This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2006-12-22 Steve PetersSilence an unused variable warning in sv.c.
2006-12-22 Rafael Garcia... Unshare the shared string gp_file_hek only if it exists...
2006-12-21 Rafael Garcia... Upgrade to Text::Balanced 2.0.0
2006-12-21 Jerry D. Heddenthreads 1.57
2006-12-21 Jan Duboisallow blib.pm to be used for testing Win32 module ...
2006-12-21 Ilya ZakharevichSelfLoader after fork()
2006-12-21 Jan DuboisImplement killpg() for MSWin32
2006-12-20 Yves OrtonRe: [PATCH] Making adding binary files possible
2006-12-20 H.Merijn BrandOpen Configure to the world of 64bitonly environments
2006-12-20 Rafael Garcia... Fix leaks in label strings allocation in COPs
2006-12-20 Rafael Garcia... Don't free the original label string when assigning...
2006-12-20 Jerry D. Heddenthreads::shared 1.06
2006-12-20 Jan DuboisUpdate cwd() to return the "short" pathname if the...
2006-12-20 Jan Duboislet readdir() return the alternate (short) filename...
2006-12-19 Jerry D. HeddenRe: 'localtime' not thread-safe under HP-UX B.11.11/64
2006-12-19 Rafael Garcia... Proper cleanup for Errno.pm
2006-12-19 Rafael Garcia... Fix paths of pack.pl in patching.pod
2006-12-19 Jos I. BoumansMaking adding binary files possible
2006-12-19 Rafael Garcia... Add a regression test to verify that POSIX::AUTOLOAD...
2006-12-19 Rafael Garcia... Disable strictures in POSIX AUTOLOAD
2006-12-19 Jan DuboisDon't destroy the Unicode system environment on Perl...
2006-12-19 Dave Mitchellmake -Dpv print 8 parser stack items, not 9
2006-12-18 Nicholas ClarkMaking strict et al propagate into autoloaded subroutin...
2006-12-18 Nicholas ClarkEnsure that POSIX.pm is strict and warnings compliant...
2006-12-18 Nicholas ClarkGiven that POSIX already has AutoLoader loaded, move...
2006-12-18 Jarkko HietaniemiRe: [PATCH] do not meddle in the affairs of PERL_TRACK_...
2006-12-18 Rick DelaneyRe: [perl #41071] require stringifies code references...
2006-12-18 Ilya ZakharevichExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignorin...
2006-12-18 Ilya Zakharevichlib/perl5db.pl: Remove code now moved to OS2::Process
2006-12-18 Rafael Garcia... Bump version number of ExtUtils::MM_Unix after last...
2006-12-18 Ilya ZakharevichOS/2-specific fixes, round II
2006-12-18 Rafael Garcia... ExtUtils::Command is now maintained separately from...
2006-12-18 Ilya ZakharevichFixes for the test suite on OS/2
2006-12-18 Ilya ZakharevichOS/2: survive SIGCHLD
2006-12-18 Jarkko HietaniemiC++: regcomp.c and ext/Time/Piece/Piece.xs
2006-12-18 Slaven RezicPATCH: Add =encoding directive to non-latin READMEs
2006-12-18 Jarkko Hietaniemiperl.c: leak avoidance
2006-12-18 Craig A. BerryIn vms/vms.c, don't prototype decw$term_port until...
2006-12-18 Craig A. BerryDon't try to build Win32 on VMS
2006-12-18 Nicholas ClarkPOSIX::SigAction::new can be moved into the AUTOLOAD...
2006-12-18 Dave Mitchellmove parser state into new parser object, PL_parser
2006-12-17 Dave Mitchellmerge the four parser stacks into one
2006-12-17 Dave Mitchelldelete dead code and macros from perly.c
2006-12-17 Dave Mitchellunify stacks arithmetic in parser
2006-12-16 Nicholas ClarkAdd a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-16 Nicholas ClarkSplit out the use of SVp_SCREAM for GVs with GPs into...
2006-12-16 Dave Mitchellremove extraneous declaration prom perly.tab
2006-12-16 Jerry D. Heddenthreads 1.56
2006-12-16 Rafael Garcia... TODO addition by Jerry D. Hedden.
2006-12-16 Dave Mitchelldon't include MAD code when its not needed
2006-12-16 Dave Mitchellfix a cast warning in perly.c
2006-12-15 Nicholas ClarkBetter documentation for SVf_UTF8. Including SvPV(...
2006-12-15 Yves OrtonRe: [PATCH] Errno doesnt rebuild when things it depends...
2006-12-15 Jerry D. Heddenthreads 1.54 - Adds ->error() method
2006-12-14 Steve HaySilence a warning from (MinGW's) gcc
2006-12-14 Bo Lindberghperl5db.pl Mac OS X fix
2006-12-14 Nicholas ClarkTurn a tab into 2 spaces to make more room for comments...
2006-12-14 Steve HaySilence a VC compiler warning
2006-12-13 Nicholas ClarkSwap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_T...
2006-12-13 Nicholas ClarkRestore the two comments describing BmRARE and BmPREVIO...
2006-12-13 Ilya ZakharevichText mode wrongly set on pipe file descriptors
2006-12-13 Dave Mitchellmake -Dpv display the parser stack before reduction
2006-12-13 Dave Mitchellmisc MAD coredump fixes and parser leak fixes
2006-12-13 Dave Mitchellfix double free introduced by #29543 (spotted by Nicholas)
2006-12-13 Anton Berezint/op/groups.t: prevent failure on modern FreeBSDs
2006-12-13 Steve HayDo the same as #29514 for Win32
2006-12-13 Nicholas ClarkEliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-13 Dave Mitchellfix parser leaks caused by croaking while shifting...
2006-12-13 Dave Mitchellfixup some ival/opval type changes from perly.y/madly...
2006-12-12 Nicholas ClarkIn theory Perl_magic_setbm() should clear SvTAIL()...
2006-12-12 Nicholas ClarkCorrect the dumping logic for the various bits of flag...
2006-12-12 Nicholas ClarkOops. As of some point one stopped being able to assign...
2006-12-12 Nicholas ClarkCorrect some assumptions about PVBM table offset in...
2006-12-12 Nicholas ClarkAssert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_...
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:
next