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
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
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
Gurusamy Sarathy [Thu, 17 Sep 1998 01:42:51 +0000 (01:42 +0000)]
ntohl typo in objXSUB.h
p4raw-id: //depot/perl@1786
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
Larry Wall [Sat, 5 Sep 1998 23:48:24 +0000 (23:48 +0000)]
tr/// logic was hosed under utf8
p4raw-id: //depot/perl@1781
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
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
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
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
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
Gurusamy Sarathy [Sun, 9 Aug 1998 14:35:33 +0000 (14:35 +0000)]
tweak warning test
p4raw-id: //depot/perl@1775
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
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
Gurusamy Sarathy [Sat, 8 Aug 1998 23:06:00 +0000 (23:06 +0000)]
bump patchlevel to 5.005_51
p4raw-id: //depot/perl@1772
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Gurusamy Sarathy [Sun, 2 Aug 1998 09:16:55 +0000 (09:16 +0000)]
fix longstanding bug in pack('u',...) (reads garbage beyond the end
of the input string)
p4raw-id: //depot/maint-5.005/perl@1712
Gurusamy Sarathy [Sun, 2 Aug 1998 08:14:25 +0000 (08:14 +0000)]
update Changes, tweak Porting/makerel
p4raw-id: //depot/maint-5.005/perl@1711
Gurusamy Sarathy [Sun, 2 Aug 1998 07:31:37 +0000 (07:31 +0000)]
remove CRs from djgpp/configure.bat (Porting/makerel adds them)
p4raw-id: //depot/maint-5.005/perl@1710
Gurusamy Sarathy [Sun, 2 Aug 1998 07:27:34 +0000 (07:27 +0000)]
Porting/makerel tweaks
p4raw-id: //depot/maint-5.005/perl@1709
Gurusamy Sarathy [Sun, 2 Aug 1998 07:09:35 +0000 (07:09 +0000)]
fixes for pod noises
p4raw-id: //depot/maint-5.005/perl@1708
Ilya Zakharevich [Sat, 1 Aug 1998 18:46:32 +0000 (14:46 -0400)]
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
Slaven Rezic [Sat, 1 Aug 1998 13:38:03 +0000 (15:38 +0200)]
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
Peter Prymmer [Fri, 31 Jul 1998 14:50:41 +0000 (07:50 -0700)]
Re: \Q doesn't work in interpolated regular expressions
Message-Id: <
9807312150.AA08867@forte.com>
p4raw-id: //depot/maint-5.005/perl@1705
M. J. T. Guy [Thu, 30 Jul 1998 12:18:15 +0000 (13:18 +0100)]
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
Ilya Zakharevich [Tue, 21 Jul 1998 23:58:53 +0000 (19:58 -0400)]
better RE colors
Message-Id: <
199807220358.XAA19811@monk.mps.ohio-state.edu>
p4raw-id: //depot/maint-5.005/perl@1703
Ilya Zakharevich [Sun, 26 Jul 1998 21:03:03 +0000 (17:03 -0400)]
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
Ilya Zakharevich [Mon, 20 Jul 1998 21:40:00 +0000 (17:40 -0400)]
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
Gurusamy Sarathy [Sun, 2 Aug 1998 05:54:00 +0000 (05:54 +0000)]
up patchlevel to 5.005_02
p4raw-id: //depot/maint-5.005/perl@1700
Ilya Zakharevich [Sat, 18 Jul 1998 04:09:26 +0000 (00:09 -0400)]
Make tests succeed on OS/2
Message-Id: <
199807180809.
EAA09379@monk.mps.ohio-state.edu>
p4raw-id: //depot/maint-5.005/perl@1699
Gurusamy Sarathy [Sun, 2 Aug 1998 05:41:41 +0000 (05:41 +0000)]
use I32_MAX as the limit when U16_MAX > I32_MAX (for CRAY)
p4raw-id: //depot/maint-5.005/perl@1698
Jarkko Hietaniemi [Sat, 1 Aug 1998 12:03:02 +0000 (15:03 +0300)]
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
Gurusamy Sarathy [Sun, 2 Aug 1998 05:03:09 +0000 (05:03 +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
Gurusamy Sarathy [Sun, 2 Aug 1998 04:49:32 +0000 (04:49 +0000)]
rename duplicate warning in regexec.c
p4raw-id: //depot/maint-5.005/perl@1695
Tom Spindler [Sat, 1 Aug 1998 21:21:58 +0000 (17:21 -0400)]
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
Jan-Pieter Cornet [Fri, 31 Jul 1998 12:44:57 +0000 (14:44 +0200)]
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
Jarkko Hietaniemi [Fri, 31 Jul 1998 13:13:57 +0000 (16:13 +0300)]
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
Ilya Zakharevich [Thu, 30 Jul 1998 20:02:04 +0000 (16:02 -0400)]
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
Horst von Brand [Thu, 30 Jul 1998 17:19:42 +0000 (13:19 -0400)]
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
Andy Dougherty [Thu, 30 Jul 1998 10:22:36 +0000 (06:22 -0400)]
Remove redundant dTHR
Message-Id: <Pine.SUN.3.96.
980730101627.17514B-100000@newton.phys>
p4raw-id: //depot/maint-5.005/perl@1689
Tom Hughes [Thu, 30 Jul 1998 09:47:31 +0000 (10:47 +0100)]
Class::Struct has an incomplete tied array package
Message-ID: <yek1zr3vi70.fsf@elva.cyberscience.com>
p4raw-id: //depot/maint-5.005/perl@1688
Gurusamy Sarathy [Sun, 2 Aug 1998 04:21:48 +0000 (04:21 +0000)]
ensure implicit close on local(*FH) doesn't affect $! and thence $?
p4raw-id: //depot/maint-5.005/perl@1687