| Commit message (Expand) | Author | Age | Files | Lines |
* | add code for Unicode semantics for non-utf8 latin1 chars | Karl Williamson | 2009-11-14 | 1 | -1/+12 |
* | Add mingw64 support | Sisyphus | 2009-11-09 | 1 | -2/+7 |
* | Enable deprecation warnings by default. | Nicholas Clark | 2009-10-16 | 1 | -1/+1 |
* | Replace Perl_deprecate() with a macro that calls Perl_ck_warner() | Nicholas Clark | 2009-10-13 | 1 | -0/+7 |
* | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc, is_utf8_alnumc | Rafael Garcia-Suarez | 2009-09-13 | 1 | -3/+0 |
* | drop remaining mentions of PERL_MEM_LOG_FOO envars | Jim Cromie | 2009-06-21 | 1 | -1/+1 |
* | invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_NOIMPL | Jim Cromie | 2009-06-21 | 1 | -2/+4 |
* | provide minimal documentation for the MUTABLE_*() macros | David Mitchell | 2009-03-29 | 1 | -0/+9 |
* | Detection of IPv6 clueful functions by Configure (part 1) | H.Merijn Brand | 2009-03-25 | 1 | -12/+9 |
* | Add get_cvs() as a shortcut for STR_WITH_LEN() and Perl_get_cvn_flags(), and | Nicholas Clark | 2009-01-21 | 1 | -0/+2 |
* | Subject: PATCH 5.10 documentation | Steve Peters | 2008-12-19 | 1 | -12/+15 |
* | The breakage caused by #34653 (sh|c)ould have been detected | Marcus Holland-Moritz | 2008-11-03 | 1 | -1/+1 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -2/+2 |
* | Add MUTABLE_GV(), and eliminate (V *) casts in *.c. | Nicholas Clark | 2008-10-31 | 1 | -0/+1 |
* | Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -0/+1 |
* | Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -0/+1 |
* | Add MUTABLE_HV(), and remove (HV *) casts from headers. | Nicholas Clark | 2008-10-28 | 1 | -0/+1 |
* | MHX notes that I have a superfluous void cast. | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Add MUTABLE_AV(), and remove (AV *) casts from headers. | Nicholas Clark | 2008-10-27 | 1 | -0/+1 |
* | Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not cast | Nicholas Clark | 2008-10-27 | 1 | -0/+7 |
* | Make sure Perl_mem_log_(?:alloc|realloc|free) have C linkage, | Marcus Holland-Moritz | 2008-10-26 | 1 | -4/+5 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Make C++ compilers happy #4: move cast so Newc() and | Marcus Holland-Moritz | 2008-10-24 | 1 | -7/+7 |
* | Make C++ compilers happy #1: "typename" is a C++ keyword. | Marcus Holland-Moritz | 2008-10-24 | 1 | -2/+2 |
* | Add SV allocation tracing to -Dm and PERL_MEM_LOG | Marcus Holland-Moritz | 2008-10-24 | 1 | -1/+6 |
* | Refactor Perl_mem_log_ functions | Marcus Holland-Moritz | 2008-10-24 | 1 | -2/+12 |
* | 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 |