24 years agosub : attrlist
Spider Boardman [Sun, 29 Aug 1999 03:02:11 +0000]
sub : attrlist

To: Mailing list Perl5 <perl5-porters@perl.org>
Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US>

p4raw-id: //depot/cfgperl@4043

24 years agoTurn off gcc-2.95's strict-alias optimization.
Jarkko Hietaniemi [Sun, 29 Aug 1999 11:08:50 +0000]
Turn off gcc-2.95's strict-alias optimization.
This, of course, should be only temporary.
From Andy Dougherty.

p4raw-id: //depot/cfgperl@4042

24 years agoFix a typo in #4036.
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:47:30 +0000]
Fix a typo in #4036.

p4raw-id: //depot/cfgperl@4041

24 years agoAdd a missing #endif forgotten by #4035.
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:34:58 +0000]
Add a missing #endif forgotten by #4035.

p4raw-id: //depot/cfgperl@4040

24 years agoRemove an extra #endif introduced by #4036.
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:31:19 +0000]
Remove an extra #endif introduced by #4036.

p4raw-id: //depot/cfgperl@4039

24 years agoRename warning to warnings, from Paul Marquess.
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:18:59 +0000]
Rename warning to warnings, from Paul Marquess.

p4raw-id: //depot/cfgperl@4038

24 years agoCreate the equivalence tables based on
Jarkko Hietaniemi [Sun, 29 Aug 1999 10:08:47 +0000]
Create the equivalence tables based on
the real Unicode decomposition, not on
the character name.

p4raw-id: //depot/cfgperl@4037

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sun, 29 Aug 1999 09:29:08 +0000]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4036

24 years agoImplement 64-bit vec().
Jarkko Hietaniemi [Sun, 29 Aug 1999 08:56:15 +0000]
Implement 64-bit vec().

p4raw-id: //depot/cfgperl@4035

24 years agodeadcode removal
Gurusamy Sarathy [Sun, 29 Aug 1999 03:35:18 +0000]
deadcode removal

p4raw-id: //depot/perl@4034

24 years ago[ID 19990823.009] [PATCH perl5.005_61] typo in perl.h
Robin Barker [Mon, 23 Aug 1999 16:41:11 +0000]
[ID 19990823.009] [PATCH perl5.005_61] typo in perl.h

To: perl5-porters@perl.org
Message-Id: <199908231541.QAA10043@tempest.npl.co.uk>

p4raw-id: //depot/cfgperl@4033

24 years agonew thread should set current interp in TLS
Gurusamy Sarathy [Thu, 26 Aug 1999 23:53:33 +0000]
new thread should set current interp in TLS

p4raw-id: //depot/perl@4032

24 years agoupdate Changes
Gurusamy Sarathy [Fri, 20 Aug 1999 22:19:56 +0000]
update Changes

p4raw-id: //depot/perl@4016

24 years agoperl_free() should use PerlMem_free()
Gurusamy Sarathy [Fri, 20 Aug 1999 22:17:41 +0000]
perl_free() should use PerlMem_free()

p4raw-id: //depot/perl@4015

24 years agowin32 tweaks
Gurusamy Sarathy [Fri, 20 Aug 1999 22:10:46 +0000]
win32 tweaks

p4raw-id: //depot/perl@4014

24 years agoDEBUG_m() adjusted to internalize dTHX
Gurusamy Sarathy [Fri, 20 Aug 1999 22:09:56 +0000]
DEBUG_m() adjusted to internalize dTHX

p4raw-id: //depot/perl@4013

24 years agomake autogenerated files writable
Gurusamy Sarathy [Fri, 20 Aug 1999 17:51:06 +0000]
make autogenerated files writable

p4raw-id: //depot/perl@4012

24 years agoupdate Changes
Gurusamy Sarathy [Fri, 20 Aug 1999 17:43:47 +0000]
update Changes

p4raw-id: //depot/perl@4011

24 years agoup patchlevel &c
Gurusamy Sarathy [Fri, 20 Aug 1999 17:21:53 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
[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]
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]
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]
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]
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]
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]
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]
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]
Small test tweaks.

p4raw-id: //depot/cfgperl@3992

24 years agoAugment filesize limit note.
Jarkko Hietaniemi [Sat, 14 Aug 1999 13:08:41 +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]
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]
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]
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]
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]
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]
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]
Avoid double long double.

p4raw-id: //depot/cfgperl@3984

24 years agoBYTEORDER fix.
Jarkko Hietaniemi [Fri, 13 Aug 1999 22:59:56 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Use Pid_t.

p4raw-id: //depot/cfgperl@3950

24 years agoUse Mode_t.
Jarkko Hietaniemi [Tue, 10 Aug 1999 14:11:15 +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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
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]
Todo update.

p4raw-id: //depot/cfgperl@3931

24 years agoCharacter class equivalence tables.
Jarkko Hietaniemi [Fri, 6 Aug 1999 13:13:05 +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]
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