This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agoup patchlevel &c
Gurusamy Sarathy [Fri, 20 Aug 1999 17:21:53 +0000 (17:21 +0000)]
up patchlevel &c

p4raw-id: //depot/perl@4010

24 years agoadd missing Is/Syl*.pl files
Gurusamy Sarathy [Fri, 20 Aug 1999 16:46:26 +0000 (16:46 +0000)]
add missing Is/Syl*.pl files

p4raw-id: //depot/perl@4009

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Fri, 20 Aug 1999 16:31:02 +0000 (16:31 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4008

24 years agosupport USE_THREADS+MULTIPLICITY; source compat tweaks for
Gurusamy Sarathy [Fri, 20 Aug 1999 15:24:08 +0000 (15:24 +0000)]
support USE_THREADS+MULTIPLICITY; source compat tweaks for
USE_THREADS and MULTIPLICITY; minor pod adjustments

p4raw-id: //depot/perl@4007

24 years agoTighten the vec() code so that naughty BITS cause an error.
Jarkko Hietaniemi [Thu, 19 Aug 1999 19:01:41 +0000 (19:01 +0000)]
Tighten the vec() code so that naughty BITS cause an error.

p4raw-id: //depot/cfgperl@4006

24 years agoDon't document ill-defined vec() bits cases
Jarkko Hietaniemi [Thu, 19 Aug 1999 15:55:09 +0000 (15:55 +0000)]
Don't document ill-defined vec() bits cases
(for which the code doesn't work right in any case)

p4raw-id: //depot/cfgperl@4005

24 years agoRemoved duplicated code (in pp.c and mg.c) by introducing
Jarkko Hietaniemi [Thu, 19 Aug 1999 12:49:41 +0000 (12:49 +0000)]
Removed duplicated code (in pp.c and mg.c) by introducing
do_vecget().  NOTE: the calling convention of do_vecset()
changes, too: the `offset' that is assigned to LvTARGOFF(TARG)
in pp_vec() is no more multiplied by `size' in pp_vec(),
the multiplication is now done in do_vecset().

Also fix a cpp thinko in change #4002.

p4raw-link: @4002 on //depot/cfgperl: 24db6c0d56fddf85ee587fc1cb1dbce678fa6a8c

p4raw-id: //depot/cfgperl@4004

24 years agoWarn about small spherical distances.
Jarkko Hietaniemi [Wed, 18 Aug 1999 08:27:22 +0000 (08:27 +0000)]
Warn about small spherical distances.

p4raw-id: //depot/cfgperl@4003

24 years agoEnhance IV_FITS_IN_IV (though it's still unused).
Jarkko Hietaniemi [Tue, 17 Aug 1999 09:11:51 +0000 (09:11 +0000)]
Enhance IV_FITS_IN_IV (though it's still unused).

p4raw-id: //depot/cfgperl@4002

24 years agooverload.pm str/num confu
Andreas König [Tue, 17 Aug 1999 08:21:12 +0000 (10:21 +0200)]
overload.pm str/num confu

Message-ID: <sfcogg7ylk7.fsf@hohenstaufen.in-berlin.de>
To: The Perl5 Porters Mailing List <perl5-porters@perl.org>

p4raw-id: //depot/cfgperl@4001

24 years ago[ID 19990816.006] small patch to perlobj.pod from 5.005_03
Randal L. Schwartz [Mon, 16 Aug 1999 14:24:28 +0000 (07:24 -0700)]
[ID 19990816.006] small patch to perlobj.pod from 5.005_03

To: perl5-porters@perl.org
Message-Id: <m1ogg7to4z.fsf@halfdome.holdit.com>

p4raw-id: //depot/cfgperl@4000

24 years agoIntegrate with Nick.
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:49:09 +0000 (19:49 +0000)]
Integrate with Nick.

p4raw-id: //depot/cfgperl@3999

24 years agoFix most of the pod2man moanings reported in
Larry W. Virden [Tue, 3 Aug 1999 15:35:06 +0000 (11:35 -0400)]
Fix most of the pod2man moanings reported in
To: perl5-porters@perl.org
Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6
    (UNINSTALLED)
Message-Id: <199908031935.PAA27692@cas.org>

Configure regen'ed.

p4raw-id: //depot/cfgperl@3998

24 years agoA fix of sorts for the flush-before-dup scenario.
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:20:37 +0000 (19:20 +0000)]
A fix of sorts for the flush-before-dup scenario.

p4raw-id: //depot/cfgperl@3997

24 years agoMore paranoia.
Jarkko Hietaniemi [Mon, 16 Aug 1999 19:14:37 +0000 (19:14 +0000)]
More paranoia.

p4raw-id: //depot/cfgperl@3996

24 years agoBatch of small 64-bit/long double/large file support tweaks:
Jarkko Hietaniemi [Mon, 16 Aug 1999 18:55:35 +0000 (18:55 +0000)]
Batch of small 64-bit/long double/large file support tweaks:
- scan for LDBL_DIG
- from DBL_DIG and LDBL_DIG select NV_DIG
- introduce IVSIZE, UVSIZE, NVSIZE
- introduce IV_DIG
- remove stdio64
- AIX uses `oslevel` when others use `uname -r`
- already AIX 4.2 goes 64-bit
- in HP-UX require the 64-bit libc, just the directory isn't enough
- group ids are not NVs
- #undef USE_LONG_DOUBLE if long double is no better than double
- introduce NV_WITHIN_*() and IV_FITS_IN_IV
- mention large file support in perldelta
- introduce quad TOPpin' and POPpin'
- the svcat... buffer was tiny for printing quads in %b
- fix the multiplication test in 64bit.t
- try to make VMS to comply with all this removal and "introducal"
  of symbols

p4raw-id: //depot/cfgperl@3995

24 years agoMore Configure/subconfigure.com syncing.
Jarkko Hietaniemi [Mon, 16 Aug 1999 07:53:44 +0000 (07:53 +0000)]
More Configure/subconfigure.com syncing.

p4raw-id: //depot/cfgperl@3994

24 years agoRemove from VMS what the change #3982 took away from Configure lands.
Jarkko Hietaniemi [Sat, 14 Aug 1999 22:09:26 +0000 (22:09 +0000)]
Remove from VMS what the change #3982 took away from Configure lands.

p4raw-link: @3982 on //depot/metaconfig: ad9d3b19dcfc4d9ee9bdd95d8dd54024d8a1d42con //depot/cfgperl: d9b3e12dc6d5d94bcf6692f9359e377c8a7dcdd6

p4raw-id: //depot/cfgperl@3993

24 years agoSmall test tweaks.
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:29:13 +0000 (13:29 +0000)]
Small test tweaks.

p4raw-id: //depot/cfgperl@3992

24 years agoAugment filesize limit note.
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:08:41 +0000 (13:08 +0000)]
Augment filesize limit note.

p4raw-id: //depot/cfgperl@3991

24 years agoNote about filesize limits.
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:06:12 +0000 (13:06 +0000)]
Note about filesize limits.

p4raw-id: //depot/cfgperl@3990

24 years agoCatch the case of filesize limits.
Jarkko Hietaniemi [Sat, 14 Aug 1999 11:31:58 +0000 (11:31 +0000)]
Catch the case of filesize limits.

p4raw-id: //depot/cfgperl@3989

24 years agoNew lightweight Carp has a require. If Carp is used in a __DIE__ handler
Nick Ing-Simmons [Sat, 14 Aug 1999 09:20:58 +0000 (09:20 +0000)]
New lightweight Carp has a require. If Carp is used in a __DIE__ handler
this causes a POPSTACK panic. The problem seems to be that although
die_where() has unwound the tail of perl_vdie() top_env setjmp has been
set to resume execution there. Avoiding setting CATCH_SET(TRUE) in
call_sv() avoids this. So invent a new G_NOCATCH flag to disable
messing with CATCH_SET() in call_sv, use it in perl_vdie().
Add test to op/eval.t which will fail (panic) if bug comes back.
>>> I AM NOT CONVINCED THIS IS CORRECT LONG TERM FIX <<<

p4raw-id: //depot/perl@3988

24 years agofix MM_VMS.pm for space-delimited lists
Craig A. Berry [Fri, 13 Aug 1999 17:42:47 +0000 (12:42 -0500)]
fix MM_VMS.pm for space-delimited lists

To: perl5-porters@perl.org, vmsperl@perl.org, sarathy@activestate.com
Message-Id: <v04210105b3da3ed9599d@[172.16.246.133]>

p4raw-id: //depot/cfgperl@3987

24 years agoDon't quit before printing out the message.
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:56:44 +0000 (23:56 +0000)]
Don't quit before printing out the message.

p4raw-id: //depot/cfgperl@3986

24 years agoRemove more t/ trash on target "clean".
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:35:49 +0000 (23:35 +0000)]
Remove more t/ trash on target "clean".

p4raw-id: //depot/cfgperl@3985

24 years agoAvoid double long double.
Jarkko Hietaniemi [Fri, 13 Aug 1999 23:02:53 +0000 (23:02 +0000)]
Avoid double long double.

p4raw-id: //depot/cfgperl@3984

24 years agoBYTEORDER fix.
Jarkko Hietaniemi [Fri, 13 Aug 1999 22:59:56 +0000 (22:59 +0000)]
BYTEORDER fix.

p4raw-id: //depot/cfgperl@3983

24 years agoJumbo Configure and large file support update.
Jarkko Hietaniemi [Fri, 13 Aug 1999 22:48:40 +0000 (22:48 +0000)]
Jumbo Configure and large file support update.
Remove a lot of unneeded 64-bitness cruft;
re-introduce BYTEORDER; update 64-bitness hints;
lfs should now work in Solaris; long doubles in AIX.

p4raw-id: //depot/cfgperl@3982

24 years agoRetract change #3977 (do_open9() adds O_LARGEFILE automagically).
Jarkko Hietaniemi [Fri, 13 Aug 1999 15:11:51 +0000 (15:11 +0000)]
Retract change #3977 (do_open9() adds O_LARGEFILE automagically).

p4raw-link: @3977 on //depot/cfgperl: a015af24b2d0b1531a3fb6be319dee296ef92ba5

p4raw-id: //depot/cfgperl@3981

24 years agoIntroduce HAS_LLSEEK.
Jarkko Hietaniemi [Fri, 13 Aug 1999 15:09:11 +0000 (15:09 +0000)]
Introduce HAS_LLSEEK.

p4raw-id: //depot/cfgperl@3980

24 years agofix up VMS->unix filename translation a bit
Dan Sugalski [Fri, 13 Aug 1999 09:00:42 +0000 (02:00 -0700)]
fix up VMS->unix filename translation a bit

To: perl5-porters@perl.org, vmsperl@perl.org, bailey@newman.upenn.edu,
        sarathy@activestate.com
Message-ID: <Pine.LNX.4.10.9908130849390.3950-100000@tuatha.sidhe.org>

p4raw-id: //depot/cfgperl@3979

24 years agoMake the 64-bit tests more paranoid.
Jarkko Hietaniemi [Fri, 13 Aug 1999 09:56:46 +0000 (09:56 +0000)]
Make the 64-bit tests more paranoid.

p4raw-id: //depot/cfgperl@3978

24 years agoUse O_LARGEFILE if available.
Jarkko Hietaniemi [Fri, 13 Aug 1999 09:56:25 +0000 (09:56 +0000)]
Use O_LARGEFILE if available.

p4raw-id: //depot/cfgperl@3977

24 years agoIRIX64 needs more -mabi=64 with gcc.
Jarkko Hietaniemi [Thu, 12 Aug 1999 21:49:16 +0000 (21:49 +0000)]
IRIX64 needs more -mabi=64 with gcc.

p4raw-id: //depot/cfgperl@3976

24 years agoReincarnate change #3967, now in more modest form.
Jarkko Hietaniemi [Thu, 12 Aug 1999 21:02:03 +0000 (21:02 +0000)]
Reincarnate change #3967, now in more modest form.

p4raw-link: @3967 on //depot/cfgperl: 389b72ffba57effeed96b76240b691bbd83408f7

p4raw-id: //depot/cfgperl@3975

24 years agoRemove rt from libswanted (I added it many moons ago
Jarkko Hietaniemi [Thu, 12 Aug 1999 20:49:36 +0000 (20:49 +0000)]
Remove rt from libswanted (I added it many moons ago
when I thought it would be useful in Digital UNIX,
I was wrong); undo the recent IRIX hints changes,
getting rid of one warning brought new ones.

p4raw-id: //depot/cfgperl@3974

24 years agost_blocks is in 512 byte blocks.
Jarkko Hietaniemi [Thu, 12 Aug 1999 19:42:53 +0000 (19:42 +0000)]
st_blocks is in 512 byte blocks.

p4raw-id: //depot/cfgperl@3973

24 years agoDon't claim defeat too early.
Jarkko Hietaniemi [Thu, 12 Aug 1999 19:27:31 +0000 (19:27 +0000)]
Don't claim defeat too early.

p4raw-id: //depot/cfgperl@3972

24 years agoIRIX 64-bit hint tweak.
Jarkko Hietaniemi [Thu, 12 Aug 1999 19:24:14 +0000 (19:24 +0000)]
IRIX 64-bit hint tweak.

p4raw-id: //depot/cfgperl@3971

24 years agoTurn of deprecated warnings for defined(@Sompack::ISA) type
Nick Ing-Simmons [Thu, 12 Aug 1999 19:17:20 +0000 (19:17 +0000)]
Turn of deprecated warnings for defined(@Sompack::ISA) type
tests i.e. RV2AV and RV2HV

p4raw-id: //depot/perl@3970

24 years agoAdd Configure -Duselongdouble and add a missing semicolon.
Jarkko Hietaniemi [Thu, 12 Aug 1999 19:06:17 +0000 (19:06 +0000)]
Add Configure -Duselongdouble and add a missing semicolon.

p4raw-id: //depot/cfgperl@3969

24 years agoSimply exit() early if lfs support seems unlikely.
Jarkko Hietaniemi [Thu, 12 Aug 1999 18:46:00 +0000 (18:46 +0000)]
Simply exit() early if lfs support seems unlikely.

p4raw-id: //depot/cfgperl@3968

24 years agoSuffer silently for unused libraries.
Jarkko Hietaniemi [Thu, 12 Aug 1999 18:44:05 +0000 (18:44 +0000)]
Suffer silently for unused libraries.

p4raw-id: //depot/cfgperl@3967

24 years agoUpdate MANIFEST to follow change #3965.
Jarkko Hietaniemi [Thu, 12 Aug 1999 13:18:44 +0000 (13:18 +0000)]
Update MANIFEST to follow change #3965.

p4raw-link: @3965 on //depot/cfgperl: 883d4c97cf89026407400a75b9946a85032f5df2

p4raw-id: //depot/cfgperl@3966

24 years agoRegenerate Unicode tables based on new syllable lists
Jarkko Hietaniemi [Thu, 12 Aug 1999 13:15:38 +0000 (13:15 +0000)]
Regenerate Unicode tables based on new syllable lists
from Daniel Yacob.

p4raw-id: //depot/cfgperl@3965

24 years agoRemove more spurious casting.
Jarkko Hietaniemi [Thu, 12 Aug 1999 10:06:24 +0000 (10:06 +0000)]
Remove more spurious casting.

p4raw-id: //depot/cfgperl@3964

24 years agoMinor niggles on the lfs tests.
Jarkko Hietaniemi [Thu, 12 Aug 1999 08:18:53 +0000 (08:18 +0000)]
Minor niggles on the lfs tests.

p4raw-id: //depot/cfgperl@3963

24 years agoDon't bother with lfs testing if off_t is too small.
Jarkko Hietaniemi [Wed, 11 Aug 1999 22:48:25 +0000 (22:48 +0000)]
Don't bother with lfs testing if off_t is too small.

p4raw-id: //depot/cfgperl@3962

24 years agoLong double patches from Dan Sugalski.
Jarkko Hietaniemi [Wed, 11 Aug 1999 22:22:54 +0000 (22:22 +0000)]
Long double patches from Dan Sugalski.

p4raw-id: //depot/cfgperl@3961

24 years agoFlush buffer before duplicating file descriptor.
Mark-Jason Dominus [Wed, 11 Aug 1999 15:56:09 +0000 (11:56 -0400)]
Flush buffer before duplicating file descriptor.
To: Graham Barr <gbarr@pobox.com>
cc: Vicki Brown <vlb@cfcl.com>, perl5-porters@perl.org, mjd@plover.com
Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
Date: Wed, 11 Aug 1999 15:56:09 -0400
Message-ID: <19990811195610.5933.qmail@plover.com>

From: Mark-Jason Dominus <mjd@plover.com>
To: perl5-porters@perl.org
Subject: Re: [ID 19990811.002] can't dup DATA? (PATCH (5.005_57))
Date: Wed, 11 Aug 1999 16:05:46 -0400
Message-ID: <19990811200546.6165.qmail@plover.com>

p4raw-id: //depot/cfgperl@3960

24 years agoBypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
Craig A. Berry [Wed, 11 Aug 1999 14:31:11 +0000 (09:31 -0500)]
Bypass fsync(NULL) (crashes miniperl compiled with DEC C 5.2)
Sender: owner-perl5-porters@perl.org
To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com,
        bailey@newman.upenn.edu
Subject: [PATCH 5.005_60] vms.c my_flush patch to circumvent fileno
problem
Message-Id: <4.2.0.58.19990811141007.00b8f8a0@mmtnt11.metamor.com>

p4raw-id: //depot/cfgperl@3959

24 years agoAdd a hopefully comforting message if there seems to be no LFS.
Jarkko Hietaniemi [Wed, 11 Aug 1999 15:35:45 +0000 (15:35 +0000)]
Add a hopefully comforting message if there seems to be no LFS.
This seems to be the case with e.g. ext2fs, a somewhat popular fs.
The tests will fail on lfs tests only if quad is available,
if ENOQUAD, the lfs tests will be skipped.

p4raw-id: //depot/cfgperl@3958

24 years agoUnapply an experimental patch that accidentally escaped
Jarkko Hietaniemi [Wed, 11 Aug 1999 12:25:59 +0000 (12:25 +0000)]
Unapply an experimental patch that accidentally escaped
from the lab by piggybacking with the change #3955.

p4raw-link: @3955 on //depot/cfgperl: d28f7c377ae191ca53d9157f124642cf323614a0

p4raw-id: //depot/cfgperl@3957

24 years agoAdd sysio large file support testing.
Jarkko Hietaniemi [Wed, 11 Aug 1999 08:19:23 +0000 (08:19 +0000)]
Add sysio large file support testing.

p4raw-id: //depot/cfgperl@3956

24 years agoPatches needed to get _60 building with
Dan Sugalski [Tue, 10 Aug 1999 16:34:56 +0000 (09:34 -0700)]
Patches needed to get _60 building with

To: vmsperl@perl.org, perl5-porters@perl.org,
sarathy@activestate.com, bailey@newman.upenn.edu
threads on VMS
Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org>

p4raw-id: //depot/cfgperl@3955

24 years agoLFS testing robustness.
Jarkko Hietaniemi [Tue, 10 Aug 1999 20:37:55 +0000 (20:37 +0000)]
LFS testing robustness.

p4raw-id: //depot/cfgperl@3954

24 years agoPathces to get _60 building on VMS
Dan Sugalski [Tue, 10 Aug 1999 13:28:18 +0000 (06:28 -0700)]
Pathces to get _60 building on VMS

To: vmsperl@perl.org, perp5-porters@perl.org, bailey@newman.upenn.edu,
        sarathy@activestate.com
Message-ID: <Pine.LNX.4.10.9908101323130.18266-100000@tuatha.sidhe.org>

p4raw-id: //depot/cfgperl@3953

24 years agoAIX is different, again. Now in cc -E output.
Jarkko Hietaniemi [Tue, 10 Aug 1999 17:18:57 +0000 (17:18 +0000)]
AIX is different, again.  Now in cc -E output.

p4raw-id: //depot/cfgperl@3952

24 years agoUse Pid_t on pgrp matters.
Jarkko Hietaniemi [Tue, 10 Aug 1999 14:37:08 +0000 (14:37 +0000)]
Use Pid_t on pgrp matters.

p4raw-id: //depot/cfgperl@3951

24 years agoUse Pid_t.
Jarkko Hietaniemi [Tue, 10 Aug 1999 14:35:30 +0000 (14:35 +0000)]
Use Pid_t.

p4raw-id: //depot/cfgperl@3950

24 years agoUse Mode_t.
Jarkko Hietaniemi [Tue, 10 Aug 1999 14:11:15 +0000 (14:11 +0000)]
Use Mode_t.

p4raw-id: //depot/cfgperl@3949

24 years agoSmall perlbug doc tweaks from Jon Orwant.
Jarkko Hietaniemi [Tue, 10 Aug 1999 13:53:19 +0000 (13:53 +0000)]
Small perlbug doc tweaks from Jon Orwant.

p4raw-id: //depot/cfgperl@3948

24 years agoLarge file support testing.
Jarkko Hietaniemi [Tue, 10 Aug 1999 09:55:11 +0000 (09:55 +0000)]
Large file support testing.

p4raw-id: //depot/cfgperl@3947

24 years agoRemove I32 casting from time-related functions.
Jarkko Hietaniemi [Tue, 10 Aug 1999 09:13:54 +0000 (09:13 +0000)]
Remove I32 casting from time-related functions.

p4raw-id: //depot/cfgperl@3946

24 years agoGratuitous uid and gid casts to I32s and ints removed.
Jarkko Hietaniemi [Tue, 10 Aug 1999 09:06:42 +0000 (09:06 +0000)]
Gratuitous uid and gid casts to I32s and ints removed.
There are still problem spots in printfing such ids:
width (%d vs %ld) and signedness %d vs %u.

p4raw-id: //depot/cfgperl@3945

24 years agoRemove I32 casts from pp_stat, these make stat()
Phil Lobbes [Mon, 9 Aug 1999 21:38:54 +0000 (14:38 -0700)]
Remove I32 casts from pp_stat, these make stat()
very broken e.g. on files larger than 2 gigabytes.
Reported by
To: perl5-porters@perl.org
Subject: [ID 19990810.001] Possible bug using stat w/large files Digital
    UNIX Perl 5.005_03
Message-Id: <199908100438.VAA08292@ultra.finchcomputer.com>

There are more of these I32 casts all over pp_sys.c,
all of them should be checked.

p4raw-id: //depot/cfgperl@3944

24 years agoRemove blathering.
Jarkko Hietaniemi [Tue, 10 Aug 1999 07:38:30 +0000 (07:38 +0000)]
Remove blathering.

p4raw-id: //depot/cfgperl@3943

24 years agolexwarn maintenance: new warning class unsafe
Jarkko Hietaniemi [Mon, 9 Aug 1999 20:35:13 +0000 (20:35 +0000)]
lexwarn maintenance: new warning class unsafe
subclasses 'overflow' and 'portable' created,
used by the recent integer overflow warnings.
Class syntax subclass 'octal' renamed to 'digit',
binary and hexadecimal parsing errors also 'digit' warnings.

p4raw-id: //depot/cfgperl@3942

24 years agoIntegrate with Nick.
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:40:47 +0000 (10:40 +0000)]
Integrate with Nick.

p4raw-id: //depot/cfgperl@3941

24 years agoRegenerate the Unicode tables after having updated the Unicode
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:32:43 +0000 (10:32 +0000)]
Regenerate the Unicode tables after having updated the Unicode
database (change #3939).

p4raw-link: @3939 on //depot/cfgperl: 1b840072c89904927826b140322b783653b204a1

p4raw-id: //depot/cfgperl@3940

24 years agoUnicode data updated to be the latest beta of the Unicode 3.0.
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:27:22 +0000 (10:27 +0000)]
Unicode data updated to be the latest beta of the Unicode 3.0.

p4raw-id: //depot/cfgperl@3939

24 years agoEthiopic changes via private email from Daniel Yacob,
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:25:54 +0000 (10:25 +0000)]
Ethiopic changes via private email from Daniel Yacob,
<dmulholl@cs.indiana.edu>.  Ethiopic and Cherokee done,
Canadian Syllabics and Yi under construction.

p4raw-id: //depot/cfgperl@3938

24 years agoMove the equivalence class creation last.
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:21:51 +0000 (10:21 +0000)]
Move the equivalence class creation last.

p4raw-id: //depot/cfgperl@3937

24 years agoCompute equivalence classes (diacritics stripping) only
Jarkko Hietaniemi [Mon, 9 Aug 1999 10:20:40 +0000 (10:20 +0000)]
Compute equivalence classes (diacritics stripping) only
for letters, not for ligatures.

p4raw-id: //depot/cfgperl@3936

24 years agoWill now correctly re-call
Nick Ing-Simmons [Sun, 8 Aug 1999 13:53:57 +0000 (13:53 +0000)]
Will now correctly re-call
  bootstrap "Foo";
if requested. This should allow build on Win32 and other
platforms where you cannot link to loadables directly.

p4raw-id: //depot/perl@3935

24 years agoVishal Bhatia <vishalb@my-deja.com>
Nick Ing-Simmons [Sat, 7 Aug 1999 12:23:55 +0000 (12:23 +0000)]
Vishal Bhatia <vishalb@my-deja.com>
  Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler)
  Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com>

p4raw-id: //depot/perl@3934

24 years agoB::C changes to get simple Tk app. compiling again
Nick Ing-Simmons [Sat, 7 Aug 1999 12:19:46 +0000 (12:19 +0000)]
B::C changes to get simple Tk app. compiling again

p4raw-id: //depot/perl@3933

24 years agoRegen Configure to include change #3915.
Jarkko Hietaniemi [Fri, 6 Aug 1999 21:17:16 +0000 (21:17 +0000)]
Regen Configure to include change #3915.

p4raw-link: @3915 on //depot/metaconfig: 59f727b5b92dc1f484242a311cbb15243d425aef

p4raw-id: //depot/cfgperl@3932

24 years agoTodo update.
Jarkko Hietaniemi [Fri, 6 Aug 1999 18:52:57 +0000 (18:52 +0000)]
Todo update.

p4raw-id: //depot/cfgperl@3931

24 years agoCharacter class equivalence tables.
Jarkko Hietaniemi [Fri, 6 Aug 1999 13:13:05 +0000 (13:13 +0000)]
Character class equivalence tables.

p4raw-id: //depot/cfgperl@3930

24 years agoMore Fcntl constants. (This process really needs
Jarkko Hietaniemi [Fri, 6 Aug 1999 11:59:11 +0000 (11:59 +0000)]
More Fcntl constants.  (This process really needs
to be automated, at least partly, see the Errno extension.)
Now also the SEEK_ constants are available via the Fcntl.
Yes, this is redundant (IO::Seekable and POSIX supply them already),
but now Fcntl is a one-stop shopping mall for all your
file-related constants.

p4raw-id: //depot/cfgperl@3929

24 years agoProtect against pack/unpack repeat count overflows,
Nathan Torkington [Thu, 5 Aug 1999 23:01:51 +0000 (17:01 -0600)]
Protect against pack/unpack repeat count overflows,
based on:
To: Brian Keefer <mgomes@cwix.com>
Cc: perl5-porters@perl.org
Subject: Re: [ID 19990806.001] Core dump with obfuscated code
Message-ID: <14250.27711.769942.100675@localhost.frii.com>

p4raw-id: //depot/cfgperl@3928

24 years agoFix for Nathan's fix (#3920) from Guy Decoux.
Nathan Torkington [Thu, 5 Aug 1999 21:25:47 +0000 (15:25 -0600)]
Fix for Nathan's fix (#3920) from Guy Decoux.
To: perl5-porters@perl.org
Subject: Bugfix for my bugfix
Message-ID: <14250.21947.765134.940583@localhost.frii.com>

p4raw-id: //depot/cfgperl@3927

24 years agoFix regex charclass parsing so that bogus ranges
Jarkko Hietaniemi [Thu, 5 Aug 1999 17:25:19 +0000 (17:25 +0000)]
Fix regex charclass parsing so that bogus ranges
like [0-\d] and [[:word:]-z] are no more allowed.
The anomaly was noticed by Guy Decoux.

p4raw-id: //depot/cfgperl@3926

24 years agosplit /^/ deprecation warning should not be on by default.
Jarkko Hietaniemi [Thu, 5 Aug 1999 10:31:47 +0000 (10:31 +0000)]
split /^/ deprecation warning should not be on by default.

p4raw-id: //depot/cfgperl@3925

24 years agoWarning fix to change #3922.
Paul Marquess [Thu, 5 Aug 1999 09:01:15 +0000 (10:01 +0100)]
Warning fix to change #3922.
To: ilya@math.ohio-state.edu, gsar@activestate.com
Cc: tchrist@jhereg.perl.com, chaimf@pobox.com, ed@chronos.net,
        perl5-porters@perl.org
Subject: RE: [PATCH 5.00557] split /^/
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B23@mbtlipnt02.btlabs.bt.co.uk>

p4raw-link: @3922 on //depot/cfgperl: 2cdd06f700e22243a0f92357f562eb4b13b7197a

p4raw-id: //depot/cfgperl@3924

24 years agoRE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10
Paul Marquess [Thu, 5 Aug 1999 09:33:14 +0000 (10:33 +0100)]
RE: [PATCH 5.005_60] anydbm.t + DB_File + Berkeley DB >= 2.4.10

To: jhi@iki.fi, paul.marquess@bt.com
Cc: gsar@ActiveState.com, perl5-porters@perl.org
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B26@mbtlipnt02.btlabs.bt.co.uk>

p4raw-id: //depot/cfgperl@3923

24 years agoDeprecate /^/ implictly meaning /^/m.
Ilya Zakharevich [Wed, 4 Aug 1999 16:46:57 +0000 (12:46 -0400)]
Deprecate /^/ implictly meaning /^/m.
To: Gurusamy Sarathy <gsar@activestate.com>
Cc: Tom Christiansen <tchrist@jhereg.perl.com>, chaimf@pobox.com,
        ed@chronos.net, perl5-porters@perl.org
Subject: [PATCH 5.00557] split /^/
Message-ID: <19990804164657.A3776@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@3922

24 years agoDB_File 1.70
Paul Marquess [Wed, 4 Aug 1999 23:22:22 +0000 (00:22 +0100)]
DB_File 1.70

To: perl5-porters@perl.org
Cc: gsar@activestate.com, nik@tiuk.ti.com, jhi@iki.fi,
        randy@theoryx5.uwinnipeg.ca
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49B21@mbtlipnt02.btlabs.bt.co.uk>

(Replaces change #3917)

p4raw-link: @3917 on //depot/cfgperl: a62982a846c50953d49f512fd1ec36e63b0a9e81

p4raw-id: //depot/cfgperl@3921

24 years ago[5.005_60 PATCH] Make B::Bytecode work
Nathan Torkington [Wed, 4 Aug 1999 11:24:56 +0000 (05:24 -0600)]
[5.005_60 PATCH] Make B::Bytecode work

To: perl5-porters@perl.org
Message-ID: <14248.30568.769427.216092@localhost.frii.com>

p4raw-id: //depot/cfgperl@3920

24 years agoUpdate history records.
Jarkko Hietaniemi [Wed, 4 Aug 1999 10:56:26 +0000 (10:56 +0000)]
Update history records.

p4raw-id: //depot/cfgperl@3919

24 years agoMinor fixes to linux -Dusethreads -Duseperlio.
Jarkko Hietaniemi [Wed, 4 Aug 1999 09:36:13 +0000 (09:36 +0000)]
Minor fixes to linux -Dusethreads -Duseperlio.

p4raw-id: //depot/cfgperl@3918

24 years ago(Replaced by change #3921)
Paul Marquess [Tue, 3 Aug 1999 22:55:00 +0000 (23:55 +0100)]
(Replaced by change #3921)
To: gsar@activestate.com
Cc: perl5-porters@perl.org
Subject: [PATCH 5.005_60] DB_File 1.69
Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB29C6D04@mbtlipnt02.btlabs.bt.co.uk>

p4raw-link: @3921 (not found)

p4raw-id: //depot/cfgperl@3917

24 years agoIntroduce the charnames pragma.
Jarkko Hietaniemi [Wed, 4 Aug 1999 07:59:05 +0000 (07:59 +0000)]
Introduce the charnames pragma.

Subject: [PATCH 5.005_58] Free \C (for named chars), move to \O
From: Ilya Zakharevich <[9]ilya@math.ohio-state.edu>
To: Chip Salzenberg <[11]chip@perlsupport.com>
Cc: Mailing list Perl5 <[12]perl5-porters@perl.org>
Date: Sat, 31 Jul 1999 05:44:05 -0400
Message-Id: <[13]199907311407.IAA25042@localhost.frii.com>

From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: Mailing list Perl5 <perl5-porters@perl.org>
Subject: [PATCH 5.005_58] Named characters in Perl
Date: Mon, 2 Aug 1999 19:25:40 -0400
Message-ID: <19990802192540.B24407@monk.mps.ohio-state.edu>

p4raw-id: //depot/cfgperl@3916

24 years agoThe op/filetest.t failed subtest 7 if testing as root.
François Désarménien [Tue, 27 Jul 1999 22:54:05 +0000 (00:54 +0200)]
The op/filetest.t failed subtest 7 if testing as root.
To: perl5-porters@perl.org
Subject: [ID 19990727.039] Not OK: perl 5.00558 on i386-sco 3.2v5.0.4
Message-Id: <379E1C6D.626DC765@club-internet.fr>

p4raw-id: //depot/cfgperl@3914

24 years agoRetract #3912, much too many compilation warnings
Jarkko Hietaniemi [Tue, 3 Aug 1999 21:07:57 +0000 (21:07 +0000)]
Retract #3912, much too many compilation warnings
under Digital UNIX.

p4raw-id: //depot/cfgperl@3913

24 years ago(Retracted). See #3913.
Sven Verdoolaege [Tue, 3 Aug 1999 13:14:07 +0000 (15:14 +0200)]
(Retracted).  See #3913.
To: perl5-porters@perl.org
Subject: [ID 19990803.003] Not OK: perl 5.00560 on i586-linux-thread
    2.1.125 [PATCH]
Message-Id: <19990803131407.A30911@pool.kotnet.org>

p4raw-id: //depot/cfgperl@3912

24 years agoThe "-Dusethreads -Duseperlio" combination failed.
Spider Boardman [Tue, 3 Aug 1999 14:25:00 +0000 (10:25 -0400)]
The "-Dusethreads -Duseperlio" combination failed.
To: perl5-porters@perl.org
Subject: [ID 19990803.007] Not OK: perl 5.00560 on alpha-dec_osf-thread
    4.0 (UNINSTALLED)
Message-Id: <199908031825.OAA29254@leggy.zk3.dec.com>

See also change #3912.

p4raw-link: @3912 (not found)

p4raw-id: //depot/cfgperl@3911

24 years agoperlbug.PL 1.27
Chris Nandor [Wed, 28 Jul 1999 23:42:49 +0000 (19:42 -0400)]
perlbug.PL 1.27

To: perl5-porters@perl.org
Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]>

p4raw-id: //depot/cfgperl@3910