This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rearrange ext/Memoize to the same layout as the CPAN distribution.
[perl5.git] / handy.h
2009-09-13 Rafael Garcia-SuarezRemove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-06-21 Jim Cromiedrop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Jim Cromieinvert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-03-29 David Mitchellprovide minimal documentation for the MUTABLE_*() macros
2009-03-25 H.Merijn BrandDetection of IPv6 clueful functions by Configure (part 1)
2009-01-21 Nicholas ClarkAdd get_cvs() as a shortcut for STR_WITH_LEN() and...
2008-12-19 Steve PetersSubject: PATCH 5.10 documentation
2008-11-03 Marcus Holland-MoritzThe breakage caused by #34653 (sh|c)ould have been...
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Nicholas ClarkAdd MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas ClarkMHX notes that I have a superfluous void cast.
2008-10-27 Nicholas ClarkAdd MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-26 Marcus Holland-MoritzMake sure Perl_mem_log_(?:alloc|realloc|free) have...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #4: move cast so Newc() and
2008-10-24 Marcus Holland-MoritzMake C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Marcus Holland-MoritzAdd SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-24 Marcus Holland-MoritzRefactor Perl_mem_log_ functions
2008-10-03 H.Merijn BrandAdd probes for *time64 () functions
2008-09-15 H.Merijn BrandAdd probes for LOCALTIME_max and LOCALTIME_min (y2038...
2008-07-07 H.Merijn BrandProbe for timegm
2008-07-07 H.Merijn BrandPart one of y2038 changes for Schwern
2008-02-26 Nicholas ClarkIf the C library provides malloc_size(), we can use...
2008-01-23 H.Merijn BrandThe return of USE_DTRACE
2008-01-03 Nicholas ClarkAdd newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-01 Marcus Holland-MoritzAdd editor blocks to some header files.
2007-12-22 Nicholas ClarkRemove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-10-06 Nicholas ClarkOptimise the logic in isPRINT(), possible following...
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-05-01 Steve PetersAdd Perl_my_dirfd() to util.c
2007-03-27 Jarkko Hietaniemistop the cargo cult of (MEM_SIZE)~0
2007-03-23 Nicholas ClarkMove CHECK_WORD in regcomp.c to a more generic memEQs...
2006-12-05 H.Merijn BrandIntroduction of d_pseudofork
2006-11-08 Steve PetersConfigure patch to add detection for DIR.dd_fd member...
2006-11-06 H.Merijn BrandThe non-unix parts for localtime_r_needs_tzset
2006-08-01 Jarkko Hietaniemisolution(?) to the "warning: comparison is always false...
2006-05-24 Marcus Holland-MoritzThe sv_catpvs() and sv_setpvs() macros also return...
2006-05-23 H.Merijn BrandHAS_HAS WAS NOW HAS
2006-05-22 H.Merijn BrandIf I needed this now, I'll probably need it next time...
2006-05-22 Marcus Holland-Moritzliteral string macros
2006-05-21 Marcus Holland-MoritzDocument PoisonFree() instead of documenting Poison...
2006-04-26 Marcus Holland-MoritzRe: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-12 Nicholas ClarkNewxz() can use calloc() rather than malloc(), as the...
2006-03-29 Jarkko Hietaniemire-[PATCH] Re: [PATCH] Poison now in two different...
2006-01-28 Nicholas ClarkAdd gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-17 Gisle AasMore readable MEM_WRAP_CHECK_1() macro.
2006-01-10 Nicholas Clarks/superceded/superseded/g
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-04 Rafael Garcia-SuarezMore copyright updates
2006-01-04 Gisle AasMove all the xxxpvs() macros to handy.h.
2006-01-04 Gisle AasFix typo in comment.
2006-01-04 Gisle AasIntroduce STR_WITH_LEN macro in the form suggested...
2006-01-03 Steve PetersAdd probe for snprintf () and vsnprintf ()
2005-12-27 Andy Lesterpre-likely cleanup
2005-11-13 Nicholas ClarkFix breakages that prevended -DPERL_POISON from compiling.
2005-10-31 Gisle Aasfutimes [PATCH]
2005-10-31 H.Merijn Brandrevive probe for futimes ()
2005-10-18 H.Merijn BrandAdd probe for clearenv (), like #25733 for unsetenv ()
2005-10-11 Alan Burlisonenviron fixup
2005-10-10 Steve PetersAdd probe for unsetenv ()
2005-09-22 Nicholas ClarkThe New*() compatibility macros aren't needed inside...
2005-09-12 H.Merijn BrandDetection of malloc_size and malloc_good_size
2005-07-28 Jarkko HietaniemiRe: [PATCH] Tru64: use -c99 for ccflags if available
2005-07-20 Steve HayFix Newz() backwards-compatibility macro
2005-07-20 Jarkko Hietaniemimove NSIG logic
2005-07-19 Jarkko Hietaniemiallow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-12 Jarkko HietaniemiMake PERL_MEM_LOG more portable.
2005-07-12 Steve HayFix worrying typo in handy.h :-s
2005-07-12 Steve HayChange New*() to Newx*() in various comments and docume...
2005-07-12 Jim Cromie[patch: handy.c] update Newx API pod to mention PERL_M...
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-10 Jarkko Hietaniemiyet another way of debugging memory allocations
2005-07-10 Dave Mitchellextend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-02 Nicholas ClarkAndy suggests this tweak to Dave's fix for MEM_WRAP_CHE...
2005-07-01 Dave Mitchellsilence gcc 'comparison is always false' warning in...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Nicholas ClarkAdd a define PERL_POISON which tries to trip up anythin...
2005-06-02 Nicholas ClarkDave can see a better way of doing the rounding.
2005-06-02 Nicholas ClarkOops. My maths was too generous (by 1).
2005-06-01 Nicholas ClarkRound up all string length requests to malloc()/realloc...
2005-05-26 Andy LesterUpdated lint infrastructure
2005-05-09 Andy Lesterattributes-two.patch, the next batch
2005-04-18 Nicholas ClarkA more efficient way of expressing the MALLOC_WRAP...
2005-04-10 H.Merijn BrandConfigure now probes for _LIB_VERSION support in math...
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-30 H.Merijn BrandUSE_STRLCAT and USE_STRLCPY now actually used
2005-03-21 Andy LesterMore consting goodness
2004-11-01 H.Merijn BrandSince strlcat/strlcpy are not argument/return value...
2004-10-31 H.Merijn BrandThe next step in strlcat ()/ strcpy () detection and...
2004-07-16 Nicholas ClarkEncourage compilers to tail call optimise in sv_savepv...
2004-04-21 Stas Bekman[patch] log the interpreter id in warnings
2004-03-24 Nicholas ClarkUnlike perl, 0 in void context isn't special cased...
2004-03-17 Jarkko Hietaniemimalloc wrappage
next