| Commit message (Expand) | Author | Age | Files | Lines |
* | Add probes for *time64 () functions | H.Merijn Brand | 2008-10-03 | 1 | -1/+9 |
* | Add probes for LOCALTIME_max and LOCALTIME_min (y2038 project) | H.Merijn Brand | 2008-09-15 | 1 | -1/+1 |
* | Probe for timegm | H.Merijn Brand | 2008-07-07 | 1 | -1/+1 |
* | Part one of y2038 changes for Schwern | H.Merijn Brand | 2008-07-07 | 1 | -1/+1 |
* | If the C library provides malloc_size(), we can use that in the same | Nicholas Clark | 2008-02-26 | 1 | -1/+1 |
* | The return of USE_DTRACE | H.Merijn Brand | 2008-01-23 | 1 | -1/+1 |
* | Add newSVpvs_flags() as a wrapper to newSVpvn_flags(), and rework | Nicholas Clark | 2008-01-03 | 1 | -0/+6 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+9 |
* | Remove the definitions of Null(), Nullch, Nullfp, Nullsv and PL_na | Nicholas Clark | 2007-12-22 | 1 | -6/+8 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Optimise the logic in isPRINT(), possible following Jarkko's bugfix | Nicholas Clark | 2007-10-06 | 1 | -1/+1 |
* | Add a new function Perl_hv_common_key_len(), which contains the | Nicholas Clark | 2007-09-20 | 1 | -2/+8 |
* | Add Perl_my_dirfd() to util.c | Steve Peters | 2007-05-01 | 1 | -1/+1 |
* | stop the cargo cult of (MEM_SIZE)~0 | Jarkko Hietaniemi | 2007-03-27 | 1 | -2/+4 |
* | Move CHECK_WORD in regcomp.c to a more generic memEQs() in handy.h | Nicholas Clark | 2007-03-23 | 1 | -0/+4 |
* | Introduction of d_pseudofork | H.Merijn Brand | 2006-12-05 | 1 | -1/+1 |
* | Configure patch to add detection for DIR.dd_fd member variable | Steve Peters | 2006-11-08 | 1 | -1/+1 |
* | The non-unix parts for localtime_r_needs_tzset | H.Merijn Brand | 2006-11-06 | 1 | -1/+1 |
* | solution(?) to the "warning: comparison is always false dueto limited range o... | Jarkko Hietaniemi | 2006-08-01 | 1 | -1/+4 |
* | The sv_catpvs() and sv_setpvs() macros also return void. | Marcus Holland-Moritz | 2006-05-24 | 1 | -2/+2 |
* | HAS_HAS WAS NOW HAS | H.Merijn Brand | 2006-05-23 | 1 | -1/+1 |
* | If I needed this now, I'll probably need it next time too :) | H.Merijn Brand | 2006-05-22 | 1 | -1/+1 |
* | literal string macros | Marcus Holland-Moritz | 2006-05-22 | 1 | -0/+40 |
* | Document PoisonFree() instead of documenting Poison() twice. | Marcus Holland-Moritz | 2006-05-21 | 1 | -1/+1 |
* | 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 |