18 years agoMultiple versions of OpenBSD fail this test, not just 3.7.
Steve Peters [Wed, 26 Oct 2005 11:52:46 +0000]
Multiple versions of OpenBSD fail this test, not just 3.7.

p4raw-id: //depot/perl@25855

18 years agoRe: [PATCH] minor speed-up for pp_push()
Tassilo von Parseval [Tue, 25 Oct 2005 08:11:42 +0000]
Re: [PATCH] minor speed-up for pp_push()
Message-id: <20051025061141.GA2256@ethan>

p4raw-id: //depot/perl@25854

18 years agoStore the raw bytes of the pid in PL_pidstatus, rather than the
Nicholas Clark [Wed, 26 Oct 2005 10:06:37 +0000]
Store the raw bytes of the pid in PL_pidstatus, rather than the
stringification, as removing the conversions saves time and code.

p4raw-id: //depot/perl@25853

18 years ago[perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256
Jason Vas Dias [Tue, 25 Oct 2005 15:27:28 +0000]
[perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256
From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>

p4raw-id: //depot/perl@25852

18 years agoRe: [patch@25838]Hopefully the last VMS exit/error fixes needed.
John E. Malmberg [Tue, 25 Oct 2005 13:36:20 +0000]
Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <435E6D14.7000104@qsl.net>

p4raw-id: //depot/perl@25851

18 years agoMost platforms don't actually need PL_pidstatus, or the associated
Nicholas Clark [Wed, 26 Oct 2005 08:31:20 +0000]
Most platforms don't actually need PL_pidstatus, or the associated
.5K of code.

p4raw-id: //depot/perl@25850

18 years agoBack out change #25839, and apply :
John E. Malmberg [Tue, 25 Oct 2005 11:09:37 +0000]
Back out change #25839, and apply :

Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <435E4AB1.1000106@qsl.net>
p4raw-link: @25839 on //depot/perl: 0968cdad220f9ff42abaf7f92b7d3731a578e46d

p4raw-id: //depot/perl@25849

18 years agoCode in wait4pid was calling hv_delete with the hash iterator
Nicholas Clark [Tue, 25 Oct 2005 12:54:18 +0000]
Code in wait4pid was calling hv_delete with the hash iterator
currently on that entry. On aggregate this does more work, beacuse
the next call to hv_iterinit() would spot the flag, and have to call
the delete routine, while in the meantime any new entries can't
re-use that memory.

p4raw-id: //depot/perl@25848

18 years agot/TEST should require Time::HiRes only when it uses it.
Rafael Garcia-Suarez [Tue, 25 Oct 2005 12:35:29 +0000]
t/TEST should require Time::HiRes only when it uses it.
This fixes minitest.

p4raw-id: //depot/perl@25847

18 years agoRediff the Makefile.SH patch for cross-compilation.
Rafael Garcia-Suarez [Tue, 25 Oct 2005 12:17:33 +0000]
Rediff the Makefile.SH patch for cross-compilation.
(this doesn't mean it works, though.)

p4raw-id: //depot/perl@25846

18 years agoUpgrade to Time-HiRes-1.76
Steve Peters [Tue, 25 Oct 2005 11:56:53 +0000]
Upgrade to Time-HiRes-1.76

p4raw-id: //depot/perl@25845

18 years agoRemove remaining references to mv-if-diff
Rafael Garcia-Suarez [Tue, 25 Oct 2005 11:19:44 +0000]
Remove remaining references to mv-if-diff

p4raw-id: //depot/perl@25844

18 years agoOops. the trick is to edit Makefile.SH
Nicholas Clark [Tue, 25 Oct 2005 10:55:27 +0000]
Oops. the trick is to edit Makefile.SH

p4raw-id: //depot/perl@25843

18 years agoremove mv-if-diff
Rafael Garcia-Suarez [Mon, 24 Oct 2005 19:32:57 +0000]
remove mv-if-diff
Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>

(with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
this removal in MANIFEST)

p4raw-id: //depot/perl@25842

18 years agoReplace all the strlen()s related to PL_pidstatus with the return
Nicholas Clark [Tue, 25 Oct 2005 09:09:49 +0000]
Replace all the strlen()s related to PL_pidstatus with the return
value of my_sprintf

p4raw-id: //depot/perl@25841

18 years agoWhoops. The Windows build is going to need to know that this symbol is
Nicholas Clark [Tue, 25 Oct 2005 08:32:25 +0000]
Whoops. The Windows build is going to need to know that this symbol is
defined.

p4raw-id: //depot/perl@25840

18 years agoVMS exit handling still broken, need some help.
John E. Malmberg [Mon, 24 Oct 2005 01:34:41 +0000]
VMS exit handling still broken, need some help.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <435C7271.8070403@qsl.net>

p4raw-id: //depot/perl@25839

18 years ago[patch@25837] Change 25831: sprintf returns the length of the buffer.
John E. Malmberg [Mon, 24 Oct 2005 23:37:46 +0000]
[patch@25837] Change 25831: sprintf returns the length of the buffer.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <435DA88A.90201@qsl.net>

p4raw-id: //depot/perl@25838

18 years agoBackport of changes #25831 and #25832. Re-order needed
Yitzchak Scott-Thoennes [Mon, 24 Oct 2005 13:04:58 +0000]
Backport of changes #25831 and #25832. Re-order needed

Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
Message-ID: <20051024200458.GC2312@efn.org>
p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7

p4raw-id: //depot/perl@25837

18 years agoCompress::Zlib
Paul Marquess [Mon, 24 Oct 2005 23:19:48 +0000]
Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>

p4raw-id: //depot/perl@25833

18 years agoAdd my_sprintf, which is usually just a macro for sprintf, for those
Nicholas Clark [Mon, 24 Oct 2005 21:20:21 +0000]
Add my_sprintf, which is usually just a macro for sprintf, for those
places where we want to use the return value of sprintf. This allows
a wrapper to be used for platforms where the C library isn't ANSI-
conformant.

p4raw-id: //depot/perl@25832

18 years agoAdd a probe for whether sprintf returns the length of the buffer.
Nicholas Clark [Mon, 24 Oct 2005 20:03:38 +0000]
Add a probe for whether sprintf returns the length of the buffer.
Update all the canned config.sh files.
Assume that symbian and Win32 are all ANSI conformant, note that ARM
Linux (ie glibc) will be, don't assume that any other platform is.

p4raw-id: //depot/perl@25831

18 years agoFix path in code example
Rafael Garcia-Suarez [Mon, 24 Oct 2005 16:18:41 +0000]
Fix path in code example

p4raw-id: //depot/perl@25830

18 years agoRe: do { EXPR for EXPR }
Robin Houston [Sat, 22 Oct 2005 16:56:27 +0000]
Re: do { EXPR for EXPR }
Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>

p4raw-id: //depot/perl@25829

18 years agoUpdate one of merijn's previous emails.
Steve Peters [Mon, 24 Oct 2005 14:16:32 +0000]
Update one of merijn's previous emails.

p4raw-id: //depot/perl@25828

18 years ago[patch@25825] Fix st_ino compare to use real data.
John E. Malmberg [Sun, 23 Oct 2005 17:46:46 +0000]
[patch@25825] Fix st_ino compare to use real data.
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <435C04C6.2090405@qsl.net>

p4raw-id: //depot/perl@25827

18 years agoFix mismatched braces in S_fd_on_nosuid_fs().
Marcus Holland-Moritz [Sun, 23 Oct 2005 10:16:45 +0000]
Fix mismatched braces in S_fd_on_nosuid_fs().

p4raw-id: //depot/perl@25825

18 years agoVMS threaded build fixes for things broken in #25783
Craig A. Berry [Sat, 22 Oct 2005 16:43:40 +0000]
VMS threaded build fixes for things broken in #25783

p4raw-id: //depot/perl@25824

18 years agouse more 'const' in the Encode data structures.
Nicholas Clark [Sat, 22 Oct 2005 13:12:48 +0000]
use more 'const' in the Encode data structures.

p4raw-id: //depot/perl@25823

18 years agoTurn NN to NULLOK for functions that have code to handle
Marcus Holland-Moritz [Sat, 22 Oct 2005 13:02:02 +0000]
Turn NN to NULLOK for functions that have code to handle
the ptr == NULL case and are currently called with NULL
pointers. Having parameters tagged NN can make gcc optimize
away the code for the NULL case, causing segfaults.

p4raw-id: //depot/perl@25822

18 years agoMark more static Encode data structures as const.
Nicholas Clark [Sat, 22 Oct 2005 12:08:34 +0000]
Mark more static Encode data structures as const.

p4raw-id: //depot/perl@25821

18 years agoDocumentation on getting a FORMAT ref from a GLOB was missing from
Steve Peters [Fri, 21 Oct 2005 21:54:01 +0000]
Documentation on getting a FORMAT ref from a GLOB was missing from
perlref.pod.  Thanks for David Wheeler for starting the discussion
and Paul Johnson for confirming that it could actually be done.

p4raw-id: //depot/perl@25820

18 years agoSymbian/beginnings of Series 80 support
Jarkko Hietaniemi [Fri, 21 Oct 2005 17:15:23 +0000]
Symbian/beginnings of Series 80 support
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25819

18 years agoallow "" as select bitmask [PATCH]
Gisle Aas [Fri, 21 Oct 2005 08:04:40 +0000]
allow "" as select bitmask [PATCH]
Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>

p4raw-id: //depot/perl@25818

18 years agoRewording of doc change #25812
Rafael Garcia-Suarez [Fri, 21 Oct 2005 15:06:13 +0000]
Rewording of doc change #25812
p4raw-link: @25812 on //depot/perl: dbb128be9d98f2152d3ce957d4c3c518a9f86260

p4raw-id: //depot/perl@25816

18 years agoSymbian/beginnings of Series 80 support
Jarkko Hietaniemi [Fri, 21 Oct 2005 17:15:23 +0000]
Symbian/beginnings of Series 80 support
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25815

18 years agoSymbian/beginnings of Series 80 support
Jarkko Hietaniemi [Fri, 21 Oct 2005 17:15:23 +0000]
Symbian/beginnings of Series 80 support
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25814

18 years agowrong maxlen in sselect [PATCH]
Gisle Aas [Fri, 21 Oct 2005 05:24:30 +0000]
wrong maxlen in sselect [PATCH]
Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>

Plus a regression test for the new warning.

p4raw-id: //depot/perl@25813

18 years agoRe: [PATCH] return values reworded in perlsub.pod
Xavier Noria [Fri, 21 Oct 2005 08:43:12 +0000]
Re: [PATCH] return values reworded in perlsub.pod
Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>

(with minor tweaks)

p4raw-id: //depot/perl@25812

18 years agoRemove last remaining reference to vax11c
Rafael Garcia-Suarez [Fri, 21 Oct 2005 09:31:52 +0000]
Remove last remaining reference to vax11c

p4raw-id: //depot/perl@25811

18 years ago[patch@25809]restore documented exit behavior
John E. Malmberg [Thu, 20 Oct 2005 18:21:20 +0000]
[patch@25809]restore documented exit behavior
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43581860.3020108@qsl.net>

p4raw-id: //depot/perl@25810

18 years agoFix doc typo, by Gisle Aas
Rafael Garcia-Suarez [Wed, 19 Oct 2005 21:15:53 +0000]
Fix doc typo, by Gisle Aas

p4raw-id: //depot/perl@25809

18 years agoRe: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY...
Robin Houston [Fri, 14 Oct 2005 01:54:00 +0000]
Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>

p4raw-id: //depot/perl@25808

18 years agoForgotten chunk by jhi
Rafael Garcia-Suarez [Wed, 19 Oct 2005 13:19:17 +0000]
Forgotten chunk by jhi

p4raw-id: //depot/perl@25805

18 years agoblead 25801: Symbian batch of today
Jarkko Hietaniemi [Wed, 19 Oct 2005 16:19:23 +0000]
blead 25801: Symbian batch of today
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25804

18 years agoMore consting, and DRY leads to shrinking object code
Andy Lester [Tue, 18 Oct 2005 09:57:23 +0000]
More consting, and DRY leads to shrinking object code
Message-ID: <20051018145723.GA4964@petdance.com>

p4raw-id: //depot/perl@25803

18 years agoAdding documentation index to perlapi.pod and perlintern.pod
Sébastien Aperghis-Tramoni [Tue, 18 Oct 2005 22:22:57 +0000]
Adding documentation index to perlapi.pod and perlintern.pod
Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>

(tweaked to remove trailing whitespace to doc entries)
Plus, regenerate doc and headers

p4raw-id: //depot/perl@25802

18 years ago[patch@25784] enable open(FOO, "child.pl foo|") on VMS
John E. Malmberg [Tue, 18 Oct 2005 14:43:29 +0000]
[patch@25784] enable open(FOO, "child.pl foo|") on VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43554251.5020704@qsl.net>

p4raw-id: //depot/perl@25801

18 years agoAdd notes about -f _ and defined %foo:: in perldelta
Rafael Garcia-Suarez [Tue, 18 Oct 2005 21:22:17 +0000]
Add notes about -f _ and defined %foo:: in perldelta

p4raw-id: //depot/perl@25800

18 years agoForce _ to be always a bareword after filetest operators
Rafael Garcia-Suarez [Tue, 18 Oct 2005 20:57:43 +0000]
Force _ to be always a bareword after filetest operators

p4raw-id: //depot/perl@25799

18 years agoAdd Rafael's 5.10 roadmap to perltodo.
Nicholas Clark [Tue, 18 Oct 2005 19:52:27 +0000]
Add Rafael's 5.10 roadmap to perltodo.
Add state variables.
Remove xsubpp entry, as that had been done already.

p4raw-id: //depot/perl@25798

18 years agoFix tokenizer debugging trace for file tests
Rafael Garcia-Suarez [Tue, 18 Oct 2005 19:24:55 +0000]
Fix tokenizer debugging trace for file tests

p4raw-id: //depot/perl@25797

18 years agoUpgrade to Digest-1.13
Steve Peters [Tue, 18 Oct 2005 19:15:40 +0000]
Upgrade to Digest-1.13

p4raw-id: //depot/perl@25796

18 years agoVMS does not have clearenv () according to John E. Malmberg
H.Merijn Brand [Tue, 18 Oct 2005 16:30:54 +0000]
VMS does not have clearenv () according to John E. Malmberg
Followup to 25793

p4raw-id: //depot/perl@25795

18 years agoUpdate win32 config files w.r.t. change #25793
Steve Hay [Tue, 18 Oct 2005 15:03:50 +0000]
Update win32 config files w.r.t. change #25793
p4raw-link: @25793 on //depot/perl: b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55

p4raw-id: //depot/perl@25794

18 years agoAdd probe for clearenv (), like #25733 for unsetenv ()
H.Merijn Brand [Tue, 18 Oct 2005 13:50:15 +0000]
Add probe for clearenv (), like #25733 for unsetenv ()

p4raw-id: //depot/perl@25793

18 years agomissed some SYMBIAN ifdefs
Jarkko Hietaniemi [Tue, 18 Oct 2005 16:07:28 +0000]
missed some SYMBIAN ifdefs
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25790

18 years agoUpgrade to Time-HiRes-1.75
Steve Peters [Tue, 18 Oct 2005 10:52:01 +0000]
Upgrade to Time-HiRes-1.75

p4raw-id: //depot/perl@25789

18 years agoSymbian: New vs New
Jarkko Hietaniemi [Tue, 18 Oct 2005 12:53:16 +0000]
Symbian: New vs New
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25788

18 years ago[patch@25783] vmsish.h fix for lstat() definition
John E. Malmberg [Mon, 17 Oct 2005 17:08:19 +0000]
[patch@25783] vmsish.h fix for lstat() definition
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <435412C3.3080504@qsl.net>

p4raw-id: //depot/perl@25786

18 years agoSilence gcc complaints about comments in config.h
Steve Hay [Mon, 17 Oct 2005 15:48:24 +0000]
Silence gcc complaints about comments in config.h

This suppresses dozens of lines of warnings seen, e.g. here:
http://www.nntp.perl.org/group/perl.daily-build.reports/32231

p4raw-id: //depot/perl@25784

18 years ago[patch@25775] VMS prep for symbolic links and long filename
John E. Malmberg [Mon, 17 Oct 2005 08:12:37 +0000]
[patch@25775] VMS prep for symbolic links and long filename
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <43539535.70609@qsl.net>

p4raw-id: //depot/perl@25783

18 years agoeven more Symbian
Jarkko Hietaniemi [Mon, 17 Oct 2005 18:27:57 +0000]
even more Symbian
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25782

18 years agoCorrect precedence from and to && in an expression with assignment.
Nicholas Clark [Mon, 17 Oct 2005 14:44:59 +0000]
Correct precedence from and to && in an expression with assignment.

p4raw-id: //depot/perl@25781

18 years agoRe: small addition to $, and $\ in perlvar.pod
Xavier Noria [Sun, 16 Oct 2005 12:27:30 +0000]
Re: small addition to $, and $\ in perlvar.pod
Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>

p4raw-id: //depot/perl@25780

18 years agoMake some casts explicit to keep VC++ 7 happy
Steve Hay [Mon, 17 Oct 2005 10:14:46 +0000]
Make some casts explicit to keep VC++ 7 happy

Specifically, this silences the warnings from the following smoke:
http://www.nntp.perl.org/group/perl.daily-build.reports/32258
(Hmm. Looks like you need to decode the base64 yourself before you
can read that.)

p4raw-id: //depot/perl@25779

18 years agoanother Symbian update: Alan's fault :-)
Jarkko Hietaniemi [Mon, 17 Oct 2005 13:19:34 +0000]
another Symbian update: Alan's fault :-)
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25778

18 years agoDoc/style fixes pointed out by Gisle
Rafael Garcia-Suarez [Mon, 17 Oct 2005 08:46:31 +0000]
Doc/style fixes pointed out by Gisle

p4raw-id: //depot/perl@25777

18 years agoblead@25775 Symbian update
Jarkko Hietaniemi [Mon, 17 Oct 2005 11:49:20 +0000]
blead@25775 Symbian update
Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>

p4raw-id: //depot/perl@25776

18 years agoDEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
Dave Mitchell [Sun, 16 Oct 2005 23:05:44 +0000]
DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames

p4raw-id: //depot/perl@25775

18 years agoKeys of %INC always use forward slashes
Jan Dubois [Sun, 16 Oct 2005 20:24:00 +0000]
Keys of %INC always use forward slashes
Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>

p4raw-id: //depot/perl@25774

18 years ago[patch@25763] Fix VMS error/exit handling, update kill function
John E. Malmberg [Sun, 16 Oct 2005 02:30:43 +0000]
[patch@25763] Fix VMS error/exit handling, update kill function
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <4351F393.8030809@qsl.net>
Date: Sun, 16 Oct 2005 02:30:43 -0400

p4raw-id: //depot/perl@25772

18 years agoan assert in av_undef was leaking memory
Dave Mitchell [Sun, 16 Oct 2005 17:46:10 +0000]
an assert in av_undef was leaking memory

p4raw-id: //depot/perl@25771

18 years agostatic functions should be prefixed S_
Dave Mitchell [Sun, 16 Oct 2005 17:39:20 +0000]
static functions should be prefixed S_

p4raw-id: //depot/perl@25770

18 years agofree a thread's interpreter after $t->join() rather than after undef $t
Dave Mitchell [Sun, 16 Oct 2005 14:53:45 +0000]
free a thread's interpreter after $t->join() rather than after undef $t
This should fix some ithreads memory leaks.

p4raw-id: //depot/perl@25769

18 years agoUpgrade to version-0.49
Steve Peters [Sun, 16 Oct 2005 13:53:00 +0000]
Upgrade to version-0.49

p4raw-id: //depot/perl@25768

18 years agoNo more attempting to edit Pod before the first coffee of the morning.
Steve Peters [Sun, 16 Oct 2005 13:24:23 +0000]
No more attempting to edit Pod before the first coffee of the morning.

p4raw-id: //depot/perl@25767

18 years agoUpgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
Steve Peters [Sun, 16 Oct 2005 13:10:02 +0000]
Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).

p4raw-id: //depot/perl@25766

18 years agoUpgrade to Pod-Parser-1.34 (with some changes to get the new test file
Steve Peters [Sun, 16 Oct 2005 13:02:19 +0000]
Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
       to work within the core).

p4raw-id: //depot/perl@25765

18 years agoUpgrade to ExtUtils-ParseXS-2.15.
Steve Peters [Sun, 16 Oct 2005 12:36:37 +0000]
Upgrade to ExtUtils-ParseXS-2.15.

p4raw-id: //depot/perl@25764

18 years agopre{inc,dec} is faster, even with integers
Hugo van der Sanden [Fri, 14 Oct 2005 18:22:41 +0000]
pre{inc,dec} is faster, even with integers
Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
Date: Fri, 14 Oct 2005 18:22:41 +0100

p4raw-id: //depot/perl@25763

18 years ago[patch@blead] perlport.pod
John E. Malmberg [Fri, 14 Oct 2005 23:48:20 +0000]
[patch@blead] perlport.pod
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <43507C04.8050003@qsl.net>

p4raw-id: //depot/perl@25761

18 years agopatch for blead - Perlvms.pod update
John E. Malmberg [Fri, 14 Oct 2005 21:15:26 +0000]
patch for blead - Perlvms.pod update
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <4350582E.4070209@qsl.net>

p4raw-id: //depot/perl@25760

18 years agoGrab enough room from the outset in do_tovmsspec()
Craig A. Berry [Fri, 14 Oct 2005 15:31:33 +0000]
Grab enough room from the outset in do_tovmsspec()

p4raw-id: //depot/perl@25759

18 years agoCompress::Zlib - fix for win32
Paul Marquess [Thu, 13 Oct 2005 23:06:25 +0000]
Compress::Zlib - fix for win32
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>

p4raw-id: //depot/perl@25758

18 years agogcc complains when it sees variables declared
Steve Peters [Fri, 14 Oct 2005 03:46:24 +0000]
gcc complains when it sees variables declared

const register ...

switched them all to

register const ...

p4raw-id: //depot/perl@25757

18 years agoUpgrade to Unicode-Collate-0.52
Steve Peters [Fri, 14 Oct 2005 01:20:21 +0000]
Upgrade to Unicode-Collate-0.52

p4raw-id: //depot/perl@25756

18 years agoAdd PERL_USE_SAFE_PUTENV to the compile time options in perl -V
Steve Peters [Thu, 13 Oct 2005 23:31:03 +0000]
Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V

p4raw-id: //depot/perl@25755

18 years agoStas' croak patch and then some
Andy Lester [Thu, 13 Oct 2005 16:42:12 +0000]
Stas' croak patch and then some
Message-ID: <20051013214212.GA1122@petdance.com>

p4raw-id: //depot/perl@25754

18 years agoIf /dev/null is not readable, perl -e fails with
Rafael Garcia-Suarez [Thu, 13 Oct 2005 15:53:39 +0000]
If /dev/null is not readable, perl -e fails with
an obscure error message. Make it more understandable.

p4raw-id: //depot/perl@25753

18 years ago[patch@25744] t/op/local.t - change 25514 broke VMS
John E. Malmberg [Thu, 13 Oct 2005 10:28:23 +0000]
[patch@25744] t/op/local.t - change 25514 broke VMS
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-ID: <434E6F07.5020108@qsl.net>

p4raw-id: //depot/perl@25752

18 years agoSvPVutf8_nolen crashes [PATCH]
Gisle Aas [Thu, 13 Oct 2005 06:00:49 +0000]
SvPVutf8_nolen crashes [PATCH]
Message-ID: <lrslv56072.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@25751

18 years agoBetter cleanup of directories created by C::Zlib
Rafael Garcia-Suarez [Thu, 13 Oct 2005 12:22:24 +0000]
Better cleanup of directories created by C::Zlib

p4raw-id: //depot/perl@25750

18 years agoPL_use_safe_putenv needs to be in the export lists
H.Merijn Brand [Thu, 13 Oct 2005 12:17:41 +0000]
PL_use_safe_putenv needs to be in the export lists

p4raw-id: //depot/perl@25749

18 years agoPOD index entries with X<>
Ivan Tubert-Brohman [Wed, 12 Oct 2005 19:20:18 +0000]
POD index entries with X<>
Message-ID: <434D9A32.4050305@cpan.org>

p4raw-id: //depot/perl@25748

18 years agoAccidental interpolation of $@ in Pod::Html [PATCH]
Gisle Aas [Thu, 13 Oct 2005 01:42:32 +0000]
Accidental interpolation of $@ in Pod::Html [PATCH]
Message-ID: <lr7jch95af.fsf@caliper.activestate.com>

p4raw-id: //depot/perl@25747

18 years agoThe new REQUIRE token introduced by change 25599 must be
Rafael Garcia-Suarez [Thu, 13 Oct 2005 09:05:42 +0000]
The new REQUIRE token introduced by change 25599 must be
nonassoc, just like the UNIOP token it's patterned after.
(While we're at it, allow to use bison 2.1 to regenerate
the parser files.)

p4raw-id: //depot/perl@25746

18 years agoDocument that -F doesn't accept whitespace in patterns.
Rafael Garcia-Suarez [Thu, 13 Oct 2005 08:14:32 +0000]
Document that -F doesn't accept whitespace in patterns.
(fixes bug #37366)

p4raw-id: //depot/perl@25745

18 years agoRE: [PATCH] Compress::Zlib
Paul Marquess [Wed, 12 Oct 2005 22:41:41 +0000]
RE: [PATCH] Compress::Zlib
From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>

p4raw-id: //depot/perl@25744

18 years agoTypo in comment.
Abigail [Thu, 13 Oct 2005 01:25:10 +0000]
Typo in comment.
Message-ID: <20051012232509.GA1018@abigail.nl>

p4raw-id: //depot/perl@25743