18 years agoblead: format warnings
Jarkko Hietaniemi [Sat, 7 Jan 2006 21:42:08 +0000]
blead: format warnings
Message-ID: <43C01990.6020207@gmail.com>

p4raw-id: //depot/perl@26708

18 years agohints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
Jarkko Hietaniemi [Sun, 8 Jan 2006 11:38:34 +0000]
hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
Message-ID: <43C0DD9A.9080809@gmail.com>

p4raw-id: //depot/perl@26707

18 years agoAdd utils/shasum.PL to MANIFEST
Nicholas Clark [Sun, 8 Jan 2006 08:33:46 +0000]
Add utils/shasum.PL to MANIFEST

p4raw-id: //depot/perl@26706

18 years agoAdd missing files in ext/Digest/SHA/src that somehow escaped the net.
Nicholas Clark [Sun, 8 Jan 2006 08:28:29 +0000]
Add missing files in ext/Digest/SHA/src that somehow escaped the net.

p4raw-id: //depot/perl@26705

18 years agoAdd Digest-SHA-5.32 for SHA-256 support for CPAN.
Steve Peters [Sun, 8 Jan 2006 04:17:08 +0000]
Add Digest-SHA-5.32 for SHA-256 support for CPAN.

p4raw-id: //depot/perl@26704

18 years agoMake v?snprintf available on VMS v7.3-2 and later and clean up
Craig A. Berry [Sat, 7 Jan 2006 22:12:16 +0000]
Make v?snprintf available on VMS v7.3-2 and later and clean up
some other version-dependency checks.

p4raw-id: //depot/perl@26703

18 years agoRemove the greedy quantifier from inside the grouping (?:) so that it
Nicholas Clark [Sat, 7 Jan 2006 20:42:57 +0000]
Remove the greedy quantifier from inside the grouping (?:) so that it
and the greedy quantifier on the (?:) don't fight each other until the
C stack is exhausted.

p4raw-id: //depot/perl@26702

18 years agoReorder Fcntl's bootstrapping so that the constants actually get
Nicholas Clark [Sat, 7 Jan 2006 17:19:29 +0000]
Reorder Fcntl's bootstrapping so that the constants actually get
inlined within the functions that Fcntl defines.

p4raw-id: //depot/perl@26701

18 years ago[perl #37946] preserve the referent associated with a shared RV.
Dave Mitchell [Sat, 7 Jan 2006 03:13:08 +0000]
[perl #37946] preserve the referent associated with a shared RV.
its faster, and the user doesn't see a different address each time
for ref($sharedref).

p4raw-id: //depot/perl@26695

18 years agoAdditional const prototype fixes.
Steve Peters [Sat, 7 Jan 2006 03:13:05 +0000]
Additional const prototype fixes.

p4raw-id: //depot/perl@26694

18 years agofix coredump on 'local $shared[N]' introduced by change #24942
Dave Mitchell [Sat, 7 Jan 2006 01:24:37 +0000]
fix coredump on 'local $shared[N]' introduced by change #24942
p4raw-link: @24942 on //depot/perl: 0cbee0a449cc4e11ef8db851c20b026c8f9ff45e

p4raw-id: //depot/perl@26693

18 years agoDon't code the absolute number of tests for the UTF8/EBCDIC case; much
Nicholas Clark [Fri, 6 Jan 2006 23:57:55 +0000]
Don't code the absolute number of tests for the UTF8/EBCDIC case; much
better to subtract the number of tests that don't get run.

p4raw-id: //depot/perl@26691

18 years agoMake VMS manifest checker handle multi-dot filenames on ODS-5
Craig A. Berry [Fri, 6 Jan 2006 23:16:30 +0000]
Make VMS manifest checker handle multi-dot filenames on ODS-5

p4raw-id: //depot/perl@26690

18 years agoCorrect the typo in the description of change 24253
Nicholas Clark [Fri, 6 Jan 2006 22:19:47 +0000]
Correct the typo in the description of change 24253

p4raw-id: //depot/perl@26687

18 years agoUpgrade to version-0.52
Steve Peters [Fri, 6 Jan 2006 21:59:00 +0000]
Upgrade to version-0.52

p4raw-id: //depot/perl@26685

18 years agomake ithreads shared vars smaller/quicker by eliminating shared_sv
Dave Mitchell [Fri, 6 Jan 2006 21:13:12 +0000]
make ithreads shared vars smaller/quicker by eliminating shared_sv
struct. Also document how it works.

p4raw-id: //depot/perl@26684

18 years agoconst'ing parameters killed the builds for djgpp. Changes get the
Steve Peters [Fri, 6 Jan 2006 18:59:54 +0000]
const'ing parameters killed the builds for djgpp.  Changes get the
Perl core, but not the modules, to compile cleanly.

p4raw-id: //depot/perl@26680

18 years agoNegating an unsigned value generates warnings for some compilers, so
Nicholas Clark [Fri, 6 Jan 2006 18:29:57 +0000]
Negating an unsigned value generates warnings for some compilers, so
cast it first.

p4raw-id: //depot/perl@26679

18 years agoDBL_MAX and FLT_MAX are not constants in Borland C++
Steve Hay [Fri, 6 Jan 2006 17:20:47 +0000]
DBL_MAX and FLT_MAX are not constants in Borland C++

(Fixes BCC compilation error in POSIX introduced by change 26455)

p4raw-id: //depot/perl@26677

18 years agohv_fetchs() support
Andy Lester [Fri, 6 Jan 2006 09:57:19 +0000]
hv_fetchs() support
Message-ID: <20060106155719.GB9035@petdance.com>

p4raw-id: //depot/perl@26676

18 years agosprinkle dVAR
Jarkko Hietaniemi [Fri, 6 Jan 2006 16:18:53 +0000]
sprinkle dVAR
Message-ID: <43BE7C4D.1010302@gmail.com>

p4raw-id: //depot/perl@26675

18 years agoperformance tweaking op.c
Andy Lester [Fri, 6 Jan 2006 01:44:48 +0000]
performance tweaking op.c
Message-ID: <20060106074448.GB3401@petdance.com>

p4raw-id: //depot/perl@26674

18 years agoRemove code duplicated a few lines above by change 19695.
Gisle Aas [Fri, 6 Jan 2006 14:00:14 +0000]
Remove code duplicated a few lines above by change 19695.

p4raw-id: //depot/perl@26673

18 years agoMove "DEVEL####" marker to the 'perl -v' output.
Gisle Aas [Fri, 6 Jan 2006 13:57:27 +0000]
Move "DEVEL####" marker to the 'perl -v' output.
This avoids problem with using STRINGIFY in patchlevel.h
(ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).

p4raw-id: //depot/perl@26672

18 years agoReplacing broken call to savepvn() with savepvs() to get threaded
Steve Peters [Fri, 6 Jan 2006 13:04:44 +0000]
Replacing broken call to savepvn() with savepvs() to get threaded
Cygwin to compile again.

p4raw-id: //depot/perl@26671

18 years agoMake '-s' on the shebang line able to parse -foo=bar switches again.
Gisle Aas [Fri, 6 Jan 2006 10:54:18 +0000]
Make '-s' on the shebang line able to parse -foo=bar switches again.
This feature was broken by change 19695 some years ago
and integrated into perl-5.8.1.  perl-5.8.0 was fine.
Ref http://bugs.activestate.com/show_bug.cgi?id=43483

p4raw-id: //depot/perl@26670

18 years agoImprove description of the -s switch.
Gisle Aas [Fri, 6 Jan 2006 10:38:37 +0000]
Improve description of the -s switch.
I found the "This means you can have switches
with two leading dashes." sentence introduced by
change 7144 really confusing.  The note after
the example should make it clear enough that double
dash switches can be used for those that insist.

p4raw-id: //depot/perl@26669

18 years agoTest if the probed availability of v?snprintf () is
H.Merijn Brand [Thu, 5 Jan 2006 21:04:32 +0000]
Test if the probed availability of v?snprintf () is
actually usable. Thanks to Russ and Jarkko.

p4raw-id: //depot/perl@26668

18 years agoUpgrade to CPAN.pm 1.83
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:39:07 +0000]
Upgrade to CPAN.pm 1.83

p4raw-id: //depot/perl@26666

18 years agoRegenerate PODs
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:27:28 +0000]
Regenerate PODs

p4raw-id: //depot/perl@26665

18 years agoWorkaround another problem following change 26395
Steve Hay [Thu, 5 Jan 2006 17:24:44 +0000]
Workaround another problem following change 26395

MinGW doesn't like 26395 either! (ref: change 26634)

p4raw-id: //depot/perl@26664

18 years agoReally commit change 26662 (duh)
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:19:27 +0000]
Really commit change 26662 (duh)

p4raw-id: //depot/perl@26663

18 years agoLet table of contents know about perllinux man page
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:17:52 +0000]
Let table of contents know about perllinux man page

p4raw-id: //depot/perl@26662

18 years agoUpdate Changes
Rafael Garcia-Suarez [Thu, 5 Jan 2006 16:58:51 +0000]
Update Changes

p4raw-id: //depot/perl@26661

18 years agoMinGW and lib/CORE/Win32.h
Sisyphus [Wed, 4 Jan 2006 21:29:19 +0000]
MinGW and lib/CORE/Win32.h
From: "Sisyphus" <sisyphus1@optusnet.com.au>
Message-ID: <024301c61119$bca4a840$e201140a@desktop>

p4raw-id: //depot/perl@26659

18 years agoInstall less README files
Rafael Garcia-Suarez [Thu, 5 Jan 2006 15:33:32 +0000]
Install less README files

p4raw-id: //depot/perl@26658

18 years agoRemove old Pod::Man parser creation.
Rafael Garcia-Suarez [Thu, 5 Jan 2006 14:36:40 +0000]
Remove old Pod::Man parser creation.
Fix a run-time warning.

p4raw-id: //depot/perl@26657

18 years agoChange installman to instantiate a new Pod::Man instance for each
Steve Peters [Thu, 5 Jan 2006 14:33:16 +0000]
Change installman to instantiate a new Pod::Man instance for each
file processed.  This is now required with podlators-2.0.

p4raw-id: //depot/perl@26656

18 years agoReorder changes made in change 26630
Steve Hay [Thu, 5 Jan 2006 09:21:52 +0000]
Reorder changes made in change 26630

(Keep the order in win32/config.* and win32/config_H.* the same as in
Configure and config_H.SH for easier diffing)

p4raw-id: //depot/perl@26655

18 years agoRun regen.pl (Just updating copyright years)
Steve Hay [Wed, 4 Jan 2006 17:57:14 +0000]
Run regen.pl (Just updating copyright years)

p4raw-id: //depot/perl@26654

18 years agoDon't try to export PL_my_ctx_mutex and PL_my_cxt_* when
Steve Hay [Wed, 4 Jan 2006 17:49:38 +0000]
Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
PERL_IMPLICIT_CONTEXT is not defined

Fixes non-threaded build errors on Win32 following change 26523

p4raw-id: //depot/perl@26653

18 years agoMore copyright updates
Rafael Garcia-Suarez [Wed, 4 Jan 2006 17:19:37 +0000]
More copyright updates

p4raw-id: //depot/perl@26652

18 years agoRe: [patch] optimized constant subs are cool, teach B::Concise about them
Jim Cromie [Tue, 3 Jan 2006 23:18:09 +0000]
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <43BB68A1.7060708@gmail.com>

With syntactic tweaks to the test file

p4raw-id: //depot/perl@26651

18 years agoMove all the xxxpvs() macros to handy.h.
Gisle Aas [Wed, 4 Jan 2006 16:42:03 +0000]
Move all the xxxpvs() macros to handy.h.
This brings them closer to STR_WITH_LEN.  Besides only half
of them were sv-related after change 26649.

p4raw-id: //depot/perl@26650

18 years agoMake the new STR_WITH_LEN() affected compile under -Dusethreads.
Gisle Aas [Wed, 4 Jan 2006 16:15:34 +0000]
Make the new STR_WITH_LEN() affected compile under -Dusethreads.
Can't use STR_WITH_LEN() as argument to a macro :-(

p4raw-id: //depot/perl@26649

18 years agoAdd an extra NUL so that we can use sv_catpvs()
Gisle Aas [Wed, 4 Jan 2006 14:23:20 +0000]
Add an extra NUL so that we can use sv_catpvs()
for "our @F=split..." and get rid of 15 and the
explaination for why it's there.

p4raw-id: //depot/perl@26648

18 years agoGet rid of hardcoded string length.
Gisle Aas [Wed, 4 Jan 2006 14:10:34 +0000]
Get rid of hardcoded string length.

p4raw-id: //depot/perl@26647

18 years agoIntroduce newSVpvs_share() macro.
Gisle Aas [Wed, 4 Jan 2006 14:04:16 +0000]
Introduce newSVpvs_share() macro.
Gets rid of some hardcoded string lengths.

p4raw-id: //depot/perl@26646

18 years agoGet rid of a few more hardcoded string lengths.
Gisle Aas [Wed, 4 Jan 2006 13:53:16 +0000]
Get rid of a few more hardcoded string lengths.

p4raw-id: //depot/perl@26645

18 years agoUpdate copyright year.
Steve Peters [Wed, 4 Jan 2006 13:13:50 +0000]
Update copyright year.

p4raw-id: //depot/perl@26644

18 years agoFix some compilation warnings
Rafael Garcia-Suarez [Wed, 4 Jan 2006 13:02:18 +0000]
Fix some compilation warnings

p4raw-id: //depot/perl@26643

18 years agoGet rid of a few more hardcoded string lengths.
Gisle Aas [Wed, 4 Jan 2006 13:00:45 +0000]
Get rid of a few more hardcoded string lengths.

p4raw-id: //depot/perl@26642

18 years agoIntroduce the macros newSVpvs(str) and sv_catpvs(sv, str).
Gisle Aas [Wed, 4 Jan 2006 12:48:34 +0000]
Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
Gets rid of many hardcoded string lengths.

p4raw-id: //depot/perl@26641

18 years agoRemoved unused part of string passed to sv_catpvn().
Gisle Aas [Wed, 4 Jan 2006 12:35:45 +0000]
Removed unused part of string passed to sv_catpvn().

p4raw-id: //depot/perl@26640

18 years agoUpdates to various configurations courtesy of Jarkko.
Steve Peters [Wed, 4 Jan 2006 12:31:17 +0000]
Updates to various configurations courtesy of Jarkko.

p4raw-id: //depot/perl@26639

18 years agoDon't warn about invalid dirhandles in DirHandle::DESTROY().
Steve Peters [Wed, 4 Jan 2006 12:19:49 +0000]
Don't warn about invalid dirhandles in DirHandle::DESTROY().

p4raw-id: //depot/perl@26638

18 years agoMake Borland and MinGW happy with change 26379
Steve Hay [Wed, 4 Jan 2006 11:10:36 +0000]
Make Borland and MinGW happy with change 26379

(They both complain "invalid conversion from `void*' to `HWND__*'"
otherwise)

p4raw-id: //depot/perl@26637

18 years agoFix typo in comment.
Gisle Aas [Wed, 4 Jan 2006 10:46:42 +0000]
Fix typo in comment.

p4raw-id: //depot/perl@26636

18 years agoIntroduce STR_WITH_LEN macro in the form suggested by Chip.
Gisle Aas [Wed, 4 Jan 2006 10:44:48 +0000]
Introduce STR_WITH_LEN macro in the form suggested by Chip.

p4raw-id: //depot/perl@26635

18 years agoWorkaround Win32 compiler bugs following change 26395
Steve Hay [Wed, 4 Jan 2006 10:39:13 +0000]
Workaround Win32 compiler bugs following change 26395

Can't understand what VC++ 6 and Borland don't like about it.  There
is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
are all happy.

p4raw-id: //depot/perl@26634

18 years agoSilence compiler warning; ref change 26598
Gisle Aas [Wed, 4 Jan 2006 10:25:42 +0000]
Silence compiler warning; ref change 26598

p4raw-id: //depot/perl@26633

18 years agoAdded snprintf() and vsnprintf() to configure.com as 'undef'.
Steve Peters [Wed, 4 Jan 2006 03:43:20 +0000]
Added snprintf() and vsnprintf() to configure.com as 'undef'.

p4raw-id: //depot/perl@26632

18 years agoAdd warnings for the various other *dir() functions when attempted
Steve Peters [Wed, 4 Jan 2006 03:31:08 +0000]
Add warnings for the various other *dir() functions when attempted
on invalid dirhandles.

p4raw-id: //depot/perl@26631

18 years agoAdd snprintf() and vsnprintf() to the various Win32 configuration
Steve Peters [Wed, 4 Jan 2006 02:47:39 +0000]
Add snprintf() and vsnprintf() to the various Win32 configuration
files.

p4raw-id: //depot/perl@26630

18 years agoRe: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
Mike Guy [Tue, 3 Jan 2006 19:18:41 +0000]
Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@26625

18 years agoIf NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
Nicholas Clark [Tue, 3 Jan 2006 19:38:24 +0000]
If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
the NV only if the new body has an NV. (D'oh!)

p4raw-id: //depot/perl@26623

18 years agoAttemting to readdir() something that isn't a dirhandle should cause
Steve Peters [Tue, 3 Jan 2006 18:14:27 +0000]
Attemting to readdir() something that isn't a dirhandle should cause
a warning.

p4raw-id: //depot/perl@26617

18 years agoFix release mode builds following change 26598
Steve Hay [Tue, 3 Jan 2006 15:57:18 +0000]
Fix release mode builds following change 26598

p4raw-id: //depot/perl@26608

18 years agoperldiag.pod additions to go with change #26602.
Steve Peters [Tue, 3 Jan 2006 15:56:19 +0000]
perldiag.pod additions to go with change #26602.
p4raw-link: @26602 on //depot/perl: 8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9

p4raw-id: //depot/perl@26607

18 years agoAdd probe for snprintf () and vsnprintf ()
Steve Peters [Mon, 2 Jan 2006 09:37:27 +0000]
Add probe for snprintf () and vsnprintf ()

Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@26606

18 years agoUpdate perldelta, up to change 25344 more or less.
Rafael Garcia-Suarez [Tue, 3 Jan 2006 15:42:19 +0000]
Update perldelta, up to change 25344 more or less.

p4raw-id: //depot/perl@26605

18 years agoBad symbols that are pretending to be dirhandles, should say they
Steve Peters [Tue, 3 Jan 2006 14:58:21 +0000]
Bad symbols that are pretending to be dirhandles, should say they
are dirhandles in their error messages.

p4raw-id: //depot/perl@26602

18 years agoSync perlfaq.
Rafael Garcia-Suarez [Tue, 3 Jan 2006 14:10:04 +0000]
Sync perlfaq.

p4raw-id: //depot/perl@26601

18 years agosilence some compiler warnings
Dave Mitchell [Tue, 3 Jan 2006 12:29:38 +0000]
silence some compiler warnings

p4raw-id: //depot/perl@26598

18 years agoRe: [patch] optimized constant subs are cool, teach B::Concise about them
Jim Cromie [Mon, 2 Jan 2006 15:06:48 +0000]
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <43B9A3F8.8060609@gmail.com>

p4raw-id: //depot/perl@26595

18 years agoRe: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
Stephen McCamant [Mon, 2 Jan 2006 18:52:24 +0000]
Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>

p4raw-id: //depot/perl@26594

18 years ago[patch@26561] utf8.c const issue.
John E. Malmberg [Mon, 2 Jan 2006 14:16:02 +0000]
[patch@26561] utf8.c const issue.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43B97BF2.2050201@qsl.net>

p4raw-id: //depot/perl@26593

18 years ago[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
Andreas König [Tue, 3 Jan 2006 00:33:27 +0000]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
Message-ID: <87u0cm433s.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26592

18 years agoithreads: SVs that were only on the tmps stack leaked
Dave Mitchell [Tue, 3 Jan 2006 02:20:28 +0000]
ithreads: SVs that were only on the tmps stack leaked

p4raw-id: //depot/perl@26591

18 years agoThe two never used NOTYET switch ops can go.
Nicholas Clark [Mon, 2 Jan 2006 22:52:03 +0000]
The two never used NOTYET switch ops can go.

p4raw-id: //depot/perl@26589

18 years agostop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
Dave Mitchell [Mon, 2 Jan 2006 21:50:55 +0000]
stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
(change #25775 wasn't complete)
p4raw-link: @25775 on //depot/perl: 22162ca81623f0ce6683af5e97b91bf10ad89079

p4raw-id: //depot/perl@26587

18 years agoMore missing AUTHORS
Nicholas Clark [Mon, 2 Jan 2006 20:48:30 +0000]
More missing AUTHORS

p4raw-id: //depot/perl@26586

18 years agopatch@26561 & earlier - buffer overrun in VMS.C
John E. Malmberg [Mon, 2 Jan 2006 14:05:43 +0000]
patch@26561 & earlier - buffer overrun in VMS.C
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43B97987.70201@qsl.net>

p4raw-id: //depot/perl@26581

18 years agoErk! craigb's changes come out of p4 with ^Ms as line endings.
Nicholas Clark [Mon, 2 Jan 2006 18:48:13 +0000]
Erk! craigb's changes come out of p4 with ^Ms as line endings.
Long term, need to fix the update changes script to cope.

p4raw-id: //depot/perl@26580

18 years agoMore missing AUTHORS
Nicholas Clark [Mon, 2 Jan 2006 18:44:14 +0000]
More missing AUTHORS

p4raw-id: //depot/perl@26579

18 years agoFix up missing and duplicate AUTHORS
Nicholas Clark [Mon, 2 Jan 2006 17:04:55 +0000]
Fix up missing and duplicate AUTHORS

p4raw-id: //depot/perl@26578

18 years agoRe: [patch] optimized constant subs are cool, teach B::Concise about them
Jim Cromie [Sun, 1 Jan 2006 23:05:00 +0000]
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <43B8C28C.20502@gmail.com>

p4raw-id: //depot/perl@26576

18 years agoSince we no longer autovivify stashes (change #26370), we need
Rafael Garcia-Suarez [Mon, 2 Jan 2006 15:19:59 +0000]
Since we no longer autovivify stashes (change #26370), we need
to turn off strict-refs on them, or we'll have a stricture
error the first time we'd try to access them (when they'll be
actually autovivified).
p4raw-link: @26370 on //depot/perl: adc51b978ed1b2e9d4512c9bfa80386ac917d05a

p4raw-id: //depot/perl@26574

18 years agoDocumentation fix for File::Temp::new
pm@capmon.dk [Mon, 2 Jan 2006 02:48:41 +0000]
Documentation fix for File::Temp::new

Subject: [perl #38127] Bug in perldoc File::Temp
From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>

p4raw-id: //depot/perl@26573

18 years agoHappy New Year. (It's not just embed.pl).
Nicholas Clark [Mon, 2 Jan 2006 14:43:37 +0000]
Happy New Year. (It's not just embed.pl).

p4raw-id: //depot/perl@26572

18 years agoNote that the "unlink"ing directories is attempted when running as a
Steve Peters [Mon, 2 Jan 2006 14:24:58 +0000]
Note that the "unlink"ing directories is attempted when running as a
superuser, and that some operating systems may not support it.

p4raw-id: //depot/perl@26571

18 years agoTypo fix in the description of change 26370.
Nicholas Clark [Mon, 2 Jan 2006 12:19:51 +0000]
Typo fix in the description of change 26370.
(Also corrected in the repository)

p4raw-id: //depot/perl@26570

18 years agoadd svt_local slot to magic vtable, and fix local $shared
Dave Mitchell [Mon, 2 Jan 2006 12:09:37 +0000]
add svt_local slot to magic vtable, and fix local $shared

p4raw-id: //depot/perl@26569

18 years agoAdd 2006 to the copyright years in the header generated by embed.pl
Nicholas Clark [Mon, 2 Jan 2006 11:48:28 +0000]
Add 2006 to the copyright years in the header generated by embed.pl

p4raw-id: //depot/perl@26565

18 years ago[patch] comment grammar and indentation, spurious tab
Jim Cromie [Fri, 30 Dec 2005 22:45:55 +0000]
[patch] comment grammar and indentation, spurious tab
Message-ID: <43B61B13.3050704@gmail.com>

p4raw-id: //depot/perl@26564

18 years ago[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
Andreas König [Sun, 1 Jan 2006 10:12:46 +0000]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>

p4raw-id: //depot/perl@26563

18 years agoUpdate copyrights for files modified in 2006
Rafael Garcia-Suarez [Mon, 2 Jan 2006 10:56:05 +0000]
Update copyrights for files modified in 2006

p4raw-id: //depot/perl@26562

18 years agoGet rid of length argument for the FEATURE_IS_ENABLED() macro.
Gisle Aas [Sun, 1 Jan 2006 20:43:00 +0000]
Get rid of length argument for the FEATURE_IS_ENABLED() macro.

p4raw-id: //depot/perl@26561

18 years agoMaking 0 pointers to NULLs
Andy Lester [Fri, 30 Dec 2005 23:05:58 +0000]
Making 0 pointers to NULLs
Message-ID: <20051231050558.GA29093@petdance.com>

p4raw-id: //depot/perl@26558

18 years agoConfigure: stdio char (un)signedness
Jarkko Hietaniemi [Sat, 26 Nov 2005 11:25:18 +0000]
Configure: stdio char (un)signedness
Message-ID: <438829FE.8070202@gmail.com>

p4raw-id: //depot/perl@26557