summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Apply much of Ilya's microperl patch, but instead ofJarkko Hietaniemi2003-08-121-0/+2
* [ PATCH] Re: strange destruction problem on VMSDave Mitchell2003-08-091-0/+1
* Oops.Jarkko Hietaniemi2003-07-291-1/+1
* Cleanup the sv_gets() logic for platforms with small stacks.Jarkko Hietaniemi2003-07-291-8/+20
* Make Storable work with blead/maint by making PL_sv_placeholderJarkko Hietaniemi2003-07-281-5/+0
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-0/+5
* Re: [typo] sv.c pod/perlapi.podStas Bekman2003-07-241-1/+1
* Re: Reference to tied elements results in lvalue.Dave Mitchell2003-07-241-2/+11
* fix $^N-related coredumpAnton Berezin2003-07-171-0/+1
* Add at least meager beginnings of assertion checks forJarkko Hietaniemi2003-07-031-2/+45
* Re: ext/List/Util/t/weak.t panicDave Mitchell2003-07-031-1/+3
* Fix for [perl #22759 insufficient format string checking];Jarkko Hietaniemi2003-07-021-1/+1
* Bite the bullet and apply the hash randomisation patch.Jarkko Hietaniemi2003-06-261-0/+1
* Re: [perl #22719] ISA cache problem with blessed stash objectsDave Mitchell2003-06-241-1/+1
* More Perl malloc debugging magic from Ilya. Seems to work inJarkko Hietaniemi2003-06-201-0/+4
* Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()Marcus Holland-Moritz2003-06-151-24/+3
* Followup on #19779: make the helper function static,Jarkko Hietaniemi2003-06-141-4/+5
* strchr() running amok in sv_vcatpvfn()Marcus Holland-Moritz2003-06-141-1/+23
* Add a new warning, "Newline in left-justified string for printf/sprintf"Robin Barker2003-06-121-0/+5
* Integrate from maint:Marcus Holland-Moritz2003-06-111-2/+2
* 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