This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
18 years agoThe old COW code needs to use SvPVX_mutable when doing copy-on-write.
Nicholas Clark [Wed, 8 Jun 2005 22:45:39 +0000 (22:45 +0000)]
The old COW code needs to use SvPVX_mutable when doing copy-on-write.

p4raw-id: //depot/perl@24768

18 years agoAdd SvPV_mutable for use by the old COW code.
Nicholas Clark [Wed, 8 Jun 2005 22:43:58 +0000 (22:43 +0000)]
Add SvPV_mutable for use by the old COW code.

p4raw-id: //depot/perl@24767

18 years agosv_setsv is allowed to swipe buffers from read only scalars
Nicholas Clark [Wed, 8 Jun 2005 20:32:35 +0000 (20:32 +0000)]
sv_setsv is allowed to swipe buffers from read only scalars

p4raw-id: //depot/perl@24766

18 years agoconst-ize pp_formline
Nicholas Clark [Wed, 8 Jun 2005 19:49:08 +0000 (19:49 +0000)]
const-ize pp_formline

p4raw-id: //depot/perl@24765

18 years agoCygwin fails to open $^X on many occasion here
H.Merijn Brand [Wed, 8 Jun 2005 19:14:19 +0000 (19:14 +0000)]
Cygwin fails to open $^X on many occasion here
afile is still available from the previous test

p4raw-id: //depot/perl@24764

18 years agoRemove repeated C<n_a>s
Nicholas Clark [Wed, 8 Jun 2005 17:48:35 +0000 (17:48 +0000)]
Remove repeated C<n_a>s

p4raw-id: //depot/perl@24763

18 years agoRemove the n_a
Nicholas Clark [Wed, 8 Jun 2005 17:48:17 +0000 (17:48 +0000)]
Remove the n_a

p4raw-id: //depot/perl@24762

19 years agoAdd and use MgPV_nolen_const
Nicholas Clark [Wed, 8 Jun 2005 16:02:54 +0000 (16:02 +0000)]
Add and use MgPV_nolen_const

p4raw-id: //depot/perl@24761

19 years agoNuke some more n_a, and convert S_gv_ename from char * to const char *
Nicholas Clark [Wed, 8 Jun 2005 15:39:40 +0000 (15:39 +0000)]
Nuke some more n_a, and convert S_gv_ename from char * to const char *

p4raw-id: //depot/perl@24760

19 years agoAllow a null length pointer to sv_pvn_force_flags.
Nicholas Clark [Wed, 8 Jun 2005 14:52:17 +0000 (14:52 +0000)]
Allow a null length pointer to sv_pvn_force_flags.
Add SvPV_force_nolen and use it to remove some C<n_a>s

p4raw-id: //depot/perl@24759

19 years agon_a no more
Nicholas Clark [Wed, 8 Jun 2005 13:43:23 +0000 (13:43 +0000)]
n_a no more

p4raw-id: //depot/perl@24758

19 years agoEliminate more C<n_a>s
Nicholas Clark [Wed, 8 Jun 2005 11:00:54 +0000 (11:00 +0000)]
Eliminate more C<n_a>s

p4raw-id: //depot/perl@24757

19 years agoA mising cast (given that rx->subbeg is only char *)
Nicholas Clark [Wed, 8 Jun 2005 11:00:33 +0000 (11:00 +0000)]
A mising cast (given that rx->subbeg is only char *)

p4raw-id: //depot/perl@24756

19 years agos/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
Nicholas Clark [Wed, 8 Jun 2005 10:08:01 +0000 (10:08 +0000)]
s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g

p4raw-id: //depot/perl@24755

19 years agoregexec.c utf8 loading
Andy Lester [Wed, 8 Jun 2005 00:03:32 +0000 (19:03 -0500)]
regexec.c utf8 loading
Message-ID: <20050608050332.GA31059@petdance.com>

p4raw-id: //depot/perl@24754

19 years agoRe: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
José Pedro Oliveira [Tue, 7 Jun 2005 21:07:42 +0000 (22:07 +0100)]
Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
Message-ID: <42A5FE8E.3020608@di.uminho.pt>

p4raw-id: //depot/perl@24753

19 years agoOne more SvPV_const
Nicholas Clark [Wed, 8 Jun 2005 09:09:52 +0000 (09:09 +0000)]
One more SvPV_const

p4raw-id: //depot/perl@24752

19 years agoDon't test the core XS code yet with PERL_DEBUG_COW > 1
Nicholas Clark [Wed, 8 Jun 2005 09:09:28 +0000 (09:09 +0000)]
Don't test the core XS code yet with PERL_DEBUG_COW > 1

p4raw-id: //depot/perl@24751

19 years agoRemove two more unused C<n_a>s
Nicholas Clark [Wed, 8 Jun 2005 08:50:06 +0000 (08:50 +0000)]
Remove two more unused C<n_a>s

p4raw-id: //depot/perl@24750

19 years agoBetter sv_2pv_flags implementation (avoid writing to n_a)
Nicholas Clark [Wed, 8 Jun 2005 08:49:32 +0000 (08:49 +0000)]
Better sv_2pv_flags implementation (avoid writing to n_a)

p4raw-id: //depot/perl@24749

19 years agoConvert POPpx POPpconstx and POPpbytex to use nolen macros.
Nicholas Clark [Wed, 8 Jun 2005 08:07:05 +0000 (08:07 +0000)]
Convert POPpx POPpconstx and POPpbytex to use nolen macros.
Elminate a lot of C<n_a>s

p4raw-id: //depot/perl@24748

19 years agoAdd SvPVx_nolen and SvPVbytex_nolen
Nicholas Clark [Wed, 8 Jun 2005 08:05:47 +0000 (08:05 +0000)]
Add SvPVx_nolen and SvPVbytex_nolen

p4raw-id: //depot/perl@24747

19 years agoMore SvPV consting
Nicholas Clark [Wed, 8 Jun 2005 08:04:53 +0000 (08:04 +0000)]
More SvPV consting

p4raw-id: //depot/perl@24746

19 years agoMark a static function as static
Rafael Garcia-Suarez [Wed, 8 Jun 2005 06:51:48 +0000 (06:51 +0000)]
Mark a static function as static

p4raw-id: //depot/perl@24745

19 years agoMore SvPV consting
Nicholas Clark [Tue, 7 Jun 2005 22:22:34 +0000 (22:22 +0000)]
More SvPV consting

p4raw-id: //depot/perl@24744

19 years agoMore SvPV consting
Nicholas Clark [Tue, 7 Jun 2005 21:16:13 +0000 (21:16 +0000)]
More SvPV consting

p4raw-id: //depot/perl@24743

19 years agoMore consting of SvPV
Nicholas Clark [Tue, 7 Jun 2005 19:45:13 +0000 (19:45 +0000)]
More consting of SvPV

p4raw-id: //depot/perl@24742

19 years agoThe definition of SvPVx_nolen_const is missing for non GNU-C compilers
Rafael Garcia-Suarez [Tue, 7 Jun 2005 19:30:35 +0000 (19:30 +0000)]
The definition of SvPVx_nolen_const is missing for non GNU-C compilers

p4raw-id: //depot/perl@24741

19 years agoMore SvPV consting.
Nicholas Clark [Tue, 7 Jun 2005 18:38:39 +0000 (18:38 +0000)]
More SvPV consting.

p4raw-id: //depot/perl@24740

19 years agoAdd SvPV_nolen_const and SvPV_nomg_const
Nicholas Clark [Tue, 7 Jun 2005 18:33:08 +0000 (18:33 +0000)]
Add SvPV_nolen_const and SvPV_nomg_const

p4raw-id: //depot/perl@24739

19 years agoAdd MgPV_const
Nicholas Clark [Tue, 7 Jun 2005 18:32:44 +0000 (18:32 +0000)]
Add MgPV_const

p4raw-id: //depot/perl@24738

19 years agoRemove unused variable (thanks to Andy's lint)
Rafael Garcia-Suarez [Tue, 7 Jun 2005 18:07:41 +0000 (18:07 +0000)]
Remove unused variable (thanks to Andy's lint)

p4raw-id: //depot/perl@24737

19 years agoChange 24733 allows several pointers to be NULL. Therefore this
Nicholas Clark [Tue, 7 Jun 2005 17:35:10 +0000 (17:35 +0000)]
Change 24733 allows several pointers to be NULL. Therefore this
should be reflected in their attributes.

p4raw-id: //depot/perl@24736

19 years agoRandom cleanups #47
Andy Lester [Mon, 6 Jun 2005 10:11:07 +0000 (05:11 -0500)]
Random cleanups #47
Message-ID: <20050606151107.GC7022@petdance.com>

p4raw-id: //depot/perl@24735

19 years agomake some more functions static
Alexey Tourbin [Sun, 5 Jun 2005 00:00:00 +0000 (00:00 +0000)]
make some more functions static

Subject: [PATCH] B/C/C.xs: static my_runops()
Message-ID: <20050604232451.GT5867@solemn.turbinal.org>

Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
Message-ID: <20050604232952.GU5867@solemn.turbinal.org>

Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
Message-ID: <20050604233414.GV5867@solemn.turbinal.org>

all being :
Date: Sun, 5 Jun 2005

p4raw-id: //depot/perl@24734

19 years agoSimplify the implementation of SvPV*nolen functions
Nicholas Clark [Tue, 7 Jun 2005 15:10:38 +0000 (15:10 +0000)]
Simplify the implementation of SvPV*nolen functions

p4raw-id: //depot/perl@24733

19 years agoEnsure string table counts are balanced. (Was not true in op/pack.t)
Nicholas Clark [Tue, 7 Jun 2005 14:57:35 +0000 (14:57 +0000)]
Ensure string table counts are balanced. (Was not true in op/pack.t)

p4raw-id: //depot/perl@24732

19 years agoRemove unneeded #ifdef VMS since VMS is not defined here anyway
Rafael Garcia-Suarez [Tue, 7 Jun 2005 14:44:55 +0000 (14:44 +0000)]
Remove unneeded #ifdef VMS since VMS is not defined here anyway
(spotted by Steve_p)

p4raw-id: //depot/perl@24731

19 years agoone more round of is_utf8_foo tuneup
Jarkko Hietaniemi [Sun, 5 Jun 2005 18:06:12 +0000 (21:06 +0300)]
one more round of is_utf8_foo tuneup
Message-ID: <42A314E4.8060608@gmail.com>

p4raw-id: //depot/perl@24730

19 years agoutil.c: S_vdie_common() should be static
Alexey Tourbin [Sun, 5 Jun 2005 03:08:30 +0000 (07:08 +0400)]
util.c: S_vdie_common() should be static
Message-ID: <20050604230830.GS5867@solemn.turbinal.org>

p4raw-id: //depot/perl@24729

19 years agoFix apidoc for newSVhek
Rafael Garcia-Suarez [Tue, 7 Jun 2005 13:15:45 +0000 (13:15 +0000)]
Fix apidoc for newSVhek

p4raw-id: //depot/perl@24728

19 years agomake pp_split const
Nicholas Clark [Tue, 7 Jun 2005 13:01:42 +0000 (13:01 +0000)]
make pp_split const

p4raw-id: //depot/perl@24727

19 years agoLots of consting
Nicholas Clark [Tue, 7 Jun 2005 12:11:48 +0000 (12:11 +0000)]
Lots of consting

p4raw-id: //depot/perl@24726

19 years agoThe FBM compile code is mutable, because it's permissible to FBM
Nicholas Clark [Tue, 7 Jun 2005 12:08:58 +0000 (12:08 +0000)]
The FBM compile code is mutable, because it's permissible to FBM
compile a read-only value.

p4raw-id: //depot/perl@24725

19 years agoXS_VERSION_BOOTCHECK is read only.
Nicholas Clark [Tue, 7 Jun 2005 12:07:49 +0000 (12:07 +0000)]
XS_VERSION_BOOTCHECK is read only.

p4raw-id: //depot/perl@24724

19 years agoPOPpx needs a const equivalent.
Nicholas Clark [Tue, 7 Jun 2005 12:06:13 +0000 (12:06 +0000)]
POPpx needs a const equivalent.

p4raw-id: //depot/perl@24723

19 years agoMake a start at consting calls to SvPV. SV conversion and upgrade
Nicholas Clark [Tue, 7 Jun 2005 12:03:56 +0000 (12:03 +0000)]
Make a start at consting calls to SvPV. SV conversion and upgrade
routines need to be mutable, as it's permitted to change the type of
a READONLY SV, or cache the string or number conversion.
Other routines are mostly const.

p4raw-id: //depot/perl@24722

19 years agoNeed const versions of SvPV(), so that its callers can indicate
Nicholas Clark [Tue, 7 Jun 2005 12:00:09 +0000 (12:00 +0000)]
Need const versions of SvPV(), so that its callers can indicate
whether they are read/write or read only
Also provide a mutable version, for the internals to use where it
needs a non-const pointer, but will be writing. Callers of this are
assumed to be aware of how copy on write is working, and to keep
track of core changes.

For now check that SVs are not READONLY when const versions are used.
(with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
READONLY flag, but for now it provides a good test indicator.

p4raw-id: //depot/perl@24721

19 years agoRe: [perl #36130] chr(-1) should probably return undef
Jarkko Hietaniemi [Mon, 6 Jun 2005 20:28:35 +0000 (23:28 +0300)]
Re: [perl #36130] chr(-1) should probably return undef
Message-ID: <42A487C3.8010306@gmail.com>

p4raw-id: //depot/perl@24720

19 years agoRE: a bit of trouble with compiling with MSVC++ on Win32
Vadim Konovalov [Tue, 7 Jun 2005 13:19:33 +0000 (17:19 +0400)]
RE: a bit of trouble with compiling with MSVC++ on Win32
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>

p4raw-id: //depot/perl@24719

19 years ago[perl #36193] crash in Perl_yyerror due to missing check for NULL
Todd C. Miller [Mon, 6 Jun 2005 23:24:28 +0000 (23:24 +0000)]
[perl #36193] crash in Perl_yyerror due to missing check for NULL
From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>

p4raw-id: //depot/perl@24718

19 years agoUnvoid SvUPGRADE
Andy Lester [Mon, 6 Jun 2005 23:08:50 +0000 (18:08 -0500)]
Unvoid SvUPGRADE
Message-ID: <20050607040850.GA7033@petdance.com>

p4raw-id: //depot/perl@24717

19 years agoAbstract all access to the shared hash value through SvSHARED_HASH()
Nicholas Clark [Mon, 6 Jun 2005 14:50:21 +0000 (14:50 +0000)]
Abstract all access to the shared hash value through SvSHARED_HASH()

p4raw-id: //depot/perl@24716

19 years agoSvIsCOW_shared_hash is declared all the time, so use it.
Nicholas Clark [Mon, 6 Jun 2005 10:01:49 +0000 (10:01 +0000)]
SvIsCOW_shared_hash is declared all the time, so use it.

p4raw-id: //depot/perl@24715

19 years agoShared hash key scalars can be safely copied as shared hash key scalars
Nicholas Clark [Mon, 6 Jun 2005 09:08:45 +0000 (09:08 +0000)]
Shared hash key scalars can be safely copied as shared hash key scalars
all the time.

p4raw-id: //depot/perl@24714

19 years agoNORETURN_FUNCTION_END is not a complete statement
Steve Hay [Mon, 6 Jun 2005 07:52:59 +0000 (07:52 +0000)]
NORETURN_FUNCTION_END is not a complete statement

(Fix compilation error following change #24702)
p4raw-link: @24702 on //depot/perl: 7698c435fea241ff5aec7932afdb5f821dde55f3

p4raw-id: //depot/perl@24713

19 years agoWe still need an "i" in the PERL_IMPLICIT_SYS case
Steve Hay [Mon, 6 Jun 2005 07:47:06 +0000 (07:47 +0000)]
We still need an "i" in the PERL_IMPLICIT_SYS case

(Fix compilation error following change #24689)
p4raw-link: @24689 on //depot/perl: b464bac0b70c4876af1296864220315edde8461d

p4raw-id: //depot/perl@24712

19 years agoTru64: allow creating perl.pixie even with optimized Perl
Jarkko Hietaniemi [Sun, 5 Jun 2005 18:28:08 +0000 (21:28 +0300)]
Tru64: allow creating perl.pixie even with optimized Perl
Message-ID: <42A31A08.3070601@gmail.com>

p4raw-id: //depot/perl@24711

19 years agoRe: blead attribute warnings, cygwin + gcc 3.4.1
Yitzchak Scott-Thoennes [Sun, 5 Jun 2005 20:43:55 +0000 (13:43 -0700)]
Re: blead attribute warnings, cygwin + gcc 3.4.1
Message-ID: <20050606034354.GA1456@efn.org>

p4raw-id: //depot/perl@24710

19 years agoNew test for getppid(), by Alexey Tourbin
Rafael Garcia-Suarez [Sun, 5 Jun 2005 11:35:48 +0000 (11:35 +0000)]
New test for getppid(), by Alexey Tourbin

p4raw-id: //depot/perl@24709

19 years agoPATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
Salvador Fandiño [Sun, 5 Jun 2005 04:25:00 +0000 (04:25 +0000)]
PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
Message-ID: <20050605022436.21982.qmail@lists.develooper.com>

p4raw-id: //depot/perl@24708

19 years agoFix minor bummer in 24706
Andy Lester [Sat, 4 Jun 2005 23:09:04 +0000 (18:09 -0500)]
Fix minor bummer in 24706
Message-Id: <20050605040904.GA27783@petdance.com>

p4raw-id: //depot/perl@24707

19 years agofurther speeding up of is_utf8_string()
Jarkko Hietaniemi [Sat, 4 Jun 2005 13:40:15 +0000 (16:40 +0300)]
further speeding up of is_utf8_string()
Message-ID: <42A1850F.4040109@gmail.com>

p4raw-id: //depot/perl@24706

19 years agoSilence a const warning
Rafael Garcia-Suarez [Sat, 4 Jun 2005 16:49:33 +0000 (16:49 +0000)]
Silence a const warning

p4raw-id: //depot/perl@24705

19 years agoImprove FindBin discovery of current directory, based on :
José Pedro Oliveira [Thu, 12 May 2005 20:36:48 +0000 (21:36 +0100)]
Improve FindBin discovery of current directory, based on :

Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
Message-ID: <4283B050.6080805@di.uminho.pt>

Plus POD fixes

p4raw-id: //depot/perl@24704

19 years agoSimplify the getppid code, by Alexey Tourbin
Rafael Garcia-Suarez [Sat, 4 Jun 2005 07:16:11 +0000 (07:16 +0000)]
Simplify the getppid code, by Alexey Tourbin

p4raw-id: //depot/perl@24703

19 years agoConsting IO and Devel::Peek
Andy Lester [Fri, 3 Jun 2005 22:22:43 +0000 (22:22 +0000)]
Consting IO and Devel::Peek
Reply-To: Perl 5 Porters <perl5-porters@perl.org>
Message-ID: <20050531212621.GA12117@petdance.com>

p4raw-id: //depot/perl@24702

19 years agoClean up UNI* macros in toke.c
Andy Lester [Fri, 3 Jun 2005 19:14:00 +0000 (19:14 +0000)]
Clean up UNI* macros in toke.c
Message-ID: <20050603171448.GA5834@petdance.com>

p4raw-id: //depot/perl@24701

19 years agoB::Concise torture
Jim Cromie [Thu, 2 Jun 2005 06:36:00 +0000 (06:36 +0000)]
B::Concise torture
Message-ID: <429E8CBE.406@divsol.com>
(with formatting nits)

p4raw-id: //depot/perl@24700

19 years agoRe: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
Gisle Aas [Fri, 3 Jun 2005 09:17:44 +0000 (02:17 -0700)]
Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@24699

19 years agoUse newSVhek in the cloning code.
Nicholas Clark [Fri, 3 Jun 2005 12:00:01 +0000 (12:00 +0000)]
Use newSVhek in the cloning code.

p4raw-id: //depot/perl@24698

19 years agoUse newSVhek where we're generating SVs from package names
Nicholas Clark [Fri, 3 Jun 2005 11:06:36 +0000 (11:06 +0000)]
Use newSVhek where we're generating SVs from package names

p4raw-id: //depot/perl@24697

19 years agos/newSVpv_hek/newSVhek/g; # Lousy choice of name
Nicholas Clark [Fri, 3 Jun 2005 10:03:21 +0000 (10:03 +0000)]
s/newSVpv_hek/newSVhek/g; # Lousy choice of name

p4raw-id: //depot/perl@24696

19 years agoBump version number
Rafael Garcia-Suarez [Fri, 3 Jun 2005 09:57:26 +0000 (09:57 +0000)]
Bump version number

p4raw-id: //depot/perl@24694

19 years agoRe: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
Duncan Findlay [Wed, 1 Jun 2005 12:18:08 +0000 (08:18 -0400)]
Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
Message-ID: <20050601161808.GA17294@duncf.mine.nu>

p4raw-id: //depot/perl@24693

19 years agoCreate newSVpv_hek to reduce code duplication where HEKs need to be
Nicholas Clark [Fri, 3 Jun 2005 09:37:21 +0000 (09:37 +0000)]
Create newSVpv_hek to reduce code duplication where HEKs need to be
turned into SVs

p4raw-id: //depot/perl@24692

19 years agoPOD fixes
Rafael Garcia-Suarez [Fri, 3 Jun 2005 09:29:36 +0000 (09:29 +0000)]
POD fixes

p4raw-id: //depot/perl@24691

19 years agoRe: Should while ( <$fh> ) and while (< $fh >) do the same thing?
Yitzchak Scott-Thoennes [Thu, 2 Jun 2005 11:49:11 +0000 (04:49 -0700)]
Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
Message-ID: <20050602184911.GA3292@efn.org>

p4raw-id: //depot/perl@24690

19 years agoRandom consting
Andy Lester [Thu, 2 Jun 2005 12:19:43 +0000 (07:19 -0500)]
Random consting
Message-ID: <20050602171943.GA16553@petdance.com>

p4raw-id: //depot/perl@24689

19 years ago[PATCH] Run ICMP ping tests on Windows as long as we have admin privs
Jan Dubois [Mon, 18 Apr 2005 20:16:24 +0000 (13:16 -0700)]
[PATCH] Run ICMP ping tests on Windows as long as we have admin privs
From: "Jan Dubois" <jand@ActiveState.com>
Date: Mon, 18 Apr 2005 20:16:24 -0700
Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>

Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
From: "Jan Dubois" <jand@ActiveState.com>
Date: Tue, 19 Apr 2005 01:49:51 -0700
Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>

(There was no reply from Rob Brown in over a month, so commit to blead
for now.  I'll email him again...)

p4raw-id: //depot/perl@24688

19 years agospeed up is_utf8_char()
Jarkko Hietaniemi [Thu, 2 Jun 2005 21:52:46 +0000 (00:52 +0300)]
speed up is_utf8_char()
Message-ID: <429F557E.3090007@gmail.com>

p4raw-id: //depot/perl@24687

19 years agoQuotes in pod/*.pod
Andy Lester [Thu, 2 Jun 2005 16:19:54 +0000 (11:19 -0500)]
Quotes in pod/*.pod
Message-ID: <20050602211954.GA22107@petdance.com>

p4raw-id: //depot/perl@24686

19 years agoIndent fix
Rafael Garcia-Suarez [Fri, 3 Jun 2005 07:59:48 +0000 (07:59 +0000)]
Indent fix

p4raw-id: //depot/perl@24685

19 years agoFAQ sync
Rafael Garcia-Suarez [Fri, 3 Jun 2005 07:58:10 +0000 (07:58 +0000)]
FAQ sync

p4raw-id: //depot/perl@24684

19 years agosymbian/xsbuild.pl
Jarkko Hietaniemi [Fri, 3 Jun 2005 11:00:01 +0000 (14:00 +0300)]
symbian/xsbuild.pl
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@24683

19 years agoSvPVX_const() - patch #4
Steve Peters [Thu, 2 Jun 2005 13:41:35 +0000 (08:41 -0500)]
SvPVX_const() - patch #4
Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@24682

19 years agoRe: [patch] teach B::Concise to see XS code
Jim Cromie [Wed, 1 Jun 2005 08:01:17 +0000 (02:01 -0600)]
Re: [patch] teach B::Concise to see XS code
Message-ID: <429DBFAD.1090308@divsol.com>

p4raw-id: //depot/perl@24681

19 years agoIntegrate perl587delta.pod, the changes in perlhist.pod, and update
Nicholas Clark [Thu, 2 Jun 2005 16:40:58 +0000 (16:40 +0000)]
Integrate perl587delta.pod, the changes in perlhist.pod, and update
the relevant makefiles and tables-of-contents to reflect this.

p4raw-id: //depot/perl@24680
p4raw-branched: from //depot/maint-5.8/perl@24679 'branch in'
pod/perl587delta.pod
p4raw-integrated: from //depot/maint-5.8/perl@24679 'copy in'
pod/perlhist.pod (@24141..) 'merge in' win32/pod.mak (@23153..)
p4raw-integrated: from //depot/maint-5.8/perl@23573 'edit in' pod.lst
(@23153..) Makefile.SH (@23406..) pod/perl.pod (@23476..)
'ignore' pod/perltoc.pod (@23408..) win32/Makefile
win32/makefile.mk (@23480..) vms/descrip_mms.template
(@23560..) 'merge in' MANIFEST (@23461..)

19 years agoDynaLoader dl_unload_file for win32 ( dl_win32.xs )
DH [Tue, 31 May 2005 08:33:27 +0000 (01:33 -0700)]
DynaLoader dl_unload_file for win32 ( dl_win32.xs )
Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>

(with a couple of minor tweaks)

p4raw-id: //depot/perl@24679

19 years agoDave can see a better way of doing the rounding.
Nicholas Clark [Thu, 2 Jun 2005 15:10:54 +0000 (15:10 +0000)]
Dave can see a better way of doing the rounding.

p4raw-id: //depot/perl@24678

19 years ago24672 is innocent. valgrind + perl's malloc considered harmful.
Nicholas Clark [Thu, 2 Jun 2005 14:42:20 +0000 (14:42 +0000)]
24672 is innocent. valgrind + perl's malloc considered harmful.

p4raw-id: //depot/perl@24677

19 years agoChanges 24660 and 24665 both introduced errors into the USEMYMALLOC
Nicholas Clark [Thu, 2 Jun 2005 13:36:01 +0000 (13:36 +0000)]
Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
code. Plus change 24672 appears to break under USEMYMALLOC, so revert
it for now.

p4raw-id: //depot/perl@24676

19 years agoUpgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
Rafael Garcia-Suarez [Thu, 2 Jun 2005 11:19:02 +0000 (11:19 +0000)]
Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10

p4raw-id: //depot/perl@24675

19 years agoCPP typo fix (by Dominic Dunlop)
Rafael Garcia-Suarez [Thu, 2 Jun 2005 09:39:26 +0000 (09:39 +0000)]
CPP typo fix (by Dominic Dunlop)

p4raw-id: //depot/perl@24674

19 years agoOops. My maths was too generous (by 1).
Nicholas Clark [Thu, 2 Jun 2005 09:29:48 +0000 (09:29 +0000)]
Oops. My maths was too generous (by 1).

p4raw-id: //depot/perl@24673

19 years agoAvoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
Nicholas Clark [Thu, 2 Jun 2005 09:24:17 +0000 (09:24 +0000)]
Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
macro.

p4raw-id: //depot/perl@24672

19 years agoFix changed diagnostic
Rafael Garcia-Suarez [Thu, 2 Jun 2005 09:06:39 +0000 (09:06 +0000)]
Fix changed diagnostic

p4raw-id: //depot/perl@24671

19 years agoSvPVX_const() - part 3 ... and const'ing Storable
Steve Peters [Tue, 31 May 2005 09:55:43 +0000 (04:55 -0500)]
SvPVX_const() - part 3 ... and const'ing Storable
Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>

p4raw-id: //depot/perl@24670

19 years agouse lengths in sv_setpv() calls
Andy Lester [Wed, 1 Jun 2005 23:16:56 +0000 (18:16 -0500)]
use lengths in sv_setpv() calls
Message-ID: <20050602041656.GA3000@petdance.com>

p4raw-id: //depot/perl@24669

19 years agoNew HW model; more on threads for 10.20
H.Merijn Brand [Thu, 2 Jun 2005 08:02:23 +0000 (08:02 +0000)]
New HW model; more on threads for 10.20

p4raw-id: //depot/perl@24668