This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
[perl5.git] / util.c
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...
2005-10-24 Nicholas ClarkAdd my_sprintf, which is usually just a macro for sprin...
2005-10-17 Jarkko Hietaniemianother Symbian update: Alan's fault :-)
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-10-11 Alan Burlisonenviron fixup
2005-09-26 Nicholas Clarkconst sausage const const bacon const tomato and const
2005-09-15 Rafael Garcia-SuarezUpgrade to version.pm 0.48
2005-09-13 Andy LesterThe return of the consting
2005-08-25 Rafael Garcia-SuarezFix miniperl build with threaded perl
2005-08-24 John Peacock[Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
2005-08-10 Alexey Tourbinconflicting types for 'Perl_my_popen'
2005-08-01 John E. MalmbergRe: blead@25210 on OpenVMS (not good)
2005-07-29 Andy LesterMore embed.fnc goodness
2005-07-20 Jarkko Hietaniemisupport POSIX SA_SIGINFO
2005-07-17 Dave Mitchell$SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-12 Jarkko HietaniemiMake PERL_MEM_LOG more portable.
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterPost-YAPC consting, now with an attachment!
2005-07-02 Dave Mitchellreplace ckWARN macros with functions
2005-07-02 Nicholas ClarkDon't check the pointer is non-NULL before calling...
2005-06-30 Nicholas ClarkBy grabbing the length, we can use sv_setpvn here.
2005-06-28 Nicholas ClarkConvert strcpy to memcpy where we already know the...
2005-06-23 Andy LesterPre-YAPC consting fun
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-20 Andy LesterThe continuing adventures of Constman and Localize Boy
2005-06-16 Nicholas ClarkI'm not convinced that manually creating HVs via sv_upg...
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-15 Andy LesterCopSTASH_eq again
next