| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- regen.pl renamed as regen_lib.pl
- regen_headers.pl renamed as regen.pl
- added make target 'regen' (kept target 'regen_headers'
for porters' brains' backward compatibility)
- regen.pl fancified a bit to display the names
of the files that got changed by running the scripts
p4raw-id: //depot/perl@18851
|
|
|
| |
p4raw-id: //depot/perl@18848
|
|
|
| |
p4raw-id: //depot/perl@18847
|
|
|
|
|
|
|
|
| |
Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
(plus change the d_gethostbyaddr_r_proto default to "0",
that is what an undefined r_proto looks like)
p4raw-id: //depot/perl@18846
|
|
|
|
|
|
| |
(Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
in non-glibc case", from Craig Berry)
p4raw-id: //depot/perl@18845
|
|
|
| |
p4raw-id: //depot/perl@18844
|
|
|
|
|
| |
by Salvador Fandiño.
p4raw-id: //depot/perl@18843
|
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <kane@dwim.org>
Message-ID: <3E567F21.6020006@dwim.org>
(with some minor tweaks)
p4raw-id: //depot/perl@18842
|
|
|
|
|
| |
Message-ID: <20030302040522.GB4905@ratsnest.hole>
p4raw-id: //depot/perl@18841
|
|
|
|
|
| |
Message-ID: <20030305100620.GA909@ratsnest.hole>
p4raw-id: //depot/perl@18840
|
|
|
|
|
|
| |
From: "Craig A. Berry" <craigberry@mac.com>
Message-ID: <3E677A5D.10805@mac.com>
p4raw-id: //depot/perl@18839
|
|
|
| |
p4raw-id: //depot/perl@18838
|
|
|
| |
p4raw-id: //depot/perl@18837
|
|
|
| |
p4raw-id: //depot/perl@18836
|
|
|
| |
p4raw-id: //depot/perl@18835
|
|
|
|
|
| |
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
|
|
|
| |
p4raw-id: //depot/perl@18830
|
|
|
|
|
|
|
|
| |
returned by caller() and ${^WARNING_BITS} from
$warnings::Bits{all} and not from the hardcoded core
constant. (This mask could have been extended by
warnings::register.) Plus tests.
p4raw-id: //depot/perl@18829
|
|
|
|
|
|
|
|
|
|
| |
Message-ID: <3E566138.4090709@yahoo.com>
and the complement : (with added comments)
Subject: [PATCH] bug in ext/B/t/deparse.t
Message-ID: <3E563E16.7060303@yahoo.com>
plus perldiag.pod patch for the new warning
(previous change was, once again, empty)
p4raw-id: //depot/perl@18828
|
|
|
|
|
|
|
|
|
| |
Message-ID: <3E566138.4090709@yahoo.com>
and the complement : (with added comments)
Subject: [PATCH] bug in ext/B/t/deparse.t
Message-ID: <3E563E16.7060303@yahoo.com>
plus perldiag.pod patch for the new warning
p4raw-id: //depot/perl@18827
|
|
|
|
|
| |
The variant is from how List::Util Util.xs does it.
p4raw-id: //depot/perl@18826
|
|
|
| |
p4raw-id: //depot/perl@18825
|
|
|
| |
p4raw-id: //depot/perl@18823
|
|
|
|
|
| |
Message-ID: <20030302034354.GA4905@ratsnest.hole>
p4raw-id: //depot/perl@18822
|
|
|
| |
p4raw-id: //depot/perl@18821
|
|
|
|
|
|
|
|
|
|
|
|
| |
What happened was that a constant was freed, the pad released but
the pad slot still held the SV, when pad slot was reallocated
to be a target for a stringify, it did a sv_setpv on the target
and the original SV was wiped out. When this SV was later on
to new places using the constant, they got the wrong value.
By replacing pad_free with pad_swipe for these cases, we
won't have such a problem. (pad_swipe also removes the
pointer to the original SV).
p4raw-id: //depot/perl@18820
|
|
|
| |
p4raw-id: //depot/perl@18819
|
|
|
| |
p4raw-id: //depot/perl@18818
|
|
|
| |
p4raw-id: //depot/perl@18817
|
|
|
|
|
| |
a little tweak, sending that to Dan.
p4raw-id: //depot/perl@18816
|
|
|
|
|
| |
also make an explicit (double)cast for the arguments to fabs().
p4raw-id: //depot/perl@18813
|
|
|
|
|
| |
Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
p4raw-id: //depot/perl@18812
|
|
|
|
|
|
| |
From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
p4raw-id: //depot/perl@18811
|
|
|
|
|
| |
Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
p4raw-id: //depot/perl@18810
|
|
|
|
|
|
| |
From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
p4raw-id: //depot/perl@18809
|
|
|
| |
p4raw-id: //depot/perl@18807
|
|
|
|
|
| |
Message-ID: <20030302081127.GA10782@ratsnest.hole>
p4raw-id: //depot/perl@18805
|
|
|
|
|
|
| |
From: "Anders Johnson" <ajohnson@wischip.com>
Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
p4raw-id: //depot/perl@18803
|
|
|
| |
p4raw-id: //depot/perl@18802
|
|
|
| |
p4raw-id: //depot/perl@18801
|
|
|
|
|
| |
Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
p4raw-id: //depot/perl@18800
|
|
|
|
|
|
| |
the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
Also other small tweaks in the -C neighbourhood.
p4raw-id: //depot/perl@18799
|
|
|
|
|
| |
might require llabs() to get abs() of long longs.
p4raw-id: //depot/perl@18798
|
|
|
|
|
| |
with negative quads", or also as RedHat bug #65612.
p4raw-id: //depot/perl@18797
|
|
|
|
|
| |
p4raw-link: @18795 on //depot/perl: 2aa6a10326178f0f3d8bbf2f0847bd6f4e40b81b
p4raw-id: //depot/perl@18796
|
|
|
|
|
| |
Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@18795
|
|
|
| |
p4raw-id: //depot/perl@18794
|
|
|
|
|
|
|
| |
p4raw-link: @18788 on //depot/maint-5.8/perl: f0499ddfc6bc8a9696a167e0ea98e851c0d4ff1a
p4raw-id: //depot/perl@18793
p4raw-integrated: from //depot/maint-5.8/perl@18788 'merge in' perl.h
(@18783..)
|
|
|
|
|
| |
Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
p4raw-id: //depot/perl@18792
|