summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* deal with some gcc warningsJarkko Hietaniemi2006-09-211-1/+1
* Re: [perl #37714] XSUB.h version check may fail due to localeJohn Peacock2006-09-181-2/+1
* A better version of change #28847Rafael Garcia-Suarez2006-09-171-2/+6
* util.c: restore Perl_my_setenv() to pre-28814Jarkko Hietaniemi2006-09-171-75/+60
* No declarations after statements ! (noticed by Sadahiro Tomoyuki)Rafael Garcia-Suarez2006-09-161-1/+2
* More hacking in util.c's ifdef jungle following 28844 to avoidCraig A. Berry2006-09-151-2/+1
* Fix for bug #37714: XSUB.h version check may fail due to localeRafael Garcia-Suarez2006-09-141-0/+2
* Re: Re: [PATCH] C++: Solaris CC now compiles "perl"Yves Orton2006-09-141-4/+4
* C++: Solaris CC now compiles "perl"Jarkko Hietaniemi2006-09-111-58/+74
* g++ large patchJarkko Hietaniemi2006-08-071-14/+21
* Re: [PATCH] various safety/portability tweaksJarkko Hietaniemi2006-07-161-3/+2
* various safety/portability tweaksJarkko Hietaniemi2006-07-151-6/+7
* Fix change #28533: my_strlcpy does not return the dest str!Steve Hay2006-07-111-1/+2
* Convert some low hanging fruit to my_strlcpy/my_strlcat.Steve Peters2006-07-101-5/+4
* Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/Steve Peters2006-07-101-7/+1
* Add Russ Allbery's public domain implementations of strlcat andSteve Peters2006-07-101-0/+33
* 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