From: Hugo van der Sanden Date: Thu, 2 Oct 2003 09:18:27 +0000 (+0000) Subject: Update changes X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ce780a941831a1d57a2a9ffb2501fb299375bda3;p=p5sagit%2Fp5-mst-13.2.git Update changes p4raw-id: //depot/perl@21399 --- diff --git a/Changes b/Changes index 3de4e5c..4097995 100644 --- a/Changes +++ b/Changes @@ -29,6 +29,25 @@ Version v5.9.X Development release working toward v5.10 -------------- ____________________________________________________________________________ +____________________________________________________________________________ +[ 21398] By: hv on 2003/10/02 09:15:42 + Log: build perlapi.pod in deterministic order even when functions differ + only in case; regen perlapi.pod + Branch: perl + ! autodoc.pl pod/perlapi.pod +____________________________________________________________________________ +[ 21397] By: ams on 2003/10/02 07:48:51 + Log: Subject: Re: 5.8.1 and srand + From: Brendan O'Dea + Date: Thu, 2 Oct 2003 10:30:36 +1000 + Message-Id: <20031002003036.GA9198@londo.c47.org> + Branch: perl + ! util.c +____________________________________________________________________________ +[ 21396] By: ams on 2003/10/01 22:18:13 + Log: Update Changes. + Branch: perl + ! Changes patchlevel.h [ 21395] By: nicholas on 2003/10/01 21:09:11 Log: Integrate: [ 21387] diff --git a/patchlevel.h b/patchlevel.h index 3e4b7c9..cf8cf9d 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 - ,"DEVEL21396" + ,"DEVEL21398" ,NULL };