summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-03 07:13:20 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-03 07:13:20 +0000
commit74e6a4d320869d452f9ad25114d0929ad7e1a897 (patch)
tree6f87b5481c2982c97598f472460425a23c9f5f1a
parent7f047bfa26cfa1dba28e4dd5f12210618a62e5d6 (diff)
downloadperl-74e6a4d320869d452f9ad25114d0929ad7e1a897.tar.gz
Update changes
p4raw-id: //depot/maint-5.8/perl@21641
-rw-r--r--Changes22
-rw-r--r--patchlevel.h2
2 files changed, 23 insertions, 1 deletions
diff --git a/Changes b/Changes
index 9f9721bb80..e7814eb503 100644
--- a/Changes
+++ b/Changes
@@ -29,6 +29,28 @@ Version v5.8.2 Maintenance release working toward v5.8.2
--------------
____________________________________________________________________________
____________________________________________________________________________
+[ 21640] By: nicholas on 2003/11/03 07:11:34
+ Log: Integrate:
+ [ 21638]
+ s/new_hash/rehash/g (Stas suggested a better name)
+
+ [ 21639]
+ Stas would prefer not to have MOD_PERL defines in perl.
+ Branch: maint-5.8/perl
+ ! embedvar.h
+ !> hv.c hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h sv.c
+ !> universal.c util.c
+____________________________________________________________________________
+[ 21637] By: nicholas on 2003/11/02 23:07:41
+ Log: Update our sample config with one generated for 5.8.2
+ Branch: maint-5.8/perl
+ ! Porting/config.sh Porting/config_H
+____________________________________________________________________________
+[ 21636] By: nicholas on 2003/11/02 22:47:37
+ Log: Update changes
+ Branch: maint-5.8/perl
+ ! Changes patchlevel.h
+____________________________________________________________________________
[ 21635] By: nicholas on 2003/11/02 22:45:22
Log: Integrate:
[ 21634]
diff --git a/patchlevel.h b/patchlevel.h
index 04c4ad8480..1861da85e8 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -120,7 +120,7 @@ hunk.
#if !defined(PERL_PATCHLEVEL_H_IMPLICIT) && !defined(LOCAL_PATCH_COUNT)
static char *local_patches[] = {
NULL
- ,"MAINT21635"
+ ,"MAINT21640"
,NULL
};