summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* #21866 was wrong. another try to plumb that damn leak.Adrian M. Enache2003-12-111-2/+1
* fix bug #24605.Adrian M. Enache2003-12-111-4/+8
* plumb a leak with pos().Adrian M. Enache2003-12-081-1/+2
* Make sv_force_normal_flags cope with shared hash key scalarsNicholas Clark2003-12-061-1/+4
* Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CON...Stas Bekman2003-12-031-3/+4
* When Gconvert is a macro around sprintf with a .* format we needNicholas Clark2003-11-291-2/+2
* Gconvert actually takes type NV, while nv may be either doubleNicholas Clark2003-11-291-1/+1
* Fix a regression introduced by change #21694 on sprintf()Rafael Garcia-Suarez2003-11-281-2/+4
* Don't COW if the destination has magic.Nicholas Clark2003-11-221-2/+5
* [PATCH 5.8.2 @21574] sprintf() painfully slowIlya Zakharevich2003-11-091-7/+81
* s/new_hash/rehash/g (Stas suggested a better name)Nicholas Clark2003-11-031-1/+1
* [5.8.x segfault + patch] chicken&egg segfault in -Dm -MthreadsStas Bekman2003-10-311-0/+3
* embedding perlRadu Greab2003-10-211-0/+13
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-0/+1
* Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),Abhijit Menon-Sen2003-10-071-1/+1
* [patch sv.c] improve "...free unref scalar" warningStas Bekman2003-10-071-1/+3
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-6/+6
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-19/+19
* Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>Marcus Holland-Moritz2003-08-311-0/+8
* perlapi.pod tweaks, based on :Joe Schaefer2003-08-261-6/+6
* 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