summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* standardize save/restore of errno & vaxc$errnoChip Salzenberg2008-12-051-2/+2
* In Perl_ss_dup(), case SAVEt_FREEPV can be rolled into caseNicholas Clark2008-12-011-4/+2
* Re-order Perl_save_delete() to PTR, INT, PTR.Nicholas Clark2008-12-011-1/+3
* For SAVEHINTS(), re-order the savestack to be (?:PTR, )? INT, PTR.Nicholas Clark2008-12-011-2/+2
* sv_add_arena() is now only called from sv.c, so it can be static.Nicholas Clark2008-11-261-2/+2
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-141-1/+1
* Allow lvalue usage of SvRV() and add MUTABLE_SV() check.Marcus Holland-Moritz2008-11-101-2/+2
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-091-9/+18
* "Perl_newSVpvf("%lld")" is brokenHugo van der Sanden2008-11-091-5/+20
* Revert SvPVX() to allow lvalue usage, but also add aMarcus Holland-Moritz2008-11-071-3/+3
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-1/+10
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-11/+11
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-34/+37
* Change 34627 didn't realise that if S_find_uninit_var() takes aNicholas Clark2008-10-301-1/+1
* Eliminate (SV *) casts from sv.c and [tu]*.c, except for the cast inNicholas Clark2008-10-301-52/+57
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-5/+5
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-5/+5
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-26/+28
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-9/+9
* As Perl_cv_const_sv() now takes a const CV *, use that as the cast forNicholas Clark2008-10-291-2/+4
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-14/+14
* Consting in S_find_uninit_var() and the routines that it calls.Nicholas Clark2008-10-281-10/+10
* Some consting in Perl_ss_dup(), and a few (HV*) casts that can beNicholas Clark2008-10-281-16/+16
* A gaggle of casts in Perl_sv_magicext() that are (const ?V *).Nicholas Clark2008-10-281-3/+3
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Make C++ compilers happy #3: make implicit castMarcus Holland-Moritz2008-10-241-3/+5
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-3/+26
* Yet another [ACGHS]V pointer in the interpreter structure that needs toNicholas Clark2008-10-141-0/+3
* SEGV in readline with $/ set to a reference, discovered by theorbtwo.Nicholas Clark2008-09-151-1/+1
* Don't add freed SVF_BREAK scalars to the freed list.Dave Mitchell2008-08-241-2/+12
* In S_mro_get_linear_isa_dfs(), save copying by making a shared hashNicholas Clark2008-08-221-0/+2
* Change 33807 to fix bug #52740 wasn't quite right, as it ended up withNicholas Clark2008-08-211-5/+3
* better document how the weakref backrefs array is refcountedDave Mitchell2008-08-211-4/+20
* Assert that backreferences array is not freed rather than handling itDave Mitchell2008-08-201-9/+5
* [perl #56908] DBI memory leak in 5.10.0 due to change 26530Dave Mitchell2008-08-201-1/+2
* Fix use of a variable before it is initialised, introduced by changeNicholas Clark2008-07-151-1/+1
* The assert()ions in sv_chop() that the passed in pointer is within theNicholas Clark2008-07-131-5/+11
* assert() that the pointer passed to Perl_sv_chop() lies within theNicholas Clark2008-07-131-0/+4
* In Perl_sv_utf8_upgrade_flags(), don't assume that the SV is wellNicholas Clark2008-07-111-3/+11
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-13/+24
* more incorrect variable reported in uninitialized value warningsDave Mitchell2008-06-241-0/+7
* Incorrect variable reported in uninitialized value warning.Dave Mitchell2008-06-221-2/+70
* DEBUG_LEAKING_SCALARS wasn't reporting the correct line numberDave Mitchell2008-05-181-5/+4
* Call SvMAGICAL_off in mg_freeBram2008-05-101-1/+0
* Fix [perl #52740] crash when localizing a symtab entryRafael Garcia-Suarez2008-05-101-2/+4
* Record-style reads in Perl_sv_gets have to be done with read(), notCraig A. Berry2008-05-041-1/+10
* Fix C portability nit found by Jerry D. Hedden.Rafael Garcia-Suarez2008-04-111-1/+1
* Double magic with '\&$x'Vincent Pit2008-04-111-3/+5
* In Perl_sv_grow(), no need to do PERL_STRLEN_ROUNDUP() if we haveNicholas Clark2008-04-021-1/+1
* Define sv_insert() as a wrapper to sv_insert_flags(), and moveNicholas Clark2008-04-011-14/+4