From: Jarkko Hietaniemi <jhi@iki.fi>
Date: Sun, 27 Aug 2000 16:11:46 +0000 (+0000)
Subject: Update Changes.
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1a436f0ca3fe8a91250f384799ba070ba4b7bec1;p=p5sagit%2Fp5-mst-13.2.git

Update Changes.

p4raw-id: //depot/perl@6850
---

diff --git a/Changes b/Changes
index e79a3d8..eac7bfa 100644
--- a/Changes
+++ b/Changes
@@ -96,6 +96,73 @@ Version v5.7.0		Development release working toward v5.8
 --------------
 
 ____________________________________________________________________________
+[  6849] By: jhi                                   on 2000/08/27  16:11:05
+        Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
+     Branch: perl
+	   ! configpm pod/perldelta.pod
+____________________________________________________________________________
+[  6848] By: jhi                                   on 2000/08/27  15:35:08
+        Log: Use the actual thread type, not the pointer-to-struct.
+     Branch: perl
+	   ! ext/Thread/Thread.xs
+____________________________________________________________________________
+[  6847] By: jhi                                   on 2000/08/27  15:30:49
+        Log: Test nit.
+     Branch: perl
+	   ! t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  6846] By: jhi                                   on 2000/08/27  15:19:02
+        Log: Passing -R in ldflags makes now it to appear in the default
+             for lddlflags, just like with -L.
+             
+             Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Sun, 27 Aug 2000 10:28:21 +0200
+             Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
+     Branch: metaconfig/U/perl
+	   ! dlsrc.U
+     Branch: perl
+	   ! Configure
+____________________________________________________________________________
+[  6845] By: jhi                                   on 2000/08/27  15:08:54
+        Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
+             From: Alan Burlison <Alan.Burlison@uk.sun.com>
+             Date: Sat, 26 Aug 2000 22:23:27 +0100
+             Message-ID: <39A8354F.E1E832C9@uk.sun.com>
+     Branch: perl
+	   ! lib/ExtUtils/MM_Unix.pm
+____________________________________________________________________________
+[  6844] By: jhi                                   on 2000/08/27  15:02:37
+        Log: DJGPP update from Laszlo Molnar.
+             
+             Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
+             From: ml1050 <ml1050@freemail.hu>
+             Date: Sat, 26 Aug 2000 23:24:40 +0200
+             Message-Id: <20000826232440.A439@freemail.hu>
+     Branch: perl
+	   ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
+	   ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
+____________________________________________________________________________
+[  6843] By: jhi                                   on 2000/08/27  14:53:58
+        Log: Subject: installman buglet
+             From: Lupe Christoph <lupe@lupe-christoph.de>
+             Date: Sun, 27 Aug 2000 14:38:59 +0200
+             Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
+     Branch: perl
+	   ! installman
+____________________________________________________________________________
+[  6842] By: jhi                                   on 2000/08/27  14:52:08
+        Log: Can't get the test to reliably work thanks to the
+             inaccurateness of floating point.  "Resolves" bug ids
+             20000826.003, 20000826.009, 20000826.010,
+     Branch: perl
+	   ! t/lib/trig.t
+____________________________________________________________________________
+[  6841] By: jhi                                   on 2000/08/26  15:53:58
+        Log: Update Changes.
+     Branch: perl
+	   ! Changes patchlevel.h
+____________________________________________________________________________
 [  6840] By: jhi                                   on 2000/08/26  14:23:03
         Log: grep -e isn't portable.
              
diff --git a/patchlevel.h b/patchlevel.h
index 8436cfc..cc95156 100644
--- a/patchlevel.h
+++ b/patchlevel.h
@@ -71,7 +71,7 @@
 static	char	*local_patches[] = {
         NULL
 	,"SUIDMAIL - fixes for suidperl security"
-	,"DEVEL6840"
+	,"DEVEL6849"
 	,NULL
 };