25 years agoseveral new tests needed tweaking to work under utf8
Larry Wall [Sat, 5 Sep 1998 23:44:16 +0000]
several new tests needed tweaking to work under utf8

p4raw-id: //depot/perl@1780

25 years agoindex() applied BM optimization to wrong argument
Larry Wall [Sat, 5 Sep 1998 23:41:42 +0000]
index() applied BM optimization to wrong argument

p4raw-id: //depot/perl@1779

25 years agoImplicit require during compile reset line numbering
Larry Wall [Sat, 5 Sep 1998 23:38:29 +0000]
Implicit require during compile reset line numbering

p4raw-id: //depot/perl@1778

25 years agovarious tweaks: fix signed vs. unsigned problems that prevented C++
Gurusamy Sarathy [Mon, 10 Aug 1998 07:02:38 +0000]
various tweaks: fix signed vs. unsigned problems that prevented C++
builds; add sundry PERL_OBJECT scaffolding to get it to build; fix
lexical warning testsuite for win32

p4raw-id: //depot/perl@1777

25 years agofix coredump with MULTIPLICITY (ckWARN() needs early curcop init)
Gurusamy Sarathy [Sun, 9 Aug 1998 17:53:48 +0000]
fix coredump with MULTIPLICITY (ckWARN() needs early curcop init)

p4raw-id: //depot/perl@1776

25 years agotweak warning test
Gurusamy Sarathy [Sun, 9 Aug 1998 14:35:33 +0000]
tweak warning test

p4raw-id: //depot/perl@1775

25 years agoadd missing dTHR; notes for test failures due to small stacksize
Gurusamy Sarathy [Sun, 9 Aug 1998 14:13:46 +0000]
add missing dTHR; notes for test failures due to small stacksize

p4raw-id: //depot/perl@1774

25 years agolexical warnings; tweaks to places that didn't apply correctly
Paul Marquess [Wed, 29 Jul 1998 09:28:45 +0000]
lexical warnings; tweaks to places that didn't apply correctly
Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk>
Subject: lexical warnings patch for 5.005_50

p4raw-id: //depot/perl@1773

25 years agobump patchlevel to 5.005_51
Gurusamy Sarathy [Sat, 8 Aug 1998 23:06:00 +0000]
bump patchlevel to 5.005_51

p4raw-id: //depot/perl@1772

25 years agofix bogus warning on "\x{123}"
Paul Marquess [Mon, 27 Jul 1998 06:16:15 +0000]
fix bogus warning on "\x{123}"
Message-Id: <9807270534.AA11102@claudius.bfsec.bt.co.uk>
Subject: [5.005_50 PATCH] Some unicode problems

p4raw-id: //depot/perl@1771

25 years agohide dup symbol for static build of ext/re
Dominic Dunlop [Wed, 29 Jul 1998 11:09:56 +0000]
hide dup symbol for static build of ext/re
Message-Id: <199807291009.LAA08935@ppp72.vo.lu>
Subject: Not OK: perl 5.00550 on powerpc-machten 4.1 [BOGUS PATCH]

p4raw-id: //depot/perl@1770

25 years agofix double free on -Mutf8 -e '$b=uc("")'
Larry Wall [Fri, 7 Aug 1998 14:42:43 +0000]
fix double free on -Mutf8 -e '$b=uc("")'
Message-Id: <199808072142.OAA14920@wall.org>
Subject: [PATCH 5.005_50]: uc("") and lc("") under utf8 fails

p4raw-id: //depot/perl@1769

25 years agosubstr() assumes utf8 without say-so
Larry Wall [Fri, 7 Aug 1998 12:25:12 +0000]
substr() assumes utf8 without say-so
Message-Id: <199808071925.MAA13436@wall.org>
Subject: [PATCH 5.005_50] substr bug?

p4raw-id: //depot/perl@1768

25 years agofix intolerance of SWASHes for blank lines
Gisle Aas [Thu, 6 Aug 1998 23:28:57 +0000]
fix intolerance of SWASHes for blank lines
Message-ID: <m3emutkdeu.fsf@furu.g.aas.no>
Subject: Re: Re[2]: another joyride begins

p4raw-id: //depot/perl@1767

25 years agoutf8 doc tweak
Gisle Aas [Wed, 5 Aug 1998 00:41:04 +0000]
utf8 doc tweak
Message-ID: <m3yat4wetb.fsf@furu.g.aas.no>
Subject: Matching clumps

p4raw-id: //depot/perl@1766

25 years agokill bogus warning from -we 'use utf8; $_="\x{FF}"'
Gisle Aas [Tue, 4 Aug 1998 22:56:11 +0000]
kill bogus warning from -we 'use utf8; $_="\x{FF}"'
Message-ID: <m3yat4sbys.fsf@furu.g.aas.no>
Subject: Re: another joyride begins

p4raw-id: //depot/perl@1765

25 years ago\pX not implemented!
Larry Wall [Tue, 4 Aug 1998 17:04:51 +0000]
\pX not implemented!

Message-Id: <199808050004.RAA22592@wall.org>

p4raw-id: //depot/perl@1764

25 years agoEliminate superfluous RV2p[AH]Vs in oops[AH]V()
Stephen McCamant [Sun, 2 Aug 1998 16:33:18 +0000]
Eliminate superfluous RV2p[AH]Vs in oops[AH]V()

Message-ID: <13764.55116.921952.837027@alias-2.pr.mcs.net>

p4raw-id: //depot/perl@1763

25 years ago5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t
Jarkko Hietaniemi [Sun, 2 Aug 1998 22:05:28 +0000]
5.005_02-TRIAL1 or 5.004_05-MAINT_TRIAL_5: t/op/{pw,gr}ent.t

Message-Id: <199808021905.WAA10592@alpha.hut.fi>

p4raw-id: //depot/perl@1762

25 years ago[5.005_50 PATCH] misprint in RE engine
Ilya Zakharevich [Thu, 30 Jul 1998 19:23:56 +0000]
[5.005_50 PATCH] misprint in RE engine

Message-Id: <199807302323.TAA21175@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1761

25 years agointegrate maint-5.005 changes into mainline
Gurusamy Sarathy [Sat, 8 Aug 1998 22:18:54 +0000]
integrate maint-5.005 changes into mainline

p4raw-id: //depot/perl@1760

25 years agopending submit of 5.005_02
Gurusamy Sarathy [Sat, 8 Aug 1998 20:57:47 +0000]
pending submit of 5.005_02

p4raw-id: //depot/maint-5.005/perl@1759

25 years agoset patchlevel.h, other minor tweaks
Gurusamy Sarathy [Sat, 8 Aug 1998 03:45:04 +0000]
set patchlevel.h, other minor tweaks

p4raw-id: //depot/maint-5.005/perl@1758

25 years agoprevent lexical leaks from Benchmark into target code (inspired by
Gurusamy Sarathy [Sat, 8 Aug 1998 03:33:33 +0000]
prevent lexical leaks from Benchmark into target code (inspired by
an attempt by John Allen)

p4raw-id: //depot/maint-5.005/perl@1757

25 years agoback out change#1747 until possibly better patch is investigated
Gurusamy Sarathy [Sat, 8 Aug 1998 00:01:34 +0000]
back out change#1747 until possibly better patch is investigated

p4raw-link: @1747 on //depot/maint-5.005/perl: 6e19ff93dfe8cda893891d183baba8b8c8502350

p4raw-id: //depot/maint-5.005/perl@1756

25 years agotemporary opcode.pl workaround for ebcdic (suggested by
Gurusamy Sarathy [Fri, 7 Aug 1998 23:58:33 +0000]
temporary opcode.pl workaround for ebcdic (suggested by
David J. Fiander <davidf@mks.com> and M.J.T. Guy)

p4raw-id: //depot/maint-5.005/perl@1755

25 years agoFix for command line use of source filters
Paul Marquess [Fri, 7 Aug 1998 09:56:01 +0000]
Fix for command line use of source filters

Message-Id: <9808070856.AA28065@claudius.bfsec.bt.co.uk>

p4raw-id: //depot/maint-5.005/perl@1754

25 years agoperlport.pod notes from Jarkko Hietaniemi; utime() note for Win32
Gurusamy Sarathy [Fri, 7 Aug 1998 22:19:42 +0000]
perlport.pod notes from Jarkko Hietaniemi; utime() note for Win32

p4raw-id: //depot/maint-5.005/perl@1753

25 years agoperlport.pod v1.33 from Chris Nandor <pudge@pobox.com>
Gurusamy Sarathy [Fri, 7 Aug 1998 22:08:29 +0000]
perlport.pod v1.33 from Chris Nandor <pudge@pobox.com>

p4raw-id: //depot/maint-5.005/perl@1752

25 years agoMinor cleanup of RE tests and docs
Ilya Zakharevich [Thu, 6 Aug 1998 19:44:16 +0000]
Minor cleanup of RE tests and docs

Message-Id: <199808062344.TAA09505@monk.mps.ohio-state.edu>

p4raw-id: //depot/maint-5.005/perl@1751

25 years agoallow more compatible interpretation of spaces File::DosGlob::glob()
Gurusamy Sarathy [Fri, 7 Aug 1998 21:51:52 +0000]
allow more compatible interpretation of spaces File::DosGlob::glob()
patterns

p4raw-id: //depot/maint-5.005/perl@1750

25 years agodon't use © in Test.pm (suggested by M.J.T. Guy)
Gurusamy Sarathy [Fri, 7 Aug 1998 21:36:04 +0000]
don't use © in Test.pm (suggested by M.J.T. Guy)

p4raw-id: //depot/maint-5.005/perl@1749

25 years ago[Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1
Dominic Dunlop [Thu, 6 Aug 1998 12:38:07 +0000]
[Patch perl5.005_02-TRIAL2] Update hints, Configure for MachTen 4.1.1

Message-Id: <v03110702b1ef5274635a@[195.95.102.104]>

p4raw-id: //depot/maint-5.005/perl@1748

25 years agomake AutoSplit safer on filesystems with short filenames
Graham Barr [Wed, 5 Aug 1998 10:10:21 +0000]
make AutoSplit safer on filesystems with short filenames
Message-ID: <19980805101021.D23805@asic.sc.ti.com>
Subject: [ PATCH perl5.005_02-TRIAL2 ] AutoSplit and 8.3

p4raw-id: //depot/maint-5.005/perl@1747

25 years agoMM_Win32.pm and Liblist.pm tweaks
Gurusamy Sarathy [Wed, 5 Aug 1998 22:55:59 +0000]
MM_Win32.pm and Liblist.pm tweaks

p4raw-id: //depot/maint-5.005/perl@1746

25 years agopod/perlfaq* update from Tom Christiansen <tchrist@perl.com>
Gurusamy Sarathy [Wed, 5 Aug 1998 21:57:00 +0000]
pod/perlfaq* update from Tom Christiansen <tchrist@perl.com>

p4raw-id: //depot/maint-5.005/perl@1745

25 years agoperlport 1.32
Chris Nandor [Wed, 5 Aug 1998 15:38:48 +0000]
perlport 1.32

Message-Id: <v04011701b1ee58b86c63@[192.168.0.3]>

p4raw-id: //depot/maint-5.005/perl@1744

25 years agoREADME.os2 update
Ilya Zakharevich [Wed, 5 Aug 1998 05:44:46 +0000]
README.os2 update
Message-Id: <199808050944.FAA09053@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] Additional OS/2 tweaks: docs, tests

p4raw-id: //depot/maint-5.005/perl@1743

25 years ago additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi>
Gurusamy Sarathy [Wed, 5 Aug 1998 21:50:07 +0000]
   additional INSTALL notes from Jarkko Hietaniemi <jhi@cc.hut.fi>
on semget failure in t/lib/ipc_sysv.t

p4raw-id: //depot/maint-5.005/perl@1742

25 years agocorrect URL for perlcrt.dll
Gurusamy Sarathy [Wed, 5 Aug 1998 21:46:13 +0000]
correct URL for perlcrt.dll

p4raw-id: //depot/maint-5.005/perl@1741

25 years agoupdate Changes, patchlevel, tweak Liblist.pm
Gurusamy Sarathy [Wed, 5 Aug 1998 10:05:46 +0000]
update Changes, patchlevel, tweak Liblist.pm

p4raw-id: //depot/maint-5.005/perl@1740

25 years agonewer cperl-mode.el
Ilya Zakharevich [Wed, 5 Aug 1998 03:50:16 +0000]
newer cperl-mode.el
Message-Id: <199808050750.DAA07240@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] CPerl update

p4raw-id: //depot/maint-5.005/perl@1739

25 years agosupport :nosearch in ExtUtils::Liblist for win32, and make -lfoo
Gurusamy Sarathy [Wed, 5 Aug 1998 09:08:33 +0000]
support :nosearch in ExtUtils::Liblist for win32, and make -lfoo
processing (somewhat) compiler-specific

p4raw-id: //depot/maint-5.005/perl@1738

25 years agoadd index entries for -X
Ilya Zakharevich [Sun, 2 Aug 1998 16:33:18 +0000]
add index entries for -X
Message-Id: <199808022033.QAA18778@monk.mps.ohio-state.edu>
Subject: [PATCH] A missing docu patch

p4raw-id: //depot/maint-5.005/perl@1737

25 years agomake Test::Harness optionally check for stray files when running tests
Ilya Zakharevich [Sun, 2 Aug 1998 18:12:48 +0000]
make Test::Harness optionally check for stray files when running tests
Message-Id: <199808022212.SAA20126@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] File leaked from test suite

p4raw-id: //depot/maint-5.005/perl@1736

25 years agoback out change#1703 that break bincompat with PERL_OBJECT and
Gurusamy Sarathy [Wed, 5 Aug 1998 02:29:46 +0000]
back out change#1703 that break bincompat with PERL_OBJECT and
MULTIPLICITY

p4raw-link: @1703 on //depot/maint-5.005/perl: af819cba4f44bf2074ec4808e403dedf8c3ce2b2

p4raw-id: //depot/maint-5.005/perl@1735

25 years agofixes to enable ISC to build IPC/SysV
Jarkko Hietaniemi [Wed, 5 Aug 1998 00:59:13 +0000]
fixes to enable ISC to build IPC/SysV
Message-ID: <oee3ebce7da.fsf@alpha.hut.fi>
Subject: [PATCH] 5.005_02-TRIAL1: (Re: Bug in pp_rename and ISC hint)

p4raw-id: //depot/maint-5.005/perl@1734

25 years agolet some 'tr' be '$tr' for occult reasons
Jeff Okamoto [Mon, 3 Aug 1998 11:04:30 +0000]
let some 'tr' be '$tr' for occult reasons
Message-Id: <199808031804.LAA25595@xfiles.intercon.hp.com>
Subject: PATCH: Configure uses tr, not $tr

p4raw-id: //depot/maint-5.005/perl@1733

25 years agoperlre.pod tweak suggested by Mike Wescott <mike.wescott@columbiasc.ncr.com>
Gurusamy Sarathy [Wed, 5 Aug 1998 01:16:40 +0000]
perlre.pod tweak suggested by Mike Wescott <mike.wescott@columbiasc.ncr.com>

p4raw-id: //depot/maint-5.005/perl@1732

25 years agoexplain caveat about use of numeric constants in podoc for sysopen()
David J. Fiander [Tue, 4 Aug 1998 13:09:58 +0000]
explain caveat about use of numeric constants in podoc for sysopen()
Message-Id: <199808041709.NAA01750@mks.com>
Subject: Re: [PATCH] 5.005_01: OE MVS

p4raw-id: //depot/maint-5.005/perl@1731

25 years agoend pod processing when source file is closed (prevents it carrying
Gurusamy Sarathy [Wed, 5 Aug 1998 00:46:53 +0000]
end pod processing when source file is closed (prevents it carrying
over into require()d files)

p4raw-id: //depot/maint-5.005/perl@1730

25 years agocorrect prototype for des_fcrypt(), explain how to add it in more
Gurusamy Sarathy [Tue, 4 Aug 1998 23:03:23 +0000]
correct prototype for des_fcrypt(), explain how to add it in more
detail, and supply a patch for libdes-3.06

p4raw-id: //depot/maint-5.005/perl@1729

25 years agotweak to avoid ambiguity warnings
Gurusamy Sarathy [Tue, 4 Aug 1998 21:50:40 +0000]
tweak to avoid ambiguity warnings

p4raw-id: //depot/maint-5.005/perl@1728

25 years agoremove useless 'rcsid' (extension of a suggestion by
Gurusamy Sarathy [Tue, 4 Aug 1998 20:31:04 +0000]
remove useless 'rcsid' (extension of a suggestion by
Stephen McCamant)

p4raw-id: //depot/maint-5.005/perl@1727

25 years agocorrect Pod::Html's notion of email addresses
Abigail [Mon, 3 Aug 1998 20:22:49 +0000]
correct Pod::Html's notion of email addresses
Message-ID: <19980804002249.2011.qmail@betelgeuse.wayne.fnx.com>
Subject: [PATCH 5.005_01] lib/Pod/Html.pm

p4raw-id: //depot/maint-5.005/perl@1726

25 years agoperlport.pod additions from Peter Prymmer <pvhp@forte.com>
Gurusamy Sarathy [Tue, 4 Aug 1998 19:50:06 +0000]
perlport.pod additions from Peter Prymmer <pvhp@forte.com>
Date: Mon, 3 Aug 98 15:31:35 PDT
Message-Id: <9808032231.AA22324@forte.com>
--
Date: Tue, 4 Aug 98 12:44:20 PDT
Message-Id: <9808041944.AA04815@forte.com>

p4raw-id: //depot/maint-5.005/perl@1725

25 years agoperlport 1.30
Chris Nandor [Mon, 3 Aug 1998 13:35:25 +0000]
perlport 1.30

Message-Id: <v04011711b1eba46d0827@[192.168.0.3]>

p4raw-id: //depot/maint-5.005/perl@1724

25 years agoupdate postscript generator
Tom Christiansen [Mon, 3 Aug 1998 05:29:25 +0000]
update postscript generator
Message-Id: <199808031129.FAA24985@chthon.perl.com>
Subject: PATCH: pod/roffitall (5.005_02)

p4raw-id: //depot/maint-5.005/perl@1723

25 years agoapplied suggested patch, slightly tweaked
Jarkko Hietaniemi [Mon, 3 Aug 1998 11:52:30 +0000]
applied suggested patch, slightly tweaked
Message-Id: <199808030852.LAA14153@alpha.hut.fi>
Subject: [PATCH] perl5.005_02-TRIAL1: pod/perlhist.pod

p4raw-id: //depot/maint-5.005/perl@1722

25 years agofix segfault when threadsv is used as foreach itervar
Stephen McCamant [Sun, 2 Aug 1998 21:44:34 +0000]
fix segfault when threadsv is used as foreach itervar
Message-Id: <13765.8641.997452.14516@alias-2.pr.mcs.net>
Subject: [PATCH] threadsv index in enteriter targ in op_free()

p4raw-id: //depot/maint-5.005/perl@1721

25 years agoclose() open files before unlink()
Ilya Zakharevich [Sun, 2 Aug 1998 18:14:22 +0000]
close() open files before unlink()
Message-Id: <199808022214.SAA20135@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] File leaked from test suite - tests

p4raw-id: //depot/maint-5.005/perl@1720

25 years agomore pack() tests
Jarkko Hietaniemi [Mon, 3 Aug 1998 00:59:41 +0000]
more pack() tests
Message-Id: <199808022159.AAA17160@alpha.hut.fi>
Subject: Re: uudecode 'u' problem

p4raw-id: //depot/maint-5.005/perl@1719

25 years agot/TEST aesthetic tweak suggested by Jarkko
Gurusamy Sarathy [Sun, 2 Aug 1998 23:26:51 +0000]
t/TEST aesthetic tweak suggested by Jarkko

p4raw-id: //depot/maint-5.005/perl@1718

25 years agoadd Digital Unix 3.x notes to README.threads (as suggested by
Gurusamy Sarathy [Sun, 2 Aug 1998 23:23:43 +0000]
add Digital Unix 3.x notes to README.threads (as suggested by
Phoenix <awrobel@jedi.cis.temple.edu>)

p4raw-id: //depot/maint-5.005/perl@1717

25 years agoallow *FOO{BAR}[0] etc. (without intervening arrow)
Stephen McCamant [Sun, 2 Aug 1998 16:16:50 +0000]
allow *FOO{BAR}[0] etc. (without intervening arrow)
Message-ID: <13764.54929.60137.104838@alias-2.pr.mcs.net>
Subject: [PATCH] Re: Minor nit in glob notation

p4raw-id: //depot/maint-5.005/perl@1716

25 years agofix unpack('u',...) problem with spaces in input
Gurusamy Sarathy [Sun, 2 Aug 1998 22:49:53 +0000]
fix unpack('u',...) problem with spaces in input

p4raw-id: //depot/maint-5.005/perl@1715

25 years agoupdate location of perlcrt.dll for win32 builds
Gurusamy Sarathy [Sun, 2 Aug 1998 21:27:19 +0000]
update location of perlcrt.dll for win32 builds

p4raw-id: //depot/maint-5.005/perl@1714

25 years agoBetter debugging output from malloc.c
Ilya Zakharevich [Sun, 2 Aug 1998 04:35:11 +0000]
Better debugging output from malloc.c

Message-Id: <199808020835.EAA09367@monk.mps.ohio-state.edu>

p4raw-id: //depot/maint-5.005/perl@1713

25 years agofix longstanding bug in pack('u',...) (reads garbage beyond the end
Gurusamy Sarathy [Sun, 2 Aug 1998 09:16:55 +0000]
fix longstanding bug in pack('u',...) (reads garbage beyond the end
of the input string)

p4raw-id: //depot/maint-5.005/perl@1712

25 years agoupdate Changes, tweak Porting/makerel
Gurusamy Sarathy [Sun, 2 Aug 1998 08:14:25 +0000]
update Changes, tweak Porting/makerel

p4raw-id: //depot/maint-5.005/perl@1711

25 years agoremove CRs from djgpp/configure.bat (Porting/makerel adds them)
Gurusamy Sarathy [Sun, 2 Aug 1998 07:31:37 +0000]
remove CRs from djgpp/configure.bat (Porting/makerel adds them)

p4raw-id: //depot/maint-5.005/perl@1710

25 years agoPorting/makerel tweaks
Gurusamy Sarathy [Sun, 2 Aug 1998 07:27:34 +0000]
Porting/makerel tweaks

p4raw-id: //depot/maint-5.005/perl@1709

25 years agofixes for pod noises
Gurusamy Sarathy [Sun, 2 Aug 1998 07:09:35 +0000]
fixes for pod noises

p4raw-id: //depot/maint-5.005/perl@1708

25 years agomalloc.c tweaks
Ilya Zakharevich [Sat, 1 Aug 1998 18:46:32 +0000]
malloc.c tweaks
Message-Id: <199808012246.SAA00699@monk.mps.ohio-state.edu>
Subject: [PATCH 5.005_*] Better malloc.c

p4raw-id: //depot/maint-5.005/perl@1707

25 years agofix quoting of keys with embedded nulls
Slaven Rezic [Sat, 1 Aug 1998 13:38:03 +0000]
fix quoting of keys with embedded nulls
Message-Id: <199808011138.NAA05189@mail.cs.tu-berlin.de>
Subject: Data::Dumper 2.09, patch

p4raw-id: //depot/maint-5.005/perl@1706

25 years agoRe: \Q doesn't work in interpolated regular expressions
Peter Prymmer [Fri, 31 Jul 1998 14:50:41 +0000]
Re: \Q doesn't work in interpolated regular expressions

Message-Id: <9807312150.AA08867@forte.com>

p4raw-id: //depot/maint-5.005/perl@1705

25 years agoadd test for magic autovivification
M. J. T. Guy [Thu, 30 Jul 1998 12:18:15 +0000]
add test for magic autovivification
Message-Id: <E0z1qit-0003O5-00@taurus.cus.cam.ac.uk>
Subject: Re: Perl5.005_01 failing to autovivify subroutine args

p4raw-id: //depot/maint-5.005/perl@1704

25 years agobetter RE colors
Ilya Zakharevich [Tue, 21 Jul 1998 23:58:53 +0000]
better RE colors

Message-Id: <199807220358.XAA19811@monk.mps.ohio-state.edu>

p4raw-id: //depot/maint-5.005/perl@1703

25 years agomark link type of exported functions for OS/2
Ilya Zakharevich [Sun, 26 Jul 1998 21:03:03 +0000]
mark link type of exported functions for OS/2
Message-Id: <199807270103.VAA04977@monk.mps.ohio-state.edu>
Subject: Re: Compiler linkage's types [PATCH 5.005]

p4raw-id: //depot/maint-5.005/perl@1702

25 years agotweaked version of suggested patch
Ilya Zakharevich [Mon, 20 Jul 1998 21:40:00 +0000]
tweaked version of suggested patch
Message-Id: <199807210140.VAA17186@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_75] Enable -DS

p4raw-id: //depot/maint-5.005/perl@1701

25 years agoup patchlevel to 5.005_02
Gurusamy Sarathy [Sun, 2 Aug 1998 05:54:00 +0000]
up patchlevel to 5.005_02

p4raw-id: //depot/maint-5.005/perl@1700

25 years agoMake tests succeed on OS/2
Ilya Zakharevich [Sat, 18 Jul 1998 04:09:26 +0000]
Make tests succeed on OS/2

Message-Id: <199807180809.EAA09379@monk.mps.ohio-state.edu>

p4raw-id: //depot/maint-5.005/perl@1699

25 years agouse I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)
Gurusamy Sarathy [Sun, 2 Aug 1998 05:41:41 +0000]
use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)

p4raw-id: //depot/maint-5.005/perl@1698

25 years agosupport OE/MVS
Jarkko Hietaniemi [Sat, 1 Aug 1998 12:03:02 +0000]
support OE/MVS
Message-Id: <199808010903.MAA09371@alpha.hut.fi>
Subject: [PATCH] 5.005_01: OE MVS

p4raw-id: //depot/maint-5.005/perl@1697

25 years agoVMS patches
Gurusamy Sarathy [Sun, 2 Aug 1998 05:03:09 +0000]
VMS patches
From: pvhp@forte.com (Peter Prymmer)
Message-Id: <9807290017.AA01833@forte.com>
Date: Tue, 28 Jul 98 17:17:33 PDT
Subject: Re: Not OK: perl 5.00501 on VMS_AXP-thread I7.2
--
From: Dan Sugalski <sugalskd@osshe.edu>
Message-Id: <3.0.5.32.19980729125623.00b562b0@ous.edu>
Date: Wed, 29 Jul 1998 12:56:23 -0700
Subject: [PATCH 5.005_01]Typo in CONFIGURE.COM (vms)
--
From: Dan Sugalski <sugalskd@osshe.edu>
Date: Thu, 30 Jul 1998 09:02:24 -0700
Message-Id: <3.0.5.32.19980730090224.00b70eb0@ous.edu>
Subject: [PATCH 5.005_01]VMS config SOCKETSHR typo patch and fcntl check

p4raw-id: //depot/maint-5.005/perl@1696

25 years agorename duplicate warning in regexec.c
Gurusamy Sarathy [Sun, 2 Aug 1998 04:49:32 +0000]
rename duplicate warning in regexec.c

p4raw-id: //depot/maint-5.005/perl@1695

25 years agobeware egcs' ld on Solaris
Tom Spindler [Sat, 1 Aug 1998 21:21:58 +0000]
beware egcs' ld on Solaris
Message-ID: <19980801212158.A2934@home.merit.edu>
Subject: Re: [PATCH perl5.005_01] hints/solaris_2.sh, egcs, and ld

p4raw-id: //depot/maint-5.005/perl@1694

25 years agode-utf-ized variation of Ilya's patch
Jan-Pieter Cornet [Fri, 31 Jul 1998 12:44:57 +0000]
de-utf-ized variation of Ilya's patch
Message-ID: <6ps779$hmj$1@xs1.xs4all.nl>
Subject: Re: s/\s*$//g in majordomo causes segfault under 5.005_01

p4raw-id: //depot/maint-5.005/perl@1693

25 years agobetter validation of SysV IPC availability
Jarkko Hietaniemi [Fri, 31 Jul 1998 13:13:57 +0000]
better validation of SysV IPC availability
Message-Id: <199807311013.NAA28887@koah.research.nokia.com>
Subject: Re: lib/ipc_sysv.t fails under FreeBSD 2.2.1

p4raw-id: //depot/maint-5.005/perl@1692

25 years agofix bug in display of watched expressions
Ilya Zakharevich [Thu, 30 Jul 1998 20:02:04 +0000]
fix bug in display of watched expressions
Message-Id: <199807310002.UAA21681@monk.mps.ohio-state.edu>
Subject: Re: Bug? in perl5db.pl [PATCH]

p4raw-id: //depot/maint-5.005/perl@1691

25 years agoapplied all but one hunk
Horst von Brand [Thu, 30 Jul 1998 17:19:42 +0000]
applied all but one hunk
Message-Id: <199807302119.RAA06852@sleipnir.valparaiso.cl>
Subject: Some typos in perldelta.pod

p4raw-id: //depot/maint-5.005/perl@1690

25 years agoRemove redundant dTHR
Andy Dougherty [Thu, 30 Jul 1998 10:22:36 +0000]
Remove redundant dTHR

Message-Id: <Pine.SUN.3.96.980730101627.17514B-100000@newton.phys>

p4raw-id: //depot/maint-5.005/perl@1689

25 years agoClass::Struct has an incomplete tied array package
Tom Hughes [Thu, 30 Jul 1998 09:47:31 +0000]
Class::Struct has an incomplete tied array package

Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>

p4raw-id: //depot/maint-5.005/perl@1688

25 years agoensure implicit close on local(*FH) doesn't affect $! and thence $?
Gurusamy Sarathy [Sun, 2 Aug 1998 04:21:48 +0000]
ensure implicit close on local(*FH) doesn't affect $! and thence $?

p4raw-id: //depot/maint-5.005/perl@1687

25 years agoRe: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes
Jarkko Hietaniemi [Thu, 30 Jul 1998 00:39:30 +0000]
Re: [PATCH] 5.004_05-MAINT_TRIAL_5: three locale fixes

Message-Id: <199807292139.AAA01795@alpha.hut.fi>

p4raw-id: //depot/maint-5.005/perl@1686

25 years agoPERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
Gurusamy Sarathy [Sun, 2 Aug 1998 03:54:15 +0000]
PERL_OBJECT bincompat fixes from Douglas Lankshear <dougl@ActiveState.com>
Date: Wed, 29 Jul 1998 10:45:31 -0700
Message-ID: <000101bdbb18$ae767550$a32fa8c0@tau.Active>
Subject: [PATCH 5.005_01] Fixes binary compatibility for PERL_OBJECT
--
Date: Sat, 1 Aug 1998 09:33:19 -0700
Message-ID: <000701bdbd6a$17ada180$a32fa8c0@tau.Active>
Subject: [PATCH 5.005_01]

p4raw-id: //depot/maint-5.005/perl@1685

25 years agohand-apply whitespace-mutiliated patch
Nicholas Clark [Tue, 28 Jul 1998 16:40:42 +0000]
hand-apply whitespace-mutiliated patch
Message-Id: <199807281540.QAA04640@flirble.org>
Subject: [PATCH] POSIX::ELOOP

p4raw-id: //depot/maint-5.005/perl@1684

25 years agodocument return values of do() better
M. J. T. Guy [Tue, 28 Jul 1998 12:44:36 +0000]
document return values of do() better
Message-Id: <E0z18BI-0003cH-00@taurus.cus.cam.ac.uk>
Subject: [PATCH] Re: Obscurity of lexicals with do ""

p4raw-id: //depot/maint-5.005/perl@1683

25 years agoavoid reusing foreach itervar if magic got tacked onto it
Stephen McCamant [Tue, 28 Jul 1998 22:18:25 +0000]
avoid reusing foreach itervar if magic got tacked onto it
Message-ID: <13758.36756.215424.719750@alias-2.pr.mcs.net>
Subject: [PATCH] Re: pos() resetting changed with 5.005?

p4raw-id: //depot/maint-5.005/perl@1682

25 years ago[Patch] Math::Complex - Ambiguous call resolved as CORE::foo()
Nick Ing-Simmons [Wed, 29 Jul 1998 13:28:14 +0000]
[Patch] Math::Complex - Ambiguous call resolved as CORE::foo()

Message-Id: <199807291228.NAA20055@tiuk.ti.com>

p4raw-id: //depot/maint-5.005/perl@1681