summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* Subject: PATCH 5.10 documentationSteve Peters2008-12-191-12/+15
* The breakage caused by #34653 (sh|c)ould have been detectedMarcus Holland-Moritz2008-11-031-1/+1
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-2/+2
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-0/+1
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2008-10-291-0/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2008-10-291-0/+1
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2008-10-281-0/+1
* MHX notes that I have a superfluous void cast.Nicholas Clark2008-10-271-1/+1
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2008-10-271-0/+1
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-0/+7
* Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,Marcus Holland-Moritz2008-10-261-4/+5
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Make C++ compilers happy #4: move cast so Newc() andMarcus Holland-Moritz2008-10-241-7/+7
* Make C++ compilers happy #1: "typename" is a C++ keyword.Marcus Holland-Moritz2008-10-241-2/+2
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2008-10-241-1/+6
* Refactor Perl_mem_log_ functionsMarcus Holland-Moritz2008-10-241-2/+12
* Add probes for *time64 () functionsH.Merijn Brand2008-10-031-1/+9
* Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)H.Merijn Brand2008-09-151-1/+1
* Probe for timegmH.Merijn Brand2008-07-071-1/+1
* Part one of y2038 changes for SchwernH.Merijn Brand2008-07-071-1/+1
* If the C library provides malloc_size(), we can use that in the sameNicholas Clark2008-02-261-1/+1
* The return of USE_DTRACEH.Merijn Brand2008-01-231-1/+1
* Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and reworkNicholas Clark2008-01-031-0/+6
* Add editor blocks to some header files.Marcus Holland-Moritz2008-01-011-0/+9
* Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_naNicholas Clark2007-12-221-6/+8
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Optimise the logic in isPRINT(), possible following Jarkko's bugfixNicholas Clark2007-10-061-1/+1
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-2/+8
* Add Perl_my_dirfd() to util.cSteve Peters2007-05-011-1/+1
* stop the cargo cult of (MEM_SIZE)~0Jarkko Hietaniemi2007-03-271-2/+4
* Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.hNicholas Clark2007-03-231-0/+4
* Introduction of d_pseudoforkH.Merijn Brand2006-12-051-1/+1
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-1/+1
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-1/+1
* solution(?) to the "warning: comparison is always false dueto limited range o...Jarkko Hietaniemi2006-08-011-1/+4
* The sv_catpvs() and sv_setpvs() macros also return void.Marcus Holland-Moritz2006-05-241-2/+2
* HAS_HAS WAS NOW HASH.Merijn Brand2006-05-231-1/+1
* If I needed this now, I'll probably need it next time too :)H.Merijn Brand2006-05-221-1/+1
* literal string macrosMarcus Holland-Moritz2006-05-221-0/+40
* Document PoisonFree() instead of documenting Poison() twice.Marcus Holland-Moritz2006-05-211-1/+1
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* Newxz() can use calloc() rather than malloc(), as the implementationNicholas Clark2006-04-121-2/+1
* re-[PATCH] Re: [PATCH] Poison now in two different flavours!Jarkko Hietaniemi2006-03-291-3/+18
* Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.Nicholas Clark2006-01-281-0/+2
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-9/+3
* More readable MEM_WRAP_CHECK_1() macro.Gisle Aas2006-01-171-1/+1
* s/superceded/superseded/gNicholas Clark2006-01-101-1/+1
* hv_fetchs() supportAndy Lester2006-01-061-0/+1
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Move all the xxxpvs() macros to handy.h.Gisle Aas2006-01-041-0/+12