summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bless/readonly failure spotted by Jerry Hedden.Nicholas Clark2007-11-281-0/+2
* rc1 patch - delta, comment nitsJim Cromie2007-11-191-2/+3
* Must remember to proof-read my comments before committing...Dave Mitchell2007-11-091-4/+4
* [perl #47233] Core dump caused by gotoDave Mitchell2007-11-091-1/+9
* Bug fix for storing shared objects in shared structuresJerry D. Hedden2007-11-081-1/+4
* [perl #47045] CLONE_SKIP doesn't result in undef copiesDave Mitchell2007-11-021-2/+1
* VDf no longer in PERL_CORERobin Barker2007-10-201-8/+2
* Revert code change from #32148Rafael Garcia-Suarez2007-10-201-0/+2
* Re: [PATCH] Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-201-4/+2
* Fix overloading for 64-bit ints (revised)Jerry D. Hedden2007-10-191-0/+23
* Where possible, change gv_fetchfile() to gv_fetchfile_flags(),Nicholas Clark2007-10-181-2/+2
* Another ex-PVBM assertBen Morrow2007-10-171-1/+1
* Replace my_strlcpy() with a pair of byte writes.Nicholas Clark2007-10-161-2/+4
* Propagate the perlapi.pod part of change 32026 back to the source POD.Nicholas Clark2007-10-061-1/+1
* PL_cshname is actually a constant value known at compile time.Nicholas Clark2007-10-051-5/+0
* Reverse change #31978Rafael Garcia-Suarez2007-10-031-2/+0
* [patch] s/thinngy/thingy/Jim Cromie2007-09-281-1/+1
* RE: [PATCH] use 5.010 is ugly; use 5.10.0 warnsRobin Barker2007-09-261-0/+2
* a spelling nitJim Cromie2007-09-141-1/+1
* Don't call frexp() on +Inf or -Inf either. (It's not just NaN it mightNicholas Clark2007-09-121-6/+3
* Amend change 31854 for when NAN_COMPARE_BROKENRafael Garcia-Suarez2007-09-121-1/+6
* [perl #45383] sprintf %f panics with NaN Zefram2007-09-121-1/+1
* ununit pos value warning identified the wrong variable nameDave Mitchell2007-09-091-0/+5
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-1/+0
* misc blead stuffJarkko Hietaniemi2007-08-301-1/+1
* Document SvSHARED_HASH.Vincent Pit2007-08-151-5/+5
* Revert change #31489.Rafael Garcia-Suarez2007-06-291-1/+0
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-281-0/+1
* make sure PL_Parser is NULL during early stage of thread cloneDave Mitchell2007-06-261-0/+2
* Also get copy on write working with ithreads. It hadn't been workingNicholas Clark2007-06-241-3/+5
* Patches to compile perl on Cray XT4 Catamount/Qk, by JarkkoRafael Garcia-Suarez2007-06-171-1/+2
* miscellaneaJarkko Hietaniemi2007-06-151-1/+1
* change #31134 broke DEBUG_LEAKING_SCALARS buildsDave Mitchell2007-06-131-2/+7
* [patch] fix small errors in sv.c commentaryJim Cromie2007-06-071-9/+9
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Avoid calling SvEND() when SvPOKp() is not true.Nicholas Clark2007-05-281-6/+7
* delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbgDave Mitchell2007-05-251-4/+0
* fix coredump in S_varname (tickled by Devel::Profile)Dave Mitchell2007-05-251-2/+1
* move PL_error_count into the PL_parser structDave Mitchell2007-05-211-1/+1
* move PL_multi_end into the PL_parser structDave Mitchell2007-05-211-2/+1
* move PL_tokenbuf into the PL_parser structDave Mitchell2007-05-211-2/+2
* delete thrdvar.h and move its contents to intrpvar.hDave Mitchell2007-05-201-66/+66
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-5/+9
* move PL_in_my and PL_in_my_stash into the PL_parser structDave Mitchell2007-05-121-2/+2
* move PL_rsfp_filters into the parser structDave Mitchell2007-05-121-3/+3
* move PL_rsfp into the PL_parser structDave Mitchell2007-05-111-1/+2
* more constingAndy Lester2007-05-081-2/+2
* move PL_lex_state into the PL_parser structDave Mitchell2007-05-051-2/+2
* migrate more variables to PL_parser struct:Dave Mitchell2007-05-051-9/+7
* move some more variables into the PL_parser struct:Dave Mitchell2007-05-041-17/+22