23 years agoRe: [PATCH] Allow appending on a PerlIO::Scalar
Benjamin Sugars [Wed, 2 May 2001 10:53:11 +0000]
Re: [PATCH] Allow appending on a PerlIO::Scalar
Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9959

23 years agoBug in #9915, spotted by Mike Guy.
Jarkko Hietaniemi [Wed, 2 May 2001 15:15:53 +0000]
Bug in #9915, spotted by Mike Guy.

p4raw-id: //depot/perl@9958

23 years agoAdd a test for not griping about references as array
Jarkko Hietaniemi [Wed, 2 May 2001 13:26:01 +0000]
Add a test for not griping about references as array
indices if the reference has magic in it (overloaded
methods).

p4raw-id: //depot/perl@9957

23 years agoRetracted a bit too much in #9952.
Jarkko Hietaniemi [Wed, 2 May 2001 13:07:01 +0000]
Retracted a bit too much in #9952.

p4raw-id: //depot/perl@9956

23 years agoTest for #9952.
Jarkko Hietaniemi [Wed, 2 May 2001 13:05:38 +0000]
Test for #9952.

p4raw-id: //depot/perl@9955

23 years agoAdditional note on the encoding example: one cannot
Jarkko Hietaniemi [Wed, 2 May 2001 11:48:18 +0000]
Additional note on the encoding example: one cannot
convert string constants in-place.

p4raw-id: //depot/perl@9954

23 years agoNote that if you have recent enough Perl you already
Jarkko Hietaniemi [Wed, 2 May 2001 11:43:51 +0000]
Note that if you have recent enough Perl you already
have Filter::Util::Call.

p4raw-id: //depot/perl@9953

23 years agoRetract changes #8254 and #8255, causes coredump in
Jarkko Hietaniemi [Wed, 2 May 2001 11:31:53 +0000]
Retract changes #8254 and #8255, causes coredump in
'tie FH, "main"', reported by Abigail, culprit found by
Benjamin Sugars.  Mirrors maintperl change #9950.

p4raw-link: @9950 on //depot/maint-5.6/perl: 86e3b6d76fb0afcf1f6b883c997e1a01ed17ab8e
p4raw-link: @8254 on //depot/perl: d38a0a1467f89c02cbd16ebdc31b41c6b552f379

p4raw-id: //depot/perl@9952

23 years agoForgot from #9942. (Needed by t/lib/filter-simple.t.)
Jarkko Hietaniemi [Wed, 2 May 2001 11:14:29 +0000]
Forgot from #9942.  (Needed by t/lib/filter-simple.t.)

p4raw-id: //depot/perl@9951

23 years agoAdd an encoding conversion example.
Jarkko Hietaniemi [Wed, 2 May 2001 02:43:09 +0000]
Add an encoding conversion example.

p4raw-id: //depot/perl@9947

23 years agoAnother coat of paint but still nowhere finished.
Jarkko Hietaniemi [Wed, 2 May 2001 01:34:22 +0000]
Another coat of paint but still nowhere finished.
Need to decide on the semantics of strptime(): should
strptime() be a function instead of a method?  To do
the week/monthname-strptiming the i18n/l10n bullet needs
to be bitten with gusto.

p4raw-id: //depot/perl@9946

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 1 May 2001 23:40:52 +0000]
Update Changes.

p4raw-id: //depot/perl@9945

23 years agoAdd known-to-be-tested modules to the list-to-be-skipped.
Jarkko Hietaniemi [Tue, 1 May 2001 23:33:37 +0000]
Add known-to-be-tested modules to the list-to-be-skipped.

p4raw-id: //depot/perl@9944

23 years agoBorlandC++ fix
Vadim Konovalov [Mon, 30 Apr 2001 20:12:26 +0000]
BorlandC++ fix
Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>

p4raw-id: //depot/perl@9943

23 years agoUpdate to Filter::Simple 0.60, create a test for it.
Jarkko Hietaniemi [Tue, 1 May 2001 23:18:02 +0000]
Update to Filter::Simple 0.60, create a test for it.

p4raw-id: //depot/perl@9942

23 years agoRe: bleadperl: s/// failure with \b and /g
Hugo van der Sanden [Tue, 1 May 2001 20:12:20 +0000]
Re: bleadperl: s/// failure with \b and /g
Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>

p4raw-id: //depot/perl@9941

23 years agoIntegrate perlio:
Jarkko Hietaniemi [Tue, 1 May 2001 19:42:16 +0000]
Integrate perlio:

[  9936]
Fix for base.pm clobbering $VERSION

[  9935]
Test for base.pm clobbering $VERSION.

p4raw-link: @9936 on //depot/perlio: 7668bf4dc1ed94a756f3bd5e7cb95caf14c88e1f
p4raw-link: @9935 on //depot/perlio: e8f84f558071a9089231d1926b6882ff7a9af9b8

p4raw-id: //depot/perl@9940

23 years agoAllow appending on a PerlIO::Scalar
Benjamin Sugars [Tue, 1 May 2001 16:32:03 +0000]
Allow appending on a PerlIO::Scalar
Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9939

23 years agoAdd NEXT, a pseudo-class for method redispatching.
Jarkko Hietaniemi [Tue, 1 May 2001 19:34:09 +0000]
Add NEXT, a pseudo-class for method redispatching.
<Damian>NEXT.pm probably offers more bang-for-buck
than anything else I've ever written.</Damian>

p4raw-id: //depot/perl@9938

23 years agoUpdate to Switch 2.02.
Jarkko Hietaniemi [Tue, 1 May 2001 19:21:41 +0000]
Update to Switch 2.02.

p4raw-id: //depot/perl@9937

23 years agoFix for base.pm clobbering $VERSION
Nick Ing-Simmons [Tue, 1 May 2001 19:09:21 +0000]
Fix for base.pm clobbering $VERSION

p4raw-id: //depot/perlio@9936

23 years agoTest for base.pm clobbering $VERSION.
Nick Ing-Simmons [Tue, 1 May 2001 18:54:38 +0000]
Test for base.pm clobbering $VERSION.

p4raw-id: //depot/perlio@9935

23 years agoAdd information about Scalar::Util::blessed.
Jarkko Hietaniemi [Tue, 1 May 2001 18:39:10 +0000]
Add information about Scalar::Util::blessed.

p4raw-id: //depot/perl@9934

23 years agoExtra UNIVERSAL documentation
Mike Guy [Tue, 1 May 2001 20:12:11 +0000]
Extra UNIVERSAL documentation
Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9933

23 years agoAutoflush in tests as appropriate
Mike Guy [Tue, 1 May 2001 20:05:31 +0000]
Autoflush in tests as appropriate
Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9932

23 years agoMultiple consecutive writes on PerlIO::Scalar
Benjamin Sugars [Tue, 1 May 2001 14:58:24 +0000]
Multiple consecutive writes on PerlIO::Scalar
Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>

p4raw-id: //depot/perl@9931

23 years agoRe: Finally got a round tuit
H.Merijn Brand [Tue, 1 May 2001 14:14:10 +0000]
Re: Finally got a round tuit
Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>

The -DP part, slightly modified.

p4raw-id: //depot/perl@9930

23 years agoRe: Finally got a round tuit
H.Merijn Brand [Tue, 1 May 2001 16:34:06 +0000]
Re: Finally got a round tuit
Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>

cpp and optimization tweaks for HP-UX.

p4raw-id: //depot/perl@9929

23 years agoTune the scan_num() comments to reality.
Jarkko Hietaniemi [Tue, 1 May 2001 13:24:20 +0000]
Tune the scan_num() comments to reality.

p4raw-id: //depot/perl@9928

23 years agooptimised sort
Robin Houston [Tue, 1 May 2001 14:07:12 +0000]
optimised sort
Message-ID: <20010501140712.A4266@penderel>

p4raw-id: //depot/perl@9927

23 years agoMessage-ID: <20010501133742.A4082@penderel>
Robin Houston [Tue, 1 May 2001 13:37:42 +0000]
Message-ID: <20010501133742.A4082@penderel>

p4raw-id: //depot/perl@9926

23 years agofor(;;), sort
Robin Houston [Tue, 1 May 2001 13:35:00 +0000]
for(;;), sort
Message-ID: <20010501133500.A4061@penderel>

p4raw-id: //depot/perl@9925

23 years agodo, warn, use
Robin Houston [Tue, 1 May 2001 13:31:03 +0000]
do, warn, use
Message-ID: <20010501133103.A4041@penderel>

p4raw-id: //depot/perl@9924

23 years agoTest autoflush on fork (Was: Should I remove something?)
Benjamin Sugars [Mon, 30 Apr 2001 22:21:54 +0000]
Test autoflush on fork (Was: Should I remove something?)
Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>

p4raw-id: //depot/perl@9923

23 years agomore VMS tweaks for addn'l selfstubber tests
Peter Prymmer [Mon, 30 Apr 2001 16:26:30 +0000]
more VMS tweaks for addn'l selfstubber tests
Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>

p4raw-id: //depot/perl@9922

23 years agosuppress warning
Robin Houston [Mon, 30 Apr 2001 16:09:49 +0000]
suppress warning
Message-ID: <20010430160949.A25086@penderel>

p4raw-id: //depot/perl@9921

23 years agoStrip the *markers* from #9919.
Jarkko Hietaniemi [Mon, 30 Apr 2001 13:56:04 +0000]
Strip the *markers* from #9919.

p4raw-id: //depot/perl@9920

23 years ago(perlfaq/bleadperl) append mode and locking
Gwyn Judd [Sun, 29 Apr 2001 01:47:49 +0000]
(perlfaq/bleadperl) append mode and locking
Message-ID: <20010429014749.A4418@thislove>

p4raw-id: //depot/perl@9919

23 years agoMore_tweakage.
Jarkko Hietaniemi [Mon, 30 Apr 2001 13:13:54 +0000]
More_tweakage.

p4raw-id: //depot/perl@9918

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 30 Apr 2001 13:01:27 +0000]
Update Changes.

p4raw-id: //depot/perl@9917

23 years agoT_w_e_a_k_a_g_e.
Jarkko Hietaniemi [Mon, 30 Apr 2001 12:57:03 +0000]
T_w_e_a_k_a_g_e.

p4raw-id: //depot/perl@9916

23 years agoInstall s2p also as psed.
Jarkko Hietaniemi [Mon, 30 Apr 2001 12:39:29 +0000]
Install s2p also as psed.

TODO: psed documentation?

p4raw-id: //depot/perl@9915

23 years agoRe: [ID 20010303.009] SOCKS5 work around breaks other sockets
Jens Hamisch [Fri, 27 Apr 2001 17:00:36 +0000]
Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
Message-ID: <20010427170036.K1372@Strawberry.COM>

SOCKS5_VERSION_NAME is the right symbol to detect
the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
function called socks5_init() is available, and even that is
not universal, most SOCKS5 installations use SOCKSinit()).

p4raw-id: //depot/perl@9914

23 years agoAllow a zero timeout on IO::Socket accept and connect--
John Holdsworth [Sun, 4 Feb 2001 12:48:18 +0000]
Allow a zero timeout on IO::Socket accept and connect--
though one really shouldn't do that.  Based on

Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>

p4raw-id: //depot/perl@9913

23 years agoSave the spot of regprev (see #9911) for binary compatibility;
Jarkko Hietaniemi [Mon, 30 Apr 2001 11:27:27 +0000]
Save the spot of regprev (see #9911) for binary compatibility;
regen API.

p4raw-id: //depot/perl@9912

23 years agoRe: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
Hugo van der Sanden [Sun, 29 Apr 2001 17:09:30 +0000]
Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...]
Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>

p4raw-id: //depot/perl@9911

23 years agoChange PL_numeric_radix to PL_numeric_radix_sv (and leave in
Jarkko Hietaniemi [Mon, 30 Apr 2001 11:15:12 +0000]
Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
a dummy for PL_numeric_radix); no pressing reason to break
binary compatibility; regen API.

p4raw-id: //depot/perl@9910

23 years ago[DOC PATCH bleadperl] Document generation of random integers
Walt Mankowski [Sun, 29 Apr 2001 21:53:48 +0000]
[DOC PATCH bleadperl] Document generation of random integers
Message-ID: <20010429215348.A3971@netaxs.com>

p4raw-id: //depot/perl@9909

23 years agoReintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
Jarkko Hietaniemi [Mon, 30 Apr 2001 10:49:40 +0000]
Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.

p4raw-id: //depot/perl@9908

23 years agoIntegrate mainline.
Nick Ing-Simmons [Mon, 30 Apr 2001 09:26:50 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@9907

23 years agoAbigail spotted a thinko in #9905.
Jarkko Hietaniemi [Sun, 29 Apr 2001 23:24:20 +0000]
Abigail spotted a thinko in #9905.

p4raw-id: //depot/perl@9906

23 years agoChanged the underscore/undebar syntax in numeric constants;
Jarkko Hietaniemi [Sun, 29 Apr 2001 15:55:39 +0000]
Changed the underscore/undebar syntax in numeric constants;
now any grouping will do, as long as the underscores are not
consecutive (so "zero-grouping" is out), and they do not begin
or end the integer or fractional parts.

p4raw-id: //depot/perl@9905

23 years agoIntegrate mainline.
Nick Ing-Simmons [Sun, 29 Apr 2001 15:43:22 +0000]
Integrate mainline.

p4raw-id: //depot/perlio@9904

23 years agowin32/Makefile (nmake) update
Prymmer/Kahn [Sat, 28 Apr 2001 21:56:51 +0000]
win32/Makefile (nmake) update
Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@9903

23 years agoDoc fixes.
Abigail [Sun, 29 Apr 2001 03:14:25 +0000]
Doc fixes.
Message-ID: <20010429011425.24503.qmail@foad.org>

p4raw-id: //depot/perl@9902

23 years agoIn character classes one couldn't have 0x80..0xff characters
Jarkko Hietaniemi [Sun, 29 Apr 2001 02:04:46 +0000]
In character classes one couldn't have 0x80..0xff characters
at the left hand side if there were 0x100.. characters in the
character class.

p4raw-id: //depot/perl@9901

23 years agoForgot the latest mktables.PL from #9899.
Jarkko Hietaniemi [Sat, 28 Apr 2001 22:55:04 +0000]
Forgot the latest mktables.PL from #9899.

p4raw-id: //depot/perl@9900

23 years agoExplain the \p{} and \P{} error message better and
Jarkko Hietaniemi [Sat, 28 Apr 2001 22:53:28 +0000]
Explain the \p{} and \P{} error message better and
have prettier prettyprint in In.pl.

p4raw-id: //depot/perl@9899

23 years agoAdd one possible explanation for the "Invalid [] range" error.
Jarkko Hietaniemi [Sat, 28 Apr 2001 21:03:34 +0000]
Add one possible explanation for the "Invalid [] range" error.

p4raw-id: //depot/perl@9898

23 years agoAdd a level of indirection to the implementation of \p{InFoo}
Jarkko Hietaniemi [Sat, 28 Apr 2001 17:18:26 +0000]
Add a level of indirection to the implementation of \p{InFoo}
so that we don't have to have long filenames.  (Nothing changes
in the user interface.)   The indirection is defined in
the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
Also rename some the character classes by removing '-' from
the classnames, and finally renamed Block.pl as Blocks.pl.

p4raw-id: //depot/perl@9897

23 years agoUpdate the information on shared library path on HP-UX.
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:33:17 +0000]
Update the information on shared library path on HP-UX.

p4raw-id: //depot/perl@9896

23 years agoBecause #9894 seems to do the trick, this workaround can be removed.
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:32:30 +0000]
Because #9894 seems to do the trick, this workaround can be removed.

p4raw-id: //depot/perl@9895

23 years agoFor PerlIO flush the children's file handles (on fork/exec/system).
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:26:13 +0000]
For PerlIO flush the children's file handles (on fork/exec/system).

p4raw-id: //depot/perl@9894

23 years agoTest tweak for #9891.
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:23:15 +0000]
Test tweak for #9891.

p4raw-id: //depot/perl@9893

23 years agoNew HP-UX hints from Merijn.
Jarkko Hietaniemi [Sat, 28 Apr 2001 14:10:13 +0000]
New HP-UX hints from Merijn.

p4raw-id: //depot/perl@9892

23 years agonon-block scopes
Robin Houston [Fri, 27 Apr 2001 19:15:14 +0000]
non-block scopes
Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9891

23 years agoIntegrate mainline
Nick Ing-Simmons [Fri, 27 Apr 2001 19:41:25 +0000]
Integrate mainline

p4raw-id: //depot/perlio@9890

23 years agoRe: selfstubber test fail on bleadperl
Mike Guy [Fri, 27 Apr 2001 19:31:18 +0000]
Re: selfstubber test fail on bleadperl
Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9889

23 years agoTest tweak for #9886.
Jarkko Hietaniemi [Fri, 27 Apr 2001 16:20:54 +0000]
Test tweak for #9886.

p4raw-id: //depot/perl@9888

23 years agoBuffering issue at least in Solaris (even with perlio).
Jarkko Hietaniemi [Fri, 27 Apr 2001 16:16:33 +0000]
Buffering issue at least in Solaris (even with perlio).

p4raw-id: //depot/perl@9887

23 years agoHuman-readable pragmas &c
Robin Houston [Fri, 27 Apr 2001 16:53:20 +0000]
Human-readable pragmas &c
Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9886

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 27 Apr 2001 14:23:51 +0000]
Update Changes.

p4raw-id: //depot/perl@9885

23 years ago[DOC PATCH bleadperl] Document underscores in numeric literals
Philip Newton [Fri, 27 Apr 2001 16:40:13 +0000]
[DOC PATCH bleadperl] Document underscores in numeric literals
Message-ID: <3AE9A0ED.5248.CEA127@localhost>

p4raw-id: //depot/perl@9884

23 years agoAdd LOG_PERROR; prettify the "removed".
Jarkko Hietaniemi [Fri, 27 Apr 2001 13:28:19 +0000]
Add LOG_PERROR; prettify the "removed".

p4raw-id: //depot/perl@9883

23 years agoh2xs tweaks: use NV instead of double, "quote" the removed
Jarkko Hietaniemi [Fri, 27 Apr 2001 13:13:18 +0000]
h2xs tweaks: use NV instead of double, "quote" the removed
prefixes for clarity (especially when nothing is removed),
slight pod reformats.

p4raw-id: //depot/perl@9882

23 years agoDon't bother creating existing directories.
Jarkko Hietaniemi [Fri, 27 Apr 2001 12:58:48 +0000]
Don't bother creating existing directories.

p4raw-id: //depot/perl@9881

23 years agoMakeMaker 'make test' weirdness -- fix for h2xs provided
Mike Schilli [Wed, 25 Apr 2001 01:29:21 +0000]
MakeMaker 'make test' weirdness -- fix for h2xs provided
Message-id: <3AE68AE1.6A981723@perlmeister.com>

p4raw-id: //depot/perl@9880

23 years agobreak is not yet Perl. Added the template license also to README.
Jarkko Hietaniemi [Fri, 27 Apr 2001 12:40:55 +0000]
break is not yet Perl.  Added the template license also to README.

p4raw-id: //depot/perl@9879

23 years agoRe: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int...
Tim Jenness [Thu, 26 Apr 2001 15:30:17 +0000]
Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>

p4raw-id: //depot/perl@9878

23 years agoFill in details we're likely to know.
Abigail [Fri, 27 Apr 2001 01:44:28 +0000]
Fill in details we're likely to know.
Message-ID: <20010426234428.19786.qmail@foad.org>

p4raw-id: //depot/perl@9877

23 years agovms specific tweak to new selfstubber.t
Peter Prymmer [Thu, 26 Apr 2001 17:41:58 +0000]
vms specific tweak to new selfstubber.t
Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>

p4raw-id: //depot/perl@9876

23 years agoDeparse nits.
Jarkko Hietaniemi [Thu, 26 Apr 2001 23:48:10 +0000]
Deparse nits.

p4raw-id: //depot/perl@9875

23 years agoDocument ANYOF_CLASS.
Jarkko Hietaniemi [Thu, 26 Apr 2001 22:46:05 +0000]
Document ANYOF_CLASS.

p4raw-id: //depot/perl@9874

23 years agoRe: [PATCH @9846] dumping ANYOF
Hugo van der Sanden [Thu, 26 Apr 2001 23:33:38 +0000]
Re: [PATCH @9846] dumping ANYOF
Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>

p4raw-id: //depot/perl@9873

23 years agomore for Devel::SelfStubber
Nicholas Clark [Fri, 27 Apr 2001 00:13:52 +0000]
more for Devel::SelfStubber
Message-ID: <20010427001351.K88186@plum.flirble.org>

p4raw-id: //depot/perl@9872

23 years agoformats must be flush left
Robin Houston [Thu, 26 Apr 2001 23:54:29 +0000]
formats must be flush left
Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9871

23 years agoIf some of the constants are prefixes of others,
Jarkko Hietaniemi [Thu, 26 Apr 2001 21:57:37 +0000]
If some of the constants are prefixes of others,
the prefixes may never get recognized.  (See 20010426.006.)

p4raw-id: //depot/perl@9870

23 years ago[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
Chris Bongaarts [Thu, 26 Apr 2001 17:10:31 +0000]
[ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>

p4raw-id: //depot/perl@9869

23 years agoFurther cuts and more docs from Graham Barr.
Jarkko Hietaniemi [Thu, 26 Apr 2001 21:35:12 +0000]
Further cuts and more docs from Graham Barr.

p4raw-id: //depot/perl@9868

23 years agoDB_File-1.77
Paul Marquess [Thu, 26 Apr 2001 22:37:53 +0000]
DB_File-1.77
Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>

p4raw-id: //depot/perl@9867

23 years agofix easy bugs
Robin Houston [Thu, 26 Apr 2001 23:03:33 +0000]
fix easy bugs
Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9866

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 26 Apr 2001 20:26:13 +0000]
Update Changes.

p4raw-id: //depot/perl@9865

23 years agoDethinko from Robin Houston.
Jarkko Hietaniemi [Thu, 26 Apr 2001 19:27:48 +0000]
Dethinko from Robin Houston.

p4raw-id: //depot/perl@9864

23 years agoC<$x = /(.)/> ne C<($x) = /(.)/>
Robin Houston [Thu, 26 Apr 2001 21:08:32 +0000]
C<$x = /(.)/> ne C<($x) = /(.)/>
Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9863

23 years agoRe: [PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 20:52:50 +0000]
Re: [PATCH B::Deparse] fix string uninterpretation
Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9862

23 years agoRe: [PATCH] UNIVERSAL shouldn't require Exporter
Mike Guy [Thu, 26 Apr 2001 14:22:40 +0000]
Re: [PATCH] UNIVERSAL shouldn't require Exporter
Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>

p4raw-id: //depot/perl@9861

23 years agoRe: [PATCH B::Deparse] fix string uninterpretation
Robin Houston [Thu, 26 Apr 2001 20:34:29 +0000]
Re: [PATCH B::Deparse] fix string uninterpretation
Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>

Hashes do not interpolate.

p4raw-id: //depot/perl@9860

23 years agoThe Time::Piece conspiracy unmasked!!!
Jarkko Hietaniemi [Thu, 26 Apr 2001 18:43:51 +0000]
The Time::Piece conspiracy unmasked!!!
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:02:50 +0100
Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>

Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Mike Guy <mjtg@cam.ac.uk>
Date: Thu, 26 Apr 2001 19:08:21 +0100
Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>

Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
From: Graham Barr <gbarr@pobox.com>
Date: Thu, 26 Apr 2001 19:12:03 +0100
Message-ID: <20010426191203.A70835@pobox.com>

Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)

p4raw-id: //depot/perl@9859

23 years agodisable correct warning
Robin Houston [Thu, 26 Apr 2001 16:09:35 +0000]
disable correct warning
Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>

p4raw-id: //depot/perl@9858

23 years agoRe: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1...
Barrie Slaymaker [Thu, 26 Apr 2001 12:01:10 +0000]
Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
Message-ID: <20010426120110.E29698@jester.slaysys.com>

p4raw-id: //depot/perl@9857