| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Many strlen()s saved.
p4raw-id: //depot/perl@26983
|
|
|
|
|
|
|
|
| |
Keep NEWSV() itself for backwards-compatibility outside of the core,
but don't advertise it any more.
(cf. change #25101).
p4raw-link: @25101 on //depot/perl: a02a5408b2f199007c4dcb74559cc79066307ada
p4raw-id: //depot/perl@26901
|
|
|
|
|
|
| |
This form also avoids the "dead part of constant expression is nonconstant"
warning from the Sun Studio 10 compiler.
p4raw-id: //depot/perl@26871
|
|
|
| |
p4raw-id: //depot/perl@26774
|
|
|
|
|
| |
Message-ID: <20060106155719.GB9035@petdance.com>
p4raw-id: //depot/perl@26676
|
|
|
| |
p4raw-id: //depot/perl@26652
|
|
|
|
|
|
| |
This brings them closer to STR_WITH_LEN. Besides only half
of them were sv-related after change 26649.
p4raw-id: //depot/perl@26650
|
|
|
| |
p4raw-id: //depot/perl@26636
|
|
|
| |
p4raw-id: //depot/perl@26635
|
|
|
|
|
|
| |
Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@26606
|
|
|
|
|
|
|
| |
Message-ID: <20051227203939.GC1781@petdance.com>
Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
p4raw-id: //depot/perl@26505
|
|
|
| |
p4raw-id: //depot/perl@26112
|
|
|
|
|
| |
Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
p4raw-id: //depot/perl@25941
|
|
|
| |
p4raw-id: //depot/perl@25935
|
|
|
| |
p4raw-id: //depot/perl@25793
|
|
|
|
|
| |
Message-ID: <434BDA72.4090109@sun.com>
p4raw-id: //depot/perl@25737
|
|
|
|
|
|
| |
Subject: Re: Perl's handling of environ breaks on Solaris 10
Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
p4raw-id: //depot/perl@25733
|
|
|
| |
p4raw-id: //depot/perl@25570
|
|
|
| |
p4raw-id: //depot/perl@25387
|
|
|
|
|
|
| |
Message-ID: <42E882DF.6020100@gmail.com>
Message-ID: <42E86DE9.6090709@gmail.com>
p4raw-id: //depot/perl@25231
|
|
|
| |
p4raw-id: //depot/perl@25196
|
|
|
|
|
| |
Message-ID: <42DDF5E8.1060100@gmail.com>
p4raw-id: //depot/perl@25191
|
|
|
|
|
| |
Message-ID: <42DCC278.2010009@gmail.com>
p4raw-id: //depot/perl@25185
|
|
|
|
|
| |
Message-Id: <42D2663A.4050204@gmail.com>
p4raw-id: //depot/perl@25128
|
|
|
| |
p4raw-id: //depot/perl@25117
|
|
|
| |
p4raw-id: //depot/perl@25116
|
|
|
|
|
|
|
| |
Message-ID: <42D31A4A.1020305@divsol.com>
(with some minor tweaks)
p4raw-id: //depot/perl@25115
|
|
|
|
|
|
|
| |
Message-ID: <42D16DF3.4040806@gmail.com>
tweak PERL_MEM_LOG
p4raw-id: //depot/perl@25109
|
|
|
|
|
|
|
| |
Message-ID: <42D0F25E.3040801@gmail.com>
adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
p4raw-id: //depot/perl@25105
|
|
|
| |
p4raw-id: //depot/perl@25103
|
|
|
|
|
|
|
|
| |
Message-ID: <42CC3CE9.5050606@divsol.com>
(reverted all dual-lived modules since they must work with older
perls too so must wait for a new Devel::PPPort)
p4raw-id: //depot/perl@25101
|
|
|
|
|
|
| |
a different compiler warnings. I guess we need a waterbed theory of
compiler warnings.
p4raw-id: //depot/perl@25055
|
|
|
|
|
|
| |
Only a partial fix: works where sizeof(type)==1; since we
can never wraparound in that case, disarm the check
p4raw-id: //depot/perl@25034
|
|
|
|
|
|
|
| |
Message-ID: <20050627180659.GB29744@petdance.com>
(edited)
p4raw-id: //depot/perl@24997
|
|
|
|
|
|
| |
freed or uninitialised memory. Currently only Poison()s freed
pointers.
p4raw-id: //depot/perl@24959
|
|
|
| |
p4raw-id: //depot/perl@24678
|
|
|
| |
p4raw-id: //depot/perl@24673
|
|
|
|
|
|
|
| |
multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
internally will quantise, and so we're going to use space that
otherwise would be wasted. Hopefully this will save realloc()ing.
p4raw-id: //depot/perl@24665
|
|
|
|
|
| |
Message-ID: <20050525173139.GB1701@petdance.com>
p4raw-id: //depot/perl@24580
|
|
|
|
|
| |
Message-ID: <20050509154518.GA18273@petdance.com>
p4raw-id: //depot/perl@24431
|
|
|
| |
p4raw-id: //depot/perl@24243
|
|
|
|
|
| |
LIBM_LIB_VERSION is defined if it does
p4raw-id: //depot/perl@24217
|
|
|
| |
p4raw-id: //depot/perl@24106
|
|
|
|
|
|
| |
LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
for future use
p4raw-id: //depot/perl@24102
|
|
|
|
|
| |
Message-ID: <20050319072830.GA7721@petdance.com>
p4raw-id: //depot/perl@24049
|
|
|
|
|
| |
with strncat/strncpy, replace the misleading defines with comment
p4raw-id: //depot/perl@23455
|
|
|
|
|
| |
preparation. Change to handy.h eeded for config_h.SH
p4raw-id: //depot/perl@23450
|
|
|
|
|
|
| |
and sv_savesharedpv. Need to create non-void returning versions of
Copy and Zero, as the existing macros deliberately cast to (void)
p4raw-id: //depot/perl@23126
|
|
|
|
|
| |
Message-ID: <40847869.1000906@stason.org>
p4raw-id: //depot/perl@22721
|
|
|
|
|
|
| |
(So it warns). Tweak the no-action malloc wrap checkers to avoid
warnings.
p4raw-id: //depot/perl@22577
|