summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* Detection of IPv6 clueful functions by Configure (part 1)H.Merijn Brand2009-04-191-12/+9
* For 5.10.x, disable the const cast checking that MUTABLE_PTR does in bleadDavid Mitchell2009-03-301-1/+3
* provide minimal documentation for the MUTABLE_*() macrosDavid Mitchell2009-03-301-0/+9
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-0/+1
* Add MUTABLE_IO(), and eliminate (IO *) casts in *.c.Nicholas Clark2009-03-291-0/+1
* Add MUTABLE_CV(), and eliminate (CV *) casts in *.c.Nicholas Clark2009-03-291-0/+1
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2009-03-291-0/+1
* MHX notes that I have a superfluous void cast.Nicholas Clark2009-03-291-1/+1
* Add MUTABLE_AV(), and remove (AV *) casts from headers.Nicholas Clark2009-03-291-0/+1
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2009-03-291-0/+7
* Subject: PATCH 5.10 documentationSteve Peters2009-02-251-12/+15
* Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage,Marcus Holland-Moritz2009-01-031-4/+5
* Make C++ compilers happy #4: move cast so Newc() andMarcus Holland-Moritz2009-01-031-7/+7
* Make C++ compilers happy #1: "typename" is a C++ keyword.Marcus Holland-Moritz2009-01-031-2/+2
* Add SV allocation tracing to -Dm and PERL_MEM_LOGMarcus Holland-Moritz2009-01-021-1/+6
* Refactor Perl_mem_log_ functionsMarcus Holland-Moritz2009-01-021-2/+12
* Add probes for *time64 () functionsH.Merijn Brand2009-01-021-1/+9
* Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project)H.Merijn Brand2009-01-021-1/+1
* Integrate:Jan Dubois2008-12-051-1/+1
* Integrate:Nicholas Clark2008-11-041-1/+1
* Integrate:Robin Barker2008-11-031-2/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Dave Mitchell2008-05-281-1/+1
* Integrate:Dave Mitchell2008-05-201-1/+1
* Integrate:Nicholas Clark2008-01-301-0/+6
* Integrate:Nicholas Clark2008-01-301-0/+9
* 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