summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Better patch from Inaba Hiroto forJarkko Hietaniemi2003-05-311-1/+5
* Re: [perl #22372] [PATCH] sv_chop() brokenAdrian M. Enache2003-05-311-2/+3
* Fix for "#22375 'split'/'index' problem for utf8".Jarkko Hietaniemi2003-05-301-2/+0
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-2/+10
* More moves to intrpvar.h.Jarkko Hietaniemi2003-05-121-0/+7
* Move the thread *hook into interpreter.Jarkko Hietaniemi2003-05-111-0/+6
* Tru64: PerlIO_tell() was returning about one _megabyte_ forJarkko Hietaniemi2003-05-031-1/+1
* Feel-good cleanup.Jarkko Hietaniemi2003-04-281-0/+4
* Fix bug 17964 by properly refcounting the gv top.Artur Bergman2003-04-211-3/+12
* Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bugAdrian M. Enache2003-04-201-0/+2
* allow recursive FETCHesDave Mitchell2003-04-191-7/+16
* Don't use the stack to allocate a SV that we hand out to another Artur Bergman2003-04-191-10/+13
* Another needle in the voodoo doll.Artur Bergman2003-04-171-4/+10
* Extreme Voodoo programming, by not pinching the SV if it is a Artur Bergman2003-04-171-2/+7
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* 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