This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2008-01-07 Rick DelaneyBig slowdown in 5.10 @_ parameter passing
2008-01-07 Nicholas ClarkReREFCNT_inc() should return a pointer to REGEXP.
2008-01-07 Steve HayWin32 doesn't set $Config{d_fork} when its pseudofork...
2008-01-07 Rafael Garcia... Let's remove the grep in void context warning.
2008-01-07 brian d foy- perlcommunity.patch (1/1) [PATCH] perlcommunity:...
2008-01-07 Jerry D. HeddenCleanup lib/B
2008-01-07 Jerry D. HeddenCleanup File::Temp test file (revised)
2008-01-07 Yves Ortondev version numbers, xs and warnings dont play together...
2008-01-06 Yves OrtonSilence new warning grep in void context warning in...
2008-01-06 Yves OrtonRemove FIXME that is already fixed.
2008-01-06 Yves OrtonMake Data::Dumper handle blessed regexes properly,...
2008-01-06 Yves OrtonMake new regex type be 'REGEXP' and make all core qr...
2008-01-06 Rafael Garcia... Don't use grep in scalar context
2008-01-06 Rafael Garcia... Fix "grep in void context" warnings
2008-01-06 Rafael Garcia... Fix "grep in void context" warning
2008-01-06 Michael G.... Re: grep and smart match should warn in void context
2008-01-06 Rafael Garcia... Document that sitecustomize.pl in run from a BEGIN...
2008-01-06 pravus@cpan.org[perl #49003] pp_ftrread appears to use the wrong acces...
2008-01-06 Michael G.... Re: [perl #49264] say behaves as just print on tied...
2008-01-06 Moritz Lenz\X is equivalent to an atomic group
2008-01-06 Abe TimmermanRe: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2...
2008-01-06 Jerry D. Hedden'~~' is not a feature [repost]
2008-01-06 Rafael Garcia... Fix bug #49298: B::Deparse fails to deparse a reference...
2008-01-06 Nicholas ClarkEnforce some type safety in PM_SETRE by adding PM_SETRE...
2008-01-06 Nicholas ClarkClarify the intent of the code in Perl_op_clear. Under...
2008-01-06 Nicholas ClarkFix a bug in mad - regexps can be 8 bit, not just ASCII...
2008-01-06 Marcus Holland... Fix compilation issues and warnings with exotic configu...
2008-01-06 Robin Barkerconsting Compress::Raw::Zlib and Filter::Util::Call
2008-01-06 Nicholas ClarkAllow sv_setsv_flags() to copy SVt_REGEXP much like...
2008-01-05 Nicholas ClarkFix a compilation warning created when RX_PRELEN()...
2008-01-05 Nicholas ClarkMake REGEXP a type distinct from SV. (Much like AV...
2008-01-05 Rafael Garcia... Typo fix
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Rafael Garcia... AutoSplit is dual-lived, and is part of the AutoLoader...
2008-01-05 Moritz LenzFix regexec.c so $^N and $+ are correctly updated so...
2008-01-05 Yves Orton$Test::Harness::Verbose is a numeric value now so assig...
2008-01-05 Rafael Garcia... Add a small note about numbered feature bundles
2008-01-05 Nicholas ClarkIn struct regexp move the member paren_names to the...
2008-01-05 Nicholas ClarkConvert all accesses of the member paren_names of struc...
2008-01-05 Nicholas ClarkAbolish RXf_UTF8. Store the UTF-8-ness of the pattern...
2008-01-05 Nicholas ClarkMake Perl_pregcomp() use SvUTF8() of the pattern, rathe...
2008-01-05 Yves Ortons/re/rx/ in an assert overlooked during recent renovations
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Yves OrtonAdd a 'test-reonly' target to the standard Makefile...
2008-01-05 Marcus Holland... Remove IPC::SysV constant files from the MANIFEST.
2008-01-05 Marcus Holland... Build const-(c|xs).inc in IPC::SysV on the fly.
2008-01-05 Nicholas ClarkAbolish wraplen from struct regexp. We're already stori...
2008-01-05 Nicholas ClarkRemove a comment that is no longer necessary since...
2008-01-05 Nicholas ClarkAbolish RXp_PRELEN(rx) and RXp_WRAPLEN()
2008-01-05 Nicholas ClarkMake ext/re/t/re_funcs.t warnings clean.
2008-01-05 Nicholas ClarkAbolish wrapped in struct regexp - store the wrapped...
2008-01-05 Nicholas ClarkAdd RX_UTF8(), which is effectively SvUTF8() but for...
2008-01-05 Nicholas ClarkProtect me (and my fellow muppets) from screens of...
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-05 Nicholas ClarkFix the compile for -DPERL_OLD_COPY_ON_WRITE (apart...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-04 Nicholas ClarkOops. Forgot to propagate the rename of Perl_re_dup...
2008-01-04 Nicholas ClarkRe-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn...
2008-01-04 Nicholas ClarkAdd a small program that gets the C pre-processor to...
2008-01-04 Sam VilainNotice of git tag retraction; also, [PATCH] correct...
2008-01-04 Rafael Garcia... SelfLoader is dual-lived
2008-01-04 Rafael Garcia... Upgrade to SelfLoader 1.13_03
2008-01-04 Rafael Garcia... Move the SelfLoader test files in their own subdirectory
2008-01-04 Marcus Holland... Follow up on change #32680. This fixes compilation
2008-01-04 Marcus Holland... Upgrade to Devel::PPPort 3.13_01
2008-01-04 Steve PetersUpgrade to CGI.pm-3.33. There are still differences...
2008-01-04 Steve PetersUpgrade to IO-Zlib-1.09.
2008-01-04 Marcus Holland... There's no need to handle 'set' magic in the mX?PUSH...
2008-01-04 Steve HayRun regen.pl (fixes build on Win32, at least)
2008-01-04 Vincent PitRe: SV leak?
2008-01-04 Marcus Holland... Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2008-01-03 Nicholas ClarkMissed three sv_2mortal(newSVpvn(...))s in the headers.
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-03 Nicholas ClarkExtend newSVpvn_flags() to also call sv_2mortal() if...
next