Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
[p5sagit/p5-mst-13.2.git] / util.c
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-02-24 Andy Lester unused context warnings
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-10 Nicholas Clark With PERL_POISON defined, ensure freshly malloc()ed...
2006-02-09 Andy Lester Trying my "remove the pTHXes" patch again
2006-02-04 Nicholas Clark Enhance PERL_TRACK_MEMPOOL so that it also emulates...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-02 Nicholas Clark gv_fetchpvn_flags ranks highly in the profile, and...
2006-02-02 Nicholas Clark Yet more instances of gv_fetchpv... that should be...
2006-01-31 Nicholas Clark Silence a warning from the MS compiler about signed...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-28 Nicholas Clark By changing SvVOK() from returning 0/1 to 0/pointer...
2006-01-21 Marcus Holland-Moritz Remove wrong cast to (void *), which fixes a gcc warnin...
2006-01-11 Gisle Aas A few more places that can use hv_fetchs().
2006-01-11 Nicholas Clark Refactor S_vdie_common so that Perl_vwarn can use it...
2006-01-11 Steve Peters Fix the new warning created with version-0.53
2006-01-11 Steve Peters Upgrade to version-0.53
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Steve Peters Upgrade to version-0.52
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-31 Dave Mitchell tidy index arrangements in new MY_CXT code
2005-12-29 Dave Mitchell re-implement MY_CXT API more efficiently, and add explicit
2005-12-28 Gisle Aas Leaner ninstr().
2005-12-28 Gisle Aas Remove test for NUL ending in r?instr().
2005-12-27 Andy Lester pre-likely cleanup
2005-12-23 Nicholas Clark For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the...
2005-12-23 Nicholas Clark If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then...
2005-12-23 Nicholas Clark Create a struct to use as the header with PERL_TRACK_ME...
2005-12-23 Andy Lester Speedup (rn|n)?instr
2005-12-14 Steve Hay Fix compilation error when building with -DPERL_MEM_LOG...
2005-12-06 Nicholas Clark Add a ; that 26281 was lacking.
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-12-03 Steve Peters Upgrade to version-0.50
2005-11-20 Jan Dubois Reworked PERL_TRACK_MEMPOOL patch
2005-11-11 Andy Lester Const & local: Special Victims Unit
2005-11-08 Nicholas Clark Moving the 4 writes of PL_no_mem followed by exit(1...
2005-11-08 Nicholas Clark Eliminate some unnecessary strlen()s
2005-11-07 Andy Lester Consting and localizing: Part LXVIII
2005-11-04 Nicholas Clark Use the return value from sprintf().
2005-11-04 Alan Burlison use clearenv if available
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-30 Nicholas Clark Given that sv_nosharing performs the same function...
2005-10-26 Nicholas Clark Store the raw bytes of the pid in PL_pidstatus, rather...
2005-10-26 Nicholas Clark Most platforms don't actually need PL_pidstatus, or...
2005-10-25 Nicholas Clark Code in wait4pid was calling hv_delete with the hash...
2005-10-25 Nicholas Clark Replace all the strlen()s related to PL_pidstatus with...
2005-10-24 Nicholas Clark Add my_sprintf, which is usually just a macro for sprin...
2005-10-17 Jarkko Hietaniemi another Symbian update: Alan's fault :-)
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-10-11 Alan Burlison environ fixup
2005-09-26 Nicholas Clark const sausage const const bacon const tomato and const
2005-09-15 Rafael Garcia-Suarez Upgrade to version.pm 0.48
2005-09-13 Andy Lester The return of the consting
2005-08-25 Rafael Garcia-Suarez Fix 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 Tourbin conflicting types for 'Perl_my_popen'
2005-08-01 John E. Malmberg Re: blead@25210 on OpenVMS (not good)
2005-07-29 Andy Lester More embed.fnc goodness
2005-07-20 Jarkko Hietaniemi support POSIX SA_SIGINFO
2005-07-17 Dave Mitchell $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
2005-07-12 Jarkko Hietaniemi Make PERL_MEM_LOG more portable.
2005-07-10 Jarkko Hietaniemi yet another way of debugging memory allocations
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-10 Jarkko Hietaniemi yet another way of debugging memory allocations
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Andy Lester Post-YAPC consting, now with an attachment!
2005-07-02 Dave Mitchell replace ckWARN macros with functions
2005-07-02 Nicholas Clark Don't check the pointer is non-NULL before calling...
2005-06-30 Nicholas Clark By grabbing the length, we can use sv_setpvn here.
2005-06-28 Nicholas Clark Convert strcpy to memcpy where we already know the...
2005-06-23 Andy Lester Pre-YAPC consting fun
2005-06-23 Andy Lester Const Boy II: The Localizing
2005-06-20 Andy Lester The continuing adventures of Constman and Localize Boy
2005-06-16 Nicholas Clark I'm not convinced that manually creating HVs via sv_upg...
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-15 Andy Lester CopSTASH_eq again
2005-06-13 John Peacock Bring bleadperl up to version.pm
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-09 Rafael Garcia-Suarez Revert part of previous patch
2005-06-09 Andy Lester regcomp.c and more
2005-06-07 Nicholas Clark More SvPV consting.
2005-06-07 Andy Lester Random cleanups #47
2005-06-07 Rafael Garcia-Suarez Remove unneeded #ifdef VMS since VMS is not defined...
2005-06-07 Alexey Tourbin util.c: S_vdie_common() should be static
2005-06-07 Nicholas Clark The FBM compile code is mutable, because it's permissib...
2005-06-07 Andy Lester Unvoid SvUPGRADE
2005-06-03 Andy Lester Random consting
2005-06-02 Andy Lester use lengths in sv_setpv() calls
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-06-01 Nicholas Clark Following the head refactoring, the Newz doesn't clear...
2005-05-30 Olli Savia [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS
2005-05-20 Steve Peters SvPVX_const() - Patch #1
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
next