| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 | Marcus Holland-Moritz | 2006-04-26 | 1 | -1/+1 |
* | Newxz() can use calloc() rather than malloc(), as the implementation | Nicholas Clark | 2006-04-12 | 1 | -2/+1 |
* | re-[PATCH] Re: [PATCH] Poison now in two different flavours! | Jarkko Hietaniemi | 2006-03-29 | 1 | -3/+18 |
* | Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags. | Nicholas Clark | 2006-01-28 | 1 | -0/+2 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -9/+3 |
* | More readable MEM_WRAP_CHECK_1() macro. | Gisle Aas | 2006-01-17 | 1 | -1/+1 |
* | s/superceded/superseded/g | Nicholas Clark | 2006-01-10 | 1 | -1/+1 |
* | hv_fetchs() support | Andy Lester | 2006-01-06 | 1 | -0/+1 |
* | More copyright updates | Rafael Garcia-Suarez | 2006-01-04 | 1 | -1/+1 |
* | Move all the xxxpvs() macros to handy.h. | Gisle Aas | 2006-01-04 | 1 | -0/+12 |
* | Fix typo in comment. | Gisle Aas | 2006-01-04 | 1 | -1/+1 |
* | Introduce STR_WITH_LEN macro in the form suggested by Chip. | Gisle Aas | 2006-01-04 | 1 | -0/+3 |
* | Add probe for snprintf () and vsnprintf () | Steve Peters | 2006-01-03 | 1 | -1/+1 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -4/+1 |
* | Fix breakages that prevended -DPERL_POISON from compiling. | Nicholas Clark | 2005-11-13 | 1 | -1/+1 |
* | futimes [PATCH] | Gisle Aas | 2005-10-31 | 1 | -1/+1 |
* | revive probe for futimes () | H.Merijn Brand | 2005-10-31 | 1 | -1/+1 |
* | Add probe for clearenv (), like #25733 for unsetenv () | H.Merijn Brand | 2005-10-18 | 1 | -1/+1 |
* | environ fixup | Alan Burlison | 2005-10-11 | 1 | -1/+1 |
* | Add probe for unsetenv () | Steve Peters | 2005-10-10 | 1 | -1/+1 |
* | The New*() compatibility macros aren't needed inside the perl core. | Nicholas Clark | 2005-09-22 | 1 | -0/+3 |
* | Detection of malloc_size and malloc_good_size | H.Merijn Brand | 2005-09-12 | 1 | -1/+1 |
* | Re: [PATCH] Tru64: use -c99 for ccflags if available | Jarkko Hietaniemi | 2005-07-28 | 1 | -1/+1 |
* | Fix Newz() backwards-compatibility macro | Steve Hay | 2005-07-20 | 1 | -1/+1 |
* | move NSIG logic | Jarkko Hietaniemi | 2005-07-20 | 1 | -58/+0 |
* | allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump) | Jarkko Hietaniemi | 2005-07-19 | 1 | -11/+70 |
* | Make PERL_MEM_LOG more portable. | Jarkko Hietaniemi | 2005-07-12 | 1 | -4/+6 |
* | Fix worrying typo in handy.h :-s | Steve Hay | 2005-07-12 | 1 | -1/+1 |
* | Change New*() to Newx*() in various comments and documentation | Steve Hay | 2005-07-12 | 1 | -1/+1 |
* | [patch: handy.c] update Newx API pod to mention PERL_MEM_LOG build opt | Jim Cromie | 2005-07-12 | 1 | -7/+8 |
* | yet another way of debugging memory allocations | Jarkko Hietaniemi | 2005-07-10 | 1 | -6/+52 |
* | yet another way of debugging memory allocations | Jarkko Hietaniemi | 2005-07-10 | 1 | -7/+29 |
* | extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_* | Dave Mitchell | 2005-07-10 | 1 | -3/+3 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -6/+16 |
* | Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up | Nicholas Clark | 2005-07-02 | 1 | -1/+1 |
* | silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK | Dave Mitchell | 2005-07-01 | 1 | -1/+1 |
* | We're going round in circles with pp_sys.c | Andy Lester | 2005-06-27 | 1 | -1/+1 |
* | Add a define PERL_POISON which tries to trip up anything accessing | Nicholas Clark | 2005-06-23 | 1 | -0/+6 |
* | Dave can see a better way of doing the rounding. | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | Oops. My maths was too generous (by 1). | Nicholas Clark | 2005-06-02 | 1 | -2/+2 |
* | Round up all string length requests to malloc()/realloc() to the next | Nicholas Clark | 2005-06-01 | 1 | -1/+4 |
* | Updated lint infrastructure | Andy Lester | 2005-05-26 | 1 | -23/+0 |
* | attributes-two.patch, the next batch | Andy Lester | 2005-05-09 | 1 | -4/+4 |
* | A more efficient way of expressing the MALLOC_WRAP conditional compile. | Nicholas Clark | 2005-04-18 | 1 | -40/+19 |
* | Configure now probes for _LIB_VERSION support in math.h/libm | H.Merijn Brand | 2005-04-10 | 1 | -1/+1 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | USE_STRLCAT and USE_STRLCPY now actually used | H.Merijn Brand | 2005-03-30 | 1 | -6/+3 |
* | More consting goodness | Andy Lester | 2005-03-21 | 1 | -8/+8 |
* | Since strlcat/strlcpy are not argument/return value compatible | H.Merijn Brand | 2004-11-01 | 1 | -11/+6 |
* | The next step in strlcat ()/ strcpy () detection and usage | H.Merijn Brand | 2004-10-31 | 1 | -0/+13 |