2008-01-11 |
Robin Barker |
From: "Robin Barker" <Robin.Barker@npl.co.uk> |
commit | commitdiff | tree | snapshot |
2008-01-11 |
Paul Johnson |
[DOC PATCH] was Re: things deprecated for removal in... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Better descriptions for PL_regex_pad and PL_regex_padav. |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Real regexps are stored via RVs, IVs can only mean... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Change 32899 missed undoing the reference count increas... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Reverse the TODOs on t/op/regexp_qr_embed_thr.t - they... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Un-TODO (and un-SKIP) tests in t/op/pat_thr.t that... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
It seems that you don't need to reference count PL_reg_... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
The correct solution is to reference count the regexp... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Ensure DEBUG_LEAKING_SCALARS_ABORT can't be circumvente... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Nicholas Clark |
Fix bug picked up by printf format warnings - a cast... |
commit | commitdiff | tree | snapshot |
2008-01-10 |
Ævar Arnfjörð... |
Move the reg_stringify logic to Perl_sv_2pv_flags |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Dave Mitchell |
seen_eval regex field wasn't getting cloned |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
Fix the bug introduced by the bug fix of change 30755. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
Variants of several regression tests that run the actul... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
grep the MANIFEST to avoid having hard coded numbers... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters |
Upgrade to Math-Complex-1.43 |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters |
Only code paths in hv_store either XSRETURN_NO or XSRET... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
H.Merijn Brand |
Intermediate re-gen for AndyA's dtrace work. More to... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marcus Holland... |
Re: [PATCH] Exclude .svn and _darcs from IPC::SysV... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Hay |
Fix prototype in regexp code following #32851, and... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... |
Revert change #32920, since it was solved another way... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Marcus Holland... |
refactor PL_opargs generation in opcode.pl and fix... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Robin Barker |
RE: compile warnings w/ PM_SETRE and ReREFCNT_inc |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
Add DEBUG_LEAKING_SCALARS_ABORT, to call abort() if... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... |
Add a few =cuts (so configpm is displayed mostly correctly |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... |
Fix leak introduced by change #32873, thanks to Nicholas |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
1e4 isn't large enough with 16 byte long doubles (at... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
Change 32899 missed the other double-reference count. |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Nicholas Clark |
newSV() + sv_upgrade() => newSV_type() |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Jerry D. Hedden |
Move re::regexp_pattern to universal.c |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Rafael Garcia... |
Remove the warning "v-string in require/use non portable" |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Florian Ragwitz |
B::Deparse fixes for implicit smartmatching in given... |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters |
Upgrade to Math-Complex-1.42 |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Steve Peters |
Upgrade to Module-Load-Conditional-0.24 |
commit | commitdiff | tree | snapshot |
2008-01-09 |
Dave Mitchell |
change #31447 was wrong. Really handle cloning a stale... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Max Maischein |
[patch] [Win32] Make Perl build on Win32 when the path... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Gabor Szabo |
Re: [PATCH] docs more open() and $_ related entries |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Steffen Müller |
AutoLoader: Remove AutoLoader::can |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nicholas Clark |
With regexps stored as real RVs, we can eliminate SvREP... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nicholas Clark |
PL_regex_padav can simply be dup()ed. This is surprisin... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nicholas Clark |
In PL_regexp_padav, store regexps via real references... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Nicholas Clark |
Correct a long-standing ithreads reference counting... |
commit | commitdiff | tree | snapshot |
2008-01-08 |
Yitzchak Scott... |
ARRAY(0x...) is not very helpful in sprintf.t diagnostics |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nicholas Clark |
Post change 32880, restore the dummy sub Regexp::DESTROY {} |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nicholas Clark |
Clarify the use of SVf_BREAK on PL_reg_curpm. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nicholas Clark |
Don't set the public IV or NV flags if the string conve... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nicholas Clark |
Save an upgrade each by first setting the NV on PL_sv_y... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Jari Aalto |
v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Rick Delaney |
Big slowdown in 5.10 @_ parameter passing |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Nicholas Clark |
ReREFCNT_inc() should return a pointer to REGEXP. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Steve Hay |
Win32 doesn't set $Config{d_fork} when its pseudofork... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Rafael Garcia... |
Let's remove the grep in void context warning. |
commit | commitdiff | tree | snapshot |
2008-01-07 |
brian d foy |
- perlcommunity.patch (1/1) [PATCH] perlcommunity:... |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Jerry D. Hedden |
Cleanup lib/B |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Jerry D. Hedden |
Cleanup File::Temp test file (revised) |
commit | commitdiff | tree | snapshot |
2008-01-07 |
Yves Orton |
dev version numbers, xs and warnings dont play together... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Yves Orton |
Silence new warning grep in void context warning in... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Yves Orton |
Remove FIXME that is already fixed. |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Yves Orton |
Make Data::Dumper handle blessed regexes properly,... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Yves Orton |
Make new regex type be 'REGEXP' and make all core qr... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rafael Garcia... |
Don't use grep in scalar context |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rafael Garcia... |
Fix "grep in void context" warnings |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rafael Garcia... |
Fix "grep in void context" warning |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Michael G.... |
Re: grep and smart match should warn in void context |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rafael Garcia... |
Document that sitecustomize.pl in run from a BEGIN... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
pravus@cpan.org |
[perl #49003] pp_ftrread appears to use the wrong acces... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Michael G.... |
Re: [perl #49264] say behaves as just print on tied... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Moritz Lenz |
\X is equivalent to an atomic group |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Abe Timmerman |
Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Jerry D. Hedden |
'~~' is not a feature [repost] |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Rafael Garcia... |
Fix bug #49298: B::Deparse fails to deparse a reference... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nicholas Clark |
Enforce some type safety in PM_SETRE by adding PM_SETRE... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nicholas Clark |
Clarify the intent of the code in Perl_op_clear. Under... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nicholas Clark |
Fix a bug in mad - regexps can be 8 bit, not just ASCII... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Marcus Holland... |
Fix compilation issues and warnings with exotic configu... |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Robin Barker |
consting Compress::Raw::Zlib and Filter::Util::Call |
commit | commitdiff | tree | snapshot |
2008-01-06 |
Nicholas Clark |
Allow sv_setsv_flags() to copy SVt_REGEXP much like... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Fix a compilation warning created when RX_PRELEN()... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Make REGEXP a type distinct from SV. (Much like AV... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Rafael Garcia... |
Typo fix |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Don't allocate the NV slot for SVt_REGEXP. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Rafael Garcia... |
AutoSplit is dual-lived, and is part of the AutoLoader... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Moritz Lenz |
Fix regexec.c so $^N and $+ are correctly updated so... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yves Orton |
$Test::Harness::Verbose is a numeric value now so assig... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Rafael Garcia... |
Add a small note about numbered feature bundles |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
In struct regexp move the member paren_names to the... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Convert all accesses of the member paren_names of struc... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Make Perl_pregcomp() use SvUTF8() of the pattern, rathe... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yves Orton |
s/re/rx/ in an assert overlooked during recent renovations |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Replace all reads of RXf_UTF8 with RX_UTF8(). |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Yves Orton |
Add a 'test-reonly' target to the standard Makefile... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Marcus Holland... |
Remove IPC::SysV constant files from the MANIFEST. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Marcus Holland... |
Build const-(c|xs).inc in IPC::SysV on the fly. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Abolish wraplen from struct regexp. We're already stori... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Remove a comment that is no longer necessary since... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Abolish RXp_PRELEN(rx) and RXp_WRAPLEN() |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Make ext/re/t/re_funcs.t warnings clean. |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Abolish wrapped in struct regexp - store the wrapped... |
commit | commitdiff | tree | snapshot |
next |