23 years agoAdd a test for PerlIO::Via.
Jarkko Hietaniemi [Sun, 5 Aug 2001 16:10:59 +0000]
Add a test for PerlIO::Via.

p4raw-id: //depot/perl@11582

23 years agoflock() and link() are not available on Windows 9x
Gurusamy Sarathy [Sun, 5 Aug 2001 15:00:26 +0000]
flock() and link() are not available on Windows 9x

p4raw-id: //depot/perl@11581

23 years agoSome Tru64 C compilers have C++ components that confuse
Jarkko Hietaniemi [Sun, 5 Aug 2001 13:56:46 +0000]
Some Tru64 C compilers have C++ components that confuse
the ccversion parsing.

p4raw-id: //depot/perl@11580

23 years ago(Reintroduce #11125)
Alan Burlison [Tue, 3 Jul 2001 15:20:13 +0000]
(Reintroduce #11125)

Subject: MakeMaker should pass through DEFINE and INC to subdirs
Message-ID: <3B41D49D.A923D4F9@sun.com>

p4raw-id: //depot/perl@11579

23 years agoLittle pointer juggling for HP-UX cc to avoid
Jarkko Hietaniemi [Sun, 5 Aug 2001 03:17:20 +0000]
Little pointer juggling for HP-UX cc to avoid
"warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
followed by
"error 1549: Modifiable lvalue required for assignment operator."

p4raw-id: //depot/perl@11578

23 years agoContinuation of #11575: SANY_SEEN completely deprecated,
Jarkko Hietaniemi [Sat, 4 Aug 2001 18:09:38 +0000]
Continuation of #11575: SANY_SEEN completely deprecated,
plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
plus a fix for the bug.

p4raw-id: //depot/perl@11577

23 years agoRe: [patch] rid "Scalars leaked" from perl_clone
Doug MacEachern [Sat, 4 Aug 2001 11:09:37 +0000]
Re: [patch] rid "Scalars leaked" from perl_clone
Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11576

23 years agoDecouple SANY into SANY and CANY: the new SANY is /./s,
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000]
Decouple SANY into SANY and CANY: the new SANY is /./s,
the new CANY is the \C.  The problem reported and the
test case supplied in

Subject: UTF-8 bugs in string length & single line regex matches
Message-ID: <20010803113932.A19318@berrange.com>

p4raw-id: //depot/perl@11575

23 years agoRe: [patch] ignore PL_curpm in PL_regex_padav cleanup
Doug MacEachern [Sat, 4 Aug 2001 09:43:02 +0000]
Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11574

23 years agoThe #11572 didn't up the test count.
Jarkko Hietaniemi [Sat, 4 Aug 2001 14:20:26 +0000]
The #11572 didn't up the test count.

p4raw-id: //depot/perl@11573

23 years agoUTF-8 bugs in string length & single line regex matches
Daniel P. Berrange [Fri, 3 Aug 2001 11:39:33 +0000]
UTF-8 bugs in string length & single line regex matches
Message-ID: <20010803113932.A19318@berrange.com>

(the mg_length() fix)

p4raw-id: //depot/perl@11572

23 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:56:35 +0000]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11571

23 years agoRe: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Abhijit Menon-Sen [Sat, 4 Aug 2001 16:16:03 +0000]
Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11570

23 years agoRe: [patch] refcount re ops
Abhijit Menon-Sen [Sat, 4 Aug 2001 08:54:55 +0000]
Re: [patch] refcount re ops
Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11569

23 years ago[patch] refcount re ops
Doug MacEachern [Fri, 3 Aug 2001 18:17:41 +0000]
[patch] refcount re ops
Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11568

23 years ago[patch] ignore PL_curpm in PL_regex_padav cleanup
Doug MacEachern [Fri, 3 Aug 2001 17:37:53 +0000]
[patch] ignore PL_curpm in PL_regex_padav cleanup
Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>

p4raw-id: //depot/perl@11567

23 years agofix t/op/misc.t for VMS
Craig A. Berry [Fri, 3 Aug 2001 16:16:16 +0000]
fix t/op/misc.t for VMS
Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01>

p4raw-id: //depot/perl@11566

23 years agoRe: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
John Kristian [Fri, 3 Aug 2001 00:59:08 +0000]
Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>

p4raw-id: //depot/perl@11565

23 years agoUpdate Changes.
Jarkko Hietaniemi [Fri, 3 Aug 2001 13:25:39 +0000]
Update Changes.

p4raw-id: //depot/perl@11564

23 years agofix Stash.t for VMS
Craig A. Berry [Thu, 2 Aug 2001 23:15:24 +0000]
fix Stash.t for VMS
Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>

p4raw-id: //depot/perl@11563

23 years ago[patch] plug PL_cshname leak
Doug MacEachern [Thu, 2 Aug 2001 20:59:04 +0000]
[patch] plug PL_cshname leak
Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11562

23 years ago[patch] plug PL_sh_path leak
Doug MacEachern [Thu, 2 Aug 2001 20:54:08 +0000]
[patch] plug PL_sh_path leak
Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11561

23 years ago[patch] plug PL_regex_padav leaks
Doug MacEachern [Thu, 2 Aug 2001 20:24:55 +0000]
[patch] plug PL_regex_padav leaks
Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11560

23 years ago[patch] plug PL_origargv leak
Doug MacEachern [Thu, 2 Aug 2001 18:15:22 +0000]
[patch] plug PL_origargv leak
Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11559

23 years agonewHVhv shouldn't reset xhv_max so often
Abhijit Menon-Sen [Fri, 3 Aug 2001 06:38:11 +0000]
newHVhv shouldn't reset xhv_max so often
Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>

p4raw-id: //depot/perl@11558

23 years agofix Showlex.t for VMS
Craig A. Berry [Thu, 2 Aug 2001 12:56:19 +0000]
fix Showlex.t for VMS
Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>

p4raw-id: //depot/perl@11556

23 years agoBe more careful about non-existent files.
Jarkko Hietaniemi [Thu, 2 Aug 2001 22:29:34 +0000]
Be more careful about non-existent files.

p4raw-id: //depot/perl@11555

23 years agodeparse empty formats
Robin Houston [Thu, 2 Aug 2001 14:32:36 +0000]
deparse empty formats
Message-ID: <20010802143236.A894@robin.kitsite.com>

p4raw-id: //depot/perl@11554

23 years ago[patch] ithreads + refto fix improvement
Doug MacEachern [Thu, 2 Aug 2001 09:41:53 +0000]
[patch] ithreads + refto fix improvement
Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11553

23 years agoReadability nit from Abhijit.
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:24:26 +0000]
Readability nit from Abhijit.

p4raw-id: //depot/perl@11552

23 years agosetproctitle() API version nit from Anton Berezin.
Jarkko Hietaniemi [Thu, 2 Aug 2001 14:22:31 +0000]
setproctitle() API version nit from Anton Berezin.

p4raw-id: //depot/perl@11551

23 years agoAdd PerlCE to the docs.
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:51:41 +0000]
Add PerlCE to the docs.

p4raw-id: //depot/perl@11550

23 years agoIntegrate the PerlCE (WinCE Perl) port;
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:25:43 +0000]
Integrate the PerlCE (WinCE Perl) port;
kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.

p4raw-id: //depot/perl@11549

23 years agosetproctitle() made simpler. (This assumes the string is
Jarkko Hietaniemi [Thu, 2 Aug 2001 13:18:08 +0000]
setproctitle() made simpler.  (This assumes the string is
\0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
should be used.  Note len, not len + 1.)  BSD-fu from Anton
Berezin.

p4raw-id: //depot/perl@11548

23 years ago[PATCH] -Wall cleanup: op.c
Richard Soderberg [Thu, 2 Aug 2001 00:17:09 +0000]
[PATCH] -Wall cleanup: op.c
Date: Thu, 2 Aug 2001 00:17:09 -0700
Message-Id: <200108020717.AAA26895@oregonnet.com>

Subject: [PATCH] -Wall cleanup: sv.c
From: Richard Soderberg <rs@oregonnet.com>
Date: Thu, 2 Aug 2001 00:49:21 -0700
Message-Id: <200108020749.AAA27492@oregonnet.com>

p4raw-id: //depot/perl@11547

23 years agoUpdate Changes.
Jarkko Hietaniemi [Thu, 2 Aug 2001 00:53:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11546

23 years agoRe: [PATCH pp_ctl.c] proposed Windows safe-guard
Doug MacEachern [Wed, 1 Aug 2001 18:34:44 +0000]
Re: [PATCH pp_ctl.c] proposed Windows safe-guard
Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>

p4raw-id: //depot/perl@11545

23 years agoThe #11541 didn't work under threads.
Jarkko Hietaniemi [Wed, 1 Aug 2001 23:08:41 +0000]
The #11541 didn't work under threads.

p4raw-id: //depot/perl@11544

23 years agoRe: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
Hugo van der Sanden [Fri, 22 Jun 2001 01:19:08 +0000]
Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>

(Skip tests if accept() failed)

p4raw-id: //depot/perl@11543

23 years ago[ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
Stian Seeberg [Mon, 30 Jul 2001 12:28:07 +0000]
[ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>

p4raw-id: //depot/perl@11542

23 years agoPluggable optimizer
Simon Cozens [Wed, 1 Aug 2001 13:57:02 +0000]
Pluggable optimizer
Message-ID: <20010801135702.I10442@netthink.co.uk>

p4raw-id: //depot/perl@11541

23 years ago[ID 20010801.039] perlre.pod message typo
Audrey Tang [Thu, 2 Aug 2001 04:48:02 +0000]
[ID 20010801.039] perlre.pod message typo
Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>

p4raw-id: //depot/perl@11540

23 years agoTest for change #11536.
Jarkko Hietaniemi [Wed, 1 Aug 2001 16:32:52 +0000]
Test for change #11536.

p4raw-link: @11536 on //depot/perl: af68e658651cf56700790e24ea04a752928b0df4

p4raw-id: //depot/perl@11539

23 years agoMore test fixups for #11537.
Jarkko Hietaniemi [Wed, 1 Aug 2001 16:27:19 +0000]
More test fixups for #11537.

p4raw-id: //depot/perl@11538

23 years agoRe: [PATCH pp_ctl.c] proposed Windows safe-guard
Doug MacEachern [Mon, 30 Jul 2001 17:38:50 +0000]
Re: [PATCH pp_ctl.c] proposed Windows safe-guard
Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>

p4raw-id: //depot/perl@11537

23 years ago[patch] ithreads + refto bug
Doug MacEachern [Wed, 1 Aug 2001 09:47:28 +0000]
[patch] ithreads + refto bug
Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>

(Test in change #11539)

p4raw-link: @11539 (not found)

p4raw-id: //depot/perl@11536

23 years agofixups for t/harness
Prymmer/Kahn [Wed, 1 Aug 2001 09:24:23 +0000]
fixups for t/harness
Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11535

23 years agoadd xsubpp and libnetcfg to installed *.bat files for win32 builds
Prymmer/Kahn [Wed, 1 Aug 2001 09:07:13 +0000]
add xsubpp and libnetcfg to installed *.bat files for win32 builds
Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11534

23 years agoNeed to know the number of tests.
Jarkko Hietaniemi [Wed, 1 Aug 2001 13:38:29 +0000]
Need to know the number of tests.

p4raw-id: //depot/perl@11533

23 years agoRe: new exit tests on VMS
Craig A. Berry [Tue, 31 Jul 2001 12:19:29 +0000]
Re: new exit tests on VMS
Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>

p4raw-id: //depot/perl@11532

23 years agoRetract #11530 (the dTHX is needed under threads)
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:46:43 +0000]
Retract #11530 (the dTHX is needed under threads)

p4raw-id: //depot/perl@11531

23 years ago(Retracted by #11531)
Jarkko Hietaniemi [Wed, 1 Aug 2001 12:39:35 +0000]
(Retracted by #11531)

p4raw-id: //depot/perl@11530

23 years ago-Wall cleanups: unixish.h
Richard Soderberg [Tue, 31 Jul 2001 23:16:22 +0000]
-Wall cleanups: unixish.h
Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>

p4raw-id: //depot/perl@11529

23 years agoAllow for long long in h2xs
Ilya Zakharevich [Tue, 31 Jul 2001 05:39:09 +0000]
Allow for long long in h2xs
Message-ID: <20010731053909.A1810@math.ohio-state.edu>

(with a note about the case of UV being equal to long long)

p4raw-id: //depot/perl@11528

23 years agofix fs.t for VMS
Craig A. Berry [Tue, 31 Jul 2001 14:57:43 +0000]
fix fs.t for VMS
Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>

p4raw-id: //depot/perl@11527

23 years agoFix for
arbor@al37al08.telecel.pt [Tue, 16 Jan 2001 11:43:02 +0000]
Fix for

Subject: [ID 20010116.001] File::Copy truncates orig file
Message-Id: <200101161143.AA11184@al37al08.telecel.pt>

(copy($foo, $foo) would truncate $foo)

p4raw-id: //depot/perl@11526

23 years agoMultiple modules didn't work; plus typo fixes.
Jarkko Hietaniemi [Tue, 31 Jul 2001 23:00:36 +0000]
Multiple modules didn't work; plus typo fixes.

p4raw-id: //depot/perl@11524

23 years agoUpdate Changes.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:29:58 +0000]
Update Changes.

p4raw-id: //depot/perl@11523

23 years agoRegen perlapi.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:25:35 +0000]
Regen perlapi.

p4raw-id: //depot/perl@11522

23 years agoRe: [PATCH sv.c] mortal doc thinko
Dave Mitchell [Tue, 31 Jul 2001 11:52:42 +0000]
Re: [PATCH sv.c] mortal doc thinko
Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>

p4raw-id: //depot/perl@11521

23 years agoRegen toc.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:17:43 +0000]
Regen toc.

p4raw-id: //depot/perl@11520

23 years agoRegen Porting stuff.
Jarkko Hietaniemi [Tue, 31 Jul 2001 15:17:17 +0000]
Regen Porting stuff.

p4raw-id: //depot/perl@11519

23 years agoAllow for GNU-isms in h2xs
Ilya Zakharevich [Tue, 31 Jul 2001 05:34:38 +0000]
Allow for GNU-isms in h2xs
Message-ID: <20010731053438.A1754@math.ohio-state.edu>

p4raw-id: //depot/perl@11518

23 years agoAdd -Wall in cflags, not in Configure.
Jarkko Hietaniemi [Tue, 31 Jul 2001 14:14:35 +0000]
Add -Wall in cflags, not in Configure.
(This way -Wall affects only the core and the core XS,
 not user modules' XS.  Concern from Paul Marquess,
 implementation idea from Andy Dougherty.)

p4raw-id: //depot/perl@11516

23 years agoConfigure's detection of system manual
Sean Dague [Sun, 13 May 2001 15:53:15 +0000]
Configure's detection of system manual
Message-ID: <20010513155315.A15833@underhill.dague.net>

p4raw-id: //depot/perl@11514

23 years ago[ID 20010621.004] Typo in perlobj.pod
Audrey Tang [Thu, 21 Jun 2001 23:56:48 +0000]
[ID 20010621.004] Typo in perlobj.pod
Message-Id: <20010621235648.A57340@not.autrijus.org>

p4raw-id: //depot/perl@11513

23 years agoTypo in DB_File.pm
Philip Newton [Tue, 31 Jul 2001 06:19:35 +0000]
Typo in DB_File.pm
Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>

p4raw-id: //depot/perl@11512

23 years agoRe: [ID 20010529.002] typos in man page perlre
Stephen P. Potter [Wed, 30 May 2001 13:59:34 +0000]
Re: [ID 20010529.002] typos in man page perlre
Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>

p4raw-id: //depot/perl@11511

23 years agoeval "format foo=" would loop indefinitely; reported in
Mike Guy [Mon, 14 May 2001 16:12:22 +0000]
eval "format foo=" would loop indefinitely; reported in

Subject: A load of old rubbish
Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>

(The core dumps reported in there already fixed.)

p4raw-id: //depot/perl@11510

23 years agoUpgrade to Switch 2.04, now with Perl 6 given+when.
Jarkko Hietaniemi [Tue, 31 Jul 2001 00:37:49 +0000]
Upgrade to Switch 2.04, now with Perl 6 given+when.

p4raw-id: //depot/perl@11509

23 years agoDB_File-1.78
Paul Marquess [Mon, 30 Jul 2001 22:54:37 +0000]
DB_File-1.78
Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>

p4raw-id: //depot/perl@11508

23 years agoExplain in more detail why -pipe and -fno-common are good.
Jarkko Hietaniemi [Mon, 30 Jul 2001 23:11:10 +0000]
Explain in more detail why -pipe and -fno-common are good.

p4raw-id: //depot/perl@11507

23 years agoPerl hasn't been putting man pages into $prefix/lib for
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:14:39 +0000]
Perl hasn't been putting man pages into $prefix/lib for
a long time now; pointed out by Andy Dougherty.

p4raw-id: //depot/perl@11505

23 years agoDocument the extras Configure option.
Jarkko Hietaniemi [Mon, 30 Jul 2001 14:13:15 +0000]
Document the extras Configure option.

p4raw-id: //depot/perl@11504

23 years agoIntegrate change #11051 from macperl; O_RDONLY is not zero
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:52:14 +0000]
Integrate change #11051 from macperl; O_RDONLY is not zero
everywhere.

p4raw-link: @11051 on //depot/perl: 497b47a829dd93323de2c7f4f6815ab9f23d6ada

p4raw-id: //depot/perl@11503
p4raw-integrated: from //depot/maint-5.6/macperl@11502 'merge in'
doio.c (@11007..)

23 years agoDoubly guard against invoking CPAN if no extras defined,
Jarkko Hietaniemi [Mon, 30 Jul 2001 13:45:27 +0000]
Doubly guard against invoking CPAN if no extras defined,
pointed out by H. Merijn Brand.

p4raw-id: //depot/perl@11502

23 years agoUpdate Changes.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:53:34 +0000]
Update Changes.

p4raw-id: //depot/perl@11498

23 years agoNow Configure -Dextras=Foo::Bar and "make install" will
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:45:32 +0000]
Now Configure -Dextras=Foo::Bar and "make install" will
fetch and install Foo::Bar.

p4raw-id: //depot/perl@11497

23 years agoextras.make, extras.test, and extras.install make targets.
Jarkko Hietaniemi [Mon, 30 Jul 2001 03:18:01 +0000]
extras.make, extras.test, and extras.install make targets.

p4raw-id: //depot/perl@11495

23 years agoBetter to have the list of extras in $extras than 'define'.
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:37:14 +0000]
Better to have the list of extras in $extras than 'define'.

p4raw-id: //depot/perl@11493

23 years agoMissed from #11490 (the required dependency).
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:54 +0000]
Missed from #11490 (the required dependency).

p4raw-id: //depot/perl@11491

23 years agoAdd the support of asking for extra modules or bundles of modules
Jarkko Hietaniemi [Mon, 30 Jul 2001 01:32:02 +0000]
Add the support of asking for extra modules or bundles of modules
to be fetched from the CPAN and installed as a part of the Perl
build process.  None of this installation is yet really done;
only the list is asked, and saved away in extras.lst for
the build and installation process to worry about later.

p4raw-id: //depot/perl@11490

23 years agoBeginnings of better Inf and NaN support.
Jarkko Hietaniemi [Sun, 29 Jul 2001 22:15:25 +0000]
Beginnings of better Inf and NaN support.
At least toke.c and sv.c still need quite a bit of work.

p4raw-id: //depot/perl@11489

23 years agoTop-level Makefile didn't honour OPTIMIZE.
Jarkko Hietaniemi [Sun, 29 Jul 2001 21:18:57 +0000]
Top-level Makefile didn't honour OPTIMIZE.

p4raw-id: //depot/perl@11488

23 years agoUpdate Changes.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:56:04 +0000]
Update Changes.

p4raw-id: //depot/perl@11487

23 years agoUse Search::Dict 1.02 interface for charinfo().
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:38:09 +0000]
Use Search::Dict 1.02 interface for charinfo().

p4raw-id: //depot/perl@11486

23 years agoNow also allow transforming the read lines before comparing them.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:37:11 +0000]
Now also allow transforming the read lines before comparing them.
(This will help UnicodeCD.)

p4raw-id: //depot/perl@11485

23 years agoRemove tiehandle code.
Jarkko Hietaniemi [Sun, 29 Jul 2001 20:03:13 +0000]
Remove tiehandle code.

p4raw-id: //depot/perl@11484

23 years agoAllow specifying a comparison function for Search::Dict::look().
Jarkko Hietaniemi [Sun, 29 Jul 2001 19:59:02 +0000]
Allow specifying a comparison function for Search::Dict::look().

p4raw-id: //depot/perl@11483

23 years agoSmall UnicodeCD tweaks.
Jarkko Hietaniemi [Sun, 29 Jul 2001 18:55:04 +0000]
Small UnicodeCD tweaks.

p4raw-id: //depot/perl@11482

23 years agoUnicodeCD::charinfo
SADAHIRO Tomoyuki [Tue, 24 Jul 2001 01:51:32 +0000]
UnicodeCD::charinfo
Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>

p4raw-id: //depot/perl@11481

23 years agoinstallperl
Wilfredo Sánchez [Fri, 27 Jul 2001 19:05:04 +0000]
installperl
Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11480

23 years agoSet proper compatibility versions in core
Wilfredo Sánchez [Fri, 27 Jul 2001 20:01:49 +0000]
Set proper compatibility versions in core
Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11479

23 years agoDarwin: -fpic not so good
Wilfredo Sánchez [Fri, 27 Jul 2001 18:57:38 +0000]
Darwin: -fpic not so good
Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11477

23 years agoClean up Darwin hints
Wilfredo Sánchez [Fri, 27 Jul 2001 19:13:15 +0000]
Clean up Darwin hints
Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>

p4raw-id: //depot/perl@11476

23 years agosplit()'s unused captures should be undef, not ''
Jeff Pinyan [Fri, 27 Jul 2001 14:00:37 +0000]
split()'s unused captures should be undef, not ''
Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11475

23 years ago$^N foolery as well
Jeff Pinyan [Thu, 26 Jul 2001 20:03:12 +0000]
$^N foolery as well
Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>

p4raw-id: //depot/perl@11474

23 years agofixes to constant.pm documentation
Ilmari Karonen [Tue, 24 Jul 2001 16:44:24 +0000]
fixes to constant.pm documentation
Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>

p4raw-id: //depot/perl@11473

23 years ago[DOC PATCH bleadperl] perlport.pod and C<..">>"...>
Philip Newton [Fri, 27 Jul 2001 07:51:10 +0000]
[DOC PATCH bleadperl] perlport.pod and C<..">>"...>
Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>

p4raw-id: //depot/perl@11472

23 years agoDoc fix for perlguts / threading
Arthur Bergman [Wed, 25 Jul 2001 11:28:23 +0000]
Doc fix for perlguts / threading
Message-Id:  <B7845DD6.2812%arthur@contiller.se>

p4raw-id: //depot/perl@11471