This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
25 years agobetter CR-handling on shebang line and in formats (fixed variant of
Gurusamy Sarathy [Wed, 23 Sep 1998 05:26:26 +0000 (05:26 +0000)]
better CR-handling on shebang line and in formats (fixed variant of
patch suggested by Igor Sysoev <igor@nitek.ru>)

p4raw-id: //depot/perl@1812

25 years agodocument non-loopish blocks better
M. J. T. Guy [Tue, 18 Aug 1998 12:28:36 +0000 (13:28 +0100)]
document non-loopish blocks better
Message-Id: <E0z8jwK-00057Z-00@ursa.cus.cam.ac.uk>
Subject: Re: next in do {} while block gives error message

p4raw-id: //depot/perl@1811

25 years agofix bogus integerization of pop()'s return value
Gurusamy Sarathy [Sat, 15 Aug 1998 23:27:54 +0000 (19:27 -0400)]
fix bogus integerization of pop()'s return value
Message-Id: <199808160327.XAA05186@aatma.engin.umich.edu>
Subject: Re: Complex expression does integer arithmetic

p4raw-id: //depot/perl@1810

25 years agotweak README.win32
Gurusamy Sarathy [Wed, 23 Sep 1998 04:09:43 +0000 (04:09 +0000)]
tweak README.win32

p4raw-id: //depot/perl@1809

25 years agobetter diagnostic for do{} used as lvalue
Gurusamy Sarathy [Wed, 23 Sep 1998 03:40:57 +0000 (03:40 +0000)]
better diagnostic for do{} used as lvalue

p4raw-id: //depot/perl@1808

25 years agoenable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
Hans Mulder [Tue, 11 Aug 1998 21:08:51 +0000 (23:08 +0200)]
enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach
Message-Id: <9808111907.AA21903@icgned.icgroup.nl>
Subject: Not OK: perl 5.00551 on OPENSTEP-Mach 4_1 (UNINSTALLED)

p4raw-id: //depot/perl@1807

25 years agosupport make written in perl (aka "pmake") on win32
Gurusamy Sarathy [Wed, 23 Sep 1998 03:36:08 +0000 (03:36 +0000)]
support make written in perl (aka "pmake") on win32

p4raw-id: //depot/perl@1806

25 years agofix mismatched UV/U32 types for to_utf8_*()
Gurusamy Sarathy [Wed, 23 Sep 1998 03:30:07 +0000 (03:30 +0000)]
fix mismatched UV/U32 types for to_utf8_*()

p4raw-id: //depot/perl@1805

25 years agodos-djgpp update
Laszlo Molnar [Sun, 9 Aug 1998 22:38:23 +0000 (00:38 +0200)]
dos-djgpp update

Message-ID: <19980809223823.A215@cdata.tvnet.hu>

p4raw-id: //depot/perl@1804

25 years agoapply minimal variant of patch (sent via private mail)
Jarkko Hietaniemi [Wed, 12 Aug 1998 15:42:35 +0000 (18:42 +0300)]
apply minimal variant of patch (sent via private mail)
Message-Id: <199808121242.PAA29761@comanche.spices>
Subject: [PATCH] 5.004_02 or 5.005_51: fix regexp and tr character ranges in non-ASCII lands

p4raw-id: //depot/perl@1803

25 years agoadjust searchdict.t for EBCDIC (still needs documenting)
Peter Prymmer [Thu, 6 Aug 1998 18:09:39 +0000 (11:09 -0700)]
adjust searchdict.t for EBCDIC (still needs documenting)
Message-Id: <9808070109.AA06158@forte.com>
Subject: [PATCH 5.005_02-TRIAL2] potential modification to t/lib/searchdict.t

p4raw-id: //depot/perl@1802

25 years agosilence redefined warning for XS(INIT) {}
Gurusamy Sarathy [Wed, 23 Sep 1998 02:54:15 +0000 (02:54 +0000)]
silence redefined warning for XS(INIT) {}

p4raw-id: //depot/perl@1801

25 years agosupport match indices via special variables @- and @+
Ilya Zakharevich [Tue, 21 Jul 1998 23:00:35 +0000 (19:00 -0400)]
support match indices via special variables @- and @+
Message-Id: <199807220300.XAA16081@monk.mps.ohio-state.edu>
Subject: [PATCH 5.004_76] @- and @+

p4raw-id: //depot/perl@1800

25 years agoRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
Ilya Zakharevich [Tue, 11 Aug 1998 18:43:29 +0000 (14:43 -0400)]
Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/

Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>

p4raw-id: //depot/perl@1799

25 years agointegrate maint-5.005 changes (except conflicting change#1794)
Gurusamy Sarathy [Wed, 23 Sep 1998 01:39:23 +0000 (01:39 +0000)]
integrate maint-5.005 changes (except conflicting change#1794)

p4raw-link: @1794 on //depot/maint-5.005/perl: 3da4a4041c2dd401ef4ab882068e7b1680dc25bd

p4raw-id: //depot/perl@1798

25 years agoadd note to win32/Makefile about setting CCHOME
Gurusamy Sarathy [Wed, 23 Sep 1998 01:32:36 +0000 (01:32 +0000)]
add note to win32/Makefile about setting CCHOME

p4raw-id: //depot/perl@1797

25 years agoperl.pod tweak
Gurusamy Sarathy [Wed, 23 Sep 1998 01:31:32 +0000 (01:31 +0000)]
perl.pod tweak

p4raw-id: //depot/perl@1796

25 years agomake xsubpp generate well-formed code with CAPI && !PERL_OBJECT
Gurusamy Sarathy [Mon, 21 Sep 1998 20:34:10 +0000 (20:34 +0000)]
make xsubpp generate well-formed code with CAPI && !PERL_OBJECT

p4raw-id: //depot/perl@1795

25 years agoRe: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/
Ilya Zakharevich [Tue, 11 Aug 1998 18:43:29 +0000 (14:43 -0400)]
Re: Segmentation fault for /a*abc?xyz+pqr{3}ab{2,}xy{4,5}pq{0,6}AB{0,}zz/

Message-Id: <199808112243.SAA14243@monk.mps.ohio-state.edu>

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

25 years agofix for unpack('u') failures on OS/390
Peter Prymmer [Mon, 10 Aug 1998 16:58:22 +0000 (09:58 -0700)]
fix for unpack('u') failures on OS/390

Message-Id: <9808102358.AA10616@forte.com>

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

25 years agoFix typo, change "an array" to "a hash"
M. J. T. Guy [Sun, 9 Aug 1998 15:51:48 +0000 (16:51 +0100)]
Fix typo, change "an array" to "a hash"

Message-Id: <E0z5Wp2-00071p-00@taurus.cus.cam.ac.uk>

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

25 years agofill gaps in sig_* entries in win32/config.?c
Gurusamy Sarathy [Wed, 16 Sep 1998 22:13:17 +0000 (18:13 -0400)]
fill gaps in sig_* entries in win32/config.?c

Message-Id: <199809170213.WAA10546@aatma.engin.umich.edu>
 and resync win32/config.?c with Porting/config.sh to pick up apiversion

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

25 years agosuppress bogus warning on C<sub x {} x()>
Gurusamy Sarathy [Sun, 6 Sep 1998 15:35:11 +0000 (11:35 -0400)]
suppress bogus warning on C<sub x {} x()>

       Message-Id: <199809061935.PAA21531@aatma.engin.umich.edu>

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

25 years agodelay freeing itervar so C<for $i (@a) { return($i) }> works
Gurusamy Sarathy [Fri, 18 Sep 1998 18:01:37 +0000 (18:01 +0000)]
delay freeing itervar so C<for $i (@a) { return($i) }> works

p4raw-id: //depot/perl@1789

25 years agoresync win32/config.?c with Porting/config.sh to pick up apiversion
Gurusamy Sarathy [Thu, 17 Sep 1998 02:19:11 +0000 (02:19 +0000)]
resync win32/config.?c with Porting/config.sh to pick up apiversion

p4raw-id: //depot/perl@1788

25 years agosuppress bogus warning on C<sub x {} x()>
Gurusamy Sarathy [Thu, 17 Sep 1998 01:45:14 +0000 (01:45 +0000)]
suppress bogus warning on C<sub x {} x()>

p4raw-id: //depot/perl@1787

25 years agontohl typo in objXSUB.h
Gurusamy Sarathy [Thu, 17 Sep 1998 01:42:51 +0000 (01:42 +0000)]
ntohl typo in objXSUB.h

p4raw-id: //depot/perl@1786

25 years agofill gaps in sig_* entries in win32/config.?c
Gurusamy Sarathy [Thu, 17 Sep 1998 01:41:48 +0000 (01:41 +0000)]
fill gaps in sig_* entries in win32/config.?c

p4raw-id: //depot/perl@1785

25 years agoTwo tweaks to allow quiet compile qith egcs-1.1
Nick Ing-Simmons [Sat, 12 Sep 1998 09:53:36 +0000 (09:53 +0000)]
Two tweaks to allow quiet compile qith egcs-1.1

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

25 years agoindex() applied BM optimization to wrong argument
Larry Wall [Thu, 3 Sep 1998 12:49:13 +0000 (05:49 -0700)]
index() applied BM optimization to wrong argument
Message-Id: <199809031949.MAA29566@wall.org>, <199809060004.RAA23792@wall.org>

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

25 years agoMssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>
Gurusamy Sarathy [Fri, 28 Aug 1998 00:33:15 +0000 (20:33 -0400)]
Mssage-Id: <199808280433.AAA06767@aatma.engin.umich.edu>
Subject: socket problems on NT

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

25 years agotr/// logic was hosed under utf8
Larry Wall [Sat, 5 Sep 1998 23:48:24 +0000 (23:48 +0000)]
tr/// logic was hosed under utf8

p4raw-id: //depot/perl@1781

25 years agoseveral new tests needed tweaking to work under utf8
Larry Wall [Sat, 5 Sep 1998 23:44:16 +0000 (23:44 +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 (23:41 +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 (23:38 +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 (07:02 +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 (17:53 +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 (14:35 +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 (14:13 +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 (10:28 +0100)]
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 (23:06 +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 (07:16 +0100)]
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 (12:09 +0100)]
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 (07:42 -0700)]
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 (05:25 -0700)]
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 (01:28 +0200)]
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 (02:41 +0200)]
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 (00:56 +0200)]
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 (10:04 -0700)]
\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 (11:33 -0500)]
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 (01:05 +0300)]
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 (15:23 -0400)]
[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 (22:18 +0000)]
integrate maint-5.005 changes into mainline

p4raw-id: //depot/perl@1760

25 years agopending submit of 5.005_02 perl-5.005_02
Gurusamy Sarathy [Sat, 8 Aug 1998 20:57:47 +0000 (20:57 +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 (03:45 +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 (03: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 (00:01 +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 (23:58 +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 (10:56 +0100)]
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 (22:19 +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 (22:08 +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 (15:44 -0400)]
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 (21:51 +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 (21:36 +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 (12:38 +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 (05:10 -0500)]
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 (22:55 +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 (21:57 +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 (11:38 -0400)]
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 (01:44 -0400)]
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 (21:50 +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 (21:46 +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 (10:05 +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 (23:50 -0400)]
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 (09:08 +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 (12:33 -0400)]
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 (14:12 -0400)]
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 (02:29 +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 (03:59 +0300)]
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 (04:04 -0700)]
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 (01:16 +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 (09:09 -0400)]
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 (00:46 +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 (23:03 +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 (21:50 +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 (20:31 +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 (16:22 -0400)]
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 (19:50 +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 (09:35 -0400)]
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 (23:29 -0600)]
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 (14:52 +0300)]
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 (16:44 -0500)]
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 (14:14 -0400)]
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 (03:59 +0300)]
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 (23:26 +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 (23:23 +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 (11:16 -0500)]
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 (22:49 +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 (21:27 +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 (00:35 -0400)]
Better debugging output from malloc.c

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

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