Jarkko Hietaniemi [Mon, 20 Sep 1999 19:38:26 +0000]
Configure -A change: -Afoo=bar is equal to -Aappend:foo=" bar".
p4raw-id: //depot/cfgperl@4210
Jarkko Hietaniemi [Mon, 20 Sep 1999 11:06:13 +0000]
Document -Duselfs, -Duselongdouble, and -Dusemorebits.
p4raw-id: //depot/cfgperl@4207
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:53:15 +0000]
Do not test for gccish things in non-gccish platforms.
p4raw-id: //depot/cfgperl@4206
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:41:22 +0000]
Prompt for uselfs.
p4raw-id: //depot/cfgperl@4205
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:09:29 +0000]
Add usemorebits and uselfs.
p4raw-id: //depot/cfgperl@4204
Jarkko Hietaniemi [Mon, 20 Sep 1999 07:48:48 +0000]
Dethinko.
p4raw-id: //depot/cfgperl@4203
Vadim Konovalov [Mon, 20 Sep 1999 09:43:49 +0000]
Fix a bug in the description of endianness. Reported in
From: "Konovalov, Vadim" <vkonovalov@lucent.com>
To: perl5-porters@perl.org
Subject: BUG: perldoc -f pack
Message-ID: <
402099F49BEED211999700805FC7359F20D3F5@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/cfgperl@4202
Jarkko Hietaniemi [Mon, 20 Sep 1999 07:01:26 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4201
Russ Allbery [Thu, 19 Aug 1999 04:35:44 +0000]
[ID
19990819.002] File::Find error when pruning top-level directories
Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@4200
Gurusamy Sarathy [Mon, 20 Sep 1999 03:27:49 +0000]
suppress warning (from John Tobey <jtobey@epsilondev.com>)
p4raw-id: //depot/perl@4199
Vishal Bhatia [Wed, 25 Aug 1999 00:31:33 +0000]
add arenas for managing allocations of remaining xpv*v structures
Message-ID: <Pine.LNX.4.10.
9908250031000.11727-100000@localhost.localdomain>
Subject: [PATCH 5.005_60] removing extra ref count (compiler)
p4raw-id: //depot/perl@4198
Gurusamy Sarathy [Mon, 20 Sep 1999 03:06:10 +0000]
queue errors due to strictures rather than printing them as
warnings; symbols that violate strictures do *not* end up in
the symbol table anyway, making multiple evals of the same piece
of code produce the same errors; errors indicate all locations
of a global symbol rather than just the first one; these
changes make compile-time failures within evals reliably
visible via the return value or contents of $@, and trappable
using __DIE__ hooks
p4raw-id: //depot/perl@4197
Gurusamy Sarathy [Sun, 19 Sep 1999 22:14:29 +0000]
control change#1914 via hints (causes problems on some platforms)
p4raw-link: @1914 on //depot/perl:
e44f695ee9be4f523999589b52c7c8e9ddc1bed9
p4raw-id: //depot/perl@4196
Gurusamy Sarathy [Sun, 19 Sep 1999 21:30:18 +0000]
avoid clearing @_ at all for faster subroutine calls; fix bugs
in passing around references to @_, eg C<sub foo { \@_ }>; add
tests for the same
p4raw-id: //depot/perl@4195
Jarkko Hietaniemi [Sat, 18 Sep 1999 18:57:45 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4194
Gurusamy Sarathy [Sat, 18 Sep 1999 15:11:47 +0000]
more op description tweaks
p4raw-id: //depot/perl@4192
Jarkko Hietaniemi [Sat, 18 Sep 1999 07:47:16 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4191
Jarkko Hietaniemi [Sat, 18 Sep 1999 07:35:45 +0000]
Add description of the Unicode database files.
p4raw-id: //depot/cfgperl@4190
Gurusamy Sarathy [Sat, 18 Sep 1999 03:14:58 +0000]
tweak some op names in change#4177 (will any of this break code that
gropes $@ ?)
p4raw-link: @4177 on //depot/cfgperl:
42d382189339e56f3bd13a71933349bc8b7e8b42
p4raw-id: //depot/perl@4189
Jarkko Hietaniemi [Fri, 17 Sep 1999 21:30:08 +0000]
Pick up the typo fix.
p4raw-id: //depot/cfgperl@4188
Gurusamy Sarathy [Fri, 17 Sep 1999 21:13:55 +0000]
fix typo
p4raw-id: //depot/perl@4187
Gurusamy Sarathy [Fri, 17 Sep 1999 20:57:29 +0000]
integrate cfgperl change
p4raw-id: //depot/perl@4186
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:46:41 +0000]
Re-apply applicable parts of #3993, #3994, and #3995.
p4raw-id: //depot/cfgperl@4185
Gurusamy Sarathy [Fri, 17 Sep 1999 20:26:02 +0000]
integrate cfgperl contents into mainline
p4raw-id: //depot/perl@4184
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:25:51 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4183
Gurusamy Sarathy [Fri, 17 Sep 1999 20:16:28 +0000]
integrate vmsperl contents into mainline (where VMS files conflicted,
vmsperl contents have prevailed)
p4raw-id: //depot/perl@4182
Michael G. Schwern [Thu, 19 Aug 1999 21:30:01 +0000]
export_to_level()
To: perl5-porters@perl.org
Message-ID: <
19990819213001.A22512@athens.aocn.com>
p4raw-id: //depot/cfgperl@4181
Gurusamy Sarathy [Fri, 17 Sep 1999 20:11:00 +0000]
perlhist additions
p4raw-id: //depot/perl@4180
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:08:00 +0000]
The change #4176 should've undone only the test, not the code patch.
p4raw-link: @4176 on //depot/cfgperl:
b7a02c4fb533bb0a7ae92f82a4a660045d95669a
p4raw-id: //depot/cfgperl@4179
Ian Phillipps [Sat, 21 Aug 1999 12:36:12 +0000]
Re: [ID
19990820.007] Small typo in perlsyn.pod
To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org
Message-ID: <
19990821123612.A9955@homer.diplex.co.uk>
p4raw-id: //depot/cfgperl@4178
Michael G. Schwern [Tue, 17 Aug 1999 18:35:45 +0000]
More descriptive names for operators.
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
Cc: perl5-porters@perl.org
Subject: Re: [ID
19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in
Date: Tue, 17 Aug 1999 18:35:45 -0400
Message-ID: <
19990817183545.A23073@toldyouso.com>
From: Michael G Schwern <schwern@pobox.com>
To: perl5-porters@perl.org
Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions
Date: Wed, 18 Aug 1999 03:53:38 -0400
Message-ID: <
19990818035337.A31505@athens.aocn.com>
p4raw-id: //depot/cfgperl@4177
Jarkko Hietaniemi [Fri, 17 Sep 1999 18:19:18 +0000]
Take away the infamous io/dup.t #7.
It seems there simply is no way to portably
"flush" an input file handle.
p4raw-id: //depot/cfgperl@4176
Barrie Slaymaker [Fri, 17 Sep 1999 11:16:48 +0000]
(Replaced by #4265.)
To: perl5-porters@perl.org
Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead
Message-Id: <
199909171516.LAA30887@jester.slaysys.com>
p4raw-id: //depot/cfgperl@4175
Jarkko Hietaniemi [Fri, 17 Sep 1999 14:07:16 +0000]
UNICOS does support large files but doesn't support sparse files
so we cannot easily test for large file support.
p4raw-id: //depot/cfgperl@4174
Jarkko Hietaniemi [Fri, 17 Sep 1999 14:03:44 +0000]
UNICOS has sloppy division/modulo for floating point numbers.
p4raw-id: //depot/cfgperl@4173
Jarkko Hietaniemi [Fri, 17 Sep 1999 13:47:49 +0000]
Portable blocksize (replaces #4171).
p4raw-id: //depot/cfgperl@4172
Jarkko Hietaniemi [Fri, 17 Sep 1999 13:08:54 +0000]
(replaced by #4172)
p4raw-id: //depot/cfgperl@4171
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:59:11 +0000]
Detypo #4169.
p4raw-id: //depot/cfgperl@4170
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:16:34 +0000]
Diagnose possible quota limits.
p4raw-id: //depot/cfgperl@4169
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:10:43 +0000]
UNICOS doesn't have getpgid(). Or, at least 9.0.1ai
doesn't have one that wouldn't cause SIGSYS. UNICOS
does have getpgrp(void) so Perl getpgrp() is happy.
p4raw-id: //depot/cfgperl@4168
Jarkko Hietaniemi [Fri, 17 Sep 1999 11:49:30 +0000]
Filesystem quotas may stop you from using large files.
p4raw-id: //depot/cfgperl@4167
Jarkko Hietaniemi [Fri, 17 Sep 1999 11:36:01 +0000]
Too strict pattern for parsing group lists.
p4raw-id: //depot/cfgperl@4166
Jarkko Hietaniemi [Fri, 17 Sep 1999 09:06:18 +0000]
Configure maintenance. It's sigaction.sa_flags
and the Glossary regen'ed.
p4raw-id: //depot/cfgperl@4165
Jarkko Hietaniemi [Wed, 15 Sep 1999 06:57:51 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4164
Gurusamy Sarathy [Wed, 15 Sep 1999 05:17:27 +0000]
add :ALL export tag (from Chris Nandor <pudge@pobox.com>)
p4raw-id: //depot/perl@4163
Gurusamy Sarathy [Wed, 15 Sep 1999 05:09:14 +0000]
addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
p4raw-link: @4136 on //depot/cfgperl:
564319723c2c18fa4801cd77e0d203a582b4d5a3
p4raw-id: //depot/perl@4162
Gurusamy Sarathy [Wed, 15 Sep 1999 04:08:25 +0000]
missing perlhist dates from Jeff Okamoto
p4raw-id: //depot/perl@4161
Gurusamy Sarathy [Wed, 15 Sep 1999 03:13:08 +0000]
jpl tweak
p4raw-id: //depot/perl@4160
Gurusamy Sarathy [Wed, 15 Sep 1999 02:57:08 +0000]
update to JPL snapshot v
09141999, with minor tweaks (from Brian
Jepson <bjepson@home.com>)
p4raw-id: //depot/perl@4159
Ilya Zakharevich [Tue, 14 Sep 1999 21:26:15 +0000]
Re: [ID
19990914.001] Perl_re_intuit_start() hangs in a loop
Message-Id: <
199909150126.VAA24720@monk.mps.ohio-state.edu>
p4raw-id: //depot/perl@4158
Jarkko Hietaniemi [Tue, 14 Sep 1999 21:18:09 +0000]
config.h will define USE_64_BITS if need be.
p4raw-id: //depot/cfgperl@4157
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:30:00 +0000]
Change #4149 necessitates also a small code change.
p4raw-id: //depot/cfgperl@4156
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:15:53 +0000]
Update EPOC libdir names.
p4raw-id: //depot/cfgperl@4155
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:13:41 +0000]
Obsolete epoc/config.h caused #4153 to re-introduce already
deceased HAS.*DBM.*64 mumblings.
p4raw-id: //depot/cfgperl@4154
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:04:53 +0000]
Configure nits.
p4raw-id: //depot/cfgperl@4153
Jarkko Hietaniemi [Tue, 14 Sep 1999 19:30:22 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4152
Jarkko Hietaniemi [Tue, 14 Sep 1999 10:25:01 +0000]
Update Unicode database and recompute the tables.
Rename the .txt files to be more Unicode 3.0-like.
Unihan-3.0.txt not included because it is 16 MB.
syllables.txt is manually maintained.
See ReadMe.txt for description of the .txt files.
(not all of them are used yet)
p4raw-id: //depot/cfgperl@4151
Gurusamy Sarathy [Tue, 14 Sep 1999 09:31:57 +0000]
INSTALL tweak
p4raw-id: //depot/perl@4150
Gurusamy Sarathy [Tue, 14 Sep 1999 09:00:45 +0000]
change some filenames to be 8.3-friendly
p4raw-id: //depot/perl@4149
Gurusamy Sarathy [Tue, 14 Sep 1999 08:35:00 +0000]
win32 config tweak (suggested by Greg Chapman <glc@well.com>)
p4raw-id: //depot/perl@4148
Jarkko Hietaniemi [Tue, 14 Sep 1999 08:07:49 +0000]
Not that UVSIZE normally differs that much from IVSIZE...
p4raw-id: //depot/cfgperl@4147
Jarkko Hietaniemi [Tue, 14 Sep 1999 08:04:40 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4146
Jarkko Hietaniemi [Tue, 14 Sep 1999 07:10:02 +0000]
I_PTHREAD was PTHREADEAD.
p4raw-id: //depot/cfgperl@4145
Gurusamy Sarathy [Tue, 14 Sep 1999 06:46:47 +0000]
change#4113 was missing DB_File.xs changes
p4raw-link: @4113 on //depot/cfgperl:
039d031f4e1c7ff1bc271958724796969501dded
p4raw-id: //depot/perl@4144
Jarkko Hietaniemi [Mon, 13 Sep 1999 20:16:20 +0000]
Small doc and whitespace edits.
p4raw-id: //depot/cfgperl@4143
Gurusamy Sarathy [Mon, 13 Sep 1999 19:32:31 +0000]
integrate cfgperl contents into mainline, update Changes
p4raw-id: //depot/perl@4142
Jarkko Hietaniemi [Mon, 13 Sep 1999 16:16:56 +0000]
Scan always for <pthread.h>.
p4raw-id: //depot/cfgperl@4141
Jarkko Hietaniemi [Mon, 13 Sep 1999 16:00:08 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4140
Jarkko Hietaniemi [Mon, 13 Sep 1999 15:35:18 +0000]
Add -A option to Configure to diddle with variables
after the hints file has been applied.
p4raw-id: //depot/cfgperl@4139
Jarkko Hietaniemi [Mon, 13 Sep 1999 13:42:56 +0000]
Change #4136 edited DynaLoader.xs which is kind of fruitless.
p4raw-id: //depot/cfgperl@4138
Jarkko Hietaniemi [Mon, 13 Sep 1999 13:25:31 +0000]
Applying change #4136 manually introduced patch residue.
p4raw-link: @4136 on //depot/cfgperl:
564319723c2c18fa4801cd77e0d203a582b4d5a3
p4raw-id: //depot/cfgperl@4137
Robin Barker [Mon, 13 Sep 1999 14:15:11 +0000]
Replace change #4100 with
To: gsar@activestate.com
Cc: perl5-porters@perl.org
Subject: Re: [ID
19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits
Message-Id: <
199909131315.OAA24012@tempest.npl.co.uk>
p4raw-link: @4100 on //depot/cfgperl:
427181846486e3aa5034a647dc1922377185f4c0
p4raw-id: //depot/cfgperl@4136
Jarkko Hietaniemi [Mon, 13 Sep 1999 10:22:31 +0000]
From: Ilya Zakharevich <ilya@math.ohio-state.edu>
To: perl5-porters@perl.org (Mailing list Perl5)
Subject: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
Date: Sat, 11 Sep 1999 05:31:03 -0400 (EDT)
Message-Id: <
199909110931.FAA11036@monk.mps.ohio-state.edu>
From: andreas.koenig@anima.de (Andreas J. Koenig)
To: Ilya Zakharevich <ilya@math.ohio-state.edu>
Cc: perl5-porters@perl.org (Mailing list Perl5)
Subject: Re: [PATCH 5.005_61] MakeMaker supports uninstalled Perls
Date: 11 Sep 1999 15:36:26 +0200
Message-ID: <sfc906dr2n9.fsf@hohenstaufen.in-berlin.de>
p4raw-id: //depot/cfgperl@4135
Tom Phoenix [Fri, 10 Sep 1999 16:45:02 +0000]
[DOCPATCH] Server errors and perldiag
To: Perl Porters Mailing List <perl5-porters@perl.org>
Message-ID: <Pine.GSO.4.10.
9909101639490.16999-100000@user2.teleport.com>
p4raw-id: //depot/cfgperl@4134
Gurusamy Sarathy [Mon, 13 Sep 1999 03:25:43 +0000]
avoid assertion failure on C<@a'>
p4raw-id: //depot/perl@4133
Gurusamy Sarathy [Mon, 13 Sep 1999 03:03:57 +0000]
add -DPERL_Y2KWARN build option that will generate additional
warnings on "19$yy" etc (reworked a patch suggested by
Ulrich Pfeifer <upf@de.uu.net>)
p4raw-id: //depot/perl@4132
Gurusamy Sarathy [Sun, 12 Sep 1999 22:06:25 +0000]
fix DATA leaks; reword documentation about the DATA filehandle
p4raw-id: //depot/perl@4131
Gurusamy Sarathy [Sun, 12 Sep 1999 20:08:56 +0000]
make sprintf("%g",...) threadsafe; only taint its result iff the
formatted result looks nonstandard
p4raw-id: //depot/perl@4130
Doug MacEachern [Sun, 25 Jul 1999 15:49:00 +0000]
B::clearsym
Message-ID: <Pine.LNX.4.10.
9907251538380.373-100000@mojo.eng.cp.net>
p4raw-id: //depot/perl@4129
Gurusamy Sarathy [Sun, 12 Sep 1999 16:59:12 +0000]
better debugger help output (from Ilya Zakharevich)
p4raw-id: //depot/perl@4128
Jarkko Hietaniemi [Sat, 11 Sep 1999 20:50:37 +0000]
Integrate with Sarathy.
p4raw-id: //depot/cfgperl@4127
Gurusamy Sarathy [Fri, 10 Sep 1999 19:22:14 +0000]
s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
etc.)
p4raw-link: @4044 on //depot/cfgperl:
d30110745a7a78b4c83e13a8406bad8c3e3294bf
p4raw-id: //depot/perl@4125
Ilya Zakharevich [Fri, 27 Aug 1999 19:02:18 +0000]
rewrote substantive parts of patch
Message-ID: <
19990827190218.A19561@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_58] REx documentation
p4raw-id: //depot/perl@4124
Gurusamy Sarathy [Fri, 10 Sep 1999 18:21:53 +0000]
note about AVf_*
p4raw-id: //depot/perl@4123
Gurusamy Sarathy [Fri, 10 Sep 1999 17:55:42 +0000]
allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
<lichtin@bivio.com>)
p4raw-id: //depot/perl@4122
Gurusamy Sarathy [Fri, 10 Sep 1999 17:49:35 +0000]
dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
p4raw-id: //depot/perl@4121
Gurusamy Sarathy [Fri, 10 Sep 1999 12:25:01 +0000]
add perlcompile.pod (edited content from Nathan Torkington
<gnat@frii.com> and others)
p4raw-id: //depot/perl@4120
Gurusamy Sarathy [Fri, 10 Sep 1999 11:05:13 +0000]
avoid leaking static local_patches unless patchlevel.h is
explicitly included
p4raw-id: //depot/perl@4119
Gurusamy Sarathy [Fri, 10 Sep 1999 10:44:54 +0000]
upgrade to Getopt::Long v2.20 (from Johan Vromans
<jvromans@squirrel.nl>)
p4raw-id: //depot/perl@4118
Jarkko Hietaniemi [Thu, 9 Sep 1999 18:24:30 +0000]
Remove ill-designed %B introduced by change #4111.
p4raw-link: @4111 on //depot/cfgperl:
eda88b6dbdc5ca6a51d54f58740f0210e618beb7
p4raw-id: //depot/cfgperl@4117
Jarkko Hietaniemi [Thu, 9 Sep 1999 15:56:52 +0000]
perldeltify change #4115.
p4raw-link: @4115 on //depot/cfgperl:
62316b42bf4b6abb5bc2c5dc8e0c51190635bab6
p4raw-id: //depot/cfgperl@4116
John L. Allen [Wed, 1 Sep 1999 13:33:39 +0000]
[ID
19990901.003] Time::Local should not croak on "out-of-range" days
To: perl5-porters@perl.org
Message-Id: <
199909011733.NAA17356@gateway.grumman.com>
p4raw-id: //depot/cfgperl@4115
Daniel S. Lewart [Thu, 9 Sep 1999 10:33:37 +0000]
[ID
19990909.003] MAXINT redefined warning on HP-UX 10.20
To: perl5-porters@perl.org
Message-Id: <
199909091533.KAA01242@www.cvm.uiuc.edu>
p4raw-id: //depot/cfgperl@4114
Paul Marquess [Thu, 9 Sep 1999 11:20:13 +0000]
DB_File 1.71
To: gsar@ActiveState.com
Cc: perl5-porters@perl.org
Message-ID: <
5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk>
p4raw-id: //depot/cfgperl@4113
Ilya Zakharevich [Thu, 9 Sep 1999 04:40:11 +0000]
Fix interaction of (?p{}) and (?>)
To: perl5-porters@perl.org (Mailing list Perl5)
Message-Id: <
199909090840.EAA26471@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4112
Jarkko Hietaniemi [Thu, 9 Sep 1999 07:50:07 +0000]
%#b in particular and %B in general were kaputt.
p4raw-id: //depot/cfgperl@4111
Jarkko Hietaniemi [Thu, 9 Sep 1999 07:29:17 +0000]
Tidy up 64-bit situation in perldelta.
p4raw-id: //depot/cfgperl@4110
Ilya Zakharevich [Thu, 9 Sep 1999 02:49:49 +0000]
Clear up PL_regcc issues.
To: perl5-porters@perl.org (Mailing list Perl5)
Subject: [PATCH 5.005_60] Another regexec.c unobfuscation
Message-Id: <
199909090649.CAA26119@monk.mps.ohio-state.edu>
p4raw-id: //depot/cfgperl@4109
Gurusamy Sarathy [Wed, 8 Sep 1999 20:52:51 +0000]
avoid ass_u_ming uppercase types are not user objects (spotted
by Kurt Starsinic)
p4raw-id: //depot/perl@4108
Akim Demaille [Wed, 8 Sep 1999 18:18:44 +0000]
[ID
19990908.014] s2p does not quote @
Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr>
p4raw-id: //depot/perl@4107