summaryrefslogtreecommitdiff
path: root/handy.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* silence gcc 'comparison is always false' warning in MEM_WRAP_CHECKDave Mitchell2005-07-011-1/+1
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-1/+1
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-0/+6
* Dave can see a better way of doing the rounding.Nicholas Clark2005-06-021-2/+2
* Oops. My maths was too generous (by 1).Nicholas Clark2005-06-021-2/+2
* Round up all string length requests to malloc()/realloc() to the nextNicholas Clark2005-06-011-1/+4
* Updated lint infrastructureAndy Lester2005-05-261-23/+0
* attributes-two.patch, the next batchAndy Lester2005-05-091-4/+4
* A more efficient way of expressing the MALLOC_WRAP conditional compile.Nicholas Clark2005-04-181-40/+19
* Configure now probes for _LIB_VERSION support in math.h/libmH.Merijn Brand2005-04-101-1/+1
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* USE_STRLCAT and USE_STRLCPY now actually usedH.Merijn Brand2005-03-301-6/+3
* More consting goodnessAndy Lester2005-03-211-8/+8
* Since strlcat/strlcpy are not argument/return value compatibleH.Merijn Brand2004-11-011-11/+6
* The next step in strlcat ()/ strcpy () detection and usageH.Merijn Brand2004-10-311-0/+13
* Encourage compilers to tail call optimise in sv_savepv, sv_savepvnNicholas Clark2004-07-161-0/+34
* [patch] log the interpreter id in warningsStas Bekman2004-04-211-0/+16
* Unlike perl, 0 in void context isn't special cased in C :-)Nicholas Clark2004-03-241-3/+3