summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn'tNicholas Clark2004-06-171-1/+1
* Assert that SV type has magic member when reading/writing.Nicholas Clark2004-06-141-2/+3
* Re: newSVpvn(NULL, 0); doesn't work as advertisedMarcus Holland-Moritz2004-06-081-2/+3
* Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T SADAHIRO Tomoyuki2004-06-061-13/+14
* Re: utf-8 and taint don't work togetherSADAHIRO Tomoyuki2004-05-241-7/+5
* improve hashing algorithm for ptr tables in perl_clone:Dave Mitchell2004-05-191-3/+9
* [perl #29637] Thread creation time is hypersensitiveDave Mitchell2004-05-191-3/+3
* [perl #29527] Perl 5.8.4 build problems on LynxOS Olli Savia2004-05-121-0/+5
* symbolic references like ${"foo$index"}*3 would incorrectly warnDave Mitchell2004-05-071-0/+1
* Fix 29149 - another UTF8 cache bug hit by substr.SADAHIRO Tomoyuki2004-04-291-2/+9
* fix 64-bit casting error in change 22741 (uninit var warnings)Dave Mitchell2004-04-241-1/+1
* Include variable names in "Use of uninitialized value" warningsDave Mitchell2004-04-231-16/+477
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-6/+6
* Stop PL_comppad pointing to a freed pad during global destructionDave Mitchell2004-04-111-0/+4
* Make global cleanup fractionally faster by giving S_visit()Dave Mitchell2004-04-111-7/+11
* C<undef> doesn't look like a number. See also:Marcus Holland-Moritz2004-04-051-1/+1
* sv_pvutf8n_force and sv_pvbyten_forceSADAHIRO Tomoyuki2004-04-051-2/+6
* [perl #27268] Blessed reference to anonymous globDave Mitchell2004-03-261-0/+1
* Silence a gcc warning.Rafael Garcia-Suarez2004-03-211-1/+1
* Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar) SADAHIRO Tomoyuki2004-03-211-1/+2
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* 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