doc f7abe7
[p5sagit/p5-mst-13.2.git] / handy.h
2010-05-28 Nicholas Clark Add C_ARRAY_END(), returning a pointer to after the...
2010-05-17 Karl Williamson PATCH: Clean up EBCDIC handling of \cX
2010-04-26 Karl Williamson Make sure isCNTRL and isASCII work on signed chars
2010-04-25 Nicholas Clark More defensive definition of memEQs().
2010-04-15 Ævar Arnfjörð Bjar... Set the legacy process name with prctl() on assignment...
2010-04-15 David Mitchell use cBOOL for bool casts
2010-04-13 H.Merijn Brand Probe for prctl () and check id PR_SET_NAME is supported
2010-02-20 Karl Williamson PATCH: deprecation warnings for unreasonable charnames
2010-01-26 Jim Cromie comment grammar, indentation
2010-01-14 David Golden Omnibus strict and lax version parsing
2010-01-05 H.Merijn Brand FD 4 is not (yet) open at this stage.
2009-11-14 Karl Williamson add code for Unicode semantics for non-utf8 latin1...
2009-11-10 Sisyphus Add mingw64 support
2009-10-16 Nicholas Clark Enable deprecation warnings by default.
2009-10-13 Nicholas Clark Replace Perl_deprecate() with a macro that calls Perl_c...
2009-09-13 Rafael Garcia-Suarez Remove obsolete functions is_uni_alnumc, is_uni_alnumc_...
2009-06-21 Jim Cromie drop remaining mentions of PERL_MEM_LOG_FOO envars
2009-06-21 Jim Cromie invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N...
2009-03-29 David Mitchell provide minimal documentation for the MUTABLE_*() macros
2009-03-25 H.Merijn Brand Detection of IPv6 clueful functions by Configure (part 1)
2009-01-21 Nicholas Clark Add get_cvs() as a shortcut for STR_WITH_LEN() and...
2008-12-19 Steve Peters Subject: PATCH 5.10 documentation
2008-11-03 Marcus Holland-Moritz The breakage caused by #34653 (sh|c)ould have been...
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-31 Nicholas Clark Add MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-29 Nicholas Clark Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.
2008-10-29 Nicholas Clark Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.
2008-10-28 Nicholas Clark Add MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas Clark MHX notes that I have a superfluous void cast.
2008-10-27 Nicholas Clark Add MUTABLE_AV(), and remove (AV *) casts from headers.
2008-10-27 Nicholas Clark Add a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-10-26 Marcus Holland-Moritz Make sure Perl_mem_log_(?:alloc|realloc|free) have...
2008-10-25 Nicholas Clark Update copyright years.
2008-10-24 Marcus Holland-Moritz Make C++ compilers happy #4: move cast so Newc() and
2008-10-24 Marcus Holland-Moritz Make C++ compilers happy #1: "typename" is a C++ keyword.
2008-10-24 Marcus Holland-Moritz Add SV allocation tracing to -Dm and PERL_MEM_LOG
2008-10-24 Marcus Holland-Moritz Refactor Perl_mem_log_ functions
2008-10-03 H.Merijn Brand Add probes for *time64 () functions
2008-09-15 H.Merijn Brand Add probes for LOCALTIME_max and LOCALTIME_min (y2038...
2008-07-07 H.Merijn Brand Probe for timegm
2008-07-07 H.Merijn Brand Part one of y2038 changes for Schwern
2008-02-26 Nicholas Clark If the C library provides malloc_size(), we can use...
2008-01-23 H.Merijn Brand The return of USE_DTRACE
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.
next