summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-10-20 15:58:00 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-10-20 15:58:00 +0000
commitcb27fc1ef647e7d761b79d1ae05c5071fa0e8800 (patch)
treed51e7f0a4ea7abf06839dee50ef5dcd7c968c249
parent59548ecaeaf22737b5c8a75235f5e142c16de75d (diff)
downloadperl-cb27fc1ef647e7d761b79d1ae05c5071fa0e8800.tar.gz
Update Changes.
p4raw-id: //depot/perl@12536
-rw-r--r--Changes295
-rw-r--r--patchlevel.h2
2 files changed, 296 insertions, 1 deletions
diff --git a/Changes b/Changes
index dee8053263..b8398adbb8 100644
--- a/Changes
+++ b/Changes
@@ -31,6 +31,301 @@ or any other branch.
Version v5.7.2 Development release working toward v5.8
--------------
____________________________________________________________________________
+[ 12535] By: jhi on 2001/10/20 15:18:57
+ Log: Upgrade to podlators 1.11, from Russ Allbery.
+ Branch: perl
+ ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
+ ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
+ ! pod/pod2man.PL pod/pod2text.PL
+____________________________________________________________________________
+[ 12534] By: jhi on 2001/10/20 15:14:25
+ Log: Integrate perlio change #12532:
+ introduce and use PerlIO_intmod2str().
+ Branch: perl
+ !> doio.c lib/Net/Domain.pm perlio.c perlio.h
+____________________________________________________________________________
+[ 12533] By: jhi on 2001/10/20 14:42:33
+ Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
+ Branch: perl
+ ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
+____________________________________________________________________________
+[ 12532] By: nick on 2001/10/20 14:25:37
+ Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
+ Use for non-PERLIO fdupopen().
+ Branch: perlio
+ ! doio.c lib/Net/Domain.pm perlio.c perlio.h
+____________________________________________________________________________
+[ 12531] By: jhi on 2001/10/20 14:05:47
+ Log: Integrate perlio: PerlIO win32 fixes.
+ Branch: perl
+ !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
+ !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
+ !> proto.h sv.h win32/win32io.c
+____________________________________________________________________________
+[ 12530] By: nick on 2001/10/20 12:53:30
+ Log: Fixed in two places - p4 resolve
+ Branch: perlio
+ ! perlsdio.h
+____________________________________________________________________________
+[ 12529] By: nick on 2001/10/20 12:51:05
+ Log: Fix for ithreads/stdio build
+ Branch: perlio
+ ! perlio.c perlsdio.h
+____________________________________________________________________________
+[ 12528] By: ams on 2001/10/20 12:13:25
+ Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 20 Oct 2001 01:41:21 -0400
+ Message-Id: <20011020014121.I3681@blackrider>
+ Branch: perl
+ ! installman
+____________________________________________________________________________
+[ 12527] By: ams on 2001/10/20 12:09:41
+ Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
+ From: Michael G Schwern <schwern@pobox.com>
+ Date: Sat, 20 Oct 2001 02:04:21 -0400
+ Message-Id: <20011020020421.A11732@blackrider>
+ Branch: perl
+ ! lib/Pod/Checker.pm
+____________________________________________________________________________
+[ 12526] By: ams on 2001/10/20 11:59:41
+ Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
+ From: "chromatic" <chromatic@rmci.net>
+ Date: Fri, 19 Oct 2001 22:46:39 -0600
+ Message-Id: <20011020045254.73112.qmail@onion.perl.org>
+ Branch: perl
+ ! lib/Net/Config.pm
+____________________________________________________________________________
+[ 12525] By: nick on 2001/10/20 11:16:18
+ Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
+ Perl_sv_setsv_flags directly.
+ Branch: perlio
+ ! ext/threads/threads.xs
+____________________________________________________________________________
+[ 12524] By: nick on 2001/10/20 10:28:17
+ Log: Add a new flag character 'm' to embed.pl set to represent
+ "functions" which are really macros. Use it foe the troublesome
+ sv_setsv() etc. macros in sv.h - changing latter to define
+ sv_setsv rather than sv_setsv_macro etc.
+ Branch: perlio
+ ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
+ ! pod/perlapi.pod proto.h sv.h
+____________________________________________________________________________
+[ 12523] By: nick on 2001/10/20 09:17:17
+ Log: Add comments explaining why win32.h/embed.h are included where they are
+ in perl.h
+ Branch: perlio
+ ! perl.h
+____________________________________________________________________________
+[ 12522] By: nick on 2001/10/20 08:27:44
+ Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not
+ being used yet.
+ Branch: perlio
+ ! win32/win32io.c
+____________________________________________________________________________
+[ 12521] By: jhi on 2001/10/20 02:36:21
+ Log: Wording tweaks.
+ Branch: perl
+ ! t/TEST
+____________________________________________________________________________
+[ 12520] By: jhi on 2001/10/20 01:02:26
+ Log: Subject: IO module with nonblocking socket connect patch
+ From: Raul Dias <raul@dias.com.br>
+ Date: Fri, 19 Oct 2001 22:45:32 -0300
+ Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>
+ Branch: perl
+ ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
+____________________________________________________________________________
+[ 12519] By: jhi on 2001/10/20 00:51:07
+ Log: Test vertical whitespace combined with /x in \p{}.
+ Branch: perl
+ ! t/op/pat.t
+____________________________________________________________________________
+[ 12518] By: jhi on 2001/10/20 00:13:47
+ Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
+ From: Gisle Aas <gisle@ActiveState.com>
+ Date: 19 Oct 2001 16:46:02 -0700
+ Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com>
+ Branch: perl
+ ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12517] By: jhi on 2001/10/19 23:59:34
+ Log: No more this symbol.
+ Branch: perl
+ ! makedef.pl
+____________________________________________________________________________
+[ 12516] By: jhi on 2001/10/19 23:57:48
+ Log: Integrate change #12511; fix gross win32 build issues.
+ Branch: perl
+ !> makedef.pl sv.c
+____________________________________________________________________________
+[ 12515] By: jhi on 2001/10/19 23:16:06
+ Log: Unpack in scalar context should return the first value
+ returned in list context, as pointed out by Ton Hospel
+ in 2001-05-21 (this is how it works already in blead,
+ just adding the test).
+ Branch: perl
+ ! t/op/pack.t
+____________________________________________________________________________
+[ 12514] By: jhi on 2001/10/19 21:10:43
+ Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
+ From: "Craig A. Berry" <craigberry@mac.com>
+ Date: Fri, 19 Oct 2001 16:59:30 -0500
+ Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
+ Branch: perl
+ ! utils/perldoc.PL
+____________________________________________________________________________
+[ 12513] By: jhi on 2001/10/19 21:09:27
+ Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
+ From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+ Date: Fri, 19 Oct 2001 17:45:23 EDT
+ Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
+ Branch: perl
+ ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
+ ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
+ ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
+ ! vms/vmsish.h
+____________________________________________________________________________
+[ 12512] By: jhi on 2001/10/19 20:28:48
+ Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
+ From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
+ Date: Fri, 19 Oct 2001 17:26:35 EDT
+ Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
+ Branch: perl
+ ! lib/Term/Complete.t lib/Test/Simple/t/output.t
+____________________________________________________________________________
+[ 12511] By: nick on 2001/10/19 19:55:36
+ Log: Fix gross win32 build issues
+ Branch: perlio
+ ! makedef.pl sv.c
+____________________________________________________________________________
+[ 12510] By: jhi on 2001/10/19 19:52:17
+ Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
+ From: David Dyck <dcd@tc.fluke.com>
+ Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
+ Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
+ Branch: perl
+ ! lib/File/Find.pm
+____________________________________________________________________________
+[ 12509] By: jhi on 2001/10/19 19:01:46
+ Log: Subject: Re: PerlIO and Encode
+ From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
+ Date: Tue, 16 Oct 2001 01:50:16 +0900
+ Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
+ Branch: perl
+ ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
+ ! ext/Encode/Encode/Tcl.t
+____________________________________________________________________________
+[ 12508] By: ams on 2001/10/19 17:59:16
+ Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
+ (See #12499)
+ Branch: perl
+ ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12507] By: nick on 2001/10/19 16:30:43
+ Log: Integrate mainline
+ Branch: perlio
+ +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
+ +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
+ +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
+ +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
+ +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
+ +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
+ +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
+ +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
+ +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
+ +> win32/config_H.win64
+ - lib/Test/Utils.pm lib/unicore/mktables.PL
+ - t/lib/Test/Simple/Catch/More.pm
+ !> (integrate 84 files)
+____________________________________________________________________________
+[ 12506] By: jhi on 2001/10/19 14:20:15
+ Log: Retract the #10451 which seems to be the cause
+ of the major leakage from while(){eval"sub{}"}
+ Branch: perl
+ ! op.c t/run/kill_perl.t
+____________________________________________________________________________
+[ 12505] By: jhi on 2001/10/19 13:39:59
+ Log: Regen toc.
+ Branch: perl
+ ! pod/perltoc.pod
+____________________________________________________________________________
+[ 12504] By: jhi on 2001/10/19 13:35:59
+ Log: Tiny tweaks.
+ Branch: perl
+ ! pod/perl.pod
+____________________________________________________________________________
+[ 12503] By: ams on 2001/10/19 13:34:24
+ Log: Subject: Re: perlintro.pod
+ From: Abe Timmerman <abe@ztreet.demon.nl>
+ Date: Fri, 19 Oct 2001 14:12:40 +0200
+ Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
+ Branch: perl
+ ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12502] By: ams on 2001/10/19 13:24:12
+ Log: Slight reorganisation of references.
+ Branch: perl
+ ! pod/perl.pod
+____________________________________________________________________________
+[ 12501] By: jhi on 2001/10/19 13:19:14
+ Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's
+ From: Kay Röpke <kroepke@dolphin-services.de>
+ Date: Fri, 19 Oct 2001 14:04:01 +0200
+ Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
+ Branch: perl
+ ! lib/ExtUtils/MakeMaker.pm
+____________________________________________________________________________
+[ 12500] By: jhi on 2001/10/19 03:25:44
+ Log: Unicode categories continue:
+ implement Category=, Script=, Block=
+ (these are based on an upcoming update of TR#18)
+ Fix a bug where we got two In categories named "old italic",
+ and another where shortcut for the Is categories wasn't taken.
+ Branch: perl
+ ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
+ ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
+ ! pod/perlunicode.pod t/op/pat.t
+____________________________________________________________________________
+[ 12499] By: ams on 2001/10/19 01:42:29
+ Log: Subject: a small patch to perlintro.pod.
+ From: Autrijus Tang <autrijus@autrijus.org>
+ Date: Fri, 19 Oct 2001 01:45:51 +0800
+ Message-Id: <20011019014551.A35625@not.autrijus.org>
+ (Applied by hand with nits.)
+ Branch: perl
+ ! pod/perlintro.pod
+____________________________________________________________________________
+[ 12498] By: jhi on 2001/10/19 00:14:50
+ Log: Subject: [PATCH] OpenBSD hints for ithreads
+ From: Andy Dougherty <doughera@lafayette.edu>
+ Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
+ Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
+ Branch: perl
+ ! hints/openbsd.sh
+____________________________________________________________________________
+[ 12497] By: jhi on 2001/10/18 16:14:13
+ Log: Retract #12446; the problem solved by #12474.
+ Branch: perl
+ ! hints/aix.sh
+____________________________________________________________________________
+[ 12496] By: gsar on 2001/10/18 15:38:22
+ Log: Carp::shortmess_heavy() doesn't notice trailing newline in
+ message and suppress line number info (from Steve Hay
+ <Steve.Hay@uk.radan.com>)
+ Branch: maint-5.6/perl
+ ! lib/Carp/Heavy.pm
+____________________________________________________________________________
+[ 12495] By: jhi on 2001/10/18 14:06:52
+ Log: More documented In categories.
+ Branch: perl
+ ! pod/perlunicode.pod
+____________________________________________________________________________
+[ 12494] By: jhi on 2001/10/18 13:04:48
+ Log: Update Changes.
+ Branch: perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 12493] By: jhi on 2001/10/18 12:58:31
Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
Branch: perl
diff --git a/patchlevel.h b/patchlevel.h
index fe2a1afd20..d62ee798fb 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -70,7 +70,7 @@
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- ,"DEVEL12493"
+ ,"DEVEL12535"
,NULL
};