summaryrefslogtreecommitdiff
path: root/sv.h
Commit message (Expand)AuthorAgeFilesLines
* Implement sv_svset _nosteal variants by passing a flag intoNicholas Clark2004-10-151-4/+2
* SvO?OK_off()'s return valueMarcus Holland-Moritz2004-09-081-5/+5
* api doc fix for SvSetMagicSV_nostealStas Bekman2004-08-131-1/+1
* Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.Marcus Holland-Moritz2004-08-041-0/+9
* It seems that our assert() macro wasn't good enough.Nicholas Clark2004-06-151-2/+2
* Assert SvTYPE is at least PGMV whenever accessing SvSTASHNicholas Clark2004-06-151-1/+1
* Assert that SV type has magic member when reading/writing.Nicholas Clark2004-06-141-0/+6
* Re: undef loses it magicness when assigned to a variable?Stas Bekman2004-05-281-1/+2
* Nobody has used SvPVbyte_force?SADAHIRO Tomoyuki2004-03-211-1/+1
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* simplify sv.hArtur Bergman2004-03-031-6/+6
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-5/+12
* Correct some prototypes in perlapi.podSteve Hay2004-02-081-3/+3
* Re: [perl #24816] Magic vars seem unsure if they are purely numericYitzchak Scott-Thoennes2004-01-161-0/+14
* sanitize some macros - based on Chip Salzenberg suggestions andAdrian M. Enache2003-12-221-17/+17
* Plan C for foiling the algorithmic complexity attackNicholas Clark2003-10-161-0/+1
* Re: assert.h breaks perl.hAlexey Tourbin2003-10-161-1/+1
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-4/+4
* Fewer naked char constants.Jarkko Hietaniemi2003-08-301-8/+10
* [patch sv.h api doc] SvTAINTED_on does its craft only under -TStas Bekman2003-08-301-2/+2
* gcc -ansi -pedantic cleanup; and a seemingly forgottenJarkko Hietaniemi2003-08-101-3/+3
* allow recursive FETCHesDave Mitchell2003-04-191-1/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Typos fixes by Stas Bekman.Rafael Garcia-Suarez2003-04-081-1/+1
* [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcountNicholas Clark2003-03-291-0/+8
* The 0, in the assert_not_ROK() makes IRIX cc to worryJarkko Hietaniemi2003-03-111-8/+8
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Patching magic from Inaba-san's keyboard: fix for [perl #8769]:Jarkko Hietaniemi2003-02-241-0/+12
* COW regexps:Nicholas Clark2003-02-161-0/+6
* inline SvREFCNT_dec:Nicholas Clark2003-02-161-0/+15
* More code cleanup.H.Merijn Brand2003-02-111-5/+2
* make Copy On Write work once againNicholas Clark2003-01-271-1/+1
* assert PV isn't RVNicholas Clark2003-01-221-6/+18
* Fix 'use encoding' I/O for code points 0x80..0xFF;Jarkko Hietaniemi2003-01-161-0/+1
* Fixes bug #15273, the return of the object causedArtur Bergman2003-01-031-0/+1
* new flag SvPADSTALEDave Mitchell2003-01-031-1/+5
* remove flag SvPADBUSYDave Mitchell2003-01-031-5/+3
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-1/+3
* Document PRIVSHIFT.Yitzchak Scott-Thoennes2002-11-161-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-61/+11
* enable -ansi -pedanticJarkko Hietaniemi2002-09-261-2/+2
* sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-09-081-1/+1
* Version object patch #1John Peacock2002-08-201-1/+4
* [REVISED PATCH] Magic v-stringsJohn Peacock2002-08-201-0/+1
* Clean up copy-on-write macros and debug facilities (new flag 'C').Nicholas Clark2002-08-201-19/+15
* Copy On WriteNicholas Clark2002-08-171-0/+30
* Re: unique attribute?Doug MacEachern2002-06-091-0/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-1/+1
* Retract the UTF-8 filenames patch. This may beJarkko Hietaniemi2002-04-091-1/+0
* There was no nice way of getting in UTF-8 filenames:Jarkko Hietaniemi2002-04-071-0/+1