| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <4737B5CD.90209@qsl.net>
p4raw-id: //depot/perl@32278
|
|
|
|
|
| |
linking on VMS.
p4raw-id: //depot/perl@32277
|
|
|
|
|
| |
with a relative path that is already in VMS syntax.
p4raw-id: //depot/perl@32276
|
|
|
|
|
|
| |
global symbols to keep overall symbol length within 31 characters,
which is what the VMS C compiler with default flags can handle.
p4raw-id: //depot/perl@32275
|
|
|
| |
p4raw-id: //depot/perl@32274
|
|
|
|
|
| |
index generated into perltoc.pod, as there it's just noise.
p4raw-id: //depot/perl@32269
|
|
|
| |
p4raw-id: //depot/perl@32268
|
|
|
| |
p4raw-id: //depot/perl@32262
|
|
|
| |
p4raw-id: //depot/perl@32255
|
|
|
| |
p4raw-id: //depot/perl@32254
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <6A306E21-F59B-4FAA-A753-A11540539087@dwim.org>
p4raw-id: //depot/perl@32253
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <B17C3858-AF8D-4FDE-AE15-F612E7B41FC9@dwim.org>
p4raw-id: //depot/perl@32252
|
|
|
| |
p4raw-id: //depot/perl@32251
|
|
|
| |
p4raw-id: //depot/perl@32250
|
|
|
|
|
| |
Remove mention of roffitall.
p4raw-id: //depot/perl@32249
|
|
|
| |
p4raw-id: //depot/perl@32248
|
|
|
|
|
|
| |
tmp disable printing of variable names caused by uninitialised
values within a pp_entersub or pp_goto
p4raw-id: //depot/perl@32247
|
|
|
|
|
|
|
|
|
| |
Yay. Maybe they have a use). s/Misc/Miscelaneous/ as it seems daft to
have an abbreviation in your name.
Replace "" with '' in code examples where syntactically valid.
Add the elimination of SVt_PVBM and the addition of SVt_BIND
Some grammar fixes. Some rephrasing to make the text flow better.
p4raw-id: //depot/perl@32246
|
|
|
| |
p4raw-id: //depot/perl@32245
|
|
|
| |
p4raw-id: //depot/perl@32244
|
|
|
| |
p4raw-id: //depot/perl@32243
|
|
|
|
|
|
|
|
|
|
| |
PERL_SUBVERSION
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <058701c821ca$73d071d0$5b715570$@com>
(plus a couple of other similar fixes for change 32238 that Jan missed)
p4raw-id: //depot/perl@32242
|
|
|
|
|
|
|
|
| |
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510711061136t52a1fe62waf384c4551612181@mail.gmail.com>
(core patch only)
p4raw-id: //depot/perl@32241
|
|
|
| |
p4raw-id: //depot/perl@32240
|
|
|
|
|
| |
POD fixes; list all scripts and binaries that are to be installed.
p4raw-id: //depot/perl@32239
|
|
|
|
|
|
|
|
|
|
|
| |
into global variables (and hence a shared perl library). Additionally
under MULTIPLICITY record the size of the interpreter structure (total,
and for this version) and under PERL_GLOBAL_STRUCT the size of the
global variables structure. Coupled with PL_bincompat_options this will
allow 5.10.1 (and later), when compiled with a shared perl library, to
perform sanity checks in main() to verify that the shared library is
indeed binary compatible.
p4raw-id: //depot/perl@32238
|
|
|
| |
p4raw-id: //depot/perl@32237
|
|
|
|
|
|
|
| |
Message-ID: <20071107001845.GA21000@bort.ca>
[plus remove the TODO from the now passing test]
p4raw-id: //depot/perl@32236
|
|
|
|
|
| |
it still relies on an interpreter being present.
p4raw-id: //depot/perl@32235
|
|
|
|
|
|
| |
From: "Jan Dubois" <jand@activestate.com>
Message-ID: <01f101c820d0$df6c9220$9e45b660$@com>
p4raw-id: //depot/perl@32234
|
|
|
|
|
|
| |
From: "Jos I. Boumans" <jos@dwim.org>
Message-Id: <22589E6E-1C9D-4C1F-8642-A690904193C7@dwim.org>
p4raw-id: //depot/perl@32233
|
|
|
|
|
| |
it is a TODO to fix this.
p4raw-id: //depot/perl@32232
|
|
|
|
|
| |
all Unicode matching characters
p4raw-id: //depot/perl@32230
|
|
|
| |
p4raw-id: //depot/perl@32229
|
|
|
|
|
|
| |
Message-Id: <7B502F45-AB25-4EFF-8147-A02D8E2E9E21@free.fr>
Date: Tue, 6 Nov 2007 02:49:51 +0100
p4raw-id: //depot/perl@32227
|
|
|
|
|
|
|
|
|
| |
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <472C0DED.4010203@qsl.net>
Plus, at John's suggestion, don't call the CRTL realpath()
unless DECC$POSIX_COMPLIANT_PATHNAMES is in effect.
p4raw-id: //depot/perl@32226
|
|
|
|
|
| |
that will hopefully make it harder for it to get out of sync again.
p4raw-id: //depot/perl@32225
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PerlIO_releaseFILE() to manage the reference counts of fds correctly
has the side effect of making some XS modules "leak" descriptors.
This is because the typemap calls PerlIO_findFILE(), which sometimes
(but not always) calls PerlIO_exportFILE(). To be consistent,
PerlIO_fildFILE() needs to either always give you a reference, or
always not give you a reference. It seems better to do the latter as
the call to PerlIO_exportFILE() is only an implementation detail, so
arrange for it to immediately free up the reference that
PerlIO_exportFILE() created.
p4raw-id: //depot/perl@32224
|
|
|
|
|
| |
snippets of typemap files.
p4raw-id: //depot/perl@32223
|
|
|
|
|
| |
Message-Id: <A5B536D9-E81C-48FC-9584-45E59ED7B6FB@free.fr>
p4raw-id: //depot/perl@32222
|
|
|
|
|
| |
Message-id: <EECD3531-8352-4873-A1AD-E4B8731260CB@free.fr>
p4raw-id: //depot/perl@32221
|
|
|
| |
p4raw-id: //depot/perl@32220
|
|
|
| |
p4raw-id: //depot/perl@32219
|
|
|
| |
p4raw-id: //depot/perl@32218
|
|
|
| |
p4raw-id: //depot/perl@32217
|
|
|
| |
p4raw-id: //depot/perl@32216
|
|
|
|
|
|
|
|
| |
Message-Id: <472BD128.9080105@iki.fi>
PerlIO_teardown is called when there may no longer be an
interpreter available
p4raw-id: //depot/perl@32215
|
|
|
|
|
|
| |
use an absolute path in @INC, so that changes of directories
don't break dynamically loaded modules.
p4raw-id: //depot/perl@32214
|
|
|
|
|
|
| |
clarify the documentation on CLONE_SKIP, and ensure that the
undef value has all its flags cleared
p4raw-id: //depot/perl@32213
|
|
|
| |
p4raw-id: //depot/perl@32212
|