2009-11-14 |
Karl Williamson |
add code for Unicode semantics for non-utf8 latin1... |
blob | commitdiff |
2009-11-10 |
Sisyphus |
Add mingw64 support |
blob | commitdiff | diff to current |
2009-10-16 |
Nicholas Clark |
Enable deprecation warnings by default. |
blob | commitdiff | diff to current |
2009-10-13 |
Nicholas Clark |
Replace Perl_deprecate() with a macro that calls Perl_c... |
blob | commitdiff | diff to current |
2009-09-13 |
Rafael Garcia-Suarez |
Remove obsolete functions is_uni_alnumc, is_uni_alnumc_... |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie |
drop remaining mentions of PERL_MEM_LOG_FOO envars |
blob | commitdiff | diff to current |
2009-06-21 |
Jim Cromie |
invert and rename PERL_MEM_LOG_STDERR to PERL_MEM_LOG_N... |
blob | commitdiff | diff to current |
2009-03-29 |
David Mitchell |
provide minimal documentation for the MUTABLE_*() macros |
blob | commitdiff | diff to current |
2009-03-25 |
H.Merijn Brand |
Detection of IPv6 clueful functions by Configure (part 1) |
blob | commitdiff | diff to current |
2009-01-21 |
Nicholas Clark |
Add get_cvs() as a shortcut for STR_WITH_LEN() and... |
blob | commitdiff | diff to current |
2008-12-19 |
Steve Peters |
Subject: PATCH 5.10 documentation |
blob | commitdiff | diff to current |
2008-11-03 |
Marcus Holland-Moritz |
The breakage caused by #34653 (sh|c)ould have been... |
blob | commitdiff | diff to current |
2008-11-02 |
Rafael Garcia-Suarez |
Explicitly specify some printf formats for constant... |
blob | commitdiff | diff to current |
2008-10-31 |
Nicholas Clark |
Add MUTABLE_GV(), and eliminate (V *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_IO(), and eliminate (IO *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-29 |
Nicholas Clark |
Add MUTABLE_CV(), and eliminate (CV *) casts in *.c. |
blob | commitdiff | diff to current |
2008-10-28 |
Nicholas Clark |
Add MUTABLE_HV(), and remove (HV *) casts from headers. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
MHX notes that I have a superfluous void cast. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Add MUTABLE_AV(), and remove (AV *) casts from headers. |
blob | commitdiff | diff to current |
2008-10-27 |
Nicholas Clark |
Add a macro MUTABLE_PTR(p), which on (non-pedantic... |
blob | commitdiff | diff to current |
2008-10-26 |
Marcus Holland-Moritz |
Make sure Perl_mem_log_(?:alloc|realloc|free) have... |
blob | commitdiff | diff to current |
2008-10-25 |
Nicholas Clark |
Update copyright years. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Make C++ compilers happy #4: move cast so Newc() and |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Make C++ compilers happy #1: "typename" is a C++ keyword. |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Add SV allocation tracing to -Dm and PERL_MEM_LOG |
blob | commitdiff | diff to current |
2008-10-24 |
Marcus Holland-Moritz |
Refactor Perl_mem_log_ functions |
blob | commitdiff | diff to current |
2008-10-03 |
H.Merijn Brand |
Add probes for *time64 () functions |
blob | commitdiff | diff to current |
2008-09-15 |
H.Merijn Brand |
Add probes for LOCALTIME_max and LOCALTIME_min (y2038... |
blob | commitdiff | diff to current |
2008-07-07 |
H.Merijn Brand |
Probe for timegm |
blob | commitdiff | diff to current |
2008-07-07 |
H.Merijn Brand |
Part one of y2038 changes for Schwern |
blob | commitdiff | diff to current |
2008-02-26 |
Nicholas Clark |
If the C library provides malloc_size(), we can use... |
blob | commitdiff | diff to current |
2008-01-23 |
H.Merijn Brand |
The return of USE_DTRACE |
blob | commitdiff | diff to current |
2008-01-03 |
Nicholas Clark |
Add newSVpvs_flags() as a wrapper to newSVpvn_flags... |
blob | commitdiff | diff to current |
2008-01-01 |
Marcus Holland-Moritz |
Add editor blocks to some header files. |
blob | commitdiff | diff to current |
2007-12-22 |
Nicholas Clark |
Remove the definitions of Null(), Nullch, Nullfp, Nulls... |
blob | commitdiff | diff to current |
2007-11-07 |
Nicholas Clark |
Fix up copyright years for files modified in 2007. |
blob | commitdiff | diff to current |
2007-10-06 |
Nicholas Clark |
Optimise the logic in isPRINT(), possible following... |
blob | commitdiff | diff to current |
2007-09-20 |
Nicholas Clark |
Add a new function Perl_hv_common_key_len(), which... |
blob | commitdiff | diff to current |
2007-05-01 |
Steve Peters |
Add Perl_my_dirfd() to util.c |
blob | commitdiff | diff to current |
2007-03-27 |
Jarkko Hietaniemi |
stop the cargo cult of (MEM_SIZE)~0 |
blob | commitdiff | diff to current |
2007-03-23 |
Nicholas Clark |
Move CHECK_WORD in regcomp.c to a more generic memEQs... |
blob | commitdiff | diff to current |
2006-12-05 |
H.Merijn Brand |
Introduction of d_pseudofork |
blob | commitdiff | diff to current |
2006-11-08 |
Steve Peters |
Configure patch to add detection for DIR.dd_fd member... |
blob | commitdiff | diff to current |
2006-11-06 |
H.Merijn Brand |
The non-unix parts for localtime_r_needs_tzset |
blob | commitdiff | diff to current |
2006-08-01 |
Jarkko Hietaniemi |
solution(?) to the "warning: comparison is always false... |
blob | commitdiff | diff to current |
2006-05-24 |
Marcus Holland-Moritz |
The sv_catpvs() and sv_setpvs() macros also return... |
blob | commitdiff | diff to current |
2006-05-23 |
H.Merijn Brand |
HAS_HAS WAS NOW HAS |
blob | commitdiff | diff to current |
2006-05-22 |
H.Merijn Brand |
If I needed this now, I'll probably need it next time... |
blob | commitdiff | diff to current |
2006-05-22 |
Marcus Holland-Moritz |
literal string macros |
blob | commitdiff | diff to current |
2006-05-21 |
Marcus Holland-Moritz |
Document PoisonFree() instead of documenting Poison... |
blob | commitdiff | diff to current |
2006-04-26 |
Marcus Holland-Moritz |
Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2 |
blob | commitdiff | diff to current |
2006-04-12 |
Nicholas Clark |
Newxz() can use calloc() rather than malloc(), as the... |
blob | commitdiff | diff to current |
2006-03-29 |
Jarkko Hietaniemi |
re-[PATCH] Re: [PATCH] Poison now in two different... |
blob | commitdiff | diff to current |
2006-01-28 |
Nicholas Clark |
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fet... |
blob | commitdiff | diff to current |
2006-01-18 |
Steve Hay |
Change all NEWSV() to newSV() in the core and non-dual... |
blob | commitdiff | diff to current |
2006-01-17 |
Gisle Aas |
More readable MEM_WRAP_CHECK_1() macro. |
blob | commitdiff | diff to current |
2006-01-10 |
Nicholas Clark |
s/superceded/superseded/g |
blob | commitdiff | diff to current |
2006-01-06 |
Andy Lester |
hv_fetchs() support |
blob | commitdiff | diff to current |
2006-01-04 |
Rafael Garcia-Suarez |
More copyright updates |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Move all the xxxpvs() macros to handy.h. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Fix typo in comment. |
blob | commitdiff | diff to current |
2006-01-04 |
Gisle Aas |
Introduce STR_WITH_LEN macro in the form suggested... |
blob | commitdiff | diff to current |
2006-01-03 |
Steve Peters |
Add probe for snprintf () and vsnprintf () |
blob | commitdiff | diff to current |
2005-12-27 |
Andy Lester |
pre-likely cleanup |
blob | commitdiff | diff to current |
2005-11-13 |
Nicholas Clark |
Fix breakages that prevended -DPERL_POISON from compiling. |
blob | commitdiff | diff to current |
2005-10-31 |
Gisle Aas |
futimes [PATCH] |
blob | commitdiff | diff to current |
2005-10-31 |
H.Merijn Brand |
revive probe for futimes () |
blob | commitdiff | diff to current |
2005-10-18 |
H.Merijn Brand |
Add probe for clearenv (), like #25733 for unsetenv () |
blob | commitdiff | diff to current |
2005-10-11 |
Alan Burlison |
environ fixup |
blob | commitdiff | diff to current |
2005-10-10 |
Steve Peters |
Add probe for unsetenv () |
blob | commitdiff | diff to current |
2005-09-22 |
Nicholas Clark |
The New*() compatibility macros aren't needed inside... |
blob | commitdiff | diff to current |
2005-09-12 |
H.Merijn Brand |
Detection of malloc_size and malloc_good_size |
blob | commitdiff | diff to current |
2005-07-28 |
Jarkko Hietaniemi |
Re: [PATCH] Tru64: use -c99 for ccflags if available |
blob | commitdiff | diff to current |
2005-07-20 |
Steve Hay |
Fix Newz() backwards-compatibility macro |
blob | commitdiff | diff to current |
2005-07-20 |
Jarkko Hietaniemi |
move NSIG logic |
blob | commitdiff | diff to current |
2005-07-19 |
Jarkko Hietaniemi |
allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a... |
blob | commitdiff | diff to current |
2005-07-12 |
Jarkko Hietaniemi |
Make PERL_MEM_LOG more portable. |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Fix worrying typo in handy.h :-s |
blob | commitdiff | diff to current |
2005-07-12 |
Steve Hay |
Change New*() to Newx*() in various comments and docume... |
blob | commitdiff | diff to current |
2005-07-12 |
Jim Cromie |
[patch: handy.c] update Newx API pod to mention PERL_M... |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-10 |
Jarkko Hietaniemi |
yet another way of debugging memory allocations |
blob | commitdiff | diff to current |
2005-07-10 |
Dave Mitchell |
extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_... |
blob | commitdiff | diff to current |
2005-07-08 |
Jim Cromie |
Re: janitorial work ? [patch] |
blob | commitdiff | diff to current |
2005-07-02 |
Nicholas Clark |
Andy suggests this tweak to Dave's fix for MEM_WRAP_CHE... |
blob | commitdiff | diff to current |
2005-07-01 |
Dave Mitchell |
silence gcc 'comparison is always false' warning in... |
blob | commitdiff | diff to current |
2005-06-27 |
Andy Lester |
We're going round in circles with pp_sys.c |
blob | commitdiff | diff to current |
2005-06-23 |
Nicholas Clark |
Add a define PERL_POISON which tries to trip up anythin... |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark |
Dave can see a better way of doing the rounding. |
blob | commitdiff | diff to current |
2005-06-02 |
Nicholas Clark |
Oops. My maths was too generous (by 1). |
blob | commitdiff | diff to current |
2005-06-01 |
Nicholas Clark |
Round up all string length requests to malloc()/realloc... |
blob | commitdiff | diff to current |
2005-05-26 |
Andy Lester |
Updated lint infrastructure |
blob | commitdiff | diff to current |
2005-05-09 |
Andy Lester |
attributes-two.patch, the next batch |
blob | commitdiff | diff to current |
2005-04-18 |
Nicholas Clark |
A more efficient way of expressing the MALLOC_WRAP... |
blob | commitdiff | diff to current |
2005-04-10 |
H.Merijn Brand |
Configure now probes for _LIB_VERSION support in math... |
blob | commitdiff | diff to current |
2005-03-30 |
Rafael Garcia-Suarez |
Update copyrights. |
blob | commitdiff | diff to current |
2005-03-30 |
H.Merijn Brand |
USE_STRLCAT and USE_STRLCPY now actually used |
blob | commitdiff | diff to current |
2005-03-21 |
Andy Lester |
More consting goodness |
blob | commitdiff | diff to current |
2004-11-01 |
H.Merijn Brand |
Since strlcat/strlcpy are not argument/return value... |
blob | commitdiff | diff to current |
2004-10-31 |
H.Merijn Brand |
The next step in strlcat ()/ strcpy () detection and... |
blob | commitdiff | diff to current |
next |