From: Jarkko Hietaniemi Date: Fri, 24 May 2002 12:27:51 +0000 (+0000) Subject: Update Changes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=326090f825ed95c57222c6f0d20fe1421879b635;p=p5sagit%2Fp5-mst-13.2.git Update Changes. p4raw-id: //depot/perl@16764 --- diff --git a/Changes b/Changes index 9b38723..0ecd94c 100644 --- a/Changes +++ b/Changes @@ -28,6 +28,197 @@ example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/ Version v5.7.X Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 16763] By: jhi on 2002/05/24 12:02:42 + Log: Subject: [PATCH Makefile.SH] 'make distclean' should remove *old files too. + From: Abigail + Date: Fri, 24 May 2002 02:43:37 -0700 + Message-ID: <20020524024337.A28749@ucan.foad.org> + Branch: perl + ! Makefile.SH +____________________________________________________________________________ +[ 16762] By: jhi on 2002/05/24 12:01:18 + Log: Subject: [PATCH ext/POSIX/t/posix.t, pod/perldelta.pod] Typos + From: Abigail + Date: Fri, 24 May 2002 02:26:48 -0700 + Message-ID: <20020524022648.A31684@ucan.foad.org> + Branch: perl + ! ext/POSIX/t/posix.t +____________________________________________________________________________ +[ 16761] By: jhi on 2002/05/23 23:25:48 + Log: Doc tweaks. + Branch: perl + ! pod/perlunicode.pod pod/perluniintro.pod +____________________________________________________________________________ +[ 16760] By: jhi on 2002/05/23 22:44:48 + Log: More portability defines, now mostly type-related + (based on Storable.xs) + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 16759] By: jhi on 2002/05/23 22:11:11 + Log: Subject: [PATCH] Re: [Another bug] Re: about Storable perl module (again) + From: Nicholas Clark + Date: Thu, 23 May 2002 23:43:16 +0100 + Message-ID: <20020523224316.GB989@Bagpuss.unfortu.net> + Branch: perl + + ext/Storable/t/integer.t + ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm + ! ext/Storable/Storable.xs +____________________________________________________________________________ +[ 16758] By: jhi on 2002/05/23 21:25:40 + Log: Subject: [PATCH] configure.com: C switch tweak for VAX + From: "Craig A. Berry" + Date: Thu, 23 May 2002 16:47:34 -0500 + Message-Id: + Branch: perl + ! configure.com +____________________________________________________________________________ +[ 16757] By: jhi on 2002/05/23 20:24:57 + Log: One more ppportability thing (from Sarathy). + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 16756] By: jhi on 2002/05/23 20:20:41 + Log: Subject: [PATCH] Test::Harness 2.22 -> 2.23 + From: Michael G Schwern + Date: Wed, 22 May 2002 19:21:43 -0400 + Message-id: <20020522232143.GS7147@ool-18b93024.dyn.optonline.net> + Branch: perl + ! lib/Test/Harness.pm lib/Test/Harness/Changes + ! lib/Test/Harness/t/strap-analyze.t + ! lib/Test/Harness/t/test-harness.t t/lib/sample-tests/die + ! t/lib/sample-tests/die_head_end + ! t/lib/sample-tests/die_last_minute +____________________________________________________________________________ +[ 16755] By: jhi on 2002/05/23 20:17:54 + Log: Subject: [PATCH] ExtUtils::MakeMaker 5.95_01 -> 5.96_01 + From: Michael G Schwern + Date: Wed, 22 May 2002 19:14:35 -0400 + Message-id: <20020522231434.GR7147@ool-18b93024.dyn.optonline.net> + Branch: perl + ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm + ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/basic.t + ! lib/ExtUtils/t/testlib.t lib/ExtUtils/testlib.pm +____________________________________________________________________________ +[ 16754] By: jhi on 2002/05/23 19:02:23 + Log: Subject: [PATCH] dump.c recognizes CvLOCKED + From: Tim Jenness + Date: Thu, 23 May 2002 10:00:00 -1000 (HST) + Message-ID: + Branch: perl + ! dump.c +____________________________________________________________________________ +[ 16753] By: jhi on 2002/05/23 17:41:21 + Log: Typo squad. + Branch: perl + ! ext/POSIX/POSIX.pod pod/perldelta.pod +____________________________________________________________________________ +[ 16752] By: jhi on 2002/05/23 16:04:15 + Log: Subject: Re: [ID 20020523.001] POSIX::sleep not POSIX compliant + From: Abigail + Date: Thu, 23 May 2002 07:53:33 -0700 + Message-ID: <20020523075333.A14658@ucan.foad.org> + Branch: perl + ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod pod/perldelta.pod +____________________________________________________________________________ +[ 16751] By: jhi on 2002/05/23 10:21:09 + Log: PPPort dTHX. + Branch: perl + ! ext/Devel/PPPort/PPPort.pm +____________________________________________________________________________ +[ 16750] By: nick on 2002/05/23 08:00:24 + Log: Integrate mainline (all ok on MinGW-1.1 Win2k) + Branch: perlio + !> README.aix ext/Encode/t/mime-header.t ext/PerlIO/t/fallback.t + !> hints/hpux.sh hints/unicos.sh lib/utf8.t lib/vmsish.t + !> pod/perldelta.pod +____________________________________________________________________________ +[ 16749] By: jhi on 2002/05/22 22:36:35 + Log: We do not want utf8.t to be compiled under -Mutf8, + wonky as it sounds. + Branch: perl + ! lib/utf8.t +____________________________________________________________________________ +[ 16748] By: jhi on 2002/05/22 22:34:20 + Log: We do not want to see the utf8 hints bit. + Branch: perl + ! lib/vmsish.t +____________________________________________________________________________ +[ 16747] By: jhi on 2002/05/22 22:30:57 + Log: More -Mutf8 cleanup. + Branch: perl + ! ext/PerlIO/t/fallback.t +____________________________________________________________________________ +[ 16746] By: jhi on 2002/05/22 22:29:08 + Log: -Mutf8 cleanup. + Branch: perl + ! ext/Encode/t/mime-header.t +____________________________________________________________________________ +[ 16745] By: jhi on 2002/05/22 21:57:48 + Log: Integrate perlio; VMS vs perlio. + Branch: perl + !> ext/PerlIO/encoding/encoding.xs perlio.c +____________________________________________________________________________ +[ 16744] By: jhi on 2002/05/22 21:52:58 + Log: Subject: Re: Additional README.aix changes + From: "H.Merijn Brand" + Date: Wed, 22 May 2002 08:37:37 +0200 + Message-Id: <20020522075227.348B.H.M.BRAND@hccnet.nl> + Branch: perl + ! README.aix +____________________________________________________________________________ +[ 16743] By: jhi on 2002/05/22 21:52:09 + Log: HP-UX 11.00 io_xs hangup workaround. + Branch: perl + ! hints/hpux.sh +____________________________________________________________________________ +[ 16742] By: jhi on 2002/05/22 21:49:59 + Log: Updated UNICOS status from Mark Lutz. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 16741] By: jhi on 2002/05/22 21:47:41 + Log: UNICOS: Mark Lutz had a better idea. + Branch: perl + ! hints/unicos.sh +____________________________________________________________________________ +[ 16740] By: nick on 2002/05/22 21:13:10 + Log: #ifdef VMS code was not ported right from sv.c - s/fp/stdio/ + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 16739] By: nick on 2002/05/22 20:59:22 + Log: Fix for ungetc() issues flagged by ext/Encode/t/perlio.t on VMS. + ungetc() and buffer snooping may not mix. So use buffer snoop + hooks to avoid ungetc() where available. + unread() falls back to using :pending layer, and fill has + VMS specific code (which should not get used) or ungetc() + which should work. + Branch: perlio + ! perlio.c +____________________________________________________________________________ +[ 16738] By: nick on 2002/05/22 20:34:55 + Log: Integrate mainline + Branch: perlio + !> (integrate 40 files) +____________________________________________________________________________ +[ 16737] By: nick on 2002/05/22 19:04:13 + Log: Flag the VMS-problem-causing part of :encoding + for enhancement. (Problem still needs fixing in perlio.c) + Branch: perlio + ! ext/PerlIO/encoding/encoding.xs +____________________________________________________________________________ +[ 16736] By: jhi on 2002/05/22 16:20:38 + Log: UNICOS: using uname -m is wrong since what matter + is what CPUs (FPUs) we have. + Branch: perl + ! hints/unicos.sh +____________________________________________________________________________ +[ 16735] By: jhi on 2002/05/22 13:07:41 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 16734] By: jhi on 2002/05/22 12:39:25 Log: Subject: [PATCH ext/threads/shared/t/cond.t] Re: where threads cond.t hangs From: Dave Mitchell diff --git a/patchlevel.h b/patchlevel.h index 7a89529..e425520 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -79,7 +79,7 @@ #if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT) static char *local_patches[] = { NULL - ,"DEVEL16734" + ,"DEVEL16763" ,NULL };