summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* optional code for debugging leaking scalarsDave Mitchell2002-11-161-1/+23
* Re: [perl #18038] DESTROY change in 5.8.0?Yitzchak Scott-Thoennes2002-11-071-3/+17
* extend #13786 to cover the other four identical chunks of codeHugo van der Sanden2002-11-041-4/+4
* The Inaba patch for tr/// vs. use encodingDan Kogai2002-10-241-26/+36
* PL_curpad == AvARRAY(PL_comppad) alwaysDave Mitchell2002-10-221-3/+3
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-9/+0
* Fix bug #17776 : memory corruption in qr/##/xRafael Garcia-Suarez2002-10-101-0/+1
* move all pad-related code to its own src fileDave Mitchell2002-10-021-22/+3
* Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-6/+10
* Remove package; (Heh heh.)Abhijit Menon-Sen2002-09-291-14/+3
* Re: [REVISED PATCH] Magic v-stringsJohn Peacock2002-09-271-3/+12
* ANSI-clean? (was Re: [PATCH] COW for ithreads)Nicholas Clark2002-09-261-6/+8
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-8/+3
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-091-79/+63
* Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.tAllen Smith2002-09-081-0/+88