| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@19900
|
|
|
|
|
| |
Message-ID: <3F00C1BC.3020103@sun.com>
p4raw-id: //depot/perl@19897
|
|
|
| |
p4raw-id: //depot/perl@19760
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@19742
|
|
|
| |
p4raw-id: //depot/perl@19710
|
|
|
| |
p4raw-id: //depot/perl@19709
|
|
|
| |
p4raw-id: //depot/perl@19604
|
|
|
|
|
|
|
| |
Message-ID: <3EC40403.9000804@sun.com>
(fixed symbol scanning for Solaris 10)
p4raw-id: //depot/perl@19545
|
|
|
|
|
|
|
| |
Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
(Part #1: the __format__ and __printf__)
p4raw-id: //depot/perl@19527
|
|
|
|
|
|
|
| |
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@19440
|
|
|
|
|
| |
a archname.cbu in their hints files.
p4raw-id: //depot/perl@19437
|
|
|
| |
p4raw-id: //depot/perl@19436
|
|
|
| |
p4raw-id: //depot/perl@19387
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@19386
|
|
|
|
|
| |
Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
p4raw-id: //depot/perl@19385
|
|
|
|
|
| |
chance of actually doing something.
p4raw-id: //depot/perl@19337
|
|
|
|
|
| |
Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@19334
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@19278
|
|
|
|
|
|
| |
(And undo a doublesize probe glitch from change #19272.)
p4raw-link: @19272 on //depot/perl: fe63a0b4487686a4d99ab713bc73995cff5ffdc0
p4raw-id: //depot/perl@19273
|
|
|
|
|
|
|
|
| |
drop back to doubles anymore, therefore abort.
Pointed out by Slaven Rezic. (I tried to fix this
via metaconfig but ended up with a vicious cyclic
dependency.)
p4raw-id: //depot/perl@19272
|
|
|
| |
p4raw-id: //depot/perl@19253
|
|
|
|
|
|
|
|
|
| |
importantly allocate the buffer from the heap using
malloc, not from the stack: using stack causes unaligned
access in LP64 Solaris since stack data is not guaranteed
to be 64-bit aligned, while a fd_set is (it has 1024 longs).
(via Alan Burlison)
p4raw-id: //depot/perl@19248
|
|
|
| |
p4raw-id: //depot/perl@19228
|
|
|
| |
p4raw-id: //depot/perl@19224
|
|
|
| |
p4raw-id: //depot/perl@19221
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 19106]
Subject: [PATCH 5.8.1 @19053] OS/2-related patches
Message-ID: <20030331204337.GA3634@math.berkeley.edu>
and regen Configure.
p4raw-link: @19106 on //depot/maint-5.8/perl: 8257dec7ed17c0d4d721411d2a781ceadf724da5
p4raw-id: //depot/perl@19120
p4raw-edited: from //depot/maint-5.8/perl@19118 'edit in' embedvar.h
(@18804..)
p4raw-integrated: from //depot/maint-5.8/perl@19118 'copy in'
os2/Makefile.SHs os2/OS2/ExtAttr/Changes
os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2thread.h (@17645..)
ext/threads/threads.xs (@18619..) perlio.c (@18948..)
Makefile.SH (@19061..) 'ignore' embed.pl (@18872..) embed.h
(@19011..) embed.fnc (@19030..) 'merge in' os2/os2ish.h
(@17645..) os2/os2.c (@18347..) perlapi.h (@18804..) perlvars.h
(@18808..) makedef.pl (@18896..) intrpvar.h (@18920..) sv.c
(@18961..)
p4raw-edited: from //depot/maint-5.8/perl@19106 'edit in' Configure
(@19040..)
p4raw-integrated: from //depot/maint-5.8/perl@19106 'copy in' reentr.h
(@18850..) reentr.c reentr.pl (@18922..)
|
|
|
| |
p4raw-id: //depot/perl@19021
|
|
|
|
|
|
|
|
|
|
| |
based on the cpp results (not by really running code), testing
for the signum value is not really helpful if we have runtime
function calls (some signal numbers are dynamic, for example)
(or other extra stuff where the signum value is expected).
(Runtimeness also means that Configure cannot get these right,
anyway.) Better filter in just the constant non-negative numbers.
p4raw-id: //depot/perl@18973
|
|
|
|
|
|
| |
(1) Filter out negative signals.
(2) Correct sig_num* and sig_name* descriptions.
p4raw-id: //depot/perl@18971
|
|
|
|
|
| |
test to use return (could have used that for all, sigh).
p4raw-id: //depot/perl@18959
|
|
|
| |
p4raw-id: //depot/perl@18944
|
|
|
| |
p4raw-id: //depot/perl@18932
|
|
|
| |
p4raw-id: //depot/perl@18929
|
|
|
| |
p4raw-id: //depot/perl@18923
|
|
|
|
|
| |
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
|
|
|
|
|
| |
(Made Solaris go boom.)
p4raw-id: //depot/perl@18644
|
|
|
| |
p4raw-id: //depot/perl@18626
|
|
|
| |
p4raw-id: //depot/perl@18624
|
|
|
| |
p4raw-id: //depot/perl@18586
|
|
|
|
|
| |
Message-ID: <spPE+gzkg+6F092yn@efn.org>
p4raw-id: //depot/perl@18538
|
|
|
| |
p4raw-id: //depot/perl@18304
|
|
|
|
|
| |
From: "Todd C. Miller" <Todd.Miller at courtesan.com>
p4raw-id: //depot/perl@18182
|
|
|
|
|
| |
Message-ID: <20021120151830.GC127060@lyta.hut.fi>
p4raw-id: //depot/perl@18168
|
|
|
| |
p4raw-id: //depot/perl@18141
|