summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Add packname->stash cache before the check if a packname is aArtur Bergman2003-04-021-0/+2
* Integrate:Ilya Zakharevich2003-04-011-1/+1
* COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))Nicholas Clark2003-03-301-1/+10
* Better version of change #19069Nicholas Clark2003-03-261-9/+3
* Re: [perl #21614] 5.8.0 Unbalanced string table refcountNicholas Clark2003-03-261-3/+10
* Another finding by IRIX cc: non-void functionJarkko Hietaniemi2003-03-121-3/+4
* typo for utf8locale in #18907Hugo van der Sanden2003-03-111-1/+1
* Add missing intrpvar clonings to perl_clone.Jarkko Hietaniemi2003-03-111-0/+17
* [patch] PL_taint_warn falls between chairs in perl_clone()Stas Bekman2003-03-111-0/+1
* At Sarathy's request restore the bin5005compat Perl_foo_sv()Jarkko Hietaniemi2003-03-091-0/+136
* Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8Adrian M. Enache2003-03-091-1/+2
* Re: [perl #21395] rcatline doesn't grok utf8Adrian M. Enache2003-03-041-8/+23
* Use a macro for abs() to avoid the possible truncation to an int;Jarkko Hietaniemi2003-03-031-2/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #20683] [fix] Better PatchAdrian M. Enache2003-02-261-1/+1
* Patching magic from Inaba-san's keyboard: fix for [perl #8769]:Jarkko Hietaniemi2003-02-241-2/+9
* Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...Nicholas Clark2003-02-181-0/+3
* Re: [PATCH] Copy on write for $& and $1...Nicholas Clark2003-02-171-1/+1
* fix typo in sv.c and regenerate perlapi.podHugo van der Sanden2003-02-171-1/+1
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+2
* COW regexps:Nicholas Clark2003-02-161-9/+76
* inline SvREFCNT_dec:Nicholas Clark2003-02-161-0/+6
* [perl #20654] %*v02x considered invalid in printfRobin Barker2003-02-111-0/+3
* More code cleanup.H.Merijn Brand2003-02-111-5/+2
* PATCH: sv_rvweaken() deficiency (against 5.8.0)Mark Mielke2003-02-111-1/+13
* fix comment in change #18689Hugo van der Sanden2003-02-101-1/+1
* Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.Hugo van der Sanden2003-02-101-2/+3
* Patch from Richard Soderberg, cleanup the code a bit and commentArtur Bergman2003-02-061-2/+5
* [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to ...Inaba Hiroto2003-02-051-11/+46
* PerlIO friendly version of speed up of $/ = undef case.Nick Ing-Simmons2003-02-011-9/+22
* [FIX] Re: UTF-8 failures (surprise!)Adrian M. Enache2003-01-301-1/+2
* Missing (STRLEN)casts.Jarkko Hietaniemi2003-01-261-7/+7
* patch to speed up Perl's slurp modeAdrian M. Enache2003-01-261-10/+13
* Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning in blead ...Nicholas Clark2003-01-221-1/+3
* Continuation of #18542.Jarkko Hietaniemi2003-01-221-4/+4
* #18530 misses a couple of pTHX definitionsHugo van der Sanden2003-01-221-2/+2
* integrate (by hand) #18353 and #18359 from maint-5.8:Hugo van der Sanden2003-01-211-35/+302
* Fix 'use encoding' I/O for code points 0x80..0xFF;Jarkko Hietaniemi2003-01-161-1/+1
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-4/+5
* Fixes bug #15273, the return of the object causedArtur Bergman2003-01-031-0/+12
* Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)Hugo van der Sanden2003-01-031-8/+6
* these variables are not in use anywhere since 5.8.0Gurusamy Sarathy2002-12-281-12/+0
* #18345 was still broken; should be fixed now.Hugo van der Sanden2002-12-251-2/+4
* more on #18344.Hugo van der Sanden2002-12-231-1/+3
* more on #18312: sv.c:ss_dup()Hugo van der Sanden2002-12-231-0/+4
* More documentation of obscure flags is good, even if theArtur Bergman2002-12-161-0/+29
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-6/+5
* $0 mofifying part IJarkko Hietaniemi2002-12-021-6/+1
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+2
* DESTROY called in scalar context ?Rafael Garcia-Suarez2002-11-271-1/+1