| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
p4raw-id: //depot/perl@30781
|
|
|
|
|
| |
reference counts correctly.
p4raw-id: //depot/perl@30633
|
|
|
|
|
|
| |
that it brings into PerlIO managed space. (A long standing problem
reported by Steve Hay)
p4raw-id: //depot/perl@30610
|
|
|
| |
p4raw-id: //depot/perl@30447
|
|
|
|
|
| |
Message-ID: <20070224114735.GA3454@localhost.localdomain>
p4raw-id: //depot/perl@30389
|
|
|
|
|
|
|
| |
for input, and one for output, as this better reflects how they are
used. The original "concatenate with \0" plan was really only a
compramise to avoid needing to increase every COP by 2 pointers.
p4raw-id: //depot/perl@30334
|
|
|
|
|
| |
of flags, not a boolean, so correct the documenation and callers.
p4raw-id: //depot/perl@29977
|
|
|
|
|
| |
Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
p4raw-id: //depot/perl@29894
|
|
|
|
|
| |
allows symbolic code references with embeded NULs to work.
p4raw-id: //depot/perl@29830
|
|
|
| |
p4raw-id: //depot/perl@29700
|
|
|
| |
p4raw-id: //depot/perl@29694
|
|
|
|
|
| |
Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
p4raw-id: //depot/perl@29691
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] Cleanup SVf arguments (2nd try)
Message-ID: <20070101201613.4120d9ef@r2d2>
Introduce an SVfARG() macro for %SVf (%-p here) arguments to
perl's printf
p4raw-id: //depot/perl@29687
|
|
|
|
|
|
|
|
| |
Subject: [PATCH] Cleanup SVf arguments (2nd try)
Message-ID: <20070101201613.4120d9ef@r2d2>
Adds (void*) casts to %-p and %p printf arguments
p4raw-id: //depot/perl@29686
|
|
|
|
|
| |
Message-ID: <4599114F.8020307@iki.fi>
p4raw-id: //depot/perl@29650
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[PATCH] abstract mempool header testing]
Message-ID: <4575DFD1.1060108@iki.fi>
Fixes a problem spotted by Jan Dubois:
The PerlMemShared pool is only shared between the interpreters that
can share data structures (interpreters created by perl_clone(), which
mean pseudo-fork, and threads.xs). The pool is not shared between
interpreters that are created separately by perl_alloc().
[...]
I guess this means PL_perlio_fd_refcnt needs to be allocated and
freed by standard malloc() and not go through any abstraction.
p4raw-id: //depot/perl@29477
|
|
|
|
|
|
|
|
|
|
|
| |
[PATCH] abstract mempool header testing]
Message-ID: <4574ED1F.40508@iki.fi>
Re-instates #29424 (previously reverted by #29451), now fixed to work
with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
the Symbian port.
p4raw-id: //depot/perl@29465
|
|
|
|
|
| |
Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
p4raw-id: //depot/perl@29442
|
|
|
| |
p4raw-id: //depot/perl@29313
|
|
|
| |
p4raw-id: //depot/perl@29155
|
|
|
|
|
|
| |
to use PerlIO_fdopen so that when the tmpfile is closed we do
not decrement a ref count that doesn't exist or is zero.
p4raw-id: //depot/perl@29143
|
|
|
|
|
| |
(contrary to other PerlIO layers.)
p4raw-id: //depot/perl@29097
|
|
|
| |
p4raw-id: //depot/perl@29065
|
|
|
| |
p4raw-id: //depot/perl@29060
|
|
|
| |
p4raw-id: //depot/perl@29050
|
|
|
|
|
|
| |
panics from miniperl in FreeBSD/multithreaded
p4raw-link: @29045 on //depot/perl: e47547a83f24974bde05453531e68d7dd8c5ec87
p4raw-id: //depot/perl@29046
|
|
|
|
|
| |
Message-ID: <4536C1DA.4060600@iki.fi>
p4raw-id: //depot/perl@29045
|
|
|
|
|
| |
first time through to reduce the checks on subsequent calls.
p4raw-id: //depot/perl@28911
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
p4raw-id: //depot/perl@28879
|
|
|
|
|
| |
Message-ID: <4502B398.6060505@iki.fi>
p4raw-id: //depot/perl@28814
|
|
|
|
|
|
| |
From: "Robin Barker" <Robin.Barker@npl.co.uk>
Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
p4raw-id: //depot/perl@28786
|
|
|
|
|
| |
Message-ID: <44E49649.9090307@iki.fi>
p4raw-id: //depot/perl@28734
|
|
|
|
|
| |
Message-ID: <44D2E203.5050201@iki.fi>
p4raw-id: //depot/perl@28662
|
|
|
|
|
| |
Message-ID: <44D191FD.9030902@iki.fi>
p4raw-id: //depot/perl@28654
|
|
|
|
|
| |
Message-ID: <20060612034434.GA21588@petdance.com>
p4raw-id: //depot/perl@28381
|
|
|
| |
p4raw-id: //depot/perl@28329
|
|
|
|
|
| |
Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
p4raw-id: //depot/perl@28322
|
|
|
|
|
| |
Message-ID: <20060521050240.GA21051@petdance.com>
p4raw-id: //depot/perl@28289
|
|
|
|
|
|
|
|
|
| |
unexported/undefined entities... (patch 28258/28264 incomplete?)
Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
(only the makedef.pl and perlio.c patches)
p4raw-id: //depot/perl@28275
|
|
|
|
|
|
| |
Todo - store the in and out values under 2 keys, and avoid the need to
create a temporary mortal SV while checking it.
p4raw-id: //depot/perl@28258
|
|
|
|
|
| |
some other operating systems were concerned.
p4raw-id: //depot/perl@28249
|
|
|
| |
p4raw-id: //depot/perl@28247
|
|
|
|
|
| |
likely to be a more efficient implementation.
p4raw-id: //depot/perl@28236
|
|
|
|
|
| |
Message-ID: <446CCE8E.8010407@gmail.com>
p4raw-id: //depot/perl@28234
|
|
|
|
|
| |
Message-ID: <446B7757.8030301@gmail.com>
p4raw-id: //depot/perl@28216
|
|
|
|
|
| |
Message-ID: <4464E1F1.9010706@gmail.com>
p4raw-id: //depot/perl@28183
|
|
|
|
|
| |
Message-ID: <44607877.90603@vkonovalov.ru>
p4raw-id: //depot/perl@28140
|
|
|
|
|
| |
Message-ID: <20060430182322.GA18064@petdance.com>
p4raw-id: //depot/perl@28048
|
|
|
| |
p4raw-id: //depot/perl@28020
|
|
|
|
|
| |
Message-ID: <44527402.8000506@gmail.com>
p4raw-id: //depot/perl@28008
|