| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
(Fixes my DEBUGGING builds on Win32)
p4raw-id: //depot/perl@33298
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802081106l737e4dcdibb73c8eacb4c39d8@mail.gmail.com>
with one less TODO test
p4raw-id: //depot/perl@33297
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510802120700q689fb457ya5939bb440626157@mail.gmail.com>
p4raw-id: //depot/perl@33296
|
|
|
|
|
| |
not something that only starts with the same string.
p4raw-id: //depot/perl@33295
|
|
|
| |
p4raw-id: //depot/perl@33294
|
|
|
| |
p4raw-id: //depot/perl@33293
|
|
|
|
|
|
|
|
| |
and XS?]
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <02ee01c8651b$17ef72f0$47ce58d0$@com>
p4raw-id: //depot/perl@33292
|
|
|
|
|
|
|
|
|
|
|
|
| |
ability to create landmines that will explode under someone in the
future when they upgrade their compiler to one with better
optimisation. We've already done this at least twice.
(Yes, some of the assertions are after code that would already have
SEGVd because it already deferences a pointer, but they are put in
to make it easier to automate checking that each and every case is
covered.)
Add a tool, checkARGS_ASSERT.pl, to check that every case is covered.
p4raw-id: //depot/perl@33291
|
|
|
|
|
| |
change 33289.
p4raw-id: //depot/perl@33290
|
|
|
|
|
| |
actual function declaration.
p4raw-id: //depot/perl@33289
|
|
|
|
|
|
|
|
|
|
|
| |
In Perl_hv_copy_hints_hv(), ohv can actually be NULL.
In Perl_sortsv(), Perl_sortsv_flags() and S_qsortsvu(), array can be
NULL (if the number of elements to sort is <= 1).
In Perl_save_nogv(), gv can not be NULL.
In Perl_sv_cmp() and Perl_sv_cmp_locale(), both SVs can be NULL.
In Perl_ptr_table_fetch(), the sv can be NULL.
In PerlIO_set_ptrcnt(), ptr can be NULL.
p4raw-id: //depot/perl@33287
|
|
|
|
|
| |
16 byte float on x86_64. This feels fragile.)
p4raw-id: //depot/perl@33286
|
|
|
|
|
|
| |
Perl_sv_2pv_flags() all return 0/0/0.0/"" without warning given a
NULL SV pointer so they ought to be marked as NULLOK in embed.fnc.
p4raw-id: //depot/perl@33285
|
|
|
|
|
| |
it.
p4raw-id: //depot/perl@33284
|
|
|
|
|
|
|
|
| |
In Perl_sv_inc() and Perl_sv_dec(), the sv can be not NULL.
In Perl_parser_dup() the proto parser can be NULL.
In Perl_ptr_table_find(), the sought-for pointer can be NULL.
In Perl_save_set_svflags(), the saved SV can't be NULL.
p4raw-id: //depot/perl@33283
|
|
|
| |
p4raw-id: //depot/perl@33282
|
|
|
| |
p4raw-id: //depot/perl@33281
|
|
|
|
|
| |
Message-ID: <20080208135008.GA3885@osiris.mauzo.dyndns.org>
p4raw-id: //depot/perl@33280
|
|
|
|
|
| |
In Perl_regnext(), p can actually be NULL.
p4raw-id: //depot/perl@33279
|
|
|
| |
p4raw-id: //depot/perl@33278
|
|
|
| |
p4raw-id: //depot/perl@33277
|
|
|
|
|
|
| |
it's actually an integer index wedged into a pointer. (To fit within
the existing save stack API.)
p4raw-id: //depot/perl@33276
|
|
|
| |
p4raw-id: //depot/perl@33275
|
|
|
|
|
| |
of the linked file rather than guessing at system defaults.
p4raw-id: //depot/perl@33274
|
|
|
| |
p4raw-id: //depot/perl@33273
|
|
|
| |
p4raw-id: //depot/perl@33272
|
|
|
| |
p4raw-id: //depot/perl@33271
|
|
|
| |
p4raw-id: //depot/perl@33270
|
|
|
| |
p4raw-id: //depot/perl@33269
|
|
|
|
|
| |
80 bit long doubles. exp(99999) can't.
p4raw-id: //depot/perl@33268
|
|
|
|
|
|
| |
Message-ID: <47ADBF3B.2050108@gmail.com>
Date: Sat, 09 Feb 2008 07:56:59 -0700
p4raw-id: //depot/perl@33267
|
|
|
| |
p4raw-id: //depot/perl@33266
|
|
|
|
|
|
|
| |
An errored attribute sub still processes the attributes,
which require's attribute.pm, so make sure the error state is
passed to the new require
p4raw-id: //depot/perl@33265
|
|
|
| |
p4raw-id: //depot/perl@33264
|
|
|
| |
p4raw-id: //depot/perl@33263
|
|
|
|
|
| |
Message-Id: <1202501426.15175.10.camel@sinf009w.d81970300.cgss-guyane.fr>
p4raw-id: //depot/perl@33262
|
|
|
| |
p4raw-id: //depot/perl@33261
|
|
|
| |
p4raw-id: //depot/perl@33260
|
|
|
|
|
|
|
|
| |
From: "Green, Paul" <Paul.Green@stratus.com>
Message-ID: <F5F42E77A43DD944B6D664B00A5401CB037149FF@EXNA.corp.stratus.com>
Includes a fix to the patch to ext/Time/HiRes/Makefile.PL
p4raw-id: //depot/perl@33259
|
|
|
| |
p4raw-id: //depot/perl@33258
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
From: "Robert May" <rob@themayfamily.me.uk>
Message-ID: <54bdc7510802030434g4f9da56eq8d526e80c297290b@mail.gmail.com>
p4raw-id: //depot/perl@33255
|
|
|
|
|
|
| |
From: "Robert May" <robertmay@cpan.org>
Message-ID: <54bdc7510802022341r3654d32dva26ef04bd9fa04b7@mail.gmail.com>
p4raw-id: //depot/perl@33254
|
|
|
| |
p4raw-id: //depot/perl@33253
|
|
|
| |
p4raw-id: //depot/perl@33252
|
|
|
| |
p4raw-id: //depot/perl@33251
|
|
|
| |
p4raw-id: //depot/perl@33250
|
|
|
|
|
| |
Message-ID: <20080207165158.GA22321@refcnt.homeunix.org>
p4raw-id: //depot/perl@33249
|
|
|
| |
p4raw-id: //depot/perl@33248
|