summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo in comment.Gisle Aas2006-01-041-1/+1
* Introduce STR_WITH_LEN macro in the form suggested by Chip.Gisle Aas2006-01-041-0/+3
* Add probe for snprintf () and vsnprintf ()Steve Peters2006-01-031-1/+1
* pre-likely cleanupAndy Lester2005-12-271-4/+1
* Fix breakages that prevended -DPERL_POISON from compiling.Nicholas Clark2005-11-131-1/+1
* futimes [PATCH]Gisle Aas2005-10-311-1/+1
* revive probe for futimes ()H.Merijn Brand2005-10-311-1/+1
* Add probe for clearenv (), like #25733 for unsetenv ()H.Merijn Brand2005-10-181-1/+1
* environ fixupAlan Burlison2005-10-111-1/+1
* Add probe for unsetenv ()Steve Peters2005-10-101-1/+1
* The New*() compatibility macros aren't needed inside the perl core.Nicholas Clark2005-09-221-0/+3
* Detection of malloc_size and malloc_good_sizeH.Merijn Brand2005-09-121-1/+1
* Re: [PATCH] Tru64: use -c99 for ccflags if availableJarkko Hietaniemi2005-07-281-1/+1
* Fix Newz() backwards-compatibility macroSteve Hay2005-07-201-1/+1
* move NSIG logicJarkko Hietaniemi2005-07-201-58/+0
* allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)Jarkko Hietaniemi2005-07-191-11/+70
* Make PERL_MEM_LOG more portable.Jarkko Hietaniemi2005-07-121-4/+6
* Fix worrying typo in handy.h :-sSteve Hay2005-07-121-1/+1
* Change New*() to Newx*() in various comments and documentationSteve Hay2005-07-121-1/+1
* [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build optJim Cromie2005-07-121-7/+8
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-6/+52
* yet another way of debugging memory allocationsJarkko Hietaniemi2005-07-101-7/+29
* extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*Dave Mitchell2005-07-101-3/+3
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-6/+16
* Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut upNicholas Clark2005-07-021-1/+1