Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework
[p5sagit/p5-mst-13.2.git] / handy.h
2008-01-03 Nicholas Clark Add newSVpvs_flags() as a wrapper to newSVpvn_flags...
2008-01-01 Marcus Holland-Moritz Add editor blocks to some header files.
2007-12-22 Nicholas Clark Remove the definitions of Null(), Nullch, Nullfp, Nulls...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-10-06 Nicholas Clark Optimise the logic in isPRINT(), possible following...
2007-09-20 Nicholas Clark Add a new function Perl_hv_common_key_len(), which...
2007-05-01 Steve Peters Add Perl_my_dirfd() to util.c
2007-03-27 Jarkko Hietaniemi stop the cargo cult of (MEM_SIZE)~0
2007-03-23 Nicholas Clark Move CHECK_WORD in regcomp.c to a more generic memEQs...
2006-12-05 H.Merijn Brand Introduction of d_pseudofork
2006-11-08 Steve Peters Configure patch to add detection for DIR.dd_fd member...
2006-11-06 H.Merijn Brand The non-unix parts for localtime_r_needs_tzset
2006-08-01 Jarkko Hietaniemi solution(?) to the "warning: comparison is always false...
2006-05-24 Marcus Holland-Moritz The sv_catpvs() and sv_setpvs() macros also return...
2006-05-23 H.Merijn Brand HAS_HAS WAS NOW HAS
2006-05-22 H.Merijn Brand If I needed this now, I'll probably need it next time...
2006-05-22 Marcus Holland-Moritz literal string macros
2006-05-21 Marcus Holland-Moritz Document PoisonFree() instead of documenting Poison...
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-12 Nicholas Clark Newxz() can use calloc() rather than malloc(), as the...
2006-03-29 Jarkko Hietaniemi re-[PATCH] Re: [PATCH] Poison now in two different...
2006-01-28 Nicholas Clark Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-17 Gisle Aas More readable MEM_WRAP_CHECK_1() macro.
2006-01-10 Nicholas Clark s/superceded/superseded/g
2006-01-06 Andy Lester hv_fetchs() support
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Move all the xxxpvs() macros to handy.h.
2006-01-04 Gisle Aas Fix typo in comment.
2006-01-04 Gisle Aas Introduce STR_WITH_LEN macro in the form suggested...
2006-01-03 Steve Peters Add probe for snprintf () and vsnprintf ()
2005-12-27 Andy Lester pre-likely cleanup
2005-11-13 Nicholas Clark Fix breakages that prevended -DPERL_POISON from compiling.
2005-10-31 Gisle Aas futimes [PATCH]
2005-10-31 H.Merijn Brand revive probe for futimes ()
2005-10-18 H.Merijn Brand Add probe for clearenv (), like #25733 for unsetenv ()
2005-10-11 Alan Burlison environ fixup
2005-10-10 Steve Peters Add probe for unsetenv ()
2005-09-22 Nicholas Clark The New*() compatibility macros aren't needed inside...
2005-09-12 H.Merijn Brand Detection of malloc_size and malloc_good_size
2005-07-28 Jarkko Hietaniemi Re: [PATCH] Tru64: use -c99 for ccflags if available
2005-07-20 Steve Hay Fix Newz() backwards-compatibility macro
2005-07-20 Jarkko Hietaniemi move NSIG logic
2005-07-19 Jarkko Hietaniemi allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a...
2005-07-12 Jarkko Hietaniemi Make PERL_MEM_LOG more portable.
2005-07-12 Steve Hay Fix worrying typo in handy.h :-s
2005-07-12 Steve Hay Change 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 Hietaniemi yet another way of debugging memory allocations
2005-07-10 Jarkko Hietaniemi yet another way of debugging memory allocations
2005-07-10 Dave Mitchell extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-02 Nicholas Clark Andy suggests this tweak to Dave's fix for MEM_WRAP_CHE...
2005-07-01 Dave Mitchell silence gcc 'comparison is always false' warning in...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
2005-06-23 Nicholas Clark Add a define PERL_POISON which tries to trip up anythin...
2005-06-02 Nicholas Clark Dave can see a better way of doing the rounding.
2005-06-02 Nicholas Clark Oops. My maths was too generous (by 1).
2005-06-01 Nicholas Clark Round up all string length requests to malloc()/realloc...
2005-05-26 Andy Lester Updated lint infrastructure
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-04-18 Nicholas Clark A more efficient way of expressing the MALLOC_WRAP...
2005-04-10 H.Merijn Brand Configure now probes for _LIB_VERSION support in math...
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-30 H.Merijn Brand USE_STRLCAT and USE_STRLCPY now actually used
2005-03-21 Andy Lester More consting goodness
2004-11-01 H.Merijn Brand Since strlcat/strlcpy are not argument/return value...
2004-10-31 H.Merijn Brand The next step in strlcat ()/ strcpy () detection and...
2004-07-16 Nicholas Clark Encourage compilers to tail call optimise in sv_savepv...
2004-04-21 Stas Bekman [patch] log the interpreter id in warnings
2004-03-24 Nicholas Clark Unlike perl, 0 in void context isn't special cased...
2004-03-17 Jarkko Hietaniemi malloc wrappage
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-01-12 Robin Barker RE: MIME-Base64-2.22 [PATCH]
2003-07-02 James Jurach line numbers are given % 64k
2003-06-15 Ilya Zakharevich OS2 patches
2003-05-01 Jarkko Hietaniemi z/OS: More threaded build tweaks from Brian De Pradine--
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-10 Stas Bekman Bunch of doc patches from Stas; plus regen.
2003-03-02 Hugo van der Sanden Reverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2002-09-26 H.Merijn Brand LEAKTEST is dead, RIP
2002-05-19 Nick Ing-Simmons Integrate mailine
2002-05-19 Jarkko Hietaniemi Sarathy pointed out that instead of zeroing heap
2002-04-16 Jarkko Hietaniemi my $utf8here, our $utf8here, and package variable ...
2002-03-16 Gurusamy Sarathy UIN32_MAX with borken under HP-UX+gcc
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-12-22 Jarkko Hietaniemi Small tweaks.
2001-10-09 Jarkko Hietaniemi Make the toupper/lower/title API for Unicode not right
2001-08-10 Jarkko Hietaniemi Avoid #elif (less portable than #else #if).
2001-07-14 Jeffrey Friedl patch to add DEL to [:cntrl:]
2001-06-23 Jarkko Hietaniemi Fix for ID 20010619.003, the [[:print:]] is not supposed
2001-06-19 Jarkko Hietaniemi The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
2001-06-03 Hugo van der Sanden Re: 'decimal digits' macro?
2001-03-10 Nick Ing-Simmons EBCDIC sanity - phase I
2001-02-20 Jarkko Hietaniemi Integrate changes #8853,8854 from maintperl to mainline.
2001-02-17 Nick Ing-Simmons Integrate mainline
2001-02-13 Jarkko Hietaniemi Merge ebcdic.c (only one function, ebcdic_control(...
next