| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@11474
|
|
|
|
|
| |
Message-Id: <200107010733.KAA03920@taas.iki.fi>
p4raw-id: //depot/perl@11073
|
|
|
| |
p4raw-id: //depot/perl@11038
|
|
|
|
|
| |
Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
p4raw-id: //depot/perl@10687
|
|
|
|
|
| |
wants to use sort().
p4raw-id: //depot/perl@10409
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
Date: Fri, 25 May 2001 20:23:12 +0200
Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
Subject: Re: perlvar.pod addition
From: "Abigail" <abigail@foad.org>
Date: Fri, 25 May 2001 22:00:39 +0200
Message-ID: <20010525200039.28029.qmail@foad.org>
Mention $a and $b in perlvar.
p4raw-id: //depot/perl@10305
|
|
|
|
|
| |
Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@10304
|
|
|
|
|
| |
Message-ID: <20010327011201.A19179@netthink.co.uk>
p4raw-id: //depot/perl@9378
|
|
|
|
|
| |
Message-ID: <20010123004110.22259.qmail@foad.org>
p4raw-id: //depot/perl@8525
|
|
|
|
|
|
|
|
|
|
|
|
| |
and setgid() because they were just changing $< and $( which means
only changing the real uid/gid, as opposed to changing both
real and effective ids. (The alternative way could have been
in POSIX.pm to change $> and $), too, but making a direct call
to the C API feels cleaner.) Fixes the bug
Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
p4raw-id: //depot/perl@7521
|
|
|
|
|
| |
Message-Id: <200004181326.JAA01560@spp.users.ds.net>
p4raw-id: //depot/perl@6518
|
|
|
|
|
|
|
|
|
|
|
| |
instead one must use setproctitle(). This was already addressed
by change #6457, but the below has a new variant for FreeBSD 4.0
or later, and the matter is also documented more.
Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
Message-Id: <20000801154139.A53740@yahoo-inc.com>
p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3
p4raw-id: //depot/perl@6483
|
|
|
|
|
| |
for @- and @+ (from Johan Vromans)
p4raw-id: //depot/perl@6030
|
|
|
| |
p4raw-id: //depot/perl@5993
|
|
|
| |
p4raw-id: //depot/perl@5917
|
|
|
|
|
| |
and Robin Barker)
p4raw-id: //depot/perl@5493
|
|
|
| |
p4raw-id: //depot/perl@5319
|
|
|
| |
p4raw-id: //depot/perl@5202
|
|
|
|
|
|
|
|
| |
now); avoid the word "tuple" to describe strings represented as
character ordinals; usurp $PERL_VERSION for $^V as suggested by
Larry, deprecate $] ; adjust the documentation and testsuite
accordingly
p4raw-id: //depot/perl@5186
|
|
|
| |
p4raw-id: //depot/perl@5159
|
|
|
|
|
| |
and pipes
p4raw-id: //depot/perl@5137
|
|
|
| |
p4raw-id: //depot/perl@5133
|
|
|
| |
p4raw-id: //depot/perl@5132
|
|
|
| |
p4raw-id: //depot/perl@5039
|
|
|
|
|
| |
introduce -C switch (sets $^WIDE_SYSTEM_CALLS)
p4raw-id: //depot/perl@5029
|
|
|
| |
p4raw-id: //depot/perl@5025
|
|
|
| |
p4raw-id: //depot/perl@5015
|
|
|
|
|
|
|
| |
now return bytes all the way to 255, they will be transparently
coerced (in future) to UTF-8 when they are used in operations
involving other UTF-8 strings; C<use utf8> doesn't set $^U anymore
p4raw-id: //depot/perl@5013
|
|
|
|
|
| |
subroutines (from Ilya Zakharevich)
p4raw-id: //depot/perl@4975
|
|
|
|
|
|
|
| |
calls should using widechar APIs; chr and sprintf "%c" also
follow this flag in the absense of "use byte"; "use utf8"
sets $^U=1 (this appears kludgey)
p4raw-id: //depot/perl@4937
|
|
|
|
|
| |
document version tuples
p4raw-id: //depot/perl@4927
|
|
|
|
|
| |
fixups of faulty facts and prose
p4raw-id: //depot/perl@4828
|
|
|
|
|
| |
perldelta; added STOP, DESTROY and AUTOLOAD to specials list
p4raw-id: //depot/perl@4718
|
|
|
| |
p4raw-id: //depot/cfgperl@4038
|
|
|
|
|
|
| |
Waddington, Tuomas Lukka, Steven Tolkin, Ian Phillipps, and
Steve Lidie
p4raw-id: //depot/perl@3676
|
|
|
|
|
|
|
| |
due to leaked scalar, investigation pending)
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6C8E@mbtlipnt02.btlabs.bt.co.uk>
Subject: [PATCH 5.005_57] Lexical Warnings - mandatory warning are now default warnings
p4raw-id: //depot/perl@3640
|
|
|
|
|
|
| |
To: perl5-porters <perl5-porters@perl.org>
Message-ID: <19990528151118.A289@west-tip.transeda.com>
p4raw-id: //depot/cfgperl@3494
|
|
|
| |
p4raw-id: //depot/perl@3462
|
|
|
| |
p4raw-id: //depot/perl@3460
|
|
|
|
|
| |
courtesy Mark-Jason Dominus <mjd@plover.com>)
p4raw-id: //depot/perl@3039
|
|
|
| |
p4raw-id: //depot/perl@2932
|
|
|
|
|
|
|
|
|
|
|
| |
Date: Wed, 3 Feb 1999 05:24:55 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203051924.302A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) fix many typos
--
Date: Wed, 3 Feb 1999 08:53:53 -0500 (EST)
Message-ID: <Pine.SOL.3.91.990203085157.895A-100000@soc11.acpub.duke.edu>
Subject: [PATCH]5.005_54 (DOC) typos
p4raw-id: //depot/perl@2929
|
|
|
|
|
| |
commensurate effects on ARGV processing
p4raw-id: //depot/perl@2910
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: bad L<> links
Reply-to: tchrist@perl.com
To: perlbug@jhereg.perl.com
Message-Id: <199808111658.KAA00484@jhereg.perl.com>
The ones not fixed may require darker Pod::HTML magic,
for example the perlguts.html#tags should work fine, IMHO.
p4raw-id: //depot/cfgperl@2437
|
|
|
| |
p4raw-id: //depot/perl@2397
|
|
|
|
|
| |
Message-Id: <199811280651.BAA18095@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@2373
|
|
|
|
|
| |
Message-Id: <m0zgZWx-000FOgC@feynman.localnet>
p4raw-id: //depot/perl@2362
|
|
|
| |
p4raw-id: //depot/perl@2215
|
|
|
| |
p4raw-id: //depot/perl@2152
|
|
|
|
|
|
| |
Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_76] @- and @+
p4raw-id: //depot/perl@1800
|