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 |
2008-01-05 |
Nicholas Clark |
Add RX_UTF8(), which is effectively SvUTF8() but for... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Protect me (and my fellow muppets) from screens of... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
BER is all very well, but it turns out that it's better... |
commit | commitdiff | tree | snapshot |
2008-01-05 |
Nicholas Clark |
Fix the compile for -DPERL_OLD_COPY_ON_WRITE (apart... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark |
Re-implement the SvOOK() hack to store the offset as... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark |
Oops. Forgot to propagate the rename of Perl_re_dup... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark |
Re-implement mPUSHp() and mXPUSHp() using Perl_newSVpvn... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Nicholas Clark |
Add a small program that gets the C pre-processor to... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Sam Vilain |
Notice of git tag retraction; also, [PATCH] correct... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... |
SelfLoader is dual-lived |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... |
Upgrade to SelfLoader 1.13_03 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Rafael Garcia... |
Move the SelfLoader test files in their own subdirectory |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... |
Follow up on change #32680. This fixes compilation |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.13_01 |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Peters |
Upgrade to CGI.pm-3.33. There are still differences... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Peters |
Upgrade to IO-Zlib-1.09. |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... |
There's no need to handle 'set' magic in the mX?PUSH... |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Steve Hay |
Run regen.pl (fixes build on Win32, at least) |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Vincent Pit |
Re: SV leak? |
commit | commitdiff | tree | snapshot |
2008-01-04 |
Marcus Holland... |
Add macros mPUSHs() and mXPUSHs() for pushing SVs on... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Missed three sv_2mortal(newSVpvn(...))s in the headers. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Extend newSVpvn_flags() to also call sv_2mortal() if... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marcus Holland... |
Forgot to remove dTARGET with change #32816. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Marcus Holland... |
Fix memory leaks in XS_PerlIO_get_layers() by mortalizing |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
We can now sv_upgrade(sv, SVt_PVHV), so do so, to simpl... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Steve Peters |
Upgrade to Net-Ping-2.34 |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Possible future bugs found by the creation of newSVpvn_... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Add HeUTF8() to complement HePV() and then immediately... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Typo spotted by Jarkko. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Nicholas Clark |
Fixes to get MAD working after change 32804, and some... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Jan Dubois |
RE: How to load a "loadable object" that has a non... |
commit | commitdiff | tree | snapshot |
2008-01-03 |
Rafael Garcia... |
OP_THREADSV was removed by #29727 |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark |
Add a new function newSVpvn_flags(), which takes a... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark |
Silly Nick - change 32804 missed updating the list... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Sébastien Aperghis... |
Small documentation nits |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark |
Make struct regexp the body of SVt_REGEXP SVs, REGEXPs... |
commit | commitdiff | tree | snapshot |
2008-01-02 |
Nicholas Clark |
Convert some "regexp" and "struct regexp" to REGEXP... |
commit | commitdiff | tree | snapshot |
next |