summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix leak introduced by change #32873, thanks to NicholasRafael Garcia-Suarez2008-01-091-1/+1
* 1e4 isn't large enough with 16 byte long doubles (at least on x86_64).Nicholas Clark2008-01-091-13/+13
* Change 32899 missed the other double-reference count.Nicholas Clark2008-01-091-1/+1
* newSV() + sv_upgrade() => newSV_type()Nicholas Clark2008-01-091-2/+1
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-098-135/+165
* Remove the warning "v-string in require/use non portable"Rafael Garcia-Suarez2008-01-095-70/+7
* B::Deparse fixes for implicit smartmatching in given/whenFlorian Ragwitz2008-01-092-2/+10
* Upgrade to Math-Complex-1.42Steve Peters2008-01-094-36/+175
* Upgrade to Module-Load-Conditional-0.24Steve Peters2008-01-091-6/+18
* change #31447 was wrong. Really handle cloning a stale lexical varDave Mitchell2008-01-092-6/+21
* [patch] [Win32] Make Perl build on Win32 when the path contains whitespaceMax Maischein2008-01-082-4/+7
* Re: [PATCH] docs more open() and $_ related entriesGabor Szabo2008-01-082-18/+22
* AutoLoader: Remove AutoLoader::canSteffen Müller2008-01-082-35/+4
* With regexps stored as real RVs, we can eliminate SvREPADTMP().Nicholas Clark2008-01-083-17/+2
* PL_regex_padav can simply be dup()ed. This is surprisingly satisfying.Nicholas Clark2008-01-081-18/+5
* In PL_regexp_padav, store regexps via real references, rather thanNicholas Clark2008-01-084-15/+24
* Correct a long-standing ithreads reference counting anonamly - theNicholas Clark2008-01-083-5/+5
* ARRAY(0x...) is not very helpful in sprintf.t diagnosticsYitzchak Scott-Thoennes2008-01-081-4/+4
* Post change 32880, restore the dummy sub Regexp::DESTROY {}Nicholas Clark2008-01-071-0/+8
* Clarify the use of SVf_BREAK on PL_reg_curpm.Nicholas Clark2008-01-072-2/+5
* Don't set the public IV or NV flags if the string converted from hasNicholas Clark2008-01-072-5/+33
* Save an upgrade each by first setting the NV on PL_sv_yes and PL_sv_noNicholas Clark2008-01-071-2/+2
* v5.8.8: File::Temp.pm (_gettemp): ignore dir -w test on CygwinJari Aalto2008-01-071-2/+8
* Big slowdown in 5.10 @_ parameter passingRick Delaney2008-01-071-49/+61
* ReREFCNT_inc() should return a pointer to REGEXP.Nicholas Clark2008-01-071-2/+2
* Win32 doesn't set $Config{d_fork} when its pseudofork emulation isSteve Hay2008-01-071-1/+6
* Let's remove the grep in void context warning.Rafael Garcia-Suarez2008-01-072-7/+3
* - perlcommunity.patch (1/1) [PATCH] perlcommunity: "Perl Mongers" and calenda...brian d foy2008-01-071-10/+13
* Cleanup lib/BJerry D. Hedden2008-01-071-1/+2
* Cleanup File::Temp test file (revised)Jerry D. Hedden2008-01-071-1/+2
* dev version numbers, xs and warnings dont play together nicely, so use MM->pa...Yves Orton2008-01-074-2/+4
* Silence new warning grep in void context warning in various modules and test ...Yves Orton2008-01-069-14/+19
* Remove FIXME that is already fixed.Yves Orton2008-01-061-1/+1
* Make Data::Dumper handle blessed regexes properly, bump version as well. This...Yves Orton2008-01-063-30/+83
* Make new regex type be 'REGEXP' and make all core qr//'s be in class Regexp (...Yves Orton2008-01-065-7/+15
* Don't use grep in scalar contextRafael Garcia-Suarez2008-01-061-2/+2
* Fix "grep in void context" warningsRafael Garcia-Suarez2008-01-061-2/+2
* Fix "grep in void context" warningRafael Garcia-Suarez2008-01-061-1/+1
* Re: grep and smart match should warn in void contextMichael G. Schwern2008-01-062-1/+11
* Document that sitecustomize.pl in run from a BEGIN blockRafael Garcia-Suarez2008-01-061-4/+4
* [perl #49003] pp_ftrread appears to use the wrong access mode for -x when usi...pravus@cpan.org2008-01-061-2/+1
* Re: [perl #49264] say behaves as just print on tied filehandleMichael G. Schwern2008-01-063-5/+39
* \X is equivalent to an atomic groupMoritz Lenz2008-01-062-2/+2
* Re: Smoke [5.11.0] 32864 FAIL(F) MSWin32 Win2003 SP2 (x86/1 cpu)Abe Timmerman2008-01-061-1/+9
* '~~' is not a feature [repost]Jerry D. Hedden2008-01-061-2/+0
* Fix bug #49298: B::Deparse fails to deparse a reference to an anonymous hashRafael Garcia-Suarez2008-01-062-5/+8
* Enforce some type safety in PM_SETRE by adding PM_SETRE_OFFSET.Nicholas Clark2008-01-062-3/+13
* Clarify the intent of the code in Perl_op_clear. Under ithreads, avoidNicholas Clark2008-01-062-4/+11
* Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.Nicholas Clark2008-01-061-3/+2
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2008-01-063-4/+6