summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Clarify sv.c API wording.Karl Williamson2010-02-281-1/+2
* fix for [perl #72604] @DB::args and win32 forkDavid Mitchell2010-02-281-3/+2
* rt #72866 - add magic to arrayrefs assigned to *Foo::ISATony Cook2010-02-181-4/+4
* Avoid a panic from the UTF-8 length cache if the length overflows 32 bits.Nicholas Clark2010-02-181-0/+4
* Remove unused variableH.Merijn Brand2010-02-161-2/+0
* Convert Perl_sv_pos_u2b_proper() to Perl_sv_pos_u2b_flags().Nicholas Clark2010-02-141-25/+27
* Removes 32-bit limit on substr arguments. The full range of IV and UV is avai...Eric Brine2010-02-141-6/+41
* Fix for non-regexps being upgraded to SVt_REGEXPNicholas Clark2010-02-091-1/+43
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-1/+1
* Fix a NULL pointer dereference when looking for a DESTROY methodNiko Tyni2010-01-191-1/+2
* fix for [perl #65582] anon globs segfaultingDavid Mitchell2010-01-121-4/+10
* fix for [perl #41138] $_ leaks under threadsDavid Mitchell2010-01-111-0/+5
* PL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARSDavid Mitchell2010-01-091-0/+2
* fix for [perl #66108] Leaked scalarsDavid Mitchell2010-01-081-1/+4
* reset sv_serial for each new interpreterDavid Mitchell2010-01-081-0/+1
* in perl_clone() move common code outside ifdef/else blocksDavid Mitchell2010-01-081-25/+4
* in perl_clone() shuffle some ifdefs about a bitDavid Mitchell2010-01-081-11/+14
* unify #ifdef indent on both sides of PERL_IMPLICIT_SYS in perl_clone()David Mitchell2010-01-081-3/+3
* [perl #70748] threads panic in del_backrefFather Chrysostomos2009-12-221-1/+14
* Merge commit 'khwilliamson/x' into bleadRafael Garcia-Suarez2009-12-121-0/+10
|\
| * qr/\X/ expansionKarl Williamson2009-12-051-0/+10
* | Merge branch 'blead' of ssh://perl5.git.perl.org/perl into bleadChip Salzenberg2009-12-071-4/+22
|\ \
| * | Fix for 7baa4690 breakage of threaded builds.Tony Cook2009-12-061-5/+5
| * | [perl #71000] Wrong variable name in warninghv@crypt.org2009-12-061-4/+22
| |/
* | avoid infinite chain of utf8 magicChip Salzenberg2009-12-051-6/+13
* | when removing magic, fix SvMAGICAL flags (unless save_magic is active)Chip Salzenberg2009-12-051-3/+5
|/
* cleanup get_arena param-names, mark as May-ChangeJim Cromie2009-11-241-3/+3
* Always bless filehandles into IO::Handle:: - don't try for FileHandle:: first.Nicholas Clark2009-11-201-5/+1
* PL_scopestack_name needs to be copied in perl_clone()Jan Dubois2009-11-121-0/+6
* Grow zero length scalarsKarl Williamson2009-11-111-1/+3
* Check to see if there was a body which needs freeing using the old_type inste...Gerard Goossen2009-11-061-5/+5
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-1/+8
* Fix off-by-one error in e92c6be8349ad1d36d6df1dcb526fd37421e9970.Jan Dubois2009-10-211-2/+2
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-13/+9
* Add Perl_ck_warner(), which combines Perl_ckwarn() and Perl_warner().Nicholas Clark2009-10-121-13/+11
* Documentation typoRafael Garcia-Suarez2009-10-081-1/+1
* Don't attempt UTF-8 cache assertion for SVs with invalid SvPVX() (eg overloaded)Nicholas Clark2009-10-061-1/+7
* Remove obsolete interpreter variable PL_utf8_alnumcRafael Garcia-Suarez2009-09-131-1/+0
* convert a bunch of duplicated mortalization logic in sv.c into a private file...Yves Orton2009-09-051-13/+15
* add a note about the previous patches from gfxYves Orton2009-09-051-0/+12
* newSVpvn_flags() does mortalization in place, instead of calling sv_2mortal()gfx2009-09-051-2/+8
* String with NULL auto-increment bug fixBo Borgerson2009-08-251-1/+1
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-2/+3
* Perl_newIO() can become a mathom by making newIO() a wrapper around newSV_type()Nicholas Clark2009-08-081-1/+15
* Move the "types are equal" early return ahead of the COW-removal.Nicholas Clark2009-08-081-3/+12
* in perl_clone_using, free the prt_tableDavid Mitchell2009-08-051-5/+6
* dup saved_curcop in PL_parserDavid Mitchell2009-07-261-0/+11
* mro::method_changed_in(..) ignores AUTOLOAD (RT #60220)Tony Cook2009-07-181-0/+4
* Allocate XPV* memory using sizeof() and the offset of the first real member.Nicholas Clark2009-07-171-58/+46
* Eliminate struct regexp_allocated and xpvio_allocated.Nicholas Clark2009-07-171-6/+9