This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
24 years agonormalize time for strftime() (without the isdst effects of
Spider Boardman [Thu, 23 Sep 1999 17:54:53 +0000 (13:54 -0400)]
normalize time for strftime() (without the isdst effects of
mktime()) using a custom mini_mktime()
Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com>
Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03

p4raw-id: //depot/perl@4223

24 years agochange "#" to a comment starter in pack templates; "/" now
Ilya Zakharevich [Wed, 22 Sep 1999 19:41:30 +0000 (15:41 -0400)]
change "#" to a comment starter in pack templates; "/" now
used for specifying counted types
Message-ID: <19990922194130.A864@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_61] Enable comments in pack()/unpack() templates

p4raw-id: //depot/perl@4222

24 years ago[patch _61] perlcc changes
Vishal Bhatia [Thu, 23 Sep 1999 12:45:19 +0000 (21:45 +0900)]
[patch _61] perlcc changes

Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain>

p4raw-id: //depot/perl@4221

24 years agoadd include guard
Gurusamy Sarathy [Thu, 23 Sep 1999 01:12:24 +0000 (01:12 +0000)]
add include guard

p4raw-id: //depot/perl@4220

24 years agointegrate cfgperl changes into mainline
Gurusamy Sarathy [Mon, 20 Sep 1999 19:35:39 +0000 (19:35 +0000)]
integrate cfgperl changes into mainline

p4raw-id: //depot/perl@4209

24 years ago add README.Y2K (from Dominic Dunlop <domo@vo.lu>)
Gurusamy Sarathy [Mon, 20 Sep 1999 18:28:44 +0000 (18:28 +0000)]
add README.Y2K (from Dominic Dunlop <domo@vo.lu>)

p4raw-id: //depot/perl@4208

24 years agoDocument -Duselfs, -Duselongdouble, and -Dusemorebits.
Jarkko Hietaniemi [Mon, 20 Sep 1999 11:06:13 +0000 (11:06 +0000)]
Document -Duselfs, -Duselongdouble, and -Dusemorebits.

p4raw-id: //depot/cfgperl@4207

24 years agoDo not test for gccish things in non-gccish platforms.
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:53:15 +0000 (09:53 +0000)]
Do not test for gccish things in non-gccish platforms.

p4raw-id: //depot/cfgperl@4206

24 years agoPrompt for uselfs.
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:41:22 +0000 (09:41 +0000)]
Prompt for uselfs.

p4raw-id: //depot/cfgperl@4205

24 years agoAdd usemorebits and uselfs.
Jarkko Hietaniemi [Mon, 20 Sep 1999 09:09:29 +0000 (09:09 +0000)]
Add usemorebits and uselfs.

p4raw-id: //depot/cfgperl@4204

24 years agoDethinko.
Jarkko Hietaniemi [Mon, 20 Sep 1999 07:48:48 +0000 (07:48 +0000)]
Dethinko.

p4raw-id: //depot/cfgperl@4203

24 years agoFix a bug in the description of endianness. Reported in
Vadim Konovalov [Mon, 20 Sep 1999 09:43:49 +0000 (13:43 +0400)]
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

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 20 Sep 1999 07:01:26 +0000 (07:01 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4201

24 years ago[ID 19990819.002] File::Find error when pruning top-level directories
Russ Allbery [Thu, 19 Aug 1999 04:35:44 +0000 (21:35 -0700)]
[ID 19990819.002] File::Find error when pruning top-level directories

Message-Id: <yl7lms9f5b.fsf@windlord.stanford.edu>

p4raw-id: //depot/perl@4200

24 years agosuppress warning (from John Tobey <jtobey@epsilondev.com>)
Gurusamy Sarathy [Mon, 20 Sep 1999 03:27:49 +0000 (03:27 +0000)]
suppress warning (from John Tobey <jtobey@epsilondev.com>)

p4raw-id: //depot/perl@4199

24 years agoadd arenas for managing allocations of remaining xpv*v structures
Vishal Bhatia [Wed, 25 Aug 1999 00:31:33 +0000 (09:31 +0900)]
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

24 years agoqueue errors due to strictures rather than printing them as
Gurusamy Sarathy [Mon, 20 Sep 1999 03:06:10 +0000 (03:06 +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

24 years agocontrol change#1914 via hints (causes problems on some platforms)
Gurusamy Sarathy [Sun, 19 Sep 1999 22:14:29 +0000 (22:14 +0000)]
control change#1914 via hints (causes problems on some platforms)

p4raw-link: @1914 on //depot/perl: e44f695ee9be4f523999589b52c7c8e9ddc1bed9

p4raw-id: //depot/perl@4196

24 years agoavoid clearing @_ at all for faster subroutine calls; fix bugs
Gurusamy Sarathy [Sun, 19 Sep 1999 21:30:18 +0000 (21:30 +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

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 18 Sep 1999 18:57:45 +0000 (18:57 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4194

24 years agomore op description tweaks
Gurusamy Sarathy [Sat, 18 Sep 1999 15:11:47 +0000 (15:11 +0000)]
more op description tweaks

p4raw-id: //depot/perl@4192

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 18 Sep 1999 07:47:16 +0000 (07:47 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4191

24 years agoAdd description of the Unicode database files.
Jarkko Hietaniemi [Sat, 18 Sep 1999 07:35:45 +0000 (07:35 +0000)]
Add description of the Unicode database files.

p4raw-id: //depot/cfgperl@4190

24 years agotweak some op names in change#4177 (will any of this break code that
Gurusamy Sarathy [Sat, 18 Sep 1999 03:14:58 +0000 (03:14 +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

24 years agoPick up the typo fix.
Jarkko Hietaniemi [Fri, 17 Sep 1999 21:30:08 +0000 (21:30 +0000)]
Pick up the typo fix.

p4raw-id: //depot/cfgperl@4188

24 years agofix typo
Gurusamy Sarathy [Fri, 17 Sep 1999 21:13:55 +0000 (21:13 +0000)]
fix typo

p4raw-id: //depot/perl@4187

24 years agointegrate cfgperl change
Gurusamy Sarathy [Fri, 17 Sep 1999 20:57:29 +0000 (20:57 +0000)]
integrate cfgperl change

p4raw-id: //depot/perl@4186

24 years agoRe-apply applicable parts of #3993, #3994, and #3995.
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:46:41 +0000 (20:46 +0000)]
Re-apply applicable parts of #3993, #3994, and #3995.

p4raw-id: //depot/cfgperl@4185

24 years agointegrate cfgperl contents into mainline
Gurusamy Sarathy [Fri, 17 Sep 1999 20:26:02 +0000 (20:26 +0000)]
integrate cfgperl contents into mainline

p4raw-id: //depot/perl@4184

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:25:51 +0000 (20:25 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4183

24 years agointegrate vmsperl contents into mainline (where VMS files conflicted,
Gurusamy Sarathy [Fri, 17 Sep 1999 20:16:28 +0000 (20:16 +0000)]
integrate vmsperl contents into mainline (where VMS files conflicted,
vmsperl contents have prevailed)

p4raw-id: //depot/perl@4182

24 years agoexport_to_level()
Michael G. Schwern [Thu, 19 Aug 1999 21:30:01 +0000 (17:30 -0400)]
export_to_level()

To: perl5-porters@perl.org
Message-ID: <19990819213001.A22512@athens.aocn.com>

p4raw-id: //depot/cfgperl@4181

24 years agoperlhist additions
Gurusamy Sarathy [Fri, 17 Sep 1999 20:11:00 +0000 (20:11 +0000)]
perlhist additions

p4raw-id: //depot/perl@4180

24 years agoThe change #4176 should've undone only the test, not the code patch.
Jarkko Hietaniemi [Fri, 17 Sep 1999 20:08:00 +0000 (20:08 +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

24 years agoRe: [ID 19990820.007] Small typo in perlsyn.pod
Ian Phillipps [Sat, 21 Aug 1999 12:36:12 +0000 (13:36 +0100)]
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

24 years agoMore descriptive names for operators.
Michael G. Schwern [Tue, 17 Aug 1999 18:35:45 +0000 (14:35 -0400)]
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

24 years agoTake away the infamous io/dup.t #7.
Jarkko Hietaniemi [Fri, 17 Sep 1999 18:19:18 +0000 (18:19 +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

24 years ago(Replaced by #4265.)
Barrie Slaymaker [Fri, 17 Sep 1999 11:16:48 +0000 (07:16 -0400)]
(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

24 years agoUNICOS does support large files but doesn't support sparse files
Jarkko Hietaniemi [Fri, 17 Sep 1999 14:07:16 +0000 (14:07 +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

24 years agoUNICOS has sloppy division/modulo for floating point numbers.
Jarkko Hietaniemi [Fri, 17 Sep 1999 14:03:44 +0000 (14:03 +0000)]
UNICOS has sloppy division/modulo for floating point numbers.

p4raw-id: //depot/cfgperl@4173

24 years agoPortable blocksize (replaces #4171).
Jarkko Hietaniemi [Fri, 17 Sep 1999 13:47:49 +0000 (13:47 +0000)]
Portable blocksize (replaces #4171).

p4raw-id: //depot/cfgperl@4172

24 years ago(replaced by #4172)
Jarkko Hietaniemi [Fri, 17 Sep 1999 13:08:54 +0000 (13:08 +0000)]
(replaced by #4172)

p4raw-id: //depot/cfgperl@4171

24 years agoDetypo #4169.
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:59:11 +0000 (12:59 +0000)]
Detypo #4169.

p4raw-id: //depot/cfgperl@4170

24 years agoDiagnose possible quota limits.
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:16:34 +0000 (12:16 +0000)]
Diagnose possible quota limits.

p4raw-id: //depot/cfgperl@4169

24 years agoUNICOS doesn't have getpgid(). Or, at least 9.0.1ai
Jarkko Hietaniemi [Fri, 17 Sep 1999 12:10:43 +0000 (12:10 +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

24 years agoFilesystem quotas may stop you from using large files.
Jarkko Hietaniemi [Fri, 17 Sep 1999 11:49:30 +0000 (11:49 +0000)]
Filesystem quotas may stop you from using large files.

p4raw-id: //depot/cfgperl@4167

24 years agoToo strict pattern for parsing group lists.
Jarkko Hietaniemi [Fri, 17 Sep 1999 11:36:01 +0000 (11:36 +0000)]
Too strict pattern for parsing group lists.

p4raw-id: //depot/cfgperl@4166

24 years agoConfigure maintenance. It's sigaction.sa_flags
Jarkko Hietaniemi [Fri, 17 Sep 1999 09:06:18 +0000 (09:06 +0000)]
Configure maintenance. It's sigaction.sa_flags
and the Glossary regen'ed.

p4raw-id: //depot/cfgperl@4165

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Wed, 15 Sep 1999 06:57:51 +0000 (06:57 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4164

24 years agoadd :ALL export tag (from Chris Nandor <pudge@pobox.com>)
Gurusamy Sarathy [Wed, 15 Sep 1999 05:17:27 +0000 (05:17 +0000)]
add :ALL export tag (from Chris Nandor <pudge@pobox.com>)

p4raw-id: //depot/perl@4163

24 years agoaddendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)
Gurusamy Sarathy [Wed, 15 Sep 1999 05:09:14 +0000 (05:09 +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

24 years agomissing perlhist dates from Jeff Okamoto
Gurusamy Sarathy [Wed, 15 Sep 1999 04:08:25 +0000 (04:08 +0000)]
missing perlhist dates from Jeff Okamoto

p4raw-id: //depot/perl@4161

24 years agojpl tweak
Gurusamy Sarathy [Wed, 15 Sep 1999 03:13:08 +0000 (03:13 +0000)]
jpl tweak

p4raw-id: //depot/perl@4160

24 years agoupdate to JPL snapshot v09141999, with minor tweaks (from Brian
Gurusamy Sarathy [Wed, 15 Sep 1999 02:57:08 +0000 (02:57 +0000)]
update to JPL snapshot v09141999, with minor tweaks (from Brian
Jepson <bjepson@home.com>)

p4raw-id: //depot/perl@4159

24 years agoRe: [ID 19990914.001] Perl_re_intuit_start() hangs in a loop
Ilya Zakharevich [Tue, 14 Sep 1999 21:26:15 +0000 (17:26 -0400)]
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

24 years agoconfig.h will define USE_64_BITS if need be.
Jarkko Hietaniemi [Tue, 14 Sep 1999 21:18:09 +0000 (21:18 +0000)]
config.h will define USE_64_BITS if need be.

p4raw-id: //depot/cfgperl@4157

24 years agoChange #4149 necessitates also a small code change.
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:30:00 +0000 (20:30 +0000)]
Change #4149 necessitates also a small code change.

p4raw-id: //depot/cfgperl@4156

24 years agoUpdate EPOC libdir names.
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:15:53 +0000 (20:15 +0000)]
Update EPOC libdir names.

p4raw-id: //depot/cfgperl@4155

24 years agoObsolete epoc/config.h caused #4153 to re-introduce already
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:13:41 +0000 (20:13 +0000)]
Obsolete epoc/config.h caused #4153 to re-introduce already
deceased HAS.*DBM.*64 mumblings.

p4raw-id: //depot/cfgperl@4154

24 years agoConfigure nits.
Jarkko Hietaniemi [Tue, 14 Sep 1999 20:04:53 +0000 (20:04 +0000)]
Configure nits.

p4raw-id: //depot/cfgperl@4153

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 14 Sep 1999 19:30:22 +0000 (19:30 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4152

24 years agoUpdate Unicode database and recompute the tables.
Jarkko Hietaniemi [Tue, 14 Sep 1999 10:25:01 +0000 (10:25 +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

24 years agoINSTALL tweak
Gurusamy Sarathy [Tue, 14 Sep 1999 09:31:57 +0000 (09:31 +0000)]
INSTALL tweak

p4raw-id: //depot/perl@4150

24 years agochange some filenames to be 8.3-friendly
Gurusamy Sarathy [Tue, 14 Sep 1999 09:00:45 +0000 (09:00 +0000)]
change some filenames to be 8.3-friendly

p4raw-id: //depot/perl@4149

24 years agowin32 config tweak (suggested by Greg Chapman <glc@well.com>)
Gurusamy Sarathy [Tue, 14 Sep 1999 08:35:00 +0000 (08:35 +0000)]
win32 config tweak (suggested by Greg Chapman <glc@well.com>)

p4raw-id: //depot/perl@4148

24 years agoNot that UVSIZE normally differs that much from IVSIZE...
Jarkko Hietaniemi [Tue, 14 Sep 1999 08:07:49 +0000 (08:07 +0000)]
Not that UVSIZE normally differs that much from IVSIZE...

p4raw-id: //depot/cfgperl@4147

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Tue, 14 Sep 1999 08:04:40 +0000 (08:04 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4146

24 years agoI_PTHREAD was PTHREADEAD.
Jarkko Hietaniemi [Tue, 14 Sep 1999 07:10:02 +0000 (07:10 +0000)]
I_PTHREAD was PTHREADEAD.

p4raw-id: //depot/cfgperl@4145

24 years agochange#4113 was missing DB_File.xs changes
Gurusamy Sarathy [Tue, 14 Sep 1999 06:46:47 +0000 (06:46 +0000)]
change#4113 was missing DB_File.xs changes

p4raw-link: @4113 on //depot/cfgperl: 039d031f4e1c7ff1bc271958724796969501dded

p4raw-id: //depot/perl@4144

24 years agoSmall doc and whitespace edits.
Jarkko Hietaniemi [Mon, 13 Sep 1999 20:16:20 +0000 (20:16 +0000)]
Small doc and whitespace edits.

p4raw-id: //depot/cfgperl@4143

24 years agointegrate cfgperl contents into mainline, update Changes
Gurusamy Sarathy [Mon, 13 Sep 1999 19:32:31 +0000 (19:32 +0000)]
integrate cfgperl contents into mainline, update Changes

p4raw-id: //depot/perl@4142

24 years agoScan always for <pthread.h>.
Jarkko Hietaniemi [Mon, 13 Sep 1999 16:16:56 +0000 (16:16 +0000)]
Scan always for <pthread.h>.

p4raw-id: //depot/cfgperl@4141

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Mon, 13 Sep 1999 16:00:08 +0000 (16:00 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4140

24 years agoAdd -A option to Configure to diddle with variables
Jarkko Hietaniemi [Mon, 13 Sep 1999 15:35:18 +0000 (15:35 +0000)]
Add -A option to Configure to diddle with variables
after the hints file has been applied.

p4raw-id: //depot/cfgperl@4139

24 years agoChange #4136 edited DynaLoader.xs which is kind of fruitless.
Jarkko Hietaniemi [Mon, 13 Sep 1999 13:42:56 +0000 (13:42 +0000)]
Change #4136 edited DynaLoader.xs which is kind of fruitless.

p4raw-id: //depot/cfgperl@4138

24 years agoApplying change #4136 manually introduced patch residue.
Jarkko Hietaniemi [Mon, 13 Sep 1999 13:25:31 +0000 (13:25 +0000)]
Applying change #4136 manually introduced patch residue.

p4raw-link: @4136 on //depot/cfgperl: 564319723c2c18fa4801cd77e0d203a582b4d5a3

p4raw-id: //depot/cfgperl@4137

24 years agoReplace change #4100 with
Robin Barker [Mon, 13 Sep 1999 14:15:11 +0000 (15:15 +0100)]
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

24 years agoFrom: Ilya Zakharevich <ilya@math.ohio-state.edu>
Jarkko Hietaniemi [Mon, 13 Sep 1999 10:22:31 +0000 (10:22 +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

24 years ago[DOCPATCH] Server errors and perldiag
Tom Phoenix [Fri, 10 Sep 1999 16:45:02 +0000 (09:45 -0700)]
[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

24 years agoavoid assertion failure on C<@a'>
Gurusamy Sarathy [Mon, 13 Sep 1999 03:25:43 +0000 (03:25 +0000)]
avoid assertion failure on C<@a'>

p4raw-id: //depot/perl@4133

24 years agoadd -DPERL_Y2KWARN build option that will generate additional
Gurusamy Sarathy [Mon, 13 Sep 1999 03:03:57 +0000 (03:03 +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

24 years agofix DATA leaks; reword documentation about the DATA filehandle
Gurusamy Sarathy [Sun, 12 Sep 1999 22:06:25 +0000 (22:06 +0000)]
fix DATA leaks; reword documentation about the DATA filehandle

p4raw-id: //depot/perl@4131

24 years agomake sprintf("%g",...) threadsafe; only taint its result iff the
Gurusamy Sarathy [Sun, 12 Sep 1999 20:08:56 +0000 (20:08 +0000)]
make sprintf("%g",...) threadsafe; only taint its result iff the
formatted result looks nonstandard

p4raw-id: //depot/perl@4130

24 years agoB::clearsym
Doug MacEachern [Sun, 25 Jul 1999 15:49:00 +0000 (08:49 -0700)]
B::clearsym

Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net>

p4raw-id: //depot/perl@4129

24 years agobetter debugger help output (from Ilya Zakharevich)
Gurusamy Sarathy [Sun, 12 Sep 1999 16:59:12 +0000 (16:59 +0000)]
better debugger help output (from Ilya Zakharevich)

p4raw-id: //depot/perl@4128

24 years agoIntegrate with Sarathy.
Jarkko Hietaniemi [Sat, 11 Sep 1999 20:50:37 +0000 (20:50 +0000)]
Integrate with Sarathy.

p4raw-id: //depot/cfgperl@4127

24 years agos/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGS
Gurusamy Sarathy [Fri, 10 Sep 1999 19:22:14 +0000 (19:22 +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

24 years agorewrote substantive parts of patch
Ilya Zakharevich [Fri, 27 Aug 1999 19:02:18 +0000 (15:02 -0400)]
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

24 years agonote about AVf_*
Gurusamy Sarathy [Fri, 10 Sep 1999 18:21:53 +0000 (18:21 +0000)]
note about AVf_*

p4raw-id: //depot/perl@4123

24 years agoallow 'text' in L<text|A::B/"C"> (from Martin Lichtin
Gurusamy Sarathy [Fri, 10 Sep 1999 17:55:42 +0000 (17:55 +0000)]
allow 'text' in L<text|A::B/"C"> (from Martin Lichtin
<lichtin@bivio.com>)

p4raw-id: //depot/perl@4122

24 years agodos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)
Gurusamy Sarathy [Fri, 10 Sep 1999 17:49:35 +0000 (17:49 +0000)]
dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)

p4raw-id: //depot/perl@4121

24 years agoadd perlcompile.pod (edited content from Nathan Torkington
Gurusamy Sarathy [Fri, 10 Sep 1999 12:25:01 +0000 (12:25 +0000)]
add perlcompile.pod (edited content from Nathan Torkington
<gnat@frii.com> and others)

p4raw-id: //depot/perl@4120

24 years agoavoid leaking static local_patches unless patchlevel.h is
Gurusamy Sarathy [Fri, 10 Sep 1999 11:05:13 +0000 (11:05 +0000)]
avoid leaking static local_patches unless patchlevel.h is
explicitly included

p4raw-id: //depot/perl@4119

24 years agoupgrade to Getopt::Long v2.20 (from Johan Vromans
Gurusamy Sarathy [Fri, 10 Sep 1999 10:44:54 +0000 (10:44 +0000)]
upgrade to Getopt::Long v2.20 (from Johan Vromans
<jvromans@squirrel.nl>)

p4raw-id: //depot/perl@4118

24 years agoRemove ill-designed %B introduced by change #4111.
Jarkko Hietaniemi [Thu, 9 Sep 1999 18:24:30 +0000 (18:24 +0000)]
Remove ill-designed %B introduced by change #4111.

p4raw-link: @4111 on //depot/cfgperl: eda88b6dbdc5ca6a51d54f58740f0210e618beb7

p4raw-id: //depot/cfgperl@4117

24 years agoperldeltify change #4115.
Jarkko Hietaniemi [Thu, 9 Sep 1999 15:56:52 +0000 (15:56 +0000)]
perldeltify change #4115.

p4raw-link: @4115 on //depot/cfgperl: 62316b42bf4b6abb5bc2c5dc8e0c51190635bab6

p4raw-id: //depot/cfgperl@4116

24 years ago[ID 19990901.003] Time::Local should not croak on "out-of-range" days
John L. Allen [Wed, 1 Sep 1999 13:33:39 +0000 (09:33 -0400)]
[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

24 years ago[ID 19990909.003] MAXINT redefined warning on HP-UX 10.20
Daniel S. Lewart [Thu, 9 Sep 1999 10:33:37 +0000 (05:33 -0500)]
[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

24 years agoDB_File 1.71
Paul Marquess [Thu, 9 Sep 1999 11:20:13 +0000 (12:20 +0100)]
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

24 years agoFix interaction of (?p{}) and (?>)
Ilya Zakharevich [Thu, 9 Sep 1999 04:40:11 +0000 (00:40 -0400)]
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