summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Don’t create pads for sub stubsFather Chrysostomos2012-06-151-11/+1
* eliminate PL_reg_start_tmp, PL_reg_start_tmplDavid Mitchell2012-06-131-13/+0
* eliminate PL_reglast(close)?paren, PL_regoffsDavid Mitchell2012-06-131-9/+0
* eliminate PL_reginterp_cntDavid Mitchell2012-06-131-5/+0
* [perl #111610] Trouble with XS-APItest/t/clone-with-stack.tMichael Schroeder2012-06-081-0/+1
* [perl #109542] Make num ops treat $1 as "$1"Father Chrysostomos2012-06-071-0/+22
* [perl #78742] Store CopSTASH in a pad under threadsFather Chrysostomos2012-06-041-4/+10
* Delete two instance of SvSCREAM_offFather Chrysostomos2012-05-291-2/+0
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* sv.c: Make sv_pvn_force_flags guard against SV_UNDEF_RETURNS_NULL.Brian Fraser2012-05-261-0/+3
* [perl #112786] Fix build under clang++Craig A. Berry2012-05-241-1/+1
* Excise PL_amagic_generationFather Chrysostomos2012-05-231-2/+0
* sv.c: Don’t do SvAMAGIC_off in newSVrvFather Chrysostomos2012-05-211-1/+0
* sv.c: Don’t do SvAMAGIC_off in sv_setsv_flagsFather Chrysostomos2012-05-211-1/+0
* sv.c: Don’t fiddle with AMAGIC in sv_blessFather Chrysostomos2012-05-211-5/+0
* Don’t stringify GV in numeric cx outside warnings scopeFather Chrysostomos2012-05-211-4/+4
* clear magic flags in sv_clearDavid Mitchell2012-03-261-0/+1
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-12/+9
* Remove gete?[ug]id cachingÆvar Arnfjörð Bjarmason2012-02-181-4/+4
* correctly clone eval context framesZefram2012-02-181-0/+3
* In Perl_sv_del_backref(), don't panic if tsv is already freed.Nicholas Clark2012-02-171-0/+24
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-0/+1
* Further eliminate POSIX-emulation under LinuxThreadsÆvar Arnfjörð Bjarmason2012-02-151-4/+0
* Clarify the newSVpvn documentation.Shlomi Fish2012-02-151-6/+8
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-0/+2
* regcomp.c: Remove duplicate inversion listKarl Williamson2012-02-111-2/+0
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-1/+50
* regcomp.c: Use compile-time invlistsKarl Williamson2012-02-091-0/+3
* Silence compiler warningsRobin Barker2012-02-091-1/+1
* Update, correct and clarify the comment in Perl_sv_setuv().Nicholas Clark2012-02-011-2/+5
* Stop SvPVutf8 from forcing the POK flagFather Chrysostomos2012-01-311-1/+3
* Make SvPVbyte return bytes for non-PVsFather Chrysostomos2012-01-311-2/+7
* [perl #108994] Stop SvPVutf8 from coercing SVsFather Chrysostomos2012-01-311-1/+3
* Correctly escape UTF-8 in hash keys in uninitialized warningsRafael Garcia-Suarez2012-01-251-1/+2
* [perl #108780] Make ‘no overloading’ work with qr//Father Chrysostomos2012-01-241-1/+4
* sv.c:sv_utf8_encode: simplify codeFather Chrysostomos2012-01-231-4/+1
* Don’t allow read-only regexps to be tiedFather Chrysostomos2012-01-231-2/+2
* sv_force_normal: Don’t confuse regexps with cowsFather Chrysostomos2012-01-221-1/+1
* [perl #82772] utf8::decode: Don’t read past SvCURFather Chrysostomos2012-01-201-1/+1
* [perl #106726] Don’t crash on length(@arr) warningFather Chrysostomos2012-01-171-2/+4
* Provide as much diagnostic information as possible in "panic: ..." messages.Nicholas Clark2012-01-161-3/+6
* stat $ioref should record the handle for -T _Father Chrysostomos2012-01-131-0/+2
* Set PL_statgv to null when freed or coercedFather Chrysostomos2012-01-131-0/+4
* In Perl_sv_del_backref(), don't panic if svp is NULL during global destruction.Nicholas Clark2012-01-131-3/+12
* In Perl_sv_del_backref(), don't panic if the backref array is already freed.Nicholas Clark2012-01-131-0/+3
* Better panic diagnostics in Perl_sv_del_backref()Nicholas Clark2012-01-131-2/+3
* [perl #107366] Don’t clone GVs during thread joinFather Chrysostomos2012-01-011-0/+21
* [perl #103492] Make %n printf format work with UnicodeFather Chrysostomos2011-12-311-1/+1
* diag_listed_as galoreFather Chrysostomos2011-12-281-0/+2
* Correct spelling of sv_insert error msgFather Chrysostomos2011-12-281-1/+1