summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Use the return value of sprintf in sv_2pv_flags. Remove dead code.Nicholas Clark2005-11-041-22/+12
* You can't there from here. (Dead code in sv_2pv_flags)Nicholas Clark2005-11-041-0/+2
* use clearenv if availableAlan Burlison2005-11-041-12/+8
* sort/multicall patchRobin Houston2005-11-021-13/+0
* Etta James presents: More constingAndy Lester2005-10-311-3/+3
* Replace the body of the rarely used sv_setpviv_mg with a call toNicholas Clark2005-10-291-5/+1
* Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies toNicholas Clark2005-10-291-28/+0
* Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it toNicholas Clark2005-10-291-27/+29
* sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replacedNicholas Clark2005-10-291-48/+0
* All the private implementations of @foo for compilers that can't doNicholas Clark2005-10-291-139/+2
* sv_utf8_upgrade declares itself to be a mathom, so off it goes.Nicholas Clark2005-10-291-21/+0
* Replace sv_force_normal with a macro that calls sv_force_normal_flags.Nicholas Clark2005-10-291-16/+0
* Replace sv_unref with a macro that calls sv_unref_flagsNicholas Clark2005-10-291-17/+0
* sv_taint() can easily be replaced by a macro.Nicholas Clark2005-10-291-13/+0
* A terser implementation of S_varname, by using and post-processingNicholas Clark2005-10-291-21/+13
* Add a new file, mathoms.c, to hold old code kept around for binarySteve Peters2005-10-281-106/+12
* Use the return value from sprintf and avoid a call to strlenNicholas Clark2005-10-281-7/+8
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-0/+2
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-20/+21
* DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenamesDave Mitchell2005-10-161-9/+1
* gcc complains when it sees variables declaredSteve Peters2005-10-141-2/+2
* Stas' croak patch and then someAndy Lester2005-10-131-8/+9
* SvPVutf8_nolen crashes [PATCH]Gisle Aas2005-10-131-1/+1
* Re: [PATCH] Random constings and printf cleanupAndy Lester2005-10-051-6/+6
* Clone PL_statusvalue_posix [PATCH]Gisle Aas2005-10-031-0/+2
* The second argument to Move() is the destination, so cannot possiblyNicholas Clark2005-09-191-3/+3
* First argument to he_dup is actually a const HE *Nicholas Clark2005-09-191-1/+1
* Revert 25331 (except for the typo fix).Nicholas Clark2005-08-251-4/+0
* To make the current implementation of sv_replace sane, we shouldNicholas Clark2005-08-251-1/+5
* Promote the warning about reference miscount in sv_replace to a panic.Nicholas Clark2005-08-251-2/+4
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-12/+6
* More embed.fnc goodnessAndy Lester2005-07-291-10/+10
* RE: blead: no longer supports %vd formatRobin Barker2005-07-181-29/+70
* more embed cleanupAndy Lester2005-07-151-7/+8
* Error in earlier patch in sv.cRobin Barker2005-07-131-0/+2
* make the expensive ckWARN() be called as late as possibleDave Mitchell2005-07-131-13/+14
* Re: Scalar leaked in 'local $0' under ithreads + taint modeSteve Hay2005-07-121-2/+4
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-1/+1
* [patch: sv.c] reuse new_body_inline in Perl_new_bodyJim Cromie2005-07-111-12/+11
* sv_dec is supposed to go *down*, m'kay.Nicholas Clark2005-07-091-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-34/+33
* Provide a macro version of S_new_body to inline it within the hot code.Nicholas Clark2005-07-041-16/+26
* Post-YAPC consting, now with an attachment!Andy Lester2005-07-041-17/+15
* sv_setuv_mg is so rarely called that the IV optimisation test is notNicholas Clark2005-07-041-15/+3
* Copying the first parameter in the macro del_body seems to reduceNicholas Clark2005-07-021-2/+3
* Unwrap the del_Xfoo() macros by explicitly noting the arena to freeNicholas Clark2005-07-021-57/+45
* Given that the GV no longer owns a reference on the symbol table, weNicholas Clark2005-07-021-16/+9
* Passing gvtype as char rather than char * to S_varname generatesNicholas Clark2005-07-021-17/+17
* Don't inline offer_nice_chunk, as it's rarely called.Nicholas Clark2005-07-021-0/+21
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-2/+1