summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fix casting warnings related to snprintf/vsnprintfRafael Garcia-Suarez2006-06-301-2/+2
* [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gzJohn Peacock2006-06-091-3/+9
* more accumulated cleanupsAndy Lester2006-06-061-10/+15
* Upgrade to version.pm 0.60Rafael Garcia-Suarez2006-05-221-2/+3
* Re: [PATCH] Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-191-2/+4
* Adjust calling of Perl_va_copy(), noticed by JarkkoRafael Garcia-Suarez2006-05-181-1/+1
* Another SvVOK(). I believe that this is the last.Nicholas Clark2006-05-171-1/+1
* Oops, missed a SvVOK.Rafael Garcia-Suarez2006-05-171-1/+1
* Re: Change 28183 has broken 64-bit builds?Jarkko Hietaniemi2006-05-171-49/+47
* Re: [PATCH] my_snprintfJarkko Hietaniemi2006-05-121-83/+101
* disable WARN and DIE hooks during constant foldingDave Mitchell2006-05-101-1/+1
* PERL_MEM_LOG enhancementsJarkko Hietaniemi2006-05-091-22/+186
* Re: [PATCH] use snprintf/strlcpy/strlcat when usefulJarkko Hietaniemi2006-04-281-1/+9
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-10/+12
* Localizing varsAndy Lester2006-04-201-9/+9
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-2/+2
* Support compiling for RISC OSAlex Waugh2006-04-181-6/+6
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-0/+2
* Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()Steve Hay2006-04-131-1/+1
* Change cop_warnings from an SV holding the warnings bitmask to aNicholas Clark2006-04-121-1/+12
* Try not to use negative values when accessing arrays in C. Yet anotherSteve Peters2006-04-051-0/+1
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-4/+4
* unused context warningsAndy Lester2006-02-241-7/+29
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-3/+0
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-10/+10
* 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