This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ARRAY(0x...) is not very helpful in sprintf.t diagnostics
[perl5.git] / handy.h
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
2004-03-16 Rafael Garcia-SuarezUpdate copyright notices
2004-01-12 Robin BarkerRE: MIME-Base64-2.22 [PATCH]
2003-07-02 James Jurachline numbers are given % 64k
2003-06-15 Ilya ZakharevichOS2 patches
2003-05-01 Jarkko Hietaniemiz/OS: More threaded build tweaks from Brian De Pradine--
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-10 Stas BekmanBunch of doc patches from Stas; plus regen.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-05-19 Nick Ing-SimmonsIntegrate mailine
2002-05-19 Jarkko HietaniemiSarathy pointed out that instead of zeroing heap
2002-04-16 Jarkko Hietaniemimy $utf8here, our $utf8here, and package variable ...
2002-03-16 Gurusamy SarathyUIN32_MAX with borken under HP-UX+gcc
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-22 Jarkko HietaniemiSmall tweaks.
2001-10-09 Jarkko HietaniemiMake the toupper/lower/title API for Unicode not right
2001-08-10 Jarkko HietaniemiAvoid #elif (less portable than #else #if).
2001-07-14 Jeffrey Friedlpatch to add DEL to [:cntrl:]
2001-06-23 Jarkko HietaniemiFix for ID 20010619.003, the [[:print:]] is not supposed
2001-06-19 Jarkko HietaniemiThe INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
2001-06-03 Hugo van der SandenRe: 'decimal digits' macro?
2001-03-10 Nick Ing-SimmonsEBCDIC sanity - phase I
2001-02-20 Jarkko HietaniemiIntegrate changes #8853,8854 from maintperl to mainline.
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-13 Jarkko HietaniemiMerge ebcdic.c (only one function, ebcdic_control(...
next