| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@25935
|
|
|
|
|
|
|
| |
Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
Message-ID: <20051024200458.GC2312@efn.org>
p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7
p4raw-id: //depot/perl@25837
|
|
|
|
|
|
|
| |
places where we want to use the return value of sprintf. This allows
a wrapper to be used for platforms where the C library isn't ANSI-
conformant.
p4raw-id: //depot/perl@25832
|
|
|
| |
p4raw-id: //depot/perl@25793
|
|
|
|
|
|
| |
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@25387
|
|
|
|
|
|
| |
Do not forget to run Porting/config_h.pl!
p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c
p4raw-id: //depot/perl@24934
|
|
|
|
|
|
|
|
|
|
| |
#define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS:
Subject: Re: Configure check for whether 0.0 is stored as all bits zero
From: "Craig A. Berry" <craigberry@mac.com>
Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
Date: Sat, 18 Jun 2005 18:23:59 -0500
p4raw-id: //depot/perl@24898
|
|
|
| |
p4raw-id: //depot/perl@24581
|
|
|
|
|
| |
This will save me *a lot* of manual work
p4raw-id: //depot/perl@24576
|
|
|
|
|
| |
Message-ID: <20050519173256.GA29039@petdance.com>
p4raw-id: //depot/perl@24508
|
|
|
|
|
| |
Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
p4raw-id: //depot/perl@24432
|
|
|
|
|
| |
unintendedly removed by patch #23435
p4raw-id: //depot/perl@24355
|
|
|
| |
p4raw-id: //depot/perl@24218
|
|
|
|
|
| |
LIBM_LIB_VERSION is defined if it does
p4raw-id: //depot/perl@24217
|
|
|
| |
p4raw-id: //depot/perl@24210
|
|
|
| |
p4raw-id: //depot/perl@24104
|
|
|
|
|
|
|
|
| |
(With appropriate fixups in Config.pm to complete the illusion)
Currently can only be enabled with hackery to config.sh
TODO - proper Configure support, and support for otherlibdirs in
Config.pm
p4raw-id: //depot/perl@23674
|
|
|
| |
p4raw-id: //depot/perl@23673
|
|
|
| |
p4raw-id: //depot/perl@23669
|
|
|
|
|
| |
preparation. Change to handy.h eeded for config_h.SH
p4raw-id: //depot/perl@23450
|
|
|
|
|
| |
Re-ordered config_h.SH
p4raw-id: //depot/perl@23435
|
|
|
|
|
|
|
| |
usedevel, no otherwise, but I'm expecting hints files on known
good platforms to override this. (and known bad)
Demonstration hints file for darwin.
p4raw-id: //depot/perl@22571
|
|
|
|
|
| |
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
|
|
|
|
|
| |
Message-ID: <20031218203006.GA7772@math.berkeley.edu>
p4raw-id: //depot/perl@21957
|
|
|
|
|
|
|
| |
by MULTIARCH. So go back to LONGSIZE, and (belt-
and-suspenders-and-rope style) later in UVSIZE
possibly redefine BYTEORDER.
p4raw-id: //depot/perl@20881
|
|
|
|
|
| |
Message-ID: <20030804132019.GA6764@ratsnest.hole>
p4raw-id: //depot/perl@20856
|
|
|
|
|
| |
Message-ID: <3F00C1BC.3020103@sun.com>
p4raw-id: //depot/perl@19897
|
|
|
| |
p4raw-id: //depot/perl@19608
|
|
|
| |
p4raw-id: //depot/perl@19604
|
|
|
|
|
|
|
| |
Message-ID: <20030509080044.GA49820@geeknest.com>
(except for the dup.t patch which diddled with system().)
p4raw-id: //depot/perl@19518
|
|
|
| |
p4raw-id: //depot/perl@19312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[1] d_faststdio = d_stdstdio && d_stdio_ptr_lval &&
(d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
[2] usefaststdio = do we use fast stdio if we have it?
For 5.[68], we do. For anything else, we don't.
(At least, unless otherwise instructed by -Dusefaststdio.)
This means that for bleadperl we no more use stdio, but instead
default to perlio: the effect of PERLIO=perlio, in other words.
(PERLIO=stdio will still switch to using stdio.)
This change may endanger extensions using FILE*-- but if we are
to migrate fully to perlio, better start swallowing the poison now.
For maintperl, the usefaststdio still defaults to yes.
p4raw-id: //depot/perl@19286
|
|
|
|
|
| |
cyclic dependency, though, it must be broken up somehow.
p4raw-id: //depot/perl@19219
|
|
|
|
|
|
|
| |
(Also spreads more <stdlib.h> joy.)
Needs backporting to metaconfig units and introducing the new
symbols to non-Configure lands.
p4raw-id: //depot/perl@19218
|
|
|
| |
p4raw-id: //depot/perl@19021
|
|
|
|
|
|
| |
(1) Filter out negative signals.
(2) Correct sig_num* and sig_name* descriptions.
p4raw-id: //depot/perl@18971
|
|
|
|
|
| |
Message-ID: <3E669E6B.1060606@stason.org>
p4raw-id: //depot/perl@18833
|
|
|
|
|
|
| |
the random() macros were all wrong. (I don't know why
metaconfig did so much reordering of config_h.SH.)
p4raw-id: //depot/perl@18831
|
|
|
|
|
|
|
| |
are sometimes wrong
Message-ID: <874raqz8o3.fsf@vran.herceg.de>
p4raw-id: //depot/perl@18267
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
| |
p4raw-id: //depot/perl@17944
|
|
|
| |
p4raw-id: //depot/perl@17896
|
|
|
|
|
| |
Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
p4raw-id: //depot/perl@17715
|
|
|
| |
p4raw-id: //depot/perl@17671
|
|
|
| |
p4raw-id: //depot/perl@16992
|
|
|
| |
p4raw-id: //depot/perl@16711
|
|
|
| |
p4raw-id: //depot/perl@16319
|
|
|
| |
p4raw-id: //depot/perl@16293
|
|
|
| |
p4raw-id: //depot/perl@16291
|