| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-4355-1201568166-693.50364-75-0@perl.org>
p4raw-id: //depot/perl@33257
|
|
|
|
|
|
| |
From: "Vincent Pit" <perl@profvince.com>
Message-ID: <39468.147.210.17.175.1202290798.squirrel@147.210.17.175>
p4raw-id: //depot/perl@33256
|
|
|
|
|
| |
Message-ID: <20080207165158.GA22321@refcnt.homeunix.org>
p4raw-id: //depot/perl@33249
|
|
|
|
|
| |
Message-ID: <20080204144419.GB20276@refcnt.homeunix.org>
p4raw-id: //depot/perl@33245
|
|
|
|
|
| |
Message-ID: <20080203185315.GA20276@refcnt.homeunix.org>
p4raw-id: //depot/perl@33231
|
|
|
| |
p4raw-id: //depot/perl@33129
|
|
|
| |
p4raw-id: //depot/perl@33106
|
|
|
| |
p4raw-id: //depot/perl@33104
|
|
|
|
|
| |
Message-ID: <20080128125741.GA27390@refcnt.homeunix.org>
p4raw-id: //depot/perl@33103
|
|
|
|
|
|
|
|
|
| |
based on :
Subject: [perl #49914] gmtime()/localtime() do not use time()
From: Abe Timmerman (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.6.HEAD-18434-1200621906-376.49914-75-0@perl.org>
p4raw-id: //depot/perl@33095
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <032201c85ed6$e56edf40$b04c9dc0$@com>
p4raw-id: //depot/perl@33066
|
|
|
|
|
| |
Exterminate! Exterminate! Exterminate!
p4raw-id: //depot/perl@33052
|
|
|
|
|
| |
Nullhek and Nullhv. Nullop is going to be a bit less simple.
p4raw-id: //depot/perl@33051
|
|
|
|
|
| |
propagated to perlintern.pod
p4raw-id: //depot/perl@33050
|
|
|
|
|
| |
"cage cleaner" task.
p4raw-id: //depot/perl@32993
|
|
|
|
|
|
| |
the limit of representation in NVs, using a new warnings category
"imprecision".
p4raw-id: //depot/perl@32990
|
|
|
| |
p4raw-id: //depot/perl@32982
|
|
|
|
|
|
| |
(Make C<length undef> return undef).
Patch mostly by Rafael, with some fine tuning by me.
p4raw-id: //depot/perl@32969
|
|
|
| |
p4raw-id: //depot/perl@32954
|
|
|
|
|
| |
Message-ID: <20080110224420.GB29292@pjcj.net>
p4raw-id: //depot/perl@32945
|
|
|
| |
p4raw-id: //depot/perl@32925
|
|
|
| |
p4raw-id: //depot/perl@32910
|
|
|
|
|
|
| |
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10801081207q2637419dy59f1a3600bcc4a76@mail.gmail.com>
p4raw-id: //depot/perl@32904
|
|
|
|
|
|
|
| |
calendar corrections
Message-ID: <040120081407272341%brian.d.foy@gmail.com>
p4raw-id: //depot/perl@32887
|
|
|
| |
p4raw-id: //depot/perl@32875
|
|
|
|
|
| |
Message-ID: <477C3594.9080302@pobox.com>
p4raw-id: //depot/perl@32873
|
|
|
|
|
| |
Message-ID: <477FACF4.5030801@casella.verplant.org>
p4raw-id: //depot/perl@32872
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510801041111q1730ce02hbcac80b91d78a244@mail.gmail.com>
p4raw-id: //depot/perl@32870
|
|
|
|
|
|
|
|
| |
offset as either a byte (if <256), or a 0 byte with a STRLEN before.
"better" in that the reading can be inlined, and even then the object
code is smaller (function calls have space overhead). So goodbye
Perl_sv_read_offset() and hello SvOOK_offset().
p4raw-id: //depot/perl@32838
|
|
|
|
|
|
|
|
|
| |
The macros all create new mortals using sv_newmortal(), and those
cannot be magical. This is in contrary to the X?PUSH macros, which
operate on TARG, which can be magical.
With that in mind, mentioning whether or not mX?PUSH can handle
'set' magic doesn't make sense any longer.
p4raw-id: //depot/perl@32824
|
|
|
| |
p4raw-id: //depot/perl@32823
|
|
|
|
|
|
| |
the flags. Move its implementation just ahead of sv_2mortal()'s for
CPU cache locality. Refactor all code that can be to use this.
p4raw-id: //depot/perl@32818
|
|
|
|
|
| |
newSVhek(HeKEY_hek(he) is probably what you wanted all along.
p4raw-id: //depot/perl@32812
|
|
|
|
|
|
|
|
|
|
| |
flag bits. Right now the only flag bit is SVf_UTF8, which will call
SvUTF8_on() on the new SV for you. Provide a wrapper newSVpvn_utf8(),
which takes a boolean, and passes in SVf_UTF8 if that is true.
Refactor the core to use it where possible. It makes the source code
clearer and smaller, but seems to be swings and roundabouts on object
code size.
p4raw-id: //depot/perl@32807
|
|
|
|
|
| |
Message-Id: <2AF110D6-9183-47C5-BBBA-26C3FB97C3D3@free.fr>
p4raw-id: //depot/perl@32805
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B722601604912@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@32732
|
|
|
| |
p4raw-id: //depot/perl@32731
|
|
|
|
|
|
| |
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10712252049t1b63b475mfca9225324f5fce6@mail.gmail.com>
p4raw-id: //depot/perl@32730
|
|
|
|
|
|
| |
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10712252003m2d3244fbv2955fe17e683063d@mail.gmail.com>
p4raw-id: //depot/perl@32729
|
|
|
|
|
| |
TO be DOne.
p4raw-id: //depot/perl@32716
|
|
|
|
|
|
|
| |
when PERL_CORE is defined. (Which, "obviously", is only in code
within the perl source tree, which we control). Nullop remains, and
would be moderately invasive to remove.
p4raw-id: //depot/perl@32707
|
|
|
| |
p4raw-id: //depot/perl@32704
|
|
|
| |
p4raw-id: //depot/perl@32692
|
|
|
|
|
| |
5.8.2, that disabled the automatic randomisation of all hashes.
p4raw-id: //depot/perl@32688
|
|
|
| |
p4raw-id: //depot/perl@32682
|
|
|
|
|
| |
perldelta.
p4raw-id: //depot/perl@32649
|
|
|
| |
p4raw-id: //depot/perl@32638
|
|
|
|
|
| |
Complete the "reporting bug" section of perldelta.
p4raw-id: //depot/perl@32636
|
|
|
| |
p4raw-id: //depot/perl@32634
|
|
|
|
|
| |
Message-Id: <20071218163050.b0c36fa5.hio@hio.jp>
p4raw-id: //depot/perl@32633
|