This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The overly-picky AIX xlc compiler doesn't like the style
[perl5.git] / util.c
2006-12-11 Nicholas ClarkFix allocation bug in change 29524.
2006-12-11 Nicholas ClarkAdd BmPREVIOUS_set(), and use it in the one place that...
2006-12-11 Nicholas ClarkMove PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FR...
2006-12-11 Nicholas ClarkConvert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET...
2006-12-11 Nicholas ClarkRename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior...
2006-12-11 Nicholas ClarkChange SvTAIL() to check that both SVpbm_TAIL|SVpbm_VAL...
2006-12-08 Nicholas ClarkIn Perl_fbm_instr(), no need to calculate the address...
2006-12-08 Nicholas ClarkPerl_screaminstr() must be called with littlestr as...
2006-12-08 Nicholas ClarkNo need to upgrade if all we're going to do is return.
2006-12-04 Nicholas ClarkMove Perl_get_db_sub() from pp_hot.c to util.c
2006-11-22 Steve HayFix infinite loop in Perl_my_strftime() for failing...
2006-11-18 Steve PetersSync up the function definitions for Perl_my_popen...
2006-09-21 Jarkko Hietaniemideal with some gcc warnings
2006-09-18 John PeacockRe: [perl #37714] XSUB.h version check may fail due...
2006-09-17 Rafael Garcia-SuarezA better version of change #28847
2006-09-17 Jarkko Hietaniemiutil.c: restore Perl_my_setenv() to pre-28814
2006-09-16 Rafael Garcia-SuarezNo declarations after statements ! (noticed by Sadahiro...
2006-09-15 Craig A. BerryMore hacking in util.c's ifdef jungle following 28844...
2006-09-14 Rafael Garcia-SuarezFix for bug #37714: XSUB.h version check may fail due...
2006-09-14 Yves OrtonRe: Re: [PATCH] C++: Solaris CC now compiles "perl"
2006-09-11 Jarkko HietaniemiC++: Solaris CC now compiles "perl"
2006-08-07 Jarkko Hietaniemig++ large patch
2006-07-16 Jarkko HietaniemiRe: [PATCH] various safety/portability tweaks
2006-07-15 Jarkko Hietaniemivarious safety/portability tweaks
2006-07-11 Steve HayFix change #28533: my_strlcpy does not return the dest...
2006-07-10 Steve PetersConvert some low hanging fruit to my_strlcpy/my_strlcat.
2006-07-10 Steve PetersChange existing uses of strlcpy()/strlcat() to use...
2006-07-10 Steve PetersAdd Russ Allbery's public domain implementations of...
2006-06-30 Rafael Garcia-SuarezFix casting warnings related to snprintf/vsnprintf
2006-06-09 John Peacock[patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64...
2006-06-06 Andy Lestermore accumulated cleanups
2006-05-22 Rafael Garcia-SuarezUpgrade to version.pm 0.60
2006-05-19 Jarkko HietaniemiRe: [PATCH] Re: Change 28183 has broken 64-bit builds?
2006-05-18 Rafael Garcia-SuarezAdjust calling of Perl_va_copy(), noticed by Jarkko
2006-05-17 Nicholas ClarkAnother SvVOK(). I believe that this is the last.
2006-05-17 Rafael Garcia-SuarezOops, missed a SvVOK.
2006-05-17 Jarkko HietaniemiRe: Change 28183 has broken 64-bit builds?
2006-05-12 Jarkko HietaniemiRe: [PATCH] my_snprintf
2006-05-10 Dave Mitchelldisable WARN and DIE hooks during constant folding
2006-05-09 Jarkko HietaniemiPERL_MEM_LOG enhancements
2006-04-28 Jarkko HietaniemiRe: [PATCH] use snprintf/strlcpy/strlcat when useful
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-20 Andy LesterLocalizing vars
2006-04-19 Nicholas ClarkCalling cv_undef() on the CV created by newCONSTSUB...
2006-04-18 Alex WaughSupport compiling for RISC OS
2006-04-17 Nicholas ClarkTurn on UTF8 cache assertions with -Ca
2006-04-13 Steve HayRe: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
2006-04-12 Nicholas ClarkChange cop_warnings from an SV holding the warnings...
2006-04-05 Steve PetersTry not to use negative values when accessing arrays...
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-02-24 Andy Lesterunused context warnings
2006-02-23 Nicholas ClarkRemove set magic from typeglobs. Remove typeglob magic...
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-10 Nicholas ClarkWith PERL_POISON defined, ensure freshly malloc()ed...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-04 Nicholas ClarkEnhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clarkgv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas ClarkYet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas ClarkSilence a warning from the MS compiler about signed...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-28 Nicholas ClarkBy changing SvVOK() from returning 0/1 to 0/pointer...
2006-01-21 Marcus Holland-MoritzRemove wrong cast to (void *), which fixes a gcc warnin...
2006-01-11 Gisle AasA few more places that can use hv_fetchs().
2006-01-11 Nicholas ClarkRefactor S_vdie_common so that Perl_vwarn can use it...
2006-01-11 Steve PetersFix the new warning created with version-0.53
2006-01-11 Steve PetersUpgrade to version-0.53
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Steve PetersUpgrade to version-0.52
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-04 Gisle AasIntroduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-31 Dave Mitchelltidy index arrangements in new MY_CXT code
2005-12-29 Dave Mitchellre-implement MY_CXT API more efficiently, and add explicit
2005-12-28 Gisle AasLeaner ninstr().
2005-12-28 Gisle AasRemove test for NUL ending in r?instr().
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-23 Nicholas ClarkFor PERL_TRACK_MEMPOOL with PERL_POISON, Poison the...
2005-12-23 Nicholas ClarkIf PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas ClarkCreate a struct to use as the header with PERL_TRACK_ME...
2005-12-23 Andy LesterSpeedup (rn|n)?instr
2005-12-14 Steve HayFix compilation error when building with -DPERL_MEM_LOG...
2005-12-06 Nicholas ClarkAdd a ; that 26281 was lacking.
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-12-03 Steve PetersUpgrade to version-0.50
2005-11-20 Jan DuboisReworked PERL_TRACK_MEMPOOL patch
2005-11-11 Andy LesterConst & local: Special Victims Unit
2005-11-08 Nicholas ClarkMoving the 4 writes of PL_no_mem followed by exit(1...
2005-11-08 Nicholas ClarkEliminate some unnecessary strlen()s
2005-11-07 Andy LesterConsting and localizing: Part LXVIII
2005-11-04 Nicholas ClarkUse the return value from sprintf().
2005-11-04 Alan Burlisonuse clearenv if available
2005-10-31 Andy LesterEtta James presents: More consting
2005-10-30 Nicholas ClarkGiven that sv_nosharing performs the same function...
2005-10-26 Nicholas ClarkStore the raw bytes of the pid in PL_pidstatus, rather...
2005-10-26 Nicholas ClarkMost platforms don't actually need PL_pidstatus, or...
2005-10-25 Nicholas ClarkCode in wait4pid was calling hv_delete with the hash...
2005-10-25 Nicholas ClarkReplace all the strlen()s related to PL_pidstatus with...
next