From ee45e09c1a4b5fcad89edc643e8528dd68030a37 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 7 Jan 2002 16:09:50 +0000 Subject: [PATCH] Update Changes. p4raw-id: //depot/perl@14122 --- Changes | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ patchlevel.h | 2 +- 2 files changed, 78 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bfd4b2e..c815013 100644 --- a/Changes +++ b/Changes @@ -31,6 +31,83 @@ or any other branch. Version v5.7.2 Development release working toward v5.8 -------------- ____________________________________________________________________________ +[ 14121] By: jhi on 2002/01/07 16:03:34 + Log: Subject: [PATCH] Correct module name in perldelta* + From: Mike Guy + Date: Mon, 07 Jan 2002 17:02:43 +0000 + Message-Id: + Branch: perl + ! pod/perl561delta.pod pod/perl56delta.pod +____________________________________________________________________________ +[ 14120] By: jhi on 2002/01/07 15:55:25 + Log: AUTHORS update. + Branch: perl + ! AUTHORS +____________________________________________________________________________ +[ 14119] By: jhi on 2002/01/07 15:52:34 + Log: Add file magic for Storable, from Jim Cromie + Branch: perl + ! ext/Storable/Storable.pm +____________________________________________________________________________ +[ 14118] By: jhi on 2002/01/07 15:06:25 + Log: perldelta updates. + Branch: perl + ! pod/perldelta.pod +____________________________________________________________________________ +[ 14117] By: jhi on 2002/01/07 13:52:30 + Log: Document the flags of pv_uni_display(). + Branch: perl + ! pod/perlapi.pod utf8.c +____________________________________________________________________________ +[ 14116] By: jhi on 2002/01/07 13:49:17 + Log: Forgot from #14115. + Branch: perl + ! t/op/re_tests +____________________________________________________________________________ +[ 14115] By: jhi on 2002/01/07 13:48:06 + Log: Subject: [PATCH regcomp.c] leading (.*) should not be implicitly ^'d + From: "Jeff 'japhy' Pinyan" + Date: Sun, 6 Jan 2002 15:36:21 -0500 (EST) + Message-ID: + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14114] By: jhi on 2002/01/07 04:44:05 + Log: More regex and utf8 debug dumping. + Branch: perl + ! dump.c regcomp.c regexec.c utf8.c utf8.h +____________________________________________________________________________ +[ 14113] By: jhi on 2002/01/07 01:05:01 + Log: Unused variable. + Branch: perl + ! regcomp.c +____________________________________________________________________________ +[ 14112] By: jhi on 2002/01/07 00:52:46 + Log: Regen toc. + Branch: perl + ! pod/perltoc.pod +____________________________________________________________________________ +[ 14111] By: jhi on 2002/01/07 00:03:57 + Log: capitalize correctly, noticed by David Dyck. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 14109] By: jhi on 2002/01/06 20:51:32 + Log: No need to overqualify. + Branch: perl + ! lib/sort.pm +____________________________________________________________________________ +[ 14108] By: jhi on 2002/01/06 20:38:34 + Log: PL_debug_pad wasn't initialized to zeroes which broke + ithreads + DEBUGGING. + Branch: perl + ! sv.c +____________________________________________________________________________ +[ 14107] By: jhi on 2002/01/06 15:39:31 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h +____________________________________________________________________________ [ 14106] By: jhi on 2002/01/06 15:33:51 Log: Subject: [PATCH pp_sys.c] Fix segfault in dbmclose in DESTROY (was Re: [ID 20020104.007] coredump on dbmclose) From: Jonathan Stowe diff --git a/patchlevel.h b/patchlevel.h index 1063774..6a1c87e 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 - ,"DEVEL14106" + ,"DEVEL14121" ,NULL }; -- 2.7.4