summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the cloning of regexpsHugo van der Sanden2004-03-121-2/+2
* croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistakeNicholas Clark2004-03-101-4/+0
* Fix Dave's original shared hash key corruption bugNicholas Clark2004-03-071-0/+6
* Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion testNicholas Clark2004-03-071-2/+6
* silence some compiler warningsDave Mitchell2004-03-051-2/+2
* ensure utf8::encode() normalises its argDave Mitchell2004-03-041-3/+3
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-1/+0
* Slight update to #22315 ($lval=*FOO); optimise the hot tests,Dave Mitchell2004-02-171-7/+8
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-1/+7
* Switch from byacc to bison and simplify the perly.* regenerationDave Mitchell2004-02-141-8/+0
* Re: [perl #26073] sprintf miscounts padding when format is utf8 Hugo van der Sanden2004-02-091-1/+3
* back out change #22167 "freeing a CV reference that was currentlyDave Mitchell2004-01-171-1/+1
* [perl #24914] freeing a CV reference that was currently beingDave Mitchell2004-01-171-1/+1
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-10/+33
* still problems with backreferences + reverse cloningAdrian M. Enache2004-01-101-1/+1
* segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)Dave Mitchell2004-01-081-1/+4
* Fix bug #24383, where hashes with the :unique attribute weren'tDave Mitchell2004-01-011-1/+1
* Remove Win32 compiler warningsMarcus Holland-Moritz2003-12-271-2/+2
* Turn Quad_t to Uquad_t in unsigned branchMarcus Holland-Moritz2003-12-271-1/+1
* Re: GCC bug breaking Perl_sv_catpvfn()?Marcus Holland-Moritz2003-12-261-14/+14
* [perl #24506] [PATCH] cannot weaken refs to read only valuesFergal Daly2003-12-251-0/+1
* fix [perl #24660], [perl #24663].Adrian M. Enache2003-12-201-22/+14
* Solaris gconvert() doesn't like ndigits == 0. Currently we have noNicholas Clark2003-12-201-2/+8
* #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