Craig A. Berry [Fri, 6 Jan 2006 23:16:30 +0000 (23:16 +0000)]
Make VMS manifest checker handle multi-dot filenames on ODS-5
p4raw-id: //depot/perl@26690
Nicholas Clark [Fri, 6 Jan 2006 22:19:47 +0000 (22:19 +0000)]
Correct the typo in the description of change 24253
p4raw-id: //depot/perl@26687
Steve Peters [Fri, 6 Jan 2006 21:59:00 +0000 (21:59 +0000)]
Upgrade to version-0.52
p4raw-id: //depot/perl@26685
Dave Mitchell [Fri, 6 Jan 2006 21:13:12 +0000 (21:13 +0000)]
make ithreads shared vars smaller/quicker by eliminating shared_sv
struct. Also document how it works.
p4raw-id: //depot/perl@26684
Steve Peters [Fri, 6 Jan 2006 18:59:54 +0000 (18:59 +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
Nicholas Clark [Fri, 6 Jan 2006 18:29:57 +0000 (18:29 +0000)]
Negating an unsigned value generates warnings for some compilers, so
cast it first.
p4raw-id: //depot/perl@26679
Steve Hay [Fri, 6 Jan 2006 17:20:47 +0000 (17:20 +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
Andy Lester [Fri, 6 Jan 2006 09:57:19 +0000 (03:57 -0600)]
hv_fetchs() support
Message-ID: <
20060106155719.GB9035@petdance.com>
p4raw-id: //depot/perl@26676
Jarkko Hietaniemi [Fri, 6 Jan 2006 16:18:53 +0000 (18:18 +0200)]
sprinkle dVAR
Message-ID: <
43BE7C4D.1010302@gmail.com>
p4raw-id: //depot/perl@26675
Andy Lester [Fri, 6 Jan 2006 01:44:48 +0000 (19:44 -0600)]
performance tweaking op.c
Message-ID: <
20060106074448.GB3401@petdance.com>
p4raw-id: //depot/perl@26674
Gisle Aas [Fri, 6 Jan 2006 14:00:14 +0000 (14:00 +0000)]
Remove code duplicated a few lines above by change 19695.
p4raw-id: //depot/perl@26673
Gisle Aas [Fri, 6 Jan 2006 13:57:27 +0000 (13:57 +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
Steve Peters [Fri, 6 Jan 2006 13:04:44 +0000 (13:04 +0000)]
Replacing broken call to savepvn() with savepvs() to get threaded
Cygwin to compile again.
p4raw-id: //depot/perl@26671
Gisle Aas [Fri, 6 Jan 2006 10:54:18 +0000 (10:54 +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
Gisle Aas [Fri, 6 Jan 2006 10:38:37 +0000 (10:38 +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
H.Merijn Brand [Thu, 5 Jan 2006 21:04:32 +0000 (21:04 +0000)]
Test if the probed availability of v?snprintf () is
actually usable. Thanks to Russ and Jarkko.
p4raw-id: //depot/perl@26668
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:39:07 +0000 (17:39 +0000)]
Upgrade to CPAN.pm 1.83
p4raw-id: //depot/perl@26666
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:27:28 +0000 (17:27 +0000)]
Regenerate PODs
p4raw-id: //depot/perl@26665
Steve Hay [Thu, 5 Jan 2006 17:24:44 +0000 (17:24 +0000)]
Workaround another problem following change 26395
MinGW doesn't like 26395 either! (ref: change 26634)
p4raw-id: //depot/perl@26664
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:19:27 +0000 (17:19 +0000)]
Really commit change 26662 (duh)
p4raw-id: //depot/perl@26663
Rafael Garcia-Suarez [Thu, 5 Jan 2006 17:17:52 +0000 (17:17 +0000)]
Let table of contents know about perllinux man page
p4raw-id: //depot/perl@26662
Rafael Garcia-Suarez [Thu, 5 Jan 2006 16:58:51 +0000 (16:58 +0000)]
Update Changes
p4raw-id: //depot/perl@26661
Sisyphus [Wed, 4 Jan 2006 21:29:19 +0000 (08:29 +1100)]
MinGW and lib/CORE/Win32.h
From: "Sisyphus" <sisyphus1@optusnet.com.au>
Message-ID: <
024301c61119$
bca4a840$
e201140a@desktop>
p4raw-id: //depot/perl@26659
Rafael Garcia-Suarez [Thu, 5 Jan 2006 15:33:32 +0000 (15:33 +0000)]
Install less README files
p4raw-id: //depot/perl@26658
Rafael Garcia-Suarez [Thu, 5 Jan 2006 14:36:40 +0000 (14:36 +0000)]
Remove old Pod::Man parser creation.
Fix a run-time warning.
p4raw-id: //depot/perl@26657
Steve Peters [Thu, 5 Jan 2006 14:33:16 +0000 (14:33 +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
Steve Hay [Thu, 5 Jan 2006 09:21:52 +0000 (09:21 +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
Steve Hay [Wed, 4 Jan 2006 17:57:14 +0000 (17:57 +0000)]
Run regen.pl (Just updating copyright years)
p4raw-id: //depot/perl@26654
Steve Hay [Wed, 4 Jan 2006 17:49:38 +0000 (17:49 +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
Rafael Garcia-Suarez [Wed, 4 Jan 2006 17:19:37 +0000 (17:19 +0000)]
More copyright updates
p4raw-id: //depot/perl@26652
Jim Cromie [Tue, 3 Jan 2006 23:18:09 +0000 (16:18 -0700)]
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
Gisle Aas [Wed, 4 Jan 2006 16:42:03 +0000 (16:42 +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
Gisle Aas [Wed, 4 Jan 2006 16:15:34 +0000 (16:15 +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
Gisle Aas [Wed, 4 Jan 2006 14:23:20 +0000 (14:23 +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
Gisle Aas [Wed, 4 Jan 2006 14:10:34 +0000 (14:10 +0000)]
Get rid of hardcoded string length.
p4raw-id: //depot/perl@26647
Gisle Aas [Wed, 4 Jan 2006 14:04:16 +0000 (14:04 +0000)]
Introduce newSVpvs_share() macro.
Gets rid of some hardcoded string lengths.
p4raw-id: //depot/perl@26646
Gisle Aas [Wed, 4 Jan 2006 13:53:16 +0000 (13:53 +0000)]
Get rid of a few more hardcoded string lengths.
p4raw-id: //depot/perl@26645
Steve Peters [Wed, 4 Jan 2006 13:13:50 +0000 (13:13 +0000)]
Update copyright year.
p4raw-id: //depot/perl@26644
Rafael Garcia-Suarez [Wed, 4 Jan 2006 13:02:18 +0000 (13:02 +0000)]
Fix some compilation warnings
p4raw-id: //depot/perl@26643
Gisle Aas [Wed, 4 Jan 2006 13:00:45 +0000 (13:00 +0000)]
Get rid of a few more hardcoded string lengths.
p4raw-id: //depot/perl@26642
Gisle Aas [Wed, 4 Jan 2006 12:48:34 +0000 (12:48 +0000)]
Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
Gets rid of many hardcoded string lengths.
p4raw-id: //depot/perl@26641
Gisle Aas [Wed, 4 Jan 2006 12:35:45 +0000 (12:35 +0000)]
Removed unused part of string passed to sv_catpvn().
p4raw-id: //depot/perl@26640
Steve Peters [Wed, 4 Jan 2006 12:31:17 +0000 (12:31 +0000)]
Updates to various configurations courtesy of Jarkko.
p4raw-id: //depot/perl@26639
Steve Peters [Wed, 4 Jan 2006 12:19:49 +0000 (12:19 +0000)]
Don't warn about invalid dirhandles in DirHandle::DESTROY().
p4raw-id: //depot/perl@26638
Steve Hay [Wed, 4 Jan 2006 11:10:36 +0000 (11:10 +0000)]
Make Borland and MinGW happy with change 26379
(They both complain "invalid conversion from `void*' to `HWND__*'"
otherwise)
p4raw-id: //depot/perl@26637
Gisle Aas [Wed, 4 Jan 2006 10:46:42 +0000 (10:46 +0000)]
Fix typo in comment.
p4raw-id: //depot/perl@26636
Gisle Aas [Wed, 4 Jan 2006 10:44:48 +0000 (10:44 +0000)]
Introduce STR_WITH_LEN macro in the form suggested by Chip.
p4raw-id: //depot/perl@26635
Steve Hay [Wed, 4 Jan 2006 10:39:13 +0000 (10:39 +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
Gisle Aas [Wed, 4 Jan 2006 10:25:42 +0000 (10:25 +0000)]
Silence compiler warning; ref change 26598
p4raw-id: //depot/perl@26633
Steve Peters [Wed, 4 Jan 2006 03:43:20 +0000 (03:43 +0000)]
Added snprintf() and vsnprintf() to configure.com as 'undef'.
p4raw-id: //depot/perl@26632
Steve Peters [Wed, 4 Jan 2006 03:31:08 +0000 (03:31 +0000)]
Add warnings for the various other *dir() functions when attempted
on invalid dirhandles.
p4raw-id: //depot/perl@26631
Steve Peters [Wed, 4 Jan 2006 02:47:39 +0000 (02:47 +0000)]
Add snprintf() and vsnprintf() to the various Win32 configuration
files.
p4raw-id: //depot/perl@26630
Mike Guy [Tue, 3 Jan 2006 19:18:41 +0000 (19:18 +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
Nicholas Clark [Tue, 3 Jan 2006 19:38:24 +0000 (19:38 +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
Steve Peters [Tue, 3 Jan 2006 18:14:27 +0000 (18:14 +0000)]
Attemting to readdir() something that isn't a dirhandle should cause
a warning.
p4raw-id: //depot/perl@26617
Steve Hay [Tue, 3 Jan 2006 15:57:18 +0000 (15:57 +0000)]
Fix release mode builds following change 26598
p4raw-id: //depot/perl@26608
Steve Peters [Tue, 3 Jan 2006 15:56:19 +0000 (15:56 +0000)]
perldiag.pod additions to go with change #26602.
p4raw-link: @26602 on //depot/perl:
8b5be85c6c6a87e2cf6fc80a9ccc8056a4d1bbf9
p4raw-id: //depot/perl@26607
Steve Peters [Mon, 2 Jan 2006 09:37:27 +0000 (03:37 -0600)]
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
Rafael Garcia-Suarez [Tue, 3 Jan 2006 15:42:19 +0000 (15:42 +0000)]
Update perldelta, up to change 25344 more or less.
p4raw-id: //depot/perl@26605
Steve Peters [Tue, 3 Jan 2006 14:58:21 +0000 (14:58 +0000)]
Bad symbols that are pretending to be dirhandles, should say they
are dirhandles in their error messages.
p4raw-id: //depot/perl@26602
Rafael Garcia-Suarez [Tue, 3 Jan 2006 14:10:04 +0000 (14:10 +0000)]
Sync perlfaq.
p4raw-id: //depot/perl@26601
Dave Mitchell [Tue, 3 Jan 2006 12:29:38 +0000 (12:29 +0000)]
silence some compiler warnings
p4raw-id: //depot/perl@26598
Jim Cromie [Mon, 2 Jan 2006 15:06:48 +0000 (08:06 -0700)]
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <
43B9A3F8.8060609@gmail.com>
p4raw-id: //depot/perl@26595
Stephen McCamant [Mon, 2 Jan 2006 18:52:24 +0000 (10:52 -0800)]
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
John E. Malmberg [Mon, 2 Jan 2006 14:16:02 +0000 (09:16 -0500)]
[patch@26561] utf8.c const issue.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <
43B97BF2.2050201@qsl.net>
p4raw-id: //depot/perl@26593
Andreas König [Tue, 3 Jan 2006 00:33:27 +0000 (01:33 +0100)]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@26592
Dave Mitchell [Tue, 3 Jan 2006 02:20:28 +0000 (02:20 +0000)]
ithreads: SVs that were only on the tmps stack leaked
p4raw-id: //depot/perl@26591
Nicholas Clark [Mon, 2 Jan 2006 22:52:03 +0000 (22:52 +0000)]
The two never used NOTYET switch ops can go.
p4raw-id: //depot/perl@26589
Dave Mitchell [Mon, 2 Jan 2006 21:50:55 +0000 (21:50 +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
Nicholas Clark [Mon, 2 Jan 2006 20:48:30 +0000 (20:48 +0000)]
More missing AUTHORS
p4raw-id: //depot/perl@26586
John E. Malmberg [Mon, 2 Jan 2006 14:05:43 +0000 (09:05 -0500)]
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
Nicholas Clark [Mon, 2 Jan 2006 18:48:13 +0000 (18:48 +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
Nicholas Clark [Mon, 2 Jan 2006 18:44:14 +0000 (18:44 +0000)]
More missing AUTHORS
p4raw-id: //depot/perl@26579
Nicholas Clark [Mon, 2 Jan 2006 17:04:55 +0000 (17:04 +0000)]
Fix up missing and duplicate AUTHORS
p4raw-id: //depot/perl@26578
Jim Cromie [Sun, 1 Jan 2006 23:05:00 +0000 (16:05 -0700)]
Re: [patch] optimized constant subs are cool, teach B::Concise about them
Message-ID: <
43B8C28C.20502@gmail.com>
p4raw-id: //depot/perl@26576
Rafael Garcia-Suarez [Mon, 2 Jan 2006 15:19:59 +0000 (15:19 +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
pm@capmon.dk [Mon, 2 Jan 2006 02:48:41 +0000 (18:48 -0800)]
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
Nicholas Clark [Mon, 2 Jan 2006 14:43:37 +0000 (14:43 +0000)]
Happy New Year. (It's not just embed.pl).
p4raw-id: //depot/perl@26572
Steve Peters [Mon, 2 Jan 2006 14:24:58 +0000 (14:24 +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
Nicholas Clark [Mon, 2 Jan 2006 12:19:51 +0000 (12:19 +0000)]
Typo fix in the description of change 26370.
(Also corrected in the repository)
p4raw-id: //depot/perl@26570
Dave Mitchell [Mon, 2 Jan 2006 12:09:37 +0000 (12:09 +0000)]
add svt_local slot to magic vtable, and fix local $shared
p4raw-id: //depot/perl@26569
Nicholas Clark [Mon, 2 Jan 2006 11:48:28 +0000 (11:48 +0000)]
Add 2006 to the copyright years in the header generated by embed.pl
p4raw-id: //depot/perl@26565
Jim Cromie [Fri, 30 Dec 2005 22:45:55 +0000 (15:45 -0700)]
[patch] comment grammar and indentation, spurious tab
Message-ID: <
43B61B13.3050704@gmail.com>
p4raw-id: //depot/perl@26564
Andreas König [Sun, 1 Jan 2006 10:12:46 +0000 (11:12 +0100)]
[PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
p4raw-id: //depot/perl@26563
Rafael Garcia-Suarez [Mon, 2 Jan 2006 10:56:05 +0000 (10:56 +0000)]
Update copyrights for files modified in 2006
p4raw-id: //depot/perl@26562
Gisle Aas [Sun, 1 Jan 2006 20:43:00 +0000 (20:43 +0000)]
Get rid of length argument for the FEATURE_IS_ENABLED() macro.
p4raw-id: //depot/perl@26561
Andy Lester [Fri, 30 Dec 2005 23:05:58 +0000 (17:05 -0600)]
Making 0 pointers to NULLs
Message-ID: <
20051231050558.GA29093@petdance.com>
p4raw-id: //depot/perl@26558
Jarkko Hietaniemi [Sat, 26 Nov 2005 11:25:18 +0000 (13:25 +0200)]
Configure: stdio char (un)signedness
Message-ID: <
438829FE.8070202@gmail.com>
p4raw-id: //depot/perl@26557
Andy Lester [Fri, 30 Dec 2005 23:05:58 +0000 (17:05 -0600)]
Making 0 pointers to NULLs
Message-ID: <
20051231050558.GA29093@petdance.com>
p4raw-id: //depot/perl@26556
Dave Mitchell [Sat, 31 Dec 2005 23:24:26 +0000 (23:24 +0000)]
make threads use MY_CXT API rather than using PL_modglobal
p4raw-id: //depot/perl@26555
Dave Mitchell [Sat, 31 Dec 2005 21:36:05 +0000 (21:36 +0000)]
tidy index arrangements in new MY_CXT code
p4raw-id: //depot/perl@26554
Steve Peters [Sat, 31 Dec 2005 18:45:37 +0000 (18:45 +0000)]
Upgrade to CPAN-1.80_57
p4raw-id: //depot/perl@26553
Nicholas Clark [Sat, 31 Dec 2005 17:24:34 +0000 (17:24 +0000)]
Turn a for loop that's almost a while into an honest-to-goodness while.
p4raw-id: //depot/perl@26552
Nicholas Clark [Sat, 31 Dec 2005 16:57:32 +0000 (16:57 +0000)]
Calling Perl_hv_clear_placeholders while the hash iterator was active
would turn lazy delete on, causing the hash to become corrupted at the
next iterator change.
p4raw-id: //depot/perl@26551
Nicholas Clark [Sat, 31 Dec 2005 16:42:08 +0000 (16:42 +0000)]
Remove unneeded test in Perl_hv_clear_placeholders.
Rejig S_hfreeentries to a double loop, which is clearer and smaller.
p4raw-id: //depot/perl@26550
Jan Dubois [Fri, 30 Dec 2005 21:55:00 +0000 (21:55 +0000)]
op/pack.t failure on Win64
Message-ID: <
017a01c60d83$
5dc73110$
2217a8c0@candy>
p4raw-id: //depot/perl@26549
Nicholas Clark [Sat, 31 Dec 2005 15:07:16 +0000 (15:07 +0000)]
Add a test for change 26547. (We no longer expect to see errors about
unbalanced string table reference counts.)
p4raw-id: //depot/perl@26548
Nicholas Clark [Sat, 31 Dec 2005 14:57:27 +0000 (14:57 +0000)]
Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
Panic if we seem to be looping forever.
p4raw-id: //depot/perl@26547
Nicholas Clark [Sat, 31 Dec 2005 13:16:06 +0000 (13:16 +0000)]
Stop 'sub a { // }; %::=()' panicing because the backreference array
became lost.
p4raw-id: //depot/perl@26546
Nicholas Clark [Fri, 30 Dec 2005 22:44:06 +0000 (22:44 +0000)]
Marcus Holland-Moritz suggested that assert should
Perl_croak_nocontext rather than Perl_croak.
p4raw-id: //depot/perl@26545