summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,Nicholas Clark2006-02-101-0/+14
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-13/+13
* Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHostNicholas Clark2006-02-041-30/+63
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-3/+3
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-38/+38
* gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanningNicholas Clark2006-02-021-1/+1
* Yet more instances of gv_fetchpv... that should be GV_ADD rather thanNicholas Clark2006-02-021-1/+1
* Silence a warning from the MS compiler about signed/unsigned mismatch.Nicholas Clark2006-01-311-2/+2
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-1/+1
* By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we canNicholas Clark2006-01-281-11/+15
* Remove wrong cast to (void *), which fixes a gcc warning, and useMarcus Holland-Moritz2006-01-211-2/+1
* A few more places that can use hv_fetchs().Gisle Aas2006-01-111-8/+8
* Refactor S_vdie_common so that Perl_vwarn can use it too.Nicholas Clark2006-01-111-45/+22
* Fix the new warning created with version-0.53Steve Peters2006-01-111-3/+5
* Upgrade to version-0.53Steve Peters2006-01-111-2/+5
* It's the Barbie bus patchAndy Lester2006-01-101-1/+1
* Upgrade to version-0.52Steve Peters2006-01-061-0/+3
* sprinkle dVARJarkko Hietaniemi2006-01-061-2/+23
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-8/+8
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-2/+0
* tidy index arrangements in new MY_CXT codeDave Mitchell2005-12-311-3/+3
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-291-0/+40
* Leaner ninstr().Gisle Aas2005-12-281-23/+17
* Remove test for NUL ending in r?instr().Gisle Aas2005-12-281-2/+2
* pre-likely cleanupAndy Lester2005-12-271-6/+6
* For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any blockNicholas Clark2005-12-231-1/+6
* If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble allNicholas Clark2005-12-231-0/+27
* Create a struct to use as the header with PERL_TRACK_MEMPOOL, so thatNicholas Clark2005-12-231-4/+4
* Speedup (rn|n)?instrAndy Lester2005-12-231-6/+12
* Fix compilation error when building with -DPERL_MEM_LOG_STDERRSteve Hay2005-12-141-1/+1
* Add a ; that 26281 was lacking.Nicholas Clark2005-12-061-1/+1
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-8/+5
* Upgrade to version-0.50Steve Peters2005-12-031-1/+1
* Reworked PERL_TRACK_MEMPOOL patchJan Dubois2005-11-201-3/+37
* Const & local: Special Victims UnitAndy Lester2005-11-111-2/+2
* Moving the 4 writes of PL_no_mem followed by exit(1) to a staticNicholas Clark2005-11-081-18/+14
* Eliminate some unnecessary strlen()sNicholas Clark2005-11-081-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-11/+14
* Use the return value from sprintf().Nicholas Clark2005-11-041-15/+18
* use clearenv if availableAlan Burlison2005-11-041-0/+54
* Etta James presents: More constingAndy Lester2005-10-311-20/+18
* Given that sv_nosharing performs the same function as sv_nolockingNicholas Clark2005-10-301-35/+3
* Store the raw bytes of the pid in PL_pidstatus, rather than theNicholas Clark2005-10-261-10/+10
* Most platforms don't actually need PL_pidstatus, or the associatedNicholas Clark2005-10-261-2/+6
* Code in wait4pid was calling hv_delete with the hash iteratorNicholas Clark2005-10-251-0/+7
* Replace all the strlen()s related to PL_pidstatus with the returnNicholas Clark2005-10-251-5/+7
* Add my_sprintf, which is usually just a macro for sprintf, for thoseNicholas Clark2005-10-241-2/+23
* another Symbian update: Alan's fault :-)Jarkko Hietaniemi2005-10-171-1/+1
* gcc complains when it sees variables declaredSteve Peters2005-10-141-7/+7