Spider Boardman [Fri, 15 Sep 2000 16:25:30 +0000 (12:25 -0400)]
Re: unicode support and perl [ID
20000901.097]
Message-Id: <
200009152025.QAA18540@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@7099
Gisle Aas [Fri, 15 Sep 2000 16:23:41 +0000 (18:23 +0200)]
Re: Trapping by opmask sets strange parser state [PATCH]
Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
p4raw-id: //depot/perl@7098
Daniel Chetlin [Fri, 15 Sep 2000 02:04:09 +0000 (19:04 -0700)]
Nits in perlmod.pod
Message-Id: <
20000915020409.A2104@ilmd>
p4raw-id: //depot/perl@7097
Nick Ing-Simmons [Sat, 30 Sep 2000 12:18:00 +0000 (12:18 +0000)]
Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
0 to checking to get the warning.
p4raw-id: //depot/perl@7096
Spider Boardman [Fri, 15 Sep 2000 06:37:30 +0000 (02:37 -0400)]
Multiplicity & ithreads fix for sv.c/Encode.xs
Subject: [ID
20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
Message-Id: <
200009151037.GAA07447@Orb.Nashua.NH.US>
p4raw-id: //depot/perl@7095
Jarkko Hietaniemi [Fri, 15 Sep 2000 03:23:32 +0000 (03:23 +0000)]
Update Changes.
p4raw-id: //depot/perl@7094
Jarkko Hietaniemi [Fri, 15 Sep 2000 03:11:44 +0000 (03:11 +0000)]
Fix for the charnames.t failures from Spider Boardman.
p4raw-id: //depot/perl@7093
Jarkko Hietaniemi [Fri, 15 Sep 2000 00:15:48 +0000 (00:15 +0000)]
Botched the #7090 check-in.
p4raw-id: //depot/perl@7092
Jarkko Hietaniemi [Thu, 14 Sep 2000 23:33:24 +0000 (23:33 +0000)]
Part of #7081 didn't come through.
p4raw-id: //depot/perl@7091
Spider Boardman [Thu, 14 Sep 2000 19:06:36 +0000 (15:06 -0400)]
Re: perl@7078
Message-Id: <
200009142306.TAA20082@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7090
Jarkko Hietaniemi [Thu, 14 Sep 2000 23:11:21 +0000 (23:11 +0000)]
Small portability tweaks.
p4raw-id: //depot/perl@7089
Jarkko Hietaniemi [Thu, 14 Sep 2000 22:57:23 +0000 (22:57 +0000)]
Fake return to pacify picky compilers.
p4raw-id: //depot/perl@7088
Simon Cozens [Thu, 14 Sep 2000 23:46:57 +0000 (00:46 +0100)]
utf8.c apidoc
Message-ID: <
20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@7087
Jarkko Hietaniemi [Thu, 14 Sep 2000 22:40:38 +0000 (22:40 +0000)]
We don't need to count the high bit bytes, a boolean is enough.
p4raw-id: //depot/perl@7086
Spider Boardman [Thu, 14 Sep 2000 17:09:36 +0000 (13:09 -0400)]
Replace #7084 with
Subject: Re: perl@7078
Message-Id: <
200009142109.RAA03425@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7085
Simon Cozens [Thu, 14 Sep 2000 20:59:19 +0000 (21:59 +0100)]
UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
convertible to bytes by checking it doesn't go above 0xc3
Subject: Re: perl@7078
Message-ID: <
20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@7084
Simon Cozens [Thu, 14 Sep 2000 20:13:09 +0000 (21:13 +0100)]
Re: perl@7078
Message-ID: <
20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@7083
Jarkko Hietaniemi [Thu, 14 Sep 2000 17:50:44 +0000 (17:50 +0000)]
The one that got away.
p4raw-id: //depot/perl@7082
Robin Barker [Thu, 14 Sep 2000 18:07:38 +0000 (19:07 +0100)]
continued -Wformat support
Message-Id: <
200009141707.SAA13276@tempest.npl.co.uk>
p4raw-id: //depot/perl@7081
H.Merijn Brand [Thu, 14 Sep 2000 18:53:30 +0000 (20:53 +0200)]
Problems picked up by AIX cc.
Subject: Re: perl@7078 (patch included)
Message-Id: <
20000914182304.7017.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@7080
Rich Morin [Wed, 13 Sep 2000 22:03:58 +0000 (15:03 -0700)]
File::Find 5.7.0 POD nits
Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
p4raw-id: //depot/perl@7079
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:58:20 +0000 (14:58 +0000)]
Update Changes.
p4raw-id: //depot/perl@7078
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:55:54 +0000 (14:55 +0000)]
Compilation warnings and an error.
p4raw-id: //depot/perl@7077
Spider Boardman [Wed, 13 Sep 2000 17:52:20 +0000 (13:52 -0400)]
Fix for a parsing bug, not for the original bug.
Subject: Re: [ID
20000910.005] Another segfault with regexes.
Message-Id: <
200009132152.RAA24029@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7076
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:40:40 +0000 (14:40 +0000)]
Batch of UTF-8 patches from Simon Cozens.
p4raw-id: //depot/perl@7075
Russ Allbery [Wed, 13 Sep 2000 18:50:26 +0000 (11:50 -0700)]
Re: Two advertising clauses need to be removed
Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
p4raw-id: //depot/perl@7074
Yitzchak Scott-Thoennes [Wed, 13 Sep 2000 17:46:55 +0000 (10:46 -0700)]
de-wall t/README
Message-ID: <//Bw5gzkge/e092yn@efn.org>
p4raw-id: //depot/perl@7073
H.Merijn Brand [Wed, 13 Sep 2000 21:42:07 +0000 (23:42 +0200)]
Hints optimization.
Subject: Minor nit
Message-Id: <
20000913214116.1D38.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@7072
Casey R. Tweten [Wed, 13 Sep 2000 12:41:31 +0000 (08:41 -0400)]
Allow chop() and chomp() to be overridden.
Subject: [PATCH] Re: [ID
20000911.006] I can override glob but not chop?
Message-ID: <Pine.OSF.4.21.
0009131154120.6661-100000@home.kiski.net>
p4raw-id: //depot/perl@7071
Alan Burlison [Wed, 13 Sep 2000 16:27:37 +0000 (17:27 +0100)]
The return value of setlocale must be copied away.
Subject: [ID
20000913.001] Heap corruption in Perl_init_i18nl10n
Message-Id: <
39BF9CE9.
3D7FBBDD@uk.sun.com>
p4raw-id: //depot/perl@7070
Jarkko Hietaniemi [Thu, 14 Sep 2000 14:16:27 +0000 (14:16 +0000)]
Remove vestiges of tr//CU.
Subject: [ID
20000912.009] perlunicode.pod still mentions tr///CU
From: Nick Clark <nick@plum.flirble.org>
Date: Tue, 12 Sep 2000 22:50:14 +0100
Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
Subject: Re: [ID
20000912.009] perlunicode.pod still mentions tr///CU
From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
Date: Tue, 12 Sep 2000 21:38:48 -0700
Message-ID: <YTwv5gzkgmfL092yn@efn.org>
p4raw-id: //depot/perl@7069
Jarkko Hietaniemi [Wed, 13 Sep 2000 14:18:39 +0000 (14:18 +0000)]
Add the Encode extension. The code is still largely just skeleton.
p4raw-id: //depot/perl@7068
Calle Dybedahl [Tue, 12 Sep 2000 19:38:02 +0000 (21:38 +0200)]
Allow for whitespace between "#" and "line" in cpp output.
Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
p4raw-id: //depot/perl@7067
Gurusamy Sarathy [Tue, 12 Sep 2000 17:24:29 +0000 (17:24 +0000)]
change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
initialization in all the threads on Windows
p4raw-link: @6327 on //depot/perl:
0401f8415cd90e2eed98f1f8939fbc02af4a0c74
p4raw-id: //depot/perl@7066
Jarkko Hietaniemi [Tue, 12 Sep 2000 15:11:31 +0000 (15:11 +0000)]
Update Changes.
p4raw-id: //depot/perl@7065
Jarkko Hietaniemi [Tue, 12 Sep 2000 14:54:54 +0000 (14:54 +0000)]
Retract #7062, the pod tests are not ready.
p4raw-id: //depot/perl@7064
Jarkko Hietaniemi [Tue, 12 Sep 2000 14:25:41 +0000 (14:25 +0000)]
The #7054 truncated Configure badly.
p4raw-id: //depot/perl@7063
Yitzchak Scott-Thoennes [Mon, 11 Sep 2000 17:56:47 +0000 (10:56 -0700)]
[ID
20000911.009] t/pod/*.t tests not run by harness or make test
Message-Id: <
200009120056.e8C0ulZ21635@garcia.efn.org>
p4raw-id: //depot/perl@7062
Yitzchak Scott-Thoennes [Mon, 11 Sep 2000 22:07:21 +0000 (15:07 -0700)]
[ID
20000911.011] misplaced typemap in perlxs.pod
Message-Id: <
200009120507.e8C57LA02461@garcia.efn.org>
p4raw-id: //depot/perl@7061
Yitzchak Scott-Thoennes [Tue, 12 Sep 2000 00:04:11 +0000 (17:04 -0700)]
Break up the myconfig lines a bit.
Subject: perlbug/perl -V output format
Message-Id: <
200009120704.e8C74BX10562@garcia.efn.org>
p4raw-id: //depot/perl@7060
Andreas König [Tue, 12 Sep 2000 06:42:01 +0000 (08:42 +0200)]
Test for the #7049.
Subject: Re: [PATCH] Re: [ID
20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on i686-linux 2.2.16-raid (UNINSTALLED)
Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@7059
Peter Prymmer [Mon, 11 Sep 2000 18:41:48 +0000 (11:41 -0700)]
[patch: perl@7045] vms updates
Message-ID: <Pine.OSF.4.10.
10009111840030.339348-100000@aspara.forte.com>
p4raw-id: //depot/perl@7058
Yitzchak Scott-Thoennes [Mon, 11 Sep 2000 16:28:13 +0000 (09:28 -0700)]
[ID
20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
Message-Id: <
200009112328.e8BNSD616812@garcia.efn.org>
p4raw-id: //depot/perl@7057
Jeff Pinyan [Sun, 10 Sep 2000 12:01:21 +0000 (08:01 -0400)]
[patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
Message-ID: <Pine.GSO.4.21.
0009101200190.12441-100000@crusoe.crusoe.net>
p4raw-id: //depot/perl@7056
Jarkko Hietaniemi [Tue, 12 Sep 2000 13:56:32 +0000 (13:56 +0000)]
Do in VMS as the #7054 does.
p4raw-id: //depot/perl@7055
Paul Marquess [Mon, 11 Sep 2000 08:33:09 +0000 (09:33 +0100)]
RE: [Patch 5.7.0] Removing -ldb from the core build
Message-ID: <
000e01c01bc2$
88b2d2c0$
0e14140a@bfs.phone.com>
p4raw-id: //depot/perl@7054
Charles Lane [Tue, 12 Sep 2000 08:35:59 +0000 (04:35 -0400)]
Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
Message-Id: <
000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
p4raw-id: //depot/perl@7053
Jarkko Hietaniemi [Mon, 11 Sep 2000 23:01:50 +0000 (23:01 +0000)]
Document the SvUTF8*().
p4raw-id: //depot/perl@7052
Gurusamy Sarathy [Mon, 11 Sep 2000 14:46:30 +0000 (14:46 +0000)]
C<@a = @b = split(...)> optimization coredumps under ithreads
(missed a spot when fixing up op_pmreplroot hack for ithreads)
p4raw-id: //depot/perl@7051
Vadim Konovalov [Mon, 11 Sep 2000 11:22:33 +0000 (15:22 +0400)]
Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
Subject: borland C++ win32.c tweak
Message-ID: <
402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
p4raw-id: //depot/perl@7050
Nick Ing-Simmons [Mon, 11 Sep 2000 09:57:33 +0000 (09:57 +0000)]
Point fix for s/// on foreach (keys %xxx).
p4raw-id: //depot/perl@7049
Jarkko Hietaniemi [Sun, 10 Sep 2000 23:37:09 +0000 (23:37 +0000)]
Silence t/pod/*.t about alternate quote-mappings now implemented
by Pod::Text, from Brad Appleton.
p4raw-id: //depot/perl@7048
Jarkko Hietaniemi [Sun, 10 Sep 2000 14:32:53 +0000 (14:32 +0000)]
Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
by Russ Allbery.
p4raw-id: //depot/perl@7047
Jarkko Hietaniemi [Sun, 10 Sep 2000 14:15:08 +0000 (14:15 +0000)]
Upgrade to CPAN 1.57_65, from Andreas König.
p4raw-id: //depot/perl@7046
Jarkko Hietaniemi [Fri, 8 Sep 2000 21:36:32 +0000 (21:36 +0000)]
Update Changes.
p4raw-id: //depot/perl@7045
Peter Prymmer [Fri, 8 Sep 2000 13:33:27 +0000 (06:33 -0700)]
proper setting for isnan for DECC 5.3
Message-ID: <Pine.OSF.4.10.
10009081331420.132461-100000@aspara.forte.com>
p4raw-id: //depot/perl@7044
Peter Prymmer [Fri, 8 Sep 2000 11:02:19 +0000 (04:02 -0700)]
make the ran_tests intermediate file 8.3 friendly
Message-ID: <Pine.OSF.4.10.
10009081054340.132461-100000@aspara.forte.com>
p4raw-id: //depot/perl@7043
Jarkko Hietaniemi [Fri, 8 Sep 2000 21:23:21 +0000 (21:23 +0000)]
Continue #7041.
p4raw-id: //depot/perl@7042
Jarkko Hietaniemi [Fri, 8 Sep 2000 21:18:10 +0000 (21:18 +0000)]
Do away with memory models cruft. Sorry, PDP users.
p4raw-id: //depot/perl@7041
Wolfgang Laun [Mon, 28 Aug 2000 14:05:12 +0000 (16:05 +0200)]
Major rewrite of s2p. And I mean really major, it is
an implementation of sed in perl. If called as s2p it
will function as s2p. Note: needs non-UNIXifying.
Subject: s2p
Message-ID: <
39AA5578.
2102E2AA@alcatel.at>
p4raw-id: //depot/perl@7040
Spider Boardman [Fri, 8 Sep 2000 02:21:02 +0000 (22:21 -0400)]
Re-allow vec() for characters > 255.
Subject: [PATCH] Re: [ID
20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
Message-Id: <
200009080621.
CAA03409@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7039
Abigail [Thu, 7 Sep 2000 15:03:20 +0000 (11:03 -0400)]
Message-ID: <
20000907190320.888.qmail@foad.org>
p4raw-id: //depot/perl@7038
Spider Boardman [Fri, 8 Sep 2000 01:30:27 +0000 (21:30 -0400)]
Optimizing hash keys into shared strings doesn't work with ithreads.
Subject: Re: [ID
20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi
Message-Id: <
200009080530.
BAA10498@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7037
Major Sébastien [Fri, 8 Sep 2000 12:38:32 +0000 (14:38 +0200)]
[ID
20000908.002] perlipc documentation bug.
Message-Id: <
39B8C1A8.
3DC36E6D@crdp.ac-caen.fr>
p4raw-id: //depot/perl@7036
H.Merijn Brand [Fri, 8 Sep 2000 11:47:34 +0000 (13:47 +0200)]
Re: [ID
20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
Message-Id: <
20000908111426.FBDB.H.M.BRAND@hccnet.nl>
p4raw-id: //depot/perl@7035
Simon Cozens [Thu, 7 Sep 2000 20:40:38 +0000 (21:40 +0100)]
Re: [ID
20000906.004] segfault with bad perl statement
Message-ID: <
20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
p4raw-id: //depot/perl@7034
Larry W. Virden [Mon, 4 Sep 2000 18:45:44 +0000 (14:45 -0400)]
[ID
20000904.008] Tiny fix for perldiag
Message-Id: <
200009042245.SAA22916@lwv26awu.cas.org>
p4raw-id: //depot/perl@7033
Peter Scott [Mon, 4 Sep 2000 13:16:38 +0000 (06:16 -0700)]
perl5db.pl [Was: Re: Debugger question]
Message-Id: <4.3.2.7.2.
20000904130939.
00adae90@mail2a.jpl.nasa.gov>
p4raw-id: //depot/perl@7032
Spider Boardman [Thu, 7 Sep 2000 17:54:27 +0000 (13:54 -0400)]
Fix the ccversion detection for 5.1 and beyond.
Subject: [ID
20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
Message-Id: <
200009072154.RAA14747@leggy.zk3.dec.com>
p4raw-id: //depot/perl@7031
Marc Lehmann [Sun, 3 Sep 2000 09:44:29 +0000 (11:44 +0200)]
Fix for
Subject: [ID
20000903.001] \w in utf8-strings
Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
and various related nits.
p4raw-id: //depot/perl@7030
Larry W. Virden [Tue, 5 Sep 2000 08:24:40 +0000 (04:24 -0400)]
Fix the URL, but the server is still missing in action.
Subject: [ID
20000905.002] perlfaq1.pod URL error
Message-Id: <
200009051224.IAA11226@lwv26awu.cas.org>
p4raw-id: //depot/perl@7029
Hugo van der Sanden [Tue, 5 Sep 2000 14:13:37 +0000 (15:13 +0100)]
Re: [ID
20000905.001] Assertion failed: file "toke.c", line 202
Message-Id: <
200009051313.OAA24507@crypt.compulink.co.uk>
p4raw-id: //depot/perl@7028
Daniel Chetlin [Tue, 5 Sep 2000 04:57:07 +0000 (21:57 -0700)]
\G in non-/g is well-defined now ... right?
Message-ID: <
20000905045707.A8620@ilmd.chetlin.org>
p4raw-id: //depot/perl@7027
Gisle Aas [Tue, 5 Sep 2000 08:10:30 +0000 (10:10 +0200)]
Document the new ref() semantics.
Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
p4raw-id: //depot/perl@7026
Gisle Aas [Tue, 5 Sep 2000 08:11:40 +0000 (10:11 +0200)]
Make Data::Dumper (non-XS) to work with changed semantics of ref().
Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
p4raw-id: //depot/perl@7025
Gisle Aas [Mon, 4 Sep 2000 00:18:55 +0000 (00:18 +0000)]
Modernize Opcode.pm documentation
Message-ID: <
20000904001855.26128.qmail@eik.g.aas.no>
p4raw-id: //depot/perl@7024
Gisle Aas [Mon, 4 Sep 2000 00:14:40 +0000 (00:14 +0000)]
Tied filehandle documentation
Message-ID: <
20000904001440.26084.qmail@eik.g.aas.no>
p4raw-id: //depot/perl@7023
Gisle Aas [Mon, 4 Sep 2000 00:04:22 +0000 (00:04 +0000)]
Tie::StdHandle did not know about 3-arg open
Message-ID: <
20000904000422.26002.qmail@eik.g.aas.no>
p4raw-id: //depot/perl@7022
Marc Lehmann [Sun, 3 Sep 2000 05:12:06 +0000 (07:12 +0200)]
small apidoc fix
Message-ID: <
20000903051206.A5909@cerebro.laendle>
p4raw-id: //depot/perl@7021
Jarkko Hietaniemi [Thu, 7 Sep 2000 16:14:57 +0000 (16:14 +0000)]
Tiny perldelta nits.
p4raw-id: //depot/perl@7020
Jarkko Hietaniemi [Thu, 7 Sep 2000 16:04:20 +0000 (16:04 +0000)]
Guard against bad string->int conversion for quads.
p4raw-id: //depot/perl@7019
Jarkko Hietaniemi [Wed, 6 Sep 2000 17:07:03 +0000 (17:07 +0000)]
Update Unicode todo list.
p4raw-id: //depot/perl@7018
Jarkko Hietaniemi [Tue, 5 Sep 2000 21:16:01 +0000 (21:16 +0000)]
Document the SvIOK_.*UV().
p4raw-id: //depot/perl@7017
Nick Ing-Simmons [Sun, 3 Sep 2000 21:54:46 +0000 (21:54 +0000)]
Hash lookup of constant strings optimization:
Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
to string table (as per sharepvn). Add newSV_pvn_share to create such
a thing. Make hv.c compare addresses of strings and skip string compare
if equal. Make method_named and helem ops use these shared-string SVs
when arg is constant. Make keys op return shared-string SVs (less clearly
a win).
p4raw-id: //depot/perl@7016
Jarkko Hietaniemi [Sat, 2 Sep 2000 17:48:59 +0000 (17:48 +0000)]
This is 5.7.0.
p4raw-id: //depot/perl@7015
Jarkko Hietaniemi [Sat, 2 Sep 2000 17:35:45 +0000 (17:35 +0000)]
Changes and patchlevel tweaks.
p4raw-id: //depot/perl@7014
Jarkko Hietaniemi [Sat, 2 Sep 2000 17:30:50 +0000 (17:30 +0000)]
Update Changes.
p4raw-id: //depot/perl@7013
Nick Ing-Simmons [Sat, 2 Sep 2000 17:25:20 +0000 (17:25 +0000)]
More %{} and other deref special casing - do not pass to 'nomethod'.
p4raw-id: //depot/perl@7012
Jarkko Hietaniemi [Sat, 2 Sep 2000 17:16:25 +0000 (17:16 +0000)]
Update perlhist.
p4raw-id: //depot/perl@7011
Jarkko Hietaniemi [Sat, 2 Sep 2000 17:01:35 +0000 (17:01 +0000)]
perldelta nits.
p4raw-id: //depot/perl@7010
Nick Ing-Simmons [Sat, 2 Sep 2000 16:48:35 +0000 (16:48 +0000)]
If overloaded %{} etc. return the object do not loop.
Thus sub deref { $_[0] } functions if object is wanted type.
p4raw-id: //depot/perl@7009
Jarkko Hietaniemi [Sat, 2 Sep 2000 16:26:11 +0000 (16:26 +0000)]
Retab MANIFEST.
p4raw-id: //depot/perl@7008
Jarkko Hietaniemi [Sat, 2 Sep 2000 16:23:02 +0000 (16:23 +0000)]
Make certain cc is set before trying to run it.
p4raw-id: //depot/perl@7007
Jarkko Hietaniemi [Sat, 2 Sep 2000 15:45:41 +0000 (15:45 +0000)]
Unicode notes.
p4raw-id: //depot/perl@7006
Jarkko Hietaniemi [Sat, 2 Sep 2000 15:42:11 +0000 (15:42 +0000)]
Various Configure nits by Philip Newton,
plus the ebcdic one by me.
p4raw-id: //depot/perl@7005
Ben Tilly [Fri, 1 Sep 2000 20:23:16 +0000 (16:23 -0400)]
Apparently avoiding the swapping is too costly.
Subject: Re: the door is closed.
Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
p4raw-id: //depot/perl@7004
Nick Ing-Simmons [Sat, 2 Sep 2000 12:26:04 +0000 (12:26 +0000)]
Undo part of change 6489 which looks like a bulk edit which
changed _all_ gv_efullname3() calls to gv_efullname4() calls.
The supressing of main:: on return from select() is undesirable.
p4raw-id: //depot/perl@7003
Jarkko Hietaniemi [Fri, 1 Sep 2000 23:08:54 +0000 (23:08 +0000)]
Update Changes.
p4raw-id: //depot/perl@7002
Peter Prymmer [Fri, 1 Sep 2000 15:50:57 +0000 (08:50 -0700)]
minimal removal of 8 bit chrs from perlebcdic.pod
Message-ID: <Pine.OSF.4.10.
10009011542550.147696-100000@aspara.forte.com>
plus rework the http: spots as suggested by Tom Christiansen,
plus regen perltoc.
p4raw-id: //depot/perl@7001
Jarkko Hietaniemi [Fri, 1 Sep 2000 22:36:01 +0000 (22:36 +0000)]
Only the first line, thank you very much.
p4raw-id: //depot/perl@7000